/*
 Theme Name:   Wocan-Child
 Theme URI:    
 Description:  Divi Child Theme
 Author:       Garrett Bragalone
 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:  Wocan-Child
*/


/* @import url("../Divi/style.css"); */
 
/* =Theme customization starts here
------------------------------------------------------- */
/*body {
	font-family:Helvetica,Arial,sans-serif !important;
}*/

.et-social-linkedin a.icon:before {
	content: "\e09d";
	}
#top-menu li li {
    margin: 0;
    padding: 0;
	line-height:1.3;

}

#staffgrid .dp-dfg-image {
height: 240px;
overflow: hidden;
}

.nav li ul {
    padding: 10px 0;
    }

#top-menu li li a {
    width: 240px;
    padding: 6px 10px;
    font-size: 13px;
}

#modal-left-area {
	padding-top:20px;
}	

#modal-content .container {
    width: 90% !important;
    }
    
.bio-headshot {
	float:right;
	height:288px;
	width:200px;
	margin-left:30px;
	}

.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 {
	margin:0 0 20px 0 !important;

	}
/* add to columns, set row to equal heights*/	
.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;

}

/* PARTNERS */

#partners .dp-dfg-image img {
    max-height: 150px;
}

#partners  .dp-dfg-layout-grid .dp-dfg-image{
    margin: 0;
    grid-column: 1;
    grid-row: 1;
    display: grid;
    align-content: center;
    height: 200px;
    justify-content: center;
}

/* Directory */

#directory .dp-dfg-skin-default .dp-dfg-custom-field-value {

    line-height: 1em;
}


#directory  .entry-title a {
    font-weight: bold !important;
}

/* RESOURCES */

#resources .dp-dfg-header h2 {
	line-height:1;
}

/* 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;
	line-height: 1;
	}
/*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;
}

/* HOME BLOG */
.et_pb_posts .et_pb_post .entry-title {
    font-size: 18px !important;
    line-height: 1.1em !important;
    margin-bottom: 0 !important;
}

.et_pb_posts  .et_pb_post {
    margin-bottom: 10px !important;
}

.et_pb_blog_1 .post-meta {
	display:none;
}

.et_pb_blog_1 p {

    font-size: 14px !important;
    line-height: 1.3 !important;

}


/* GRIDS */

#resources .dp-dfg-layout-grid .dp-dfg-image, #resources .dp-dfg-layout-grid .dp-dfg-overlay {

    max-height: 180px;
    overflow: hidden;
}


/* 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-widgets .footer-widget ul {

    list-style: none !important;
}
#footer-widgets .footer-widget li::before {
    display: none;
}
.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;
	}