/*
Theme Name: Sobezone
Theme URI: http://www.elegantthemes.com/gallery/divi/
Description: Child theme for the Divi theme
Author: Elegant Themes
Author URI: http://www.elegantthemes.com
Template: Divi
Version: 1.0.0
*/

/* =Theme customizations
——————————————————- */

/* Remove that darned "Dividing" line in Divi themes */
#main-content .container:before {
    background-color: transparent !important;
}

/* Fixing weird spacing after iFrames */
iframe {
    vertical-align: middle;
}

/* Fix any weird anchor tag linking issues.
   Adjust height to meet header's actual height,
   or where you want the target to land visually. */
:target:before {
    content: "";
    display: block;
    height: 140px; /* fixed header height*/
    margin: -140px 0 0; /* negative fixed header height */
}


body, home {
    font-family: 'Heebo', Helvetica, Arial, Lucida, sans-serif;
    font-weight: 300;
}

h1, h2, h4, h5, h6 {
    font-family: 'Barlow', Helvetica, Arial, Lucida, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.15;
}

h2, .product .related h2, .et_pb_column_1_2 .et_quote_content blockquote p {
    font-size: 40px !important;
}

h3 {
    font-family: 'PT Serif', Georgia, "Times New Roman", serif;
    font-weight: 300;
    font-style: italic;
    font-size: 25px !important;
    line-height: 3rem;
    color: #e72623 !important;
}

h4 {
    font-size: 30px;
}

.home.et_fixed_nav.et_show_nav #page-container {
    padding-top: 0 !important;
    margin-top: 0 !important;
}

#top-header {
    border-bottom: 1px solid rgba(28, 31, 42, 0.1);
}

.home #top-header {
    border-bottom-color: rgba(28, 31, 42, 0);
    background-color: rgba(255, 255, 255, 0);
}

#top-header .container {
    padding-top: 0 !important;
}

.home #main-header {
    background-color: rgba(255, 255, 255, 0);
}

#logo {
    opacity: 0;
}

.logo_container a, .logo_container a {
    background: url('imgs/logo-sobezone-dark.png');
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
}

.home .logo_container a, .et-fixed-header .logo_container a {
    background: url('imgs/logo-sobezone-light.png');
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
}

#top-menu-nav li > a {
    font-family: 'Barlow', Helvetica, Arial, Lucida, sans-serif;
    font-weight: 600;
}

.home #top-menu-nav li > a {
    color: white;
}

#top-menu li.current-menu-ancestor > a, #top-menu li.current-menu-item > a {
    font-weight: 700;
}

#et-secondary-menu li > a {
    padding: 0.65rem 1.25rem !important;
    font-size: 10px;
    line-height: 18px;
    color: #1c1f2a;
    transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
}

.home #et-secondary-menu li > a {
    color: white;
}

.et-fixed-header #et-secondary-menu .lang > a {
    color: white;
}

#et-secondary-menu .client-login-button {
    background-color: #d81f26;
    margin-right: 1rem;
    transition: background-color 0.2s ease-out;
    -webkit-transition: background-color 0.2s ease-out;
    -moz-transition: background-color 0.2s ease-out;
    -o-transition: background-color 0.2s ease-out;
    -ms-transition: background-color 0.2s ease-out;
}

#et-secondary-menu .client-login-button:hover {
    background-color: #c60c12;
}

#et-secondary-menu .client-login-button > a {
    color: white;
    font-weight: 500;
    opacity: 1;
}

#et-secondary-menu .client-login-button > a > i {
    opacity: 0.40;
    margin-right: 5px;
}

#et-secondary-menu .client-login-button > a > i:before {
    color: #1b1b1b;
    font-size: 14px;
    vertical-align: middle;
}

.et_pb_button, .et_pb_button:hover, .et_pb_contact_submit, .et_pb_contact_submit:hover {
    color: #1c1f2a !important;
    font-size: 10px !important;
    font-weight: 700 !important;
    padding-left: 0.7em;
    padding-right: 2em;
    text-transform: uppercase;
}

.et_pb_button.et_pb_bg_layout_dark, .et_pb_button.et_pb_bg_layout_dark:hover {
    color: white !important;
}

.et_pb_button:after {
    color: #e72623;
    line-height: 1rem !important;
    font-size: 19px !important;
    opacity: 1;
    margin-left: .3em;
    left: auto;
    font-weight: 400;
}

.et_pb_button.et_pb_button_alt:after {
    color: #bda881;
    line-height: 1rem !important;
    font-size: 19px !important;
    opacity: 1;
    margin-left: .3em;
    left: auto;
    font-weight: 400;
}


#main-footer {
    background-image: url('imgs/footer_bg.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

#footer-bottom {
    background-color: transparent !important;
}

#footer-info {
    font-size: 10px !important;
    letter-spacing: 1px;
}

#footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.et_pb_scroll_top.et-pb-icon {
    border-radius: 99%;
    background: rgba(255, 255, 255, 0.1);
    right: 2rem;
    font-size: 20px;
    padding: 1rem;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
}

.et_pb_scroll_top.et-pb-icon:before {
    text-shadow: 0 2px 3px rgba(0, 0, 0, 0.25);
}

input::placeholder {
    opacity: 0.25;
}

select > option {
    color: #9E9E9E;
    background-color: rgb(38, 38, 38);
    border: none;
}

.slider-pro .sp-slide.sp-selected {
    z-index: 1000 !important;
}

.front-hero.slider-pro h1.sp-layer {
    font-family: 'Barlow';
    line-height: 1 !important;
    color: #dcdcdc;
    white-space: normal !important;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}

.front-hero.slider-pro .et_pb_button_module_wrapper {
    transform: scale(1) !important;
}

.front-hero.slider-pro h3.sp-layer {
    color: #e72623;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}

.front-hero .font-80 {
    font-size: 80px !important;
}

.front-hero .font-60 {
    font-size: 60px !important;
}

.front-hero .font-50 {
    font-size: 50px !important;
}

.front-hero .font-40 {
    font-size: 40px !important;
}

.front-hero .sp-slide .red-list-dot:before {
    content: '\02022';
    color: #d81f26;
    margin-right: 0.5rem;
}

.front-hero.slider-pro .sp-buttons {
    position: absolute;
    bottom: 2rem;
}

.front-hero.slider-pro .sp-buttons .sp-button {
    border: none;
    background-color: #acacac;
}

.front-hero.slider-pro .sp-buttons .sp-button.sp-selected-button {
    background-color: #ed1c24;
}

@media (max-width: 769px) {
    .front-hero .font-60 {
        font-size: 50px !important;
    }

    .front-hero .font-50 {
        font-size: 40px !important;
    }
}

@media (max-width: 640px) {
    .front-hero .font-60 {
        font-size: 40px !important;
    }

    .front-hero .font-50 {
        font-size: 30px !important;
    }
}

@media (max-width: 426px) {

    /* Bottom Center the button for easy access */
    .front-hero.slider-pro .et_pb_button_module_wrapper {
        top: 70% !important;
        left: 0 !important;
        width: 100% !important;
        text-align: left !important;
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }

    /* Center align the header text */
    .front-hero.slider-pro h1 {
        width: 100% !important;
        left: 0 !important;
        font-size: 25px !important;
        white-space: normal !important;
        text-align: left !important;
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }

    /* Center align the sub-header text */
    .front-hero.slider-pro h3 {
        width: 100% !important;
        left: 0 !important;
        font-size: 18px !important;
        white-space: normal !important;
        text-align: left !important;
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }

    .front-hero.slider-pro .sp-slide > img {
        left: 0 !important;
        margin-left: 1.5rem;
        transform: translateX(0) !important;
    }

    .front-hero.slider-pro .sp-buttons {
        bottom: 0;
    }
}

.latest-projects,
.latest-articles {
    padding-bottom: 2rem;
    position: relative;
}

/* Get the directly childed element below the CSS style to make it centered */
.latest-projects > .et_pb_column,
.latest-articles > .et_pb_column {
    text-align: center;
}

.latest-projects .card {
    border: 1px solid #dcdcdc;
    text-align: center;
    background-color: #dcdcdc;
    margin-left: 5px;
    margin-right: 5px;
}

/* Center the card only in smaller resolutions */
@media (max-width: 769px) {
    .latest-projects .card {
        /* margin: 0 auto; */
    }
}

.latest-articles .article-description {
    text-align: left;
}

.latest-articles .card,
.latest-articles .article-featured-image {
    text-align: center;
    background-color: #dcdcdc;
}

.latest-projects .card,
.latest-articles .card,
.latest-articles .article-featured-image {
    position: relative;
    overflow: hidden;
    display: inline-block;
}

.latest-projects img,
.latest-articles img {
    margin-bottom: 0;
    padding-bottom: 0;
    vertical-align: top;
    margin-left: auto;
    margin-right: auto;
}

.latest-projects .card-img-overlay,
.latest-articles .card-img-overlay {
    position: absolute;
    top: 1.5rem;
    bottom: 1.5rem;
    left: 1.5rem;
    right: 1.5rem;
    background-color: rgba(216, 31, 38, 0);
    border-bottom-right-radius: 75px;
    padding: 1rem;
    transition: background-color 0.3s ease-in-out;
}

.latest-projects .card:hover .card-img-overlay,
.latest-articles .card:hover .card-img-overlay,
.latest-articles .article-featured-image:hover .card-img-overlay {
    background-color: rgba(216, 31, 38, 0.7);
}

.latest-projects .card-img-overlay:before,
.latest-articles .card-img-overlay:before {
    content: '+';
    position: absolute;
    top: auto;
    bottom: 0;
    left: 50%;
    right: auto;
    color: white;
    font-size: 50px;
    text-align: center;
    transform: translate(-50%, 50%);
    font-weight: 100;
    opacity: 0;
    transition: opacity 0.3s ease-in-out, bottom 0.3s ease-in-out;
}

.latest-projects .card:hover .card-img-overlay:before,
.latest-articles .card:hover .card-img-overlay:before,
.latest-articles .article-featured-image:hover .card-img-overlay:before {
    opacity: 1;
    bottom: 50%;
}

.latest-projects .card-img-overlay .overlay-body,
.latest-articles .card-img-overlay .overlay-body {
    bottom: -100px;
    top: auto;
    position: absolute;
    opacity: 0;
    transition: opacity 0.3s ease-in-out, bottom 0.3s ease-in-out;
    left: 1.5rem;
}

.latest-projects .card:hover .card-img-overlay .overlay-body,
.latest-articles .card:hover .card-img-overlay .overlay-body,
.latest-articles .article-featured-image:hover .card-img-overlay .overlay-body {
    bottom: 10px;
    opacity: 1;
    margin-right: 3rem;
}

.latest-projects .card .card-img-overlay .overlay-body .card-text {
    text-align: left;
    font-style: italic;
    font-family: 'PT Serif', Georgia, "Times New Roman", serif;
    font-size: 15px;
}

.latest-projects .card .card-img-overlay .overlay-body h5 {
    font-size: 18px;
    padding-bottom: 0;
    text-align: left;
}

.latest-projects .card-img-overlay .overlay-body h5, .latest-projects .card-img-overlay .overlay-body p {
    color: white;
}

.latest-projects .latest-client > a {
    font-family: 'PT Serif', Georgia, "Times New Roman", serif;
    font-style: italic;
    font-size: 20px;
    color: #1c1f2a;
}

.latest-projects .latest-client > a:hover {
    border-bottom: 1px solid #1c1f2a;
}

.latest-projects .latest-category > a {
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 600;
    color: #95969c;
    letter-spacing: 1px;
}

.latest-projects .latest-category > a:hover {
    border-bottom: 1px solid #95969c;
}

.latest-articles .latest-categories,
.latest-articles .latest-categories a,
.latest-articles .latest-categories a:link,
.latest-articles .latest-categories a:visited {
    color: #b2b2b2;
    text-transform: uppercase;
    font-size: 11px;
}

.latest-articles .latest-categories a,
.latest-articles .latest-categories a:link,
.latest-articles .latest-categories a:visited {
    margin: 1.5rem 1rem;
    display: inline-block;
}

@media (max-width: 426px) {
    .latest-articles .latest-categories a,
    .latest-articles .latest-categories a:link,
    .latest-articles .latest-categories a:visited {
        margin: 0 3%;
    }
}

.latest-articles .latest-categories a:first-child {
    margin-left: 0 !important;
}

.latest-articles .latest-date {
    color: #b2b2b2;
    font-size: 12px;
    text-transform: capitalize;
    font-family: 'PT Serif', Georgia, "Times New Roman", serif;
    font-style: italic;
}

.latest-articles .article-wrapper {
    display: flex;
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
}

@media (max-width: 769px) {
    .latest-articles .article-wrapper {
        justify-content: center;
    }
}

.latest-articles.blank-article {
    height: 0;
    margin-top: 0;
    margin-bottom: 0;
}

.article-wrapper .article-featured-image {
    width: 37%;
    margin-right: 3%;
    display: block;
    vertical-align: top;
}

@media (max-width: 768px) {
    .article-wrapper .article-featured-image {
        flex: 0 0 100%;
    }
}

.article-wrapper .article-description {
    width: 58%;
    vertical-align: top;
}

@media (max-width: 769px) {
    .article-wrapper .article-description {
        width: 100%;
    }
}

.latest-articles {
    padding-bottom: 0;
    margin: 1rem;
}

.article-description .latest-categories > a {
    margin-top: 0 !important;
}

.article-description .article-title {
    margin-bottom: 1rem;
}

.article-description .article-content {
    margin-bottom: 1rem;
}

.blog .latest-articles {
    margin: 0;
    margin-bottom: 3rem;
}

.sobe-overlay .et_pb_image_wrap:before,
.sobe-overlay .latest-image-overlay:before,
.sobe-overlay .entry-featured-image-url:before {
    content: '';
    position: absolute;
    top: 1.5rem;
    bottom: 1.5rem;
    left: 1.5rem;
    right: 1.5rem;
    display: block;
    background-color: rgba(216, 31, 38, 0);
    border-bottom-right-radius: 75px;
    z-index: 10;
    transition: background-color 0.3s ease-in-out;
}


.sobe-overlay:hover .et_pb_image_wrap:before,
.sobe-overlay:hover .latest-image-overlay:before,
.sobe-overlay:hover .entry-featured-image-url:before {
    background-color: rgba(216, 31, 38, 0.7);
}

.sobe-overlay .et_pb_image_wrap:after,
.sobe-overlay .latest-image-overlay:after,
.sobe-overlay .entry-featured-image-url:after {
    content: '+';
    position: absolute;
    top: auto;
    bottom: 0;
    left: 50%;
    color: white;
    font-size: 50px;
    z-index: 10;
    font-weight: 100;
    opacity: 0;
    transition: opacity 0.3s ease-in-out, bottom 0.3s ease-in-out;
}

.sobe-overlay:hover .et_pb_image_wrap:after,
.sobe-overlay:hover .latest-image-overlay:after,
.sobe-overlay:hover .entry-featured-image-url:after {
    opacity: 1;
    bottom: 50%;
}


.footer-widget ul.menu li:before {
    content: none !important;
}

.footer-widget ul.menu li {
    padding-left: 0 !important;
    font-size: 14px;
}

.footer-widget ul.menu li.social-menu {
    float: left;
    width: 49%;
}

.footer-widget ul.menu li.social-menu > a {
    color: #80868e !important;
    /*text-decoration: underline !important;*/
    text-transform: uppercase;
    font-size: 12px;
}

.footer-widget ul.menu li.social-menu > a:hover {
    border-bottom: 1px solid #80868e;
}

.footer-widget .title {
    color: white !important;
    font-size: 16px;
    line-height: 1.5;
}

.footer-widget .menu li.fancy-contact > a {
    color: #e72623 !important;
    font-family: 'PT Serif', Georgia, "Times New Roman", serif;
    font-style: italic;
}

#main-footer .footer-widget .et_pb_widget {
    float: none;
    margin: auto;
}

div#footer-widgets {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

#footer-widgets {
    padding: 3% 0 0;
}

.footer-widget {
    display: flex;
    flex: 1 1 auto;
    margin-right: 0;
    margin-top: auto;
}

.footer-widget .textwidget a {
    font-family: 'PT Serif', Georgia, "Times New Roman", serif;
    font-weight: 300;
    font-style: italic;
    font-size: 18px !important;
    line-height: 3rem;
    color: #e72623 !important;
    white-space: nowrap;
    display: flex;
    align-items: baseline;
}

#main-footer .footer-widget:first-child .et_pb_widget.widget_media_image {
    margin-left: 0;
}

#main-footer .footer-widget:nth-child(2) .et_pb_widget.widget_media_image {
    margin-left: auto;
    margin-right: 0;
}

@media (max-width: 426px ) {

    #main-footer .footer-widget .et_pb_widget {
        margin: auto !important;
    }

    .footer-widget ul.menu li.social-menu {
        text-align: center;
    }
}


@media all and (max-width: 981px) {
    #footer-widgets {
        padding: 7% 0 0;
    }

    #footer-widgets .footer-widget:first-child {
        width: 100% !important;
        text-align: center;
        margin-right: 0 !important;
    }

    #footer-widgets .footer-widget:first-child > div {
        margin: 0 auto !important;
    }
}

@media all and (max-width: 768px) {
    #footer-widgets {
        padding: 7% 0 0;
    }

    #footer-widgets .footer-widget {
        width: 49% !important;
        text-align: center;
        margin-right: 0 !important;
    }

    #footer-widgets .footer-widget:first-child {
        width: 100% !important;
        text-align: center;
        margin-right: 0 !important;
    }
}

@media (max-width: 430px) {
    #footer-widgets {
        padding: 10% 0 0;
    }

    #footer-widgets .footer-widget {
        width: 100% !important;
        text-align: center;
        margin-right: 0 !important;
    }
}


@media all and (min-width: 981px) {
    .et_pb_gutters3 .footer-widget {
        margin-bottom: 3% !important;
    }
}


.slick-dots li button:before {
    font-size: 10px !important;
    color: #acacac !important;
    opacity: 1 !important;
}

.slick-dots li.slick-active button:before {
    opacity: 1 !important;
    color: #ed1c24 !important;
}

.slick-dotted.slick-slider {
    margin-bottom: 0 !important;
}


.et_pb_text ul {
    padding-left: 2rem;
}

.et_pb_text ul > li {
    list-style: none;
    position: relative;
    line-height: 1.25rem;
    margin-bottom: 1rem;
}

.et_pb_text ul > li:before {
    content: '';
    font-size: 1.25rem;
    position: absolute;
    left: -2rem;
    border: 3px solid red;
    width: 5px;
    height: 5px;
    top: 0.25rem;
    border-bottom-right-radius: 35%;
}


.et_pb_contact p input::placeholder,
.et_pb_contact p textarea::placeholder,
.et_pb_subscribe .et_pb_contact_field input::placeholder,
.et_pb_subscribe .et_pb_contact_field textarea::placeholder {
    text-transform: uppercase;
    color: #1c1f2a !important;
    opacity: 1 !important;
}

.home .mobile_menu_bar:before {
    color: white !important;
}


.blog .sobe_news.et_pb_section,
.search .sobe_news.et_pb_section,
.archive .sobe_news.et_pb_section {
    background-color: #f2f2f2 !important;
}

.blog .sobe_news.et_pb_fullwidth_section .et_pb_post_title,
.search .sobe_news.et_pb_fullwidth_section .et_pb_post_title,
.archive .sobe_news.et_pb_fullwidth_section .et_pb_post_title {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
}

.et_pb_fullwidth_section .et_pb_post_title .et_pb_title_container {
    width: 100%;
}

a.read-more {
    font-family: 'PT Serif', Georgia, "Times New Roman", serif;
    font-style: italic;
    font-size: 12px;
}

/* Pagination buttons */
.pagination {
    padding: 0;
    text-align: right;
}

.pagination li {
    font-family: 'PT Serif', Georgia, "Times New Roman", serif;
    font-style: italic;
    display: inline-block;
}


.pagination li > a {
    padding: 1rem;
}

/* Widget Search area */
.widget_search button#searchsubmit {
    border: 1px solid #cccccc;
    border-radius: 0;
    background: white;
    color: #cccccc;
    bottom: 0;
    width: 50px !important;
    height: 50px;
}

.widget_search input#s, .widget_search input#searchsubmit {
    border: 1px solid #cccccc;
    border-radius: 0 !important;
    height: 50px !important;
}

.widget_search input#s::placeholder {
    color: #000000;
}

.et_pb_widget .widgettitle {
    font-size: 12px;
    margin-bottom: 0.5rem;
}

.widget_tag_cloud .tagcloud .tag-cloud-link {
    border: 1px solid #cccccc;
    background: white;
    border-radius: 0;
}

@media (min-width: 981px) {
    #left-area {
        width: 76.125%;
    }

    #sidebar {
        width: 23.875%;
        padding-left: 0 !important;
    }
}

.sobe_widget_recent_entries .media {
    display: flex;
    flex-direction: row;
    margin-bottom: 1rem;
}

.sobe_widget_recent_entries .media > a {
    width: 80px;
    flex: none;
    margin-right: 0.5rem;
}

.sobe_widget_recent_entries .media-body .post-title {
    line-height: 1.4;
}

.sobe_widget_recent_entries .media-body .post-date {
    font-family: 'PT Serif', Georgia, "Times New Roman", serif;
    color: #a6a6a6;
    font-size: 12px;
    font-style: italic;
}

.single-post .et_pb_fullwidth_section .et_pb_post_title {
    padding-bottom: 0;
}

.single-pagination .previous-link:before,
.single-pagination .next-link:after {
    color: rgb(231, 38, 35);
    font-family: ETmodules;
    font-size: 19px;
    font-style: normal;
    font-weight: 400;
    vertical-align: middle;
    opacity: 1;
    text-shadow: none;
    text-transform: none;
    transition-delay: 0s;
    transition-duration: 0.3s;
    transition-property: all;
    transition-timing-function: ease;
    -webkit-font-smoothing: antialiased;
}

.single-pagination .previous-link:before {
    content: "#";
    margin-right: 0.5rem;
}

.single-pagination .next-link:after {
    content: "$";
    margin-left: 0.5rem;
}

.single-pagination a {
    color: #1c1f2a;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 2px;
    font-size: 10px !important;
    font-weight: 700 !important;
}

.single .article-date {
    font-family: 'PT Serif', Georgia, "Times New Roman", serif;
    color: #a6a6a6;
    font-size: 14px;
    font-style: italic;
    text-align: center;
    margin: 1rem;
}

.single-pagination {
    display: flex;
    flex-direction: row;
    width: 100%;
}

.single-pagination .previous-link, .single-pagination .next-link {
    flex: 2;
    text-align: center;
    position: relative;
}


.single-fullwidth-banner {
    text-align: center;
    margin: 4rem 0;
    max-height: 500px;
    overflow: hidden;
    position: relative;
}

.single-fullwidth-banner img,
.projects-fullwidth-banner img {
    width: 100%;
}

.projects-fullwidth-banner {
    text-align: center;
    margin: 4rem 0;
    max-height: 700px;
    overflow: hidden;
    position: relative;
}

.single-tags {
    margin-top: 3rem;
}

.single-tags a {
    background-color: #dcdcdc;
    color: black;
    margin-right: 0.5rem;
    padding: 0.25rem 0.5rem;
    font-size: 12px;
    display: inline-block;
    margin-bottom: 0.5rem;
}

.after-single-related {
    text-align: center;
}

.sobe-projects.et_pb_fullwidth_section .et_pb_post_title,
.single-project .et_pb_fullwidth_section .et_pb_post_title {
    padding: 3% 0 !important;
}

@media (max-width: 430px) {
    .sobe-projects.et_pb_fullwidth_section .et_pb_post_title {
        padding: 80px 0 !important;
    }
}

.sobe-projects-cat.et_pb_section {
    background-color: #f2f2f2;
    padding: 2% 0;
}

.sobe-projects-cat ul > li {
    display: inline-block;
}

.sobe-projects-cat ul > li > a {
    padding: 0 2rem;
    color: #9c9ea2;
    text-transform: uppercase;
    display: block;
    font-size: 14px;
}

.sobe-projects-cat ul > li > a.active {
    color: #e72623;
}

.sobe-projects-cat ul > li {
    border-right: 1px solid #a8a9ad;
    margin: 0.5rem 0;
}

.sobe-projects-cat ul > li:first-child > a {
    /*padding-left: 0; */
    line-height: 1.25rem;
}

.sobe-projects-cat ul > li:last-child {
    border-right: none;
}

.sobe-project-listing {
    display: flex;
    flex-direction: row;
    width: 100%;
    flex-wrap: wrap;
}

.sobe-project-listing .latest-articles {
    flex: 1 1 30%;
    width: 30%;
}

@media (max-width: 768px) {
    .sobe-project-listing .latest-articles {
        flex: 1 1 40%;
        width: 40%;
    }
}

@media (max-width: 426px) {
    .sobe-project-listing .latest-articles {
        flex: 1 1 100%;
        width: 100%;
    }
}

@media (max-width: 426px) {
    .sobe-projects-cat.et_pb_section {
        text-align: center;
    }

    .sobe-projects-cat ul > li {
        border-right: none !important;
        display: block;
    }

    .sobe-projects-cat ul > li > a {
        padding: 0;
    }
}

.sobe-project-listing .overlay-body .text-white, .sobe-project-listing .overlay-body .card-text {
    color: white;
    text-align: left;
}

@media (max-width: 769px) {
    .sobe-project-listing .card .card-img-overlay .overlay-body h5 {
        font-size: 14px;
    }
}

.start-project {
    text-align: center;
    margin-bottom: 3rem;
    margin-top: 5rem;
}

.after-project-related {
    text-align: center;
    background-color: #f2f2f2;
    padding: 4rem 0;
    margin-top: 5rem;
}

.rotated-inline-text.et_pb_text .et_pb_text_inner {
    display: flex;
    align-items: center;
}

.rotated-inline-text.et_pb_text .et_pb_text_inner * {
    margin-right: 1rem;
    /* font-size: 10px; */
}

@media (max-width: 426px) {
    .rotated-inline-text.et_pb_text .et_pb_text_inner {
        display: none;
    }
}

/* Special "Diamant" page colorations - Stick the class on any Section or Row */
.page-diamant .et_pb_button:after {
    color: #bda881;
}

.page-diamant h3,
h3.page-diamant {
    color: #bda881 !important;
}

.page-diamant .slick-dots li.slick-active button:before {
    color: #bda881 !important;
}

@media (max-width: 769px) {
    .mobile-reverse-order {
        flex-direction: column-reverse;
        display: flex;
    }

    .mobile-reverse-order .et_pb_column {
        padding-bottom: 30px;
    }
}


/*-----Page boutique corpo------*/

.flex-section,
.intro_bout {
    display: flex;
}

.max-width {
    max-width: 1229px;
    margin: 0 auto;
}

.intro_bout {
    position: relative;
    background-color: #141D2C;
    min-height: 765px;
    align-items: center;
}

.img_intro_bout {
    position: absolute;
    right: 0;
    bottom: 0;
    opacity: 0;
    -webkit-animation: fade-in 1s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
    animation: fade-in 1s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}

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

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


.text_intro {
    padding-right: 55%;
}

.text_intro h1 {
    color: white;
    margin-bottom: 20px;
}

.intro_bout p {
    color: white;
    margin-bottom: 20px;
}

.bold {
    font-weight: bold;
}

.italic {
    font-style: italic;
    font-family: 'PT Serif', Georgia, "Times New Roman", serif;
    font-weight: 300;
}

.rouge {
    color: #d81f26 !important;
}

.service-conseil,
.pourquoi {
    padding: 150px 0;
}

.align-center {
    text-align: center;
}

.text_gauche_gros,
.text_droite_petit,
.text_section {
    width: 50%;
}

.service-conseil span {
    font-weight: 400;
}

.expedition_truck {
    margin: 40px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.expedition_truck svg {
    margin-right: 20px;
}

.font24 {
    font-size: 22px !important;
    line-height: 30px;
}

.text_gauche_gros {
    padding-right: 50px;
}

.img_full_width {
    margin: 0 auto;
    display: block;
}

.pourquoi .flex-section {
    padding: 40px 0 100px;
}

.text_section {
    padding-right: 27px;
}

.a {
    display: none;
}

.q {
    position: relative;
    background-color: #F0F0F0;
    padding: 20px 45px 20px 20px;
    margin: 20px 0;
    cursor: pointer;
}

.q img {
    position: absolute;
    right: 15px;
    top: 15px;
    transition: 1s;
}

.rotate {
    transform: rotate(45deg);
}

.uppercase {
    text-transform: uppercase;
}

.reponse,
.liste {
    display: flex;
    border-bottom: 1px solid #F0F0F0;
    align-items: center;
}

.text_boutique .reponse:last-child {
    border-bottom: 1px solid transparent;
}

.reponse svg,
.liste svg {
    margin-right: 20px;
}

.reponse p,
.liste p {
    margin: 10px 0;
    max-width: 75%;
}

.pad-text {
    padding: 30px 0;
}

.plusieurs_forfaits {
    padding: 100px 0;
}

.text_boutique {
    padding-left: 90px;
    padding-top: 20px;
}

.flex-start {
    justify-content: flex-start;
}

.text_boutique h2 {
    margin-bottom: 20px;
}

.performante {
    background-color: #141d2c;
    background-image: linear-gradient(124deg, #141d2c 0%, #232529 100%);
    min-height: 737px;
    position: relative;
    display: flex;
    align-items: center;
}

.img_performante {
    position: absolute;
    height: 100%;
    width: 50%;
    top: 0;
    right: 0;
}

.text_performante {
    padding-right: 55%;
}

.text_performante p,
.text_performante h2 {
    color: white;
    margin-bottom: 20px;
}

.text_performante h2 {
    margin-top: 20px;
}

.fonctionnalite {
    padding: 100px 0 0;
    justify-content: space-between;
}

.fonction {
    max-width: 355px;
}

.size-img {
    min-height: 140px;
    display: flex;
    align-items: center;
}

.fonction ul {
    list-style-type: disc;
    padding-left: 20px;
}

.fonction ul li::marker {
    color: #d81f26;
}

.fonction li {
    margin-bottom: 10px;
}

.demo {
    background-color: #000000;
    background-image: linear-gradient(108deg, #000000 0%, #141d2c 100%);
    position: relative;
    height: 300px;
    margin-bottom: 200px;
    margin-top: 200px;
    display: flex;
    align-items: center;
}

.img_demo {
    position: absolute;
    top: -116px;
    right: 45px;
}

.text_demo {
    padding: 40px 50% 40px 40px;
}

.text_demo h2 {
    color: white;
    margin-bottom: 30px;
}

.question {
    margin-bottom: 200px;
}

.question .align-center {
    margin: 40px 0;
}

.reveal {
    opacity: 0;
    transition: 1s;
}

.reveal.active {
    opacity: 1;
}

.font10 {
    font-size: 10px;
}


.btn-demo {
    background-color: #d81f26;
    padding: 10px 20px;
    transition: 1s;
    margin: 0;
    letter-spacing: 2px;
    color: white !important;
}

.btn-demo:hover {
    color: #d81f26 !important;
    background-color: white;
}

.text_intro h1 .italic {
    font-family: 'Barlow', Helvetica, Arial, Lucida, sans-serif;
    font-weight: bold;
}

@media screen and (max-width: 1900px) {
    .single-post #main-content,
    .blog #main-content {
        padding-bottom: 150px;
    }
}

@media screen and (max-width: 1800px) {
    .max-width {
        max-width: 100%;
        padding: 0 5%;
    }

    .text_intro {
        padding-right: 71%;
    }

    .service-conseil, .pourquoi {
        padding: 100px 5%;
    }

    .demo {
        margin: 200px 5%;
    }
}

@media screen and (max-width: 1600px) {
    .img_intro_bout {
        max-width: 50%;
        bottom: initial;
        top: 0;
    }
}

@media screen and (max-width: 1400px) {
    .img_demo {
        right: 0;
    }

    .text_demo {
        padding: 40px 53% 40px 40px;
    }
}

@media screen and (max-width: 1250px) {
    .text_intro {
        padding-right: 60%;
    }

    .intro_bout {
        min-height: 608px;
    }
}

@media screen and (max-width: 1200px) {

    .single-post #main-content,
    .blog #main-content {
        padding-bottom: 0;
    }
    .flex-section, .intro_bout {
        display: block;
    }

    .img_intro_bout,
    .img_performante {
        position: initial;
    }

    .text_intro {
        padding: 50px 0;
    }

    .text_gauche_gros, .text_droite_petit, .text_section {
        width: 100%;
        margin-bottom: 40px;
    }

    .text_plusieurs {
        margin-bottom: 40px;
    }

    .text_boutique {
        padding-bottom: 40px;
        padding-left: 0;
    }

    .text_performante {
        padding-right: 0;
        padding-top: 50px;
    }

    .img_performante {
        height: 624px;
        width: 100%;
    }

    .fonction {
        max-width: 100%;
    }

    .demo {
        margin: 200px 0%;
    }

    .text_gauche_gros {
        padding-right: 0px;
    }

    .text_demo {
        padding: 40px 55% 40px 40px;
    }

    .demo {
        height: auto;
        min-height: 300px;
    }
}

@media screen and (max-width: 1045px) {
    .img_demo {
        position: initial;
    }

    .demo {
        height: auto;
        margin: 100px 0%;
    }

    .text_demo {
        padding: 40px;
    }
}

@media screen and (max-width: 640px) {
    .text_intro h1 {
        font-size: 26px;
    }

    .font24 {
        font-size: 15px !important;
        line-height: 23px;
    }

    .img_intro_bout {
        max-width: 100%;
    }

    .service-conseil, .pourquoi {
        padding: 40px 5%;
    }

    .page-template-template-boutique-corpo h2 {
        font-size: 24px !important;
    }

    .pourquoi .flex-section {
        padding: 40px 0 0px;
    }

    .q {
        padding: 20px 46px 20px 20px;
    }

    .liste p,
    .reponse p {
        width: 75%;
    }

    .img_performante {
        height: 274px;
    }

    .question {
        margin-bottom: 50px;
    }

    .btn-demo {
        letter-spacing: 0px;
    }

    .question .align-center {
        margin: 20px 0;
    }

    .text_demo {
        padding: 40px 0;
    }
}