/*
 Theme Name:   AutoFi Child
 Theme URI:    
 Description:  Divi Child Theme
 Author:       James Alborough
 Template:     Divi
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         
 Text Domain:  autofi
*/


@import url("../Divi/style.css");
 
/* =Theme customization starts here
------------------------------------------------------- */
/*body {
	font-family:Helvetica,Arial,sans-serif !important;
}*/
#top-menu li li {
    margin: 0;
    padding: 0;
	line-height:1.3;

}

.container:before { background-color:transparent !important; }
.et_pb_widget_area_right { border-left:0 !important; }
.et_pb_widget_area_left { border-right:0 !important; }
#top-menu li {
	padding-left:10px;
}
/*#top-menu li:after {
	content: "//";
	color: #f1652c;
	display: inline-block;
	position: absolute;
	right: 0;
	top: 0;
}*/

#top-menu li:last-of-type:after {
	content:"";
}

h1,h2,h3,h4 {
	margin:30px 0;
}	

/* TIMELINE */

.cd-timeline-content-liner  h2 {
	margin:0;
	font-size:20px;
}

.cd-timeline-content::before {
	display:none;
}
.cd-timeline-content {

    box-shadow: 0 0px 0 #f1652c !important;
}
.cd-timeline-content .cd-date {

    opacity: 1;

}

.cd-timeline-img {

    background: #fff !important;
    }
.cd-timeline-content {
    background: transparent !important;
    }
.intro h2 {
	margin-top:0;
}

h3.orange {
	color: #f1652c !important;
	font-weight:bold;
	margin:20px 0;
}
h3.center {
	display: grid;
    width: 100%;
    align-items: center;
    text-align: center;
    grid-template-columns: minmax(20px, 1fr) auto minmax(20px, 1fr);
    grid-gap: 20px;
    }
    
h3.center:before,
h3.center:after {
    content: '';
    border-top: 2px solid #f1652c;
}

h1.entry-title {
	color: #f1652c !important;
	margin:0 0 20px 0 !important;

	}
	
.vertical-align { 
    display: flex; 
    flex-direction: column; 
    justify-content: center;
}

/* DIVIDERS */

.steepdivider .et_pb_top_inside_divider{


    background-size: 100% 55% !important;
 
    height: 55% !important;
   
    width: 50% !important;
    background-repeat: no-repeat;

}

/* FILTER GRID */

.dp-dfg-layout-grid .dp-dfg-item {
    align-content: flex-start;

}

.dp-dfg-layout-grid h2,.dp-dfg-layout-grid h3,.dp-dfg-layout-grid h4 {
	margin:0 !important;
}	

.dp-dfg-layout-grid .dp-dfg-image{
	grid-row:1;
	
	}	
.dp-dfg-skin-default  .dp-dfg-header {
	grid-row:2;
	margin-top:15px;
	}	
.dp-dfg-skin-default .dp-dfg-custom-content {
	grid-row:3;
	}
.dp-dfg-skin-default .et_pb_button_wrapper {
    grid-row: 4;
    margin-bottom:15px;
}
p.dp-dfg-custom-field {
	padding:0;
	}
p.dp-dfg-custom-field:nth-of-type(1) .dp-dfg-custom-field-value:after {
content: " / ";
	color: #f1652c;
	display: inline-block;
	padding:0 5px;
	
}

.dp-dfg-custom-field {
	display:inline-block;
	padding-right:15px;
	}

/* INSTALLATION */

.installation h4 {
	text-transform:uppercase;
}
.installation h4:nth-of-type(2) {
	color: #f1652c !important;
}


/* GENERAL */

.nopadding {
	padding:0 !important;
}
.nomargin {
	margin:0 auto !important;
}

/* BUTTONS */
.et_pb_button {
	white-space: nowrap
	}
	
/* QUOTE */

#quote p {
	font-style:italic;
	font-size:18px;
}

p.attribution {
	font-size:12px !important;
}

#quote span {
	color: #f1652c;
}

/* FOOTER */

#main-footer {
	border-top:1px solid #ccc;
}
.fwidget {
	width:100%;
}
#footer-widgets {

    padding: 2% 0 0;

}
#footer-widgets p {
	font-size:12px;
	text-align:center;
	}

.footer-widget {
	margin-bottom:0 !important;
	text-transform:uppercase;
}
.textwidget span {
	color: #f1652c;
}
.footer-bottom {
	text-align:center !important;
}
#footer-info {

    text-align: center;
    font-size:10px;
    float: none;

}

.et_pb_blurb_container h4.et_pb_module_header {
	margin-top:0 !important;
	}