/* Additional styles */

/* HOME RANDOM HEADER IMAGE */
.lg-random-header .et-pb-arrow-prev,
.lg-random-header .et-pb-arrow-next,
.lg-random-header .et-pb-controllers {display: none;}
.lg-random-header .et_pb_gallery_items {pointer-events: none;}
.et_pb_gallery_fullwidth .et_pb_gallery_image img, .et_pb_gallery_fullwidth .et_pb_gallery_item, .et_pb_module.et_pb_gallery {
		display: block !important;
		width: 100vw !important;
		height: 74vh !important;
		object-fit: cover !important;}

@media only screen and (max-width: 980px) {
	.et_pb_gallery_fullwidth .et_pb_gallery_image img, .et_pb_gallery_fullwidth .et_pb_gallery_item {
		display: block;
		width: 100vw;
		height: 72vh;
		object-fit: cover;}
}
/* ///END /// HOME RANDOM HEADER IMAGE */




/* NAV MOBILE ICON */
.et_pb_menu_0_tb_header .mobile_nav .mobile_menu_bar:before {color: #fff !important;}
.mobile_menu_bar:before {font-size: 39px;}

@media only screen and (max-width: 980px) {
	.mobilenav-left {width: 60%; float: left;}
	.mobilenav-right {width: 39%;}
}

@media only screen and (max-width: 479px) {
	.mobilenav-left {width: 60% !important; float: left !important; padding-top: 15px;}
	.mobilenav-right {width: 39% !important;}
}
/* ///END /// NAV MOBILE ICON */







