/*

Theme Name: Mikes Floors

Theme URI: http://scwebtech.com/

Author: SCWebTech Team

Author URI: http://scwebtech.com/

Description: Description

Version: 0.1

License: GNU General Public License v2 or later

License URI: http://www.gnu.org/licenses/gpl-2.0.html

Text Domain: mikesfloors



This theme, like WordPress, is licensed under the GPL.

Use it to make something cool, have fun, and share what you've learned with others.

*/







/* Begin Typography & Colors */

@charset "UTF-8";
/* 

 *  Owl Carousel - Animate Plugin

 */

.owl-carousel .animated {
	-webkit-animation-duration: 1000ms;
	animation-duration: 1000ms;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
	z-index: 0;
}
.owl-carousel .owl-animated-out {
	z-index: 1;
}
.owl-carousel .fadeOut {
	-webkit-animation-name: fadeOut;
	animation-name: fadeOut;
}
 @-webkit-keyframes fadeOut {
 0% {
 opacity: 1;
}
 100% {
 opacity: 0;
}
}
 @keyframes fadeOut {
 0% {
 opacity: 1;
}
 100% {
 opacity: 0;
}
}
/* 

 *  Owl Carousel - Auto Height Plugin

 */

.owl-height {
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
/* 

 *  Core Owl Carousel CSS File

 */

.owl-carousel {
	display: none;
	width: 100%;
	-webkit-tap-highlight-color: transparent;
	/* position relative and z-index fix webkit rendering fonts issue */

	position: relative;
	z-index: 1;
}
.owl-carousel .owl-stage {
	position: relative;
	-ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.owl-carousel .owl-stage-outer {
	position: relative;
	overflow: hidden;
	/* fix for flashing background */

	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-controls .owl-nav .owl-prev,  .owl-carousel .owl-controls .owl-nav .owl-next,  .owl-carousel .owl-controls .owl-dot {
	cursor: pointer;
	cursor: hand;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.owl-carousel.owl-loaded {
	display: block;
}
.owl-carousel.owl-loading {
	opacity: 0;
	display: block;
}
.owl-carousel.owl-hidden {
	opacity: 0;
}
.owl-carousel .owl-refresh .owl-item {
	display: none;
}
.owl-carousel .owl-item {
	position: relative;
	min-height: 1px;
	float: left;
	-webkit-backface-visibility: hidden;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.owl-carousel .owl-item img {
	display: block;
	width: 100%;
	-webkit-transform-style: preserve-3d;
}
.owl-carousel.owl-text-select-on .owl-item {
	-webkit-user-select: auto;
	-moz-user-select: auto;
	-ms-user-select: auto;
	user-select: auto;
}
.owl-carousel .owl-grab {
	cursor: move;
	cursor: -webkit-grab;
	cursor: -o-grab;
	cursor: -ms-grab;
	cursor: grab;
}
.owl-carousel.owl-rtl {
	direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
	float: right;
}
/* No Js */

.no-js .owl-carousel {
	display: block;
}
/* 

 *  Owl Carousel - Lazy Load Plugin

 */

.owl-carousel .owl-item .owl-lazy {
	opacity: 0;
	-webkit-transition: opacity 400ms ease;
	-moz-transition: opacity 400ms ease;
	-ms-transition: opacity 400ms ease;
	-o-transition: opacity 400ms ease;
	transition: opacity 400ms ease;
}
.owl-carousel .owl-item img {
	transform-style: preserve-3d;
}
/* 

 *  Owl Carousel - Video Plugin

 */

.owl-carousel .owl-video-wrapper {
	position: relative;
	height: 100%;
	background: #000;
}
.owl-carousel .owl-video-play-icon {
	position: absolute;
	height: 80px;
	width: 80px;
	left: 50%;
	top: 50%;
	margin-left: -40px;
	margin-top: -40px;
	background: url("owl.video.play.png") no-repeat;
	cursor: pointer;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	-webkit-transition: scale 100ms ease;
	-moz-transition: scale 100ms ease;
	-ms-transition: scale 100ms ease;
	-o-transition: scale 100ms ease;
	transition: scale 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
	-webkit-transition: scale(1.3, 1.3);
	-moz-transition: scale(1.3, 1.3);
	-ms-transition: scale(1.3, 1.3);
	-o-transition: scale(1.3, 1.3);
	transition: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,  .owl-carousel .owl-video-playing .owl-video-play-icon {
	display: none;
}
.owl-carousel .owl-video-tn {
	opacity: 0;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-o-background-size: contain;
	background-size: contain;
	-webkit-transition: opacity 400ms ease;
	-moz-transition: opacity 400ms ease;
	-ms-transition: opacity 400ms ease;
	-o-transition: opacity 400ms ease;
	transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
	position: relative;
	z-index: 1;
}
/* Owl Navigation Styling */



.owl-nav {
	position: absolute;
	left: 0;
	width: 100%;
	height: 0;
}
.owl-nav div {
	-webkit-transition: all .15s ease-in-out;
	-moz-transition: all .15s ease-in-out;
	-ms-transition: all .15s ease-in-out;
	-o-transition: all .15s ease-in-out;
	transition: all .15s ease-in-out;
}
.owl-prev {
	float: left;
}
.owl-next {
	float: right;
}
/* Owl Dot Styling */



.owl-dots {
	text-align: center;
}
.owl-dot {
	-webkit-transition: all .15s ease-in-out;
	-moz-transition: all .15s ease-in-out;
	-ms-transition: all .15s ease-in-out;
	-o-transition: all .15s ease-in-out;
	transition: all .15s ease-in-out;
}




body {
	font-family: 'Source Sans Pro', sans-serif;
	color: #000;
}
ul,  ol {
	list-style: none;
	padding: 0;
	margin: 0;
}
img {
	display: block;
	max-width: 100%;
}
h1 {
	margin: 0 0 24px;
	font-size: 30px;
	font-weight: 600;
	text-transform: uppercase;
	color: #ed2424;
}
a:hover {
	text-decoration: none;
}
/* #mast-head */



#masthead {
	background: #000;
	overflow: hidden;
}
/* .home-page-link */



.branding {
	position: relative;
	z-index: 100;
	padding: 0;
	background: #000;
}
.home-page-link {
	display: block;
	max-width: 478px;
	padding: 35px 0;
	margin: 0 auto;
}
.home-page-link img {
	margin: 0 auto;
}
/* .header-content */



.header-content {
	position: relative;
	z-index: 90;
	padding: 22px 0 0;
	text-align: center;
	background: #fff;
}
.header-content:before {
	content: " ";
	position: absolute;
	top: 0;
	right: 100%;
	bottom: 0;
	display: block;
	width: 300px;
	background: #fff;
}
.header-content:after {
	content: " ";
	position: absolute;
	top: 0;
	left: 100%;
	bottom: 0;
	display: block;
	width: 1000px;
	background: #fff;
}
/* .social-links */



.social-links {
	padding-bottom: 10px;
}
.social-links li {
	display: inline-block;
	margin-left: 6px;
}
/* .support */



.support .tel {
	margin: 0 0 1px;
	font-size: 36px;
	line-height: 1em;
	font-weight: 700;
	color: #ed2424;
}
.support .address {
	margin: 0;
	font-size: 30px;
	line-height: 1em;
}
/* .navbar */



.navbar {
	margin-top: 20px;
	margin-bottom: 0;
	text-align: center;
	background: #5d5d5d;
	border-radius: 0;
}
.navbar a {
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 600;
	color: #fff;
}
.nav > li > a:hover,  .nav > li > a:focus {
	text-decoration: none;
	background: none;
	color: #ed2424;
}
.navbar-nav {
	float: none;
	display: inline-block;
	width: 100%;
	max-width: 1140px;
}
.navbar-toggle {
	border: 1px solid #ccc;
}
.navbar-toggle .icon-bar {
	background: #ccc;
}
.slider .owl-item {
	overflow: hidden;
}
/* .carousel-control */



.carousel-control .left-carousel-btn {
	display: block;
	width: 35px;
	height: 60px;
	background: url(images/icon-carousel-nav-01.png) left top;
}
.carousel-control .right-carousel-btn {
	display: block;
	width: 35px;
	height: 60px;
	background: url(images/icon-carousel-nav-01.png) right top;
}
.glyphicon-chevron-right:before,  .glyphicon-chevron-left:before {
	content: " ";
}
/* .slide-title */



.carousel-caption {
	position: relative;
	top: auto;
	right: auto;
	bottom: auto;
	left: auto;
	width: 100%;
	padding: 0;
	margin: 0;
	-webkit-text-shadow: none;
	-moz-text-shadow: none;
	text-shadow: none;
}
.slide-title {
	padding: 5px 0;
	margin: 0;
	font-size: 23px;
	line-height: 1.4em;
	background: #ed2424;
 color #fff;
}
.get-quote {
	display: inline-block;
	width: 214px;
	padding: 10px;
	margin: 24px 0;
	font-size: 25px;
	font-weight: 600;
	text-align: center;
	background: #ed2424;
	color: #fff;
	border: 2px solid #fff;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
}
.get-quote:hover {
	text-decoration: none;
	color: #fff;
}
/* .introduction */



.introduction {
	padding: 32px 0;
	text-align: center;
}
.introduction p {
	font-size: 16px;
	line-height: 1.4em;
}
/* .call-out */



.call-outs {
	padding: 61px 0 51px;
	background: #f5f5f5;
}
.call-outs .call-panel {
	max-width: 268px;
	margin: 0 auto 24px;
	background: #f5f5f5;
	overflow: hidden;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
}
.call-out-figure {
	width: 100%;
	border: 2px solid #ed2424;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
}
.overlay-content {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	padding-top: 95px;
	text-align: center;
	overflow: hidden;
	visibility: hidden;
	filter: alpha(opacity=0);
	opacity: 0;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.overlay-content h3 {
	margin: 0;
	font-size: 35px;
	line-height: 1em;
	color: #ed2424;
}
.overlay-content .read-more {
	font-size: 28px;
	line-height: 1.2em;
	color: #fff;
}
.call-panel:hover .overlay-content {
	visibility: visible;
	filter: alpha(opacity=100);
	opacity: 1;
}
.call-panel:hover .call-out-figure {
	filter: alpha(opacity=60);
	opacity: .6;
}
/* .secondary */



.secondary {
	padding-bottom: 22px;
	background: #000;
}
/* .footer-link */



.footer-link {
	padding: 30px 0 0
}
.footer-link a {
	font-size: 17px;
	text-transform: uppercase;
	color: #fff;
}
/* .estimate */



.estimate header {
	background: #ed2424;
}
.estimate h2 {
	min-height: 92px;
	padding: 24px 0 0;
	margin: 0 0 20px;
	font-style: 52px;
	line-height: 1.4em;
	text-align: center;
	color: #fff;
}
.estimate strong {
	text-decoration: underline;
}
.estimate .form-group {
	margin-bottom: 19px;
}


 input::-moz-placeholder, 
 textarea::-moz-placeholder {
 color: inherit;
 opacity: 1;
}
 input:-ms-input-placeholder, 
 textarea:-ms-input-placeholder {
 color: inherit;
}
 input::-webkit-input-placeholder, 
 textarea::-webkit-input-placeholder {
 color: inherit;
}
.wpcf7-form-control.wpcf7-text.wpcf7-email.wpcf7-validates-as-required.wpcf7-validates-as-email {
	color: #999;
}
.estimate input,  
.estimate select,  
.estimate textarea {
	width: 100%;
	height: 41px;
	padding: 0 14px;
	font-size: 22px;
	line-height: 41px;
	color: #c8c8c8;
	-webkit-border-radius: 9px;
	-moz-border-radius: 9px;
	border-radius: 9px;
}
.estimate textarea {
	height: 115px;
	padding: 10px 14px;
	line-height: 1.4em;
}
.estimate button[type="submit"],
.estimate input[type="submit"] {
	width: auto;
	min-width: 178px;
	padding: 0;
	font-size: 32px;
	line-height: 1em;
	font-weight: 700;
	text-transform: uppercase;
	background: #ed2424;
	color: #fff;
	border: 2px solid #fff;
	-webkit-border-radius: 9px;
	-moz-border-radius: 9px;
	border-radius: 9px;
}
.estimate .form-trigger {
	padding-top: 5px;
	text-align: center;
}
/* .colophon */



.colophon {
	padding: 16px 0;
	background: #2e2e2e;
}
.site-info {
	margin: 0;
	font-size: 14px;
	color: #fff;
}
/* .testimonials */



.testimonials {
	max-width: 240px;
	padding-top: 78px;
}
.testimonials p {
	font-size: 20px;
	line-height: 1.2em;
	font-weight: 300;
	font-style: italic;
	color: #fff;
}
.testimonials .author {
	padding-top: 22px;
}
/* .item-content */



.item-content {
	text-align: center;
}
.item-content h2 {
	margin: 0;
	font-size: 33px;
	line-height: 1.4em;
	color: #ed2424;
}
.quote-btn {
	display: inline-block;
	padding: 20px 9px;
	min-width: 214px;
	font-size: 35px;
	line-height: 1em;
	font-weight: 600;
	text-align: center;
	background: #ed2424;
	color: #fff;
	border: 2px solid #fff;
	border-radius: 10px;
}
.quote-btn:hover {
	color: #fff;
}
.slider .owl-stage-outer {
	position: relative;
	z-index: 100;
}
.slider .owl-nav {
	position: absolute;
	z-index: 200;
	top: 46%;
	right: 0;
	left: 0;
	width: 100%;
	max-width: 1170px;
	margin: 0 auto;
}
.slider .owl-prev {
	width: 35px;
	height: 60px;
	margin-left: 15px;
	background: url(images/icon-carousel-nav-01.png) no-repeat left center;
}
.slider .owl-next {
	width: 35px;
	height: 60px;
	margin-right: 15px;
	background: url(images/icon-carousel-nav-01.png) no-repeat right center;
}
/* .content-area */



.content-area {
	overflow: hidden;
}
/* .content-main */



.content-main {
	min-height: 500px;
	padding: 30px 0;
}
.content-main h1 {
	font-size: 40px;
	font-weight: 400;
	text-transform: none;
	color: #ed2424;
}
.content-main p {
	margin: 0 0 16px;
	font-size: 16px;
	line-height: 1.6em;
	color: #000;
}
/* .widget-area */



.widget-area {
	width: 100%;
	max-width: 400px;
	margin: 0 auto;
	background: #f5f5f5;
}
.widget-area .call-panel {
	position: relative;
	max-width: 264px;
	margin: 0 auto 24px;
}
.widget-area .call-panel.col-sm-3 {
	width: 100%;
}

.wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors {
	color: #ff0000;
	border: 2px solid #ff0000;
}
.wpcf7-response-output.wpcf7-display-none.wpcf7-mail-sent-ok {
	color: #398f14;
	border: 2px solid #398f14;
}


@media only screen and (min-width: 768px) {
h1 {
	margin: 0 0 28px;
	font-size: 50px;
	font-weight: 600;
	text-transform: uppercase;
	color: #ed2424;
}
/* .header-content */



/* nav-main */





.navbar a {
	font-size: 15px;
}
.navbar-nav li {
	float: none;
	display: inline-block;
}
.nav > li > a {
	padding: 18px 7px 13px;
}
.slide-title {
	position: absolute;
	top: 10%;
	left: 0;
	display: block;
	font-size: 33px;
	line-height: 1.2em;
}
.quote-wrapper {
	position: absolute;
	right: 0;
	bottom: 28px;
	left: 0;
	max-width: 1140px;
	margin: 0 auto;
}
.get-quote {
	float: right;
	margin-right: 12%;
}
.get-quote {
	padding: 14px 10px;
	margin-bottom: 0;
	font-size: 35px;
}
.quote-wrap {
	position: absolute;
	bottom: 30px;
	right: 0;
	left: 0;
	max-width: 1170px;
	padding-right: 11%;
	margin: 0 auto;
	text-align: right;
}
/* .introduction */



.introduction {
	padding: 48px 0;
}
.introduction p {
	font-size: 20px;
	line-height: 1.4em;
}
/* .call-outs .call-panel */



.call-outs .call-panel {
	max-width: none;
}
/* .item-content */





.heading-wrap {
	position: absolute;
	top: 14%;
	right: 0;
	left: 0;
	max-width: 1140px;
	margin: 0 auto;
	text-align: left;
}
.heading-wrap:before {
	content: " ";
	position: absolute;
	top: 0;
	right: 100%;
	bottom: 0;
	display: block;
	width: 1500px;
	background: #ed2424;
}
.heading-wrap h2 {
	display: inline-block;
	padding: 11px 24px 11px 0;
	background: #ed2424;
	color: #fff;
}
.has-aside .content-main {
	float: left;
	width: 100%;
	padding-left: 400px;
	padding-right: 15px;
	margin-left: -400px;
}
.has-aside .widget-area {
	float: right;
}
.widget-area {
	padding-left: 92px;
}
.widget-area .call-panel {
	max-width: 264px;
	margin-left: 0;
	margin-right: 0;
}
/* .widget-area */



.widget-area {
	position: relative;
}
.widget-area:after {
	content: " ";
	position: absolute;
	top: 0;
	left: 100%;
	bottom: 0;
	width: 1500px;
	display: block;
	background: #f5f5f5;
}
}

@media only screen and (min-width: 992px) {
/* .branding */



.branding {
	height: 170px;
	background: #000 url(images/figure-01.png) no-repeat right bottom;
}
.home-page-link {
	padding-bottom: 0;
	margin-right: 0;
	margin-left: 0;
}
.home-page-link img {
	margin: 0;
	max-width: 60%;
}
/* .header-content */



.header-content {
	height: 170px;
	text-align: right;
}
/* .support */



.support .tel {
	font-size: 46px;
}
.navbar {
	margin-top: 0;
}
.navbar a {
	font-size: 20px;
}
.nav > li > a {
	padding: 18px 12px 13px;
}
/* .carousel-control */



.carousel-control .left-carousel-btn {
	width: 70px;
	height: 120px;
	background: url(images/icon-carousel-nav.png) left top;
}
.carousel-control .right-carousel-btn {
	width: 70px;
	height: 120px;
	background: url(images/icon-carousel-nav.png) right top;
}
/* .introduction */



.introduction {
	padding: 95px 0 94px;
}
/* .estimate */



.estimate header {
	position: relative;
}
.estimate header:before {
	content: " ";
	position: absolute;
	z-index: 30;
	top: 0;
	left: 0;
	display: block;
	width: 45px;
	height: 92px;
	background: url(images/figure-06.png) no-repeat bottom left;
}
.estimate header:after {
	content: " ";
	position: absolute;
	z-index: 30;
	top: 0;
	right: 0;
	display: block;
	width: 45px;
	height: 92px;
	background: url(images/figure-07.png) no-repeat bottom left;
}
.estimate header h2 {
	position: relative;
	z-index: 10;
	padding-top: 15px;
	font-size: 42px;
	font-family: 'Arvo', serif;
}
}

@media only screen and (min-width: 1200px) {
/* .branding */



.branding {
	height: 200px;
}
.home-page-link img {
	max-width: 100%;
}
/* .header-content */



.header-content {
	height: 200px;
}
/* .support */



.support .tel {
	font-size: 56px;
}
/* nav-main */



.navbar a {
	font-size: 16px;
}
.nav > li > a {
	padding: 13px 22px 8px;
}
.slider .owl-nav {
	position: absolute;
	z-index: 200;
	top: 46%;
	right: 0;
	left: 0;
	width: 100%;
	max-width: 1170px;
	margin: 0 auto;
}
.slider .owl-prev {
	width: 70px;
	height: 120px;
	margin-left: 15px;
	background: url(images/icon-carousel-nav.png) no-repeat left center;
}
.slider .owl-next {
	width: 70px;
	height: 120px;
	margin-right: 15px;
	background: url(images/icon-carousel-nav.png) no-repeat right center;
}
}
