/*
Theme Name: Divi Child Theme
Version: 1.0
Description: Basic Child Theme by Spark Online Retail
Author: Ben Mozzer
Template: Divi
Author URL: https://sparkonlineretail.com
*/
 
/*------- Theme Customizations------- */

/*reduce menu item spacing at specific breakpoint*/
@media only screen and ( min-width: 1136px ) and ( max-width: 1600px ) {
    .dle-hd-20 .et-menu > li {
        padding-right: 6px !important;
        padding-left: 6px !important;
   }
    .dle-hd-20 .et-menu > li >a{
        margin-left: 0 !important;
        margin-right: 0 !important;
   }
}
@media only screen and ( min-width: 981px ) and ( max-width: 1135px ) {
    .dle-hd-20 .et_pb_menu__menu{
        display: none;
   }
    .dle-hd-20 .et_mobile_nav_menu {
        display: flex;
        float: none;
        margin: 0 6px;
        align-items: center;
   }
}
@media only screen and ( min-width: 981px ) and ( max-width: 1307px ) {
    .et_pb_text_inner{
        width: 300px
    }
}

/*change menu item font size at breakpoint*/
@media only screen and (min-width: 1145px) and (max-width: 1310px){
    .dle-hd-20.et_pb_menu ul li a{
        font-size: 1.1vw !important;
    }
}
@media only screen and (min-width: 1134px) and (max-width: 1145px){
    .dle-hd-20.et_pb_menu ul li a{
        font-size: 12px !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
}
/*** Take out the divider line between content and sidebar ***/
.single-post #main-content .container:before {background: none;}
  
/*** Hide Sidebar ***/
.single-post #sidebar {display:none;}
  
/*** Expand the content area to fullwidth ***/
@media (min-width: 981px){
.single-post #left-area {
    width: 100%;
    padding: 23px 0px 0px !important;
    float: none !important;
}
}
/*** Remove border on right side of logo ***/
.custom-column {
    border-right: 0px !important;
}
/*** Change blog display to blue ***/
.dle-bl-18 .et_pb_post .post-meta {
    background: #67b2e8 !important;
}
.dle-bl-18 .et_pb_post a.more-link {
    background: #67b2e8 !important;
}
/*** Remove post meta information ***/
.post-meta {
    display: none;
}