/*
Theme Name: Divi Child Theme
Description: Divi Child Theme
Author:  John Langlois
Author URI:  https://foggybottomwebdesign.com
Template: Divi
Version:  1.0.3
*/

/* =Theme customizations
* CSS is now enqued in functions.php
------------------------------------------------------- */
/*dark bg behind H1 text in the top header above the hours and other business info*/
.post_images{	width:100% !important;	float:right !important;	height:auto !important;	max-width:500px !important;	}.et_pb_post a img{	width:100% !important;	float:right !important;	height:auto !important;	max-width:500px !important;	}
.H1-BG-DARK h1 {
  background-color: rgba(17, 87, 33, 0.5);    /*adjust the rgba value as needed or comment out/remove if not needed*/
}
/*this adjusts the padding of the text on background for mobile devices*/ 
/* overhanging centered inline logo by Newman Web Solutions */

/* overhanging centered inline logo by Newman Web Solutions */
#top-header {z-index: 99999;}
#logo {
max-height: 220% !important;
margin-top: 0px;
z-index: 100000;
}
.et_header_style_split .centered-inline-logo-wrap #logo {
    max-height: 220% !important;
}
@media only screen and (max-width : 980px) {
#logo { margin-top: 0px}}
li.centered-inline-logo-wrap {width: 200px !important;}
.et_header_style_split .centered-inline-logo-wrap #logo {
max-height: 220% !important;
}
.et_header_style_split .et-fixed-header .centered-inline-logo-wrap #logo {
max-height: 220% !important;
}



@media screen and (max-width: 450px)  {
.H1-BG-DARK h1 {
  margin-bottom: -62px!important;
  padding: 20px!important;
}
}

/*start top 3 section styles*/
#sectionlistitems {
	padding-left: 10%;
}
.fa.fa-check-circle {
	margin-left: 1em;
	color: green;
}
#Sectiononeblurb {
	border-bottom: 1px solid #ccc;
	padding-bottom: 20px;
	border-top: 10px solid #14c13d;  
	padding-top: 20px;

}
#Sectiontwoblurb {
	border-bottom: 1px solid #ccc;
	padding-bottom: 20px;
	border-top: 10px solid #14c13d;
	padding-top: 20px;

}#Sectionthreeblurb {
	border-bottom: 1px solid #ccc;
	padding-bottom: 20px;
	border-top: 10px solid #14c13d;
	padding-top: 20px;

}
.sectioncolumns {
	background-color: #fff;
/*	margin-top: -5%;*/
}
.blurbstyles .et-pb-icon.et-waypoint {
	font-size: 51px !important;
	padding: 4px 7px 0px 24px !important;
}.sectionlink {
	padding-left: 10% !important;
}
/*START SECTION FOR CUSTOM ICONS IN TOP SECTION*/
.et_pb_blurb_position_left .et_pb_main_blurb_image img, .et_pb_blurb_position_right .et_pb_main_blurb_image img {
	width: 68px;
	max-width: 68px;
	padding-left: 10px;
}
/*END custom icon styles - */
/*end top 3 section*/

/*start 4 section blurbs*/
.leftborder-blurbs {
	padding-left: 20px !important;
	padding-right: 20px !important;
	padding-top: 20px !important;
	padding-bottom: 20px !important;
	width: 274px;
}
#topleftblurb {
	border-top: 4px solid blue;
}
#toprightblurb {
	border-top: 4px solid green;
}
#bottomrightblurb {
	border-top: 4px solid yellow;
}
#bottomleftblurb {
	border-top: 4px solid orange;
}
.blurb_box{
	padding:0.51em;
	border: 2px solid #d9d9d9;
	background: #ffffff;
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f5f5f5));
	background: -webkit-linear-gradient(#ffffff, #f5f5f5);
	background: -moz-linear-gradient(center top, #ffffff 0%, #f5f5f5 100%);
	background: -moz-gradient(center top, #ffffff 0%, #f5f5f5 100%);
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.03);
	-webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.03);
	-moz-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.03);
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.opaque_blurb_box{
	background-color: rgba(255,255,255,0.76);
	padding:0.51em;
	border: 2px solid #d9d9d9;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.03);
	-webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.03);
	-moz-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.03);
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}


/*style for telephone numbers JEL 02/26/16 */
a[href^="tel:"]:before {
    content: "\260E";
    display: inline;
    margin-right: 0.5em;
}
/*Control blog list image size */
.et_pb_post a img {
	clear:left;
    height: auto;
    float: left;
    
    left: 0px;
    padding: 1em;
}
/*blog font awesome color change */

.fa-check-circle{
	color:#0c71c3 !important;
}



.et_pb_post {
    margin-bottom: 60px;
    clear: left;
}
.header_banner{
	justify-content: space-around;

}
.flex-container {
  padding: 0;
  margin: 0;
  list-style: none;
  
  -ms-box-orient: horizontal;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
}

.flex-start { 
  -webkit-justify-content: flex-start; 
  justify-content: flex-start; 
}

.flex-end { 
  -webkit-justify-content: flex-end; 
  justify-content: flex-end; 
}  
.flex-end li {
  background: gold;
}

.center { 
  -webkit-justify-content: center; 
  justify-content: center; 
}  
.center li {
  background: deepskyblue;
}

.space-between { 
  -webkit-justify-content: space-between; 
  justify-content: space-between; 
}  
.space-between li {
  background: lightgreen;
}

.space-around { 
  -webkit-justify-content: space-around; 
  justify-content: space-around; 
}
.space-around li {
  background: hotpink; 
}

.flex-item {
    
  line-height: 50px;
  color: white;
  font-weight: bold;
  font-size: 2em;
}
.blakes_box{
	margin:2em;
	padding:1em;
	color:#20A51D;
}

/*----------Custom Footer Icons----------*/
 
#footer-info {
    float: none;
    padding-bottom: 10px;
    color: #666;
    text-align: center;
}
 
#footer-bottom .et-social-icons {
    float: none;
    text-align: center;
    margin-top: -32px;
    margin-bottom: 15px;
}
 
#footer-bottom .et-social-icon a {
    display: inline-block;
    position: relative;
    color: #fff;
    font-size: 20px;
    text-align: center;
    text-decoration: none;
    transition: color .3s ease 0s;
    background: #171717;
    padding: 8px;
    border-radius: 25px;
    border: 1px solid white;
    width: 40px;
    height: 40px;
}
 
#footer-bottom .et-social-icon a:hover {
    background: #03a1b5;
    opacity: 1!important;
}
 
#footer-bottom .et-social-icons li {
    display: inline-block;
    margin-left: 10px;
}


@media screen and (max-width: 1280px) and (min-width: 981px)  {
.leftborder-blurbs {
	width: 207px!important;
}}
.leftborder-blurbs .et_pb_blurb_content .et_pb_main_blurb_image {
	padding-top: 14px !important;
}

/*.leftborder-blurbs.et_pb_blurb_position_left .et-pb-icon {
	font-size: 43px !important;
}*/

/*END CSS FOR 4 BLURBS*/

/*START CSS for top header page description on all inner pages */
.headerdescriptioninnerpgs {
	padding: 0px 0px !important;
}
.headerfullbackground {
	background-color: rgba(0, 0, 0, .5) !important;
	width: 100% !important;
	max-width: 100% !important;
	/* height: 136px !important; */
	/* max-height: 76px !important; */
}
/*end top header page description*/

/*start CSS for accordion toggle with special offer*/
#togglereducedwidth .et_pb_module.et_pb_toggle {
	/* width: 100%; */
	margin-left: 13%;
	width: 73%;
	padding-top: 20px !important;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-right: 20px !important;
	padding-right: 20px !important;
}
/*This is for the accordion toggle for mobile devices. margin and padding and width controlled here*/
@media screen and (max-width: 450px)  {
#togglereducedwidth .et_pb_module.et_pb_toggle {
  margin-bottom: 20px;
  margin-left: 7%;
  margin-right: 20px;
  margin-top: 20px;
  padding-right: 20px;
  padding-top: 20px;
  width: 88%;
}
}

/*END CSS for accordion toggle*/

/*START CSS for testimonials*/
/*this adjusts the padding and font size/style of the quote font awesome icon*/
.fa.fa-quote-left.quotearea {
	padding-right: 6px;
	font-size: 20px;
	color: #14c13d;
}
/*below css controls the testimonials image size and border radius*/
.testimonialstyles .et_pb_blurb_content .et_pb_main_blurb_image .et-waypoint.et_pb_animation_off.et-animated {
	width: 131px !important;
	max-width: 114px !important;
	margin-top: -16px;
	margin-right: 10px;
}
.testimonialstyles {
	padding-top: 30px !important;
	width: 90%;
	padding-bottom: 8px;
	padding-right: 5px;
	background-color: rgba(255,255,255, .6);
}
/*below is for the author name font color and right float*/
.testimonialauthorname {
	float: right;
	color: black;
}
@media screen and (max-width: 1025px)  {
.testimonialstyles .et_pb_blurb_content .et_pb_main_blurb_image .et-waypoint.et_pb_animation_off.et-animated {
	width: 131px !important;
	max-width: 84px !important;
}
}
@media screen and (max-width: 450px)  {
.testimonialstyles .et_pb_blurb_content .et_pb_main_blurb_image .et-waypoint.et_pb_animation_off.et-animated {
	width: 117px !important;
	max-width: 64px !important;
	border-radius: 50%!important;
	margin-top: -16px;
	margin-right: 10px;
}.testimonialstyles {
	padding-right: 17px;
	width: 100%;
}
}

/*end testimonial styles*/

/*start font size for circle blurbs  */  

.circle-blurb-font .et_pb_main_blurb_image .et-pb-icon-circle {
  font-size: 32px;
}

/*-----------------*/
/***** Apollo *****/
/*-----------------*/

figure.effect-apollo {
	background: #3498db;
}

figure.effect-apollo img {
	opacity: 0.95;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale3d(1.05,1.05,1);
	transform: scale3d(1.05,1.05,1);
}

figure.effect-apollo figcaption::before {
	position: absolute;
	top: -10%;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,0.5);
	content: '';
	-webkit-transition: -webkit-transform 0.6s;
	transition: transform 0.6s;
	-webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
	transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
}

figure.effect-apollo p {
  border-right: 4px solid #fff;
  bottom: 11%;
  margin-bottom: 3em;
  margin-left: 3em;
  max-width: 233px;
  opacity: 0;
  padding: 0 1em;
  position: inherit;
  right: 20%;
  font-size: 20px!important;
  text-align: right;
  transition: opacity 0.35s ease 0s;
}

figure.effect-apollo h2 {
	text-align: left;
}

figure.effect-apollo:hover img {
	opacity: 0.6;
	-webkit-transform: scale3d(1,1,1);
	transform: scale3d(1,1,1);
}

figure.effect-apollo:hover figcaption::before {
	-webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
	transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
}

figure.effect-apollo:hover p {
	opacity: 1;
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
	font-size: 20px;
}

.grid {
	position: relative;
	margin: 0 auto;
	padding: 0em 0 4em;
	max-width: 1000px;
	list-style: none;
	text-align: center;
}

/* Common style */
.grid figure {
	position: relative;
	float: left;
	overflow: hidden;
	margin: 0px 0%!important;
	min-width: 333px;
	max-width: 100%;
	max-height: 404px;
	width: 100%;
	background: #111;
	text-align: center;
	cursor: pointer;
}

.grid figure img {
	position: relative;
	display: block;
	min-height: 100%;
	max-width: 100%;
	opacity: 0.8;
}

.grid figure figcaption {
	padding: 2em;
	color: #fff;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
	pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

.grid figure h2 {
	word-spacing: 0em;
	font-weight: 300;
}

.grid figure h2 span {
	font-weight: 500;
}

.grid figure h2,
.grid figure p {
	margin: 0;
}

.grid figure p {
  font-size: 68.5%;
  letter-spacing: 1px;
  margin: 0 auto;
}

