/* ===================================
    11. Responsive CSS
====================================== */

@media screen and (max-width: 1600px) {
    .content-1170 {
        max-width: 95%;
    }
    .page.page-template-park-full-width .page-content {
        max-width: 85%;
    }
}

@media screen and (max-width: 1450px) {
    .one_half,
    .one_third,
    .two_third,
    .three_fourth,
    .one_fourth {
        margin-right: 8%;
        float: left;
        position: relative;
        margin-bottom: 37px;
    }
    .one_half {
        width: 46%;
    }
    .one_third {
        width: 28%;
    }
    .two_third {
        width: 64%;
    }
    .one_fourth {
        width: 19%;
    }
    .three_fourth {
        width: 73%;
    }
}

@media screen and (max-width: 1360px) {
    .team-holder .member-info {
        display: block !important;
        opacity: 1 !important;
        position: relative;
        min-height: 180px;
        padding: 30px 0;
        margin-bottom: 30px;
    }
    .team-holder .member-name {
        margin-top: 0;
    }
    .grid-item .entry-holder {
        padding: 30px 20px;
    }
}

@media screen and (max-width: 1220px) {
    blockquote {
        font-size: 17px;
        line-height: 28px;
    }
    blockquote:before {
        line-height: 150px;
        font-size: 150px;
        position: relative;
        top: 0;
        left: 0;
        text-align: center;
        display: block;
        margin-bottom: -60px;
    }
    .blog-item-holder {
        margin-top: 0 !important;
        margin-bottom: 50px;
    }
    .blog-item-holder .post-thumbnail {
        max-width: 575px;
    }
    .blog-item-holder .entry-holder {
        padding: 60px 60px 75px;
    }
    .page-header-image + .page-content-wrapper.content-1170 {
        margin-top: 0;
    }
}

@media screen and (max-width: 1020px) {
    .header-holder {
        margin-top: 25px;
    }
    .page h1.entry-title,
    .blog h1.entry-title {
        font-size: 40px;
        line-height: 45px;
    }
    .underline:after {
        height: 6px;
    }
    .single h1.entry-title {
        font-size: 40px;
        line-height: 45px;
        margin-bottom: 0;
        max-width: 95%;
    }
    .single-post .entry-content {
        padding: 40px 0;
    }
    .content-970,
    .content-830 {
        width: 95%;
    }
    .main-menu {
        max-width: 100%;
    }
    .one_half,
    .one_third,
    .one_fourth,
    .two_third,
    .three_fourth {
        width: 100%;
        float: none;
        margin-right: 0;
        margin-left: 0;
        text-align: center;
    }
    . .blog-item-holder {
        margin-bottom: 100px;
        text-align: center !important;
    }
    .blog-item-holder .post-thumbnail {
        display: inline-block;
        max-width: 100%;
        transform: none !important;
    }
    .blog-item-holder .post-thumbnail img {
        margin: 0 auto;
    }
    .blog-item-holder.has-post-thumbnail .entry-holder {
        margin-left: auto !important;
        margin-right: auto !important;
        display: block;
        transform: none !important;
        text-align: center !important;
        margin-top: -90px;
    }
    .read-more-arrow {
        left: 50% !important;
        margin-left: -27px !important;
        margin-right: auto !important;
        right: auto !important;
    }
    .single-portfolio .content-wrapper {
        max-width: 95%;
    }
    .team-holder .member.one_third {
        width: 50%;
        float: left;
    }
    .team-holder .member.one_half,
    .team-holder .member.one_fourth {
        width: 50%;
        float: left;
    }
    .slick-slider.image-slider {
        margin-bottom: 75px;
    }
    .quote {
        margin-top: 110px;
    }
    .one_half.margin-0,
    .one_half.margin-0 img,
    .one_third.margin-0,
    .one_third.margin-0 img,
    .two_third.margin-0,
    .two_third.margin-0 img,
    .one_fourth.margin-0,
    .one_fourth.margin-0 img,
    .three_fourth.margin-0,
    .three_fourth.margin-0 img {
        width: 100%;
    }
    .single.single-portfolio h1,
    .text-right {
        text-align: center !important;
    }
}

@media screen and (max-width: 630px) {
    .sm li {
        min-width: 170px;
    }
    .sm-clean a span.sub-arrow {
        font-size: 16px !important;
    }
    .sm-clean a,
    .sm-clean a:hover,
    .sm-clean a:focus,
    .sm-clean a:active {
        font-size: 22px;
        line-height: 32px;
    }
    .content-570 {
        max-width: 95%;
    }
    #toggle {
        padding: 15px;
    }
    .blog-holder {
        margin-top: 60px;
    }
    .blog-item-holder {
        margin-bottom: 70px;
    }
    .blog-item-holder.has-post-thumbnail .entry-holder {
        width: inherit;
        margin-top: 0;
        padding: 10% 5%;
    }
    .blog-item-holder h2.entry-title {
        font-size: 28px;
        line-height: 36px;
    }
    .single .entry-info div,
    .single .entry-info .cat-links ul {
        display: block;
    }
    .single .entry-info div:after {
        display: none;
    }
    .single .nav-links {
        padding-bottom: 30px;
    }
    .single-portfolio .nav-links {
        padding-top: 30px;
    }
}

/* ===================================
    11. Responsive CSS
====================================== */

@media only screen and ( max-width: 45em)
/* 640px */

    {
    #list {
        -webkit-column-count: 3;
        -webkit-column-gap: 0.938em;
        /* 15px */
        -moz-column-count: 3;
        -moz-column-gap: 0.938em;
        /* 15px */
        column-count: 3;
        column-gap: 0.938em;
        /* 15px */
    }
    .item {
        margin-bottom: 0.938em;
        /* 15px */
    }
}

@media only screen and ( max-width: 40em)
/* 640px */

    {
    #list {
        -webkit-column-count: 2;
        -webkit-column-gap: 0.938em;
        /* 15px */
        -moz-column-count: 2;
        -moz-column-gap: 0.938em;
        /* 15px */
        column-count: 2;
        column-gap: 0.938em;
        /* 15px */
    }
    .item {
        margin-bottom: 0.938em;
        /* 15px */
    }
}

@media only screen and ( max-width: 20em)
/* 320px */

    {
    #list {
        -webkit-column-count: auto;
        -moz-column-count: auto;
        column-count: auto;
    }
}

/* ===================================
    11. Responsive CSS
====================================== */

@media (max-width: 400px) {
    .flex-grid,
    .flex-grid-thirds {
        display: block;
    }
    .col {
        width: 100%;
        margin: 0 0 10px 0;
    }
}

}

/* ===================================
    11. Responsive CSS
====================================== */

@media screen and (max-width: 540px) {
    .goodie-grid li {
        width: -webkit-calc(100% / 5);
        width: calc(100% / 5);
    }
}

/* ===================================
    11. Responsive CSS
====================================== */

@media screen and (min-width: 1800px) {
    nav.stroke li span {
        margin-top: 2%;
    }
}

/* ===================================
    11. Responsive CSS
====================================== */

@media screen and (max-width: 50em) {
    .content {
        padding: 0 10px;
        text-align: center;
    }
    .grid figure {
        display: inline-block;
        float: none;
        margin: 10px auto;
        width: 100%;
    }
    .grid figure figcaption {
        font-size: 1.25em;
    }
}

/* ===================================
    11. Responsive CSS
====================================== */

@media screen and (max-width: 540px) {
    .cbp-rfgrid li {
        width: -webkit-calc(100% / 4);
        width: calc(100% / 4);
    }
}

/* ===================================================================================================================================================
    11. Responsive CSS
====================================================================================================================================================== */

@media screen and (max-width: 800px) {
    #about,
    #ref,
    #contact {
        margin: 0;
    }
    html,
    body,
    p {
        font-size: 2vw;
    }
    label,
    input {
        font-size: 3vw;
    }
    body,
    section {
        width: 100% !important;
        overflow-x: hidden !important;
    }
    .experts,
    .reff {
        width: 70%;
        margin: 0 auto;
    }
    .page h1.entry-title br,
    .blog h1.entry-title br {
        display: none;
    }
    .page .page-content {
        padding: 5%;
    }
    .single .nav-links:before {
        display: none;
    }
    .single .nav-previous,
    .single .nav-next {
        display: block;
        width: 95%;
        text-align: center;
        float: none;
        margin-left: auto;
        margin-right: auto;
    }
    .single .nav-previous a,
    .single .nav-next a {
        float: none;
    }
    .single .nav-previous {
        padding-bottom: 40px;
    }
    .timeline {
        padding: 5%;
    }
    .grid {
        width: 95%;
    }
    .grid-item,
    .grid-sizer {
        width: 100% !important;
    }
    .grid-item {
        display: block !important;
        margin-left: auto;
        margin-right: auto;
        padding: 0;
        margin-bottom: 33px;
    }
    .single-portfolio .nav-previous,
    .single-portfolio .nav-next {
        display: inline-block;
        padding-bottom: 0;
        max-width: none;
        margin: 0 15px;
    }
    .team-holder .member.one_third,
    .team-holder .member.one_half,
    .team-holder .member.one_fourth {
        width: 100%;
    }
    .justified-gallery > a > .caption,
    .justified-gallery > div > .caption {
        display: none !important;
    }
    /*------------------*/
    .cbp-rfgrid li {
        width: -webkit-calc(100% / 6);
        width: calc(100% / 6);
    }
    .cbp-rfgrid {
        width: 120%;
    }
    #home,
    #about,
    .equipe {
        height: auto;
    }
    .goodie-grid li {
        width: -webkit-calc(100% / 5);
        width: calc(100% / 5);
    }
    #home {
        height: auto;
    }
    .scroll-down {
        display: none;
    }
    .box {
        margin: 0 1em;
    }
    figure.effect-bubba h2 {
        font-size: 6vw;
    }
    .title-wne {
        font-size: 4vw;
        line-height: 4vw;
    }
    #about p {
        font-size: 2vw !important;
        text-align: justify;
    }
    #goodies .goodies-right p,
    .contact-left p {
        font-size: 2vw !important;
    }
    #about,
    .container-time,
    .box {
        display: block;
    }
    .box {
        width: 95%;
        margin: 4% auto;
    }
    .goodies-right2,
    .goodies-left,
    .contact-left,
    .contact-right {
        display: block;
        width: 100%;
        margin: 0 auto;
    }
    .goodies-left {
        padding: 0;
    }
    .goodies-pic-border {
        width: 70%;
        margin: 2% auto;
    }
    .container-time:nth-child(1) {
        height: auto;
    }
    .footer-social {
        display: block;
        width: 100%;
        margin: 0 auto;
        text-align: center;
        padding-top: 2%;
    }
    .col-plan-du-site {
        width: 25%;
    }
    .grid__item:nth-child(odd) .equipe {
        margin: 0;
        display: block;
        width: 100%;
    }
    .grid-team {
        display: block;
    }
    .grid__item {
        display: block;
        width: 100%;
    }
    body {
        --color-text: #000;
        --color-bg: #fff;
        --color-link: #c1d766;
        --color-link-hover: #000;
        --color-info: #333;
        --color-menu: #031de6;
        --color-menu-hover: #000;
        --grid-columns: 1;
        --details-bg-up: #fff;
        --details-bg-down: #d5d5d5;
        --color-equipe-title: #000;
        --color-equipe-subtitle: #a09897;
        --color-details-title: #000;
        --color-details-subtitle: #000;
        --color-bg-magnifier: #000;
        --color-magnifier: #fff;
        --color-btn-hover: #c1b3b1;
        color: #57585c;
        color: var(--color-text);
        background-color: #fff;
        background-color: var(--color-bg);
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }
    .grid-team {
        position: relative;
        width: 100%;
        grid-template-columns: repeat(var(--grid-columns), 1fr);
        margin: 16% 0 0 0;
        padding: 0 0 6% 0;
    }
    .grid__item {
        padding: 0 2vw;
    }
    .equipe {
        height: 100%;
        padding-top: 10vw;
        position: relative;
        cursor: default;
    }
    .equipe__bg {
        height: 43vw;
        position: relative;
        margin: 0 auto;
        width: 48.5vw;
        margin-top: 38%;
    }
    .equipe__img {
        max-width: 60vw;
        margin: 0 auto;
        display: block;
    }
    .equipe__title {
        position: relative;
        margin: 0.5vw 0 0;
        font-size: 3vw;
    }
    .equipe__subtitle {
        position: relative;
        margin: 0;
        font-size: 0.85vw;
        letter-spacing: 0.115vw;
    }
    .equipe__description,
    .equipe__price {
        opacity: 0;
        position: absolute;
    }
    .equipe h3,
    .equipe h2 {
        padding: 0;
        font-weight: 400;
    }
    .equipe h2 {
        font-size: 3vw;
    }
    .equipe h3 {
        line-height: normal;
        padding-top: 8px;
        font-size: 2vw;
    }
    #team {
        padding-bottom: 0;
    }
}