/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

/*
 Theme Name:   Infinite Child
 Theme URI:    http://demo.goodlayers.com/infinite
 Description:  Goodlayers Infinite Child Theme
 Author:       Goodlayers
 Author URI:   http://goodlayers.com
 Template:     infinite
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, right-sidebar, responsive-layout
 Text Domain:  infinite-child

 START YOUR CHILD THEME CSS HERE
*/

/*--------------------------
*           Index          *
----------------------------
* 1. Global                *
*    1.1 Custom Properties *
*    1.2 Header            *
*    1.3 Footer            *
*    1.4 Sidebar           *
* 2. Home-page             *
* 3. Sub-page              *
* 4. Responsive            *
* 5. Keyframes             *
--------------------------*/

/*--------------------------
*        1. Global         *
--------------------------*/

@import url("https://use.typekit.net/twa6cng.css");

/* 1.1 Custom Properties */
:root {
    /* Add color custom properties here */
    --color-brand: #364cdf;
    --color-brand-rgba: 54, 76, 223;
    --color-accent: #333333;
    --color-accent-rgba: 51, 51, 51;
    --color-black: #000000;
    --color-black-rgba: 0, 0, 0;
    --color-white: #ffffff;
    --color-white-rgba: 255, 255, 255;

    /* Add font custom properties here */
    --font-headings: sans-serif;
    --font-default: sans-serif;
}

/* Don't let phone number links wrap */
a[href^="tel:"], a[href^="tel+"] {
    white-space: nowrap;
}

a {
    font-weight: 400;
}

html body .gdlr-core-page-builder-body p {
    font-size: 20px;
    line-height: 1.8em;
    text-wrap: pretty;
}

html body .gdlr-core-page-builder-body ul li p, html body .gdlr-core-page-builder-body ol li p {
    margin-bottom: 0;
}

html body .gdlr-core-page-builder-body p, html body p, html body ul li, html body ol li {
    text-wrap: pretty;
}

html body.infinite-body .inner-text ul li h2, html body.infinite-body .inner-text ol li h2, html body.infinite-body .inner-text ul li h3, html body.infinite-body .inner-text ol li h3, html body.infinite-body .inner-text ul li h4, html body.infinite-body .inner-text ol li h4, html body.infinite-body .inner-text ul li h5, html body.infinite-body .inner-text ol li h5, html body.infinite-body .inner-text ul li h6, html body.infinite-body .inner-text ol li h6 {
    margin-bottom: 5px;
}

html .gdlr-core-body .gdlr-core-button {
    background-color: transparent;
    border-radius: 2px;
    white-space: normal;
}

html body, html body p, html body ul li, html body ol li, html .infinite-navigation .sf-menu > li > a, html body .gdlr-core-button .gdlr-core-content  {
    font-family: "century-gothic", sans-serif;
    font-style: normal;
}

html body ul li, html body ol li {
    padding-bottom: 8px;
}

html body a {
    -webkit-transition: .4s ease-in-out;
    -o-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
}

html body strong a {
    font-weight: 700;
}

html body .gdlr-core-page-builder-body p.large-par, html body .gdlr-core-page-builder-body p.large-par a {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 600;
}

html body a img.alignnone {
    margin: 0;
}

/* Hidden Links */
a.hide-link, a.hide-link:hover, .inner-text a.hide-link, .inner-text a.hide-link:hover {
    color: inherit;
    text-decoration: none;
    cursor: text;
    font-weight: 400;
    opacity: 1;
}

/* Remove default appearance for iOS/Safari forms */
input:matches([type="button"], [type="submit"], [type="reset"]) {
    -webkit-appearance: none !important;
}

html body .infinite-footer-back-to-top-button {
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -webkit-box-shadow: 0 0 8px 0 var(--color-white);
    box-shadow: 0 0 8px 0 var(--color-white);
    right: 45px;
    bottom: 40px;
    width: 40px;
    height: 40px;
}

html body .infinite-footer-back-to-top-button i {
    bottom: 2px;
    position: relative;
}

html body.infinite-body h1, html body.infinite-body h2, html body.infinite-body h3, html body.infinite-body h4, html body.infinite-body h5, html body.infinite-body h6 {
    font-family: "adobe-handwriting-ernie", sans-serif;
    font-weight: 500;
    text-wrap: balance;
    letter-spacing: 1px;
}

html body.infinite-body .inner-text h2, html body.infinite-body .inner-text h3, html body.infinite-body .inner-text h4, html body.infinite-body .inner-text h5, html body.infinite-body .inner-text h6, html body.infinite-body .inner-text h2 a, html body.infinite-body .inner-text h3 a, html body.infinite-body .inner-text h4 a, html body.infinite-body .inner-text h5 a, html body.infinite-body .inner-text h6 a {
    color: var(--color-brand);
    margin-top: 15px;
    font-family: "Century Gothic", sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0;
}

html .infinite-float-social {
    background-color: rgba(var(--color-white-rgba), 90%);
    padding: 9px 15px 9px 20px;
    border-radius: 2px;
    box-shadow: 0 0 4px 0 rgba(var(--color-accent-rgba), 50%);
    right: 44px;
    display: block !important;
}

html .infinite-float-social .infinite-head, html .infinite-float-social .infinite-divider {
    display: none;
}

html .infinite-float-social a {
    font-size: 24px;
}

html .infinite-float-social a i {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: .4s ease-in-out;
    -o-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
}

html .infinite-float-social a:hover i {
    opacity: .6;
}

html .infinite-float-social a i.fa-instagram {
    color: #C13584;
}

html .infinite-float-social a i.fa-facebook {
    color: #0165E1;
}

html .infinite-float-social a i.fa-youtube {
    color: #FF0000;
}

html .gdlr-core-ilightbox .gdlr-core-image-overlay-icon {
    width: 50px;
    font-size: 50px;
    line-height: 50px;
}

html .gdlr-core-ilightbox:hover .gdlr-core-image-overlay-icon {
    width: 55px;
    font-size: 55px;
    line-height: 55px;
}

html body a:not(.hero-btn).yt--popper, .home-services .service-block a {
    position: relative;
    display: inline-block;
    line-height: 0;
    -o-object-fit: contain;
    object-fit: contain;
    overflow: hidden;
}

html body a:not(.hero-btn).yt--popper:before {
    position: absolute;
    top: 80%;
    left: 50%;
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    content: "\f04b";
    font-family: 'FontAwesome', sans-serif;
    font-size: 70px;
    color: var(--color-white);
    text-shadow: 0 0 30px rgba(var(--color-black-rgba), 50%);
    z-index: 2;
    -webkit-transition: .4s ease-in-out;
    -o-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
}

html body a:not(.hero-btn).yt--popper:hover:before {
    opacity: .8;
}

html body a:not(.hero-btn).yt--popper:after, .home-services .service-block a:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-image: -webkit-gradient(linear,left bottom,left top,from(#303133),color-stop(50%,rgba(48,49,51,0)));
    background-image: -o-linear-gradient(bottom,#303133 0%,rgba(48,49,51,0) 50%);
    background-image: linear-gradient(to top,#303133 0%,rgba(48,49,51,0) 50%);
    z-index: 1;
}

/* 1.1 Custom Properties */

/* 1.2 Header */

html .infinite-header-style-plain.infinite-style-center-menu .infinite-navigation, html .infinite-header-style-plain.infinite-style-center-menu .infinite-main-menu-right-wrap {
    height: 150px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

html .infinite-navigation .sf-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

html .infinite-animate-fixed-navigation.infinite-header-style-plain.infinite-style-splitted-menu .infinite-navigation .sf-menu > li > a {
    color: var(--color-black);
}

html .mm-menu--offcanvas {
    left: auto;
    right: -440px;
    transition: .35s linear;
}

html .mm-menu--offcanvas.mm-menu--opened {
    right: 0;
}

html .infinite-navigation .sf-menu > li {
    padding-right: 10px;
    padding-left: 10px;
}

html .infinite-body .infinite-main-menu-right-button {
    border: none;
    color: var(--color-white);
}

html .infinite-body .infinite-main-menu-right-button:hover {
    color: var(--color-white);
    opacity: .8;
}

html .infinite-navigation .sf-menu > .infinite-normal-menu .sub-menu {
    top: 110px;
}

html .infinite-main-menu-right-button {
    font-weight: 600;
}

html .infinite-navigation .sf-menu > li > a, html .infinite-body .infinite-main-menu-right-button {
    text-shadow: .05em .05em .1em rgba(var(--color-black-rgba), 70%);
}

html .infinite-logo-inner img {
    -webkit-filter: drop-shadow(.03em .03em .02em rgba(var(--color-black-rgba), 70%));
    filter: drop-shadow(.03em .03em .02em rgba(var(--color-black-rgba), 70%));
}

/* 1.3 Footer */

.infinite-footer-wrapper .infinite-widget-title {
    font-size: 28px;
    line-height: 36px;
    letter-spacing: 0;
}

.infinite-footer-wrapper p, .infinite-footer-wrapper p a, .infinite-footer-wrapper ul li, .infinite-footer-wrapper ul li a {
    color: #fff;
    font-size: 18px;
    line-height: 30px;
    font-family: "century-gothic", sans-serif;
    font-style: normal;
    text-wrap: pretty;
}

html .infinite-copyright-container .infinite-copyright-text, html .infinite-copyright-container .infinite-copyright-text a {
    font-size: 16px;
    letter-spacing: 0;
    color: var(--color-white);
    text-transform: none;
    font-family: "century-gothic", sans-serif;
    font-style: normal;
}

.infinite-footer-wrapper p a:hover, .infinite-footer-wrapper ul li a:hover, html .infinite-copyright-container .infinite-copyright-text a:hover {
    opacity: .7;
}

html .infinite-footer-wrapper .widget {
    text-align: center;
    margin-bottom: 30px;
}

html .infinite-footer-wrapper .infinite-widget-title {
    text-transform: none;
    font-size: 50px;
    line-height: 1.1em;
    font-family: "adobe-handwriting-ernie";
}

html .infinite-copyright-wrapper span.copyright-element {
    display: block;
    padding: 6px 0;
}

html body .infinite-footer-wrapper .widget .is-layout-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

html body .infinite-footer-wrapper .wp-block-social-links .wp-social-link a {
    font-size: 30px;
}

html body .infinite-footer-wrapper p a.footer-phone {
    font-weight: 600;
}

/* 1.4 Sidebar */

/*------------------------
*      2. Home-page      *
-------------------------*/

.image-hide {
    display: none;
    opacity: 0;
    visibility: hidden;
    height: 0;
    padding: 0;
    margin: 0;
}

.home-text .gdlr-core-divider-item-with-icon img {
    width: 120px;
    height: auto;
    padding: 0;
}

.gdlr-core-body .home-text .gdlr-core-button {
    background-color: transparent;
}

.gdlr-core-body .home-text [data-skin] .gdlr-core-button.gdlr-core-button-transparent:hover {
    background-color: var(--color-brand);
}

.gdlr-core-page-builder-body .home-text [data-skin="light"] a:not(.gdlr-core-button), .gdlr-core-page-builder-body .home-text[data-skin="light"] a:not(.gdlr-core-button) {
    font-weight: 600;
}

.gdlr-core-page-builder-body .home-text [data-skin="light"] a:not(.gdlr-core-button).hide-link, .gdlr-core-page-builder-body .home-text[data-skin="light"] a:not(.gdlr-core-button).hide-link, .gdlr-core-page-builder-body .home-text .service-block [data-skin="light"] a:not(.gdlr-core-button), .gdlr-core-page-builder-body .home-text[data-skin="light"] .service-block a:not(.gdlr-core-button) {
    font-weight: 400;
}

.gdlr-core-page-builder-body .home-text [data-skin="light"] a:not(.gdlr-core-button):hover, .gdlr-core-page-builder-body .home-text[data-skin="light"] a:not(.gdlr-core-button):hover {
    color: var(--color-white);
    opacity: .8;
}

.gdlr-core-page-builder-body .home-text [data-skin="light"] a:not(.gdlr-core-button).hide-link:hover, .gdlr-core-page-builder-body .home-text[data-skin="light"] a:not(.gdlr-core-button).hide-link:hover {
    opacity: 1;
}

.home-services .gdlr-core-feature-box-item-image img {
    display: none;
}

.home-services .gdlr-core-feature-box {
    min-height: 370px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    z-index: 2;
}

.home-services .gdlr-core-feature-box-content {
    z-index: 9;
    width: 100%;
}

.home-services .gdlr-core-feature-box-item .gdlr-core-feature-box-link {
    z-index: 12;
}

.home-services .service-block a, .home-services .service-block a .testimonial-name {
    -webkit-transition: .4s ease-in-out;
    -o-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
}

.home-services .gdlr-core-feature-box-item .gdlr-core-feature-box-item-content p {
    position: absolute;
    bottom: 0;
    width: 100%;
}

.home-services .service-block a .testimonial-name:nth-of-type(2), .home-services .service-block a:hover .testimonial-name:nth-of-type(1) {
    opacity: 0;
}

.home-services .service-block a:hover .testimonial-name:nth-of-type(2) {
    opacity: 1;
}

.home-services .service-block a .testimonial-name:nth-of-type(2):after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    top: 35px;
    width: 200px;
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    height: 2px;
    background-color: var(--color-white);
}

.home-services .gdlr-core-feature-box-item .gdlr-core-feature-box, .home-services .gdlr-core-feature-box-item .gdlr-core-feature-box .gdlr-core-feature-box-background, html body .home-services .service-block p, html body .home-services .service-block a, html body .home-services  .service-block a img, html body .home-testimonials a.yt--popper, html body .home-testimonials a.yt--popper img {
    overflow: hidden;
    -webkit-transition: .4s ease-in-out;
    -o-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
}

.home-services .gdlr-core-feature-box-item:hover .gdlr-core-feature-box .gdlr-core-feature-box-background, html body .home-testimonials a.yt--popper:hover img, html body .home-services  .service-block a:hover img {
    transform: scale(1.05);
}

html body .gdlr-core-page-builder-body .gdlr-core-feature-box-content p {
    font-size: 24px;
    line-height: 1.3em;
}

.gdlr-core-page-builder-body .home-text[data-skin="light"] .gdlr-core-skin-caption {
    color: var(--color-white);
}

.home-blog .gdlr-core-item-list {
    margin-bottom: 30px;
}

.home-blog .gdlr-core-blog-info, .home-blog .gdlr-core-blog-info a, .gdlr-core-page-builder-body .home-blog [data-skin="light"] .gdlr-core-skin-caption a {
    color: var(--color-white);
    font-size: 15px;
}

.infinite-body .home-dentists a {
    color: var(--color-brand);
}

.infinite-body .home-dentists a:hover {
    color: var(--color-accent);
}

.home-office img {
    width: 100%;
}

.home-office .twentytwenty-handle {
    background-color: var(--color-brand);
    border: 3px solid var(--color-brand) !important;
}

.home-office .twentytwenty-horizontal .twentytwenty-handle:before, .home-office .twentytwenty-horizontal .twentytwenty-handle:after, .home-office .twentytwenty-vertical .twentytwenty-handle:before, .home-office .twentytwenty-vertical .twentytwenty-handle:after {
    background: var(--color-brand);
    box-shadow: 0 0 12px rgba(var(--color-black-rgba), 50%);
}

.gdlr-core-page-builder-body .home-testimonials a.yt--popper img, .gdlr-core-page-builder-body .home-services img {
    margin: 0;
}

.gdlr-core-page-builder-body .home-text[data-skin="light"] a:not(.gdlr-core-button).yt--popper:hover {
    opacity: 1;
}

html body .home-testimonials a:not(.hero-btn).yt--popper:before {
    font-size: 50px;
}

html body .home-testimonials a:not(.hero-btn).yt--popper:before {
    top: 70%;
}

html .gdlr-core-page-builder-body .home-testimonials .gdlr-core-no-p-space .gdlr-core-text-box-item-content .testimonial-name, html .gdlr-core-page-builder-body .home-services .gdlr-core-no-p-space .gdlr-core-text-box-item-content .testimonial-name {
    font-size: 22px;
    line-height: 1.4em;
    color: var(--color-white);
    position: absolute;
    top: auto;
    bottom: 20px;
    z-index: 9;
    left: 50%;
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    width: 100%;
    padding: 0 10px;
    font-weight: 400;
}

/*html .gdlr-core-page-builder-body .home-services .service-block.early-ortho .gdlr-core-no-p-space .gdlr-core-text-box-item-content .testimonial-name:nth-of-type(1) {
    top: 80%;
}*/

.gdlr-core-page-builder-body .home-text.home-services [data-skin="light"] .service-block a:not(.gdlr-core-button):hover, .gdlr-core-page-builder-body .home-text.home-services[data-skin="light"] .service-block a:not(.gdlr-core-button):hover, .gdlr-core-page-builder-body .home-text.home-testimonials [data-skin="light"] .service-block a:not(.gdlr-core-button):hover, .gdlr-core-page-builder-body .home-text.home-testimonials[data-skin="light"] .service-block a:not(.gdlr-core-button):hover {
    opacity: 1;
}

/* Video iFrame Banner Styles */
.banner-video  {
    width: 100%;
    height: calc(100vh - 20px);
    max-width: 100%;
    position: relative;
    z-index: 0;
}

.pmax-video-content {
    position: absolute;
    z-index: 1;
    width: 100%;
    top: 75%;
    bottom: 0;
    padding: 0 40px;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-50px);
        transform: translateX(-50px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-50px);
        transform: translateX(-50px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

.pmax-video-content h1 {
    font-size: 55px;
    line-height: 1.6em;
    color: var(--color-white);
    margin: 0 0 30px 0;
    text-shadow: 1px 1px 2px var(--color-black);
    display: block;
}

.pmax-video-content h1 span.copyright-symbol {
    font-size: 50%;
    position: relative;
    top: -18px;
    left: 5px;
    font-style: italic;
}

.pmax-video-content .pmax-hero-btns {
    margin-top: 20px;
}

.pmax-video-content a.hero-btn {
    color: var(--color-white);
    background-color: var(--color-brand);
    border: none;
    padding: 20px 30px;
    font-size: 16px;
    line-height: 16px;
    font-weight: 600;
    text-transform: uppercase;
    display: inline-block;
    width: auto;
    letter-spacing: 1px;
    border-radius: 2px;
    font-family: "century-gothic", sans-serif;
}

.pmax-video-content a.hero-btn:nth-of-type(1) {
    margin-right: 20px;
}

.pmax-video-content a.hero-btn:hover {
    background-color: rgba(var(--color-brand-rgba), 90%);
    color: var(--color-white);
}

@media (min-width: 1600px) {
    .pmax-video-content a.hero-btn {
        font-size: 18px;
        line-height: 26px;
    }
}

@media (max-width: 1400px) {
    .pmax-video-content h1 {
        font-size: 50px;
    }
}

@media (max-width: 1300px) {
    .pmax-video-content h1 {
        font-size: 45px;
    }
}

@media (max-width: 1199px) {
    .pmax-video-content h1 {
        font-size: 40px;
        margin: 0 0 10px 0;
    }
    .pmax-video-content {
        top: 70%;
    }
}

@media (max-width: 999px) {
    .banner-video {
        height: calc(100vh - 140.57px);
    }
    .pmax-video-content {
        top: 65%;
        text-align: center;
    }
    .pmax-video-content p, .pmax-video-content p a {
        font-size: 16px;
        line-height: 20px;
    }
    html .menu-item .mm-listitem__text, html .mm-navbar__title>span {
        -o-text-overflow: unset;
        text-overflow: unset;
        white-space: pre-wrap;
        overflow: auto;
    }
    .pmax-video-content h1 {
        margin: 0;
    }
    .pmax-video-content h1 span.two-line-header {
        display: block;
        margin-bottom: 0;
    }
    .pmax-video-content h1 span.copyright-symbol {
        top: -15px;
        left: 5px;
    }
}

@media (max-height: 780px) {
    .banner-video {
        height: 800px;
    }
}

@media (max-width: 767px) {
    .pmax-banner-video .gdlr-core-pbf-wrapper-full-no-space {
        width: 100%;
        max-width: 100%;
    }
    .pmax-video-content {
        max-width: 100%;
        width: 100%;
    }
    .banner-video {
        height: 500px;
        position: relative;
        left: 0;
    }
    .pmax-video-content a.hero-btn span.short-btn {
        display: none;
    }
    .pmax-video-content h1 span.typing-text, .pmax-video-content {
        -webkit-animation: none;
        animation: none;
        width: 100%;
    }
    .pmax-video-content {
        top: 45%;
    }
}

@media (max-width: 600px) {
    .pmax-video-content a.hero-btn:nth-of-type(1) {
        margin-right: 10px;
    }
    .pmax-video-content a.hero-btn {
        padding: 18px 20px;
        letter-spacing: 0.04em;
    }
    .pmax-video-content {
        top: 50%;
        padding: 0 15px;
    }
    .pmax-video-content h1 {
        font-size: 35px !important;
        letter-spacing: 0 !important;
    }
    .pmax-video-content .pmax-hero-btns {
        margin-top: 10px;
    }
}

@media (min-width: 551px) {
    .pmax-video-content a.hero-btn span.mobile-btn {
        display: none;
    }
}

@media (max-width: 550px) {
    .pmax-video-content a.hero-btn span.desktop-btn {
        display: none;
    }
}

@media (max-width: 475px) {
    .pmax-video-content h1 {
        font-size: 30px !important;
    }
    .pmax-video-content h1 span.copyright-symbol {
        top: -10px;
        left: 3px;
    }
}

@media (max-width: 400px) {
    .pmax-video-content h1 {
        font-size: 25px !important;
    }
    .pmax-video-content a.hero-btn {
        padding: 16px 7px;
        letter-spacing: 0;
    }
    .pmax-video-content {
        top: 55%;
    }
}

@media (max-width: 350px) {
    .pmax-video-content h1 {
        letter-spacing: -1px !important;
    }
}

/* End Video Banner Styles */


/*------------------------
*      3. Sub-page       *
------------------------*/

html body .infinite-page-title-wrap .infinite-page-title-content, html body .infinite-page-title-wrap.infinite-style-custom .infinite-page-title-content, html body .infinite-blog-title-wrap .infinite-single-article-head-right {
    padding-top: 220px;
    padding-bottom: 0;
}

html .infinite-page-title-wrap .infinite-page-title, html body .infinite-page-title-wrap.infinite-style-custom .infinite-page-title, html .infinite-body .infinite-blog-title-wrap .infinite-single-article-title {
    font-size: 60px !important;
    line-height: 1.8em;
    background-color: #fff;
    padding: 40px 15px 20px;
}

html .video-page .infinite-page-title-wrap .infinite-page-title, html body.video-page .infinite-page-title-wrap.infinite-style-custom .infinite-page-title{
    font-size: 40px !important;
}

html .infinite-body .infinite-blog-title-wrap .infinite-single-article-title {
    font-size: 50px !important;
}

html body .infinite-page-title-wrap .infinite-page-title-container {
    max-width: 100%;
}

/*html .infinite-page-title-wrap:before, html .infinite-page-title-wrap:after, html .infinite-blog-title-wrap:before, html .infinite-blog-title-wrap:after {
    border-radius: 0;
    display: inline-block;
    position: absolute;
    content: "";
    z-index: 1;
    height: 300px;
    width: 300px;
    background-color: rgba(var(--color-white-rgba), 20%);
}

html .infinite-page-title-wrap:before, html .infinite-blog-title-wrap:before {
    right: 0;
    bottom: 0;
}

html .infinite-page-title-wrap:after, html .infinite-blog-title-wrap:after {
    left: 0;
    top: 0;
}*/

.responsive-map {
    overflow: hidden;
    padding-top: 55%;
    position: relative;
}

.responsive-map iframe {
    border: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.contact-form .gform_wrapper.gravity-theme .gform_footer, .gform_wrapper.gravity-theme .gform_page_footer {
    justify-content: center;
}

.contact-form .gform_wrapper.gravity-theme {
    text-align: center;
}

.contact-form .gform_wrapper.gravity-theme .gfield input, .contact-form .gform_wrapper.gravity-theme .gfield select, .contact-form .gform_wrapper.gravity-theme .gfield textarea {
    height: 50px;
    box-shadow: 0 0 1px 0 rgba(var(--color-accent-rgba), 60%);
    border-color: transparent;
    border-width: 0;
    background-color: rgba(var(--color-black-rgba), 2%);
    font-family: "century-gothic", sans-serif;
}

.contact-form .gform_wrapper.gravity-theme .gfield textarea {
    height: auto;
}

.contact-form .gform_wrapper.gravity-theme .gfield_label {
    font-size: 16px;
    color: var(--color-accent);
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: .02em;
    font-family: "century-gothic", sans-serif;
    line-height: 1.2em;
}

.contact-form .gform_wrapper.gravity-theme .gfield_required {
    font-size: 24px;
}

.contact-form p.gform_required_legend {
    font-size: 16px;
    color: var(--color-accent);
}

.contact-form input[type="button"], .gdlr-core-body .contact-form .gdlr-core-button, .infinite-body .contact-form .infinite-button, .infinite-body .contact-form input[type="button"], .infinite-body .contact-form input[type="submit"] {
    font-size: 16px;
    border: 1px solid var(--color-brand);
    background-color: transparent;
    color: var(--color-accent);
    padding: 15px 36px 15px 36px;
    font-weight: 700;
    font-style: normal;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    font-family: "century-gothic", sans-serif;
}

.contact-form input[type="button"]:hover, .gdlr-core-body .contact-form .gdlr-core-button:hover, .infinite-body .contact-form .infinite-button:hover, .infinite-body .contact-form input[type="button"]:hover, .infinite-body .contact-form input[type="submit"]:hover {
    background-color: var(--color-brand);
    border: 1px solid var(--color-brand);
    color: var(--color-white);
}

.contact-form .gform_wrapper.gravity-theme .ginput_container_date input {
    width: 100%;
}

.contact-form .gform_wrapper.gravity-theme .description, .contact-form .gform_wrapper.gravity-theme .gsection_description, .contact-form .gform_wrapper.gravity-theme .instruction {
    padding-top: 5px;
}

html .gform_wrapper.gravity-theme .gfield_description {
    font-family: "century-gothic", sans-serif;
}

html .gform_wrapper.gravity-theme .gform_validation_errors>h2 {
    font-size: 18px;
}

html .gform_wrapper .gform_footer img.gform_ajax_spinner, html .gform_ajax_spinner {
    width: 50px;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    z-index: 999;
}

html .gform_confirmation_wrapper {
    text-align: center;
    font-size: 20px;
    background-color: green;
    padding: 20px;
    color: var(--color-white);
    font-weight: 600;
}

.gfield--type-captcha .ginput_recaptcha {
    display: flex;
    justify-content: center;
}

.inner-text a {
    color: var(--color-brand);
}

.inner-text a:hover {
    color: var(--color-accent);
}

.gdlr-core-page-builder-body .inner-text[data-skin="light"] a:hover {
    color: var(--color-brand);
}

.gdlr-core-page-builder-body .inner-text[data-skin="light"] a.hide-link:hover {
    color: var(--color-white);
}

.gdlr-core-body .page-cta[data-skin] .gdlr-core-button.gdlr-core-button-transparent {
    padding: 12px 20px;
    font-size: 16px;
}

.gdlr-core-body .page-cta[data-skin] .gdlr-core-button.gdlr-core-button-transparent:hover {
    background-color: var(--color-brand);
    border: 1px solid var(--color-brand);
}

.gdlr-core-body .inner-text .gdlr-core-button.gdlr-core-button-transparent:hover {
    background-color: var(--color-brand);
}

.gdlr-core-body .inner-text img {
    box-shadow: 0 0 2px 0 rgba(var(--color-black-rgba), 40%);
    margin: 0;
    border-radius: 2px;
}

.blog-page .gdlr-core-filterer-wrap.gdlr-core-style-text {
    font-size: 22px;
    font-weight: 600;
    text-transform: none;
    letter-spacing: 0.5px;
    background-color: var(--color-accent);
    padding: 30px 20px;
}

.blog-page .gdlr-core-filterer-wrap.gdlr-core-style-text a {
    color: var(--color-white);
}

.blog-page .gdlr-core-filterer-wrap.gdlr-core-style-text a:hover, .blog-page .gdlr-core-filterer-wrap.gdlr-core-style-text a.gdlr-core-active {
    color: rgba(var(--color-white-rgba), 50%);
}

.blog-page .gdlr-core-filterer-wrap.gdlr-core-style-button a {
    margin: 5px;
}

.blog-page .gdlr-core-filterer-wrap.gdlr-core-style-button a, .blog-page .gdlr-core-blog-grid.gdlr-core-left-button .gdlr-core-excerpt-read-more {
    background-color: transparent;
    border: 1px solid var(--color-brand);
    color: var(--color-accent);
}

.blog-page .gdlr-core-filterer-wrap.gdlr-core-style-button a:hover, .blog-page .gdlr-core-filterer-wrap.gdlr-core-style-button a.gdlr-core-active, .blog-page .gdlr-core-blog-grid.gdlr-core-left-button .gdlr-core-excerpt-read-more:hover {
    background-color: var(--color-brand);
    border-radius: 0;
    color: #fff;
    border: 1px solid var(--color-brand);
}

.blog-page .gdlr-core-blog-grid.gdlr-core-left-button .gdlr-core-excerpt-read-more {
    padding: 12px 20px;
    font-size: 16px;
}

html .infinite-body .infinite-blog-title-wrap .infinite-single-article-title {
    text-align: center;
}

html .infinite-blog-title-wrap .infinite-single-article-date-wrapper, html .infinite-blog-title-wrap .infinite-blog-info-wrapper {
    display: none;
    visibility: hidden;
    opacity: 0;
    height: 0;
    width: 0;
    padding: 0;
    margin: 0;
}

html .infinite-blog-title-wrap .infinite-blog-title-overlay {
    opacity: .3;
}

html body .infinite-blog-title-container.infinite-container {
    max-width: 100%;
}

html body .infinite-blog-title-wrap .infinite-single-article-title {
    margin-bottom: 0;
    letter-spacing: 1px;
}

html .gdlr-core-body .inner-text .association-logo img {
    box-shadow: none;
}

html .page-cta .gdlr-core-button-item {
    padding: 0 15px 10px 15px;
}

html .gdlr-core-body .page-cta .gdlr-core-button-with-border, html .gdlr-core-body .page-cta .gdlr-core-button {
    border-color: var(--color-white) !important;
    color: var(--color-white) !important;
    border-radius: 2px !important;
    background-color: transparent !important;
    font-size: 16px !important;
}

html .gdlr-core-body .page-cta .gdlr-core-button-with-border:hover, html .gdlr-core-body .page-cta .gdlr-core-button:hover {
    border-color: var(--color-white) !important;
    background-color: var(--color-white) !important;
    color: var(--color-black) !important;
}

html body  .infinite-page-title-wrap .infinite-page-title-top-gradient {
    background: -webkit-linear-gradient(to top, rgba(0, 0, 0, 0), rgba(0, 0, 0, .5));
    background: -o-linear-gradient(to top, rgba(0, 0, 0, 0), rgba(0, 0, 0, .5));
    background: -moz-linear-gradient(to top, rgba(0, 0, 0, 0), rgba(0, 0, 0, .5));
    background: linear-gradient(to top, rgba(0, 0, 0, 0), rgba(0, 0, 0, .5));
}

html body .infinite-page-title-wrap .infinite-page-title-bottom-gradient {
    background: -webkit-linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, .5));
    background: -o-linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, .5));
    background: -moz-linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, .5));
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, .5));
}

html body .logo-slider .gdlr-core-flexslider .flex-direction-nav {
    display: block;
}

html body .logo-slider .gdlr-core-flexslider .flex-direction-nav .flex-nav-prev {
    left: 0;
}

html body .logo-slider .gdlr-core-flexslider .flex-direction-nav .flex-nav-next {
    right: 0;
}

html body .logo-slider .gdlr-core-flexslider .flex-direction-nav li a {
    background: rgba(var(--color-brand-rgba), .7);
}

html body.gdlr-core-body .inner-text .logo-slider img {
    box-shadow: none;
    border-radius: 0;
}

html body.infinite-body .inner-text .team-col h3 {
    color: var(--color-black);
}

html body .infinite-header-transparent-substitute {
    height: 150px !important;
}

html body .inner-text#video-grid .gdlr-core-pbf-column:hover .gdlr-core-pbf-column-content-margin .gdlr-core-pbf-background-wrap, html body .inner-text#video-grid .gdlr-core-pbf-column:hover .gdlr-core-pbf-column-content-margin .gdlr-core-pbf-background-frame, html body .inner-text#video-grid .gdlr-core-pbf-column .gdlr-core-pbf-column-content-margin .gdlr-core-pbf-background-wrap, html body .inner-text#video-grid .gdlr-core-pbf-column .gdlr-core-pbf-column-content-margin .gdlr-core-pbf-background-frame {
    border-color: var(--color-black) !important;
}

html body .inner-text#video-grid .gdlr-core-button-item {
    padding-bottom: 0 !important;
}

html body .inner-text#video-grid .gdlr-core-button {
    font-size: 16px;
    font-style: normal;
    color: var(--color-black);
    padding: 15px 36px 15px 36px;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-color: var(--color-brand);
    margin: 0;
}

html body .inner-text#video-grid .gdlr-core-button:hover {
    color: var(--color-white);
    background-color: var(--color-brand);
}

html .infinite-body-front #video-grid .gdlr-core-container {
    padding: 0;
}

/*------------------------
*      4. Responsive     *
------------------------*/

@media (max-width: 1350px) {
    html body .infinite-logo-inner {
        max-width: 180px;
    }
    html .infinite-navigation .sf-menu > li > a {
        font-size: 16px;
    }
    html .infinite-body .infinite-main-menu-right-button {
        font-size: 18px;
    }
}

@media (max-width: 1300px) {
    html .gdlr-core-page-builder-body .home-services .service-block.early-ortho .gdlr-core-no-p-space .gdlr-core-text-box-item-content .testimonial-name:nth-of-type(1) {
        bottom: 0;
    }
    html body .infinite-logo-inner {
        max-width: 160px;
    }
}

@media (max-width: 1199px) {
    .home-services .gdlr-core-feature-box {
        min-height: 320px;
    }
    html .infinite-logo-inner {
        max-width: 120px;
    }
    html .infinite-navigation .sf-menu > li {
        padding-right: 10px;
        padding-left: 10px;
    }
    html .infinite-header-container.infinite-header-full {
        padding-right: 5px;
        padding-left: 5px;
    }
    html .infinite-main-menu-right-button {
        padding: 8px 0 8px 15px;
    }
    html .infinite-logo {
        padding-top: 15px;
    }
    html .infinite-header-style-plain.infinite-style-center-menu .infinite-navigation, html .infinite-header-style-plain.infinite-style-center-menu .infinite-main-menu-right-wrap {
        height: 115px;
    }
    html .home-services .gdlr-core-column-15, html .home-office .gdlr-core-column-15, html .home-testimonials .gdlr-core-column-15, html .home-testimonials .gdlr-core-column-20 {
        width: 50%;
    }
    html .home-testimonials .gdlr-core-container {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    html .home-office .gdlr-core-column-15:nth-of-type(5) .gdlr-core-pbf-column-content-margin, html .home-office .gdlr-core-column-15:nth-of-type(3) .gdlr-core-pbf-column-content-margin {
        padding: 0 15px 30px 30px !important;
    }
    html .home-office .gdlr-core-column-15:nth-of-type(6) .gdlr-core-pbf-column-content-margin, html .home-office .gdlr-core-column-15:nth-of-type(4) .gdlr-core-pbf-column-content-margin {
        padding: 0 30px 30px 15px !important;
    }
    html .home-services .service-block, html .home-testimonials .testimonial-block {
        padding: 0 0 20px 0 !important;
    }
    html .gdlr-core-page-builder-body .home-services .service-block.early-ortho .gdlr-core-no-p-space .gdlr-core-text-box-item-content .testimonial-name:nth-of-type(1) {
        top: auto;
        bottom: 20px;
    }
    html body .infinite-logo-inner {
        max-width: 140px;
    }
}

@media (max-width: 1099px) {
    html .infinite-navigation .sf-menu > li {
        padding-left: 5px;
        padding-right: 5px;
    }
    .home-services .gdlr-core-feature-box {
        min-height: 290px;
    }
    html body .gdlr-core-page-builder-body .gdlr-core-feature-box-content p {
        font-size: 20px;
    }
    html .infinite-navigation .sf-menu > li > a {
        font-size: 14px;
    }
    html .infinite-body .infinite-main-menu-right-button {
        font-size: 16px;
    }
    html .infinite-logo-inner {
        max-width: 110px;
    }
}

@media (max-width: 999px) {
    html .infinite-mobile-menu {
        margin-left: 18px;
    }
    html .infinite-mm-menu-wrap.mm-menu a {
        font-size: 16px;
    }
    html .infinite-mobile-menu-right {
        right: 15px;
    }
    html .infinite-mobile-button-hamburger-with-border {
        font-size: 18px;
        padding: 8px;
        width: 36px;
        height: 36px;
    }
    html .infinite-mobile-menu .infinite-mobile-menu-button {
        border-color: var(--color-black);
    }
    html .infinite-mobile-menu-button i {
        line-height: 15px;
    }
    html .infinite-mobile-header .infinite-logo-inner img {
        width: 150px;
        -webkit-filter: none;
        filter: none;
    }
    .infinite-body .pmax-mobile-phone {
        float: left;
        margin-top: -5px;
    }
    .infinite-body .pmax-mobile-phone a {
        color: var(--color-black);
        font-size: 18px;
        line-height: 24px;
        font-weight: 600;
        font-family: "century-gothic", sans-serif;
    }
    .infinite-body .pmax-mobile-phone a:hover {
        color: var(--color-black-rgba), 80%;
    }
    .infinite-body .pmax-mobile-phone a:hover, .infinite-body .pmax-mobile-phone a:active, .infinite-body .pmax-mobile-phone a:visited, .infinite-body .pmax-mobile-phone a:focus {
        background-color: transparent;
    }
    /*.home-text .gdlr-core-pbf-column-content-margin {
        padding: 50px !important;
    }*/
    .home-text.home-services .gdlr-core-pbf-column-content-margin {
        padding: 10px !important;
    }
    /*.infinite-footer-wrapper p, .infinite-footer-wrapper p a, .infinite-footer-wrapper ul li, .infinite-footer-wrapper ul li a {
        font-size: 16px;
        line-height: 28px;
    }*/
    html .infinite-footer-wrapper {
        text-align: center;
    }
    .infinite-footer-wrapper ul {
        display: table;
        margin: 0 auto;
        text-align: left;
    }
    .page-header {
        padding: 100px 0 !important;
    }
    .page-header .gdlr-core-title-item {
        padding-bottom: 0;
    }
    .page-header h1, html .infinite-page-title-wrap.infinite-style-large .infinite-page-title {
        font-size: 42px !important;
    }
    html .infinite-body .infinite-blog-title-wrap .infinite-single-article-title {
        font-size: 32px;
    }
    html .infinite-page-title-wrap:before, html .infinite-page-title-wrap:after, html .infinite-blog-title-wrap:before, html .infinite-blog-title-wrap:after {
        height: 200px;
        width: 200px;
    }
    .responsive-map {
        padding-top: 60%;
    }
    .home-services .gdlr-core-column-15 {
        width: 50%;
    }
    .home-services .gdlr-core-feature-box {
        min-height: 550px;
    }
    .home-services .gdlr-core-column-15 .gdlr-core-item-pdlr {
        padding-left: 0;
        padding-right: 0;
    }
    .home-services .gdlr-core-button-item {
        margin-top: 60px !important;
    }
    html .page-cta .gdlr-core-title-item h3.gdlr-core-title-item-title, html .page-cta .gdlr-core-title-item p.gdlr-core-title-item-title {
        font-size: 50px !important;
    }
    html body  .infinite-page-title-wrap .infinite-page-title-top-gradient {
        background: -webkit-linear-gradient(to top, rgba(0, 0, 0, 0), rgba(0, 0, 0, .3));
        background: -o-linear-gradient(to top, rgba(0, 0, 0, 0), rgba(0, 0, 0, .3));
        background: -moz-linear-gradient(to top, rgba(0, 0, 0, 0), rgba(0, 0, 0, .3));
        background: linear-gradient(to top, rgba(0, 0, 0, 0), rgba(0, 0, 0, .3));
    }

    html body .infinite-page-title-wrap .infinite-page-title-bottom-gradient {
        background: -webkit-linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, .3));
        background: -o-linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, .3));
        background: -moz-linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, .3));
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, .3));
    }
    html .gdlr-core-page-builder-body [data-sync-height] {
        height: auto !important;
    }
    html .gdlr-core-page-builder-body [data-sync-height] .gdlr-core-sync-height-pre-spaces {
        padding-top: 0 !important;
    }
    html .video-page .infinite-page-title-wrap .infinite-page-title, html body.video-page .infinite-page-title-wrap.infinite-style-custom .infinite-page-title {
        font-size: 36px !important;
    }
    html #video-grid .gdlr-core-column-20 {
        width: 100%;
    }
}

@media (max-width: 850px) {
    .home-services .gdlr-core-feature-box {
        min-height: 450px;
    }
}

@media (max-width: 767px) {
    html .infinite-body-wrapper.infinite-with-frame, body.infinite-full .infinite-fixed-footer {
        margin: 0;
    }
    /*.home-text .gdlr-core-pbf-column-content-margin {
        padding: 30px !important;
    }*/
    .home-services .gdlr-core-column-service-item {
        text-align: center;
    }
    .home-services .gdlr-core-column-service-icon-left.gdlr-core-left-align .gdlr-core-column-service-media {
        float: none;
        display: block;
        margin: 0 auto 15px !important;
    }
    html .infinite-float-social {
        right: 26px;
        top: 75vh
    }
    .cta-wrap .gdlr-core-pbf-wrapper-full-no-space {
        max-width: 100%;
        width: 100%;
    }
    html .gdlr-core-ilightbox .gdlr-core-image-overlay-icon {
        width: 40px;
        font-size: 40px;
        line-height: 40px;
        padding: 10px !important;
    }

    html .gdlr-core-ilightbox:hover .gdlr-core-image-overlay-icon {
        width: 45px;
        font-size: 45px;
        line-height: 45px;
    }
    .page-header {
        padding: 80px 0 !important;
    }
    .page-header h1 {
        font-size: 38px !important;
    }
    html .infinite-page-title-wrap:before, html .infinite-page-title-wrap:after, html .infinite-blog-title-wrap:before, html .infinite-blog-title-wrap:after {
        height: 150px;
        width: 150px;
    }
    body.infinite-body-front .infinite-page-title-container.infinite-container, body.infinite-body-front .infinite-blog-title-container.infinite-container {
        max-width: 100%;
        min-height: none;
        padding-left: 0;
        padding-right: 0;
    }
    html body .infinite-page-title-wrap .infinite-page-title-content, html body .infinite-page-title-wrap.infinite-style-custom .infinite-page-title-content, html body .infinite-blog-title-wrap .infinite-single-article-head-right  {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 0 !important;
        padding-top: 200px !important;
    }
    html .infinite-page-title-wrap .infinite-page-title, html body .infinite-page-title-wrap.infinite-style-custom .infinite-page-title, html .infinite-body .infinite-blog-title-wrap .infinite-single-article-title {
        padding: 40px 15px 10px;
        font-size: 50px !important;
        margin-bottom: -2px;
    }
    html .infinite-body .infinite-blog-title-wrap .infinite-single-article-title {
        font-size: 40px !important;
    }
    html .contact-map .gdlr-core-pbf-wrapper-full-no-space {
        max-width: 100%;
    }
    .responsive-map {
        padding-top: 80%;
    }
    .home-services .gdlr-core-column-15, html .home-testimonials .gdlr-core-column-15, html .home-office .gdlr-core-column-15, html .home-testimonials .gdlr-core-column-20 {
        width: 100%;
    }
    .home-services .gdlr-core-feature-box {
        min-height: 550px;
    }
    /*.home-text.home-services .gdlr-core-pbf-column-content-margin {
        padding: 10px 0 !important;
    }*/
    html .home-office .gdlr-core-column-15:nth-of-type(3) .gdlr-core-pbf-column-content-margin {
        padding: 0 30px 0 30px !important;
    }
    html .home-office .gdlr-core-column-15:nth-of-type(5) .gdlr-core-pbf-column-content-margin,  html .home-office .gdlr-core-column-15:nth-of-type(4) .gdlr-core-pbf-column-content-margin{
        padding: 30px 30px 0 30px !important;
    }
    html .home-office .gdlr-core-column-15:nth-of-type(6) .gdlr-core-pbf-column-content-margin {
        padding: 30px !important;
    }
    html .home-office .gdlr-core-pbf-wrapper-full-no-space .gdlr-core-item-pdlr {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .home-services .gdlr-core-button-item {
        margin-top: 40px !important;
    }
    html body .gdlr-core-page-builder-body p.large-par, html body .gdlr-core-page-builder-body p.large-par a {
        font-size: 18px;
    }
    html .home-services .gdlr-core-column-15 {
        width: 100%;
    }
    html .page-cta .gdlr-core-title-item h3.gdlr-core-title-item-title, html .page-cta .gdlr-core-title-item p.gdlr-core-title-item-title {
        font-size: 45px !important;
    }
    html .infinite-footer-wrapper .infinite-widget-title {
        font-size: 40px !important;
    }
    html .cta-container .gdlr-core-pbf-wrapper-full-no-space {
        max-width: 100%;
    }
    html .gdlr-core-pbf-wrapper-full-no-space .page-cta .gdlr-core-pbf-column-content-margin {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    html body .infinite-blog-title-wrap .infinite-blog-title-content {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
        padding-left: 0;
        padding-right: 0;
    }
    html body .infinite-footer-back-to-top-button.infinite-scrolled {
        display: none;
    }
    html body a:not(.hero-btn).yt--popper:before {
        top: auto;
        bottom: 60px;
        font-size: 60px;
    }
    html .video-page .infinite-page-title-wrap .infinite-page-title, html body.video-page .infinite-page-title-wrap.infinite-style-custom .infinite-page-title {
        font-size: 32px !important;
    }
}

@media (max-width: 550px) {
    .pmax-video-content a.hero-btn {
        display: block;
    }
    .pmax-video-content a.hero-btn:nth-of-type(1) {
        margin-right: 0;
        margin-bottom: 10px;
    }
}

@media (max-width: 500px) {
    .gdlr-core-pbf-wrapper.home-text {
        padding: 0 !important;
    }
    .home-text .gdlr-core-pbf-column-content-margin {
        margin-bottom: 0 !important;
    }
    html .infinite-mobile-header .infinite-logo.infinite-item-pdlr {
        padding-left: 0;
    }
    html body .infinite-mobile-header .infinite-logo {
        padding: 0;
    }
    .gdlr-core-pbf-wrapper.home-text.home-services {
        padding-top: 30px !important;
    }
    .page-header {
        padding: 70px 0 !important;
    }
    .page-header h1 {
        font-size: 30px !important;
    }
    .responsive-map {
        padding-top: 100%;
    }
    .home-services .gdlr-core-feature-box {
        min-height: 450px;
    }
    body.infinite-body-front .home-services .gdlr-core-container {
        padding-left: 0;
        padding-right: 0;
    }
    html body a:not(.hero-btn).yt--popper:before {
        top: auto;
        bottom: 40px;
        font-size: 40px;
    }
}

@media (max-width: 400px) {
    .ginput_recaptcha {
        justify-content: start;
        -ms-transform: scale(0.75);
        transform: scale(0.75);
        -webkit-transform: scale(0.75);
        transform-origin: left;
        display: block;
    }
    .home-services .gdlr-core-feature-box {
        min-height: 350px;
    }
    html .gdlr-core-page-builder-body .home-testimonials .gdlr-core-no-p-space .gdlr-core-text-box-item-content .testimonial-name, html .gdlr-core-page-builder-body .home-services .gdlr-core-no-p-space .gdlr-core-text-box-item-content .testimonial-name {
        bottom: 0;
    }
    html .infinite-mobile-header .infinite-logo-inner img {
        width: 100px;
    }
}

/*------------------------
*      5. Keyframes      *
-------------------------*/
/* Fade In */
@-webkit-keyframes fade-in {
    0% {
        opacity: 0;
    }

    33% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fade-in {
    0% {
        opacity: 0;
    }

    33% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

/* Zoom In */
@-webkit-keyframes zoom-in {
    0% {
        -webkit-transform: scale(0) translate(0, 0);
        -ms-transform: scale(0) translate(0, 0);
        transform: scale(0) translate(0, 0);
        opacity: 0;
    }

    100% {
        -webkit-transform: scale(1) translate(0, 0);
        -ms-transform: scale(1) translate(0, 0);
        transform: scale(1) translate(0, 0);
        opacity: 1;
    }
}
@keyframes zoom-in {
    0% {
        -webkit-transform: scale(0) translate(0, 0);
        -ms-transform: scale(0) translate(0, 0);
        transform: scale(0) translate(0, 0);
        opacity: 0;
    }

    100% {
        -webkit-transform: scale(1) translate(0, 0);
        -ms-transform: scale(1) translate(0, 0);
        transform: scale(1) translate(0, 0);
        opacity: 1;
    }
}