/*
Theme Name: Divi Child Theme
Theme URI: 
Version: 2.7.4
Description: Smart. Flexible. Beautiful. Divi is the most powerful theme in our collection.
Author: B2 Interactive
Author URI: http://www.b2interactive.com
Tags: responsive-layout, one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-background, custom-colors, featured-images, full-width-template, post-formats, rtl-language-support, theme-options, threaded-comments, translation-ready
License: GNU General Public License v2
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Template: Divi
*/


/***** Typography *****/
h1 {
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
	font-style: normal;
}

h2, h3 {
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
	font-style: normal;
	text-transform: uppercase;
}

h1 em, h1 strong em, h1 em strong {
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
	font-style: italic;
}

h2 em, h3 em, h2 strong em, h3 strong em, h2 em strong, h3 em strong {
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
	font-style: italic;
	text-transform: uppercase;
}



html, body, p, ol, ul, li {
	font-family: 'Poppins', sans-serif;
	font-weight: 300;
	font-style: normal;
}

.focus-text {
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	font-style: normal;
}

strong, h4, h5 {
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
	font-style: normal;
}


/***** ADA *****/

.keyboard-outline {
	outline-color: #2ea3f2 !important;
}

.hunter-main-nav ul li a{
	text-transform: lowercase !important;
}

/***** Hide Overview Links (Mobile Only Display) *****/

li.mobile-overview  {display: none !important;}


@media only screen and ( max-width: 1308px ) {
	li.mobile-overview {display: block !important;}
}

/***** Collapse Mobile Menu *****/

#theme-builder-mobile-menu .et_mobile_menu .menu-item-has-children > a { background-color: transparent; position: relative; }
#theme-builder-mobile-menu .et_mobile_menu .menu-item-has-children > a:after { font-family: 'ETmodules'; text-align: center; speak: none; font-weight: normal; font-variant: normal; text-transform: none; -webkit-font-smoothing: antialiased; position: absolute; }
#theme-builder-mobile-menu .et_mobile_menu .menu-item-has-children > a:after { font-size: 16px; content: '\4c'; top: 13px; right: 10px; }
#theme-builder-mobile-menu .et_mobile_menu .menu-item-has-children.visible > a:after { content: '\4d'; }
#theme-builder-mobile-menu .et_mobile_menu ul.sub-menu { display: none !important; visibility: hidden !important;  transition: all 1.5s ease-in-out;}
#theme-builder-mobile-menu .et_mobile_menu .visible > ul.sub-menu { display: block !important; visibility: visible !important; }

/***** Scrollable Mobile Menu *****/

.et_mobile_menu {   
    overflow-y:scroll!important;
    max-height:80vh!important;
    -overflow-scrolling:touch!important;
    -webkit-overflow-scrolling:touch!important;
}

/***** Search Results *****/

.search #left-area
{
    -moz-column-count: 1;
    column-count: 1;
    -moz-column-gap: 20px;
    column-gap: 20px;
}
.search #left-area .et_pb_post a img {
	float:left !important;
	max-width:300px !important;
	padding:10px;
}
.search #left-area ul  {
	list-style-type: none !important;
}
.search .et_pb_post > a {
    margin: -20px -20px 10px;
    display: block;
}
 
.search #left-area .et_pb_post {
    overflow: hidden;
    page-break-inside: avoid;
    break-inside: avoid-column;
    width: 100%;
    padding: 19px;
    border: 1px solid #d8d8d8;
    background-color: #fff;
    word-wrap: break-word;
    display: inline-block;
    margin-bottom: 10px;
}
 
.search #left-area .et_pb_post h2{
    font-size: 18px;
}
 
.search #left-area .et_pb_post.format-link,
.search #left-area .et_pb_post.format-quote,
.search #left-area .et_pb_post.format-audio
{
    padding: 0;
}
 
.search .et_pb_post .et_pb_image_container,
.search .et_pb_post .et_main_video_container,
.search .et_pb_post .et_audio_content,
.search .et_pb_post .et_pb_slider {
    margin: -20px -20px 10px;
}
 
.search .et_pb_post .et_pb_slider .et_pb_slide {
    min-height: 180px;
}
 
.search .pagination {
    padding: 20px 0;
}

.search-title {
    margin-bottom: 60px;}
    
hr.results_title_line {
    width: 25%;
    float: left;
    border: 0;
    height: 4px;
    background-color: #666666;}


/* Align Buttons in Rows */
.align-bottom-column .et_pb_column {padding-bottom: 50px;}
.align-bottom-column .et_pb_button_module_wrapper {position: absolute; bottom: 0; left: 0; right: 0; margin: auto;}


/* Column stacking order on mobile */

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

/* Cookie Notice Styling */

.cn-button {
	background-color: #e93332 !important;
	color: #ffffff !important;
}

div.bbn-award-widget div {
	margin-left: 0px !important;
	margin-right: 0px !important;
}

div.bbn-award-widget a{
	margin-right: 20px !important;
}

/* Two Columns Non-Stacking on Mobile */


@media only screen and (max-width: 980px) {
    .two-column .et_pb_column {
    	width: 50%!important;
	}
}
 
@media only screen and (max-width: 479px) {
    .two-column .et_pb_column {
    	width: 50%!important;
	}
}

/* Gravity Forms Submit Button Styling */

body .gform_wrapper .gform_footer input[type=submit] {
	color: #ffffff!important;
    border-width: 0px!important;
    border-color: #e93332;
    font-size: 18px;
    font-weight: 700!important;
    font-family: 'Poppins', sans-serif !important;
    background-color: #E93332;
	padding-right: 10%!important;
    padding-left: 5%!important;
	border-radius: 50px 0px 0px 50px !important;
}

body .gform_wrapper .gform_footer input[type=submit]:hover {
	border-color: #e93332;
    font-size: 18px;
    font-weight: 700!important;
    font-family: 'Poppins', sans-serif !important;
    background-color: #E93332;
	padding-right: 10%!important;
    padding-left: 5%!important;
	border-radius: 50px 0px 0px 50px !important;
	letter-spacing: 1px;
}
 

/* Mobile Menu Dropdown Styling  */
#mobile_menu1 {
	width: 100% !important;
}


/* Checkpoint Styling */

.page-id-1606 div#chkpt-address-lookup-form {	
	margin-left: 80px;
}

.page-id-1606 div#chkpt-address-lookup-form {	
	margin-right: 80px;
}

.page-id-1871 div#frm_fields_container {	
	margin: 0px 100px 0px 100px;
	align-content: center;
}

div#chkpt-address-lookup-form {
	display: inline-flex;
	margin-top: 4px;
}

div#chkpt-address-lookup-form div {
	padding-right: 20px;
	text-align: left;
}

a.custom_button_1.uk-button.uk-button-default {
	margin-top: 24px;
}

.chkpt-feature-progress a{
	display: none
}

.chkpt-feature-progress h3 {
	font-size: 1em !important;
}

/* Checkpoint button styling */

.custom_button_1 .uk-button .uk-button-default {
	color: #ffffff!important;
    border-width: 0px!important;
    border-color: #e93332;
    font-size: 18px;
    font-weight: 700!important;
     font-family: 'Poppins', sans-serif !important;
    background-color: #E93332;
	padding-right: 10%!important;
    padding-left: 5%!important;
	padding-top: 0px !important;
	padding-bottom: 0px !important;
	border-radius: 0px 50px 50px 0px !important;
	margin-top: 24px !important;
}

#chkpt-address-lookup-form a.uk-button {
	color: #ffffff!important;
    border-width: 0px!important;
    border-color: #e93332;
    font-size: 18px;
    font-weight: 700!important;
    text-transform: uppercase!important;
    background-color: #E93332;
	padding-right: 10%!important;
    padding-left: 5%!important;
	padding-top: 0px !important;
	padding-bottom: 0px !important;
	border-radius: 0px 25px 25px 0px !important;	
}

/* Checkpoint form on mobile */
@media only screen and (max-width: 768px) {
	div #chkpt-address-lookup-form {
    	display: grid !important;
		margin-left: 20px !important;
		margin-right: 20px !important;
	}
}

/* Parallax Overlay on backgrounds */

.parallax-overlay .et_parallax_bg::before { 
    background-color: rgba(54, 54, 54, 0.5); 
    content: ""; 
    height: 100%;
    width: 100%;
    position: absolute; 
    left: 0;
    top: 0; 
}

/* Styling COVID banner on laptop */

@media screen 
  and (min-device-width: 1200px) 
  and (max-device-width: 1600px) 
  and (-webkit-min-device-pixel-ratio: 1) { 
	  #covid-banner {
		  padding-top: 50px !important;
	  }
}

/* ----------- Retina Screens ----------- */
@media screen 
  and (min-device-width: 1200px) 
  and (max-device-width: 1600px) 
  and (-webkit-min-device-pixel-ratio: 2)
  and (min-resolution: 192dpi) { 
	  #covid-banner {
		  padding-top: 50px !important;
	  }
}

/* Raising Speed LP mobile styling */

@media only screen and (max-width: 980px) {
	.lp-two-columns .et_pb_column {
		width: 50%!important;
	}
}