/*
Theme Name:     Space Station Delivery - Divi Child
Description:    Divi Child Theme for Space Station Delviry
Author:         Get a Weed Website
Author URI:     https://getaweedwebsite.ca/
Template:       Divi
Version:        1.0.0
*/
 
 
/* Theme customization starts here
------------------------------------------------------- */


@media (max-width: 479px){
	
	.et_pb_image img {
    	opacity: .5;
    	margin-top: 70px;
	}
	
}

@media screen and (min-width: 981px) {
    body #main-header {
        overflow: visible !important;
    }
}


#top-menu li.menu-item .sub-menu a:hover::before{
	display:none;
}
#top-menu li.menu-item .sub-menu a:hover{
	color:#fff !important;
}
.delivery-areas-cls{
	padding-right: 0px !important;
    padding-left: 15px !important;
}
.accessories-cls{
	padding-left: 15px !important;
}
@media (max-width: 1199px){
	#top-menu li.menu-item {
    	min-width: auto;
	}
    .accessories-cls {
    	padding-left: 0px !important;
	}
    .delivery-areas-cls {
    	padding-right: 22px !important;
    	padding-left: 0px !important;
	}
}