/*
Theme Name: Divi Child 01
Theme URI: 
Description: Child 01 theme for the Divi theme
Author: <a href="http://www.elegantthemes.com">Elegant Themes</a>
Author URI: 
Template: Divi
Version: 3.0.106
*/


@import url('../Divi/style.css');

.ds-vertical-align { 
        display: flex; 
        flex-direction: column; 
        justify-content: center;
    }

blockquote {
    border-left: 2px solid;
    border-color: #333333 !important;
}

.mfp-title {
  	font-size:18px !important; 
	font-style:italic !important;
}

/*-----HEADER-----*/
#top-header {
    background-color: #95a567;
}
#et-info {
    float: none;
}
.top-contact {
    float: left;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}
#et-info-phone:before {
  display: none;
}
.top-social {
    float: right;
    font-size: 18px;
    position: relative;
    bottom: 3px;
}
svg.svg-inline--fa.fa-facebook-f.fa-w-9.top, svg.svg-inline--fa.fa-houzz.fa-w-10.top, svg.svg-inline--fa.fa-pinterest-p.fa-w-12.top, svg.svg-inline--fa.fa-twitter.fa-w-16 {
    margin-right: 20px;
}
svg.svg-inline--fa.fa-twitter.fa-w-16.bottom {
    margin-right: 0pc;
}

/*-----NAVIGATION-----*/
.et_header_style_centered #main-header div#et-top-navigation {
    margin-top: 30px;
}
#top-menu .current-menu-item a::before,
#top-menu .current_page_item a::before {
 content: "";
 position: absolute;
 z-index: 2;
 left: 0;
 right: 0;
}
#top-menu li a:before {
 content: "";
 position: absolute;
 z-index: -2;
 left: 0;
 right: 100%;
 bottom: 50%;
 background: #a7cc43; /*** COLOR OF THE LINE ***/
 height: 1px; /*** THICKNESS OF THE LINE ***/
 -webkit-transition-property: right;
 transition-property: right;
 -webkit-transition-duration: 0.3s;
 transition-duration: 0.3s;
 -webkit-transition-timing-function: ease-out;
 transition-timing-function: ease-out;
}
#top-menu li a:hover {
 opacity: 1 !important;
}
#top-menu li a:hover:before {
 right: 0;
}
#top-menu li li a:before {
 bottom: 10%;
}
#top-menu li {
    padding-right: 30px;
}

/*-----LOGO-----*/
#logo {
    margin-top: 10px;
}  
  
/*-----FONTS-----*/
h1, h2, h3, h4, h5, h6 {
/* font-family: 'Playfair Display', serif; */
font-family: 'Playfair Display', serif;
	font-weight:400;
}
p {
font-family: 'Roboto', sans-serif;
}
h1 {
  /*   font-weight: bold;*/
    text-transform: uppercase;
    font-size: 25px;
    color: #737F50;
}
p.saying {
    color: #fff1c6;
    font-size: 20px;
    font-weight: 500;
    font-style: italic;
    padding-bottom: 0px;
    letter-spacing: 5px;
}
a.white {
    color: #f3e18d;
    line-height: 30px;
    display: block;
    margin-top: 13px;
    letter-spacing: 1px;
}
.et_pb_promo_description {
    padding-bottom: 0px !important;
}
svg.svg-inline--fa.fa-phone-volume.fa-w-12 {
    color: #333;
}

/*-----GRAVITY FORMS-----*/
.gform_body {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
}
label {
    font-family: 'Roboto', sans-serif !important;
    font-weight: 400 !important;
    letter-spacing: 1px;
}
input#gform_submit_button_1 {
    color: #ffffff;
    background-color: #737f50;
    border: 0px;
    text-transform: uppercase;
    padding: 10px 30px;
    letter-spacing: 1px;
    font-weight: 600;
}
input#gform_submit_button_1:hover {
  background-color: #55555;
}
h3.sign-up {
    padding-bottom: 10px;
    font-weight: 500;
    line-height: 1em;
    color: #fff !important;
    padding: 10px 0px !important;
    text-align: center;
    letter-spacing: 1px;
    font-size: 30px !important;
    background-color: #687f2a;
}
input#gform_submit_button_2 {
    color: #ffffff;
    background-color: #737f50;
    border: 0px;
    text-transform: uppercase;
    padding: 10px 30px;
    letter-spacing: 1px;
    font-weight: 600;
}
input#gform_submit_button_2:hover {
  background-color: #55555;
}
.page-id-158 span.et-pb-icon.et-waypoint.et_pb_animation_top.et-animated {
    position: relative;
    top: -6px;
}
.page-id-158 .et_pb_blurb h4 a:hover {
    text-decoration: underline;
}

/*-----FOOTER-----*/
h4.title {
    margin-bottom: 15px;
    color: #fff1c6;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 20px;
}
a.bottom-gallery {
    font-size: 18px;
    letter-spacing: 1px;
    line-height: 28px;
    font-weight: 400;
}
ul#menu-social-menu {
    text-align: center;
}
#et-footer-nav {
    background-color: #3a3a3a;
}
.bottom-nav li {
    padding-right: 25px;
    font-size: 22px;
}
#footer-info {
    float: none;
    padding-bottom: 10px;
    color: #777;
    text-align: center;
    letter-spacing: 1px;
}
.bottom-nav {
    padding: 15px 0px 0px 0px;
}
#footer-bottom {
    padding: 5px 0 5px;
}
#footer-info a {
    color: #ffde79;
}
a.cream {
    color: #ffde79 !important;
    font-weight: bold !important;
    font-size: 16px !important;
}
  
/*-----MEDIA QUERIES-----*/
@media only screen and ( min-width:981px ) {
/* Set the slider height */
.homeslider, .homeslider .et_pb_container { 
height: 400px !important; 
}
.homeslider, .homeslider .et_pb_slide { 
max-height: 400px; 
 }
}
@media only screen and ( max-width:980px ) {
/* Set the slider height */
.homeslider, .homeslider .et_pb_container { 
height: 300px !important; 
}
.homeslider, .homeslider .et_pb_slide { 
max-height: 300px; 
 }
}
@media only screen and ( max-width:1500px ) {
  .et_pb_section.et_pb_section_0.shape-bkg.et_pb_with_background.et_section_regular {
    background-size: 400px !important;
}
}

@media only screen and ( max-width:980px ) {
	.et_pb_widget {
		text-align: center;
		width: 100%;
	}
	.et_header_style_centered #logo {
    max-height: 90px;
}
	.et_pb_section.et_pb_section_0.shape-bkg.et_pb_with_background.et_section_regular {
    background-image: none !important;
}
  h1 {
    font-size: 24px;
}
  p.saying {
    font-size: 19px;
  }
  .et_pb_row.et_pb_row_0.et_pb_gutters1.et_pb_row_fullwidth {
    padding: 0px !important;
}
.et_pb_blurb_content {
    max-width: 100% !important;
}
	h3.et_pb_slide_title {
		font-size: 26px !important;
	}
}
@media all and (max-width: 768px) {
    h1 {
    font-size: 24px;
}
  p.saying {
    font-size: 18px;
}
}
@media (max-width: 465px) {
#et-info {
    padding: .5em 0em .5em 0em;
}
.top-contact {
    float: none;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    display: block;
}
.top-social {
    float: none;
    font-size: 18px;
    position: relative;
    bottom: 0px;
  	top: 10px;
}
}
  
/*-----MOBILE-----*/
.mobile_menu_bar:before {
    color: #ffde79;
}
.et_mobile_menu {
    border-top: 2px solid #ffffff;
}
			  
/*-----PAGE REORDER-----*/
@media all and (max-width: 980px) {
/*** wrap row in a flex box ***/
.custom_row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
-webkit-flex-wrap: wrap; /* Safari 6.1+ */
flex-wrap: wrap;
}
.first-on-mobile {
-webkit-order: 1;
order: 1;
}
.second-on-mobile {
-webkit-order: 2;
order: 2;
}
.third-on-mobile {
-webkit-order: 3;
order: 3;
}
.fourth-on-mobile {
-webkit-order: 4;
order: 4;
}
}

hr.cream {
    background-color: #fff1bf;
    border: 0px;
    height: 1px;
    width: 62%;
    padding: 0px;
    margin: -5px auto 10px auto;
}


#sb_instagram .sb_instagram_header h3 {
    color: #f3e18d;
}

#main-footer iframe {
    height: 272px;
}

#footer-widgets .footer-widget #text-4 {
    margin-bottom: 20px !important;
}