/*
Theme Name: Bode Flooring
Theme URI: http://www.435digital.com/
Description: Bootstrap 3 Responsive Theme
Version: 1
Author: 435 Digital
Author URI: http://www.435digital.com/
*/


/* Global */

html {
	position: relative;
    min-height: 100%;
    overflow-x: hidden;
}

body {
	margin-bottom: 8em;
	width: 100%;
	font-weight: 300;
	overflow-x: hidden;
}

.row {
  margin-left: 0;
  margin-right: 0;
/*  overflow-x: hidden;*/
}

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

h1, h2, h3, h4, h5, h6 {
	font-family: "proxima-nova";
}

p {
	font-family: "open-sans";
}

a:hover {
   text-decoration: none;
}

hr {
	border: 1px solid #eee;
}

.container {
   max-width: 100%;
   padding-right: 0;
   padding-left: 0;
 }

.left-content {
 	padding: 0;
 }

 .alignright {
 	float: right;
 }

 .alignleft {
 	float: left;
 }


/* Header */

.header {
	padding: 0;
}

.navbar {
	margin-bottom: 0;
}

.navbar-nav {
	margin: 1em 0 0;
}

.navbar-inverse, .navbar-default {
	border: none;
	padding: 1.5em 0;
}

.navbar-inverse .navbar-toggle {
	border: none;
}

.navbar-default .navbar-nav>.active>a, .navbar-default
.navbar-nav>.active>a:focus, .navbar-default
.navbar-nav>.active>a:hover, .navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a, .navbar-inverse
.navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover,
.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover,
.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:focus,
.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a {
	background: none;
}

.nav> li> a {
	padding: 1em;
	display: inline-block;
	font-family: "proxima-nova";
	text-transform: uppercase;
	font-weight: normal;
}

.container>.navbar-collapse {
	margin: 0 auto !important;
}

.top-bar {
	padding: 0;
	max-width: 100%;
}

#logo {
	float: left;
}

/*.megaphone {
	text-align: center;
	margin-top: .5em;
    margin-right: -.3em;
    font-size: 3.2em;
	display: inline-block;
    float: left;
}*/

.reviews {
	float: right;
	font-family: "proxima-nova";
	display: inline-block;
	padding: 0 1.7em 1.1em 0;
	margin-right: 1em;
	border-width: 1px;
	border-style: solid;
}

.side-word {
	float: left;
	padding-top: 1.1em;
    padding-right: .4em;
	-webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -sand-transform: rotate(-90deg);
    text-transform: uppercase;
    margin-top: 1.7em;
}

.top-word {
	margin-top: 1.1em;
}

.bottom-word {
	padding-right: 1.1em;
}

.top-word, .bottom-word {
	float: right;
	text-transform: uppercase;
	text-align: left;
	font-weight: bold;
	font-size: 1.5em;
	line-height: 1em;
	margin-left: -.2em;
}

.stars {
   clear: both;
   text-align: right;
}

.stars .dashicons {
	margin-right: .1em;
}

.address {
	float: right;
	font-family: "proxima-nova";
	font-weight: bold;
}

.phone {
	font-size: 1.4em;
}

.social-bar {
	max-width: 82.5em;
	margin: 0 auto;
	text-align: right;
	padding: .8em 0;
}

.social-bar a {
	padding: 1em;
	font-size: 1.3em;
}

.glyphicon-chevron-left:before {
    content: "";
}

.glyphicon-chevron-right:before {
    content: "";
}

/* Home Page */

.page-title {
	max-width: 39.13em;
	margin: 0 auto;
	display: block;
	font-size: 30px !important;
}

.home-links {
	padding: 0;
	display: block;
	margin: 1em auto 4em;
}

.cta {
	border-radius: 0;
	padding: 1em 0;
	max-width: 100%;
	/*width: 24.30em;*/
	border-width: 2px;
	border-style: solid;
	font-family: "proxima-nova";
	font-size: 1.1em;
	display: block;
}

.first {
	padding-left: 0;
	text-align: left;
}

.home-links div:nth-child(2) {
	text-align: center;
}

.last {
	padding-right: 0;
	text-align: right;
}

/* Choose Icons */

.title {
	text-align: center;
	margin: 1em auto;
}

.icon img {
	display: block;
	margin: 0 auto;
}

.icon h3 {
	text-align: center;
}

/* Carousel */

.hero-banner {
	height: 40em;
}

.caption {
	float: right;
    color: #616161;
    padding: 0;
    margin-top: 9em;
}

.caption h2 {
	text-align: right;
	font-size: 4em;
}

.caption p {
	text-align: center;
	font-size: 1.3em;
}

.carousel-control.right, .carousel-control.left {
	background-image: none;
}

/* About section */

.about-us {
	padding: 0;
	margin-bottom: 4em;
}

.about-text {
	padding: 1em 0 0;
}

.video {
	padding: 0;
}

/* Product Gallery Homepage */

.home-gallery {
	padding: 0;
}

.pro-single {
	min-height: 15em;
	background-position: center center;
	background-size:cover;
	position: relative;
	overflow: hidden;
}

.pro-single:after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-image: linear-gradient(to top right,#000,#000);
	opacity: .3;
}

.pro-single-text, .product-single-text {
   line-height: 1;
   position: relative;
   font-family: "proxima-nova";
   text-align: center;
   z-index: 2;
}

.pro-single-headline, .product-single-headline {
  font-size: 1.8em;
  letter-spacing: 1px;
  margin: 3.2em auto .5em;
  text-align: center;
}

.pro-single-link, .product-single-link {
  font-size: 1.5em;
  margin: 0 auto;
  text-align: center;
  z-index: 10;
  border-radius: 100%;
  border: 2px solid #fff;
  padding: .2em .5em .2em .6em;
}

/*.pro-single:hover .pro-single-link, .pro-single:hover .pro-single-headline, .product-single:hover .pro-single-link,
.product-single:hover .product-single-headline {
	opacity: 1;
	color: #fff;
	z-index: 2;
}*/

/* Products Page */

.product-single {
	min-height: 20em;
	background-position: center center;
	background-size:cover;
	position: relative;
	overflow: hidden;
	margin: 1em auto;
}

/*.product-single:hover:after {
	content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(134, 196, 71, 0.8);
}*/

/* Testimonials */

.testimonial-section {
	padding: 0;
	background: #f6f6f6;
	margin: 2em 0 3em;
	padding: 4em 0;
}

.testimonial-wrapper {
	padding: 0 2em 3em;
	text-align: center;
}

.testimonial .dashicons-admin-users {
	display: block;
	margin: .5em auto;
	font-size: 3em;
}

.testimonial p {
	text-align: center;
	margin: 1em auto;
}

.name {
	font-family: "open-sans";
	font-weight: bold;
}

.byline {
	font-weight: bold;
}

.read-more {
	text-align: center; 
}

.testimonial-page {
	background: #f6f6f6;
}

.dashicons-admin-users {
	font-size: 3em;
	padding: 1.2em 0;
}

/* Awards */

.award {
	text-align: center;
}

#myCarousel .carousel-control {
	width: 0 !important;
	font-size: 4em !important;
	text-shadow: none !important;
	font-family: "proxima-nova";
}

#myCarousel .carousel-control.right {
	padding-right: 0;
}

/* Hero image */

.jumbotron {
	background: url('images/hero.jpg');
	background-size: cover;
	height: auto;
}

/* Blog */

.blog-page-content {
	border-bottom: 1px solid #e2e2e2;
}

.post {
	padding-bottom: 2em;
}

.pagination {
	float: right;
}

.pagination ul li {
	list-style-type: none;
	float: left;
	padding-left: 1em;
}

.sidebar {
	border-left: 1px solid #e3e3e3;
    padding-left: 2em;
    margin-left: 1.5em;
}

.sidebar-contact {
	margin-top: 10.9em;
}

.sidebar ul {
	padding: 0;
	margin: 0 auto;
}

.sidebar ul li {
	list-style-type: none;
}

.sidebar ul li a {
	line-height: 2;
	font-weight: 100;
	font-size: 1.13rem;
}

.widget-title {
	font-weight: bold;
}

/* Contact */

.contact {
	padding: 0;
}

.contact .left-content p {
	padding: .5em 0 2.5em;
}

.gform_wrapper form {
	padding: 1em 0 1em 1.7em;
}

h3.gform_title {
	font-weight: normal !important;
	font-size: 1.8em !important;
}

.gform_wrapper input[type=text] {
	padding: 1.06em 0 !important;
}

.gform_wrapper textarea {
	padding: 1em .3em !important;
	border: none !important;
}

body .gform_wrapper label.gfield_label+div.ginput_container {
	margin: 0 !important;
}

.gform_wrapper .top_label input.medium, .gform_wrapper .top_label select.medium {
	border: none !important;
}

.ginput_container select {
	line-height: normal;
    max-height: 90px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    width: 200px;
    display:block;
    width:100%;
    border:1px solid #c8c8c8;
    background:#fff url(images/select.png) no-repeat right 10px center;
    color:#9f9f9f;
    padding: 1.1em .3em;
    margin:0;
    line-height: normal;
    border-radius: 0;
}

.gform_wrapper.gf_browser_gecko select {
	padding: .9em 0 !important;
}

.gform_wrapper .gfield_checkbox li label {
	font-weight: normal !important;
}

.gform_wrapper .gform_footer {
	padding: 2em !important;
	text-align: right !important;
	margin: 0 auto !important;
}

.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit] {
	border-width: 1px;
	border-style: solid;
	background: transparent;
	border-radius: 5px;
	padding: .5em 2.2em;
}

 .contact .widget {
 	display: block;
 	padding: 1em;
 	border: 1px solid #86c447;
 	text-align: center;
 	margin-bottom: 2em;
 }

 .contact .widget-title {
 	font-weight: 400;
 	font-size: 1.6em;
 }

 /* Content Pages */

 .main-content p {
 	line-height: 1.8em;
 	padding: 2em 0 0;
 }

 .featured-hero {
 	background-size: cover;
 	min-height: 22em;
 	background-position: bottom;
 }

.page-id-89 .featured-hero {
	min-height: 36em;
	background-position: top;
}

 /* Locations */

 .page-template-template-location .jumbotron {
 	display: none;
 }

  .page-template-template-location-second .jumbotron {
 	display: none;
 }

 .hero {
 	background-size: cover;
 	height: 30em;
 	background-position: center center;
 }

 .location-address {
 	padding: 6em 0 3em;
 	font-weight: bold;
 }

 .map {
 	width: 100%;
	height: 100%;
	border: #ccc solid 1px;
	margin: 2em 0;
	 padding: .2em;
 }

 .team-sidebar {
 	background: #e2e2e2;
 	display: inline-block;
 	margin: 4em 0;
 }

 .team-sidebar h3 {
 	text-align: center;
 	font-weight: bold;
 }

 .team-member {
     float: left;
     padding: 1.5em 0 1.6em 1.7em;
     max-width: 100px;
 }

 .team-member-name {
 	text-align: center;
 	display: block;
 	font-family: "proxima-nova";
 	padding-top: .7em;
 }

 .team-member-position {
 	text-align: center;
 	display: block;
 	font-family: "proxima-nova";
 	font-weight: bold;
 }

 .category-hero {
 	background-size: cover;
 	height: 20em;
 	margin-bottom: 1.5em;
 }

 .category-text {
 	padding: 1em 0 0;
 	line-height: 1.8em;
 }

 .brands {
 	padding: 0;
 }

 .brand {
 	padding: 0;
 	text-align: center;
 }

 .term-hardwood .brands {
 	padding-left: 1.5em;
 }

 .term-laminate .brands, .term-vinyl .brands {
 	padding-left: 8em;
 }

 .term-laminate .brand, .term-vinyl .brand, .term-tile-stone .brand {
 	margin: 0 2em;
 }

 .term-tile-stone .brands {
 	padding-left: 28em;
 }

 /* Floor Care */

 .btn {
 	border: 0;
 	border-radius: 0;
 	font-family: "proxima-nova";
 	padding: 1em 2em;
 }

 .intro {
 	padding: 1em 0!important;
 }

/* Pagination */

.nav-previous a, .nav-next a {
	font-family: "proxima-nova";
	font-weight: bold;
	text-transform: uppercase;
}

/* Footer */

.footer {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	max-width: 100%;
	max-height: 60px;
	padding: 0;
}

.footer .navbar {
	text-align: center;
}

.menu-footer-container {
	display: inline-block;
}

.footer-bar a {
	padding: 1em;
	font-size: 1.2em;
}

/* Media Queries */

@media (max-width: 48em) {
	div#carousel-example-generic {
    display: none;
	}
	.body {
		overflow-x: hidden;
	}

	.menu-footer-container {
		display: none;
	}

	.navbar-inverse .navbar-collapse, .navbar-default {
	width: 100%;
	overflow-x: hidden;
    }

    #logo {
    	padding: 1em;
    }

	.address, .reviews {
		display: none;
	}

	.caption {
		margin-top: 2em;
	}

}

@media (min-width: 62em) {
	.pro-single {
		width: 25%;
	    float:left;
	}

	.pro-single:not(:last-child) {
		border-right: 2px solid #fff;
	}

	.term-hardwood .brand {
 		width: 11.666667%;
 		margin: 0 1em;
 }
}

@media (max-width: 75em) {
	.home-links div {
		text-align: center;
		padding: 15px;
	}

	.award {
		padding: 2em 0;
	}
}

@media (max-width: 74.88em) {
	.video {
		position: relative;
		padding-bottom: 56.25%;
		height: 0;
		overflow: hidden;
		max-width: 100%;
		height: auto;
		margin: 2em 0;
	}

	.video iframe,
	.video object,
	.video embed {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}

	.commercial {
		position: relative;
		padding-bottom: 56.25%;
		height: 0;
		overflow: hidden;
		max-width: 100%;
		height: auto;
		margin: 2em 0;
	}

	.commercial iframe,
	.commercial object,
	.commercial embed {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
}
.sidebar ul{
	margin-bottom:30px;
}
.sidebar ul li{
	border-bottom: 1px solid rgba(0,0,0,0.1);
    padding: 10px 0;
}
.reviews.bord-link-second {
    display: none;
}

.contact .widget {
    display: block;
    padding: 1em;
    border: 1px solid #86c447;
    text-align: center;
    margin-bottom: 2em;
    width: 330px;
}

.carousel-inner img {
    max-height: 100px;
    object-fit: contain;
}







/*homepage video slider*/

.homepage-video-single {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
    margin: 0 3px;
}
.homepage-video-single iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

div#homepage-video-slider {
    width:80%;
    margin:0 auto;
}



div#homepage-video-slider button{
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
div#homepage-video-slider .slide-arrow{
    position: absolute;
    top: 50%;
    margin-top: -15px;
}
div#homepage-video-slider .prev-arrow{
    left: -50px;
    width: 0;
    height: 0;
    border-left: 0 solid transparent;
    border-right: 25px solid #86c447;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
}
div#homepage-video-slider .next-arrow{
    right: -50px;
    width: 0;
    height: 0;
    border-right: 0 solid transparent;
    border-left: 25px solid #86c447;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
}
 /*end homepage video slider*/


body.page.page-id-1862 div.featured-hero {
    display: none;
}

div#gform_wrapper_2 label,
div#gform_wrapper_2 div.charleft {
    color: white;
}

.test-row {
    display: flex;
    vertical-align: middle;
    flex-wrap: wrap;
}

.test-col {
    width: 18%; /* 4-> 5 col 23%;*/
    margin: 1%;
    box-sizing: border-box;
}

.test-col * {
    display: block;
}

.test-col strong {
    padding-bottom: 15px;
}

a.read-more {
    background: #2b7bc4;
    padding: 10px;
    margin: 15px auto;
    width: 100px;
    color: #fff;
}

@media only screen and (max-width: 959px) {
	.test-col {
		width: 100%;
		margin: 30px 0px !important;
	}

}