/*
 Theme Name:     More.ITZ - by Rode Boei
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Theme
 Author:         Rode Boei
 Author URI:     https://www.elegantthemes.com
 Template:       Divi
 Version:        1.0.0
*/
 
 
/* =Theme customization starts here
------------------------------------------------------- */

.menu_cta {
    background-color: #deac82;
    color: #fff;
    padding: 0 !important;
    border-radius: 5px;
    }
.menu_cta a {
    color: #fff !important;
    padding: 15px 15px 15px 15px !important;
    }
/* .et-cart-info { display:none !important; } */

/* Slider modifications */

.et_pb_fullwidth_slider_0 .et_pb_slide > .et_pb_container {
    width: 100% !important;
}

.et_pb_fullwidth_slider_0 .et_pb_slide .et_pb_slide_description {
    text-align: left;
    background-color: #ffffffc9;
    padding: 20px;
    max-width: 700px;
    float: left;
    margin-bottom: 150px;
}

/* Widget styling */
#custom_html-2 {
    text-align: center;
    float: none;
}

#custom_html-2 li::before {
    display: none;
  }

.et_pb_social_media_follow_network_0 a.icon, .et_pb_social_media_follow_network_1 a.icon {
    background-color: #deac82 !important;
}

div#custom_html-3 {
    border: #f6f4f2 1px solid!important;
    padding: 20px;
}

div.textwidget.custom-html-widget table tbody tr td {
    padding: 2px 4px !important;
}

#top_menu li {
  padding-right: 20px !important;
}


#text-6 div ul li::before {
  content: "\2022";
  color: #deac82 !important;
  padding-right: 7px;
  font-weight: 900;
}


#nav_menu-6 div ul li::before {
  content: "\2022";
  color: #deac82 !important;
  padding-right: 7px;
  font-weight: 900;
}


#text-7 div ul li::before {
  content: "\2022";
  color: #deac82 !important;
  padding-right: 7px;
  font-weight: 900;
}

/* Menu modifications  */

@media all and (min-width: 981px) {
    #et-top-navigation,
    #top-menu-nav,
    #top-menu {
      width: 100%;
    }

    #top-menu li:nth-child(10) {
        margin-left: auto;
        position: fixed;
        top: 22px;
        right: 23px;
    }
    
    ul#top-menu > li:not(:last-child) {
      padding-right: 20px !important;
    }

    #et_top_search {
        float: clear;
        margin: 0;
        position: fixed;
        top: 48px;
        right: 200px;
    }

    a.et-cart-info {
        margin: 0;
        float: clear;
        position: fixed;
        top: 37px;
        right: 172px;
        width: 13px;
    }
    
    @media all and (max-width: 1365px) {
        span#et_search_icon {
            display: none;
        }
    }

    @media all and (max-width: 1300px) {
        a.et-cart-info {
            display: none;
        }
    }
        @media all and (max-width: 1238px) {
        li#menu-item-1676 {
            display: none;
        }
    }
}

