/* 
 Theme Name:     Divi Child
 Author:         Dutch Hoffman
 Author URI:     http://www.devbydutch.com
 Description:    Divi Child Theme
 Template:       Divi
*/ 


/* ----------- PUT YOUR CUSTOM CSS BELOW THIS LINE -- DO NOT EDIT ABOVE THIS LINE -------------- */

/* ---- displaynones ---- */
li.hidden-menu { display:none !important; }
/* ---- displaynones ---- */

/* ---- globals and wrappers ---- */
.grecaptcha-badge { visibility: hidden !important; }
.re-captcha-notice { font-size: .8em; line-height: 1.4em; margin-top: 15px; color: #8e8e8e; }
.re-captcha-notice a { color: #b1b1b1; }
.trans { -webkit-transition: all 0.4s ease-in-out; -moz-transition: all 0.4s ease-in-out; -o-transition: all 0.4s ease-in-out; -ms-transition: all 0.4s ease-in-out; transition: all 0.4s ease-in-out; }
.container, .et_pb_row { position: relative; width: 95%; max-width: 1160px; margin: auto; }
/* ---- globals and wrappers ---- */

/* ---- Shadows ---- */
.shodowed-text { text-shadow: 1px 1px 2px black; }
.shadowed-box { box-shadow: 1px 1px 2px black; }
/* ---- Shadows ---- */

/* ---- List Fixes ---- */
.entry-content ul, .entry-content ol { padding: 1.6em 0 23px 2.2em; }
/* ---- List Fixes ---- */

/* ---- Slider mods ---- */
/* ---- Slider mods ---- */

/* Header */
.nav li ul { width: auto; }
#top-menu li li a { width: auto; white-space: nowrap; }
.et_header_style_left .et-fixed-header #et-top-navigation, .et_header_style_split .et-fixed-header #et-top-navigation {
padding: 20px 0 0 0;
}
/* Header */

/* Form Styles */
.fullwidth-field { width: 100% !important; font-size: 18px; line-height: 24px; }
.form-submit-btn {
	background-color: #588540;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 30px;
	padding-right: 30px;
	margin-top: -10px;
	border-radius: 4px;
	color: #fff;
	font-size: 18px;
	border: none;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.form-submit-btn:hover { background-color:#6ebe59; }
/* Form Styles */


/* widget side menu */
/* widget side menu */

/* widget footer menu */
/* widget footer menu */

/* top menu font */
/* top menu font */

/* ------------- Responsive breakpoints ------------- */

/* Smartphones in portrait mode (0-479px) */
@media only screen and ( max-width: 479px ) {
.et_header_style_split #et-top-navigation { padding: 20px 0 0 0; }
}

/* Smartphones in landscape mode (480-768px) */
@media only screen and ( min-width: 480px ) and ( max-width: 767px ) {
.et_header_style_split #et-top-navigation { padding: 20px 0 0 0; }
}

/* Tablets in landscape mode (981-1100px) */
@media only screen and ( min-width: 981px ) and ( max-width: 1100px ) { 
.et_header_style_split #et-top-navigation { padding: 20px 0 0 0; }
}

/* Tablets in portrait mode (768-980px) */
@media only screen and ( min-width: 768px ) and ( max-width: 980px ) {
.et_header_style_split #et-top-navigation { padding: 20px 0 0 0; }
}

/* Laptops and desktops (1100-1405px) */
@media only screen and ( min-width: 1100px ) and ( max-width: 1405px) { 
.et_header_style_split #et-top-navigation { padding: 20px 0 0 0; }
}

/* Large screens (1405px upwards) */
@media only screen and ( min-width: 1405px ) { 
.et_header_style_split #et-top-navigation { padding: 20px 0 0 0; }
}
