/*
 Theme Name:   Intuitive Digital
 Theme URI:    http://www.elegantthemes.com/gallery/divi/
 Description:  A child of Divi from Elegant Themes, developed by Intuitive Digital
 Author:       Intuitive Digital
 Author URI:   https://intuitivedigital.com
 Template:     Divi
 Version:      1.6.9
 Tags:         responsive, page builder, elegant themes, content modules, theme options, enhanced customizer
 Text Domain:  Divi-child
*/

/* Theme Reset */
p:last-of-type {
	padding-bottom: 1em;
}

h1{
	padding-bottom: 13px;
}

h3, h2 {
	padding: 10px 0;
}

.et_pb_text h3 a {
	font-weight: 700;
}

.et_pb_text h3 a:hover {
	border-bottom: 1px solid #8BC98C;
}

.et_pb_text p:last-of-type {
	padding-bottom: 15px;
}


#main-header{
    background:url(/wp-content/uploads/2018/08/bg-header.jpg) repeat;
    background-position: center top;
}

#logo{    
    max-height: 232px !important;
    margin-top: 2em;
    /*height: auto;
    width: auto;
    max-width: 286px;*/
}

@media (max-width:480px){
    #logo{
    margin-top: 1rem !important
    }
}

@media (min-width: 480px) and (max-width:980px){
    #logo{
    margin-top: 0rem !important
    }
}

@media only screen and (min-width: 981px){
    .et-fixed-header #top-menu a{
        color: #847063 !important;
    }
}


.et_fullscreen_slider .et_pb_slides,
.et_fullscreen_slider .et_pb_slide,
.et_fullscreen_slider .et_pb_container {
    min-height: 100% !important;
    height: 100% !important;
}
body.home .et-pb-arrow-next, .et-pb-arrow-prev {
    top: 40%;
}
body.home #main-footer {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10;
}
.et_pb_contact p input, .et_pb_contact p textarea, .et_pb_subscribe .et_pb_contact_field input, .et_pb_subscribe .et_pb_contact_field textarea {
    background-color: #847063;
    border-width: 0 !important;
    padding: 18px !important;
}
.et_pb_contact p input::placeholder, .et_pb_contact p textarea::placeholder, .et_pb_subscribe .et_pb_contact_field input::placeholder, .et_pb_subscribe .et_pb_contact_field textarea::placeholder {
    text-transform: uppercase;
    color: #3d2d23;
    font-size: 18px;
    font-family: 'Roboto',sans-serif;
}
#footer-bottom{background:url(/wp-content/uploads/2018/08/bg-footer.jpg) repeat}

#footer-widgets .footer-widget li {
	padding-left: 0;
}
#footer-widgets .footer-widget li:before {
	display: none;
}
#footer-bottom {
	padding: 30px;
}
#footer-bottom a {
	color: #ffd84c;
}

.footer-info, .social, .copyright, .intuitive{
	text-align: center;
	box-sizing: border-box;
	color: #ffd84c;
	font-family:'Oswald',sans-serif;
}

.footer-info{
    margin-bottom: 20px;
    font-size: 18px;
}

.copyright, .intuitive{
    font-size: 15px;
}

.social{
    margin-bottom: 10px;
}

/*.footer-bottom-left,*/
/*.footer-bottom-right {*/
/*	box-sizing: border-box;*/
/*	margin: 0;*/
/*	padding-top: 7px;*/
/*	width: 50%;*/
/*	float: left;*/
/*}*/

.footer-bottom-right p.credit {
	text-align: right;
}

input[type="text"], textarea {
border-width: 3px !important;
padding: 10px !important;
}
label {
display: none !important;
}
/* Gravity forms submit button: */
body .gform_wrapper .gform_footer input[type=submit] {
    padding: .327em 1em;
    color: white;
    text-align: center;
    border-width: 1px;
    border-style: solid;
    border-color: rgba(255, 255, 255, 0);
    text-decoration: none;
    font-size: 1em;
    font-family: inherit;
    cursor: pointer;
    overflow: visible;
    width: auto;
    line-height: 1.618em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    white-space: normal;
    background: #428bca;
    font-weight: 400;
    text-transform: uppercase;
    box-shadow: 0 0 0 0 #888;
    -webkit-box-shadow: 0 0 0 0 #888;
    border-radius: 3px;
    text-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

@media only screen and (max-width: 380px) {
    body.home .et-pb-arrow-next, .et-pb-arrow-prev {
        top: 30%;
    }
}
@media only screen and (max-width: 767px) {
    .footer-bottom-left, .footer-bottom-right {
        width: 100%;
        float: none;
        text-align: center;
    }
    .footer-bottom-right p.credit {
        text-align: center;
    }
}
@media only screen and (min-width: 981px){
    .et_header_style_split .centered-inline-logo-wrap {
        width: auto !important;
        max-height: 232px !important;
    }
}




