/*
Theme Name:  MTTLR
Theme URI:   http://mttlr.org
Version:     1.0
Description: Divi child theme.
Author:      Rachel Ross
Author URI:  http://rachelrosscreative.com
Template:    Divi
*/

@import url("../Divi/style.css");


h4 {
	font-weight: bold;
	}
p {
	padding-bottom: 10px !important;
	}

.et_pb_bg_layout_light .et_pb_widget li a,
.et_pb_widget_area .et_pb_widget a {
    color: #00274c;
}

#hide-content {
	display: none;
}

/* --------------------------------- HEADER --------------------------------- */

#top-header {
	background-color: #FBFBFB !important;
	}
	
#top-header a, #top-header span {
	color: #666666 !important;
	}

.et_fullwidth_nav #main-header .container {
	padding: 0;
	}
	
.et_header_style_centered #main-header div#et-top-navigation {
	background-color: rgba(0,39,75,1);
	padding: 9px 0 0 0;
	}
	
#top-menu a {
	color: #FFFFFF;
	}

#main-header{
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
	border-bottom: 1px solid #00274c;
}
	
.et_fixed_nav #logo {
	max-height: 85px !important;
	}
	
.et_header_style_centered #main-header .logo_container {
	height: 120px !important;
	}
	
.et-fixed-header #logo {
	max-height: 90px !important;
	padding:0 !important;	 
	}
	
.et_header_style_centered #top-menu > li > a {
	text-transform: uppercase;
	}

/* --------------------------------- HOME SLIDER --------------------------------- */

#home-slider-section {
    padding: 0 !important;
}

/* --------------------------------- HOME ARTICLE --------------------------------- */

#home-article h2 {
	font-size: 21px;
	}
#home-article {
	border: 1px solid #d8d8d8;
	padding: 19px;
	background-color: #fff;
	word-wrap: break-word;
  }
 #home-article a.et_pb_promo_button.et_pb_button {
	 font-size: 18px;
	 }

/* --------------------------------- GRAVITY FORMS --------------------------------- */
	
.gform_wrapper .top_label .gfield_label {
	text-transform: uppercase;
	}
	
.gform_wrapper form li, .gform_wrapper li {
	margin-bottom: .5em;
	}
	
input[type=text] {
	color: #666666;
	}
	
/* --------------------------------- FOOTER --------------------------------- */

#et-footer-nav {
	background-color: rgba(255,255,255,0);
	}
	
.bottom-nav a {
	text-transform: uppercase;
	color: #FFFFFF;
	}

#footer-info a {
  font-weight: 600;
}

/* --------------------------------- MOBILE --------------------------------- */

@media only screen and (min-width: 1350px) {
.et_pb_section {
  padding: 27px 0 !important;
}
}

@media only screen and (min-width: 981px) {
.et_header_style_centered #top-menu > li > a {
  padding-bottom: 15px;
}

.et_pb_section {
  padding: 25px 0 !important;
}
}

@media only screen and (max-width: 980px) {
	
.et_header_style_centered #main-header div#et-top-navigation {
    background-color: rgba(0,39,75,0) !important;
    padding: 0;
}

.et_pb_section {
  padding: 27px 0 !important;
}

.et_header_style_centered #main-header .logo_container {
    height: auto !important;
}

}

/*
@media only screen and ( min-width: 981px ) and ( max-width: 1100px ) {
#people, #process, #passion {
	min-height: 380px !important;
}
}
 @media only screen and ( max-width: 980px ) {
#people, #process, #passion {
	max-width: 360px !important;
	margin: 0 auto !important;
	min-height: 320px !important;
}
}
 @media only screen and ( max-width: 767px ) {
.gform_wrapper .top_label li.gfield.gf_left_half {
	width: 98% !important;
}
.gform_wrapper .top_label li.gfield.gf_right_half {
	float: left !important;
	clear: left !important;
	width: 98% !important;
}
}
 @media only screen and ( max-width: 479px ) {
#et-top-navigation {
	margin: -15px 0 32px 0;
	padding: 0 !important;
}
}
*/