/* ==================================================
   Recommended CSS Variables
   ================================================== */

/*
:root {
  --brand-primary: #2f3150;
  --second-primary: #e2464d;
  --third-primary: #f8f8f8;
  --brand-accent: #1d1e36;
  --white: #ffffff;
  --black: #000000;
  --gray-light: #666666;
  --lighter-gray: #dee2e6;
  --brand-success: #28a745;
  --brand-danger: #dc3545;
  --brand-warning: #ffc107;
  --brand-blue: #007bff;
  --brand-green: #28a745;
  --brand-yellow: #ffc107;
}
*/

/* ==================================================
   Media Query Breakpoints
   ================================================== */

/* 
  Bootstrap Defaults:
  - xs: <576px
  - sm: ≥576px
  - md: ≥768px
  - lg: ≥992px
  - xl: ≥1200px
*/

/* ==================================================
   Homepage Banner
   ================================================== */
.home-banner {
	position: relative;
	background-position: 50% 20%;
	background-size: cover;
	background-color: #fff;
}

@media (max-width: 991.98px) {
	.bg-half-overlay {
		width: 75%;
	}
}

@media (max-width: 767.98px) {
	.bg-half-overlay {
		width: 100%;
		left: 0;
	}
}

.hero-bullets {
	position: relative;
	height: 100%;
	min-height: 480px;
}

.sub-title {
	color: #2f3150;
	/* $brand-primary */
	margin-bottom: 10px;
	font-size: 22px;
	line-height: 1.3;
}

.text {}

.badge-container {
	display: flex;
	align-items: center;
	margin-top: 30px;
	flex-wrap: wrap;
}

@media (max-width: 767.98px) {}

.btn-normal {
	display: table;
	margin-top: 30px;
}

.subheading {
	display: block;
	font-size: 16px;
}

@media (min-width: 992px) {}

/* ==================================================
   Services Section
   ================================================== */
.service-block {
	position: relative;
	padding: 40px 0;
	background-color: #f8f8f8;
}

.box {
	position: relative;
	display: block;
	overflow: hidden;
	background-size: cover;
	margin: 0 auto 30px;
	box-shadow: 0 0 25px 5px rgba(0, 0, 0, .2);
}

.water-damage .box:hover .title-box {
	background-color: #007bff;
}

.storm-damage .box:hover .title-box {
	background-color: #ffc107;
}

.remodeling .box:hover .title-box {
	background-color: #28a745;
}

@media (max-width: 991.98px) {
	.h3 {
		color: #fff;
		/* $white */
		font-size: 2.4rem;
		margin-bottom: 1rem;
	}
	
	.btn-brand {
		color: #fff;
		/* $white */
		background: transparent;
		border: 2px solid #fff;
		/* $white */
		padding: 10px 20px;
		text-align: center;
		white-space: normal;
		border-radius: 99px;
		line-height: 1;
		display: block;
	}
}

/* ==================================================
   Parallax
   ================================================== */
.parallax {
	height: 250px;
	width: 100%;
	position: relative;
	overflow: hidden;
	background-origin: content-box;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.post-parallax {
	max-height: 240px;
	width: 100%;
	position: relative;
	overflow: hidden;
	background-origin: content-box;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-color: #666;
}

/* ==================================================
   Message Block
   ================================================== */
.message {
	position: relative;
	padding: 60px 0;
	background-color: #e2464d;
}

.message-block {
	padding: 30px 40px;
	background-color: #fff;
}

/* ==================================================
   Testimonials Section
   ================================================== */
.testimonial-wrapper {
	position: relative;
	padding: 40px 0;
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.line {
	margin: 30px auto !important;
}

.cite {
	color: #1d1e36;
}

.btn-cta {
	display: block;
	color: #2f3150;
	/* $brand-primary */
	text-decoration: underline !important;
	margin: 1rem auto;
}

.rating-stars {
	background: url("https://cdn-ildlpie.nitrocdn.com/IpemqIaKPRcqfuQdhIOuatBWpBsprUPd/assets/images/optimized/rev-e440383/kiserrenovations.com/wp-content/themes/sk-theme-eleven/dist/images/assets/stars.svg") no-repeat center;
	background-size: contain;
	width: 100%;
	height: 18px;
	margin-bottom: 15px;
}

.rating-stars.nitro-lazy {
	background: none !important;
}

.review-btn {
	display: flex;
	justify-content: center;
	padding-bottom: 40px;
}

/* ==================================================
   Resource Badge Section
   ================================================== */
.resources {
	background-color: #fff;
}

.badge-wrap {
	display: flex;
	overflow-x: auto;
	align-items: center;
	-webkit-overflow-scrolling: touch;
	padding-left: 30px;
	padding-right: 30px;
}

.badges {
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}

@media (max-width: 767.98px) {}

/* ==================================================
   Contact Page
   ================================================== */
.message-button {
	width: 100%;
	text-align: center;
	margin-top: 1rem;
}

.contact-info {
	position: relative;
	background-color: #f8f8f8;
}

a {
	display: block;
}

.business-hours .icon {
	margin-top: 2px;
}

/* Adjust height of map if financing box == true */
.g-map {
	padding: 0;
	z-index: 1;
	min-height: 300px !important;
}

#contact-form {
	margin-top: 2rem;
}

.message-field {
	width: 50%;
	float: left;
}

textarea.form-control {
	padding: .75rem 1rem;
}

/* ==================================================
   Google Map
   ================================================== */
#google-map {
	position: relative;
	height: 396px;
}

/* ==================================================
   Page Info Bar
   ================================================== */
.page-info {
	color: #fff;
	/* $white */
	background: rgba(19, 19, 19, .7);
	padding: 1.25rem 0 1rem;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
}

/* ==================================================
   Sidebar
   ================================================== */
.sticky-sidebar {
	position: static;
}

/* ==================================================
   Popup & Sidebar - Contact Fields
   ================================================== */
.mfp-content, .sidebar, .inner-content {}

.sidebar {}

.s-box-wrapper {
	position: relative;
	padding-bottom: 4rem;
}

.btn-normal {
	width: 100%;
}

.s-box-small {
	z-index: 1;
	box-shadow: 0 0 10px rgba(0, 0, 0, .2);
	position: relative;
	margin-top: 2.5rem;
	text-align: center;
}

.btn-oval {
	padding: 1rem 3.5rem;
	margin-top: 1rem;
	color: #fff;
	/* $white */
	background: #1d1e36;
	font-size: 1.8rem;
}

.s-box-item {
	padding: 2rem 1.25rem;
}

.promo {
	background-color: #e2464d;
	/* $second-primary */
	padding: 1rem;
	margin-top: 0;
}

.finance {
	background: #fff url("https://cdn-ildlpie.nitrocdn.com/IpemqIaKPRcqfuQdhIOuatBWpBsprUPd/assets/images/optimized/rev-e440383/kiserrenovations.com/wp-content/themes/sk-theme-eleven/dist/images/assets/sidebar-cta-bg.jpg") no-repeat center;
	background-size: cover;
}

.finance.nitro-lazy {
	background: none !important;
}

.review {
	border: 2px solid #e2464d;
	/* $second-primary */
	background-color: #fff;
}

a {
	display: block;
}

/* ==================================================
   Contact Form Styles
   ================================================== */
.form-group {
	margin-bottom: 1.7rem;
}

.form-control {
	font-size: 1.4rem;
	color: #fff;
	/* $white */
	background-color: rgba(255, 255, 255, .15);
	border: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
}

.wpcf7-not-valid-tip {
	color: #fff;
}

label {
	display: none;
}

.field {
	height: 40px !important;
}

.has-feedback {
	position: relative;
}

.form-control-feedback {
	font-size: 1.2rem;
	width: 40px;
	height: 40px;
	line-height: 35px;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
	display: block;
	text-align: center;
	pointer-events: none;
}

textarea {
	resize: none;
}

textarea::-webkit-input-placeholder, input::-webkit-input-placeholder {
	color: #fff !important;
}

textarea:-moz-placeholder, input:-moz-placeholder {
	/* Firefox 18- */
	color: #fff !important;
}

textarea::-moz-placeholder, input::-moz-placeholder {
	/* Firefox 19+ */
	color: #fff !important;
}

textarea::-ms-input-placeholder, input:-ms-input-placeholder {
	color: #fff !important;
}

.pre-value {
	display: none;
}

.help-block {
	display: none;
}

.close::after {
	display: block;
	content: "×";
}

/* ==================================================
   Home Contact Form
   ================================================== */
.home-contact-wrapper {
	position: relative;
	background-color: #f8f8f8;
	/* $third-primary */
	padding: 40px 0;
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.form-group {}

@media (min-width: 1200px) {}

textarea::-webkit-input-placeholder, input::-webkit-input-placeholder {
	color: #000;
}

textarea:-moz-placeholder, input:-moz-placeholder {
	/* Firefox 18- */
	color: #000;
}

textarea::-moz-placeholder, input::-moz-placeholder {
	/* Firefox 19+ */
	color: #000;
}

textarea::-ms-input-placeholder, input:-ms-input-placeholder {
	color: #000;
}

.message-button button {
	width: 100%;
}

/* ==================================================
   Popup Form
   ================================================== */
#content-dialog {}

/* ==================================================
   Thanks & 404
   ================================================== */
.thanks-page, .error-page {
	background: #fafafa;
}

.btn {
	margin: 5rem;
}

.error {}

/* ==================================================
   Image Gallery
   ================================================== */
.image-gallery {}

.caption {
	font-size: 14px;
	line-height: 1.4;
}

.modal {
	position: fixed;
	width: 100vw;
	height: 100vh;
	opacity: 0;
	visibility: hidden;
	top: 0;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 5001;
}

/* ==================================================
   Gallery buttons
   ================================================== */
.image-gallery .filter {}
