/*
Theme Name: Divi Child
Theme URI: http://www.elegantthemes.com/gallery/divi/
Version: 3.0.92
Author: Wayne Woodbury ** Modified 2.7.5 for Divi 3.0.65 and above CSS File / August 4th 2017 **
Template: Divi
*/

/* Browser Reset */

@import url("../Divi/style.css");
@import url("../Divi-child/style-nav.css");
@import url("../Divi-child/style-links.css");
@import url("../Divi-child/style-plugins.css");
/*----------------------------------------------------------------------*/
/*------------------ CSS NOTES -----------------------------------------*/
/*----------------------------------------------------------------------*/
/*--

ZZZZ = Design Note Comments!

********** BACKEND SETTINGS BELOW **********

****** Layout Settings

Content Width = 960 / 1080 
Gutter Width = 3 
Section Height = 0
Row Height = 2

****** Typography Settings

Body Text Size = 14
Body Line Height = 1.5

****** Tablet Settings

Section Height = 10
Row Height = 15
Body Text = 14 
Header Text = 25

****** Phone Settings

Section Height = 10
Row Height = 15
Body Text = 14 
Header Text = 25

--*/

/*----------------------------------------------------------------------*/
/*------------------ BEGIN CONSOLIDATE SECTION -------------------------*/
/*----------------------------------------------------------------------*/
 
/* Body - Set Color In Backend */
body {
	font-family: "Open Sans", Arial, sans-serif;
	font-size:14px;
	margin-top:0px;
	margin-bottom:0px;
}
/* Body Background */
body.et_cover_background {
	background-color:#444444 !important;
	background-attachment:fixed;
	background-image:url(https://nwirealestate.com/wp-content/uploads/pg-bg.png);
	background-position:center top;
	background-repeat:repeat-x !important;
	background-size:auto auto !important;
}
/* Header Tags - Set Color In Backend RED= #ED1B2D BLUE= #006BB6 */
h1 {
	font-size:30px;
}
h2 {
	font-size:26px;
}
h3 {
	font-size:22px;
}
h4 {
	font-size:18px;
}
h5 {
	font-size:16px;
}
h6 {
	font-size:14px;
}
h1, h2, h3, h4, h5, h6 {
	font-family: "FONT-NAME", sans-serif;
	font-weight: bold;
	line-height: 1em;
}
/* Main Container Width */
.et_boxed_layout #page-container {
	max-width:1120px !important;
	width:100%;
}
/* Main Container Background */
#main-content {
	background-color:#FBFBFB !important;
}
/* Top Navigation Width */
.container {
	width:80% !important;
	max-width:80% !important;
}
/* Shadow Box Page Container */
.et_boxed_layout #page-container {
	-webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}
/* Main Header Secondary Background */
#page-container {
	background-color:transparent;
	background-image:url(https://nwirealestate.com/wp-content/uploads/header-bg-001-bg.png);
	background-position:center top;
	background-repeat:repeat-x;
}
/* Header Nav BG Color, Image */
#main-header {
	background-color:#777777;
	background-image:url(https://nwirealestate.com/wp-content/uploads/nwi-logo-001.png);
	background-position:left top;
	background-repeat:no-repeat;
	-webkit-box-shadow:0 0 rgba(0, 0, 0, 0);
	-moz-box-shadow:0 0 rgba(0, 0, 0, 0);
	box-shadow:0 0 rgba(0, 0, 0, 0);
}
/* Top Nav Full Width - Header Style Centered */
.et_header_style_centered #main-header .container {
	width:100%;
}
/*----------------------------------------------------------------------*/
/*------------------ PAGE CONTENT SECTION ------------------------------*/
/*----------------------------------------------------------------------*/

/* Text Body / Blog Background Color */
.et_pb_section {
	background-color:#FBFBFB !important;
	background-image:url(https://nwirealestate.com/wp-content/uploads/section-bg.png);
	background-position:center top;
	background-repeat:repeat-y;
	background-size:auto auto;
}
/* Row Width */
.et_pb_row {
	width:90% !important;
	max-width:90% !important;
}
/* Title Row */
/* .et_pb_row_0 {
	padding: 18px 30px 5px !important;
} */
/* Title Row */
/* .et_pb_section.et_pb_section_0 {
	background-color:#F5F5F5 !important;
	border-top:solid 1px #DDDDDD;
	border-bottom:solid 1px #DDDDDD;
} */
/* Title Row */
/* .et_pb_row_0 p, .et_pb_row_0 h1, .et_pb_row_0 h2, .et_pb_row_0 h3, .et_pb_row_0 h4 {
	color:#777777 !important;
	font-size:22px;
	font-weight:bold;
} */
/* Text Box With Background Image */
.et_pb_with_background {
	background-position: center bottom;
	background-repeat:no-repeat;
	background-size:auto auto;
}
/* Map Height / Border */
.et_pb_column_2_3 .et_pb_map {
	height:500px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	border:solid 1px #DDDDDD;
}
/* Gallery Title */
.et_pb_gallery_title {
	color: #999999;
	font-size:14px !important;
}
/* Gallery Image Rollover Accent Color */
.et_overlay:before {
	color: #660000;
}
/* Blog Widget Title */
.widgettitle {
	margin-bottom:0px;
}
/* Image Offset */
img.alignleft {
	margin-right:35px;
}
/*----------------------------------------------------------------------*/
/*------------------ FOOTER SECTION ------------------------------------*/ 
/*----------------------------------------------------------------------*/

/* Footer Menu */
.bottom-nav {
	text-align:center;
}
/* Footer Menu */
.bottom-nav li {
	padding-right:0px !important;
	margin-bottom:30px;
}
/* Footer Main */
#main-footer {
	background-color:transparent;
}
/* Footer Main */
#footer-bottom {
	background-color:rgba(0, 0, 0, 0.5);
	background-image:url(https://nwirealestate.com/wp-content/uploads/footer-bg.png);
	background-position:center top;
	background-repeat:no-repeat;
}
/* Footer Main Corner Radius */
#footer-bottom {
/*-moz-border-radius:0 0 35px 35px;
	-webkit-border-radius:0 0 35px 35px;
	border-radius:0 0 35px 35px;*/
}
/* Social Icons Footer */
.et-social-icons {
	float:none;
	text-align:center;
}
/* Social Icons Footer */
.et-social-icons li {
	margin-left:10px;
	margin-right:10px;
}
/* Footer Text */
#footer-info {
	color: #999999;
	float:none;
	padding-bottom: 10px;
	text-align: center;
}
/*----------------------------------------------------------------------*/
/*------------------ BEGIN WWW CSS SECTION -----------------------------*/ 
/*----------------------------------------------------------------------*/

/* Blockquote */
blockquote {
	margin: 20px 0 30px;
	padding-left: 20px;
	border-left: 5px solid #CC0000;
}
/* Horizontial Line */
.lineRule1 {
	height:3px;
	width:85%;
	background-color:#D8D8A5;
	margin:20px auto 20px auto;
}
/* Slider Box */
.sliderBox {
	margin-top:0px;
	margin-bottom:0px;
}
/* Title Text */
.titleText-001 {
	color:#555555;
	font-size:20px;
}
/* Title Text */
.titleText-002 {
	color:#CC0000;
	font-size:18px;
}
.frameBox {
    border:solid 3px #0066CC;
}
/*------------------ Special ---------------------------*/

/* Alert Text */
.alertNotice {
	color:#FF0000;
	font-weight:bold;
	text-transform:uppercase;
}
/*------------------ Menu Column Settings ---------------------------*/

#menuColumn {
	float:left;
	margin-left:25px;
	margin-bottom:25px;
	padding-bottom:15px;
	width:95%;
	border-bottom:solid 2px #777777;
}
.textLeft {
	float:left;
	width:55%;
	margin-top:7px;
}
.textRight {
	float:right;
	margin-top:7px;
}
.textLeft, .textRight, .textCenter {
	font-size:16px;
	font-weight:bold;
}
.textBottom {
	font-size:14px;
	line-height:1em;
	clear:both;
}
/*------------------ Form Settings ---------------------------*/

/* Form */
.gform_wrapper {
	padding: 5px 15px;
	background-color:transparent;
	background-image:url(https://nwirealestate.com/wp-content/uploads/form-bg-001.png);
	background-position:center top;
	background-repeat:repeat;
	background-size:auto auto;
	font-size:14px;
	margin-top:0px !important;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	border:solid 1px #DDDDDD;
}
/* Form Sub Label */
.gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label {
	color:#353535 !important;
	font-size:100% !important;
}
/* Form Required Color */
.gform_wrapper .gfield_required {
	color:#FF0000 !important;
}
/* Form Button Margin*/
.gform_wrapper .gform_page_footer .button.gform_next_button {
	margin-bottom:8px
}
/* Form Progress Bar */
.gform_wrapper, .gsection_title, .gf_progressbar_title {
	color:#222222;
}
/* Form Fields */
.gform_wrapper input, .gform_wrapper textarea, .gform_wrapper select {
	border:none;
}
/* Form Submit Button */
.gform_wrapper input[type="submit"] {
	padding:5px 20px;
	background-color:#FFFFFF;
}
/*------------------ List Layout Settings ---------------------------*/

/* List Image */
.listImage1 {
	font-weight:bold;
	list-style-image:url(https://nwirealestate.com/wp-content/uploads/list-image-001.png);
}
/* List Image */
.listImage2 {
	font-weight:normal;
	list-style-image:url(https://nwirealestate.com/wp-content/uploads/list-image-002.png);
}
/* List Image Line Spacing */
.listImage1, .listImage2 {
	line-height:1.5em !important;
	margin:7px 0px 7px 20px;
}
/* List Image Margin Bottom */
.listImage1 li, .listImage2 li {
	margin-bottom:0.25em;
}
/* List Image Columns */
#floatLeft-2col {
	float:left;
	width:48%;
	margin-left:15px;
}
/* List Image 3 Columns */
#floatLeft-3col {
	float:left;
	width:30%;
	margin-left:5px;
}
/* List Indent - List within a List */
.listIndent1 {
	font-weight:bold;
	line-height:1.5em !important;
	margin:7px 0px 7px 40px;
}
/* List Indent Margin Bottom */
.listIndent1 li {
	margin-bottom:0.25em;
}
/*------------------ Floating Div  ---------------------------*/
	
/* Floating Div */
#floatdiv {
	margin-top:30%;
	position:absolute;
	z-index:99999;
}
/*------------------ Mobile Phone Number  ---------------------------*/

/* Display Phone Number Screen Settings */
.phoneDisplay-1 {
	display:inline;
}
/* Display Phone Number Screen Settings */
.phoneDisplay-2 {
	display:none;
}
/*------------------ Blog Featured Image ---------------------------*/

/* Blog Category Featured Image */
.et_pb_post a img {
	height: auto;
	float: left;
	width: 110px;
	left: 0;
	padding-right: 14px;
	margin-bottom:40px;
}
/* Blog Category Featured Image Remove */
@media only screen and (max-width: 980px) {
.et_pb_post a img {
 display:none;
}
}
/*------------------ Call To Action Boxes ---------------------------*/

/* Call To Action Boxes Padding */
.et_pb_no_bg {
	padding: 20px !important;
}
/* Call To Action Boxes */
.cta-001 {
	background-color:#FCFCFC;
	color:#222222 !important;
	margin-bottom:15px !important;
	padding:20px !important;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border:solid 1px #DDDDDD;
}
/* Call To Action Boxes Title */
.cta-001 h1, .cta-001 h2, .cta-001 h3, .cta-001 h4 {
	color:#666666 !Important;
	margin-top:10px;
	margin-bottom:10px;
}
/* Call To Action Images */
.et_pb_promo_description p img {
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
}
/*------------------ Content Boxes ---------------------------*/

/* Content Boxes */
.textBox-001 {
	background-color:#FFFFFF;
	color:#222222 !important;
	margin-top:20px !important;
	padding:35px !important;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border:solid 1px #DDDDDD;
}
/* Content Boxes Title */
.textBox-001 h1, .textBox-001 h2, .textBox-001 h3, .textBox-001 h4 {
	margin-top:10px;
	margin-bottom:10px;
}
/*------------------ Learn More Buttons ---------------------------*/

/* Learn More Button Arrow*/
.et_pb_button::after {
 margin-top:-4px;
}
/* Learn More Button */
.et_pb_button, .form-submit .et_pb_button {
	background-color:rgba(0, 0, 0, 0.05);
	background-image:url(https://nwirealestate.com/wp-content/uploads/nav-button-001-bg.png);
	background-position:center;
	background-repeat:no-repeat;
	color:#222222;
	font-size:16px;
	font-weight:bold;
	line-height:1.7em !important;
	padding:0.3em 1em;
	position:relative;
	-webkit-transition:all 0.4s;
	-moz-transition:all 0.4s;
	transition:all 0.4s;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px !important;
	border: 2px solid transparent;
}
/* Learn More Button Hover */
.et_pb_button:hover, .form-submit .et_pb_button:hover {
	background:rgba(0, 0, 0, 0.02);
	color:#777777;
	font-weight:bold;
	border: 2px solid transparent;
}
/*------------------ CTA Buttons ---------------------------*/

/* Learn More CTA Button */
.cta-001 .et_pb_button {
	background-color:#00EE00;
	background-image:url(https://nwirealestate.com/wp-content/uploads/nav-button-001-bg.png);
	background-position:center;
	background-repeat:no-repeat;
	color:#FFFFFF !important;
	border:1px solid transparent;
}
/* Learn More CTA Button Hover */
.cta-001 .et_pb_button:hover {
	background:#CC0000;
	color:#FFFFFF !Important;
	border:1px solid #FFFFFF;
}
/*------------------ Testimonial Boxes ---------------------------*/

/* Testimonial Box */
.et_pb_testimonial {
	border:solid 2px #C4B09C;
	position: relative;
	padding:30px 20px 20px !important;
	line-height: 1.5;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	background-color:#FFFFFF !important;
	margin-bottom:50px !important;
}
/* Testimonial Image Shadow */
.et_pb_testimonial_portrait:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.25);
	box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.25);
	content: "";
}
/* Testimonial Quotation Marks */
.et_pb_testimonial:before {
	color:#017172;
	top: -26px;
	margin-left: -26px;
	background: #FFFFFF !important;
	font-size: 36px;
	content: "\47";
	padding:7px;
}
/*------------------ Accordion Toggle Boxes ---------------------------*/

/* Toggle Box */
.et_pb_toggle {
	border: 1px solid #D9D9D9;
}
/* Toggle Box Closed */
.et_pb_toggle_close {
	padding: 20px;
	background-color: #0066CC;
}
/* Toggle Box Open */
.et_pb_toggle_open {
	padding: 20px;
	background: #FFFFFF;
}
/* Toggle Box Icon  Closed */
.et_pb_toggle_title:before {
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -0.5em;
	color: #CCCCCC;
	font-size: 16px;
	content: "\e050";
}
/* Toggle Box Icon Open */
.et_pb_toggle_open .et_pb_toggle_title:before {
	content: "\e04f";
}
/* Toggle Box Title */
.et_pb_toggle h5.et_pb_toggle_title {
	position: relative;
	padding: 0 50px 0 0;
	cursor: pointer;
}
/* Toggle Box Title Closed */
.et_pb_toggle_close h5.et_pb_toggle_title {
	color: #FFFFFF;
}
/* Toggle Box Title Open */
.et_pb_toggle_open h5.et_pb_toggle_title {
	color: #333333;
}

/*----------------------------------------------------------------------*/
/*------------------ BEGIN MOBILE SCREEN SECTION -----------------------*/ 
/*----------------------------------------------------------------------*/

@media only screen and ( max-width: 1180px ) {

/* Body */
body {
 background-image:none;
 margin:0px !important;
}
/* Header Tags */
h1 {
 font-size:24px;
}
h2 {
 font-size:22px;
}
h3 {
 font-size:16px;
}
h4 {
 font-size:14px;
}
h5 {
 font-size:13px;
}
h6 {
 font-size:12px;
}
/* Main Header Secondary Background */
#page-container {
 background-color:transparent;
 background-image:url(https://nwirealestate.com/wp-content/uploads/header-bg-002.png);
}
/* Mobile Menu Bar Stretch */
.container {
 width:100% !important;
 max-width:100% !important;
}
/* Zero Margin For Mobile Screens */
.et_boxed_layout #page-container {
 width:100% !important;
}
/* Header Nav BG Color, Image */
#main-header {
 background-color:transparent;
 background-image:url(https://nwirealestate.com/wp-content/uploads/nwi-logo-002.png);
}
/* Blog Post Page Margins */
.et_right_sidebar #sidebar {
 padding-right:10px;
 padding-left:10px;
}
/* Blog Post Page Margins */
.et_right_sidebar #left-area {
 padding-right:5%;
 padding-left:5%;
}
/* Text Body / Blog Background Color */
.et_pb_section {
/*margin-top:0px;
 margin-bottom:0px;
 border:none;*/
}
/* Slider Box */
.sliderBox {
 margin-top:0px;
}
}
 @media only screen and ( max-width: 981px ) {

/* Body */
body {
 background-image:none;
 margin:0px !important;
}
/* ######## Main Header Mobile Menu Bar Top Spacing ######## */
#main-header {
 padding:150px 0px 0px 0px !important;
}
/* Main Header Secondary Background */
#main-header {
 background-color:transparent;
 background-image:url(https://nwirealestate.com/wp-content/uploads/nwi-logo-003.png);
 background-position:center top !important;
}
/* Title Row */
.et_pb_row_0 {
 margin: -15px 30px !important;
}
/* Header Tags */
h1 {
 font-size:24px;
}
h2 {
 font-size:22px;
}
h3 {
 font-size:16px;
}
h4 {
 font-size:14px;
}
h5 {
 font-size:13px;
}
h6 {
 font-size:12px;
}
 h1, h2, h3, h4, h5, h6 {
 line-height:1.2em;
}
/* Blog Post Page Margins */
.et_right_sidebar #left-area {
 padding-left:5%;
 padding-right:5%;
}
/* Display Phone Number Screen Settings */
.phoneDisplay-1 {
 display:none;
}
/* Display Phone Number Screen Settings */
.phoneDisplay-2 {
 display:inline;
}
/* List Image Columns */
#floatLeft-2col {
 float:none;
 margin-left:0px;
 margin-bottom:15px;
 width:98%;
}
/* List Image Columns */
#floatLeft-3col {
 float:none;
 margin-left:0px;
 margin-bottom:15px;
 width:98%;
}
#floatdiv {
 display:none;
}
}
 @media only screen and ( max-width: 645px ) {
/* Floating Div */
/* Form Fields */
.gform_wrapper input, .gform_wrapper textarea, .gform_wrapper select {
 width:95% !important;
}
}
/*----------------------------------------------------------------------*/
/*------------------ END CONSOLIDATE SECTION ---------------------------*/
/*----------------------------------------------------------------------*/
