/* ======================================
Theme Name: DIVI Master Child Theme 
Theme URI: https://92c1cd1b1c.nxcli.io
Description: Child Theme
Version: 1.0
Author: Trent Cox
Author URI: http://leftplusright.com
Template: Divi
====================================== */



/* ======================================================================
************************************************************************* 
GENERAL STYLES
*************************************************************************
====================================================================== */

/* Swap Columns on Mobile
 * ============================ */
@media only screen and (max-width: 980px) {	

	/* Column Reordering on Mobile */
	.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;
	}

	.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;
	}
}


/* Mobile Menu - General
=================================== */
span.mobile_menu_bar {
	position: fixed;
	z-index: 999999;
	display: block;
	top: 38px;
	right: 38px;
}
.mobile_menu_bar:before {
	color: #005F7F !important;
}
.mobile_nav.closed ul#mobile_menu1 {
	display: none;
}
ul#mobile_menu1 {
	background: black !important;
	position: fixed;
	top: 0;
	left: 0;
	height: 100vh;
	flex-direction: column;
	align-items: flex-start;
}

/* Mobile Menu
=================================== */
ul#mobile_menu1 {
	background: #999 !important;
	border: 0;
	justify-content: unset !important;
	padding: 75px;
}

ul#mobile_menu1 li,
ul#mobile_menu1 li a {
	background: transparent !important;
	width: 100%;
	font-size: 17px !important;
	padding: 10px 0px !important;
	margin: 0 !important;
	position: relative;
}
ul#mobile_menu1 li {
	border-bottom: 1px solid rgba(255,255,255,0.2)
}
ul#mobile_menu1 li ul.sub-menu li {
	border-bottom: 0 !important;
}
.menu-closed {
	position: absolute;
	right: 0;
	top: 20px !important;
}
.menu-closed:before {
	font-size: 28px !important;   
	font-weight: 400;
}

body ul.sub-menu.hide {
	display: none !Important;
}

@media (max-width: 980px) {
	body .top-nav {
		max-height: 100px !important;
		padding: 20px 0px !important;
	}  
	body .top-nav.fixedHeader .tdf-logo img {
		margin-top: 20px !important;
	} 
	.fixedHeader span.mobile_menu_bar {
		top: 25px !important;
	}  
}


/* Mobile Menu Collapse
=================================== */
.mobile_nav .et_mobile_menu li ul.hide {
	display: none !important;
}
.mobile_nav .menu-item-has-children {
	position: relative;
}
.mobile_nav .menu-item-has-children > a {
	background: transparent;
}
.mobile_nav .menu-item-has-children > a + span {
	position: absolute;
	right: 0;
	top: 0;
	padding: 10px 20px;
	font-size: 20px;
	font-weight: normal;
	cursor: pointer;
	z-index: 3;
}
span.menu-closed:before {
	content: "+";
	display: block;
	font-size: 16px;
}
span.menu-closed.menu-open:before {
	content: "-";
}
ul#mobile_menu li.current_page_parent a {
	color: #88C800;
}


/* Gravity Forms - Base Styling
* ================================ */
.gravity-theme input,
.gravity-theme select,
.gravity-theme textarea {
	background: #F3F4F8;
	border: 0;
	border-radius: 5px;
	padding: 20px !important;
	display: block;
}
.gravity-theme input[type=submit] {
	background: #000;
	border: 0;
	color: white;
	font-size: 18px;
	font-weight: bold;
	padding: 15px 25px !important;
}



/* Site Specific Styles
==============================================================================
============================================================================== */


h1 {
  font-family: "interstate-compressed";
  font-weight: 700;
}

.et_pb_module_heading
{
  font-family: "interstate-compressed" !important;
  font-weight: 700 !important;
}






