
/* 
 Theme Name:     Bare bones for Divi
 Author:         Divi theme examples
 Author URI:     http://www.divithemeexamples.com 
 Template:       Divi
 Version:        1.0 
*/ 


/* ----------- PUT YOUR CUSTOM CSS BELOW THIS LINE -- DO NOT EDIT ABOVE THIS LINE --------------------------- */ 


/* @import must be at top of file, otherwise CSS will not work */
@import url("//hello.myfonts.net/count/30a92a");

  
@font-face {font-family: 'BlackJackPro';src: url('webfonts/30A92A_0_0.eot');src: url('webfonts/30A92A_0_0.eot?#iefix') format('embedded-opentype'),url('webfonts/30A92A_0_0.woff2') format('woff2'),url('webfonts/30A92A_0_0.woff') format('woff'),url('webfonts/30A92A_0_0.ttf') format('truetype');}

@media only screen and (min-width:280px) and (max-width: 980px)  {
	
	#logo {
		width: auto;
		
	}
	
}


@media only screen and (min-width:981px) and (max-width: 1333px)  {
	
	#logo {
    	height: 68%;
		
	}
	
	.et_header_style_left #et-top-navigation nav > ul > li > a, .et_header_style_split #et-top-navigation nav > ul > li > a {
    padding-bottom: 15px!important;
}

	
}

.page-id-1683 h2, .page-id-2145 h2 {
	font-family: 'Lato', sans-serif;
	color: #660a19;
}
.page-id-2001 h2, .page-id-2001 h3 {
	font-family: 'Lato', sans-serif;
}
.bf-caption h4 {
	font-family: 'Lato', sans-serif;
	color: #660a19;
}
.et_bloom .et_bloom_form_text_light .et_bloom_error_message {
	color: black!important;
	font-weight: 600;
}
input[type="text"], input[type="password"], input[type="tel"], input[type="email"], input.text, input.title, textarea, select {
    background-color: #fff;
    border: 1px solid #bbb;
    color: #4e4e4e;
    margin-bottom: 5px;
    margin-left: 15px;
    padding: 5px;
    font-size: 14px;
}




.wp-caption {
    background-color: white!important;
    border: none!important;
}

.my-account-custom-mrsn h3 {
	font-family: 'Lato', sans-serif;
	padding-bottom: 0;
	margin-bottom: 0;
	color: black;
	margin-top: 20px;
	font-size: 1.3em;

}


/* --------- widgets--------- */



.et_pb_widget_area h4.widgettitle {
	font-family: 'Lato', sans-serif;
}

.et_pb_widget_area .et_pb_widget li a {
	color: #2ea3f2;
}

.current-menu-item {
	font-weight: bold;
}



/* --------- the mommies game --------- */

.page-id-135 hr {
	clear: both;
}


/* --------- schedule pages--------- */

.page-id-1278 .wp-caption p.wp-caption-text {
    font-size: 16px;
}


