.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;
}.select2-container {
display: block!important;
margin: 0;
position: relative;
vertical-align: middle;
zoom: 1;
}
.select2-container,.select2-drop,.select2-search,.select2-search input {
box-sizing: border-box;
moz-box-sizing: border-box;
webkit-box-sizing: border-box;
}
.select2-container .select2-choice {
background-clip: padding-box;
background-color: #fff;
border: 1px solid #ccc;
border-radius: 3px;
color: #444;
display: block;
font-weight: 400;
moz-user-select: none;
ms-user-select: none;
overflow: hidden;
padding: 0 0 0 8px;
position: relative;
text-decoration: none;
user-select: none;
webkit-touch-callout: none;
webkit-user-select: none;
white-space: nowrap;
}
html[dir=rtl] .select2-container .select2-choice {
padding: 0 8px 0 0;
}
.select2-container.select2-drop-above .select2-choice {
border-bottom-color: #ccc;
border-radius: 0 0 4px 4px;
}
.select2-container.select2-allowclear .select2-choice .select2-chosen {
margin-right: 42px;
}
.select2-container .select2-choice>.select2-chosen {
display: block;
float: none;
margin-right: 26px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
width: auto;
}
html[dir=rtl] .select2-container .select2-choice>.select2-chosen {
margin-left: 26px;
margin-right: 0;
}
.select2-container .select2-choice abbr {
background: url(//cghaccounting.com.au/wp-content/themes/lawyers-attorneys/wpv_theme/assets/images/select2.png) right top no-repeat;
border: 0;
cursor: pointer;
display: none;
font-size: 1px;
height: 12px;
outline: 0;
position: absolute;
right: 24px;
text-decoration: none;
top: 5px;
width: 12px;
}
.select2-container.select2-allowclear .select2-choice abbr {
display: inline-block;
}
.select2-container .select2-choice abbr:hover {
background-position: right -11px;
cursor: pointer;
}
.select2-drop-mask {
background-color: #fff;
border: 0;
filter: alpha(opacity=0);
height: auto;
left: 0;
margin: 0;
min-height: 100%;
min-width: 100%;
opacity: 0;
padding: 0;
position: fixed;
top: 0;
width: auto;
z-index: 9998;
}
.select2-drop {
background: #fff;
border: 1px solid #ccc;
border-radius: 0 0 3px 3px;
border-top: 0;
color: #000;
margin-top: -1px;
position: absolute;
top: 100%;
width: 100%;
z-index: 9999;
}
.select2-drop.select2-drop-above {
border-bottom: 0;
border-radius: 3px 3px 0 0;
border-top: 1px solid #ccc;
margin-top: 1px;
}
.select2-drop-active {
border: 1px solid #666;
border-top: none;
}
.select2-drop.select2-drop-above.select2-drop-active {
border-top: 1px solid #666;
}
.select2-drop-auto-width {
border-top: 1px solid #ccc;
width: auto;
}
.select2-drop-auto-width .select2-search {
padding-top: 4px;
}
.select2-container .select2-choice .select2-arrow {
background-clip: padding-box;
border-radius: 0 3px 3px 0;
display: inline-block;
height: 100%;
position: absolute;
right: 0;
top: 0;
width: 18px;
}
html[dir=rtl] .select2-container .select2-choice .select2-arrow {
border-radius: 3px 0 0 3px;
left: 0;
right: auto;
}
.select2-container .select2-choice .select2-arrow b {
display: block;
height: 100%;
position: relative;
width: 100%;
}
.select2-container .select2-choice .select2-arrow b:after {
border: 4px solid transparent;
border-top-color: #666;
content: "";
display: block;
left: 50%;
margin-left: -7px;
margin-top: -2px;
position: absolute;
top: 50%;
}
.select2-search {
display: inline-block;
margin: 0;
padding-bottom: 4px;
padding-left: 4px;
padding-right: 4px;
position: relative;
white-space: nowrap;
width: 100%;
z-index: 10000;
}
.select2-search input {
background: url(//cghaccounting.com.au/wp-content/themes/lawyers-attorneys/wpv_theme/assets/images/select2.png) 100% -22px no-repeat #fff;
border: 1px solid #ccc;
box-shadow: none;
font-family: sans-serif;
font-size: 1em;
height: auto!important;
margin: 0;
outline: 0;
padding: 4px 20px 4px 5px!important;
webkit-box-shadow: none;
width: 100%;
}
html[dir=rtl] .select2-search input {
background: url(//cghaccounting.com.au/wp-content/themes/lawyers-attorneys/wpv_theme/assets/images/select2.png) -37px -22px no-repeat #fff;
padding: 4px 5px 4px 20px;
}
.select2-drop.select2-drop-above .select2-search input {
margin-top: 4px;
}
.select2-search input.select2-active {
background: url(//cghaccounting.com.au/wp-content/themes/lawyers-attorneys/wpv_theme/assets/images/select2-spinner.gif) no-repeat 100% #fff;
}
.select2-container-active .select2-choice,.select2-container-active .select2-choices {
border: 1px solid #666;
outline: 0;
}
.select2-dropdown-open .select2-choice {
border-bottom-color: transparent;
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
box-shadow: 0 1px 0 #fff inset;
webkit-box-shadow: 0 1px 0 #fff inset;
}
.select2-dropdown-open .select2-choice .select2-arrow b:after {
border-bottom-color: #666;
border-top-color: transparent;
margin-top: -6px;
}
.select2-dropdown-open.select2-drop-above .select2-choice,.select2-dropdown-open.select2-drop-above .select2-choices {
border: 1px solid #666;
border-top-color: transparent;
}
.select2-dropdown-open .select2-choice .select2-arrow {
background: 0 0;
border-left: none;
filter: none;
}
html[dir=rtl] .select2-dropdown-open .select2-choice .select2-arrow {
border-right: none;
}
.select2-dropdown-open .select2-choice .select2-arrow b {
background-position: -18px 1px;
}
html[dir=rtl] .select2-dropdown-open .select2-choice .select2-arrow b {
background-position: -16px 1px;
}
.select2-hidden-accessible {
border: 0;
clip: rect(0 0 0 0);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute;
width: 1px;
}
.select2-results {
background: #fafafa;
margin: 0;
max-height: 200px;
overflow-x: hidden;
overflow-y: auto;
padding: 4px;
position: relative;
webkit-tap-highlight-color: transparent;
}
html[dir=rtl] .select2-results {
margin: 4px 0 4px 4px;
padding: 0 4px 0 0;
}
.select2-results ul.select2-result-sub {
margin: 0;
padding-left: 0;
}
.select2-results li {
background-image: none;
display: list-item;
list-style: none;
margin: 3px 0;
}
.select2-results li.select2-result-with-children>.select2-result-label {
font-weight: 700;
}
.select2-results .select2-result-label {
cursor: pointer;
margin: 0;
min-height: 1em;
moz-user-select: none;
ms-user-select: none;
padding: 5px 7px;
user-select: none;
webkit-touch-callout: none;
webkit-user-select: none;
}
.select2-results-dept-1 .select2-result-label {
padding-left: 20px;
}
.select2-results-dept-2 .select2-result-label {
padding-left: 40px;
}
.select2-results-dept-3 .select2-result-label {
padding-left: 60px;
}
.select2-results-dept-4 .select2-result-label {
padding-left: 80px;
}
.select2-results-dept-5 .select2-result-label {
padding-left: 100px;
}
.select2-results-dept-6 .select2-result-label {
padding-left: 110px;
}
.select2-results-dept-7 .select2-result-label {
padding-left: 120px;
}
.select2-results .select2-highlighted {
background: #f1f1f1;
border-radius: 3px;
}
.select2-results li em {
background: #feffde;
font-style: normal;
}
.select2-results .select2-highlighted em {
background: 0 0;
}
.select2-results .select2-highlighted ul {
background: #fff;
color: #000;
}
.select2-results .select2-ajax-error,.select2-results .select2-no-results,.select2-results .select2-searching,.select2-results .select2-selection-limit {
background: #f4f4f4;
display: list-item;
padding-left: 5px;
}
.select2-results .select2-disabled.select2-highlighted {
background: #f4f4f4;
color: #666;
cursor: default;
display: list-item;
}
.select2-results .select2-disabled {
background: #f4f4f4;
cursor: default;
display: list-item;
}
.select2-results .select2-selected {
display: none;
}
.select2-more-results.select2-active {
background: url(//cghaccounting.com.au/wp-content/themes/lawyers-attorneys/wpv_theme/assets/images/select2-spinner.gif) no-repeat 100% #f4f4f4;
}
.select2-results .select2-ajax-error {
background: rgba(255,50,50,.2);
}
.select2-more-results {
background: #f4f4f4;
display: list-item;
}
.select2-container.select2-container-disabled .select2-choice {
background-color: #f4f4f4;
background-image: none;
border: 1px solid #ddd;
cursor: default;
}
.select2-container.select2-container-disabled .select2-choice .select2-arrow {
background-color: #f4f4f4;
background-image: none;
border-left: 0;
}
.select2-container.select2-container-disabled .select2-choice abbr {
display: none;
}
.select2-container-multi .select2-choices {
background-color: #fff;
border: 1px solid #ccc;
cursor: text;
height: 1%;
height: auto!important;
margin: 0;
overflow: hidden;
padding: 0 5px 0 0;
position: relative;
}
html[dir=rtl] .select2-container-multi .select2-choices {
padding: 0 0 0 5px;
}
.select2-locked {
padding: 3px 5px!important;
}
.select2-container-multi .select2-choices {
min-height: 26px;
}
.select2-container-multi.select2-container-active .select2-choices {
border: 1px solid #666;
outline: 0;
}
.select2-container-multi .select2-choices li {
float: left;
list-style: none;
}
html[dir=rtl] .select2-container-multi .select2-choices li {
float: right;
}
.select2-container-multi .select2-choices .select2-search-field {
margin: 0;
padding: 0;
white-space: nowrap;
}
.select2-container-multi .select2-choices .select2-search-field input {
background: 0 0!important;
border: 0;
box-shadow: none;
font-family: sans-serif;
margin: 1px 0;
outline: 0;
padding: 5px;
webkit-box-shadow: none;
}
.select2-container-multi .select2-choices .select2-search-field input.select2-active {
background: url(//cghaccounting.com.au/wp-content/themes/lawyers-attorneys/wpv_theme/assets/images/select2-spinner.gif) no-repeat 100% #fff!important;
}
.select2-default {
color: #999!important;
}
.select2-container-multi .select2-choices .select2-search-choice {
background-clip: padding-box;
background-color: #e4e4e4;
border-radius: 2px;
color: #333;
cursor: default;
line-height: 15px;
margin: 3px 0 3px 5px;
moz-user-select: none;
ms-user-select: none;
padding: 5px 8px 5px 24px;
position: relative;
user-select: none;
webkit-touch-callout: none;
webkit-user-select: none;
}
html[dir=rtl] .select2-container-multi .select2-choices .select2-search-choice {
margin: 3px 5px 3px 0;
padding: 5px 24px 5px 8px;
}
.select2-container-multi .select2-choices .select2-search-choice .select2-chosen {
cursor: default;
}
.select2-container-multi .select2-choices .select2-search-choice-focus {
background: #d4d4d4;
}
.select2-search-choice-close {
background: url(//cghaccounting.com.au/wp-content/themes/lawyers-attorneys/wpv_theme/assets/images/select2.png) right top no-repeat;
display: block;
font-size: 1px;
height: 13px;
outline: 0;
position: absolute;
right: 7px;
top: 6px;
width: 12px;
}
html[dir=rtl] .select2-search-choice-close {
left: 7px;
right: auto;
}
.select2-container-multi .select2-search-choice-close {
left: 7px;
}
html[dir=rtl] .select2-container-multi .select2-search-choice-close {
left: auto;
right: 7px;
}
.select2-container-multi .select2-choices .select2-search-choice .select2-search-choice-close:hover,.select2-container-multi .select2-choices .select2-search-choice-focus .select2-search-choice-close {
background-position: right -11px;
}
.select2-container-multi.select2-container-disabled .select2-choices {
background-color: #f4f4f4;
background-image: none;
border: 1px solid #ddd;
cursor: default;
}
.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice {
background-color: #f4f4f4;
background-image: none;
border: 1px solid #ddd;
padding: 3px 5px;
}
.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice .select2-search-choice-close {
background: 0 0;
display: none;
}
.select2-result-selectable .select2-match,.select2-result-unselectable .select2-match {
text-decoration: underline;
}
.select2-offscreen,.select2-offscreen:focus {
border: 0!important;
clip: rect(0 0 0 0)!important;
height: 1px!important;
left: 0!important;
margin: 0!important;
outline: 0!important;
overflow: hidden!important;
padding: 0!important;
position: absolute!important;
top: 0!important;
width: 1px!important;
}
.select2-display-none {
display: none;
}
.select2-measure-scrollbar {
height: 100px;
left: -10000px;
overflow: scroll;
position: absolute;
top: -10000px;
width: 100px;
}
@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-resolution:2dppx) {
.select2-search input {
background-image: url(//cghaccounting.com.au/wp-content/themes/lawyers-attorneys/wpv_theme/assets/images/select2x2.png)!important;
background-position: 100% -21px!important;
background-repeat: no-repeat!important;
background-size: 60px 40px!important;
}
}[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;
}