/*
Theme Name: Kounty Line Builders, LLC.
Author: 3twenty9 Design, LLC.
Author URI: https://3twenty9.com/
Description: A semantic HTML/CSS framework base theme for WordPress Developers ported from Twitter Bootstrap v 3.3.1 and Rachel Baker's Bootstrap Wordpress Theme.
Version: 1.0
=======
*/

/* Global Bootstrap Changes */
.navbar-nav {
	float: right;
}

a.brand {
	padding: 15px 15px 15px 0px;
	display: inline-block;
}

.well {
	background-image: none;
	background-color: transparent;
	background: none;
	box-shadow: none;
	border: none;
}

/* Comments Changes */
.media-body {
	display: inline-block;
	float: right;
	width: 90%;
}

#respond {
	display: inline-block;
}

#comment {
	width: 100%;
	display: inline-block;
}

.media-list {
	display: inline-block;
	padding: 0px;
	margin-top: 0px;
}

.media-list li {
	list-style: none;
}

.media-body h4 {
	margin: 0px;
	padding: 0px;
}

.media-body p {
	margin-top: 0px;
}

time {
	font-size: .8em;
}

textarea, input, input[type="password" i], input[type="search" i] {
	border: solid 1px #ccc !important;
	border-radius: 4px !important;
		-webkit-border-radius: 4px !important;
		-moz-border-radius: 4px !important;
	box-shadow: none !important;
	background-image: none !important;
	background: none !important;
}


body {
	font-family: 'Quattrocento Sans', sans-serif;
}

time {
	font-size: 1em;
}

h1, h2, h3, h4, h5 {
	font-family: gotham, sans-serif;
	text-transform: uppercase;
	font-weight: 600;
}

a {
	transition: all ease-in-out .2s;
	color: #ccc;
}

a:hover {
	transition: all ease-in-out .2s;
	color: #fff;
}

img {
	max-width: 100%;
	height: auto;
}

.text-right {
	text-align: right;
}

.frame-wrapper iframe, .frame-wrapper {
	display: inline-block;
	position: relative;
	width: 100%;
}

.button, a.button {
	display: inline-block;
    font-size: 15px;
    font-family: 'Quattrocento', serif;
    text-transform: none;
    background-color: #222222;
    color: #fff;
    padding: 12px 36px;
    letter-spacing: 0px;
}

.button:hover, a.button:hover {
	background-color: #37383b;
	text-decoration: none;
	color: #606267;
}

.textright {
	text-align: right;
}

.top-bar {
    background-color: #222222;
    border-bottom: solid 3px #000000;
    padding: 10px;
    font-family: 'Quattrocento Sans', sans-serif;
}

.top-bar p {
    margin: 0;
    padding: 0;
    color: #ffffff;
    font-weight: 800;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.vertical-logo img {
	margin-top: -55px;
	max-width: 200px;
}

.contact-schedule {
	font-family: 'Quattrocento Sans', sans-serif;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: .9em;
	margin-top: 20px;
}

.contact-schedule .button {
    margin-left: 15px;
    padding: 8px 18px;
}

.home nav.navbar {
	position: absolute;
	border: 0px transparent;
	width: 100%;
	background: -moz-linear-gradient(top, rgba(0,0,0,0.75) 0%, rgba(0,0,0,0) 100%);
	background: -webkit-linear-gradient(top, rgba(0,0,0,0.75) 0%,rgba(0,0,0,0) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0.75) 0%,rgba(0,0,0,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bf000000', endColorstr='#00000000',GradientType=0 );
	min-height: 175px;
	font-weight: 800;
}

.navbar {
	position: absolute;
	border: 0px transparent;
	width: 100%;
	background: -moz-linear-gradient(top, rgba(0,0,0,0.75) 0%, rgba(0,0,0,0) 100%);
	background: -webkit-linear-gradient(top, rgba(0,0,0,0.75) 0%,rgba(0,0,0,0) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0.75) 0%,rgba(0,0,0,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bf000000', endColorstr='#00000000',GradientType=0 );
	min-height: 175px;
	font-weight: 800;
}

#navbar {
	padding: 0;
}

.navbar-nav>li>a {
	color: #fff !important;
	font-family: 'Quattrocento Sans', sans-serif;
	text-transform: uppercase;
	font-size: 1.125em;
	letter-spacing: .02em;
    text-shadow: 0px 0px 10px #000 !important;
}

.navbar-nav a:hover {
	opacity: .7;
}

.navbar-nav>li:last-child a {
	padding-right: 0 !important;
}

.navbar .contact-schedule a.button {
	background-color: #efefef;
	color: #222;
	text-transform: uppercase;
}

.navbar .contact-schedule a.button:hover {
	background-color: #ccc;
}

.dropdown-menu {
    text-align: center;
}

.slider-content {
	margin-top: 250px;
    font-size: 1.125em;
    background-color: rgba(0,0,0,.625);
    padding: 30px;
}

.slider-content h1, .slider-content h2, .slider-content p {
	color: #fff;
	margin: 0;
	padding: 0;
	text-shadow: 0px 0px 5px #000;
}

.slider-content h2 {
	font-family: gotham, sans-serif;
}

.slider-content p {
	line-height: 1.625em;
	font-weight: 500;
	margin-top: 10px;
}

.welcome h1 span, .welcome p, .welcome h2 {
	color: #222 !important;
}

.welcome {
	background-color: #555555;
	padding: 30px 0;
	border-top: solid 5px #222222;
	color: #fff;
}

.welcome h1 span {
	display: block;
	font-size: .35em;
	color: #222;
	margin-top: -5px;
}

.welcome h1 {
    font-size: 3em;
    line-height: 1em;
	font-family: gotham, sans-serif;
    margin: 0;
	color: #555;
	letter-spacing: 1px;
}

.welcome h2 {
	margin: 0 0 10px 0;
	font-family: gotham, sans-serif;
	text-transform: none;
	font-style: normal;
	font-weight: 600;
	font-size: 2em;
}

.welcome p {
	font-size: 1.5em;
}

.welcome ul {
	padding-left: 25px;
	margin-top: 10px;
	
}

.welcome li {
	color: #222;
	font-size: 1.25em;
	
}

.guaranteed {
	padding: 10px 0;
	background-color: #222222;
	font-family: 'Quattrocento', serif;
	text-transform: uppercase;
	letter-spacing: 3px;
	font-size: 1.325em;
	line-height: 2em;
	color: #fff;
	text-align: center;
	font-weight: 500;
}

.guaranteed p {
	margin: 0;
	padding: 0;
	line-height: 1.25em;
	font-family: gotham, sans-serif;
}

.guaranteed em {
	font-weight: 700;
}

.services {
	color: #fff;
}

.services h3 {
	font-size: 2em;
	color: #fff;
	text-shadow: 1px 1px 5px #000;
	letter-spacing: 1px;
    margin: 155px 0 -5px 0;
}

.services ul {
	padding-left: 15px;
	text-shadow: 0px 0px 10px #000;
	margin-top: 10px;
}

.services p {
	margin: 0;
    font-size: 1.125em;
    text-shadow: 1px 1px 5px #000;
}

.service {
	position: relative;
    min-height: 300px;
}

.service:after {
    background: linear-gradient(0deg, rgba(0,0,0,.7) 0%, rgba(0,0,0,0) 100%);
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    content: " ";
    top: 0;
    left: 0;
    z-index: 0;
}

.service .so-widget-sow-editor {
	position: relative;
	z-index: 9;
}

.splitservices {
	color: #fff;
}

.splitservices h3 {
	font-size: 2.25em;
	font-family: gotham, sans-serif;
	color: #fff;
	text-shadow: 1px 1px 5px #000;
	letter-spacing: 1px;
    margin: 15px 0 -5px 0;
}

.splitservices ul {
	padding-left: 15px;
	text-shadow: 0px 0px 10px #000;
	margin-top: 10px;
}

.splitservices p {
	margin-top: 10px;
    font-size: 1.35em;
	line-height: 1.5em;
}

.splitservice {
	position: relative;
    min-height: 500px;
}

.splitservice:after {
    background: linear-gradient(0deg, rgba(0,0,0,.7) 0%, rgba(0,0,0,0) 100%);
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    content: " ";
    top: 0;
    left: 0;
    z-index: 0;
}

.splitservice .so-widget-sow-editor {
	position: relative;
	z-index: 9;
}
.splitservice-button, a.button {
	display: inline-block;
    font-size: 15px;
    font-family: gotham, sans-serif;
    text-transform: uppercase;
    background-color: #fff;
    color: #222;
    padding: 12px 36px;
	margin-top: 20px;
    letter-spacing: 0px;
}

.splitservice-button:hover, a.button:hover {
	background-color: #37383b;
	text-decoration: none;
	color: #fff;
}

#testimonial {
	position: relative;
	height: 350px;
}

#panel-5-4-0-0 .frame-wrapper iframe {
	height: 350px !important;
}

#testimonial p {
	color: #dcac37;
	font-size: 1.35em;
	font-family: 'Quattrocento', serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin: 0;
}

#testimonial p span {
	display: block;
	color: #606267;
	font-size: .75em;
	font-style: normal;
}

#testimonial span.quote-mark {
	position: absolute;
	font-size: 3em;
	color: #222222;
    top: 20px;
    left: 35px;
}

.logos img {
	width: 100%;
	height: auto;
}

div.wpforms-container-full .wpforms-form input.wpforms-field-medium, div.wpforms-container-full .wpforms-form select.wpforms-field-medium, div.wpforms-container-full .wpforms-form .wpforms-field-row.wpforms-field-medium {
	width: 100% !important;
}

div.wpforms-container-full .wpforms-form input[type=date], div.wpforms-container-full .wpforms-form input[type=datetime], div.wpforms-container-full .wpforms-form input[type=datetime-local], div.wpforms-container-full .wpforms-form input[type=email], div.wpforms-container-full .wpforms-form input[type=month], div.wpforms-container-full .wpforms-form input[type=number], div.wpforms-container-full .wpforms-form input[type=password], div.wpforms-container-full .wpforms-form input[type=range], div.wpforms-container-full .wpforms-form input[type=search], div.wpforms-container-full .wpforms-form input[type=tel], div.wpforms-container-full .wpforms-form input[type=text], div.wpforms-container-full .wpforms-form input[type=time], div.wpforms-container-full .wpforms-form input[type=url], div.wpforms-container-full .wpforms-form input[type=week], div.wpforms-container-full .wpforms-form select, div.wpforms-container-full .wpforms-form textarea {
	background-color: #fff !important;
	border: 2px solid #555 !important;
}

div.wpforms-container-full .wpforms-form input[type=submit], div.wpforms-container-full .wpforms-form button[type=submit], div.wpforms-container-full .wpforms-form .wpforms-page-button {
    background-color: #222222;
    border: 1px solid #222222;
    color: #fff;
    font-family: 'Quattrocento', serif;
	text-transform: uppercase;
	letter-spacing: 1px;
}

div.wpforms-container-full .wpforms-form input[type=submit]:hover {
	background-color: #7d213b !important;
}

.contact h3, .contact p {
	color: #fff;
	font-size: 1.25em;
	margin: 0;
}

.contact p {
	margin: 0 0 20px 0;
}

.contact h3 {
	margin: 0;
}

.contact-form-wrapper {
	padding: 0 9% 0 0;
}

.cta {
	background-color: #222;
	padding: 15px 0;
	color: #fff;
	text-align: center;
	margin-bottom: 0px;
    font-size: 1.25em;
}

.cta h3, .cta a {
	color: #fff;
}

.cta h3 {
    letter-spacing: 2px;
	font-family: gotham, sans-serif;
    margin: 0;
}

.cta span, .cta span a {
	background-color: #efefef;
    color: #222222;
    padding: 4px 10px;
    border-radius: 3px;
    letter-spacing: .04em;
    margin: 0 3px;
}

.cta-outer {
    z-index: 999999999;
    position: relative;
}

.cta-inner {
	margin: 0 auto 0;
	padding: 0 0 20px;
	color: #fff;
    max-width: 1120px;
}

.cta-inner .card {
	text-align: left;
	background-color: rgba(0, 0, 0, .625);
	color: #fff;
	padding: 20px 20px 20px 20px;
	min-height: 150px;;
}

.cta-inner .card h2 {
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: inline-block;
    padding: 6px 12px 4px;
    font-family: gotham, sans-serif;
    line-height: 1em;
    font-size: 1.5em;
}

.cta-inner .card a h2, .cta-inner .card a {
	color: #fff;
}

.cta-inner .card p {
	display: inline-block;
	width: 100%;
	margin: 10px 0 0 0;
	color: #fff;
    line-height: 1.325em;
    font-size: 1.25em;
}

.cta-inner-psu .card {
	text-align: left;
	background-color: #fff;
	color: #333;
	padding: 20px 20px 0 20px;
	border-top: solid 5px #1b233e;
    min-height: 150px;
}

.cta-inner-psu .card h2 {
	margin: 0;
	color: #2c59a4;
	text-transform: uppercase;
	letter-spacing: 1px;
	display: inline-block;
	padding: 6px 12px 4px;
	font-family: 'Hepta Slab', serif;
	line-height: 1em;
	font-size: 1.5em;
}

.cta-inner-psu .card h3 {
	margin: 0;
	color: #2c59a4;
	text-transform: capitalize;
	letter-spacing: 1px;
	display: inline-block;
	padding: 6px 0px 4px;
	font-family: 'Hepta Slab', serif;
	line-height: 1.09em;
	font-size: 1.25em;
}

.cta-inner-psu .card a h2, .cta-inner-psu .card a {
	color: #2c59a4;
}

.cta-inner-psu .card p {
	display: inline-block;
	width: 100%;
	margin: 10px 0 0 0;
	color: #333;
    line-height: 1.325em;
    font-size: 1.125em;
}

.cta-inner-quote .card {
	text-align: left;
	background-color: #fff;
	color: #333;
	padding: 20px 20px 0 20px;
	border: solid 2px #1b233e;
    min-height: 150px;
}

.cta-inner-quote .card h2 {
	margin: 0;
	color: #2c59a4;
	text-transform: uppercase;
	letter-spacing: 1px;
	display: inline-block;
	padding: 6px 12px 4px;
	font-family: 'Hepta Slab', serif;
	line-height: 1em;
	font-size: 1.5em;
}

.cta-inner-quote .card h3 {
	margin: 0;
	color: #2c59a4;
	text-transform: capitalize;
	letter-spacing: 1px;
	display: inline-block;
	padding: 6px 0px 4px;
	font-family: 'Hepta Slab', serif;
	line-height: 1.09em;
	font-size: 1.25em;
}

.cta-inner-quote .card a h2, .cta-inner-psu .card a {
	color: #2c59a4;
}

.cta-inner-quote .card p {
	display: inline-block;
	width: 100%;
	margin: 10px 0 0 0;
	color: #333;
    line-height: 1.325em;
    font-size: 1.125em;
}


footer {
	background-image: url('assets/img/footer-bg-rhc.jpg');
	background-size: cover;
	position: center top;
	padding: 50px 0 50px 0;
	color: #fff;
}

.home footer {
	margin-top: 0px !important
}

footer a {
	color: #fff;
}

footer a:hover {
	color: #ccc;
}

footer .footer-logo {
	margin: -35px 0 -15px 0;
    max-width: 175px;
}

footer p {
	margin: 0 0 15px 0;
	color: #fff;
}

footer h3 {
	color: #fff;
	margin: 0;
	letter-spacing: .03em;
}

.navbar-inverse .navbar-toggle {
    border-color: transparent;
    background: #efefef;
    border-radius: 2px;
    margin: 25px 0 0 0;
    z-index: 999;
}

.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
	background: #ccc;
}

.navbar-inverse {
	border-radius: 0px;
}

.navbar-inverse .navbar-toggle .icon-bar {
	background-color: #222222;
}

.page-title {
	padding: 75px 0;
	background-image: url('assets/img/subpage-header.png');
	background-size: cover;
}

.page-title h1 {
	color: #dcac37;
	font-family: gotham, sans-serif;
	font-size: 2em;
	text-shadow: 0px 0px 15px rgba(0,0,0,.7);
}

/* Facebook Feed */
#cff .cff-item {
	width: 33.3333%;
	display: inline-block;
	float: left;
	clear: none;
	border-bottom: 0px transparent !important;
	padding: 30px !important;
	height: 250px;
	overflow: hidden;
	color: #fff;
}

#cff .cff-item a {
	color: #fff;
}

.cff-author {
	display: none;
}

#cff .cff-item:first-child {
	background-color: #37383c;
}

#cff .cff-item:nth-child(2) {
	background-color: #47484c;
}

#cff .cff-item:nth-child(3) {
	background-color: #616267;
}

.from-facebook {
	height: 250px;
	padding: 30px;
}

.from-facebook h2 {
	margin: 0;
	color: #fff;
	font-size: 2.75em;
	letter-spacing: .02em;
}

.from-facebook h2 span {
	display: block;
	line-height: .9em;
}

.from-facebook .button {
	background-color: #232426;
}

h3.headline {
	font-size: 3em;
	color: #dcac37;
	margin: 50px 0 0 0;
}

.service-item {
	border: solid 2px #000;
	border-radius: 10px;
	color: #fff;
	background-color: #232426;
	overflow: hidden;
	box-shadow: 0px 0px 10px rgba(0,0,0,.5);
}

.service-item h4 {
	background-image: url('assets/img/subpage-header.png');
	background-size: cover;
	color: #dcac37;
	margin: 0;
	padding: 25px 0;
	font-size: 1.5em;
	text-shadow: 0px 0px 10px rgba(0,0,0,.5);
	box-shadow: 0px 0px 20px rgba(0,0,0,.7);
}

.service-item h5 {
	background: #dcac37;
	background: -moz-linear-gradient(-45deg, #dcac37 0%, #f2e39b 100%);
	background: -webkit-linear-gradient(-45deg, #dcac37 0%,#f2e39b 100%);
	background: linear-gradient(135deg, #dcac37 0%,#f2e39b 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dcac37', endColorstr='#f2e39b',GradientType=1 );
	color: #37383b;
	margin: 0;
	padding: 15px 0;
	font-size: 1.325em;
	font-style: normal;
	letter-spacing: 1px;
	box-shadow: 0px 0px 15px #000;
}

.service-left h3 {
	font-size: 2em;
	margin: 0;
	color: #b20000;
}

.service-left h4 {
	font-size: 1.5em;
	margin: 0;
	color: #b20000;
}

.service-left p {
	font-size: 1.125em;
}

.service-left ul {
	padding: 0 0 0 20px;
}

.service-left.dark {
	color: #fff;
}

.service-left.dark h3, .service-left.dark h4 {
	color: #dcac37;
}

.testimonials-wrapper h3.widget-title {
	font-size: 1.5em;
	color: #606267;
}

.testimonial {
	border: solid 2px #efefef;
	padding: 20px;
	margin: 20px 0;
	border-radius: 5px;
	background-color: #fff;
	box-shadow: 0px 0px 10px rgba(235,235,235,1);
}

.testimonial h3 {
	color: #222222;
	margin-top: 0;
}

/* XS - Extra-Small Screens */
@media (max-width: 767px) { 
	.home nav.navbar {
		position: absolute;
		background: transparent;
	}
	
	#navbar {
	    background-color: #222222;
	}
	
	.slider-content {
		margin-top: 240px;
		margin-bottom: 20px;
	}
	
	.slider-content h1 {
		line-height: 1em;
		margin:  0 0 10px 0;
	}
	
	.slider-content h2 {
		font-size: 1.125em;
	}
	
	.slider-content p {
		font-weight: 500;
		line-height: 1.5em;
	} 
	
	.welcome h1 span {
		margin-top: 15px;
	}
	
	.contact-form-wrapper {
		padding: 0;
	}
	
	.vertical-logo img {
		margin-top: -15px;
		max-width: 180px;
	}
	
	footer .text-right {
		text-align: center;
	}
	
	.navbar-nav>li:last-child a {
	    padding-right: 15px !important;
	}
	
	a.brand {
	    padding: 15px 0 0 0;
	}
	
	.logo img {
		max-width: 200px;
		display: inline-block;
		float: left;
	}
	
	a.brand {
		float: left;
	}
	
	body {
		text-align: center;
	}
	
	.top-bar.textright {
		text-align: center;
	}
	
	.navbar-nav {
		float: left;
	}
	
	nav.navbar {
	    position: relative;
	    background-color: #222222;
	    margin: 0;
	    width: 100%;
	    border: 0px;
	}
	
	ul.nav {
		width: 100%;
		margin: 0;
	}
	
	#navbar {
		width: 100%;
		border: 0px transparent;
	}
	
	.dropdown-menu {
	    text-align: center;
	}
	
	a.brand {
		padding: 15px;
	}
	
	.logo img {
	    margin-top: 0px;
	}
	
	.welcome {
		text-align: center;
	}
	
	.welcome h1 span {
		line-height: 1em;
	}
	
	.welcome h1 {
		text-align: center;
	    margin: 0 0 15px;
	}
	
	#testimonial {
		height: auto;
	}
	
	.from-facebook {
		height: auto;
	}
	
	#cff .cff-item {
		height: 300px;
	}
	
	footer img {
		max-width: 250px;
		display: block;
		margin: 0 auto;
	}
	
	footer .footer-logo {
		display: block;
		margin: -35px auto 10px;
	}
	
	.service-item {
		margin-bottom: 35px;
	}
	
}

/* SM - Small Screens */
@media (min-width: 768px) and (max-width: 991px) {
	
	.contact-schedule {
		letter-spacing: 0px;
		font-size: .8em;
	}
	
	.contact-schedule .button {
		margin-left: 10px;
		font-size: 1em;
		padding: 12px 12px;
		letter-spacing: 1px;
	}
	
	.navbar-nav>li>a {
		font-size: .8em;
		letter-spacing: 0;
		padding: 9px;
		font-weight: 600;
	}
	
	.dropdown-menu {
	    text-align: center;
	}
	
	.logo img {
		margin-top: 0;
	}
	
	.welcome p {
		font-size: 1em;
	}
	
	.welcome h1 {
		font-size: 2.25em;
		font-family: gotham, sans-serif;
	}
	
	#testimonial p {
		font-size: 1.125em
	}
	
	.services .service {
		min-height: 300px;
	}
	
	footer {
		text-align: center;
	}
}

/* MD - Medium Screens */
@media (min-width: 992px) and (max-width: 1199px) {
	.navbar-nav>li>a {
		font-size: 1em;
	}
}

/* LG - Large Screens */
@media (min-width: 1200px) {
	
}
