/*
Theme Name: Deckadence
Theme URI: https://bridgeroadmarketing.com/
Template: Divi
Author: Adam Korte
Author URI: https://bridgeroadmarketing.com/
Description: Child theme for Deckadence Board Shop.
Version: 1.0
*/

/* colors 
red #dd0000
black #000000
dark grey #555358

*/

.mobile_menu_bar:before {font-size:60px; position:relative; left:-120px; top:0px;} 

.page-id-95 #main-header, .page-id-95 #main-header.et-fixed-header {
-webkit-box-shadow:none !important;
-moz-box-shadow:none !important;
box-shadow:none !important;
}

.et_pb_fullwidth_header_0 .header-content h1 {margin-top:-200px}

/*** Responsive Styles Smartphone Portrait ***/
@media all and (max-width: 479px) {
#et-info {margin-top:60px!important; }
#et-info span {margin-top:15px!important;}

.mobile_menu_bar:before {font-size:60px; position:relative!important; left:-10px!important; top:5px!important;} 
.et_header_style_left #logo {max-height:70%!important; max-width:70%!important;}
.home .et_pb_fullwidth_header_0 .header-content h1 {margin-top:260px; padding:15px 30px 0px 30px; background:rgba(255, 255, 255, 0.85);} 
.home .et_pb_fullwidth_header_0 .header-content span {padding:0px 30px 15px 30px; background:rgba(255, 255, 255, 0.85);} 

.et-search-form {display:none!important; position:absolute!important; left:-9999999999px!important;}
ul.et_mobile_menu li.menu-item a {font-size:18px!important;}

.et_pb_fullwidth_section .et_pb_map_container {display:none!important; position:absolute!important; left:-99999999px!important;}


}
@media all and (max-width: 479px) {}
@media all and (max-width: 768px) {#et_top_search {position:absolute!important; left:30px top:5px!important;}}

/*** Take out the divider line between content and sidebar for Single WooCommerce Product Pages ***/
.single-product #main-content .container:before {background: none;}

/*** Hide Sidebar for Single WooCommerce Product Pages ***/
.single-product #sidebar, .single-product #sidebar-secondary {display:none;}

/*** Expand the content area to fullwidth for Single WooCommerce Product Pages ***/
@media (min-width: 981px){
.single-product #left-area, .single-product #primary {
width: 100%;
padding: 23px 0px 0px !important;
float: none !important;
}
}
/*** Take out the divider line between content and sidebar ***/
#main-content .container:before {background: none;}
 
/*** Expand the content area to fullwidth ***/
@media (min-width: 981px){
#left-area {
    width: 100%;
    padding: 23px 0px 0px !important;
    float: none !important;
}
}

/* homepage */
body.home h4 a {color:#333; text-decoration:none;}
body.home h4 a:hover {color:#DD0000; text-decoration:underline}

/* category list */
h2.woocommerce-loop-category__title {font-size:1.5em!important; text-align:center;}
mark.count {position:absolute; left:-99999px; display:none;}

/* category page */
/* hide cats from shop page only */


/* products */
.woocommerce span.onsale, .woocommerce-page span.onsale {background:#dd0000!important;}


