
body {
	font-family: "Oswald", sans-serif;
}h1, 
 h1 a,
 .heading-1 {
	color: #4479d3;
	font-family: "Oswald", sans-serif;
	font-size: 25px;
	font-weight: 600;
	line-height: normal;
	margin: 25px 0;
}h2,
 .heading-2 {
	color: #4479d3;
	font-family: "Oswald", sans-serif;
	font-size: 22px;
	font-weight: 600;
	line-height: normal;
	margin: 25px 0;
}h3,
 .heading-3 {
	color: #4479d3;
	font-family: "Oswald", sans-serif;
	font-size: 19px;
	font-weight: 600;
	line-height: normal;
	margin: 25px 0;
}h4,
 .heading-4 {
	font-family: "Oswald", sans-serif;
	color: #4479d3;
	font-weight: bold;
	font-size: 1.5em;
	line-height: 1.5rem;
	margin: 25px 0;
}p {
	font-family: "Open Sans", sans-serif;
	color: #252525;
	font-size: 16px;
	font-weight: 400;
	margin: 15px 0;
}ul {
	list-style-type: none;
	margin-left: 0;
	font-family:"Open Sans", sans-serif;
}.animate-slow{
	transition: all 1s ease-in-out;	
	-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
}.animate-medium{
	transition: all .5s ease-in-out;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
}.animate-fast{
	transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
}.horizontal-center{
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-o-transform: translateX(-50%);	
}.vertical-center{
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);	
}.absolute{
	position: absolute;	
}.light-bg{
	background: #ffffff;
}.color-bg{
	background: #4479d3;
}.dark-bg{
	background: #000000;
}.dark-bg p,
 .dark-bg span,
 .dark-bg li,
 .dark-bg a{
	color: #ffffff;
}.white-color{
	color: #ffffff!important;
}.alt-color{
	color: #4479d3!important;
}.alt-text-color{
	color: #faa300!important;
}.large-text{
	font-size: 22px;
}.border-top{
	border-top: 10px solid #4479d3;
}.bottom-padding{
	padding:0 0 10vh 0;
}.button{
	text-transform: uppercase;
	font-family: "Oswald", sans-serif;
}.button:hover,.button:focus{
	background: #faa300;
}.color-button{
	background: #fbba40;
	width: 100%;
	line-height: 10px;
}.transparent-button{
	background: rgba(51,51,51,.9);
}.no-margin{
	margin: 0;
}.padded{
	padding: 40px;
}.strip-padding{
	padding-left: 0!important;
	padding-right: 0!important
}.strip-left{
	padding-left: 0!important;
}.strip-right{
	padding-right: 0!important;
}.box-shadow{
	box-shadow: 0 3px 13px -5px #000000;
	-webkit-box-shadow: 0 3px 13px -5px #000000;
	-moz-box-shadow: 0 3px 13px -5px #000000;
}.content-wrapper{
	display: block;
	float: left;
	position: relative;
	width: 100%;
}.row {
	margin: 0 auto;
	max-width: 75rem;
	width: 100%;
}.long-row{
	margin: 0 auto;
	width: 100%;
	max-width: 1600px;	
}.full-row{
	margin: 0 auto;
	width: 100%;
	max-width: 100%;	
}.page-wrapper {
	max-width: 75rem;
	clear: both;
}.header-wrapper{
	background: #ffffff;
	height: auto;
	position: relative;
	z-index: 9999;
	display: block;
	float: left;
	width: 100%;
}.logo-wrapper{
	line-height: 130px;
	height: 130px;
}.company-info{
	padding-top: 5%;
}.company-info p{
    margin: 0;
    color: #6f7786;
    font-weight: bold;
}.header-company-title{
	margin: 0;	
}.header-company-title a {
	font-size: 30px;
	font-weight: 600;
	line-height: 1.3;
}.service-order-wrapper {
	background: #fff;
	padding: 7px 15px;
	text-align: center;
	border-bottom: 1px solid #7ea3e2;
}.header-company-serviceorder {
    color: #6f7786;
    font-size: 20px;
    font-weight: 300;
    margin: 0;
    line-height: 32px;
    display: block;
    text-align: center;
    font-family: "Oswald", sans-serif;
}.social-wrapper{
	max-width: 700px;
	width: 90%;
	border-bottom: 1px solid #faa300;
}.social-wrapper span{
	line-height: 40px;
    color: #4479d3;
    font-family: "Open Sans", sans-serif;
}.social-wrapper a{
	color:#fbba40;
	transition: all 0.3s ease;
}.social-wrapper a:hover {
    color: #a56b00;
}.social-wrapper i{
	line-height: 40px;
	width: 35px;	
	font-size: 18px;
}.navigation-wrapper{
	position: relative;
	display: block;
	float: left;	
}.top-bar, .top-bar.expanded{
	background: none;
	height: auto;
}.top-bar-section ul li, 
 .top-bar.expanded .title-area{
	background: none;	
}.top-bar-section ul li{
	margin: 0 6px;	
}.top-bar-section li:not(.has-form) a:not(.button){
	background: none;
	font-family: "Open Sans", sans-serif;
	font-weight: 700;
	font-size: 15px;
	text-transform: capitalize;
	line-height: 86px;
	color: #6f7786;
	border-bottom: 3px solid transparent;
}.top-bar-section ul li:hover:not(.has-form) > a,
 .top-bar-section li.active:not(.has-form) a:not(.button),
 .top-bar-section li.active:not(.has-form) a:hover:not(.button),
 .top-bar-section li:not(.has-form) a:hover:not(.button){
	background: none;
	color: #4479d3;
	line-height: 86px;
	border-color: #4479d3;
}.top-bar-section .has-dropdown > a::after {
	top: 41.5px;
	border-color: #4479d3 transparent transparent;
	right: -8px !important;
}.top-bar-section .dropdown{
	background: #ffffff;
}.top-bar-section .dropdown li{
	margin: 0;	
}.top-bar-section .dropdown li:not(.has-form) a:not(.button) {
	background: none;
	line-height: 32px !important;
	text-align: center;
	color: #4479d3;
	border-color: transparent;
	font-size: 15px;
	font-weight: lighter;
	letter-spacing: 0;
	border-bottom: 1px solid rgba(228, 228, 228, 0.2);
}.top-bar-section .dropdown li:not(.has-form) a:hover:not(.button),
 .top-bar-section .dropdown li.active:not(.has-form) a:not(.button){
	color: #ffffff;
	border-color: #faa300;
	background: #faa300;
}.top-bar-section .has-dropdown > a {
	background-color: #333;
	padding-right: 25px !important;
}.home-slider-wrapper {
	width: 100%;
	position: relative;
	height: calc(100vh - 175px);
	overflow: hidden;
}.slider-wrapper{
	width: 100%;
	height: 440px;
	overflow: hidden;	
}.slick-slide img{
	width: 100%
}.slick-slider{
	z-index: -1;	
	margin-bottom: 0!important;
}.scroll-down{
	cursor: pointer;
	position: absolute;
	bottom: 0;
	z-index: 9999;	
}.scroll-down i.fa{
	line-height: 45px;
	width: 50px;	
	font-size: 35px;
}.home-grid{
	display: block;
	float: left;	
	position: relative;
}.home-grid-small{
	width: 30%;	
}.home-grid-large{
	width: 40%;
}.home-cta-wrapper {
	background: url("https://cfaffordablehousing.com/wp-content/themes/theme/images/home-cta.jpg");
	background-position: center center;
	background-size: cover;
}.home-cta-wrapper img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}.home-section {
	width: 100%;
	max-width: 720px;
	display: block;
	margin: 0 auto;
	text-align: center;
}.content-image{
	max-height: 530px;
	max-width: 530px;
}.accordian-heading{
	cursor: pointer;
}.accordian-heading span{
	display: inline!important;
}.accordian-heading:after{
	content:"Click to view";
	color: #252525;
	font-size: 13px;
	font-weight: 400;
	padding-left: 15px;	
	opacity: 0;
	transition: all .25s ease-in-out;	
	-webkit-transition: all .25s ease-in-out;	
	-moz-transition: all .25s ease-in-out;	
	-o-transition: all .25s ease-in-out;	
}.accordian-heading:hover:after{
	opacity: 1;
}.active .accordian-heading:hover:after{
	opacity: 0;	
}.accent-box{
	background: #faa300;
    padding: 2% 3%;
    margin: 2% auto;
    border-radius: 5px;
}.accent-box h3{
	color: #000;
}.accent-box p{
	color: #271900;
}.basic-accordian .accordian-content{
	display: none;	
}.basic-accordian .active .accordian-content{
	display: block;
}.button-cta {
	background: #fbba40;
	border-radius: 5px;
	color: #fff;
	cursor: pointer;
	display: block;
	font-size: 14px;
	font-weight: 400;
	font-family: "Open Sans", sans-serif;
	letter-spacing: 1px;
	line-height: 52px;
	margin: 0 auto;
	padding: 0 15px;
	width: 340px;
	max-width: 100%;
	text-transform: capitalize;
	text-align:center;
	-webkit-animation: shadowPulse 2.25s infinite; 
	animation: shadowPulse 2.25s infinite;
	-webkit-transition: all 350ms ease;
	-moz-transition: all 350ms ease;
	-ms-transition: all 350ms ease;
	-o-transition: all 350ms ease;
	transition: all 350ms ease;
}.button-cta:hover,
 .button-cta:focus {
 	background: #faa300;
 	color:#fff;
}.context{
	padding:10vh 0;
}.contactForm  {
	margin-top: 20px;
}.contactForm input, .contactForm textarea,
 .contactForm input:focus, .contactForm textarea:focus {
	width: 100%;
	padding: 3px 6px;
	margin-bottom: 5px;
	box-shadow: none;
	border: none; 
	background: #e6e6e6;
	font-size: 16px;
}.contactForm textarea {
	height: 115px;
}.contactForm .captchaWrapper {
	margin-top: 10px;
}.contactForm .captchaRefresh {
	vertical-align: top;
}.contactForm .submitWrapper {
	text-align: center;
	margin-top: 30px;
}.emailConfirmation {
	margin: 0 auto;
}.emailConfirmation h1 {
	color: #00CC00;
}p.contact-info, p.contact-phone, 
 p.contact-fax, p.contact-email,
 p.contact-address{
 	font-family: "Oswald", sans-serif;
	margin: 15px 0;
}p.contact-fax:before{
	content: "Fax: ";
	display: inline;
}footer p.contact-info, footer p.contact-phone, 
 footer p.contact-fax, footer p.contact-email,
 footer p.contact-address {
	color: #ffffff;
	font-size: 20px;
}.footer-wrapper {
	width: 100%;
	font-family: "Oswald", sans-serif;
	background: #457ad3;
	display: block;
	float: left;
	width: 100%;
}.footer-wrapper p{
	color:#fff;
}.footer-wrapper h2{
	margin: 0 0 10px;	
}.disclaimer p{
	font-size: 9px;
	color: #ffffff;
	text-transform: uppercase;
}.disclaimer img{
	max-width: 125px;	
}.fc-header-left, .fc-header-center, .fc-header-right {
	clear: both;
	display: block;
	width: 100%;
	text-align: center;
}#preloader {
	background: none repeat scroll 0 0 #fff;
	display: block;
	padding: 20% 0 0;
	position: absolute;
	text-align: center;
	width: 100%;
	z-index: 999999;
	top: 0;
}.slick-background-wrapper {
	left: 0;
	position: fixed;
	top: 0;
	z-index: -1;
	width: 101% !important;
	overflow: hidden;
}.spinner {
	margin: 100px auto;
	width: 50px;
	height: 30px;
	text-align: center;
	font-size: 10px;
}.spinner > div {
	background-color: #444;
	height: 100%;
	width: 6px;
	display: inline-block;
	-webkit-animation: stretchdelay 1.2s infinite ease-in-out;
	animation: stretchdelay 1.2s infinite ease-in-out;
}.spinner .rect2 {
	-webkit-animation-delay: -1.1s;
	animation-delay: -1.1s;
}.spinner .rect3 {
	-webkit-animation-delay: -1.0s;
	animation-delay: -1.0s;
}.spinner .rect4 {
	-webkit-animation-delay: -0.9s;
	animation-delay: -0.9s;
}.spinner .rect5 {
	-webkit-animation-delay: -0.8s;
	animation-delay: -0.8s;
}@-webkit-keyframes stretchdelay {
	0%, 40%, 100% { -webkit-transform: scaleY(0.4) }  
	20% { -webkit-transform: scaleY(1.0) }
}@keyframes stretchdelay {
	0%, 40%, 100% { 
	transform: scaleY(0.4);
	-webkit-transform: scaleY(0.4);
  }  20% { 
	transform: scaleY(1.0);
	-webkit-transform: scaleY(1.0);
  }
}
.gallery-wrapper .gallery-image{
	height: auto!important;
}.gallery-wrapper .gallery-image:hover{
	opacity: .8;	
}.gallery-row img {
    margin: 3% 0px;
}select#gallery-filter {
    max-width: 350px;
}
/*TESTIMONIAL STYLES*/
#wpcr_button_1, #wpcr_button_1:link{
	-moz-border-radius: 3px!important;
    -webkit-border-radius: 3px!important;
    background: url(button.png) repeat-x #fff!important;
    background: -moz-linear-gradient(0 170% 90deg,#c4c4c4,#fff)!important;
    background: -webkit-gradient(linear,0 0,0 170%,from(white),to(#c4c4c4))!important;
    border: 1px solid!important;
    border-color: #e6e6e6 #ccc #ccc #e6e6e6!important;
    border-radius: 3px!important;
    color: #404040!important;
    cursor: pointer!important;
    display: block !important;
    font-size: 13px!important;
    font-weight: 400!important;
    outline: 0!important;
    padding: 5px 8px!important;
    text-align: center!important;
    text-decoration: none!important;
    text-shadow: 1px 1px 0 #fff!important;
    white-space: nowrap!important;
    float: none!important;
    height: auto!important;
    text-indent: 0!important;
    margin: 0 auto !important;
    max-width: 600px !important;
}#wpcr_div_2{
	width: 600px;
    margin: 0 auto;
    display: block;
}#wpcr_commentform table{
	border: 0!important;
    background: #4479d3;
    padding: 3% 5%;
    margin-top: 2%;
}#wpcr_commentform input{
	padding: 0;
    margin: 0!important;
    width: 300px!important;
}table tr.even, table tr.alt, table tr:nth-of-type(even){
    background: #4479d3;	
}input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="week"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], textarea{
	font-family:"Open Sans", sans-serif !important;
}.wpcr_status_msg, .wpcr_status_msg div {
    color: #faa300;
    font-weight: 700;
    text-align: center;
}#wpcr_respond_1 .vcard {
    font-size: 10px!important;
    padding-bottom: 5px;
    background: #7098de;
    line-height: 11px!important;
}#wpcr_respond_1 blockquote.description, #wpcr_respond_1 p.response {
    font-size: 14px;
    font-weight: 400;
    padding: 20px 15px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 3px 10px 24px rgba(216, 216, 216, 0.52);
}/*Toggle Menu*/
.top-bar .toggle-topbar.menu-icon a{
    height: 34px;
    line-height: 33px;
    padding: 0 40px 0 15px;
    color: #4479d3;
    position: relative;
}.top-bar .toggle-topbar.menu-icon a span:hover:after{
	box-shadow: 0 0 0 1px #4479d3, 0 7px 0 1px #4479d3, 0 14px 0 1px #4479d3;
}.top-bar .toggle-topbar.menu-icon a span::after{
	content: "";
    position: absolute;
    display: block;
    height: 0;
    top: 50%;
    margin-top: -8px;
    right: 15px;
    box-shadow: 0 0 0 1px #4479d3, 0 7px 0 1px #4479d3, 0 14px 0 1px #4479d3;
    width: 16px;
}
@media only screen and (max-width: 1720px){
	.top-bar-section ul li {
		margin: 0;
	}
	.top-bar-section li:not(.has-form) a:not(.button) {
		padding: 0 12px;
	}
}
@media only screen and (min-width: 1025px){
	.top-bar-section .has-dropdown.hover > .dropdown, 
	.top-bar-section .has-dropdown.not-click:hover > .dropdown{
		left: 50%;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		-moz-transform: translateX(-50%);
		-o-transform: translateX(-50%);	
	}
}
@media only screen and (max-width:1024px){
	h1, h1 a{
		font-size: 20px;	
	}h2{
		font-size: 18px;	
	}a, a:focus, a:active, a:visited, a:hover{
		color: #4479d3;
	}.padded{
		padding: 20px;	
	}.header-wrapper{
		height: auto;	
	}.social-wrapper{
		width: 100%;
		max-width: 100%;
	}.top-bar{
		width: 100%;
		height: 45px;	
	}.top-bar-section li:not(.has-form) a:not(.button){
		line-height: 45px;
		border: none;
	}.top-bar-section ul li:hover:not(.has-form) > a,
	 .top-bar-section li.active:not(.has-form) a:not(.button),
	 .top-bar-section li.active:not(.has-form) a:hover:not(.button),
	 .top-bar-section li:not(.has-form) a:hover:not(.button){
		line-height: 45px;
		background: #4479d3;
		color: #ffffff; 	
		border: none;
 	}.top-bar-section .has-dropdown > a::after{
 		top: 34.5px;		
	}.top-bar-section .dropdown li:not(.has-form) a:not(.button){
		background: none;
		line-height: 45px;
	}.top-bar-section .dropdown li:not(.has-form) a:hover:not(.button),
 	 .top-bar-section .dropdown li.active:not(.has-form) a:not(.button){
		color: #ffffff;
		border: none;
		line-height: 45px;
 	}.home-slider-wrapper, .slider-wrapper{
		height: 50vh;	
	}.home-slider-wrapper .slick-slider, .slider-wrapper .slick-slider{
		margin-bottom: 0;	
	}.home-grid .absolute.vertical-center{
		position: relative;
		top: auto;
		transform: translateY(0);
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-o-transform: translateY(0);
	}.home-grid-small{
		width: 100%;
	}.home-grid-large{
		width: 100%;
	}.home-cta-wrapper{
		padding: 100px 20px;
	}.accordian-heading:after{
		display: none;	
	}.basic-accordian .accordian-content{
		display: block;	
	}.disclaimer img{
		max-width: 100px;
	}.context {
		background-attachment: scroll !important;
		background-position: center center !important;
		background-size: 100% !important;
	}
}
@media only screen and (max-width:767px){
	.header-wrapper{
		margin-top: 43px;
		z-index: 1;
	}.header-wrapper a[href^="tel:"].button {
		z-index: 9999;	
		color: #ffffff !important;
	}.home-slider-wrapper{
		z-index: 0;	
	}.top-bar{
		overflow: hidden;
	}.home-cta-wrapper{
		padding: 50px 0;
	}.context {
		background-attachment: scroll !important;
		background-position: center center !important;
		background-size: auto 100% !important;
	}
}
