/*
 Theme Name:     Divi Child
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Theme
 Author:         Kite Media
 Author URI:     https://www.kitemedia.com
 Template:       Divi
 Version:        1.0.0
*/


/* =Theme customization starts here
------------------------------------------------------- */

@media only screen and (min-width: 981px) {
#logo {
    top: -28px !important;
}
}

.et_right_sidebar #main-content .container:before {
	display: none
}

.single-post #main-content .container {
	text-align: center
}

div.et_pb_section.et_pb_section_1,
div.et_pb_section.et_pb_section_2{
	position: relative
}

.home div.et_pb_section.et_pb_section_1::before {
    content: '';
    position: absolute;
    top: 0;
    width: 100%;
    height: 94px;
    z-index: 1;
    background: url('/wp-content/uploads/2021/05/shadow.png') no-repeat center top;
    background-size: contain;
    pointer-events: none;
    left: 0;
}

.home div.et_pb_section.et_pb_section_2::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 94px;
    z-index: 1;
    background: url('/wp-content/uploads/2021/05/shadowup.png') no-repeat center bottom;
    background-size: contain;
    pointer-events: none
}

.et_pb_section_3.et_pb_section {
	margin-top: 0 !important;
}



#blog-section h1,
#blog-section h2 {
	text-align: center
}

.blog-info h3 {
  padding: 0;
  margin: 0;
    line-height: 1;
  font-size: 30px;
  color: #FFF;
    font-weight: normal;
    text-align: center;
}
.blog-info h3 a {
  color: #FFF; 
}

.blog-info h3 a:hover {
    color: #869986;
}
.blog-info {
 text-align: center;
    position: relative;
    padding: 0;
}

.blog-home-post {
    text-align: center;
    vertical-align: middle;
    width: 100%;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background: #647757;
    height: 240px;
    padding: 15px;
}

.date {
    font-size: 19px;
    position: relative;
    display: block;
    margin: 0;
    color: #FFF;
    text-align: center;
    padding: 0;
    padding-bottom: 15px !important;
    margin-bottom: 15px;
}

.date::after {
    content: '';
    height: 3px;
    width: 70px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background: #d2dcd8;
}

.tr {
	display: table;
	vertical-align: middle;
	width: 100%;
	
}

.td {
	float: none;
	display: table-cell;
	vertical-align: middle;
}

.blog-info {
	cursor: pointer
}

#location .et_pb_section {
    background: #d2dcd8;
	font-size: 20px;
}

#location h2.widgettitle {
    display: block;
    color: #213239;
    font-size: 38px;
    text-align: left;
    margin-bottom: 25px;
}

#location .et_pb_column {
    border-right: 2px solid #a2b2ac;
    border-left: 2px solid #a2b2ac;
    padding: 30px 50px;
		margin: 0;
    width: 33.3334%;
}

#location .et_pb_column:first-child {
    border-left: none;
    border-right: none;
	padding-left: 0;
}

#location .et_pb_column:last-child {
    border-left: none;
    border-right: none;
	padding-right: 0
}

#map iframe {
	display: block;
}

.home h1 {
	font-size: 19px;
	color: #213239;
	font-family: 'Lato',Helvetica,Arial,Lucida,sans-serif;
	font-weight: normal;
	margin-bottom: 15px;
}

#blog-section h1 {
	font-size: 19px;
	color: #213239;
	font-family: 'Lato',Helvetica,Arial,Lucida,sans-serif;
	font-weight: normal;
	margin-bottom: 15px;
}

.home h1 strong {
	font-weight: normal;
}

#et-secondary-nav li:first-child {
	margin-right: 0
}

#et-secondary-nav li:first-child a {
    font-size: 13px;
    text-transform: capitalize;
}

#footer-bottom {
	text-align: center;
	color: #FFF;
	font-size: 17px;
	background: #647757 !important;
}

#footer-bottom a {
	color: #FFF;
}

#footer-bottom a:hover {
	color: #213239
}

body #page-container .et_pb_section .et_pb_fullwidth_header_0 .et_pb_button_one.et_pb_button, body #page-container .et_pb_section .et_pb_fullwidth_header_0 .et_pb_button_one.et_pb_button:hover {
    margin: 0 auto;
}

#footer-bottom .container {
	text-align: center;
}

.btn {
	display: inline-block;
	background: #647757;
	color: #FFF;
	text-align: center;
	border: none;
	border-radius: 10px;
	padding: 10px 15px;
	font-size: 18px;
}

.btn:hover {
	background: #213239;
}

.btn-block {
	width: 100% !important;
	display:block !important;
}

.thumb-container a,
.thumb-container a img{
	display: block
}

#blog-section a.btn {
	border-radius: 0;
	display: block;
	margin: 0
}

#location a.btn {
	margin-bottom: 10px;
}

@media screen and (max-width:1024px) {
	#location .et_pb_column {
    padding: 15px;
}
	#location {
		font-size: 18px !important;
	}
}

@media screen and (max-width:768px) {
	#footer-bottom {
		font-size: 13px;
	}
	.tr, .td {
	display: block;	
}
	.blog-home-post {
		height: auto;
	}
	
	#location h2.widgettitle {
		font-size: 28px;
		margin-bottom: 15px
	}
	#location .et_pb_column {
    padding: 30px 0;
		border: none;
		width: 100%
}
}

@media screen and (max-width:767px) {
.home h1 {
	text-align: center;
}
}