/*
 * .title_black_shadows_white_back h3 {
    position: relative;
    z-index: 5;
}

.title_black_shadows_white_back h3:after {
    content: ' ';
    width: 950px;
    display: block;
    position: absolute;
    height: 60px;
    background: #fff;
    left: 160px;
    bottom: -30px;
    z-index: -1;
}*/
.bk_white{
    position: relative;
    z-index: 5;
}
.bk_white:after {
    content: ' ';
    width: 105%;
    display: block;
    position: absolute;
    height: 60px;
    background: #fff;
    left: 38px;
    bottom: -30px;
    z-index: -1;
}


.bk_cream{
	position:relative;
	z-index:5;
}
span.bk_cream::after {
    content: "";
    position: absolute;
    bottom: -17px;
    left: 30px;
    width: 100%;
    height: 45px;
    background: #fdf9e3;
    border-radius: 0;
    z-index: -1;
}


.page-id-371 span.bk_cream::after,
.page-id-376 span.bk_cream::after {
    bottom: -10px;
	width:175%!important;
}


@media all and (max-width:767px) {
	span.bk_cream::after {
    bottom: -5px;
    height: 30px;
}
	
	
.page-id-371 span.bk_cream::after,
.page-id-376 span.bk_cream::after {
    bottom: -2px;
	width:100%!important;
}
	
	.title_black_shadows_white_back .bk_white {
		    max-width: 350px;
    display: inline-block;
	}
	
	.title_black_shadows_white_back .bk_white em{
	display: block;
	}
	
	.title_black_shadows_white_back .bk_white:after {
		height: 35px;
		bottom: 15px;
	}
}
/*Disable Chrome Autolinking on Mobile*/
a[href^="https://maps.google.com"],
a[href*="maps.google."],
a[href^="tel:"],
a[href^="mailto:"],
a[href^="sms:"] {
  text-decoration: none !important;
}


.davis-post-content img {
	margin:20px 0
}

.davis-post-content h2,
.davis-post-content h3,
.davis-post-content h4,
.davis-post-content h5,
.davis-post-content h6 {
	  font-family: "Lora", Sans-serif;
	margin:10px 0;
}

.davis-post-content h2 {
	  
    font-size: 40px;
    font-weight: 700;
}

.davis-post-content h3 {
	
  font-size: 38px;
  font-weight: 600;
}

.davis-post-content h4 {
	
  font-size: 32px;
  font-weight: 600;
}

.davis-post-content h5 {
	
  font-size: 26px;
  font-weight: 600;
}

.davis-post-content h6 {

  font-size: 22px;
  font-weight: 600;
}

.davis-post-content ul {
	padding: 15px 0;
  padding-left: 30px;
}

.davis-post-content ul li {
	margin-bottom:5px;
}

.davis-post-content ul li:last-of-type {
	margin-bottom:0;
}

.davis-post-content p {
    margin-bottom: 15px;
}


@media only screen and (max-width:1024px) {
	.davis-post-content h2 {
		font-size:36px;
	}
	
	.davis-post-content h3 {
		 font-size: 34px;
	}
	
	.davis-post-content h4 {
		 font-size: 28px;
	}	
	
	.davis-post-content h5 {
		 font-size: 22px;
	}
	
	.davis-post-content h6 {
		font-size: 20px;
	}
	
}

@media only screen and (max-width:768px) {
	.davis-post-content h2,
	.davis-post-content h3 {
		font-size:32px;
	}
	
	.davis-post-content h4 {
		font-size:26px;
	}
	
	.davis-post-content h6 {
		font-size: 18px;
	}
	
	
	
	
}
