/* 
Theme Name:    Rea Photographie Theme
Theme URI:     http://childtheme-generator.com/
Description:   Rea Photographie Theme is a child theme of WP Bootstrap Starter, created by ChildTheme-Generator.com
Author:        Ole Agency
Author URI:    http://childtheme-generator.com/
Template:      wp-bootstrap-starter
Version:       1.0.0
Text Domain:   rea-photographie-theme
*/


/* posts home  */
/*.posts-home-container .cbp-item:nth-child(2) figcaption {
    background: #00000059;
    height: 40px;
    font-size: 18px;
    top: auto;
    bottom: 0;
}*/

/*.posts-home-container .cbp-item:nth-child(2) figcaption h3.text-uppercase {
    font-size: 1.3vw;
    padding: 7px 32px 0;
}*/

.wp-block-image img {
    -o-object-fit: cover;
    object-fit: cover;
    min-width: 100%;
    height: 100%;
    width: 100%;
}

.pagination-categories {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.pagination-categories .page-numbers {
    display: none;
}

.pagination-categories .prev {
    display: block;
    margin-left: auto;
    font-size: 18px;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}

.pagination-categories .next {
    display: block;
    margin-right: auto;
    font-size: 18px;
}

.cube-grid-full .cbp-item {
    width: auto !important;
    height: auto !important;
}

@font-face {
    font-family: 'ITC Kabel Std';
    src: url("fonts/ITCKabelStd-Demi.woff2") format("woff2"), url("fonts/ITCKabelStd-Demi.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.kabel {
    font-family: 'ITC Kabel Std' !important;
}

.link-icon-home:hover * {
    opacity: 0.75;
}

.red {
    color: #d75959;
}

.white {
    color: #fff;
}

.red-dark {
    color: #DB1C3E;
}

body {
    font-family: "Roboto", sans-serif !important;
}

.tp-caption {
    font-family: "Playfair Display", serif !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Playfair Display", serif !important;
}

.tp-caption h1,
.tp-caption h2,
.tp-caption h3,
.tp-caption h4,
.tp-caption h5,
.tp-caption h6 {
    font-family: "ITC Kabel Std" !important;
}

.post-figcaption h1,
.post-figcaption h2,
.post-figcaption h3,
.post-figcaption h4,
.post-figcaption h5,
.post-figcaption h6 {
    font-family: "ITC Kabel Std" !important;
}

.light-wrapper figcaption h1,
.light-wrapper figcaption h2,
.light-wrapper figcaption h3,
.light-wrapper figcaption h4,
.light-wrapper figcaption h5,
.light-wrapper figcaption h6 {
    font-family: "ITC Kabel Std" !important;
}

.parouns-name {
    font-family: "ITC Kabel Std" !important;
}

.bg {
    display: none !important;
    opacity: 0 !important;
}

.container-media-images .bg {
    display: block !important;
    opacity: 0 !important;
}

.container-media-images a:hover .bg {
    opacity: 1 !important;
}

.fullscreentrue .forcefullwidth_wrapper_tp_banner,
.fullscreentrue .rev_slider_wrapper {
    max-height: inherit !important;
}

.fullscreentrue .tp-tabs-inner-wrapper {
    display: none;
}

.fullscreentrue .tp-caption {
    text-shadow: 2px 2px 5px black;
}

.tp-fullwidth-forcer {
    pointer-events: none !important;
}

.caption_absolute {
    background-image: -webkit-gradient(linear, left bottom, left top, from(black), to(transparent));
    background-image: linear-gradient(0deg, black, transparent);
    z-index: 200;
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    width: 100%;
    padding-bottom: 20px;
    text-align: center;
    font-size: 24px;
    padding: 148 20px 48px;
    margin: 0;
}

.cbp-gallery-large .cbp-item {
    width: 100% !important;
}

.wp-block-media-text__media img,
.wp-block-media-text__media video {
    height: auto;
}

.has-large-font-size {
    font-size: 16px;
    line-height: 1;
}

.overlay.caption.caption-overlay span.bg+span.bg {
    display: none;
}

.post-figcaption {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    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;
    color: #fff;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    pointer-events: none;
    background: transparent;
}

.tp-caption small {
    font-size: 50%;
    text-transform: none;
}

a:hover .post-figcaption {
    opacity: 0;
    -webkit-transition: all 0.24s ease-in-out;
    transition: all 0.24s ease-in-out;
}

nav.navbar-black.navbar.wide.transparent.transparent-light.navbar-expand-lg.absolute:not(.banner--stick) {
    background: #00000038 !important;
}

.banner--stick .inverse-text .navbar-nav .nav-link {
    color: #202020;
}

.banner--stick .inverse-text .social-mute a i {
    color: #202020 !important;
}

.category-links-container span:last-child {
    display: none;
}

.image-medias a {
    height: 450px;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.image-medias a img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.wp-post-image {
    height: auto;
}

.logos-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.logo-clients {
    max-height: 100px;
    max-width: 100px;
    margin: 0 24px 24px;
}

.overlay a {
    position: relative;
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 3;
    cursor: pointer !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.tiles-photographe .item figure img {
    position: relative;
    width: 100%;
    max-width: 100%;
    min-height: 100%;
    -ms-flex-item-align: center;
    align-self: center;
    -o-object-fit: cover;
    object-fit: cover;
    min-height: 300px;
    max-height: 300px;
}

.rev_slider_rea .tp-caption-rea h2 {
    font-size: 36px !important;
    font-weight: 700;
    margin-bottom: 0 !important;
    line-height: 1 !important;
}

.rev_slider_rea .tp-caption-rea p {
    font-size: 19px !important;
    line-height: 1.4 !important;
    margin-bottom: 0 !important;
}

.rev_slider_rea .tp-caption-rea ul {
    margin-bottom: 0 !important;
}

.rev_slider_rea .tp-caption-rea ul li {
    line-height: 1 !important;
    font-size: 18px !important;
    margin-bottom: 0 !important;
}

.rev_slider_rea .tp-caption-rea {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 1 !important;
}

.secret-form label {
    display: none;
}

.secret-form input.btn.btn-primary {
    margin: 0 0 0 10px;
}

.secret-form .form-group.form-inline {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.secret-form .d-block.mb-3 {
    margin-bottom: 20px !important;
}

.checkbox-image {
    cursor: pointer;
}

.checkbox-image input[type="checkbox"] {
    display: none;
}

.checkbox-image input[type="checkbox"]+.img-check-container img {
    -webkit-transition: all 0.12s ease-in-out;
    transition: all 0.12s ease-in-out;
    border: 8px solid transparent;
}

.checkbox-image input[type="checkbox"]:checked+.img-check-container img {
    border: 8px solid #d75959;
}

.navbar.wide .navbar-nav .nav-link {
    font-size: 15px;
}

.sticky img {
    width: 100%;
    height: auto;
}

.post-template-wpb2-single-post .site-content,
.post-template-wpb-single-post .site-content {
    padding-top: 80px;
}

.gallery-scroll-horizontal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow-x: auto;
    max-height: 640px;
}

.gallery-scroll-horizontal img {
    min-height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: center;
    align-self: center;
    width: auto;
    margin-right: 24px;
    max-height: 625px;
    height: 625px;
    margin-bottom: 0;
}

.navigation .screen-reader-text {
    display: none;
}

.nav-next,
.nav-previous {
    font-size: 18px;
}

.nav-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.widget_categories .flex-column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
    margin-bottom: 32px;
}

.widget_instagram-feed-widget {
    margin-bottom: 32px;
}

.widget_categories .flex-column li {
    padding: 0;
}

.widget-title {
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 15px;
    font-weight: 600;
}

.widget_categories .flex-column li a.nav-link {
    padding: 0;
    margin-right: 12px;
    margin-bottom: 12px;
}

.navbar-brand img {
    max-width: 100px;
}

.post-thumbnail-container {
    max-height: 226px;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.medias-thumbnail-container {
    max-height: 320px;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.post-thumbnail-container img {
    width: auto;
    height: auto;
}

.medias-thumbnail-container img {
    width: auto;
    height: auto;
}

.dropdown-menu.dropdown-search {
    min-width: 260px !important;
    max-width: 260px !important;
    padding: 14px !important;
    margin-left: -230px !important;
    margin-top: 8px;
}

.dropdown-login {
    min-width: 300px !important;
    max-width: 300px !important;
    padding: 14px !important;
    margin-left: -210px !important;
    margin-top: 8px;
}

.banner--stick.inverse-text .navbar-nav .nav-link {
    color: #404040;
}

.banner--stick.inverse-text .social-mute a i {
    color: #404040 !important;
}

.logo-color {
    display: none;
}

.login-text {
    color: #696969 !important;
    background: #fff;
    border: none !important;
    outline: 0 !important;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 16px;
    padding: 0 20px;
    font-size: 12px;
    margin-right: 12px;
}

.banner--stick .logo-white {
    display: none;
}

.banner--stick .logo-color {
    display: block;
}

.banner--stick .login-text {
    color: #404040 !important;
}

.navbar.fixed .navbar-brand img {
    height: 40px !important;
    width: auto !important;
    margin-top: 6px;
}

.tp-bullet-image {
    display: none;
}

.form-check-input {
    position: absolute;
    margin-top: .5rem;
    margin-left: -1.25rem;
}

.menu-footer li a {
    color: #fff;
}

.menu-footer li {
    line-height: initial;
}

.forcefullwidth_wrapper_tp_banner,
.rev_slider_wrapper {
    max-height: 800px !important;
}

.slider-home .tp-caption {
    text-shadow: 0 0 60px black !important;
}

.parouns-hover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 300;
    width: 100%;
    height: 100%;
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    opacity: 0;
    pointer-events: none;
}

a:hover .parouns-hover {
    opacity: 1;
}

.parouns-name {
    font-size: 20px;
}

@media (min-width: 725px) {

    .rea-gallery-4-rows {
        height: auto !important;
    }

    .rea-gallery-4-rows .cbp-wrapper-outer {
        overflow: inherit !important;
    }

    .rea-gallery-4-rows .cbp-wrapper {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        position: inherit !important;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }

    .rea-gallery-4-rows .cbp-item {
        position: inherit !important;
        width: 50% !important;
        height: auto !important;
        min-width: 50%;
        max-width: 50%;
        margin: 0 !important;
        top: 0 !important;
        left: 0 !important;
        padding: 3px;
    }

    .rea-gallery-4-rows .cbp-item figure {
        height: 100%;
    }

    .rea-gallery-4-rows .cbp-item figure a {
        height: 100%;
    }

    .rea-gallery-4-rows .cbp-item figure a img {
        -o-object-fit: cover;
        object-fit: cover;
        min-width: 100%;
        min-height: 100%;
    }

    .rea-gallery-3-rows {
        height: auto !important;
    }

    .rea-gallery-3-rows .cbp-wrapper-outer {
        overflow: inherit !important;
    }

    .rea-gallery-3-rows .cbp-wrapper {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        position: inherit !important;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }

    .rea-gallery-3-rows .cbp-item {
        position: inherit !important;
        width: 50% !important;
        height: auto !important;
        min-width: 50%;
        max-width: 50%;
        margin: 0 !important;
        top: 0 !important;
        left: 0 !important;
        padding: 3px;
    }

    .rea-gallery-3-rows .cbp-item figure {
        height: 100%;
    }

    .rea-gallery-3-rows .cbp-item figure a {
        height: 100%;
    }

    .rea-gallery-3-rows .cbp-item figure a img {
        -o-object-fit: cover;
        object-fit: cover;
        min-width: 100%;
        min-height: 100%;
    }

    .rea-gallery-2-rows {
        height: auto !important;
    }

    .rea-gallery-2-rows .cbp-wrapper-outer {
        overflow: inherit !important;
    }

    .rea-gallery-2-rows .cbp-wrapper {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        position: inherit !important;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }

    .rea-gallery-2-rows .cbp-item {
        position: inherit !important;
        width: 50% !important;
        height: auto !important;
        min-width: 50%;
        max-width: 50%;
        margin: 0 !important;
        top: 0 !important;
        left: 0 !important;
        padding: 3px;
    }

    .rea-gallery-2-rows .cbp-item figure {
        height: 100%;
    }

    .rea-gallery-2-rows .cbp-item figure a {
        height: 100%;
    }

    .rea-gallery-2-rows .cbp-item figure a img {
        -o-object-fit: cover;
        object-fit: cover;
        min-width: 100%;
        min-height: 100%;
    }
}

@media (min-width: 991.98px) {
    .wp-block-image.size-large.image_complete {
        width: 110vw;
        margin-left: -32vw;
    }

    .rea-gallery-4-rows .cbp-wrapper {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        position: inherit !important;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }

    .rea-gallery-4-rows .cbp-item {
        position: inherit !important;
        width: 25% !important;
        height: auto !important;
        min-width: 25%;
        max-width: 25%;
        margin: 0 !important;
        top: 0 !important;
        left: 0 !important;
        padding: 3px;
    }

    .rea-gallery-4-rows .cbp-item figure {
        height: 100%;
    }

    .rea-gallery-4-rows .cbp-item figure a {
        height: 100%;
    }

    .rea-gallery-4-rows .cbp-item figure a img {
        -o-object-fit: cover;
        object-fit: cover;
        min-width: 100%;
        min-height: 100%;
    }

    .rea-gallery-3-rows .cbp-wrapper {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        position: inherit !important;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }

    .rea-gallery-3-rows .cbp-item {
        position: inherit !important;
        width: 33% !important;
        height: auto !important;
        min-width: 33%;
        max-width: 33%;
        margin: 0 !important;
        top: 0 !important;
        left: 0 !important;
        padding: 3px;
    }

    .rea-gallery-3-rows .cbp-item figure {
        height: 100%;
    }

    .rea-gallery-3-rows .cbp-item figure a {
        height: 100%;
    }

    .rea-gallery-3-rows .cbp-item figure a img {
        -o-object-fit: cover;
        object-fit: cover;
        min-width: 100%;
        min-height: 100%;
    }

    .posts-home-container {
        padding: 0 48px;
    }

    .blog.grid h2.post-title.mb-10 {
        min-height: 65px;
    }

    .blog.grid .post-content {
        min-height: 240px;
    }

    .blog.grid .item.post.grid-sizer {
        height: 636px;
        min-height: 636px;
    }

    .rev-scroll-btn-home {
        margin-top: -189px !important;
        -webkit-transform: translateY(-140px) !important;
        transform: translateY(-140px) !important;
    }

    .slider-home,
    .slider-container-home {
        height: 800px !important;
        max-height: 800px !important;
        min-height: 800px !important;
    }

    .slider-home .tp-mask-wrap,
    .slider-container-home .tp-mask-wrap {
        margin-top: 92px !important;
    }

    .slider-home .rev_slider,
    .slider-container-home .rev_slider {
        height: 800px !important;
        max-height: 800px !important;
    }

    .posts-home-container .posts-home-container {
        margin: 0 auto;
        width: 100%;
        max-width: 100%;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center;
    }

    .posts-home-container h3.text-uppercase {
        font-size: 1.5vw;
        padding: 0 32px;
    }

    .posts-home-container .posts-home-big-row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .posts-home-container .cbp-item {
        margin: 0 20px 35px 20px;
    }

    .posts-home-container .cbp-item:nth-child(1),
    .posts-home-container .cbp-item:nth-child(2),
    .posts-home-container .cbp-item:nth-child(3),
    .posts-home-container .cbp-item:nth-child(4),
    .posts-home-container .cbp-item:nth-child(5),
    .posts-home-container .cbp-item:nth-child(6) {
        width: calc(50% - 44px);
    }

    .posts-home-container .cbp-item:nth-child(1) a,
    .posts-home-container .cbp-item:nth-child(2) a,
    .posts-home-container .cbp-item:nth-child(3) a,
    .posts-home-container .cbp-item:nth-child(4) a,
    .posts-home-container .cbp-item:nth-child(5) a,
    .posts-home-container .cbp-item:nth-child(6) a {
        height: 30vw !important;
    }

    .posts-home-container .cbp-item:nth-child(7) {
        width: calc(100% - 47px);
    }

    .posts-home-container .cbp-item:nth-child(7) a {
        height: 62vw;
    }

    .posts-home-container .cbp-item:nth-child(8),
    .posts-home-container .cbp-item:nth-child(9) {
        width: calc(50% - 44px);
    }

    .posts-home-container .cbp-item:nth-child(8) a,
    .posts-home-container .cbp-item:nth-child(9) a {
        height: 30vw !important;
    }

    .posts-home-container .cbp-item:nth-child(10) {
        width: calc(100% - 47px);
    }

    .posts-home-container .cbp-item:nth-child(10) a {
        height: 62vw;
    }

    .posts-home-container .cbp-item:nth-child(11),
    .posts-home-container .cbp-item:nth-child(12) {
        width: calc(50% - 44px);
    }

    .posts-home-container .cbp-item:nth-child(11) a,
    .posts-home-container .cbp-item:nth-child(12) a {
        height: 30vw !important;
    }

    .posts-home-container .cbp-item:nth-child(13),
    .posts-home-container .cbp-item:nth-child(14),
    .posts-home-container .cbp-item:nth-child(15) {
        width: calc(33.3333% - 42px);
    }

    .posts-home-container .cbp-item:nth-child(13) a,
    .posts-home-container .cbp-item:nth-child(14) a,
    .posts-home-container .cbp-item:nth-child(15) a {
        height: 26vw !important;
    }

    .posts-home-container .cbp-item:nth-child(16) {
        width: calc(100% - 47px);
    }

    .posts-home-container .cbp-item:nth-child(16) a {
        height: 62vw;
    }

    .posts-home-container .cbp-item:nth-child(17),
    .posts-home-container .cbp-item:nth-child(18),
    .posts-home-container .cbp-item:nth-child(19) {
        width: calc(33.3333% - 42px);
    }

    .posts-home-container .cbp-item:nth-child(17) a,
    .posts-home-container .cbp-item:nth-child(18) a,
    .posts-home-container .cbp-item:nth-child(19) a {
        height: 26vw !important;
    }

    .posts-home-container .cbp-item:nth-child(20),
    .posts-home-container .cbp-item:nth-child(21),
    .posts-home-container .cbp-item:nth-child(22) {
        width: calc(33.3333% - 42px);
    }

    .posts-home-container .cbp-item:nth-child(20) a,
    .posts-home-container .cbp-item:nth-child(21) a,
    .posts-home-container .cbp-item:nth-child(22) a {
        height: 26vw !important;
    }

    .posts-home-container .cbp-item:nth-child(23),
    .posts-home-container .cbp-item:nth-child(24),
    .posts-home-container .cbp-item:nth-child(25) {
        width: calc(33.3333% - 42px);
    }

    .posts-home-container .cbp-item:nth-child(23) a,
    .posts-home-container .cbp-item:nth-child(24) a,
    .posts-home-container .cbp-item:nth-child(25) a {
        height: 26vw !important;
    }

    .posts-home-container .cbp-item:nth-child(26),
    .posts-home-container .cbp-item:nth-child(27),
    .posts-home-container .cbp-item:nth-child(28) {
        width: calc(33.3333% - 42px);
    }

    .posts-home-container .cbp-item:nth-child(26) a,
    .posts-home-container .cbp-item:nth-child(27) a,
    .posts-home-container .cbp-item:nth-child(28) a {
        height: 26vw !important;
    }

    .posts-home-container .cbp-item:nth-child(29) {
        width: calc(100% - 47px);
    }

    .posts-home-container .cbp-item:nth-child(29) a {
        height: 62vw;
    }

    .posts-home-container .overlay {
        overflow: hidden;
    }

    .posts-home-container .overlay a {
        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;
    }

    .posts-home-container figure.overlay img {
        opacity: 1;
        width: 100%;
        max-width: 100%;
        vertical-align: top;
        position: relative;
        min-height: 100%;
        max-height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }

    .sticky {
        position: -webkit-sticky;
        position: sticky;
        top: 120px;
    }

    .navbar .navbar-nav.plain .nav-link,
    .navbar .navbar-nav.justify-content-center .nav-link {
        padding-right: 15px;
        padding-left: 15px;
    }

    .rev_slider_rea .tp-caption-rea h2 {
        font-size: 54px !important;
    }

    .rev_slider_rea .tp-caption-rea p {
        font-size: 30px !important;
    }

    .rev_slider_rea .tp-caption-rea ul li {
        font-size: 24px !important;
    }

    .rev_slider_rea .tp-caption-rea {
        padding-left: 50% !important;
        padding-top: 12% !important;
    }
}

@media (max-width: 991.98px) {



    .owl-section-3 .owl-stage-outer {
        border-right: 1px solid #DB1C3E;
        border-left: 1px solid #DB1C3E;
    }

    .posts-home-container .cbp-item {
        margin: 0 20px 30px;
    }

    .gallery-scroll-horizontal {
        max-height: 400px;
    }

    .gallery-scroll-horizontal img {
        max-height: 384px;
        height: 384px;
    }

    body:not(.onepage) .banner--stick {
        display: block !important;
    }
}

nav.gradient-menu {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#000000b0), to(transparent)) !important;
    background-image: linear-gradient(180deg, #000000b0, transparent) !important;
}

@media (min-width: 991.98px) {
    .wp-block-image.size-large.image_complete {
        width: 110vw;
        margin-left: -10vw;
        margin-bottom: 24px;
    }
}

@media (min-width: 1492px) {
    .wp-block-image.size-large.image_complete {
        width: 120vw;
        margin-left: -25vw;
        margin-bottom: 24px;
    }
}

.post-content .wp-block-image {
    margin-bottom: 24px;
}

.wp-block-columns {
    margin-bottom: 0;
}



/* new home */

.owl-section-1.owl-loaded {
    width: 100% !important;
    height: 100%;
    position: absolute !important;
    left: 0;
    bottom: 0;
}

.owl-section-1.owl-loaded .owl-stage-outer,
.owl-section-1.owl-loaded .owl-stage-outer .owl-stage,
.owl-section-1.owl-loaded .owl-stage-outer .owl-stage .owl-item,
.owl-section-1.owl-loaded .owl-stage-outer .owl-stage .owl-item .item {
    height: 100%;
}

.owl-section-1.owl-loaded .owl-stage-outer .owl-stage .owl-item .item .img-carousel {
    object-fit: cover;
    min-width: 100%;
    min-height: 100%;
}

.section-content {
    z-index: 30;
    position: relative;
}

.section-1 .owl-section-1:before {
    background: linear-gradient(112.49deg, rgba(0, 0, 0, 0.8) 47.08%, rgba(0, 0, 0, 0.69) 67.92%, rgba(0, 0, 0, 0.37) 80.45%, rgba(0, 0, 0, 0) 94.53%);
    mix-blend-mode: normal;
    opacity: 0.6;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: " ";
    display: block;
    z-index: 1;
}

.section-bg-img {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.fp-tableCell {
    position: relative;
    z-index: 20;
}

.section-bg-img:before {
    background: linear-gradient(112.49deg, rgba(0, 0, 0, 0.8) 47.08%, rgba(0, 0, 0, 0.69) 67.92%, rgba(0, 0, 0, 0.37) 80.45%, rgba(0, 0, 0, 0) 94.53%);
    mix-blend-mode: normal;
    opacity: 0.6;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: " ";
    display: block;
    z-index: 1;
}

.h-title-1 {
    font-size: 32px;
    line-height: 44px;
}

.section-1 {
    color: #fff;
}

.section-1 .section-content {
    z-index: 30;
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.animation-text-section-1 {
    display: flex;
    flex-direction: row;
}

.animation-text-section-1>span {
    min-width: 64%;
    text-align: left;
}

.state1+.section-content .animation-text-section-1 {
    /*transform: translateX(-60%);*/
}

.state2+.section-content .animation-text-section-1 {
    /*transform: translateX(120%);*/

}

.state3+.section-content .animation-text-section-1 {
    /*transform: translateX(180%);*/
}

.item-text-carosuel .span {}

.owl-section-1_2 .owl-stage {
    padding: 0 24px;
}

.section-1 .main-title {
    margin-left: 24px;
}

.owl-section-1_2 .owl-item.active {

}

.owl-section-1_2 .owl-stage {
    transform: translate(0)!important;
    width: 920px!important;
    max-width: 100%!important;
    display: flex;
    flex-direction: row;
}

.owl-section-1_2 .owl-item {
  width: auto!important;
}

.owl-carousel.owl-section-1_2 .owl-stage-outer {
  position: relative;
  overflow: visible;
}

.owl-section-1_2 .owl-item {
    white-space: nowrap;
}

/*.owl-section-1_2 .owl-item.active + .active span {
  color: #fff;
}
*/

.owl-section-1_2.activo1 .owl-item:first-child span {
  color: #DB1C3E!important;
}
.owl-section-1_2.activo2 .owl-item:nth-child(2) span {
  color: #DB1C3E!important;
}
.owl-section-1_2.activo3 .owl-item:nth-child(3) span {
  color: #DB1C3E!important;
}


.img-carousel-icon {
    width: 60px!important;
}

.red-number {
  border: 1px solid #DB1C3E;
  width: 32px;
  height: 32px;
  color: #fff;
  border-radius: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Playfair Display", serif !important;
  line-height: 25px;
}




.section-1 .h-p-1 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 24px;
    font-size: 22px;
}

#fp-nav ul li a span,
.fp-slidesNav ul li a span {
    background: #fff !important;
}

@media (max-width: 991.98px) {
    .section-1 .h-title-1 {
        font-size: 20px;
    }
    .section-1 .h-title-1.plus {
        font-size: 32px;
    }
}



@media (min-width: 991.98px) {

    .owl-section-1_2 .owl-item span {
      font-size: 38px!important;
    }

    .owl-section-4 .red-number {
      position: relative;
      background-color: #DB1C3E;
    }

    .owl-section-3 .owl-item {
        position: relative;
    }

    .owl-section-3 .owl-item:after {
        width: 1px;
        height: 48px;
        position: absolute;
        top: 18px;
        right: 0;
        content: " ";
        display: block;
        background: #DB1C3E;
    }

    .owl-section-3 .owl-item {
        padding-right: 20px;
    }

    .owl-section-3 .owl-item:last-child:after {
        display: none;
    }

    .owl-section-4 .red-number:after {
        width: 700%;
        height: 1px;
        position: absolute;
        top: 16px;
        right: 29px;
        content: " ";
        display: block;
        background: #DB1C3E;
    }

    .owl-section-4 .owl-item:first-child .red-number:after {
        display: none;
    }

    .section-1 .h-p-1 {
        font-size: 26px;
    }

    .section-1 p.h-p-1.text-md-left {
        font-size: 26px;
        width: 363px;
        position: relative;
        padding-top: 11px;
    }

    .h-title-1 {
        font-size: 48px;
        line-height: 1;
    }

}

.logos-section-2 {
    display: flex;
    flex-wrap: wrap;
    display: flex;
    flex-wrap: wrap;
    padding: 24px 24px 0;
}


.logos-section-2 img {
    max-width: 88px;
}

.t14_tmd32 {
    font-size: 14px;
}

.t12 {
  font-size: 12px;
  line-height: 1.4;
}

.t14_tmd26 {
    font-size: 14px;
}

.t14 {
  font-size: 14px;
  line-height: 1.6;
}

.owl-section-4 .owl-dots {
  display: flex;
  justify-content: center;
}

.owl-section-4 .owl-dot {
  border: 1px solid #DB1C3E!important;
  width: 32px!important;
  height: 32px!important;
  color: #fff!important;
  border-radius: 100px!important;
  display: flex!important;
  justify-content: center!important;
  align-items: center!important;
  margin:  0 12px;
  font-family: "Playfair Display", serif !important;
  font-size: 12px!important;
  font-weight: bold!important;
}

.owl-section-4 .owl-dot:nth-child(1):before {
  content: "1";
  margin-top: -7px;
}

.owl-section-4 .owl-dot:after {
  width: 24px;
  height: 1px;
  position: absolute;
  top: 16px;
  right: -24px;
  content: " ";
  display: block;
  background: #DB1C3E;
}

.owl-section-4 .owl-dots {
    display: flex;
    justify-content: center;
    position: absolute;
    top: -50px;
    width: 100%;
}

.owl-section-4 .owl-dot:nth-child(5):after {
  display: none;
}

.owl-section-4 .owl-dot:nth-child(2):before {
  content: "2";
  margin-top: -7px;
}

.owl-section-4 .owl-dot:nth-child(3):before {
  content: "3";
  margin-top: -7px;
}

.owl-section-4 .owl-dot:nth-child(4):before {
  content: "4";
  margin-top: -7px;
}

.owl-section-4 .owl-dot:nth-child(5):before {
  content: "5";
  margin-top: -7px;
}

.owl-section-4 .owl-dot.active {
  background: #DB1C3E!important;
}

button.owl-dot {
    outline: 0!important;
    position: relative!important;
}

.client-img-carousel {
  width: 56px!important;
  height: 56px!important;
  margin-right: 16px;
}

.client-img {
  margin-bottom: 24px;
}

.animate__delay-1_5s {
  animation-delay: 1.5s;
}

.animate__delay-0_8s {
  animation-delay: 0.8s;
}

.animate__delay-0_2s {
  animation-delay: 0.2s;
}

.animate__delay-0_4s {
  animation-delay: 0.4s;
}

.animate__delay-0_6s {
  animation-delay: 0.6s;
}

.animate__delay-1_2s {
  animation-delay: 1.2s;
}

.animate__delay-1_4s {
  animation-delay: 1.4s;
}

.animate__delay-1_6s {
  animation-delay: 1.6s;
}

.animate__delay-1_8s {
  animation-delay: 1.8s;
}

.animate__delay-2_2s {
  animation-delay: 2.2s;
}
.animate__delay-2_4s {
  animation-delay: 2.4s;
}

.animate__delay-2_6s {
  animation-delay: 2.4s;
}

.animate__delay-2_8s {
  animation-delay: 2.4s;
}

.animate__delay-3_2s {
  animation-delay: 3.2s;
}

@media (min-width: 991.98px) {

    .main-title-minus {
      font-size: 38px;
    }

    .owl-section-7 .owl-nav {
      position: absolute;
      top: 104px;
      left: -80px;
      width: calc(100% + 160px);
      display: flex;
      justify-content: space-between;
    }

    .owl-section-7 .owl-nav span {
      font-size: 0!important;
      width: 24px;
      height: 32px;
      display: block;
      background-image: url(/wp-content/themes/rea-photographie-theme/img/arrow-red.svg);
      background-repeat: no-repeat;
    } 

    .owl-section-7 .owl-nav .owl-prev span {
      transform: rotate(180deg);
    } 

    .client-info {
      padding-top: 56px;
      padding-right: 36px;
    }

    .client-img-carousel {
      width: 216px!important;
      height: 216px!important;
      margin-right: 0;
      margin-bottom: 24px;
    }

    .item-text-carosuel {
        text-align: left;
    }

    .flex-1_1 {
        width: 56%;
        min-width: 56%;
        max-width: 56%;
        flex: 1;
    }

    .flex-1_2 {
        width: 44%;
        min-width: 44%;
        max-width: 44%;
        flex: 1;
    }

    .t14_tmd32 {
        font-size: 32px;
    }

    .t14_tmd26 {
      font-size: 26px;
    }


    .logos-section-2 img {
        max-width: 139px;
        min-height: 48px;
    }

}

.owl-section-3 .owl-dot, .owl-section-7 .owl-dot {
    width: 8px;
    height: 8px;
    background: #fff !important;
    display: inline-block;
    border-radius: 10px;
    margin: 0 6px;
    opacity: 0.5;
}

.owl-section-3 .owl-dot.active, .owl-section-7 .owl-dot.active  {
    opacity: 1;
}



.owl-section-3 .item h3 {
    font-family: 'ITC Kabel Std';
    font-size: 22px;
}

.owl-section-3 .item p {
    font-size: 14px;
    line-height: 1.4;
}

.btn-primary.btn-primary-rounded {
    font-family: 'ITC Kabel Std';
    background-color: #DB1C3E;
    padding-right: 30px;
    padding-left: 30px;
}

.btn-primary.btn-primary-rounded:hover {
    background-color: #DB1C3E;
}

@media (max-width: 991.98px) {
    #fp-nav {
        top: 32% !important;
    }
}

.r-animate-up {
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.26s ease-in-out;
  transition-delay: 0.5s;
}

.active .r-animate-up {
  transform: translateY(0px);
  opacity: 1;
}

.r-delay-08 {
  transition-delay: 0.8s!important;
}

.r-delay-11 {
  transition-delay: 1.1s!important;
}

.r-delay-14 {
  transition-delay: 1.4s!important;
}

.r-delay-17 {
  transition-delay: 1.7s!important;
}

.r-delay-2 {
  transition-delay: 2s!important;
}

.r-delay-23 {
  transition-delay: 2.3s!important;
}

.r-delay-26 {
  transition-delay: 2.6s!important;
}

.r-animate-fade {
  opacity: 0;
  transition: all 0.26s ease-in-out;
  transition-delay: 0.5s;
}

.active .r-animate-fade {
  opacity: 1;
}

.home nav.navbar-black.navbar.wide.transparent.transparent-light.navbar-expand-lg.absolute {
    background: transparent!important;
}

.home .hamburger {
    filter: brightness(5.5);
}

.tp-caption *, .tp-caption h2, .tp-caption *, .tp-caption {
    font-family: "ITC Kabel Std"!important;
}
