/*
Theme Name: Restoration Champion 
Description: Custom designed Wordpress theme for Restoration Champion
Author: Roja Interactive
Author URI: http://www.rojaweb.com
Version: 1.0
*/

/*** Reset ***/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed,  figure, figcaption, footer, header, hgroup,  menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline; }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {  display: block; }
body { line-height: 1; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
table { border-collapse: collapse; border-spacing: 0; }

/*** Clearfix ***/
.clearfix:after { visibility: hidden; display: block; font-size: 0; content: "."; clear: both; height: 0; }
.ie .clearfix { zoom: 1; }
.clear { clear: both; }

/*** Positioning and Alignment ***/
.fl { float: left; }
.fr { float: right; }
.txt-left { text-align: left; }
.txt-right { text-align: right; }
.txt-center { text-align: center; }

html {
	box-sizing: border-box;
}
*, *:before, *:after {
	box-sizing: inherit;
}

/*** General Settings ***/
body { background: #fff; color: #000; font-family: 'Poppins', sans-serif; font-size: 14px; }
h1,h2,h3,h4,h5,h6 { font-weight: normal; margin-bottom: 30px; }
p { line-height: 24px; margin: 0 0 30px 0; }
a {color: #f35c27; text-decoration: none; }
img { height: auto; max-width: 100%; }
em { font-style: italic; }

.mobile-menu-toggle,
.mobile-menu-list {
	display: none;
}

/*** Layout ***/
.container {
	margin: 0px auto;
	width: 1170px;
}
.column-2 {
	width: 46%;
}
.column-3 {
	float: left;
	margin-right: 30px;
	width: 370px;
}
.column-4 {
	float: left;
    margin-right: 50px;
    width: 250px;
}
.column-3.last,
.column-4.last {
	margin-right: 0px;
}

/*** Typography ***/
strong {
	font-weight: 500;
}
h2 {
	font-size: 42px;
	line-height: 48px;
}

/*** Button ***/
.btn-orange,
.btn-orange-trans,
.btn-white,
.btn-white-trans,
.btn-white-black,
.btn-grey-trans {
    display: inline-block;
    border-radius: 30px;
    font-size: 15px;
    font-weight: 500;
	padding: 15px 40px;
    transition: all 0.5s ease;
}
.btn-orange {
	background: #f35c27;
	color: #ffffff;
}

.btn-orange-trans {
	border: 1px solid #f35c27;
	color: #f35c27;
}
.btn-white-trans {
	border: 1px solid #ffffff;
	color: #ffffff;
}
.btn-white {
	background: #ffffff;
	color: #f35c27;
}
.btn-white-black {
	background: #ffffff;
	color: #030f27;
}
.btn-grey-trans {
	border: 1px solid #7a7c7f;
	color: #7a7c7f;
}

.btn-orange:hover,
.btn-orange-trans:hover,
.btn-white:hover,
.btn-white-trans:hover,
.btn-white-black:hover,
.btn-grey-trans:hover {
    text-decoration: none;
}
.btn-orange:hover {
	background: #f2f2f2;
	color: #f35c27;
}
.btn-orange-trans:hover {
	background: #f35c27;
	color: #ffffff;
}
.btn-white-trans:hover {
	background: #ffffff;
	color: #f35c27;
}
.btn-white:hover {
	background: #f35c27;
	color: #ffffff;
}
.btn-white-black:hover {
	background: #030f27;
	color: #ffffff;
}
.btn-grey-trans:hover {
	background: #7a7c7f;
	color: #ffffff;
}

/*** Icons ***/
.icon-water,
.icon-mold, 
.icon-fire,
.icon-renovation,
.icon-painting,
.icon-construction,
.icon-check-info-box {
	display: inline-block;
	height: 55px;
	width: 55px;
}
.icon-water {
	background: url(images/icons/icon-water.png) no-repeat scroll 50% 50%;
}
.icon-mold {
	background: url(images/icons/icon-mold.png) no-repeat scroll 50% 50%;
}
.icon-fire {
	background: url(images/icons/icon-fire.png) no-repeat scroll 50% 50%;
}
.icon-renovation {
	background: url(images/icons/icon-renovation.png) no-repeat scroll 50% 50%;
}
.icon-painting {
	background: url(images/icons/icon-painting.png) no-repeat scroll 50% 50%;
}
.icon-construction {
	background: url(images/icons/icon-construction.png) no-repeat scroll 50% 50%;
}
.icon-check-info-box {
	background: url(images/icons/icon-check-info-box.png) no-repeat scroll 50% 50%;
}

.icon-water.large,
.icon-mold.large,
.icon-fire.large {
	height: 108px;
	width: 100px;
}
.icon-water.large {
	background: url(images/icons/icon-water-large.png) no-repeat scroll 50% 50%;
}
.icon-mold.large {
	background: url(images/icons/icon-mold-large.png) no-repeat scroll 50% 50%;
}
.icon-fire.large {
	background: url(images/icons/icon-fire-large.png) no-repeat scroll 50% 50%;
}

.item:hover .icon-water.large {
	background: url(images/icons/icon-water-large-white.png) no-repeat scroll 50% 50%;
}
.item:hover .icon-mold.large {
	background: url(images/icons/icon-mold-large-white.png) no-repeat scroll 50% 50%;
}
.item:hover .icon-fire.large {
	background: url(images/icons/icon-fire-large-white.png) no-repeat scroll 50% 50%;
}

/*** Header ***/
#header-sticky {
	background: #ffffff;
	border-bottom: 1px solid #eeeeee;
	box-shadow: 0 0 5px #888888;
	-moz-box-shadow: 0 0 5px #888888;
	-webkit-box-shadow: 0 0 5px#888888;
	display: none;
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	z-index: 1001;
}
#header-sticky .logo {
	float: left;
	margin: 10px 30px 10px 0px;
	width: 210px;
}
#header-sticky .menu {
	float: left;
	margin-top: 19px;
}
#header-sticky .button {
	float: right;
	margin-top: 22px;
}

/*** Menu ***/
.menu ul li {
	display: inline-block;
	margin-right: 25px;
	position: relative;
	z-index: 100;
}
.menu ul li a {
	color: #030f27;
	display: inline-block;
	font-size: 16px;
	font-weight: 500;
	padding: 20px 5px;
}
.menu ul li a:hover {
	text-decoration: none;
}
.menu ul li.active a {
	border-bottom: 5px solid #f35c27;
	text-decoration: none;
}
.menu ul li.menu-item-has-children {
	position: relative;
}
.menu ul li.menu-item-has-children > a:after {
	content: '';
	border: solid #030f27;
	border-width: 0 2px 2px 0;
	display: inline-block;
	padding: 3px;
	position: absolute;
	right: -10px;
	top: 22px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}
.menu ul ul {
	background: #ffffff;
	border-top: 5px solid #f35c27;
	display: none;
	position: absolute;
	left: 0px;
	top: 65px;
	width: 250px;
}
.menu ul ul li {
	border-bottom: 1px solid #e7e7e7;
	display: block;
	margin: 0px;
}
.menu ul ul li a {
	color: #030f27;
	display: block;
	padding: 20px 25px;
}
.menu ul ul li a:hover {
	background: #ffffff;
	color: #f35c27;
}
.menu ul ul li.menu-item-has-children > a:after {
	border-color: #030f27;
	right: 20px;
	top: 24px;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}
.menu ul ul li.menu-item-has-children > a:hover:after {
	border-color: #f35c27;
}
.menu ul ul ul {
	border-top: 0px none;
	left: 100%;
	top: 0px;
	display: none;
}

/*** Top ***/
#top {
	background: #f7f9fa;
	border-bottom: 1px solid #e1e6ee;
	padding: 10px 0px;
	text-align: center;
}
#top p {
	color: #8a99c0;
	font-weight: 500;
	margin: 0px;
	text-transform: uppercase;
}

/*** Header ***/
#header {
	position: relative;
}

#header-content {}
#header-content .logo {
	float: left;
	margin: 10px 0px;
	width: 210px;
}
#header-content .info-phone {
	float: right;
}
#header-content .info {
	color: #7a7c7f;
	float: left;
	font-size: 15px;
	margin-right: 40px;
	margin-top: 30px;
}
#header-content .info .item {
	border-right: 1px solid #e8ebf2;
	float: left;
	margin-right: 50px;
	padding-right: 50px;
	width: 160px;
}
#header-content .info .item-last {
	border-right: 0px;
	margin-right: 0px;
	padding-right: 0px;
}
#header-content .info span {
	vertical-align: middle;
}
#header-content .info .icon {
	float: left;
	margin: 5px 15px 5px 0px;
}

#header-content .phone {
	background: #f7f9fa;
	float: left;
	margin: 15px 0px;
	padding: 15px;
	width: 220px;
}
#header-content .phone .icon {
	float: left;
	margin-right: 10px;
	margin-top: 8px;
}
#header-content .phone .text {
	font-size: 15px;
	font-weight: 500;
}
#header-content .phone .text em {
	color: #030f27;
	display: block;
	font-style: normal;
	margin-bottom: 10px;
}
#header-content .phone .text a {
	color: #f35c27;
}

#header-bar {
	background: #15509d;
	border-radius: 6px;
	margin-bottom: -40px;
	padding: 20px 30px 0px;
	position: relative;
    z-index: 1000;
}
#header-bar .menu {
	float: left;
}
#header-bar .menu ul li {
	margin-right: 30px;
}
#header-bar .menu ul li a {
	color: #ffffff;
	padding: 10px 5px 32px 5px;
}
#header-bar .menu ul li.active a,
#header-bar .menu ul li.current-menu-item a {
	border-bottom: 5px solid #f35c27;
	text-decoration: none;
}
#header-bar .menu ul li.menu-item-has-children > a:after {
	border: solid #d7d7d7;
	border-width: 0 2px 2px 0;
	right: -10px;
	top: 13px;
}
#header-bar .menu ul ul {
	background: #f8f9fa;
	top: 100%;
}
#header-bar .menu ul ul li {
	display: block;
	margin: 0px;
}
#header-bar .menu ul ul li a {
	color: #030f27;
	display: block;
	padding: 20px 25px;
}
#header-bar .menu ul ul li a:hover {
	background: #ffffff;
	color: #f35c27;
}
#header-bar .menu ul ul li.menu-item-has-children > a:after {
	border-color: #030f27;
	right: 20px;
	top: 24px;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}
#header-bar .menu ul ul li.menu-item-has-children > a:hover:after {
	border-color: #f35c27;
}
#header-bar .menu ul ul ul {
	top: 0px;
}
#header-bar .menu ul li.menu-item-has-children li a {
	border-bottom: 0px none!important;
}

#header-bar .button {
	float: right;
}
#header-bar .button a {
	padding-top: 12px;
}

/*** Sub Footer ***/
#sub-footer {
	background: #ef6738;
	color: #ffffff;
	text-align: center;
}
#sub-footer .inner {
	padding: 100px 160px;
}
#sub-footer h2 {
	font-weight: 300;
	margin-bottom: 40px;
}
#sub-footer p {
	font-size: 18px;
	line-height: 26px;
	margin-bottom: 50px;
}


/*** Footer ***/
#footer {
	background: #15509d;
	padding: 84px 0px 60px;
}
#footer .row {}
#footer .row-1 {
	margin-bottom: 50px;
}
#footer .row-2 {
	margin-bottom: 30px;
}


#footer .widget {
	border-bottom: 0px;
	color: #ffffff;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
#footer .widget h3 {
	color: #ffffff;
}
#footer .widget a,
#footer .widget a:hover {
	color: #ffffff;
}

.contractor-license {
	color: #ffffff;
	font-size: 18px;
	margin: 0px;
	text-align: center;
}

.widget-about {}
.widget-about .image {
	margin-bottom: 15px;
}
.widget-about p {
	font-size: 16px;
	font-weight: 300;
	line-height: 20px;
}


.widget-links h3 {
	color: #ffffff;
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 40px;
}
.widget-links .sub-col {
	float: left;
	margin-right: 50px;
}
.widget-links ul {
	margin-bottom: 50px;
}
.widget-links li {
	display: inline-block;
	margin-bottom: 10px;
	width: 48%;
}
.widget-links a {
	color: #ffffff;
	font-size: 16px;
}

.info-box {
	background: #ffffff;
	border-radius: 6px;
	padding: 30px 30px 30px 20px;
}
.info-box .image {
	float: left;
	margin-right: 15px;
}
.info-box .text {
	color: #7a7c7f;
	font-size: 15px;
	font-weight: 500;
}
.info-box .text span {
	color: #030f27;
	display: block;
	font-size: 20px;
	font-style: normal;
	margin-bottom: 10px;
}

/*** Bottom ***/
#bottom {
	background: #1e2227;
	padding: 20px 0px;
}
#bottom .copyright {
	color: #dddddd;
	margin: 0px;
}
#bottom .copyright a {
	color: #dddddd;
	text-decoration: underline;
}


/*** Home Blocks ***/

.home-blocks h2.title {
	color: #030f27;
    font-weight: 300;
}
.home-blocks .pre-title {
	color: #cacaca;
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 20px;
	text-transform: uppercase;
}
.home-blocks .intro {
	font-size: 22px;
    line-height: 28px;
}


/*** Banner ***/
.banner {
	background: url(images/bg-banner.jpg) no-repeat;
	background-size: cover;
	color: #ffffff;
}
.banner .container {
	padding: 180px 0px 240px;
}

.banner h2 {
	font-size: 70px;
	line-height: 76px;
	margin-bottom: 20px;
}
.banner h2 strong {
	display: block;
	font-weight: 600;
}
.banner p {
	font-size: 22px;
	line-height: 30px;
	margin-bottom: 50px;
}

/*** Services Teaser ***/
.services-teaser {
	margin-top: -90px;
}
.services-teaser .item {
	background: #ffffff;
	border: 1px solid #e7e7e7;
	border-radius: 6px;
	padding: 30px 40px;
	text-align: center;
}
.services-teaser .item .image {
	min-height: 110px;
	margin-bottom: 20px;
	text-align: center;
}
.services-teaser .item h3 {
	color: #f35c27;
	font-size: 22px;
	margin-bottom: 20px;
}
.services-teaser .item h3 strong {
	font-weight: 700;
}
.services-teaser .item p {
	color: #7a7c7f;
	font-size: 15px;
	line-height: 20px;
	min-height: 120px;
}
.services-teaser .item a {
	color: #f35c27;
	font-size: 15px;
	font-weight: 500;
	line-height: 20px;
}


.services-teaser .item:hover {
	background: #ed6d40;
	border: 1px solid #ed6d40;
}
.services-teaser .item:hover h3,
.services-teaser .item:hover p,
.services-teaser .item:hover a {
	color: #ffffff;
}

/*** About Company ***/
.about-company {
	padding: 70px 0px 50px;
}
.about-company .column-2.fr {
	position: relative
}
.about-company .experience {
	background: url(images/bg-experience.jpg) no-repeat;
	background-size: cover;
	border-radius: 6px;
	color: #ffffff;
	display: inline-block;
	font-weight: 300;
	padding: 50px 20px;
	text-align: center;
	position: absolute;
	bottom: 70px;
	right: -30px;
}
.about-company .experience span {
	display: block;
	font-size: 45px;
	font-weight: 400;
	margin-bottom: 10px;
}

/*** Services ***/
.services {
	background: #15509d;
}
.services .container {
	padding: 100px 0px 30px;
}
.services .row {
	margin-bottom: 90px;
	text-align: center;
}
.services .row .column-3 {
	display: inline-block;
	float: none;
	margin: 0px 5px;
	text-align: left;
	vertical-align: top;
}
.services h2.title {
	color: #ffffff;
	margin-bottom: 30px;
	text-align: center;
}
.services .item {
	padding-right: 50px;
	
}
.services .item .image {
	margin-bottom: 30px;
}
.services .item h3 {
	color: #ffffff;
	font-size: 22px;
	line-height: 30px;
	margin-bottom: 20px;
}
.services .item h3 a {
	color: #ffffff;
}
.services .item p {
	color: #ffffff;
	font-size: 15px;
	margin-bottom: 0px;
}


/*** Contact Teaser ***/
.contact-teaser {
	margin-top: -30px;
}
.contact-teaser .box {
	background: url(images/bg-contact-teaaser.jpg) no-repeat;
	background-size: cover;
	border-radius: 6px;
	color: #ffffff;
	padding: 40px 100px;
}
.contact-teaser p {
	float: left;
	font-size: 28px;
	line-height: 36px;
	margin: 0px;
	width: 490px;
}
.contact-teaser .btn-white-black {
	float: right;
	margin-top: 13px;
}

/*** About Mold ***/
.about-mold {
	color: #414042;
	padding: 100px 0px;
}
.about-mold .column {
	width: 46%;
}
.about-mold .heading {
	margin-bottom: 80px;
}
.about-mold .heading p {
	font-size: 22px;
	line-height: 28px;
}
.about-mold p {
	font-size: 18px;
}

/*** Projects ***/
.projects {
	background: #f7f9fa;
	padding: 100px 0px 50px;
	text-align: center;
}
.projects .heading h2 {
	margin-bottom: 65px;
}
.projects .heading .inner {
	padding: 0px 230px;
}
.projects .list {
	margin-bottom: 50px;
}
.projects .list li {
	float: left;
	width: 20%;
}
.projects .list a {
	color: #ffffff;
	display: block;
	position: relative;
}
.projects .list .overlay {
	background: rgba(3, 15, 39, 0.8);
	display: none;
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
}
.projects .list a:hover .overlay {
	display: block;
}
.projects .list .title {
	display: none;
	margin-top: -14px;
	position: absolute;
	left: 0px;
	top: 50%;
	width: 100%;
}
.projects .list a:hover .title {
	display: block;
}
.projects .list .title em {
	display: block;
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 10px;
}



/*** Process ***/
.process {
	background: #ffffff;
	padding: 100px 0px 200px;
	text-align: center;
}
.process .heading {
	padding: 0px 230px;
}
.process .heading h2 {
	margin-bottom: 65px;
}
.process .bar {
	background: #f35c27;
	height: 3px;
	margin-bottom: -28px;
	width: 100%;
}
.process .list .item .number {
	background: #ffffff;
	border: 3px solid #f35c27;
	border-radius: 30px;
	color: #f35c27;
	display: inline-block;
	font-size: 22px;
	height: 55px;
	line-height: 50px;
	margin-bottom: 40px;
	width: 55px;
}
.process .list .item h3 {
	color: #030f27;
	font-size: 22px;
	margin-bottom: 30px;
}
.process .list .item p {
	color: #7a7c7f;
	font-size: 15px;
	line-height: 24px;
	margin-bottom: 0px;
}

/*** Teasers ***/
.teasers {
	background: #030f27;
}
.teasers .column {
	float: left;
	min-height: 540px;
	width: 50%;
}
.teasers .logos {
	background: #efefef;
	padding: 100px 100px 100px 200px;
}
.teasers .logos li {
	display: inline-block;
	margin: 0px 2% 30px;
	width: 44%;
}
.teasers .logos li.last {
	display: block;
	margin-bottom: 0px;
	text-align: center;
	width: 100%;
}
.teasers .content {
	background: #15509d;
	color: #ffffff;
	padding: 100px 200px 100px 100px;
}
.teasers .content h2 {
	color: #ffffff;
}
.teasers .content p {
	font-size: 15px;
	line-height: 22px;
	margin-bottom: 40px;
}
.teasers .pre-title {
	color: #ffffff;
}

/*** Testiminials ***/
.testimonials {
	background: url(images/bg-testimonials.jpg) no-repeat;
	background-size: cover;
	color: #ffffff;
	padding: 170px 0px 130px;
	text-align: center;
}
.testimonials .heading {
	margin-bottom: 100px;
	padding: 0px 200px;
}
.testimonials .heading h2 {
	color: #ffffff;
	margin-bottom: 50px;
	padding: 0px 130px;
}
.testimonials .heading p {
	color: #ffffff;
	font-size: 18px;
	line-height: 26px;
}
.testimonials .pre-title {
	color: #ffffff;
}

.testimonials .item {
	background: #15509d;
	border: 1px solid #4d5464;
	border-radius: 6px;
	padding: 50px;
}
.testimonials .item h3 {
	color: #ffffff;
	font-size: 18px;
	font-weight: 500;
}
.testimonials .item .stars {
	margin-bottom: 30px;
}
.testimonials .item p {
	color: #ffffff;
	font-size: 14px;
	line-height: 22px;
	margin-bottom: 30px;
}



/*** Blogfeed ***/
.blogfeed {
	background: #f7f9fa;
	padding: 80px 0px;
}
.blogfeed .heading {
	margin-bottom: 40px;
}
.blogfeed .titles {
	float: left;
}
.blogfeed .teaser {
	float: right;
	margin-top: 40px;
}
.blogfeed .teaser p {
	display: inline-block;
	font-size: 15px;
	line-height: 20px;
	margin: 5px 40px 0px 0px;
	width: 440px;
}
.blogfeed .teaser .btn-white {
	vertical-align: top;
}
.blogfeed .list {
	
}
.blogfeed .item {
	background: #ffffff;
	padding: 15px;
}
.blogfeed .item .image {
	margin-bottom: 20px;
}
.blogfeed .item .date {
	color: #777777;
}
.blogfeed .item h3 {
	color: #414042;
	font-size: 18px;
	font-weight: 500;
	line-height: 26px;
}
.blogfeed .item h3 a {
	color: #414042;
}



#content {
	padding: 150px 0px;
}
#content .container {
	max-width: 900px;
}
#content.full .container {
	max-width: 100%;
	width: 100%;
}
#content.full-main .container {
	margin: 0px auto;
	max-width: 1170px;
}
#content-main {
	float: left;
	width: 770px;
}
#content-side {
	border: 1px solid #cccccc;
    border-radius: 6px;
	float: right;
	padding: 35px;
	width: 370px;
}




/*** Breadcrumbs ***/
#breadcrumbs {
	color: #030f27;
}
#breadcrumbs a {
	color: #030f27;
}


/*** Entry ***/

.entry-date {
	color: #777777;
	font-size: 14px;
	margin-bottom: 30px;
}

.entry-title {
	font-size: 28px;
	line-height: 36px;
	margin-bottom: 30px;
}
.entry-title a {
	color: #030f27;
}
.entry-title a:hover {
	color: #f35c27;
	text-decoration: none;
}
.entry-content h1 {
	font-size: 42px;
}
.entry-content h2 {
	font-size: 36px;
}
.entry-content h3 {
	font-size: 32px;
}
.entry-content h4 {
	font-size: 28px;
}
.entry-content h5 {
	font-size: 24px;
}
.entry-content h6 {
	font-size: 22px;
}
.entry-content p {
	color: #414042;
	font-size: 15px;
	line-height: 22px;
}
.entry-content ul,
.entry-content ol {
	font-size: 15px;
	margin: 0px 0px 20px;
	padding-left: 30px;
}
.entry-content ul {
	list-style-type: disc;
}
.entry-content ol {
	list-style-type: decimal;
}
.entry-content li {
	margin-bottom: 5px;
}
.entry-content .readmore {
	color: #f35c27;
	display: block;
	margin-top: 40px;
}
.entry-content .readmore:hover {
	color: #f35c27;
	text-decoration: underline;
}
.entry-meta span {
	display: inline-block;
	color: #777777;
	font-size: 14px;
	margin-right: 20px;
}
.entry-meta span a {
	color: #777777;
}
.entry-meta span a:hover {
	color: #f35c27;
}
.entry-item {
	border: 1px solid #cccccc;
	border-radius: 6px;
	margin-bottom: 40px;
}
.entry-image img {
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}

.entry-contentarea {
	padding: 30px 0px;
}

.entry-list .entry-contentarea {
	padding: 30px;
}



/*** Page Heading ***/
.page-heading {
	margin-bottom: 60px;
	text-align: center;
}
.page-heading .title {
	margin-bottom: 20px;
	padding-bottom: 20px;
	position: relative;
}
.page-heading .title:after {
	content: '';
	border-bottom: 3px solid #f35c27;
	display: block;
	margin-left: -30px;
	position: absolute;
	left: 50%;
	bottom: 0px;
	width: 60px;
}
.page-heading .title .primary {
	font-size: 48px;
	line-height: 54px;
	margin-bottom: 0px;
}
.page-heading .title .secondary {
	font-size: 24px;
	line-height: 30px;	
	margin-bottom: 0px;
}



/*** Page ***/
.page {}
.page-content h1 {
	font-size: 42px;
}
.page-content h2 {
	font-size: 36px;
}
.page-content h3 {
	font-size: 32px;
}
.page-content h4 {
	font-size: 28px;
}
.page-content h5 {
	font-size: 24px;
}
.page-content h6 {
	font-size: 22px;
}
.page-content p {
	color: #414042;
	font-size: 16px;
	line-height: 28px;
}
.page-content ul,
.page-content ol {
	line-height: 24px;
	font-size: 16px;
	margin: 0px;
	padding-left: 30px;
}
.page-content ul {
	list-style-type: disc;
}
.page-content ol {
	list-style-type: decimal;
}
.page-content li {
	margin-bottom: 10px;
}
.page-content a {
	text-decoration: underline;
}


/*** Comments ***/
#comments,
#reply-title {
	font-size: 28px;
	font-size: 2.8rem;
}

ol.commentlist { list-style: none; margin: 0 0 25px; padding: 0; text-indent: 0; }
ol.commentlist li { }
ol.commentlist li.alt { }
ol.commentlist li.bypostauthor {}
ol.commentlist li.byuser {}
ol.commentlist li.comment-author-admin {}
ol.commentlist li.comment { border-bottom: 1px dotted #666; padding: 15px; }
ol.commentlist li.comment div.comment-author {}
ol.commentlist li.comment div.vcard { font-size: 22px; margin-bottom: 10px; }
ol.commentlist li.comment div.vcard cite.fn { font-style:normal; }
ol.commentlist li.comment div.vcard cite.fn a.url {}
ol.commentlist li.comment div.vcard img.avatar { float: right; margin:0 0 15px 15px; }
ol.commentlist li.comment div.vcard img.avatar-32 {}
ol.commentlist li.comment div.vcard img.photo {}
ol.commentlist li.comment div.vcard span.says {}
ol.commentlist li.comment div.commentmetadata {}
ol.commentlist li.comment div.comment-meta { font-size: 16px; margin-bottom: 10px; }
ol.commentlist li.comment div.comment-meta a { }
ol.commentlist li.comment p { font-size: 16px; margin: 0 0 15px; }
ol.commentlist li.comment ul { font-size: 16px; list-style: square; margin: 0 0 10px 20px; }
ol.commentlist li.comment div.reply { font-size: 16px; }
ol.commentlist li.comment div.reply a { font-weight: bold; }
ol.commentlist li.comment ul.children { list-style: none; margin: 10px 0 0; text-indent: 0; }
ol.commentlist li.comment ul.children li {}
ol.commentlist li.comment ul.children li.alt {}
ol.commentlist li.comment ul.children li.bypostauthor {}
ol.commentlist li.comment ul.children li.byuser {}
ol.commentlist li.comment ul.children li.comment {}
ol.commentlist li.comment ul.children li.comment-author-admin {}
ol.commentlist li.comment ul.children li.depth-2 { border-left: 5px solid #555; margin: 0 0 15px 15px; }
ol.commentlist li.comment ul.children li.depth-3 { border-left: 5px solid #999; margin: 0 0 15px 15px; }
ol.commentlist li.comment ul.children li.depth-4 { border-left: 5px solid #bbb; margin: 0 0 15px 15px; }
ol.commentlist li.comment ul.children li.depth-5 {}
ol.commentlist li.comment ul.children li.odd {}
ol.commentlist li.even { background: #fff; }
ol.commentlist li.odd { background: #f6f6f6; }
ol.commentlist li.parent { border-left: 5px solid #111; }
ol.commentlist li.thread-alt { }
ol.commentlist li.thread-even {}
ol.commentlist li.thread-odd {}

.comment-form label {
	display: block;
	margin-bottom: 10px;
}
.comment-form input[type="text"] {
	height: 40px;
	padding: 5px;
}
.comment-form textarea {
	padding: 5px;
}

input[type="submit"],
button[type="submit"] {
	background: #f35c27;
	border: 0px none;
	color: #ffffff;
	cursor: pointer;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 16px;
	padding: 12px 25px;
}



.estimate-box form {
	border: 1px solid #d3d3d3;
	color: #3f3f3f;
	margin-bottom: 70px;
}
.estimate-box form .gf_page_steps {
	border-bottom: 1px solid #d3d3d3;
	margin-bottom: 0px;
	padding: 30px;
}
.estimate-box form .gform_body {
	padding: 70px 100px;
}
.estimate-box form ul.gform_fields li.gfield {
	margin: 0px 0px 40px!important;
	padding: 0px;
}
.estimate-box form .gform_page {
	
}
.estimate-box form .gform_page_footer {
	border-top: 0px none;
	margin-bottom: 0px;
}
.page .estimate-box form .gfield_label {
	color: #3f3f3f;
	display: block;
	font-size: 18px;
	margin-bottom: 30px;
	text-align: left;
}
.estimate-box form #field_5_13 .gfield_label {
	display: none;
}
.estimate-box form .gfield_required {
	display: none;
}

.estimate-box form .gform_page_footer .button.gform_previous_button {
	background: none;
	border: 1px solid #d7d7d7;
	color: #d7d7d7;
	cursor: pointer;
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
	padding: 10px 20px;
}
.estimate-box form .gform_page_footer .button.gform_next_button {
	background: none;
	border: 1px solid #d7d7d7;
	color: #15509d;
	cursor: pointer;
	font-size: 18px;
	font-weight: 700;
	padding: 10px 20px;
	text-transform: uppercase;
}
.estimate-box form .gfield_select {
	height: 60px;
}
.estimate-box form input[type="text"] {
	height: 60px;
}
.page .estimate-box form input[type="submit"] {
	background: #15509d;
	border: 1px solid #d7d7d7;
	border-radius: 0px;
	color: #ffffff;
	cursor: pointer;
	font-size: 18px;
	font-weight: 700;
	padding: 10px 20px;
	text-transform: uppercase;
}
.estimate-box form .gf_page_steps {
	position: relative;
	text-align: center;
}
.estimate-box form .gf_page_steps::after {
	border-top: 1px solid #d7d7d7;
    content: "";
    height: 1px;
    margin-left: -125px;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 200px;
	z-index: -1;
}
.estimate-box form .gf_step span.gf_step_label {
	display: none;
}
.estimate-box form .gf_step {
	height: auto;
	opacity: 1;
}
.estimate-box form .gf_step span.gf_step_number {
	background: #ffffff;
	border: 1px solid #d7d7d7;
	border-radius: 6px;
	display: inline-block;
	font-size: 20px;
	padding: 5px 10px;
	opacity: 1;
}
.estimate-box form .gf_step_active span.gf_step_number {
	background: #e8e8e8;
}

.estimate-box h3 {
	color: #3f3f3f;
    display: block;
    font-size: 28px;
	font-weight: 700;
    margin-bottom: 70px;
    text-align: center;
}


.page-free-estimate #top,
.page-free-estimate #header-sticky,
.page-free-estimate #header-content .info-phone,
.page-free-estimate #header-bar,
.page-free-estimate #sub-footer,
.page-free-estimate #footer {
	display: none!important;
}
.page-free-estimate #header-content .logo {
	text-align: center;
	width: 100%;
}
.page-free-estimate #content {
	padding: 0px;
}


/*** Widget ***/
.widget {
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 30px;
	padding-bottom: 30px;
}
.widget h3 {
	color: #030f27;
	font-size: 18px;
	font-weight: 500;
}
.widget ul li {
	line-height: 20px;
	margin-bottom: 15px;
}
.widget a {
	color: #7a7c7f;
}
.widget a:hover {
	color: #f35c27;
}
.widget_search fieldset {
	border: 1px solid #d9d9d9;
	border-radius: 30px;
	padding: 5px 40px 5px 20px;
	position: relative;
}
.widget_search input[type="text"] {
	background: none;
	border: 0px none;
	float: left;
	font-size: 16px;
	height: 42px;
	padding: 5px;
	vertical-align: top;
	width: 100%;
}
.widget_search input[type="submit"] {
	background: #f35c27 url(images/icons/icon-search.png) no-repeat scroll 50% 50%;
	border-radius: 30px;
	float: left;
	font-size: 0px;
	line-height: 0px;
	padding: 21px;
	position: absolute;
	right: 8px;
	text-indent: -9999px;
	vertical-align: top;
}

.widget_categories .post_count {
	background: #f15d32;
	border-radius: 22px;
	color: #ffffff;
	float: right;
	font-size: 12px;
	height: 22px;
	line-height: 22px;
	text-align: center;
	width: 22px;
}

.recent-posts-widget-with-thumbnails .rpwwt-post-title {
	color: #414042;
	font-size: 15px;
}
.recent-posts-widget-with-thumbnails a:hover .rpwwt-post-title {
	color: #f15d32;
}
.recent-posts-widget-with-thumbnails .rpwwt-post-date {
	color: #777777;
	padding-top: 5px;
}

.widget_tag_cloud .tagcloud a {
	background: #2f7ece;
	border-radius: 12px;
	color: #ffffff;
	display: inline-block;
	font-size: 13px;
	margin: 0px 2px 5px;
	padding: 8px 15px;
}

.page-inspiration-gallery .ngg-albumoverview.default-view .ngg-album-compact {
	border: 0px;
	box-shadow: 0px 0px 0px transparent;
    padding: 0px!important;
	width: 30%;
}
.page-inspiration-gallery .ngg-albumoverview.default-view .ngg-album-compactbox {
	padding: 0px!important;
}

.gallery-list {
	text-align: center;
}
.gallery-list .item {
	display: inline-block;
	margin: 0px 0.5% 1%;
	position: relative;
	width: 31%;
}
.gallery-list .item .image {
	position: relative;
}
.gallery-list .item img {
	display: block;
}
.gallery-list .item .overlay,
.gallery-list .item .title {
	display: none;
}
.gallery-list .item a:hover .overlay,
.gallery-list .item a:hover .title {
	display: block;
	position: absolute;
	left: 0px;
	width: 100%;
}
.gallery-list .item a:hover .overlay {
	background: rgba(0, 0, 0, 0.5);
	height: 100%;
	top: 0px;
}
.gallery-list .item a:hover .title {
	color: #ffffff;
	font-size: 18px;
	margin-top: -9px;
	top: 50%;
	text-transform: uppercase;
	z-index: 1;
}

.gallery-back {
	font-size: 20px;
	padding-top: 50px;
	text-align: center;
}