@focus () {
    outline-style: solid;
    outline-color: blue;
    outline-width: 2px;
    outline-offset: 1px
} @media only screen and (max-width: 1700px) {
    .main-overlay {
        right: 35%
    }
}

@media only screen and (max-width: 1440px) {
    h3 {
        font-size: 24px
    }

    .site-wrapper {
        background-position: top right -170px
    }

    footer .footer-top .about-me-wrapper .entry-content {
        max-width: 30%
    }

    footer .footer-bottom .form-title {
        flex: 0 1 290px !important;
        -webkit-flex: 0 1 290px !important;
        -ms-flex: 0 1 290px !important;
        -webkit-box-flex: 0 1 290px !important;
        -moz-box-flex: 0 1 290px !important;
        -moz-flex: 0 1 290px !important
    }

    footer .footer-bottom .footer-form {
        flex: 0 1 1170px;
        -webkit-flex: 0 1 1170px;
        -ms-flex: 0 1 1170px;
        -webkit-box-flex: 0 1 1170px;
        -moz-box-flex: 0 1 1170px;
        -moz-flex: 0 1 1170px
    }

    footer .footer-bottom .footer-form .entry-form form label {
        margin-left: 10px
    }

    footer .footer-bottom .footer-form .entry-form form label input[type=submit] {
        font-size: 18px
    }

    footer .footer-bottom .footer-form .entry-form form label.submit-warpper {
        margin-left: 0
    }

    footer .footer-bottom .footer-phone {
        flex: 0 0 170px;
        -webkit-flex: 0 0 170px;
        -ms-flex: 0 0 170px;
        -webkit-box-flex: 0 0 170px;
        -moz-box-flex: 0 0 170px;
        -moz-flex: 0 0 170px
    }

    footer .footer-bottom .footer-phone a .text {
        font-size: 22px
    }
}

@media only screen and (max-width: 1280px) {
    h1 {
        font-size: 45px
    }

    .logo-wrapper img {
        max-width: 90%
    }

    .site-container .main-content {
        font-size: 19px;
        margin-top: 0
    }

    .site-container .main-content:not(.style2) {
        padding-top: 20px;
        padding-bottom: 20px
    }

    .main-overlay header .logo-wrapper {
        margin-bottom: 20px
    }

    .main-slider-wrapper .slide-main-wrapper .title {
        font-size: 16px
    }

    .main-slider-wrapper .slide-main-wrapper .image {
        padding-top: 20px;
        min-height: 110px
    }

    .main-slider-wrapper .slide-main-wrapper:first-child .image {
        padding-top: 10px
    }

    footer .footer-bottom .footer-form {
        margin-left: 13px
    }

    footer .footer-bottom .footer-form .entry-form form input {
        font-size: 16px
    }
}

@media only screen and (max-width: 1024px) {
    .site-container {
        max-width: unset !important;
    }

    h3 {
        font-size: 22px
    }

    .desktop-view {
        display: none !important
    }

    .mobile-view {
        display: block
    }

    body.admin-bar .site-wrapper {
        height: 100%
    }

    body.admin-bar.page-template-tpl-thanks .site-wrapper {
        height: calc(100vh - 32px)
    }

    .site-wrapper {
        height: 100%;
        background-position: top center;
        background-size: contain;
        padding-top: 150px;
        background-attachment: fixed;
        background-position: top
    }

    .site-wrapper .main-overlay {
        position: relative;
        width: 100%;
        padding: 250px 0 0 0;
        right: 0;
        background-image: url("../../assets/images/site-mobile-overlay.png");
        background-repeat: no-repeat;
        background-position: top center;
        background-size: contain
    }

    .site-wrapper .main-overlay header {
        background-color: #fff;
        padding: 0 6%
    }

    .site-wrapper .main-overlay header .logo-wrapper {
        margin-bottom: 40px
    }

    .site-wrapper .main-overlay header .header-title {
        padding: 15px 0;
        margin-top: 0;
        border-top: 2px solid #2e7f94;
        border-bottom: 2px solid #2e7f94;
        font-size: 22px
    }

    .site-wrapper .main-overlay header .header-title h1 {
        font-size: 22px
    }

    .site-wrapper .main-overlay header .header-title.style2 {
        border-top: 0;
        border-bottom: 0
    }

    .site-wrapper .main-overlay header .header-title.style2 h1 {
        font-weight: 900
    }

    .site-wrapper .main-overlay header .header-title.style2 .arrow-down {
        display: block;
        z-index: 99
    }

    .site-wrapper .main-overlay .site-container {
        background-color: #fff;
        padding: 0 6%
    }

    .site-wrapper .main-overlay .site-container .main-content {
        border-top: 0;
        border-bottom: 0;
        font-size: 16px;
        margin-top: 0
    }

    .site-wrapper .main-overlay .site-container .main-content.style2 {
        font-size: 22px;
        padding: 63px 14% 16px
    }

    .site-wrapper footer {
        position: relative;
        height: auto;
        padding: 60px 6% 0 6%;
        background-color: #fff
    }

    .site-wrapper footer .footer-top {
        display: none
    }

    .site-wrapper footer .footer-bottom {
        display: block
    }

    .site-wrapper footer .footer-bottom .footer-form {
        display: block;
        margin-left: 0;
        padding: 25px 15px;
        margin-bottom: 96px
    }

    .site-wrapper footer .footer-bottom .footer-form .form-title {
        text-align: center;
        margin-left: 0;
        margin-bottom: 25px
    }

    .site-wrapper footer .footer-bottom .footer-form .entry-form form {
        display: block
    }

    .site-wrapper footer .footer-bottom .footer-form .entry-form form label {
        margin-left: 0;
        margin-bottom: 15px
    }

    .site-wrapper footer .footer-bottom .footer-form .entry-form form label:last-child {
        margin-bottom: 0
    }

    .site-wrapper footer .footer-bottom .footer-form .entry-form form label.label-checkbox {
        position: relative;
        bottom: auto
    }

    .site-wrapper footer .footer-bottom .footer-form .entry-form form input {
        height: 40px;
        font-size: 22px;
        width: 100%
    }

    .site-wrapper footer .footer-bottom .footer-form .entry-form form input[type="submit"] {
        font-size: 22px;
        height: auto;
        padding: 10px 65px;
        margin-bottom: 0;
        white-space: normal;
        word-wrap: break-word
    }

    .site-wrapper footer .footer-bottom .footer-form .entry-form form input[type="checkbox"] {
        display: inline-block;
        width: auto;
        height: auto
    }

    .site-wrapper footer .footer-bottom .footer-form .entry-form form input[type="checkbox"] + .wpcf7-list-item-label {
        font-size: 16px;
        vertical-align: text-top
    }

    .site-wrapper footer .footer-bottom .footer-form .entry-form div.wpcf7-validation-errors, .site-wrapper footer .footer-bottom .footer-form .entry-form div.wpcf7-acceptance-missing {
        position: relative;
        top: auto;
        margin-top: 10px
    }

    .site-wrapper footer .footer-bottom .footer-form .entry-form div.wpcf7 span.wpcf7-not-valid-tip {
        position: relative;
        padding-top: 5px
    }

    .site-wrapper footer .footer-bottom .footer-phone {
        width: 100px;
        height: 64px
    }

    .site-wrapper footer .footer-bottom .footer-phone .icon {
        padding-top: 2px;
        margin-bottom: 0
    }

    .site-wrapper footer .footer-bottom .footer-phone .icon img {
        position: inherit
    }

    .site-wrapper footer .footer-bottom .footer-phone .text {
        display: none
    }

    .site-wrapper footer .footer-bottom .footer-phone.full-width {
        width: 88%
    }

    .site-wrapper footer.style2 {
        padding-top: 16px
    }

    .main-tab-wrapper .tab-wrapper {
        padding-bottom: 22px
    }

    .main-slider-wrapper.style2 .slick-slider {
        height: 179px;
        background-color: #f7aa00
    }

    .main-slider-wrapper.style2 .slide-main-wrapper .image {
        padding-top: 40px
    }

    .main-slider-wrapper.style2 .slide-main-wrapper .image img {
        max-width: 55px
    }

    .main-slider-wrapper.style2 .slide-main-wrapper .title {
        margin-top: 35px
    }

    .main-slider-wrapper.style2 .slide-main-wrapper:first-child .image {
        padding-top: 40px
    }

    .page-template-tpl-thanks .thanks-view {
        display: block
    }

    .page-template-tpl-thanks .thanks-view h1 {
        font-size: 80px
    }

    .page-template-tpl-thanks .thanks-view h2 {
        font-size: 22px
    }

    .page-template-tpl-thanks .about-me-mobile {
        display: none
    }

    .page-template-tpl-thanks .site-wrapper {
        background-image: none !important;
        background-color: #f7aa00;
        height: 100vh
    }

    .page-template-tpl-thanks .site-wrapper .main-overlay {
        position: absolute;
        background-size: cover;
        bottom: 0;
        top: auto;
        height: auto;
        background-image: none;
        padding-top: 0;
        background-color: #fff
    }

    .page-template-tpl-thanks .site-wrapper .main-overlay header .header-title {
        display: none
    }

    .page-template-tpl-thanks .site-wrapper .main-overlay:before {
        content: '';
        position: absolute;
        display: block;
        width: 100%;
        height: 255px;
        bottom: 100%;
        left: 0;
        background-image: url("../../assets/images/site-mobile-overlay.png");
        background-position: top center;
        background-size: cover
    }

    .page-template-tpl-thanks .site-container .main-content {
        display: none
    }
}

@media only screen and (max-width: 770px) {
    .site-wrapper .main-overlay {
        padding-top: 170px
    }

    .page-template-tpl-thanks .site-wrapper .main-overlay:before {
        height: 170px
    }
}

@media only screen and (max-width: 640px) {
    .fixed-mobile-footer .contact-us-button {
        width: calc(80% - 100px)
    }
}

@media only screen and (max-width: 480px) {
    .site-wrapper .main-overlay {
        padding-top: 110px
    }

    .site-wrapper .fixed-site-wrapper {
        display: block
    }

    .page-template-tpl-thanks .site-wrapper .main-overlay:before {
        height: 110px
    }
}

@media only screen and (max-width: 375px) {
    .fixed-mobile-footer .contact-us-button {
        width: 192px
    }
}

