/**
 * Media Queries
 */

@media only screen and (max-width : 1200px) {
    .navbar-brand {
        width: 150px;
    }

    .post-info .post-image {
        height: 163px;
    }

    .post-info h2 {
        min-height: 222px;
    }

    .post-info .post-image + h2 {
        padding-top: 40px;
        margin-top: -31px;
    }

    .navbar-light .navbar-nav .nav-item {
        margin-left: 6px;
    }

    .navbar-light .navbar-nav .nav-link {
        font-size: 14px;
    }

    .hero {
        background-size: auto 100%;
    }

    .hero-content h1 {
        font-size: 44px;
        line-height: 46px;
    }

    .hero-content h1.font-size--smaller {
        font-size: 44px;
        line-height: 56px;
    }

    .hero-content h3 {
        margin-bottom: 20px;
    }
    .text-shadow--orange {
        text-shadow:
            0 0 20px rgba(236, 118, 36, .25),
            0 0 20px rgba(236, 118, 36, .25),
            0 0 30px rgba(236, 118, 36, .25),
            0 0 30px rgba(236, 118, 36, .25),
            0 0 30px rgba(236, 118, 36, .25);
    }

    .text-shadow--light-blue {
        text-shadow:
            0 0 20px rgba(183, 215, 234, .25),
            0 0 20px rgba(183, 215, 234, .25),
            0 0 30px rgba(183, 215, 234, .25),
            0 0 30px rgba(183, 215, 234, .25),
            0 0 30px rgba(183, 215, 234, .25);
    }

    .text-shadow--blue {
        text-shadow:
            0 0 20px rgba(64, 151, 203, .25),
            0 0 20px rgba(64, 151, 203, .25),
            0 0 30px rgba(64, 151, 203, .25),
            0 0 30px rgba(64, 151, 203, .25),
            0 0 30px rgba(64, 151, 203, .25);
    }

    .text-shadow--dark-blue {
        text-shadow:
            0 0 20px rgba(0, 72, 118, .25),
            0 0 20px rgba(0, 72, 118, .25),
            0 0 30px rgba(0, 72, 118, .25),
            0 0 30px rgba(0, 72, 118, .25),
            0 0 30px rgba(0, 72, 118, .25);
    }

    .text-shadow--black {
        text-shadow:
            0 0 20px rgba(0, 0, 0, .25),
            0 0 20px rgba(0, 0, 0, .25),
            0 0 30px rgba(0, 0, 0, .25),
            0 0 30px rgba(0, 0, 0, .25),
            0 0 30px rgba(0, 0, 0, .25);
    }

    .text-shadow--white {
        text-shadow:
            0 0 20px rgba(255, 255, 255, .25),
            0 0 20px rgba(255, 255, 255, .25),
            0 0 30px rgba(255, 255, 255, .25),
            0 0 30px rgba(255, 255, 255, .25),
            0 0 30px rgba(255, 255, 255, .25);
    }

    .program-text {
        font-size: 20px;
        line-height: 28px;
        margin-left: 40px;
        margin-right: 40px;
        text-align: center;
    }

    .program-text p {
        margin-bottom: 20px;
    }

    .program {
        margin: 0 0 50px;
    }

    .opt-in__form h3 {
        font-size: 28px;
        line-height: 36px;
        color: #fff;
        text-shadow: none;
        margin-top: -8px;
        margin-bottom: 6px;
        font-family: "Playfair Display", Georgia, serif;
    }
}

@media only screen and (max-width : 992px) {
    .navbar-nav {
        margin-bottom: 10px;
    }

    .navbar-nav .nav-item {
        margin-left: 0;
        margin-bottom: 10px;
    }

    .navbar-light .navbar-nav .nav-link {
        font-size: 16px;
    }

    .navbar-light .navbar-nav .nav-item > .sub-menu {
        visibility: visible;
        opacity: 1;
        position: static;
        margin-left: 30px;
        margin-top: 10px;
        margin-bottom: 0;
        padding: 0;
    }

    .navbar-light .navbar-nav .nav-item > .sub-menu > li:last-child {
        margin-bottom: 0;
    }

    /*.navbar-light .navbar-nav .nav-item > .sub-menu li {*/
        /*display: block;*/
        /*position: static;*/
    /*}*/

    .nav-link-phone {
        font-size: 20px;
        margin-right: 16px;
        padding-right: 0;
    }

    .post-info .post-image {
        height: 118px;
    }

    post-info .post-image + h2 {
        padding-top: 40px;
        margin-top: -31px;
    }

    .post-info h2 {
        font-size: 20px;
        line-height: 28px;
    }

    .contact-section {
        margin-bottom: 65px;
        padding-bottom: 65px;
        text-align: center;
        border-bottom: solid 3px #eee;
    }

    .contacts .col-md-4:last-child .contact-section {
        margin-bottom: 0;
        border-bottom: 0;
        padding-bottom: 0;
    }

    .recaptcha .cover-text {
        text-align: left;
    }

    .contact-list-wrap {
        margin-bottom: -18px;
    }

    .site-footer-inner {
        text-align: center;
    }

    .site-info {
        display: inline-block;
    }

    .social {
        display: inline-block;
    }

    .social ul {
        float: none;
        margin-right: 10px;
        width: auto;
        overflow: hidden;
        margin-top: 0;
        margin-bottom: 26px;
    }

    .hero {
        background-size: auto 100%;
    }

    .hero-wrapper img {
        height: 70px;
    }

    .hero-content h1 {
        font-size: 34px;
        line-height: 44px;
        margin-bottom: 14px;
    }

    .hero-content h1.font-size--smaller {
        font-size: 34px;
        line-height: 44px;
    }

    .hero-content h3 {
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 24px;
    }

    .hero-carousel .owl-nav button.owl-next {
        right: -430px;
    }

    .opt-in__form h3 {
        font-size: 20px;
        line-height: 28px;
    }

    .feature h2 {
        font-size: 24px;
    }

    .the-method .text:first-child {
        margin-bottom: 52px;
    }

    .join-us .text {
        /* text-align: center;
        width: 90%;
        margin: 0 5%; */
    }

    .faqs-heading p {
        width: 90%;
        margin-left: 5%;
    }

    .program-text {
        font-size: 18px;
        line-height: 26px;
        margin-left: 0;
        margin-right: 0;
        text-align: center;
        margin-bottom: 44px;
    }

    .program-text p {
        margin-bottom: 20px;
    }

    .program {
        margin: 0 10px 50px;
    }

    .fl-full-width--tablet.wpb_column {
        width: 100%;
    }
}

@media only screen and (max-width : 768px) {
    .post-info h2 {
        min-height: auto;
    }

    .navbar-inner {
        overflow-y: auto;
        max-height: 70vh;
    }

    .post-info .post-image + h2 {
        padding-top: 47px;
        margin-top: -31px;
    }

    .site-footer-inner {
        text-align: center;
    }

    .site-info {
        display: inline-block;
    }

    .site-info img {
        float: none;
        margin-right: 0;
        width: 166px;
        display: inline-block;
        height: auto;
        margin-bottom: 10px;
    }

    .site-info .copyright {
        float: none;
        width: 100%;
        margin-bottom: 0;
    }

    .social {
        display: inline-block;
    }

    .social ul {
        margin-bottom: 30px;
        margin-top: 22px;
    }

    .hero {
        background-size: auto 100%;
        height: 400px;
        border-bottom: 0;
    }

    .hero-content-wrap {
        text-align: center;
    }

    .hero-wrapper img {
        height: 60px;
    }

    .hero-video .col-md-12 {
        padding: 0;
    }

    .hero-carousel .owl-nav button.owl-next,
    .hero-carousel .owl-nav button.owl-prev {
        display: none;
    }

    .hero-carousel {
        margin-left: 0;
    }

    .hero-carousel .item {
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 0;
        padding-right: 0;
        width: 100%;
    }

    .hero-carousel .owl-dots {
        width: 100%;
        left: 0;
    }

    .owl-carousel button.owl-dot {
        margin-right: 8px;
        margin-left: 8px;
    }

    .opt-in__form h3 {
        font-size: 24px;
        line-height: 32px;
    }

    .features {
        padding-bottom: 35px;
    }

    .feature {
        margin-bottom: 70px;
    }

    .feature p {
        width: 90%;
        margin-left: 5%;
    }

    .features .col-md-4:last-child .feature {
        margin-bottom: 0;
    }

    .the-method .text:first-child {
        text-align: center;
    }

    .the-method p {
        width: 90%;
        margin-left: 5%;
    }

    .examples-heading h3 {
        float: none;
        text-align: center;
        margin-bottom: 16px;
    }

    .examples-heading .carousel-controls {
        float: none;
        margin-top: 12px;
        text-align: center;
    }

    .examples-heading .carousel-control {
        margin-left: 4px;
        margin-right: 4px;
        float: none;
    }

    .join-us .or .or-btn {
        display: block;
        float: none;
    }

    .join-us .or .or-text {
        margin-left: 0;
        float: none;
    }

    .join-us .or .or-phone {
        float: none;
    }

    .programs {
        margin-left: 5%;
        margin-right: 5%;
    }

    .program-text {
        font-size: 18px;
        line-height: 26px;
        text-align: center;
        margin-bottom: 44px;
    }

    .program-text p {
        margin-bottom: 20px;
    }

    .program {
        margin: 0 0 50px;
    }

    .vc_row.vc_column-gap-30 {
        margin-left: 0;
        margin-right: 0;
    }

    .fl-popup {
        width: 100%;
        height: auto;
        border-radius: 0;
        bottom: 0;
        right: 0;
        display: none;
    }

    .fl-popup.active {
        display: block;
        right: 0 !important;
    }

    .fl-popup__close {
        right: 6px;
    }

    .text blockquote,
    blockquote {
        margin: 40px 50px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .text blockquote:before,
    blockquote:before {
        width: 30px;
        height: 30px;
        background-size: 100% auto;
        left: -50px;
    }

    .text blockquote:after,
    blockquote:after {
        width: 30px;
        height: 30px;
        background: url('../img/quote.svg') no-repeat;
        background-size: 100% auto;
        right: -50px;
    }
}

@media only screen and (max-width : 576px) {
    .navbar-brand {
        width: 120px;
    }

    .nav-link-phone {
        font-size: 15px;
        padding-left: 0;
        padding-right: 0;
        margin-top: 13px;
    }

    .nav-link-phone img {
        display: none;
    }

    .page-heading {
        font-size: 26px;
        line-height: 36px;
    }

    .footer-menu > li {
        float: none;
        width: 100%;
        border-right: 0;
        margin-bottom: 10px;
    }

    .social ul {
        margin-top: 17px;
    }

    .hero {
        background-size: auto 100%;
    }

    .hero-wrapper img {
        height: 40px;
    }

    .hero-content h1 {
        font-size: 28px;
        line-height: 36px;
    }

    .hero-content h1.font-size--smaller {
        font-size: 28px;
        line-height: 36px;
    }

    .hero-content h3 {
        font-size: 18px;
        line-height: 26px;
        margin-bottom: 17px;
    }

    .hero .or {
        margin-top: 7px;
    }

    .or {
        text-align: center;
    }

    .or .or-btn {
        display: block;
        float: none;
    }

    .or .or-text {
        margin-left: 0;
        float: none;
    }

    .or .or-link {
        float: none;
    }

    .programs {
        margin-left: 5%;
        margin-right: 5%;
    }

    .program-text {
        font-size: 18px;
        line-height: 26px;
        text-align: center;
        margin-bottom: 44px;
    }

    .program-text p {
        margin-bottom: 20px;
    }

    .program {
        margin: 0 0 50px;
    }

    .program-content > div {
        margin: 0 10% 0;
    }

    .program-content .btn {
        padding: 3px 12px;
    }

    .text blockquote,
    blockquote {
        margin: 60px 0;
        padding-left: 0;
        padding-right: 0;
        padding-top: 10px;
        padding-bottom: 15px;
        border-left: 0;
        border-right: 0;
        border-top: solid 1px #ebebeb;
        border-bottom: solid 1px #ebebeb;
    }

    .text blockquote:before,
    blockquote:before {
        width: 30px;
        height: 30px;
        background-size: 100% auto;
        left: 0;
        top: -40px;
    }

    .text blockquote:after,
    blockquote:after {
        width: 30px;
        height: 30px;
        background: url('../img/quote.svg') no-repeat;
        background-size: 100% auto;
        right: 0;
        bottom: -40px;
    }

    .vc_row.vc_column-gap-30 > .vc_column_container {
        padding: 0;
    }

    .posts-nav-newer,
    .posts-nav-older {
        padding-left: 8px;
        padding-right: 8px;
    }
}

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