/*
 Theme Name: Norfolk Van2Camper
 Theme URI: https://www.norfolkvan2camper.co.uk
 Description: Theme for Norfolk Van2Camper
 Author: BrainWeb
 Author URI: https://www.brainweb.co.uk
 Template: Divi
 Version: 1.0.0
*/

/* =Theme customization starts here
------------------------------------------------------- */
.wp-block-gallery, .wp-block-jetpack-tiled-gallery {
	margin-top: 4px;
	margin-bottom: 20px;
}

.wp-block-jetpack-tiled-gallery {
	margin-left: -0.7vw !important;
    margin-right: -0.7vw !important;
}

.tiled-gallery__item {
	padding: 0.7vw !important;
}

.wp-block-video video {
	border-radius: 20px;
	margin-top: 2em;
}

#top-menu li.current-menu-item>a:before {
   content:"";
   background: #2c3e50; /* Change color value here as desired */
   width:100%; 
   height:5px; /* Change line height here as desired */
   position:absolute;
   left:0; bottom:0;
}

.bw_accordian > .et_pb_accordion_item {
  margin-bottom: 1.5% !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;
	}
	
	/*** add margin to last column ***/
	.custom_row:last-child .et_pb_column:last-child {
		margin-bottom: 30px;
	}
}