/*
 Theme Name:   Ultra Midwest
 Description:  Themify Ultra Child Theme
 Author:       The BLU Group
 Author URI:   http://theblugroup.com
 Template:     themify-ultra
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
*/

body{
	color:#000;
}
#site-description {
    font-size: .8em;
    text-align: center;
    font-style: italic;
}
h1 {
    font-size: 3.2em;
    letter-spacing: normal;
    text-transform:none;
    font-weight: 400;
    color: #000;
}
h2{
	letter-spacing: normal;
    text-transform:none;
	color: #613625;
	font-weight: 400;
	margin: 0 0 .25em;
}
h3{
	letter-spacing: normal;
    text-transform:none;
	color: #613625;
	font-weight: 400;
	margin: 0 0 .25em;
}
a{
	color:#0256AE;
	text-decoration:none;
}
a:hover{
	color:#148CD4;
}
p{
	padding: 0 0 0em;
	margin: 0 0 1em;
}
li{
	margin:0px;
}
.themify_builder_row:nth-child(n+2) {
	margin-top: 4%;
	margin-bottom: 4%;
	padding-top: 1%;
	padding-bottom: 1%;
	/*margin-top: 20px;
	margin-bottom: 20px;*/
}
/* HEADER */
#headerwrap{
	border-bottom:none;
	color:#000;
	background-color:#fff;
	min-height: 110px !important;

}
.fixed-header-on #site-logo img {
    height: 60px;
}
#headerwrap.fixed-header{
	background-color:#fff;
}
#headerwrap.fixed-header #site-description{
	display:block;
}
#site-logo {
    text-align: center;
}
#top-bar{
	width: 90%;
	font-size: 0.9em;
	line-height: 21px;
	text-align:right;
	padding-top: 2%;
}

.header-bar {
    padding: 5px 0px;
}
/*MAIN NAVIGATION */
#header{
	padding:0px !important;
	text-align:right;
}
.fixed-header .header-bar, .fixed-header .search-button, .fixed-header .header-widget {
    display: block;
}
ul#main-nav.main-nav{
	
}
#main-nav .current_page_item > a, #main-nav .current-menu-item > a, #main-nav a:hover {
    color: #148CD4;
}
#main-nav a {

}
#main-nav ul a{
	font-weight: 500;
	color:#0256AE;
}
#main-nav ul a:hover, #main-nav ul li.current_page_item a{
	color: #148CD4;
}

/* CONTENT */
#content {
    padding: 0 !important;
}
.team-title a
.team-content a,
.team-content a.read-more{
	color:#0256AE !important;
	text-decoration:none;
}
.team-container .owl-carousel .owl-dots .owl-dot.active {
    background: #148CD4 none repeat scroll 0 0;
}
#team-17 .owl-stage .item {
    text-align: left;
    margin: 0px;
}
.residentialAppForm{
	text-align:center;
}
.residentialAppForm h2{
	color:#fff;
}
.team-slide {
    height: 50% !important;
}
/* BUTTONS */
a.shortcode.button.blue {
    border-color: #0256AE;
	border:none;
    background-color: #0256AE;
    color: #fff !important;
    text-shadow: 0 -1px 0 rgba(0,0,0,.1);
}
a.shortcode.button.blue:hover {
    background-color: #148CD4;
}
input[type="reset"], input[type="submit"], button {
    background-color:#0256AE;
	text-transform:capitalize;
	text-align:center;
	border-radius:3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	letter-spacing:normal;
	cursor: pointer;
}

a.shortcode.button,
.ui.builder_button{
	font-size:1em;
	text-align:center;
	border-radius:3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	box-shadow:none;
}

.ui.builder_button{
	margin-top:20px;
	text-shadow: 0 -1px 0 rgba(0,0,0,.1);
	padding: .5em 1.25em;
	border:none;
}
.ui.builder_button:hover {
    background: #148CD4;
	font-weight:bold;
	padding: .5em 1.25em;
	border:none;
	color:#fff;
}
/* FORM */
.gform_wrapper li.gfield.gf_list_2col ul.gfield_checkbox li label{
	overflow:visible !important;
	white-space:normal !important;
}
/* FOOTER */
#footerwrap{
	color:#fff;
	border-top: none;
	padding: 0.2em 0 0;
	background:#737573;
}
#footerwrap a{
	color:#fff;
}
#themify-social-links-2 {
    margin: 1.5em 0 1.5em !important;
}
#themify-social-links-2 .social-links .icon-medium i {
    margin-right: 3px;
}
#footer .social-links li {
    margin: 0 1px 6px 5px;
}
#footer .social-links .icon-medium i{
	padding: 9px 6px 6px 6px !important;
	width: 20px;
	height: 16px;
	line-height: 13px;
}
#footerwrap h3{
	font-weight: bold;
	font-style: italic;
	color: rgb(255, 255, 255);
	font-size: 1.75em;
}
#headerwrap #menu-icon{
	display:none !important;
}
@media screen and (max-width: 1000px) {
	#headerwrap #menu-icon{
		display:none !important;
	}
}
@media screen and (max-width: 770px) {
	#team-17 .team-items .item {
		width: 45% !important;
	}
	.team-container .team-items {
		width: 100% !important;
	}
	.team-container .popup-slider .item{
		width:99% !important;
	}
	.team-container .popup-slider .item .content {
		margin-left: 5px !important;
		width: 95% !important;
	}
	.team-container .popup-slider .item .thumb {
		width: 50% !important;
	}
	#top-bar {
		width: 60%;
		float: right;
		text-align:center;
	}
}

@media screen and (max-width:755px) {
	#top-bar {
		width: 40%;
		float: right;
		text-align:center;
	}
	
}
@media screen and (max-width:520px) {
	#top-bar {
		width: 90%;
		float: none !important;
		text-align:center;
		clear:both
	}
	.header-bar {
		float: none !important;
		clear: left;
		text-align: center;
	}
	.team-container .popup-slider .item .thumb {
		width: 85% !important;
	}
	#team-17 .team-items .item {
		width: 90% !important;
	}
}
@media screen and (max-width:360px) {
	
	#top-bar {
		width: 100%;
		float: none;
		clear:both;
	}
}