/*
 Theme Name:     Divi Child
 Description:    Divi Child Theme
 Template:       Divi
 Version:        1.0.0
*/

@import url("../Divi/style.css");

/*Colors
Cody Pool Blue: #4a90cd
Call to Action Blue: #2E3092
*/

/*Logo*/
.et_fixed_nav #logo {
	margin-bottom: 10px;
    max-height: 75px;
}

.et-fixed-header #logo {
    max-height: 50px;
}

/*Search*/
#et_top_search {
	display:none;
}

/*Repairs Pricing Table*/
#repair-pricing-table .et_pb_pricing_content_top {  
	border-bottom: none;
    padding-bottom: 0px;
}

#repair-pricing-table .et_pb_pricing_table {
    padding-bottom: 0px;
}

/*Footer Widget*/
/* ------Re-instate this code block and remove other footer widget styling when going back to 3 column widget footer

.footer-widget+.last{
	display:none;
}
.footer-widget{
	width: 33%;
}
.footer-widget:nth-child(2){
	width: 22%;
}
.footer-widget:nth-child(3){
	margin-right: 0;
}*/

.footer-widget+.last{
	display:none;
}
.footer-widget{
	width: 50%;
}
.footer-widget:nth-child(2){
	width: 38%;
}
.footer-widget:nth-child(3){
	display:none;
}

	/*Two column navigation in footer widget - to use until blog & 3 column footer needed*/
	#three-col-nav{
		width:100%;
		margin-bottom:20px;
		overflow:hidden;
	}
	
	#three-col-nav li  { 
		width:29%;
		line-height:1.5em;
		float:left;
		display:inline;
	}

@media only screen and ( min-width: 981px ) and ( max-width: 1100px ) {
	/*Footer Widget*/
	.footer-widget:nth-child(3) {
		width: 32%;
	}
	
	.footer-widget:nth-child(2){
		margin: 0 0 50px 0;;
	}
}

@media only screen and ( max-width: 767px ) {
	/*Footer Widget*/
	.footer-widget{
		width: 100%;
	}
	.footer-widget:nth-child(2) {
		display:none;
	}
	.footer-widget:nth-child(3) {
		width: 100%;
	}
}