

/*
* General
*/
.zd-button {
    background: #1FC5D2;
    margin-left: 0;
    margin-right: 0;
}
.zd-button:hover {
    background: #3c3950;
}


.gem-testimonial-wrapper .zd-button-wrapper {
    margin-top: 15px;
}
.gem-testimonial-wrapper .zd-button-wrapper > a {
    font-family: "Source Sans Pro";
    font-size: 20px;
    line-height: 22px;
    font-weight: 500;
    padding: 10px 20px;
    display: inline-block;
}
.zd-powered a {
	color: #00bcd4;
}
.zd-powered a:hover {
    color: #fff;
}

.page-id-33401 .block-content {
    padding-top: 0;
}

.page-id-33401 .gem-table thead tr>th:first-child {
    max-width: 250px !important;
    min-width: 200px !important;
}
.page-id-33401 .gem-table tbody tr>td:first-child {    
    max-width: 250px !important;
    min-width: 200px !important;
}

@media only screen and (max-width: 991px) {
    .page-id-33401 #main-content .block-content {
        padding: 0;
    }
}


.contact-branch-plates-section {
    margin-left: calc((100vw - 1170px) / -2);
    margin-right: calc((100vw - 1170px) / -2);
    background: rgba(0,0,0,0.53) url(/wp-content/uploads/2021/04/Photo-CU-2-darker.jpg?id=27981);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 30px 0;
    /* margin-bottom: -70px; */
}
.contact-branch-plates-section .zd-image-holder {
    text-align: center;
    margin-top: 20px;
    max-width: 204px;
    margin-left: auto;
    margin-right: auto;
}
.contact-branch-plates-section .zd-container {
    max-width: 1310px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 40px;
    padding-right: 40px;
}
.contact-branch-plates-section .zd-data-title {
    font-family: 'Montserrat';
    text-align: center;
    color: white;
    line-height: 53px;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 30px;
}
.contact-branch-plates-wrapper {
    display: flex;
    flex-wrap: wrap;
    padding: 20px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.contact-branch-plate-item {
    padding: 20px;
    background-color: #fff;
    max-width: calc(25% - 20px);
    width: 100%;
    margin-bottom: 20px;
    margin-right: 10px;
    margin-left: 10px;
    display: flex;
    flex-direction: column;
    min-height: 315px;
}
.contact-branch-plate-item .data-info-wrapper {
    flex: 1;
    margin-bottom: 20px;
}
.contact-branch-plate-item .data-title {
    color: #00bcd4;
    text-transform: uppercase;
    line-height: 30px;
    font-size: 19px;
    font-weight: bold;
    margin-bottom: 10px;
    text-decoration: none;
}
.contact-branch-plate-item .data-description {
    margin-bottom: 10px;
}

.contact-branch-plate-item .phone-number {
    margin-bottom: 20px;
    font-size: 18px;
}

/* Buttons */
.zd-button-wrapper.blue-button .zd-button {
    font-family: 'Montserrat';
    display: inline-block; 
    cursor: pointer;
    outline: 0;
    -webkit-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    border-radius: 20px;
    border-color: rgb(0, 188, 212);
    color: rgb(0, 188, 212);
    background-color: transparent;
    border-width: 2px;
    line-height: 36px;
    border-style: solid;
    padding: 0 17px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
}
.zd-button-wrapper.zd-button-full-width .zd-button {
    width: 100%;
    height: 50px;
    line-height: 30px;
    padding: 10px 40px;
    font-size: 20px;
    white-space: normal;
    height: auto;
    line-height: 1.4;
}
.zd-button-wrapper .zd-button:hover {
    color: #fff;
    background-color: rgb(70, 72, 92);
}
p:last-child {
    /*margin-bottom: 0;*/
}



/* Consent Order Page */
.vc_row.zd-consent-order-margin {
    max-width: 570px;
    width: 100%;
    margin-left: auto !important;
    margin-right: auto !important;
}





/*
* Custom Scrollbar
*/
.zd-custom-scrollbar {
	overflow-y: auto;
}
.zd-custom-scrollbar::-webkit-scrollbar {
	height: 8px;
	width: 8px;
}
.zd-custom-scrollbar::-webkit-scrollbar-track {

}
.zd-custom-scrollbar::-webkit-scrollbar-thumb {
    background: rgba(128,134,139,.26);
    border-radius: 8px;
}
.zd-custom-scrollbar::-webkit-scrollbar-corner {
	background: 0;
}




/* Dropdown menu */
.contact-branch-filter-wrapper {
    display: flex;
    transition: all .25s ease-in-out;
    align-items: center;
    padding: 0 20px;
}
.contact-branch-filter-wrapper .contact-branch-list-wrapper {
    position: relative;
}
.contact-branch-filter-wrapper .data-select {
	padding: 2px 29px;
    font-size: 16px;
    border: 1px solid aliceblue;
    background-color: #fff;
    border-radius: 3px;
}
.contact-branch-filter-wrapper .data-select:hover {
    cursor: pointer;
    background-color: #00bcd4;
    color: #fff;
}
.contact-branch-filter-wrapper .contact-branch-list-wrapper.active .data-select {
    background-color: #00bcd4;
    color: #fff;
}
.contact-branch-filter-wrapper .data-title {
    margin-right: 20px;
    font-size: 37px;
    font-weight: 900;
    color: #fff;
    line-height: 45px;
}
.contact-branch-filter-wrapper .contact-branch-list {
    display: none;
    /*opacity: 0; */
	list-style: none;
	position: absolute;
	right: auto;
	/*top: calc(100% - 0px);*/
	bottom: -2px;
	transform: translateY(100%);
	left: 0;
	z-index: 101;
	background-color: #f4f6f7;
	border-radius: 3px;
	border: 1px solid #a5b2bd;
	-webkit-box-shadow: 0 1px 7px 0 rgb(0 0 0 / 8%);
	box-shadow: 0 1px 7px 0 rgb(0 0 0 / 8%);
	width: 180px;
	max-height: 35vh;
	padding: 5px 0;
	margin: 0;
	overflow-y: auto;
	visibility: visible;
	transition: opacity 125ms ease-in,transform 125ms ease-in,-webkit-transform 125ms ease-in;
}
.contact-branch-filter-wrapper .contact-branch-list .list-item {
    padding: 5px 10px;
}
.contact-branch-filter-wrapper .contact-branch-list .list-item:hover {
    background-color: #00bcd4;
    cursor: pointer;
    color: #fff;
}
.contact-branch-filter-wrapper .contact-branch-list-wrapper.active .contact-branch-list {
    display: block;
}


.zd-page-wrapper .ultimate-guide-author-image {
    max-width: 260px;
    height: auto;
    max-height: 260px;
    border-radius: 50%;
    object-fit: cover;
}



/* No Fault Divorce Guide Popup */
.zd-popup-guide-wrapper {
    position: fixed;
    right: 20px;
    bottom: 50px;
    background: #FFFFFF;
    box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    padding: 56px 35px 65px;
    z-index: 99999;
    max-width: 400px;
    width: 100%;
    transform: translateY(calc(100% + 70px));
    display: none;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.zd-popup-guide-wrapper.visible {
    transform: none;
}
.zd-popup-guide-wrapper .zd-close-popup-guide {
    position: absolute;
    top: 5px;
    right: 5px;
    cursor: pointer;
    height: 38px;
    width: 38px;
}
.zd-popup-guide-wrapper .zd-popup-guide {
    text-align: center;
}
.zd-popup-guide-wrapper .zd-popup-guide svg {
    margin-bottom: 30px;
}
.zd-popup-guide-wrapper .zd-popup-guide .data-title {
    margin-bottom: 50px;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 21px;
    line-height: 26px;
}
.zd-popup-guide-wrapper .zd-popup-guide .zd-button-wrapper .zd-button {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    color: #00BCD4;
    text-align: center;
    padding: 16px 34px;
    text-transform: none;
    border: 2px solid #00BCD4;
    border-radius: 100px;
}

.data-image-below-button.zd-image-wrapper {
    /* display: flex;
    justify-content: center; */
}
.data-image-below-button.zd-image-wrapper .zd-image-holder {
    /* width: 100%;
    margin-right: 40px;
    display: flex;
    align-items: center;
    justify-content: center; */
}
.data-image-below-button.zd-image-wrapper .zd-image-holder:last-child {
    /* margin-right: 0; */
}
.data-image-below-button.zd-image-wrapper .zd-image-holder img {
    /* width: 100%;
    max-width: 200px; */
}
.zd-home-banner-slick-slider {
    display: flex;
    align-items: center;
    column-gap: 53px;
}
.zd-home-banner-slick-slider .zd-image-holder {
    padding: 15px;
    text-align: center;
}
.zd-home-banner-slick-slider img {
    max-width: 200px;
    height: auto;
    display: inline-block;
}
.zd-home-banner-slick-slider .slick-track {
    display: flex;
    align-items: center;
}

.zd-contact-us-page-images-wrapper.vc_row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 15px;
}
.zd-contact-us-page-images-wrapper .wpb_wrapper {
    text-align: center;
}
.zd-contact-us-page-images-wrapper .wpb_wrapper img {
    max-width: 170px;
    image-rendering: auto;
    image-rendering: crisp-edges;
    image-rendering: pixelated;
    image-rendering: -webkit-optimize-contrast;
}

.zd-our-awards-image-wrapper {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.zd-our-awards-image-wrapper .zd-image-holder {
    width: 100%;
    max-width: calc(50% - 30px);
    margin-right: 30px;
    margin-bottom: 30px;
}
.zd-our-awards-image-wrapper .zd-image-holder:nth-child(2n) {
    margin-right: 0;
}
.zd-our-awards-image-wrapper .zd-image-holder:nth-last-child(1),
.zd-our-awards-image-wrapper .zd-image-holder:nth-last-child(2) {
    margin-bottom: 0;
}
.zd-our-awards-image-wrapper p {
    margin-bottom: 0;
}
.zd-our-awards-image-wrapper .zd-image-holder img {
    width: 100%;
    max-width: 180px;
    image-rendering: auto;
    image-rendering: crisp-edges;
    image-rendering: pixelated;
    image-rendering: -webkit-optimize-contrast;
}

table p:last-child {
    margin-bottom: 0;
}
article[id="post-30144"] table tr:nth-child(odd) {
    background-color: #f4f7f6;
}
article[id="post-30144"] table tr td:first-child {
    /* background-color: #e7fff7; */
}
article[id="post-30144"] table tr:first-child,
article[id="post-30144"] table tr:first-child td:first-child {
    background-color: #c9e7dd;
}
article[id="post-30144"] table p {
    margin-bottom: 1em;
}
article[id="post-30144"] table p:last-child {
    margin-bottom: 0;
}
article[id="post-30144"] table td {
    line-height: 1.3;
}

.wcl-table-wrapper {
    overflow: auto;
    margin-right: -21px;
    padding-right: 20px;
    margin-left: -21px;
    padding-left: 20px;
}

/* Text under button in Header menu */
.zd-book-consultation-header-link {
    text-align: center;
    margin-left: 20px;
}
.zd-book-consultation-header-link .wcl-custom-text {
    font-size: 15px;
}
#primary-navigation #primary-menu .zd-book-consultation-header-link .wcl-custom-text a {
    font-size: 15px;
    background-color: inherit;
    color: inherit;
    padding: 0 !important;
}
#primary-menu.no-responsive>li.menu-item-has-children>a:after {
    right: -2px;
    transform: translateY(-50%) rotate(90deg);
    position: absolute;
    width: 8px;
    height: 16px;
    top: 50%;
    margin-top: -1px;
    font-weight: 400;
    font-family: 'thegem-icons';
    content: '\e601';
    font-size: 16px;
    line-height: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#primary-menu.no-responsive>li>a {
    padding: 35px 12px;
}

.gem-table .wcl-button-wrapper {
    margin: 0;
    display: flex;
}
.gem-table .wcl-button-wrapper .wcl-button {
    padding: 7px 16px 8px;
    font-size: 15px;
}
.gem-table .wcl-button-wrapper .wcl-button:hover {
    background: #384554;
}

@media only screen and (max-width: 991px) {
    .gem-table .wcl-button-wrapper .wcl-button {
        padding: 7px 12px 8px;
        font-size: 12px;
    }
}





/* Header Fixes */
.body-popup #page:not(.vertical-header) #site-header.fixed {
    z-index: 5;
}

.body-popup #page:not(.vertical-header) #site-header.animated-header {
    position: relative;
}






/* Widget Styling */
.widget .gem-pp-posts .gem-pp-posts-image {
    width: 72px;
}









/*
* Home Page
*/
.team-slider-section .slick-arrow {
    left: -20px;
}
.team-slider-section .slick-arrow.slick-next-arrow {
    right: -20px;
}





/* Gem Icons */
.gem-icon .gem-icon-inner {
    display: inline-flex;
}


/* Header Logo */
.header-main .site-title .site-logo {
    width: 132px;
}
.header-main .site-title .site-logo .logo picture {
    /* display: flex; */
}




/* Footer */
#footer-nav .row {
    display: flex;
    align-items: center;
}




body .ytp-cued-thumbnail-overlay-image {
    background-size: contain;
}





/* Fix Header Menu active element */
.header-style-1 #primary-menu.no-responsive > li.menu-item-current > a, .header-style-1 #primary-menu.no-responsive > li.menu-item-active > a {
    border-bottom: none;
    padding-bottom: 35px;
}







/*  Fix the "start" attr for the numbered list */
.wpb_text_column ol {
    list-style: auto;
}
.wpb_text_column ol li:before {
    display: none;
}



/* Hide author message icon */
a.post-author-avatar:after {
    display: none;
}



/* "Do I need a MIAM?" page */
.zd-doINeedMIAM-2-column-image img {
    height: 500px;
    max-height: 500px;
    object-fit: cover;
}


@media only screen and (max-width: 768px) {

    .zd-doINeedMIAM-2-column-image {
        display: none;
    }

}




/* Author Block Style */
.wcl-author-block-video {
    margin: 40px 0;
}
.post-author-block {
    position: relative;
}
.post-author-avatar {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100px; /* Match avatar size */
}
.post-author-avatar a img:first-child { /* Avatar */
    width: 100px;
    height: 100px;
    margin-bottom: 10px; /* Space between avatar and thumbnail */
}
.video-thumbnail-wrapper {
    position: relative;
    width: 126px;
    height: 70px;
    cursor: pointer;
}
.post-author-posts-link {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 15px;
}
.video-thumbnail-wrapper img {
    border-radius: 0;
}
.video-thumbnail {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
}
.video-play-button {
    position: absolute;
    display: flex;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.video-play-button svg {
    width: 30px;
    height: 30px;
    transition: transform 0.2s; /* Optional hover effect */
}

.video-popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 9999;
    justify-content: center;
    align-items: center;
}
.video-popup-content {
    position: relative;
    display: flex;
    background: #fff;
    max-width: 90%;
    width: auto;
    max-height: 90vh;
    overflow: auto;
}
.video-popup-content iframe {
    width: 560px;
    height: 315px;
    max-width: 100%;
}
.video-popup-close {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 24px;
    cursor: pointer;
}



/* Homepage banner styling adjustments - e.g. CTA button, more compact on Mobile,... */
.zd-page-banner .zd-button {
    background-color: #60BDCC;
}

.zd-page-banner .zd-button:hover {
    background-color: rgb(70, 72, 92);
    color: #ffffff;
}
.zd-page-banner .zd-awards-description {
    order: 6;
}

@media only screen and (max-width: 768px) {
    .zd-page-banner .section-inner {
        /* padding-top: 12px !important; */
    }

    .zd-page-banner .data-title {
        font-size: 38px !important;
        line-height: normal !important;
        margin-bottom: 20px !important;
    }

    .zd-page-banner .data-tagline {
        margin-top: 10px !important;
        margin-bottom: 10px !important;
    }
}
/* CSS for new Review badge HTML below hero banner CTA */
.reviews-section {
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    margin-top: 5px;
    margin-left: auto;
    width: 100%;
    margin-right: auto;
    padding-top: 5px;
    order: 4;
}

.reviews-content {
    display: flex;
    align-items: center;
    text-align: center;
    color: #ffffff;
}

.reviews-section .rating {
    display: flex;
    align-items: center;
    font-size: 20px;
    color: #f5b43a;
}

.reviews-section .stars {
    color: #ffb400;
    font-size: 22px;
    margin-left: 8px;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
    line-height: 22px;
}

.reviews-section .rating-text {
    font-weight: bold;
    font-size: 19px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
    font-family: 'Montserrat';
}

.reviews-section .reviews-count {
    font-size: 16px;
}

.reviews-content {
    flex-direction: column;
}

@media only screen and (min-width: 769px) {
    .reviews-section .rating-text {
        font-size: 21px;
    }

    .reviews-section .stars {
        font-size: 24px;
        line-height: 24px;
    }

    .reviews-section .reviews-count {
        font-size: 17px;
    }


}

/* recovering the otherwise empty space below! */
.reviews-section {
    margin-bottom: -45px;
}

.site-footer .gem-contacts-item.gem-contacts-reddit,
.site-footer .gem-contacts-item.gem-contacts-pinterest {
    display: flex;
    line-height: 25px;
}
.site-footer .gem-contacts-item .socials-item-icon.reddit,
.site-footer .gem-contacts-item .socials-item-icon.pinterest {
    color: #5f727f;
    line-height: 25px;
}





@media only screen and (max-width: 1240px) {
    .zd-book-consultation-header-link {
        /* padding-bottom: 15px; */
        margin-left: 0;
    }
}


@media only screen and (max-width: 1400px) {

    .zd-our-awards-image-wrapper .zd-image-holder img {
        max-width: 160px;
    }

}


@media only screen and (max-width: 1200px) {

    .zd-our-awards-image-wrapper .zd-image-holder img {
        max-width: 140px;
    }

}




@media only screen and (max-width: 991px) {

    /* No Fault Divorce Guide Popup */
    .zd-popup-guide-wrapper {
        bottom: 60px;
        padding: 50px 40px 55px;
        max-width: 420px;
    }

    /* Footer */
    #footer-nav .zd-powered {
        text-align: center;
    }
    #footer-nav .row {
        display: block;
    }

}

@media only screen and (max-width: 768px) {

    /* No Fault Divorce Guide Popup */
    .zd-popup-guide-wrapper {
        bottom: 60px;
        padding: 50px 40px 55px;
        max-width: 385px;
    }
    .zd-popup-guide-wrapper .zd-popup-guide .zd-button-wrapper .zd-button {
        font-size: 16px;
        padding: 15px 25px;
    }
    .zd-popup-guide-wrapper .zd-popup-guide .data-title {
        font-size: 19px;
        margin-bottom: 40px;
    }
    .zd-popup-guide-wrapper .zd-popup-guide svg {
        margin-bottom: 20px;
        width: 60px;
        height: 60px;
    }

    /* Blockquote */
    .post-content blockquote {
        padding: 40px 20px;
        font-size: 18px;
        line-height: 1.5;
    }
    .post-content blockquote h2 {
        margin-bottom: 15px;
    }

}

@media only screen and (max-width: 767px) {
    .zd-contact-us-page-images-wrapper.vc_row {
        margin-bottom: 35px;
    }
    .data-image-below-button.zd-image-wrapper {
        flex-wrap: wrap;
    }
    .data-image-below-button.zd-image-wrapper .zd-image-holder {
        max-width: calc(50% - 15px);
        margin-right: 30px;
        margin-bottom: 25px;
    }
    .data-image-below-button.zd-image-wrapper .zd-image-holder:nth-child(2n) {
        margin-right: 0;
    }
    .data-image-below-button.zd-image-wrapper .zd-image-holder:last-child,
    .data-image-below-button.zd-image-wrapper .zd-image-holder:nth-last-child(2) {
        margin-bottom: 0;
    }
    .data-image-below-button.zd-image-wrapper .zd-image-holder img {
        max-width: 180px;
    }
}

@media only screen and (max-width: 500px) {

    .zd-popup-guide-wrapper {
        max-width: calc(100% - 20px);
        padding: 44px 15px 40px;
        bottom: 10px;
        right: 10px;
        /*right: 50%;*/
        /*transform: translateX(50%);*/
    }
    .zd-popup-guide-wrapper .zd-popup-guide .zd-button-wrapper .zd-button {
        padding: 12px 15px;
    }
    .zd-popup-guide-wrapper .zd-popup-guide .data-title {
        margin-bottom: 30px;
    }

    .zd-contact-us-page-images-wrapper .wpb_wrapper img {
        max-width: 160px;
    }
    .zd-contact-us-page-images-wrapper.vc_row {
        margin-bottom: 30px;
    }

}

@media only screen and (max-width: 425px) {
    .zd-contact-us-page-images-wrapper .wpb_wrapper img {
        max-width: 120px;
    }
    .zd-contact-us-page-images-wrapper.vc_row {
        margin-bottom: 25px;
    }
    .zd-contact-us-page-images-wrapper.vc_row .vc_column-inner {
        padding-left: 12px;
        padding-right: 12px;
    }
}



