/*
Theme Name: Divi Child Theme
Theme URI: https://www.careyelectriccontracting.com/
Description: Child Theme For Divi
Author: Excelify
Author URI: http://excelify.com
Version: 1.0.0
Template: Divi
*/
body {
    background: #fff;
    color: #333333;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 12px;
    line-height: 20px;
}
p {
	margin: 0; 
	padding: 0;
}
img {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
}
h1 {
	font-size: 24px; 
	line-height: 24px;
	margin: 0; 
	padding: 0;
	text-transform: uppercase;
}
h3 {
	margin: 0; 
	line-height: normal; 
	padding: 0;
	text-transform: uppercase;
}
ul{
	list-style: none; 
	padding:0;
	margin: 0; 
}
.container {
    width: 710px;
    display: flex;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
}
.wrapper{
	
}
.print-logo{
	width:200px;
	Height:auto;
}
.featured-img{
	margin-bottom: 10px;
}
/* container */
.three-columns-grid {
    display: grid;
    grid-auto-rows: 1fr;
    grid-template-columns: 1fr 1fr 1fr;
	column-gap: 20px;
}

/* columns */
/* .three-columns-grid > * {
    padding:1rem;
} */

/* container */
/* .two-columns-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
	column-gap: 20px;
} */

.two-columns-grid{
    display:flex;
	column-gap: 20px;
}
.two-columns-grid > *{
    width:100%;
}
.two-columns-grid > *:nth-child(1){
	width:calc(100% / 3 * 2);
}
.two-columns-grid > *:nth-child(2){
	width:calc(100% / 3);
}

/* columns */
/* .two-columns-grid > * {
    padding:1rem;
} */

hr {
    border-top: 1px solid #27492e;
    margin: 10px 0;
    background: #fff;
    height: 0px;
}
/* hide first thumb image since its a duplicate of featured */
#gallery-thumbs .thumbnails:first-child {
    display: none;
}
#gallery-thumbs .thumbnails:nth-child(1n+5) {
	display: none;
}
.header{
	margin-top:20px; margin-bottom:10px; display:flex; justify-content:space-between; align-items:center;
}
.footer{
	font-size: 10px;
	display:flex; 
	justify-content:space-between;
}
