.wpcf7-back{float:left;margin-top:5px;position:relative;width:70px}.cf7msm-ro{white-space:pre-wrap}.dnd-icon-remove.deleting { font-size:12px; color:#000; font-weight: 500; position: relative; top:-3px; }
.dnd-icon-remove.deleting:after { display:none!important; }
.wpcf7-drag-n-drop-file.d-none {
display:none;
opacity:0;
visibility:hidden;
position:absolute;
top:0;
} .dnd-upload-status {
display:flex;
padding:4px 0;
align-items:center;
position:relative;
} .dnd-upload-status .dnd-upload-image {
width:40px;
height:40px;
border:1px solid #a5a5a5;
text-align:center;
border-radius:100%;
position:relative;
}
.dnd-upload-status .dnd-upload-image span.file {
background-image: url("data:image/svg+xml,%0A%3Csvg width='18' height='23' viewBox='0 0 18 23' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.569 0.659576H0.5V23H18V6.09053L12.569 0.659576ZM12.7872 1.93075L16.7288 5.87234H12.7872V1.93075ZM1.24468 22.2553V1.40426H12.0426V6.61702H17.2553V22.2553H1.24468Z' fill='%235C5B5B'/%3E%3C/svg%3E%0A");
background-repeat: no-repeat;
background-size: 100%;
height: 21px;
width: 16px;
display: block;
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
-moz-transform : translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
} .dnd-upload-status .dnd-upload-details {
padding-left:10px;
width: calc(100% - 40px);
}
.dnd-upload-status .dnd-upload-details .name {color:#016d98; padding:4px 0; padding-right:60px; display:flex; }
.dnd-upload-status .dnd-upload-details .name span { text-overflow: ellipsis; white-space: nowrap; overflow: hidden; position: relative; padding-right:10px; }
.dnd-upload-status .dnd-upload-details .name em {color:#444242;	font-weight:700; } .dnd-upload-status .dnd-upload-details .remove-file {
position:absolute;
right:0;
top:10px;
text-decoration:none;
box-shadow:none;
outline:none;
opacity:1;
}
.dnd-upload-status .dnd-upload-details .remove-file span:after {
content: '';
width:15px;
height:15px;
display: block;
background-repeat:no-repeat;
background-size:100%;
background-image: url("data:image/svg+xml,%3Csvg width='35' height='35' viewBox='0 0 35 35' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.5 0C7.83499 0 0 7.83499 0 17.5C0 27.165 7.83499 35 17.5 35C27.165 35 35 27.165 35 17.5C34.9888 7.83965 27.1604 0.0112198 17.5 0ZM17.5 33.871C8.45857 33.871 1.12903 26.5414 1.12903 17.5C1.12903 8.45857 8.45857 1.12903 17.5 1.12903C26.5414 1.12903 33.871 8.45857 33.871 17.5C33.861 26.5373 26.5373 33.861 17.5 33.871Z' fill='black'/%3E%3Cpath d='M25.4834 9.51661C25.2629 9.29624 24.9056 9.29624 24.6852 9.51661L17.5 16.7018L10.3148 9.51661C10.0983 9.29236 9.74087 9.28615 9.51661 9.50271C9.29236 9.71927 9.28615 10.0767 9.50271 10.3009C9.50723 10.3057 9.51188 10.3103 9.51661 10.3148L16.7018 17.5L9.51661 24.6852C9.29236 24.9018 9.28615 25.2591 9.50278 25.4834C9.71941 25.7076 10.0768 25.7139 10.301 25.4972C10.3057 25.4927 10.3103 25.488 10.3148 25.4834L17.5 18.2982L24.6852 25.4834C24.9094 25.7 25.2668 25.6938 25.4834 25.4696C25.6947 25.2508 25.6947 24.9039 25.4834 24.6852L18.2982 17.5L25.4834 10.3148C25.7038 10.0944 25.7038 9.73705 25.4834 9.51661Z' fill='black'/%3E%3C/svg%3E%0A");
}
.dnd-upload-status.in-progress .remove-file { opacity:0.2;}
.dnd-upload-status .dnd-upload-details span.has-error { color:#f50505; } .dnd-upload-status .dnd-upload-details .dnd-progress-bar {
display: block;
border-radius: 5px;
overflow: hidden;
background: #565555;
height: 14px;
}
.dnd-upload-status .dnd-upload-details .dnd-progress-bar span {
background: #4CAF50;
display: block;
font-size: 11px;
text-align: right;
color: #fff;
height: 100%;
width:0;
line-height:14px;
}
.dnd-upload-status .dnd-upload-details .dnd-progress-bar span.complete { width:100%!important; padding-right:5px; }
.dnd-upload-counter { position:absolute; right:5px; bottom:3px; font-size:12px; } .codedropz-upload-handler {
border:2px dashed #c5c5c5;
border-radius:5px;
margin-bottom:10px;
position:relative;
}
.codedropz-upload-container {
padding:15px 20px;
}
.codedropz-upload-inner {
overflow:hidden;
width:100%; text-align:center;
text-overflow: ellipsis;
font-weight:inherit;
}
.codedropz-upload-inner .codedropz-btn-wrap a.cd-upload-btn {
text-decoration:none;
box-shadow:none;
}
.codedropz-upload-inner h3 {
margin:5px 0;
font-size:30px;
line-height:32px;
word-break:break-word;
} .codedropz-dragover {
border-color:#6b6a6a;
}
.codedropz-upload-wrapper span.has-error-msg {
display:inline-block;
color:#ff0000;
padding:5px 0;
font-style:italic;
} .wpcf7-form label.error-new {
color: #900;
font-size: 11px;
float: none;
padding-left: 5px;
}
.wpcf7-form .codedropz-upload-wrapper.invalid .codedropz-upload-handler{
border-bottom-color: #900;
border-bottom-style: solid;
} @media screen and (max-width: 767px) {
.dnd-upload-status .dnd-upload-details .name em { font-weight:normal; }
.dnd-upload-status .dnd-upload-details .name { padding-right:60px; }
.codedropz-upload-inner h3 { font-size:22px; }
}.wpb_animate_when_almost_visible {
opacity: 100 !important; } @font-face {
font-family: 'gotham';
src: url(//cghaccounting.com.au/wp-content/themes/lawyers-attorneys-child/fonts/gotham/gotham.eot);
src: url(//cghaccounting.com.au/wp-content/themes/lawyers-attorneys-child/fonts/gotham/gotham.eot?#iefix) format('embedded-opentype'),
url(//cghaccounting.com.au/wp-content/themes/lawyers-attorneys-child/fonts/gotham/gotham.woff2) format('woff2'),
url(//cghaccounting.com.au/wp-content/themes/lawyers-attorneys-child/fonts/gotham/gotham.woff) format('woff'),
url(//cghaccounting.com.au/wp-content/themes/lawyers-attorneys-child/fonts/gotham/gotham.ttf) format('truetype'),
url(//cghaccounting.com.au/wp-content/themes/lawyers-attorneys-child/fonts/gotham/gotham.svg#gotham_blackregular) format('svg');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'gotham-black';
src: url(//cghaccounting.com.au/wp-content/themes/lawyers-attorneys-child/fonts/gotham-black/gotham-black.eot);
src: url(//cghaccounting.com.au/wp-content/themes/lawyers-attorneys-child/fonts/gotham-black/gotham-black.eot?#iefix) format('embedded-opentype'),
url(//cghaccounting.com.au/wp-content/themes/lawyers-attorneys-child/fonts/gotham-black/gotham-black.woff2) format('woff2'),
url(//cghaccounting.com.au/wp-content/themes/lawyers-attorneys-child/fonts/gotham-black/gotham-black.woff) format('woff'),
url(//cghaccounting.com.au/wp-content/themes/lawyers-attorneys-child/fonts/gotham-black/gotham-black.ttf) format('truetype'),
url(//cghaccounting.com.au/wp-content/themes/lawyers-attorneys-child/fonts/gotham-black/gotham-black.svg#gotham_blackregular) format('svg');
font-weight: 900;
font-style: normal;
}  .services .services-inside .services-title {
margin: 10px 0 20px 0 !important;
height: 35px;
}
.services .services-inside .services-title,
.services .services-inside .services-title * {
font-size: 19px;
text-align: left;
line-height: 24px;
} .row-heading {} .column-heading {} .column-subheading {}
.team-name {
font-size: 22px;
color: rgb(68, 164, 236);
}
.team-position {
font-size: 18px;
color: rgb(68, 164, 236);
font-style: italic;
}
.menu-item-422 {
display: none;
} .services .services-content {
padding: 5px 0 15px 0 !important;
}
.col.col-one-third {
display: inline-block;
width: 33%;
}
@media (max-width: 1000px) {
.col.col-one-third {
display: block;
width: 100%;
}
}  .page input[type=text],
.page input[type=email],
.page input[type=password],
.page textarea {
background: #ffffff;
border-radius: 0px;
padding: 17px !important;
width: 100%;
position: relative;
border: none;
outline: none;
border: 1px solid #EDEDED;
border-bottom: 1px solid transparent;
margin: 0;
box-shadow: none !important;
font-size: 14px;
-moz-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.1) !important;
box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 2px 0px !important;
color: #303030;
} .new-client-form {
margin-right: 100px;
padding: 30px 14px 30px 14px;
}
.wpcf7-not-valid {
background-color: rgb(255, 240, 240) !important;
border: 1px solid red !important;
}
.new-client-form .row {
min-height: 54px;
position: relative;
font-size: 0;
margin-top: 5px;
}
.new-client-form .row>.col .col {
display: inline-block;
}
.new-client-form .row>.col:nth-child(1) {
width: 100px; font-size: 16px;
float: left;
padding-top: 10px;
}
.new-client-form .row>.col:nth-child(2) {
width: 100%;
top: 0;
padding-left: 110px; }
.new-client-form .one-third {
width: 33%;
}
.new-client-form .one-half {
width: 50%;
}
#post-522 {
padding-bottom: 0;
}
.new-client-form .address-state,
.new-client-form .text-bank-account-bsb,
.new-client-form .text-other-bank-account-bsb {
width: 31%;
}
.new-client-form .que-address-state3,
.new-client-form .que-address-state4 {
width: 31%;
display: inline-block;
}
.new-client-form .que-address-postcode3,
.new-client-form .que-address-postcode4 {
width: 66%;
display: inline-block;
}
.new-client-form .address-postcode,
.new-client-form .text-bank-account-number,
.new-client-form .text-other-bank-account-number {
width: 66%;
}
.new-client-form .address-state,
.new-client-form .address-postcode,
.new-client-form .spouse-dob,
.new-client-form .income,
.new-client-form .menu-number-of-children,
.new-client-form .text-bank-account-bsb,
.new-client-form .text-other-bank-account-bsb,
.new-client-form .text-bank-account-number,
.new-client-form .text-other-bank-account-number {
display: inline-block;
}
.new-client-form .wpcf7-radio,
.new-client-form .label {
padding-top: 8px;
display: inline-block;
font-size: 14px;
}
.new-client-form .wpcf7-form-control-wrap .wpcf7-select {
height: 52px;
padding: 16px 17px;
}
.new-client-form .wpcf7-form-control-wrap {
margin-right: 5px
}
.new-client-form .label.dob {
padding-right: 10px;
top: 8px;
position: relative;
}
.new-client-form .required {
color: rgb(204, 168, 118);
}
@media (max-width: 960px) {
.new-client-form .row .col.wrappable {
width: 100%;
}
}
@media (max-width: 480px) {
.new-client-form .address-state,
.new-client-form .address-postcode,
.new-client-form .text-bank-account-bsb,
.new-client-form .text-other-bank-account-bsb,
.new-client-form .text-bank-account-number,
.new-client-form .text-other-bank-account-number {
width: 100%;
}
} #main-menu .menu * {
font-family: Montserrat;
}
.main-header #top-nav-wrapper {
border-bottom-color: #4A4F55;
}
body.wpv-not-scrolled:not(.sticky-header-type-over) .main-container header.main-header,
.main-header.layout-logo-menu.header-content-wrapper {
border-bottom: 1px solid #1678A7;
}
#top-nav-wrapper .top-nav,
.main-header.header-content-wrapper {
background-color: #4A4F55 !important;
}
#main-menu .menu-main-menu-container .menu>.menu-item>a,
#main-menu .menu-main-menu-container .menu>.menu-item>a:visited,
#main-menu .menu-menu-header-container .menu>.menu-item>a,
#main-menu .menu-menu-header-container .menu>.menu-item>a:visited {
color: #fff;
}
#main-menu .menu-main-menu-container .menu>.menu-item.current-menu-item>a,
#main-menu .menu-main-menu-container .menu>.menu-item>a:hover,
#main-menu .menu-menu-header-container .menu>.menu-item.current-menu-item>a,
#main-menu .menu-menu-header-container .menu>.menu-item>a:hover {
color: #1678A7;
}  .page-id-8 #request-consultation {
margin: 0; }
.page-id-8 #post-8 {
padding-bottom: 0;
} .page-id-8 #association-logos {
width: 100%;
text-align: center;
padding-left: 10%;
}
.page-id-8 #association-logos div {
width: 16%;
vertical-align: middle;
display: inline-block;
}
@media (max-width: 959px) {
.page-id-8 #association-logos div {
width: 32%;
}
}
@media (max-width: 480px) {
.page-id-8 #association-logos div {
width: 49%;
}
}
@media (min-width: 959px) {
.page-id-8 .services .services-content {
min-height: 300px;
padding-bottom: 5px !important;
}
}
.page-id-8 .cta {
background-color: #4a4f55;
text-align: center;
width: 200%;
position: relative;
right: 50%;
}
.page-id-8 .cta .button {
margin-top: 30px;
margin-bottom: 30px;
padding: 10px 20px;
display: inline-block;
background-color: #1F97BB;
}
.page-id-8 .cta .button:hover {
background-color: #1678A7;
}
.page-id-8 .cta .button .label {
font-size: 20px;
line-height: 20px;
} .page-id-8 header .content {
max-width: 1260px;
margin: 120px auto 0 auto;
padding-left: 60px;
box-sizing: border-box;
}
.page-id-8 header .content .text {
font-family: gotham;
color: white;
font-size: 36px;
line-height: 36px;
}
.page-id-8 header .content .text .emphasis {
font-family: gotham-black;
font-size: 130%;
letter-spacing: 2px;
}
.page-id-8 header .button {
background-color: #1F97BB;
margin-top: 40px;
}
.page-id-8 header .content .button:hover {
background-color: #4A4F55;
}
.page-id-8 header .content .button .label {
color: white;
}
@media (max-width: 958px) {
.page-id-8 header .content {
padding-left: 120px;
}
}
@media (max-width: 958px) {
.page-id-8 header .content {
padding-left: 120px;
}
}
@media (max-width: 699px) {
.page-id-8 header .content {
padding-left: 20px;
}
} .page-id-15 .taxation-service-packages {}
.page-id-15 .taxation-service-packages .wpb_column>.wpb_wrapper {
text-align: center;
border: 2px solid rgb(230, 230, 230);
-moz-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.1) !important;
box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 2px 0px !important;
}
.tax-box1 {
margin-bottom: 0 ! important;
border-bottom: 2px solid #F6F6F6;
background-color: rgb(246, 246, 246);
padding-top: 20px;
margin-top: 0;
border-top: 0;
}
.tax-box1 p {
font-size: 26px;
line-height: 30px;
padding: 0 10px 10px;
margin: 0;
}
.tax-box2 {
margin-bottom: 0 !important;
border-bottom: 20px solid #F6F6F6;
}
.tax-box2 p {
font-size: 22px;
line-height: 26px;
padding: 0 10px 10px;
}
.tax-box3 .button {
font-size: 18px !important;
}
.tax-box3 .btext,
.tax-box3 .icon {
font-size: inherit !important;
display: inline;
} .page-id-499 .page-content .wpb_text_column .fa-li {
top: 8px;
}  .single-post.postid-457 .single-post-wrapper .post-article .standard-post-format .post-media,
.single-post.postid-454 .single-post-wrapper .post-article .standard-post-format .post-media,
.single-post.postid-452 .single-post-wrapper .post-article .standard-post-format .post-media,
.single-post.postid-407 .single-post-wrapper .post-article .standard-post-format .post-media {
display: none;
} #footer-sidebars .row[data-num="0"]>.full {
padding: 5px 0 10px 0;
}
.main-footer #footer-sidebars .widget .widget-title {
font-family: Montserrat !important;
}
#nav_menu-3 #menu-footer {
text-align: center;
}
#nav_menu-3 #menu-footer>li {
display: inline-block;
}
#nav_menu-3 #menu-footer a {
font-size: 16px;
}
#footer-sidebars .row[data-num="1"]>.full {
padding: 0 0 20px 0;
}  #footer-sidebars h5 {
color: white;
font-size: 15px;
}
#main-menu .menu .sub-menu .menu-item>a {
padding: 10px 11px !important;
font-size: 13px !important;
text-align: center !important;
} .ul-li-circle {
list-style: circle;
}
.bg-yellow {
background-color: yellow;
padding: 2px 2px;
} .rental_form_extra_field.deactive {
display: none;
}
.extra_field_handle_button {
padding: 10px;
border: 1px solid #E2E2E2;
}
.rental_dollar,
.motor_dollar {
position: absolute;
z-index: 9999999;
left: 10px;
font-size: 15px;
margin-top: 15px;
}
.rental_dollar_wrapper,
.motor_dollar_wrapper {
position: relative;
}
.rental_dollar_wrapper input,
.motor_dollar_wrapper input {
padding: 17px 25px !important;
}
input:focus~.floating-label,
input:not(:focus):valid~.floating-label {
top: 14px;
bottom: 10px;
left: 25px;
font-size: 13px;
opacity: 1;
}
.inputText {
font-size: 14px;
width: 200px;
height: 35px;
}
.floating-label {
position: absolute;
pointer-events: none;
left: 20px;
top: 18px;
transition: 0.2s ease all;
}
.floating-label.fill__input {
top: -3px !important;
font-size: 10px !important;
left: 18px !important
} .home_my_title {
margin-bottom: 0px;
padding: 10px;
background-color: #1F97BB;
text-align: center;
color: #fff;
}
.home_my_image {
margin-top: 0px;
}
.home_my_subtitle {
margin-bottom: 0px;
padding: 10px;
background-color: rgb(246, 246, 246);
text-align: center;
color: #4A4A4A;
}  .gform_wrapper .gform_page_footer .button {
color: #808080;
}
.main-header #main-menu .menu>.menu-item>.sub-menu-wrapper>.sub-menu {
width: 170px;
} a.text-white {
color: #fff;
} body header.main-header button.header-search {
color: #1f97bb;
}[data-class="wpcf7cf_group"], .wpcf7cf_remove, .wpcf7cf_add {
display:none;
}
.wpcf7cf_repeater_sub {
margin-bottom: 20px;
}
.wpcf7cf_repeater_controls, .wpcf7cf_step_controls {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
margin-top: 20px;
}
.wpcf7cf_multistep .wpcf7cf_step { width: 100%;
}
.wpcf7cf_multistep .wpcf7cf_step .step-title {
display: none;
}
.wpcf7cf_multistep .wpcf7cf_steps-dots {
display: flex;
width: 100%;
margin-bottom: 20px;
flex-wrap: wrap;
}
.wpcf7cf_multistep .wpcf7cf_steps-dots .dot .step-index {
display: inline-block;
border-radius: 50%;
background: #dfdfdf;
color: #000000;
width: 40px;
height: 40px;
line-height: 40px;
text-align: center;
}
.wpcf7cf_multistep .wpcf7cf_steps-dots .dot {
border-bottom: 5px solid #dfdfdf;
text-align: center;
flex: 1;
padding: 15px;
min-width: 120px;
}
.wpcf7cf_multistep .wpcf7cf_steps-dots .dot.completed {
border-bottom: 5px solid #333;
}
.wpcf7cf_multistep .wpcf7cf_steps-dots .dot.active {
border-bottom: 5px solid #333;
font-weight: bold;
}
.wpcf7cf_multistep .wpcf7cf_steps-dots .dot.completed .step-index {
background-color: #333;
color: #ffffff;
}
.wpcf7cf_multistep .wpcf7cf_steps-dots .dot.active .step-index {
background-color: #333;
color: #ffffff;
}
.wpcf7cf_step_controls .disabled {
pointer-events: none;
cursor: default;
opacity: .5;
}