/*---------------------------------------------------------------------------------

 Theme Name:   Divifoxx
 Theme URI:    https://divifoxx.com/
 Description:  Description
 Author:       Mayank Singh Yadav
 Author URI:   https://divifoxx.com/
 Template:     Divi
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html

------------------------------ ADDITIONAL CSS HERE ------------------------------*/

/*=====================================
GLOBAL CSS
========================================*/

/*---- CONTATCT FORM FULL WIDTH BTN ----*/
.contact-form .et_contact_bottom_container {
    width: 100%;
    flex-direction: column;
    gap: 1em;
    padding-left: 3%;
}

.contact-form .et_contact_bottom_container button {
    width: 100%;
    margin: 0;
}

/*Make The Divi Contact Form Checkbox Or Radio Buttons Inline*/

.contact-form .et_pb_contact_field_options_list span {
    display: inline-block;
    margin-right: 30px;
}


/*place button modules next to each other in the same column*/
.df-inline-buttons .et_pb_button_module_wrapper {
    display: inline-block;
}

/*--------- IMAGE ZOOM + LINES HOVER EFFECT ------*/
.df-image-lines-hover-effect .et_pb_image_wrap::before {
    content: "";
    width: 90%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 5%;
    z-index: 9;
    border-left: 2px solid rgba(255, 255, 255, 1);
    border-right: 2px solid rgba(255, 255, 255, 1);

    transform: scale(1, 0);
    transition: 500ms;
}

.df-image-lines-hover-effect:hover .et_pb_image_wrap::before {
    transform: scale(1, 1);
}

.df-image-lines-hover-effect .et_pb_image_wrap::after {
    content: "";
    width: 100%;
    height: 90%;
    position: absolute;
    top: 5%;
    left: 0;
    z-index: 9;
    border-top: 2px solid rgba(255, 255, 255, 1);
    border-bottom: 2px solid rgba(255, 255, 255, 1);
    transform: scale(0, 1);
    transition: 500ms;
}

.df-image-lines-hover-effect:hover .et_pb_image_wrap::after {
    transform: scale(1, 1);
}

/*=================================
SLIDEBAR MENU
=================================*/

/*---- Menu Button ----*/
/* Icon CSS */
.df-icon-btn {
    padding: 0px !important;
    background: #B8978C !important;
    border-radius: 5px;
    border: 2px solid #e4e7ee;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-box-shadow: 0px 0px 0px 0px;
    box-shadow: 0px 0px 0px 0px;
    z-index: 1;
}

.df-icon-btn:after {
    padding: 7px 15px 7px 9px;
    display: block;
    position: relative;
    /* -webkit-transition: all 0.5s ease; */
    color: #fff !important;
    font-size: 20px !important;
}

.df-icon-btn:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    display: block !important;
    background-color: #B8978C;
    transform: scale(0);
    transition: all 0.4s;
    border-radius: inherit;
    opacity: 1;
    z-index: -1;
}

.df-icon-btn:hover:before {
    transform: scale(1);
}

.df-icon-btn.dct_h_popup_icon_v2:after {
    padding: 0px 5px;
}

/*---- Slidebar Starts Here -----*/
.df_slide_In_demo .et_pb_button_wrapper .et_pb_button {
    background-color: #B8978C !important;
}

/* Show/hide the popup overlay wrapper when "is-visible" class changes, apply the CSS to frontend only */

body:not(.et-fb) .df-popup-wrapper .df-sidebar-contents {
    position: fixed;
    z-index: 990;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transition: all .5s cubic-bezier(.14, .06, .41, 1.39);
    opacity: 0;
    visibility: hidden;

}

body:not(.et-fb) .df-popup-wrapper.popup-is-visible .df-sidebar-contents {
    opacity: 1;
    visibility: visible;

}

/* Allow the content inside the popup wrapper to scroll */
.df-popup-inside {
    height: 100%;
    overflow-y: scroll;
}


/* Prevent Body from Scrolling when Popup is visible */
body.df-noscroll {
    overflow-y: scroll;
}

/* Center Align Popup Content inside the Section */
.df-sidebar-contents {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.df-sidebar-contents .et_pb_row {
    margin-top: 0;
    margin-bottom: 0;
}


/* Adjust the position of the popup overlay for admin bar */
@media (min-width:600px) and (max-width:782px) {
    body:not(.et-fb).admin-bar .df-popup-wrapper {
        top: 46px;
    }
}

@media (min-width:783px) {
    body:not(.et-fb).admin-bar .df-popup-wrapper {
        top: 32px;
    }
}

/* Mave the popup on top of other elements */
.et_builder_inner_content.popup-is-visible {
    z-index: 99999;
}

/* Add a hand cursor to the close trigger element */
.df-close-icon-button {
    cursor: pointer;
}

/*Slide In Css Start Here*/
.df_slidein {
    overflow: visible !important;
}

.df_slidein:after {
    content: "";
    position: absolute;
    bottom: 40px;
    left: 10px;
    width: calc(100% - 20px);
    height: 80%;
    background-color: #B8978C;
    border-radius: inherit;
    z-index: -1;
    transition: all 0.2s;
    opacity: 0;
}

.df_slidein .et_pb_button_module_wrapper {
    background: #fff;
    padding-bottom: 15px;
}

.df_slidein:hover:after {
    bottom: -15px;
    transition: all 0.2s;
    opacity: 1;
}

.df_feature_info .et_pb_main_blurb_image {
    margin-bottom: 20px;
}

.df_feature_info .et_pb_main_blurb_image .et_pb_image_wrap .et-pb-icon {
    color: #B8978C;
}

.df_feature_info .et_pb_module_header span {
    color: #B8978C;
}

.df_scale_in .df_contact .et_contact_bottom_container {
    margin-top: 10px;
    margin-right: 10px;
}


/*Popup Overlay Css Move Up Start Here*/
.df-popup-wrapper .df-sidebar-contents.df_move_up {
    transform: translateY(100%);
    transition: all .4s ease-in-out, width .2s ease-in-out, top .4s ease-in-out !important;
}

body:not(.et-fb) .df-popup-wrapper.popup-is-visible .df-sidebar-contents.df_move_up {
    transform: translateY(-30px);
}

.df_footer_info h4 {
    margin-top: 8px !important;
    font-size: 20px !important;
    font-weight: 600 !important;
}

.df_footer_info .et-pb-icon {
    color: #B8978C !important;
    font-size: 30px !important;
    padding: 10px !important;
    border-radius: 5px;
    font-size: 20px !important;
    background: var(--accent-color) !important;
}

.df-sidebar-contents .df-popup-map_code iframe {
    display: block;
}

.df-sidebar-contents .df_b_info .et_pb_image_wrap {
    height: 60px;
    width: 60px;
    border: 1px solid #eeeeee;
}

.df-sidebar-contents .df_b_info .et_pb_image_wrap img {
    width: 30px;
}


/*Popup Overlay Css Move Down Start Here*/
.df-popup-wrapper .df-sidebar-contents.df_move_downup {
    transform: translateY(-100%);
    transition: all .4s ease-in-out, width .2s ease-in-out, top .4s ease-in-out !important;
}

body:not(.et-fb) .df-popup-wrapper.popup-is-visible .df-sidebar-contents.df_move_downup {
    transform: translateY(0%);
}

/*Popup Overlay Css Move right Start Here*/
.df-popup-wrapper .df-sidebar-contents.df_slide_right {
    transform: translateX(-100%);
    transition: all .8s ease-in-out, width .4s ease-in-out, top .8s ease-in-out !important;
}

body:not(.et-fb) .df-popup-wrapper.popup-is-visible .df-sidebar-contents.df_slide_right {
    transform: translateX(0%);
}

/*Popup Overlay Css Move Left Here*/
.df-popup-wrapper .df-sidebar-contents.df_sidebar_left {
    transform: translateX(100%);
    transition: all .8s ease-in-out, width .4s ease-in-out, top .8s ease-in-out !important;
}

body:not(.et-fb) .df-popup-wrapper.popup-is-visible .df-sidebar-contents.df_sidebar_left {
    transform: translateX(0%);
}

/* Add Row animation when popup is triggered */

.df-close-icon-button .et_pb_icon_wrap .et-pb-icon {
    color: #B8978C !important;
    transition: all 0.8s;
}

.df-close-icon-button:hover .et_pb_icon_wrap .et-pb-icon {
    color: #B8978C !important;
    transform: rotate(180deg);
}

/*.df-popup-wrapper.popup-is-visible .et_pb_row:not(.df-close-icon-button)*/
.df-popup-wrapper.popup-is-visible .df_scale_in {
    animation: scale-in .5s cubic-bezier(.14, .06, .41, 1.39) both;
    animation-delay: .5s;
}

/*Popup Overlay Css Move Up Start Here*/
body:not(.et-fb) .df-popup-wrapper .df-sidebar-contents.df_move_up {
    top: unset;
    min-height: auto;
    right: 20px;
}

.df-popup-wrapper .df_move_up {
    transform: translateY(100%);
    transition: all .8s ease-in-out, width .4s ease-in-out, top .8s ease-in-out !important;
}

.df-popup-wrapper.popup-is-visible .df_move_up {
    transform: translateY(-30px);
}


/*Popup Overlay Css Move Down Start Here*/
.df-popup-wrapper .df_move_downup {
    transform: translateY(-100%);
    transition: all .8s ease-in-out, width .4s ease-in-out, top .8s ease-in-out !important;
}

.df-popup-wrapper.popup-is-visible .df_move_downup {
    transform: translateY(0%);
}

/*Popup Overlay Css Slide Right Start Here*/
.df-popup-wrapper .df_slide_right {
    transform: translateX(100%);
    transition: all .8s ease-in-out, width .4s ease-in-out, top .8s ease-in-out !important;
}

.df-popup-wrapper.popup-is-visible .df_slide_right {
    transform: translateX(0%);
}

/*Popup Overlay Css Slide left Here*/
.df-popup-wrapper .df_sidebar_left {
    transform: translateX(0%);
    transition: all .8s ease-in-out, width .4s ease-in-out, top .8s ease-in-out !important;
}

/*============================================
BLOG MODULE CSS
==========================================*/

/*add icon to blog author meta text*/
.df-blogs .post-meta .author a:before {
    content: "\e08a";
    font-family: ETMODULES;
    color: #B8978C;
    font-weight: bold;
    margin-right: 4px;
}

/*add icon to blog category meta text*/
.df-blogs .post-meta>a:before {
    content: "\e078";
    font-family: ETMODULES;
    color: #B8978C;
    font-weight: bold;
    margin-right: 4px;
}


/*add icon to blog published date meta text*/
.df-blogs .post-meta .published:before {
    content: "\e023";
    font-family: ETMODULES;
    color: #fff;
    font-weight: bold;
    margin-right: 4px;
}

/*add icon to blog author meta text*/
.df-blogs-two .post-meta .author a:before {
    content: "\e08a";
    font-family: ETMODULES;
    color: #B8978C;
    font-weight: bold;
    margin-right: 4px;
}

/*add icon to blog category meta text*/
.df-blogs-two .post-meta>a:before {
    content: "\e078";
    font-family: ETMODULES;
    color: #B8978C;
    font-weight: bold;
    margin-right: 4px;
}


/*add icon to blog published date meta text*/
.df-blogs-two .post-meta .published:before {
    content: "\e023";
    font-family: ETMODULES;
    color: #B8978C;
    font-weight: bold;
    margin-right: 4px;
}

/*style the Divi blog link text as a button*/

.et_pb_post a.more-link {
    color: #B8978C !important;
    background: #fff;
    border: 2px solid #B8978C;
    padding: 13px 40px;
    margin-top: 20px;
    border-radius: 50px;
    text-transform: capitalize;
    display: inline-block;
    transition: all 0.3s ease-in-out;
    text-align: center;
}

/*position the blog posts to prepare for moving the meta*/

.df-blogs article {
    position: relative;
}

/*move the Divi Blog post meta published date up over the image*/

.df-blogs .et_pb_blog_grid .et_pb_post .post-meta span.published {
    position: absolute;
    top: 0;
    left: 0;
    margin-bottom: 0;
    color: #ffffff;
    background: #B8978C;
    padding: 15px 30px;
    margin: 15px;
    border-radius: 50px;
}


/*========================================
SERVICES  SECTION IMAGE CSS
======================================*/
.df-image-glass-hover-effect .et_pb_column .et_pb_image .et_pb_image_wrap:before,
.df-image-glass-hover-effect .et_pb_column .et_pb_image .et_pb_image_wrap:after {
    content: "";
    background: #fff;
    height: 0;
    width: 0;
    z-index: 1;
    position: absolute;
    transition-duration: 1.4s !important;
    z-index: 3;
}

.df-image-glass-hover-effect .et_pb_column:hover .et_pb_image .et_pb_image_wrap:before {
    right: 0;
    opacity: 1;
    top: 0;
    height: 0;
    width: 0;
}

.df-image-glass-hover-effect .et_pb_column:hover .et_pb_image .et_pb_image_wrap:after {
    bottom: 0;
    opacity: .7;
    left: 0;
    height: 0;
    width: 0;
}

.df-image-glass-hover-effect .et_pb_column .et_pb_image .et_pb_image_wrap:before,
.df-image-glass-hover-effect .et_pb_column .et_pb_image .et_pb_image_wrap:after {
    height: 100%;
    width: 100%;
    opacity: 0;
}

.df-image-glass-hover-effect .et_pb_column:hover .et_pb_image .et_pb_image_wrap img {
    transform: scale(1);
}

.df-image-glass-hover-effect .et_pb_column .et_pb_image .et_pb_image_wrap img {
    transform: scale(1);
    transition: all 1s;
    overflow: hidden;
}



/*==============================
 ACCORDIAN 
 =============================*/
.df-add-accordion-icon .et_pb_accordion_item.et_pb_toggle_open .et_pb_toggle_title:before {
    display: block;
    content: "\e04f";
}

.et_pb_toggle_title:before {
    content: "\33";
    padding-right: 20px;
    font-size: 30px;
    transition: all .3s ease-in-out;
    color: #fff !important;
}

.et_pb_toggle_open .et_pb_toggle_title:before {
    content: "33";
    padding-right: 20px;
    transform: rotate(180deg);
    color: #1b2336 !important;
    width: 50px;
}


h5.et_pb_toggle_title {
    background-color: #B8978C;
    padding: 20px !important;
}

.et_pb_toggle_open h5.et_pb_toggle_title {
    background-color: #FCF5F2;
    padding: 20px !important;
}

.et_pb_toggle_content {
    padding: 20px;
    box-shadow: 6px 6px 18px 0px rgb(0, 0, 0, 0.1);
}

.et_pb_accordion .et_pb_toggle_open .et_pb_toggle_title:before {
    margin-right: 20px !important;
    color: #fff;
}

/*===============================
TESTIMONAIL
=================================*/
/*---- Arrows -----*/
.df-testimonails .et-pb-slider-arrows {
    position: absolute;
    background: 0 0 !important;
    bottom: 50px;
    right: 50px;
    z-index: 999;
    padding: 0;
}


.df-testimonails .et-pb-arrow-prev {
    left: auto !important;
    right: 0;
}


.df-testimonails .et-pb-arrow-next {
    right: 0 !important;
}

.df-testimonails .et-pb-arrow-next {
    text-align: center;
    opacity: 1;
    position: relative !important;
    background: #B8978C;
    color: #fff;
    width: 90px;
    line-height: 90px;
    display: inline-block;
    height: 90px;
    margin-top: 0 !important;
    border-radius: 10px;
}

.df-testimonails .et-pb-arrow-prev {
    opacity: 1;
    position: relative !important;
    margin-right: 10px;
    background: #B8978C;
    color: #fff;
    text-align: center;
    line-height: 90px;
    width: 90px;
    display: inline-block;
    height: 90px;
    margin-top: 0 !important;
    border-radius: 10px;
}


/*=====================================
OUR TEAM SECTION 
==================================*/


.et_pb_team_member.df_person_module_effect_2 {
    position: relative;
    max-width: 320px;
    overflow: hidden;
}

.df_person_module_effect_2 .et_pb_team_member_image {
    margin: 0;
}

@media (max-width: 980px) and (min-width: 768px) {
    .df_person_module_effect_2 .et_pb_team_member_image {
        width: 320px;
    }
}

.df_person_module_effect_2 * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.45s ease;
    -o-transition: all 0.45s ease;
    transition: all 0.45s ease;
}

.df_person_module_effect_2 .et_pb_team_member_image img {
    opacity: 1;
    vertical-align: top;
    max-width: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.df_person_module_effect_2 .et_pb_team_member_description {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    padding: 24px;
    opacity: 0;
    border-radius: 10px;
    background-color: #FCF6F4;
    /* change member description background color here */
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    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;
    -webkit-transform: scale(0.1) translateX(200%);
    -ms-transform: scale(0.1) translateX(200%);
    transform: scale(0.1) translateX(200%);
    -webkit-box-shadow: 0 0 50px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.5);
}

.df_person_module_effect_2 .et_pb_member_position {
    background-color: #B8978C;
    /* change member position background color here */
    padding: 3px 7px;
    margin-bottom: 5px;
}

.df_person_module_effect_2 .et_pb_team_member_description * {
    max-width: 300px;
}

.df_person_module_effect_2 .et_pb_member_social_links li:last-of-type {
    margin-right: 0px;
}

.df_person_module_effect_2:hover .et_pb_team_member_image>img {
    opacity: 0;
    -webkit-transform: scale(0.1) translateX(-200%);
    -ms-transform: scale(0.1) translateX(-200%);
    transform: scale(0.1) translateX(-200%);
}

.df_person_module_effect_2:hover .et_pb_team_member_description {
    opacity: 1;
    -webkit-transform: scale(1) translateX(0%);
    -ms-transform: scale(1) translateX(0%);
    transform: scale(1) translateX(0%);
}



/*================================================
SIDE BAR CSS
===============================================*/

.et_pb_widget ul li {
    background-color: #FCF6F4;
    padding: 15px;
    border-radius: 50px;

}

.et_pb_sidebar_0.et_pb_widget_area h2:first-of-type {
    background-color: #B8978C;
    padding: 20px;
    box-shadow: 0px 8px 18px -6px rgba(0, 0, 0, 0.1);
    border-radius: 50px;
    margin-bottom: 20px;
}


.et_pb_widget .wp-block-search__button {
    border-radius: 50px;
    position: absolute;
    right: 0;
    top: 0;
    color: #FFFFFF !important;
    border-width: 0px !important;
    font-size: 16px;
    font-family: 'Open Sans', Helvetica, Arial, Lucida, sans-serif !important;
    font-weight: 700 !important;
    background-color: #B8978C;
    padding: 10px 30px !Important;
}

.widget_search input#s,
.widget_search input#searchsubmit,
.et_pb_widget .wp-block-search__input,
.et_pb_widget .wp-block-search__button {
    border-radius: 50px;
    padding: 10px 30px !Important;
    height: 40px !important;
    margin: 0;
    font-size: 14px;
    line-height: normal !important;
    border: 2px solid #B8978C;
    color: #666;
}

/*=======================================
PORTFOLO SECTION CSS
=====================================*/

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

.df_portfolio .et_pb_portfolio_filters>ul {
    display: inline-block;
    box-shadow: 0 0 55px 2px rgba(0, 0, 0, 0.01);
}

.df_portfolio.et_pb_filterable_portfolio .et_pb_portfolio_filters li:first-child a,
.df_portfolio.et_pb_filterable_portfolio .et_pb_portfolio_filters li:last-child a {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.df_portfolio.et_pb_filterable_portfolio .et_pb_portfolio_filters li a,
.df_portfolio .et_pb_portofolio_pagination ul li a {
    border: 2px solid #f9f9f9;
    margin: -2px -2px 0 0;
    background-color: #fff;
    -webkit-transition: all 0.65s ease;
    -o-transition: all 0.65s ease;
    transition: all 0.65s ease;
    border-radius: 10px;
}

.df_portfolio .et_pb_portofolio_pagination {
    text-align: center;
    border-top: none;
    margin-top: 40px;
}

.df_portfolio .et_pb_portofolio_pagination ul {
    display: inline-block;
    box-shadow: 0 0 55px 2px rgba(0, 0, 0, 0.01);
}

.df_portfolio .et_pb_portofolio_pagination ul li {
    padding: 0;
}

.df_portfolio .et_pb_portofolio_pagination ul li a {
    padding: 10px 12px;
}

.df_portfolio .et_pb_portfolio_item {
    z-index: 1;
    -webkit-transition: z-index 0.65s ease;
    -o-transition: z-index 0.65s ease;
    transition: z-index 0.65s ease;
}

.df_portfolio .et_pb_portfolio_item:hover {
    z-index: 999;
}

/* end */
.df_portfolio .et_pb_portfolio_item h2 {
    margin-top: 0 !important;
}

.df_portfolio h2.et_pb_module_header,
.df_portfolio p.post-meta {
    position: absolute;
    opacity: 0;
    left: 50%;
    -webkit-transform: translatex(-50%);
    -ms-transform: translatex(-50%);
    transform: translatex(-50%);
    width: auto;
    height: auto;
    text-align: center;
    padding: 0;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-transition-delay: 0.05s;
    -o-transition-delay: 0.05s;
    transition-delay: 0.05s;
}

.df_portfolio h2.et_pb_module_header {
    top: 80px;
}

.df_portfolio p.post-meta {
    bottom: 80px;
}


.df_portfolio .et_pb_portfolio_item:hover h2.et_pb_module_header,
.df_portfolio .et_pb_portfolio_item:hover p.post-meta {
    opacity: 1;
    -webkit-transition-delay: 0.55s;
    -o-transition-delay: 0.55s;
    transition-delay: 0.55s;
}

.df_portfolio .et_pb_portfolio_item:hover h2.et_pb_module_header {
    top: 40px;
}

.df_portfolio .et_pb_portfolio_item:hover p.post-meta {
    bottom: 40px;
}

.df_portfolio .et_pb_portfolio_item:hover .et_portfolio_image .et_overlay {
    z-index: 3;
    opacity: 1;
}

.df_portfolio .et_pb_portfolio_item:hover .et_portfolio_image .et_overlay:before {
    top: 50%;
}


@media (min-width: 981px) {
    .df_portfolio.et_pb_filterable_portfolio .et_pb_portfolio_item.et_pb_grid_item {
        width: 24.625% !important;
        margin: 0 .25% .25% 0 !important;
    }
}

@media (max-width: 980px) {
    .df_portfolio.et_pb_filterable_portfolio.et_pb_filterable_portfolio_grid .et_pb_portfolio_item.et_pb_grid_item {
        width: 33.166% !important;
        margin: 0 .25% .25% 0 !important;
    }

    .df_portfolio.et_pb_filterable_portfolio_grid .et_pb_portfolio_item.et_pb_grid_item:nth-child(n).last_in_row {
        margin-right: 0 !important;
    }
}

@media (max-width: 767px) {
    .df_portfolio.et_pb_filterable_portfolio.et_pb_filterable_portfolio_grid .et_pb_portfolio_item.et_pb_grid_item {
        width: 49.75% !important;
        margin: 0 .25% .25% 0 !important;
    }

}

@media (max-width: 479px) {
    .df_portfolio.et_pb_filterable_portfolio.et_pb_filterable_portfolio_grid .et_pb_portfolio_item.et_pb_grid_item {
        width: 100% !important;
        margin: 0 0 1% 0 !important;
    }
}

/* SECTION AND EFFECT SPECIFIC CSS */
/* set hover and active colors for filter and pagination */
.df_portfolio.effect-strips .et_pb_portfolio_filters li a.active,
.df_portfolio.effect-strips .et_pb_portfolio_filters li a:hover,
.df_portfolio.effect-strips .et_pb_portofolio_pagination ul li a.active,
.df_portfolio.effect-strips .et_pb_portofolio_pagination ul li a:hover {
    background-color: #B8978C;
    color: #fff !important;
    border-radius: 10px;
}

/* STRIPS EFFECT */
.effect-strips .et_pb_portfolio_item,
.effect-strips .et_portfolio_image {
    overflow: hidden;
}

.effect-strips h2.et_pb_module_header,
.effect-strips p.post-meta {
    z-index: 4;
}

.effect-strips .et_pb_portfolio_item>a {
    display: block;
    position: relative;
    overflow: hidden;
}

.effect-strips .et_pb_portfolio_item>a:before,
.effect-strips .et_pb_portfolio_item>a:after,
.effect-strips .et_portfolio_image:before,
.effect-strips .et_portfolio_image:after {
    content: '';
    position: absolute;
    opacity: 0;
    height: 102%;
    width: 26%;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.effect-strips .et_portfolio_image:before {
    top: -1%;
    left: 25%;
}

.effect-strips .et_portfolio_image:after {
    bottom: 0;
    left: 50%;
}

.effect-strips .et_portfolio_image:before {
    -webkit-transition-delay: 0.105s;
    -o-transition-delay: 0.105s;
    transition-delay: 0.105s;
}

.effect-strips .et_portfolio_image:after {
    -webkit-transition-delay: 0.21s;
    -o-transition-delay: 0.21s;
    transition-delay: 0.21s;
}

.effect-strips .et_pb_portfolio_item>a:before {
    top: -1%;
    left: 0;
    margin: 0 !important;
    z-index: 1;
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}

.effect-strips .et_pb_portfolio_item>a:after {
    bottom: 0;
    right: 0;
    -webkit-transition-delay: 0.35s;
    -o-transition-delay: 0.35s;
    transition-delay: 0.35s;
}

.effect-strips .et_pb_portfolio_item:hover>a:before,
.effect-strips .et_pb_portfolio_item:hover>a:after,
.effect-strips .et_pb_portfolio_item:hover .et_portfolio_image:before,
.effect-strips .et_pb_portfolio_item:hover .et_portfolio_image:after {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

.effect-strips .et_pb_portfolio_item:hover .et_portfolio_image:before,
.effect-strips .et_pb_portfolio_item:hover .et_portfolio_image:after {
    background-color: #B8978C;
    /* set 2nd and 3rd strip color here */
    opacity: 0.8;
}

.effect-strips .et_pb_portfolio_item:hover>a:before,
.effect-strips .et_pb_portfolio_item:hover>a:after {
    background-color: #B8978C;
    /* set 1st and 4th strip color here */
    opacity: 0.8;
}

.et_overlay {
    display: none;
}

/*===============================
HEADER MODULE CSS
================================*/
.sub-menu li {
    padding-left: 0px !important;
    padding-right: 0px !important;
    width: 100%;
}

.et-menu li li a {
    width: 100% !important;
}

.et_pb_menu_0_tb_header.et_pb_menu .nav li ul {
    background-color: #fff !important;
    border-color: #B8978C;
    margin-top: 0px;

}

/* Hover effect on sub items */
.nav li li:hover {
    background-color: #B8978C !important;
    border-radius: 5px;
    color: #fff;
}

.et_pb_menu_0_tb_header.et_pb_menu .nav li ul {
    border-radius: 5px;
    padding: 0;
    border: 0 !important;
    box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.2)
        /*Add box shadow in the box of menu*/
}

.et_pb_menu.et_pb_text_align_right .menu-item {
    text-align: left;
}

.nav li li {
    padding: 7px 20px;
    margin: 0;
    border-bottom: 1px solid #B8978C;
}

.nav li li:last-child {
    padding: 7px 20px;
    margin: 0;
    border-bottom: 0px;
}

.et_mobile_menu li a:hover,
.nav ul li a:hover {
    background-color: rgba(0, 0, 0, .0);
    opacity: 1;
}

.et_pb_menu_0_tb_header.et_pb_menu .nav li ul.sub-menu a {
    color: #2d2d2d !important;
    /*drop down menu colour */
    padding: 10px 10px 10px 20px;
}

.et_pb_menu .et_pb_menu__menu>nav>ul>li>ul {
    top: calc(100% - 1px);
    left: 0;
    width: 320px;
}

/*--- Icons ---*/
/*add icon to Divi submenu items*/

nav li li a:before {
    content: '\e00a';
    font-family: 'ETMODULES';
    text-align: center;
    vertical-align: middle;
    margin-right: 10px;
    margin-left: -30px;
    color: transparent;
    font-size: 40px;
    transition: all .3s ease;
    background: url('https://yoga.divifoxx.com/wp-content/uploads/2023/12/lotus-4.png') no-repeat center;
    background-size: 40px;
    opacity: 0;
}

/*change color and position of submenu icon on hover*/

nav li ul li a:hover:before {
    margin-left: 5px;
    transition: all .5s ease;
    opacity: 1;
    color: transparent !important;
}