/* 
 Theme Name:   Oregon Valley Greenhouse
 Theme URI:    
 Description:  Child Theme of Divi
 Author:       Casey Landreth
 Author URI:   
 Template:     Divi
 Version:      1.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html

 /* == Add your own styles below this line ==
--------------------------------------------*/

#et-top-navigation {
    padding-top: 0px !important;
}

#top-menu LI {
    padding-top: 52px !important;
}

#top-menu .sub-menu LI {
    padding-top: 15px !important;
}

.menu-quote {
    background-color: #00783a;
}

.menu-quote a {
    color: #FFF !important;
    text-transform: uppercase;
    font-weight: bold;
    padding: 5px 25px;
}

/* Fullpage Slider */
.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;
}

#home-product-list .et_pb_text, #home-product-list .et_pb_button_module_wrapper A {
    min-height: 400px !important;
    line-height: 400px !important;
    width: 100%;
}

#home-product-list .et_pb_button:after, #home-product-list .et_pb_button:before {
    line-height: 400px !important;
}

.header-lines {
    text-align: center;
    color: #00783a !important;
    text-transform: uppercase;
}

/* Gravity Forms CSS */
body .gform_wrapper .gform_body .gform_fields .gfield input[type=text],
body .gform_wrapper .gform_body .gform_fields .gfield TEXTAREA,
body .gform_wrapper .gform_body .gform_fields .gfield SELECT {
    border: solid 1px #00783a !important;
    border-radius: 5px !important;
    background: rgba(248,248,248,1.00);
}

.gform_button {
	background-color:#00783a;
	border:solid 2px #00783a;
	border-radius: 5px;
	padding: 10px 35px;
	text-transform: uppercase;
	text-align: center;
	float: none;
	color: #FFF;
	font-weight: 800;
	cursor: pointer;
}

@media screen and (min-width: 716px) {
    .header-lines {
        line-height: 0.5;
    }
    .header-lines span {
        display: inline-block;
        position: relative;  
    }
    .header-lines span:before,
    .header-lines span:after {
        content: "";
        position: absolute;
        height: 5px;
        border-bottom: 1px solid #00783a;
        border-top: 1px solid #00783a;
        top: 0;
        width: 600px;
    }
    .header-lines span:before {
        right: 100%;
        margin-right: 15px;
    }
    .header-lines span:after {
        left: 100%;
        margin-left: 15px;
    }
}
