/*
Theme Name: Idle Times Child Theme
Theme URI: https://www.colewebdev.com
Description: Idle Times Child Theme
Author: COLEwebdev
Author URI: https://www.colewebdev.com
Template: Divi
Version: 1.0
*/

/* Start your custom CSS bellow this comment
============================================ */

.page-id-18 .et-fixed-header { display:none; }

.single-product .product_meta {
   display: none;
}

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

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
 background-color: #fff !important;
}

#et-secondary-menu {
    float: none !important;
    text-align: center!important;
}

.woocommerce button.button, .woocommerce-page button.button {
    color: #000!important;
	background: #ffffff!important;
}

.woocommerce button.button.alt {
    background-color: #ffffff !important;
}

.et_pb_column_1_2 .et_pb_map, .et_pb_column_3_5 .et_pb_map, .et_pb_column_3_8 .et_pb_map {
    min-height: 716px!important;
}


@media all and (max-width: 980px) {
/*** wrap row in a flex box ***/
.custom_row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
-webkit-flex-wrap: wrap; /* Safari 6.1+ */
flex-wrap: wrap;
}
 
/*** custom classes that will designate the order of columns in the flex box row ***/
.first-on-mobile {
-webkit-order: 1;
order: 1;
}
 
.second-on-mobile {
-webkit-order: 2;
order: 2;
}
 
.third-on-mobile {
-webkit-order: 3;
order: 3;
}
 
.fourth-on-mobile {
-webkit-order: 4;
order: 4;
}
	
/*** add margin to last column ***/
.custom_row:last-child .et_pb_column:last-child {
margin-bottom: 30px;
	}}

@media only screen and (min-width: 981px) {
.et_header_style_centered #main-header .logo_container {
    height: 113px!important;
	}}
