/* CF7 Homepage */
.column-full-hp {
  float: left;
  position: relative;
  padding: 0.2rem 0.1rem;
  width:100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

#cf7-home-wrapper {

}

/* Footer Widget Logo */
.footer-widget #text-3 {
  width: 100%;
}

/* testimonials */
    .gq-module-hover {
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0);
        -webkit-transition: all 0.6s;
        transition: all 0.6s;}
    .gq-module-hover:hover {
        -webkit-transform: scale(1.1, 1.1);
        transform: scale(1.1, 1.1);
        box-shadow: 1px 5px 14px rgba(0, 0, 0, 3);
        z-index: 1;}
/*end*/

/*-------[Float and Image Between Sections]-------*/
/*------------------------------------------------*/
 
/* remove all padding in section */
    .logo-spacer-section { padding:0px; margin:0 0 -40px 0;}
    .logo-spacer-section .et_pb_row, .logo-spacer-section .et_pb_section  { padding: 0px;}
 
/* logo under header */
    #logo-under-header {padding: 0px; margin: 0px;}
    #logo-under-header img {margin-top:-105px; width: 150px; z-index: 1; position: relative;}
 
/* logo under standard sections */
    #logo-spacer {padding: 0px; margin: 0px;}
    #logo-spacer img {margin-top: -70px; width: 300px; z-index: 1; position: relative;}
/*end*/

.grid {
	position: relative;
	clear: both;
	margin: 0 auto;
	padding: 1em 0 4em;
	max-width: 1000px;
	list-style: none;
	text-align: center;
}

/* Common style */
.grid figure {
	position: relative;
	float: left;
	overflow: hidden;
	margin: 10px 1%;
	min-width: 320px;
	max-width: 480px;
	max-height: 360px;
	width: 48%;
	height: auto;
	background: #3085a3;
	text-align: center;
	cursor: pointer;
}

.grid figure img {
	position: relative;
	display: block;
	min-height: 100%;
	max-width: 100%;
	opacity: 0.8;
}

.grid figure figcaption {
	padding: 2em;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
	pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

.grid figure h2 {
	word-spacing: -0.15em;
	font-weight: 300;
}

.grid figure h2 span {
	font-weight: 800;
}

.grid figure h2,
.grid figure p {
	margin: 0;
}

.grid figure p {
	letter-spacing: 1px;
	font-size: 68.5%;
}

/* Media queries */
@media screen and (max-width: 50em) {
	.content {
		padding: 0 10px;
		text-align: center;
	}
	.grid figure {
		display: inline-block;
		float: none;
		margin: 10px auto;
		width: 100%;
	}
}

figure.effect-jazz {
	/*background: -webkit-linear-gradient(-45deg, #f3cf3f 0%,#f33f58 100%);
	background: linear-gradient(-45deg, #f3cf3f 0%,#f33f58 100%);*/
}

figure.effect-jazz img {
	opacity: 0.9;
}

figure.effect-jazz figcaption::after,
figure.effect-jazz img,
figure.effect-jazz p {
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

figure.effect-jazz figcaption::after {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
   /* content: ''; */
    opacity: 0;
    -webkit-transform: rotate3d(0,0,1,45deg) scale3d(1,0,1);
    transform: rotate3d(0,0,1,45deg) scale3d(1,0,1);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

figure.effect-jazz h2,
figure.effect-jazz p {
	opacity: 1;
	-webkit-transform: scale3d(0.8,0.8,1);
	transform: scale3d(0.8,0.8,1);
}

figure.effect-jazz h2 {
	padding-top: 4%;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    color: #fff;
    border-top: 1px #fff;
    border-top-style: solid;
    border-bottom: 1px #fff;
    border-bottom-style: solid;
    margin-top: 40%;
}

figure.effect-jazz p {
	padding: 0.5em 2em;
	text-transform: none;
	font-size: 0.85em;
	opacity: 0;
}

figure.effect-jazz:hover img {
	opacity: 0.7;
	-webkit-transform: scale3d(1.05,1.05,1);
	transform: scale3d(1.05,1.05,1);
}

figure.effect-jazz:hover figcaption::after {
	opacity: 1;
	-webkit-transform: rotate3d(0,0,1,45deg) scale3d(1,1,1);
	transform: rotate3d(0,0,1,45deg) scale3d(1,1,1);
}

figure.effect-jazz:hover h2,
figure.effect-jazz:hover p {
	opacity: 1;
	-webkit-transform: scale3d(1,1,1);
	transform: scale3d(1,1,1);
}
/*end*/

/*hover effect in gallerypage*/
/*hover*/
.hovereffect {
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
}

.hovereffect .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  background-color: rgba(255,255,255,0);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.hovereffect:hover .overlay {
  background-color: rgba(48, 152, 157, 0.4);
}

.hovereffect img {
  display: block;
  position: relative;
}

.hovereffect h2 {
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  position: relative;
  font-size: 17px;
  margin-top:30px;
  padding: 30px;
  background: rgba(0, 0, 0, 0.6);
  -webkit-transform: translateY(45px);
  -ms-transform: translateY(45px);
  transform: translateY(45px);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.hovereffect:hover h2 {
  -webkit-transform: translateY(5px);
  -ms-transform: translateY(5px);
  transform: translateY(5px);
}

.hovereffect a.info {
  display: inline-block;
  text-decoration: none;
  padding: 7px 14px;
  text-transform: uppercase;
  color: #fff;
  border: 1px solid #fff;
  background-color: transparent;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  font-weight: normal;
  margin: 50px 0 0 0;
  padding: 10px 20px;
}

.hovereffect:hover a.info {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.hovereffect a.info:hover {
  box-shadow: 0 0 5px #fff;
}
/* end*/

/*HOVER EFFECT IN FLOORCARE*/
/***** Apollo *****/
/*-----------------*/

figure.effect-apollo {
	background: #3498db;
}

figure.effect-apollo img {
	opacity: 0.95;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale3d(1.05,1.05,1);
	transform: scale3d(1.05,1.05,1);
}

figure.effect-apollo figcaption::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,0.5);
	content: '';
	-webkit-transition: -webkit-transform 0.6s;
	transition: transform 0.6s;
	-webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
	transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
}

figure.effect-apollo p {
	position: absolute;
	right: 0;
	bottom: 0;
	margin: 3em;
	padding: 0 1em;
	max-width: 150px;
	border-right: 4px solid #fff;
	text-align: right;
	opacity: 0;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
}

figure.effect-apollo h2 {
	text-align: left;
        color: #fff;
        background-color: rgba(0,0,0,0.66);
        padding: 20px;
}

figure.effect-apollo:hover img {
	opacity: 0.6;
	-webkit-transform: scale3d(1,1,1);
	transform: scale3d(1,1,1);
}

figure.effect-apollo:hover figcaption::before {
	-webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
	transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
}

figure.effect-apollo:hover p {
	opacity: 1;
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}

/*--------END---------*/

/*Contact form 7 style*/

.wpcf7 {
/* background: rgba(0,0,0,0);
padding: 30px !important; */
text-align: center;
box-sizing: border-box;
width: 260px;
}

.wpcf7-form-control {
color:#000 !important;
}

.wpcf7 h3 {
  color: #ffbf50;
  margin-bottom: 20px;
}

.wpcf7-submit {
width: 100% !important;
-moz-box-sizing:border-box !important;
-webkit-box-sizing:border-box !important;
box-sizing:border-box !important;
text-align: center !important;
background-color: #FFBF50 !important;
border-color: #FFBF50 !important;
  padding: 15px 20px !important;
}

.wpcf7-response-output {
  width: 100%;
}

/* .wpcf7-validation-errors { display: none !important; } */

::-webkit-input-placeholder {
color: #000;
}

:-moz-placeholder { /* Firefox 18- */
color: #000;
}

::-moz-placeholder { /* Firefox 19+ */
color: #000;
}

:-ms-input-placeholder {
color: #000;
}

/* New Style */


#responsive-form{
	max-width:600px /*-- change this to get your desired form width --*/;
	margin:0 auto;
    width:100%;
    
}

#responsive-form1 {
	max-width:600px /*-- change this to get your desired form width --*/;
	margin:0 auto;
    width:100%;
}

select.wpcf7-form-control.wpcf7-select {
    width: 100%;
    height: 30px;
}

input.wpcf7-form-control.wpcf7-date.wpcf7-validates-as-required.wpcf7-validates-as-date {
    width: 220px;
    height: 30px;
}

.form-row{
	width: 100%;
}
.column-full, .column-half{
	float: left;
	position: relative;
	padding: 0.65rem;
	width:100%;
	-webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
}

.column-third{
	float: left;
	position: relative;
	padding: 0.65rem;
	width:33%;
	-webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
}

.clearfix:after {
	content: "";
	display: table;
	clear: both;
}

/**---------------- Media query ----------------**/
@media only screen and (min-width: 48em) { 
	.column-half{
		width: 50%;
	}
}

.wpcf7 input[type="text"], .wpcf7 input[type="email"], .wpcf7 textarea {
	width: 100%;
	padding: 8px;
	border: 1px solid #ccc;
	border-radius: 3px;
	-webkit-box-sizing: border-box;
	 -moz-box-sizing: border-box;
	      box-sizing: border-box
}
.wpcf7 input[type="text"]:focus{
	background: #fff;
}
.wpcf7-submit{
	float: right;
	background: #CA0002;
	color: #fff;
	text-transform: uppercase;
	border: none;
	padding: 8px 20px;
	cursor: pointer;
}
.wpcf7-submit:hover{
	background: #ff0000;
}
span.wpcf7-not-valid-tip{
	text-shadow: none;
	font-size: 12px;
	color: #fff;
	background: #ff0000;
	padding: 5px;
}
div.wpcf7-validation-errors { 
	text-shadow: none;
	border: transparent;
	background: #f9cd00;
	padding: 5px;
	color: #9C6533;
	text-align: center;
	margin: 0;
	font-size: 12px;
   
}
div.wpcf7-mail-sent-ok{
	text-align: center;
	text-shadow: none;
	padding: 5px;
	font-size: 12px;
	background: #59a80f;
	border-color: #59a80f;
	color: #fff;
	margin: 0;
}

#responsive-form {
    background-color: #eff2f3;
    padding-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
    float:left;
  /* border-width:1px;
   border-color:#000;
  border-style:solid;*/
}

#responsive-form1 {
    background-color: #eff2f3;
    padding-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
    width:500px;
}

@media only screen and (max-width: 980px) {
  
  #responsive-form1 {
    background-color: #eff2f3;
    padding-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
    width:260px;
}
  
}

@media only screen and (min-width: 1024px) (max-width: 1280px){
  
  #responsive-form1 {
    background-color: #eff2f3;
    padding-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
    width:400px;
}
  
}
/* contact form style end*/

/* contact form left align*/
div.wpcf7 {
    margin: 0;
    padding: 0;
   
    width:100%;
}
/*---------*/

/*cart align*/
.woocommerce table.shop_table {
    border: 1px solid rgba(0,0,0,.1);
    margin: 0 -1px 24px 0;
    text-align: left;
    width: 40%;
    border-collapse: separate;
    border-radius: 5px;
    float: right;
    background-color: aliceblue;
}

/*------*/
.woocommerce form .form-row select {
     height:32px;
}

/* filter border style */
.prdctfltr-widget .prdctfltr_wc.prdctfltr_maxheight .prdctfltr_woocommerce_ordering .prdctfltr_filter_wrapper .prdctfltr_filter {
    display: block;
    padding-left: 0;
    margin-right: 0;
    border-bottom: 1px #0d9fdd;
    border-style: solid;
    padding-bottom: 20px;
}

.woocommerce ul.products li.product h3, .woocommerce-page ul.products li.product h3 {
    padding: 0.3em 0;
    height: 40px;
}



/* filter checkbox and product number*/
.prdctfltr_count {

     border: 1px solid #3599df;
     color: #000;
     font-size:12px;
     font-weight: bolder;
}

.prdctfltr_wc.prdctfltr_checkbox .prdctfltr_filter label > span:before {

    border: 2px double #3599df;
    width:12px;
    height:12px;
}

/* filter checkbox and product number  ------end-------------*/

/* top three buttons in catalog*/
.et_pb_gutters3 .et_pb_column_1_7, .et_pb_gutters3 .et_pb_row .et_pb_column_1_7, body .et_pb_gutters3.et_pb_row > .et_pb_column_1_7 {
  
   margin-right:1px;
}

.et_pb_row.et_pb_row_0 {
    padding-top: 0px;
    padding-bottom: 0px;
}

/* top three buttons-----------end--------- in catalog*/

/* search at catalog*/

.et_pb_column.et_pb_column_1_4.et_pb_column_8 {
   
    margin-right: 3px;
}
/* end*/
.prdctfltr-widget .prdctfltr_wc .prdctfltr_woocommerce_ordering {
 
}

#main-content .container:before {
   background-color:#fff;
}
.et_right_sidebar #sidebar {
  display:none;
}
#left-area {
  width:100%;
}

.product .related h2 {
  display:none;
}

table.cart th, #main-content table.cart th, table.cart td, #main-content table.cart td, table.cart tr, #main-content table.cart tr, #content-area table tr, #content-area table td, #content-area table th {
    max-width: inherit;
    border-style: solid;
    border-width:1px;
    border-color:#c0cece;
    background-color:#dee6f2;
    padding-top:0px;
    padding-bottom:0px;
}

.prdctfltr_woocommerce.prdctfltr_wc.prdctfltr_always_visible .prdctfltr_woocommerce_ordering {
    display: block;
    padding-left: 14px;
  }
#left-area ul.products {
  display:none;
}

.back_button {
  background-color:#59d600;
  width:200px;
  padding:7px;
  color:#fff;
  
}

.product_meta {
  margin-top:20px;
  display: none;
}

.quotelistaddedbrowse {
    background-color: #482f84;
    width: 100px;
    color: #fff;
    padding-left: 8px;
    border-width: 1px;
    border-style: solid;
    border-color: #000;
}

.woocommerce ul.products li.product .price, .woocommerce-page ul.products li.product .price, .woocommerce ul.products li.product .price del, .woocommerce-page ul.products li.product .price del {
    margin: 0!important;
    color: #666!important;
    font-size: 14px;
    display: none;
}
.quotelistexistsbrowse {
    background-color: #482f84;
    width: 100px;
    color: #fff;
    padding-left: 8px;
    border-width: 1px;
    border-style: solid;
    border-color: #000;
}

.price {
    display: none;
}

.return-to-shop {
  display:none;
}

.woocommerce ul.products li.product h3, .woocommerce-page ul.products li.product h3 {
    padding: 0.3em 0;
    height: 40px;
    
    font-weight: bold;
  }

.pa_width-laminate {
  color:#000;
  font-size:13px;
}

.pa_brand-laminate {
  color:#000;
  font-size:12px;
  
}

.pa_2brand-hardwood {
  
 color:#000;
 font-size:13px;
}

.pa_3width-hardwood {
   
  color:#000;
  font-size:12px;
  
  
}

.pa_brand-vinyl {
  
 color:#000;
 font-size:13px;
}

.pa_width-vinyl {
   
  color:#000;
  font-size:12px;
  
  
}

.button {
  border-radius: 4px;
  background-color: #f4511e;
  border: none;
  color: #FFFFFF;
  text-align: center;
  font-size: 15px;
  padding: 5px;
  width: 200px;
  transition: all 0.5s;
  cursor: pointer;
  margin: 5px;
}

.button span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.button span:after {
  content: '»';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}

.button:hover span {
  padding-right: 25px;
}

.button:hover span:after {
  opacity: 1;
  right: 0;
}

/* style the get started cta button */
            .get-started {border-radius: 0px;}
            .get-started a {color: #fff!important;}
            li.get-started {
                background-color:#ed7818; 
                font-weight: 700; 
                text-transform: uppercase; 
                text-align: center; 
                padding: 10px 10px 10px!important;
            border-radius: 3px;
                -moz-transition: all 0.5s; 
                -webkit-transition: all 0.5s;
                transition: all 0.5s;}
             
            li.get-started:hover {background-color:#c96310;}
             
/* fixed header button text color */
                 .et-fixed-header #top-menu .get-started a {
                        color: #fff!important;}
        .get-started li.current-menu-ancestor > a, .get-started li.current-menu-item > a {
                    color: #fff !important;}
 
 
 
    @media only screen and (min-width : 981px) {
            li.get-started {height: 33px;}}

li.get-started {
  
    background-color: #ed7818;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    padding: 10px 10px 10px!important;
    border-radius: 3px;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    width: 150px;
    height: 45px !important;
}

@media all and (max-width: 980px) {
  
 li.get-started {
   
    background-color: #ed7818;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    padding: 10px 10px 10px!important;
    border-radius: 3px;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    
  }
}

/*width*/
@media only screen and (max-width: 980px) {
.et_pb_row_1 {
    padding-top: 0px !important;
    padding-right: 0px !important;
    padding-bottom: 0px !important;
    padding-left: 26px !important;
  }
}

@media all and (min-width: 974px) and (max-width: 1280px) {
  .button {
    width:170px !important;
    font-size:12px;
  }
  
  nav#top-menu-nav, #top-menu, nav.fullwidth-menu-nav, .fullwidth-menu {
    float: left;
    padding-left: 40px;
}
 /* li.get-started {
    float:right;
  }*/
  
/*.et_pb_button_0:hover {
    width:100px !important;
  }
  .et_pb_button_0 {
    width:100px !important;
  }
  */

  
  .et_pb_row.et_pb_row_0 {
        padding-left: 25px;
  }
  
  
  #logo {
    max-height: 55% !important;
}
  
  .prdctfltr_filter_wrapper.prdctfltr_columns_1 {
    margin-top: 5px !important;
    width: 500px;
  }
  
}

/*.prdctfltr-widget .prdctfltr_wc.prdctfltr_maxheight .prdctfltr_woocommerce_ordering .prdctfltr_filter_wrapper {
  width:600px;
}*/

div#prdctfltr-8 {
    height: 30px;
}

#footer-info {
  text-align:center;
}

@media all and (min-width: 1280px) and (max-width: 1310px) {
  
  nav#top-menu-nav, #top-menu, nav.fullwidth-menu-nav, .fullwidth-menu {
    float: left;
    padding-left: 1px !important;
 }
}

@media all and (min-width: 1025px) and (max-width: 1279px) {
  
  nav#top-menu-nav, #top-menu, nav.fullwidth-menu-nav, .fullwidth-menu {
    float: left;
    padding-left: 40px !important;
 }
}