/* 
Theme Name: Pavetile (Hello Child Theme)
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

.woocommerce-loop-product__buttons a {
    width: 100%;
    text-align: center;
	  display:none!important;
}

span.facetwp-display-value {
    text-transform: uppercase;
}

@media (max-width: 991px) {
    #ex {
        display: none !important;
    }
}

/*HIDE ORDER SAMPLE PRODUCT IN CATEGORIES*/ 
.woocommerce ul.products li.product .button {
    display: none;
    margin-top: 1em
}

.elementor-widget-wc-add-to-cart button#order_sample_product {
    width: 100%;
    margin: 0;
    font-size: 30px;
    text-transform: uppercase;
    font-family: 'Roboto';
    font-weight: normal;
}

.footer-logo{
	margin-right:10px;
}
.site-map a{color:#fff;}

ul.wsp-collectionss-list li {
    float: left;
    width: 25%;
    position: relative;
}

.sale h2 {
    font-weight: 600;
    color: red;
}

.row.homefooter{
	color: #fff;
}

.footer-bottom {
    background: #000;
    padding: 40px 0;
}

.p-info {
    padding-left: 5px;
	margin-bottom: 10px; 
}

.feature {
    padding: 10px 0;
}

.p-info table, .specification-info table{
	width: 250px;
}

.specification-info,.suitable-info, .area-info{
	padding-bottom: 5px;
}

.specification-info .panel, .suitable-info .panel{
	margin-bottom: 5px;
}

button.accordion{
    padding: 10px;
		font-weight: bold;
}

.accordion {
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
}

.active, .accordion:hover {
  background-color: #ccc; 
}

.panel {
  padding: 0 18px;
  display: none;
  background-color: white;
  overflow: hidden;
}

.woocommerce.widget_product_categories h5{
	display:none;
}

ul.product-categories {
    padding: 10px;
		margin-bottom: 0px;
}

ul.product-categories li {
    font-size: 15px;
    list-style: none;
}

ul.product-categories li a {
    color: #000;
		text-transform: uppercase;
}

span.pa_price-m2 {
    font-size: 30px;
    font-weight: bold;
}

h2.product-attributes-price-m2 {
    margin: 0;
}

/*.eael-data-table thead{display: none;}*/

div#c-attribute td {
    width: 50%;
    border: solid 1px #ccc;
    padding: 10px;
}
#c-attribute tr {
    width: 100%;
    border: solid 1px #ccc;
}
#c-attribute table{
	 width: 100%;
}

.filter-attr h5 {
    font-size: 16px;
    color: #000;
		text-transform: uppercase;
}

.filter-attr {
    padding-left: 20px;
		margin-top: -10px;
}

.filter-attr .woocommerce ul a{
	color:#000;
	text-transform: uppercase;
}
#add-show .order_sample_product{
	display:none;
}
#add-hide .e-atc-qty-button-holder{
	display: none;
}

#order_sample_product{font-size: 20px!important;}

.specs-t .product-attributes{	  
		float: right;
    border: solid 1px #3333332e;
    width: 50%;
    padding: 10px;
}

.specs-t span.attribute-name {
    width: 50%;
    border: solid 1px #3333332e;
    display: block;
    padding: 10px;
}

.specs-t{
	margin-bottom: 0px!important;
}
.specs-t p {margin-bottom: 0!important}

h3.side-info-title {
    font-weight: bold;
    padding-left: 10px;
}

a.ease.side-item-image {
    width: 40%;
    float: left;
    height: auto;
    padding-right: 10px;
}

a.ease.side-item-image img {
    width: 100%;
    height: 100%;
}

.side-tile-item {
    padding-bottom: 20px;
}

div#product-archive-section .product-attributes-price-m2-loop span {
    font-size: 20px;
    color: #000;
		font-weight: bold;
}
div#product-archive-section span.pa_price-m2-1 {
    text-decoration: line-through;
    color: red !important;
    font-size: 16px;
    font-weight: 500;
    padding: 0 5px;
}

div#product-archive-section  span.price {
    display: none !important;
}

div#cfw-customer-info {
    padding: 20px;
}

ul#cfw-breadcrumb li {
    padding: 10px;
}

.page-template-elementor_canvas {
    margin: 0;
}

.cart-collaterals {
    margin-top: 50px;
}

.thwmsc-step-custom-content.thwmsc-custom-cart {
    width: 600px;
    border: solid 1px #000;
    padding: 20px;
    margin-top: -300px;
}

button#order_sample_product {
    width: 300px !important;
    margin: 0 auto ! Important;
    display: block;
    position: relative;
    float: none;
}

.m2-price-wrapper span {
    font-size: 30px;
    font-weight: bold;
    padding: 5px;
}

.sale .m2-price-wrapper .pa_price-m2-0 {
    color: #7F7F7F;
    text-decoration: line-through;
}

.wpr-checkout-notice .woocommerce-error, .woocommerce-notices-wrapper .woocommerce-error, .wpr-checkout-notice .woocommerce-message, .woocommerce-notices-wrapper .woocommerce-message {
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    flex-wrap: nowrap;
    align-content: center;
}



h4.pop-title {
    color: #D68500;
    text-align: center;
    padding: 10px;
    text-transform: uppercase;
    font-weight: bold;
}















/* checkout */
.cart-weight-total th,
.cart-weight-total td {
    border-top: 1px solid #ddd;
    padding: 12px;
}

.weight-notice .woocommerce-info {
    margin: 10px 0;
    padding: 15px;
    background: #f7f7f7;
    border-left: 4px solid #2ea2cc;
}

.shipping-options {
    margin: 15px 0;
    padding: 15px;
    background: #f9f9f9;
    border: 1px solid #ddd;
}

.shipping-options h4 {
    margin-top: 0;
    margin-bottom: 15px;
}

.shipping-options label {
    display: block;
    margin-bottom: 10px;
    cursor: pointer;
}

.shipping-options input[type="checkbox"] {
    margin-right: 8px;
}





/* Weight total styling in cart */
.cart-weight-total th,
.cart-weight-total td {
    border-top: 1px solid #ddd;
    padding: 12px;
    font-size: 16px;
}

.cart-weight-total th {
    text-align: left;
    font-weight: normal;
}

.cart-weight-total td {
    text-align: right;
    font-weight: bold;
}

/* Weight notice message */
.weight-notice-row td {
    padding: 15px 12px;
    border-top: 1px solid #ddd;
}

.weight-notice-message {
    background: #f8f9fa;
    padding: 12px 15px;
    border-radius: 4px;
    font-size: 14px;
    line-height: 1.5;
    color: #333;
}

/* Shipping section header */
.shipping-section-header td {
    padding: 15px 12px 10px;
    border-top: 1px solid #ddd;
}

.shipping-header {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 16px;
}

.shipping-icon {
    font-size: 18px;
}

.shipping-method {
    margin-left: auto;
    font-weight: normal;
    color: #666;
}

/* Shipping options container */
.heavy-order-shipping-options td {
    padding: 0 12px 15px;
}

.shipping-options-container {
    background: #f8f9fa;
    border-radius: 6px;
    overflow: hidden;
}

/* Selected shipping method */
.shipping-method-selected {
    background: #fff;
    padding: 15px;
    border-bottom: 1px solid #e9ecef;
}

.shipping-radio-label {
    display: flex;
    align-items: center;
    cursor: pointer;
    margin: 0;
}

.shipping-radio-label input[type="radio"] {
    margin-right: 10px;
    accent-color: #007cba;
}

.shipping-radio-label span {
    font-weight: 500;
    color: #333;
}

/* Delivery preferences */
.delivery-preferences {
    padding: 15px;
}

.delivery-option {
    margin-bottom: 12px;
}

.delivery-option:last-child {
    margin-bottom: 0;
}

.delivery-option label {
    display: flex;
    align-items: flex-start;
    cursor: pointer;
    margin: 0;
    font-size: 14px;
    line-height: 1.4;
}

.delivery-option input[type="checkbox"] {
    margin-right: 10px;
    margin-top: 2px;
    accent-color: #007cba;
    flex-shrink: 0;
}

.delivery-option span {
    color: #555;
}

.delivery-option strong {
    color: #333;
    font-weight: 600;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .shipping-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
    }
    
    .shipping-method {
        margin-left: 0;
    }
    
    .delivery-option label {
        align-items: flex-start;
    }
    
    .delivery-option input[type="checkbox"] {
        margin-top: 1px;
    }
	.woocommerce-result-count {
    width: 100%;
    text-align: center;
	}
	form.form-wppp-select.products-per-page {
    width: 48%;
}
	form.woocommerce-ordering {
    width: 50%;
}
	.woocommerce span.onsale{
	background-color: #FFE100;
	font-size: .857em!important;
}
 .eael-single-product-price .suffix-price-text span {
    font-size: 30px!important;
}
	.m2-price-wrapper span {
		font-size: 20px;
	}
	.elementor-widget.elementor-widget-text-editor {
    float: left;
}
	#add-show {
    margin-top: -38px;
}
	.quantity .qty {
    float: right !important;
    width: 50%!important;
    display: block;
    position: relative;
}
	.cart-collaterals {
    display: flex;
    flex-direction: column-reverse;
	}
	
	.sample_notes_cart{
			width: 100%!important;
	}
	
	#order_review{
		padding-left: 20px !important;
    padding-right: 20px !important;
    margin-top: 40px;
	}
	
	.single-product .m2-price-wrapper {
    border: solid 1px #3333332e;
    padding: 10px;
    background: #c0c0c038;
	}
	
	.single-product .pa_price-m2-0 {
    color: red !important;
}
}



/* Cart totals table styling enhancement */
.woocommerce-cart-form + .cart-collaterals .cart_totals table {
    border-collapse: collapse;
}

.woocommerce-cart-form + .cart-collaterals .cart_totals table tr td,
.woocommerce-cart-form + .cart-collaterals .cart_totals table tr th {
    border-bottom: 1px solid #f0f0f0;
}

.woocommerce span.onsale{
	background-color: #FFE100;
	font-size: 1.857em;
}

select.orderby {
    padding: 10px 2px;
}

#shipping-calculator-form{
	font-size: 16px;
}

section#shipping-calculator-form input {
    border-radius: 5px;
    border: solid 1px #333;
    padding: 4px;
}

span.woocommerce-shipping-may-be-available-html.e-checkout-message.e-cart-content {
    font-size: 16px;
}

.ppc-button-wrapper, .ppcp-messages  {
    display: none!important;
}

.sample_notes_cart {
    float: left;
    display: block;
    position: relative;
    overflow: hidden;
    width: 45%;
    text-align: left;
    border: solid 1px #333;
    padding: 20px;
}

.eael-woo-cart .eael-woo-cart-wrapper .eael-cart-coupon-and-collaterals .cart-collaterals, .eael-woo-cart .eael-woo-cart-wrapper .eael-cart-clear-btn .cart-collaterals{
	width: 100%;
}

.sample_notes_cart p {
    margin-bottom: 10px !important;
}

.cfw-billing-address-description.cfw-small, .cfw-billing-address-heading, #cfw-shipping-same-billing {display:none;}

#sample_disclaimer_field, #delivery_disclaimer_field  {
    padding: 0;
		margin: 0!important;
}

select.select.wppp-select {
    padding: 10px 5px;
}

.payment_method_wc_pencilpay:after {
    content: "";
    background: url(http://pavetile.wickeddevarea.com/wp-content/uploads/2025/09/visa.png) no-repeat center center;
    height: 50px;
    width: 100px;
    background-size: 100%;
    position: absolute;
    right: 10px;
    top: 3px;
}

li.wc_payment_method.cfw-radio-reveal-li.payment_method_wc_pencilpay {
    display: block;
    position: relative;
}

.woocommerce-terms-and-conditions-wrapper {
    display: flex;
    position: relative;
    flex-direction: column-reverse;
    width: 100%;
}

tr.cart-weight-total th {
    padding: 0;
}

div#cfw-account-details .cfw-check-input {
    width: 100%;
    position: relative;
}



/* Popup styling */
.woocommerce-message {
  position: fixed !important;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%);
  background: #fff;
  border: 2px solid #a5c532;
  padding: 35px 50px;
  border-radius: 0px;
  font-size: 16px;
  font-weight: 500;
  color: #000000;
  z-index: 9999;
  text-align: center;
  max-width: 400px;
  width: 90%;
  box-shadow: 0 8px 30px rgba(0,0,0,0.25);

	
  
  /* run fadeIn immediately, then fadeOut after 1s delay */
  animation: fadeIn 2s ease-out 0s 1 normal forwards,
             fadeOut 0.1s ease-in 1s 1 normal forwards;
}

	/* Style the "View Cart" button inside the popup */
.woocommerce-message a.button {
	
	display: none !important;
	}


/* Fade In */
@keyframes fadeIn {
  from { opacity: 0; }
  to   { opacity: 1; }
}

/* Fade Out */
@keyframes fadeOut {
  to { opacity: 0; visibility: hidden; }
}

home-banner-col-1  .elementor-text-editor {
	font-family: calibre!important;
}
	
.box-16 .typography h1 {
color:#333;
font-size:28px;
}

.home-audio .textwidget {
color:#fff
}

.sale h2 {
    font-weight: 600;
    color: red;
}

.home-audio li {
list-style:none
}

.home-audio li.widget {
float:left
}

.home-audio li.widget #fbLikeButton {
margin-left:20px!important;
margin-top:-2px!important
}

.content .post-2312 .categories{
padding:15px 20px;
}
.content .post-2312 .categories li{
margin-bottom:0px;
font-size:22px;
line-height:1.5;
}
.grecaptcha-badge{
	display:none !important;
}
.modal.fade .modal-dialog {z-index:99999;}
ul.nav li.menu-item-has-children ul.sub-menu li  {list-style:none; padding: 5px 30px; border-bottom:1px solid #E2E2E2;}
ul.nav li.menu-item-has-children ul.sub-menu li a { padding:0;}
ul.nav li.menu-item-has-children ul.sub-menu {display:none; background:#F0F0F0; padding-bottom:4px;}
ul.nav li.menu-item-has-children:hover ul.sub-menu {display:block;  margin-top: 0px;  padding-left:0px;  position: absolute;   width: 230px;}
h2.cat-off {display:none;}
ul.responsive-tabs__list li#tablist1-tab1 {display:none !important;}
.col-sm-5 img {height:auto !important;}
.pavers ul.responsive-tabs__list li#tablist1-tab2 {background-image:url(/wp-content/uploads/2015/08/BSCA2.jpg); background-repeat:no-repeat; background-size: 100% 72%; }
.pavers ul.responsive-tabs__list li#tablist1-tab3 {background-image:url(/wp-content/uploads/2015/08/UPO2.jpg); background-repeat:no-repeat; background-size: 100% 72%;}
.pavers ul.responsive-tabs__list li#tablist1-tab4 {background-image:url(/wp-content/uploads/2015/08/DS202.jpg); background-repeat:no-repeat; background-size: 100% 72%;}
.pavers ul.responsive-tabs__list li#tablist1-tab5 {background-image:url(/wp-content/uploads/2015/08/MMH2.jpg); background-repeat:no-repeat; background-size: 100% 72%;}
.responsive-tabs .responsive-tabs__panel {padding:5px 12px 0 !important; margin-top:15px !important;}
.responsive-tabs ul.responsive-tabs__list {min-height: 95px !important;}
.responsive-tabs .responsive-tabs__panel {border:0 !important; }
.responsive-tabs .responsive-tabs__list__item {font-size:14px !important; padding-left: 0 !important; padding-top: 85px !important; width: 95px !important; border:0 !important; margin:1px 8px 0 0 !important;}
.row .product-box img {margin:15px 0;}
.col-sm-5 a img {height:auto !important;}
.col-sm-5 .row .product-box img {height:120px !important;}
.home-audio .widgettitle {display:none;}
.home-audio .widget {text-align:center; width:100%;}

.contact-details .wpcf7-form-control-wrap textarea {height:25px; margin-bottom: -10px;} 
.modal-footer .btn-primary {display:none;}
.outdoor-porce ul.responsive-tabs__list li#tablist1-tab2 {background-image:url(/wp-content/uploads/2015/01/TGO2.jpg); background-repeat:no-repeat; background-size: 100% 72%; }
.outdoor-porce ul.responsive-tabs__list li#tablist1-tab3 {background-image:url(/wp-content/uploads/2015/08/UPO2.jpg); background-repeat:no-repeat; background-size: 100% 72%;}

.outdoor-stone ul.responsive-tabs__list li#tablist1-tab2 {background-image:url(/wp-content/uploads/2015/08/Flamed-Granite2.jpg); background-repeat:no-repeat; background-size: 100% 72%; }

.outdoor-brera ul.responsive-tabs__list li#tablist1-tab2 {background-image:url(/wp-content/uploads/2015/02/Brera-5-Mosaic-02.jpg); background-repeat:no-repeat; background-size: 100% 72%; }

.outdoor-lachic ul.responsive-tabs__list li#tablist1-tab2 {background-image:url(/wp-content/uploads/2014/12/TLC2.jpg); background-repeat:no-repeat; background-size: 100% 72%; }


#infor .product-box {float: left;   margin: 0 5px 0 15px;  width: 120px;}
#infor h2 {color: #000; padding: 12px 15px; background:#ddd;}


.home-content{
	padding: 10px 0px;
}

#homeform .form-label{
   display:block;
}
h2.pad2{
padding-bottom:1em;
}
#homeform input[type=text],
#homeform input[type=email],
#homeform input[type=tel],
#homeform input[type=submit],
#homeform textarea{
  width:100%;
}
#homeform textarea{
  max-height:80px;
}
.home h2{
	text-transform: uppercase;
}

.home hr{
	width: 50%;
	border-top: 1px solid #333;
}
.hometitle{
       border-bottom: 1px solid #999;
       margin: 1em 5em;
    padding: 1em 0;
    text-align: center;
    font-size:24px;
}
.home h3{
padding: 0.5em 0;
font-size: 18px;
text-transform: uppercase;
}
.downloadbtn {
    background: #428bca;
    clear: both;
    color: #fff;
    display: inline-block;
    padding: 10px;
    margin-top:80px;
	margin-bottom:10px;
}
.downloadbtn a{
    color:#fff; 
} 
.downloadbtn a:hover{
	text-decoration:none;
}
.diff img {
float:left;
margin:0 20px 20px 0
}

.clear {
clear:both;
display:block
}
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */

.logo h2, .logo h3 {
display:none !important;
}
.logo h1 {
margin:0 !important;
}

li#menu-item-852 a {
color:#FF7C00!important
}

.typography ul.post-categories li {
margin-right:8px!important
}

ul.products {
margin:0;
padding:20px 0 0
}

ul.products li {
list-style:none;
float:left;
width:25%;
padding-left:15px;
padding-right:15px;
margin-bottom:25px
}

ul.products li.product img {
width:100%;
height:250px
}

ul.products li.product h3 {
font-size:12px;
text-transform:uppercase
}

.related ul.products li.product img {
width:100%;
height:130px
}

ul.products li.product a.product_type_simple {
display:none
}

#tab-description {
padding:10px
}

#tab-reviews {
padding:10px
}

ul.tabs {
clear:both;
overflow:hidden;
margin:20px 0 0;
border-bottom:1px solid #d68500
}

ul.tabs li {
background:#d68500;
float:left;
list-style:none;
padding:5px 10px;
font-size:20px;
margin-right:2px
}

ul.tabs li a {
color:#fff
}

#single-box {
width:58.3333%;
float:right
}

.typography .product .images {
width:41.6667%;
float:left
}

.typography .product .images .thumbnails img {
width:100%;
height:70px
}

.typography .product .images .thumbnails a {
float:left;
width:80px;
margin:0 5px 5px 0
}

.typography .product .images .woocommerce-main-image img {
width:70%;
height:auto;
margin-bottom:20px
}

.welms {
text-align:left;
display:none
}

.post-1289 .welms {
display:block!important
}

.welms h1 {
margin:0
}

.cd-headline.clip .cd-words-wrapper:after {
background-color:inherit!important
}

.cd-headline.type .cd-words-wrapper.selected {
background-color:inherit!important
}

.cd-headline.type .cd-words-wrapper:after {
background-color:inherit!important
}

.cd-headline.type i.in {
color:#a8c8e9;
font-size:20px;
font-weight:700;
text-shadow:2px 2px 2px #000;
text-transform:uppercase
}

.cd-headline {
color:#a8c8e9;
font-size:20px;
font-weight:700;
text-shadow:2px 2px 2px #000;
text-transform:uppercase;
margin-top:-70px;
position:absolute
}

.no-margin-top .post-categories {
display:inline-block;
padding:0 5px;
list-style-type:none!important
}

.media-meta .post-categories li,.no-margin-top .post-categories li {
display:inline-block
}

ul.thumbs-up {
margin-top:10px;
padding-left:0
}

ul.thumbs-up li {
list-style:none;
width:80px;
float:left;
margin:2px
}

ul.thumbs-up li img {
width:100%;
height:70px
}

.col-sm-5 ul.thumbs-up a img{
height:70px !important;
}

.textwidget form.wpcf7-form input[type="text"] {
width:100%
}

.textwidget form.wpcf7-form input[type="email"] {
width:100%
}

.textwidget form.wpcf7-form input[type="submit"] {
width:50%
}

.textwidget form.wpcf7-form input[type="tel"] {
width:100%
}

.textwidget form.wpcf7-form textarea {
width:100%
}

li.widget_text {
list-style:none
}
 
.col-sm-3 .product-box img {
height:auto;
width:100%
}
.col-sm-4 img{
	width: 100%;
}
.no-margin-top {
margin-top:0
}


.input-group:hover .form-control {
display:block!important
}

.bootom-share ul li {
padding-right:0!important
}

blockquote {
background:url(/wp-content/uploads/2015/01/right-quote.png) no-repeat scroll left top,url(/wp-content/uploads/2015/01/left-quote.png) no-repeat scroll right bottom;
padding:22px 45px
}

blockquote p {
color:#fff!important
}

.catdesc {
display:block;
clear:both;
padding-top:18px
}

.catdesc .memarng {
margin-bottom:15px
}

#cboxCurrent {
background:url(/wp-content/uploads/2015/01/line-box.png) no-repeat scroll center center
}

.gallery .gallery-item img {
width:95%;
height:auto
}

header {
background:#FFF;
z-index:100;
position:relative
}

header .header-content .row .col-sm-2 {
padding-right:0!important;
padding-left:17px!important
}

header .header-content .row .col-sm-10 {
padding-left:0!important
}

header .header-content .mainmenu nav {
margin-bottom:0;
border:none
}

header .header-content .mainmenu ul li.one {
background:#273c49
}

header .header-content .mainmenu ul li.two {
background:#f1d041
}

header .header-content .mainmenu ul li.three {
background:#a8c8e9
}

header .header-content .mainmenu ul li.four {
background:#b9a734
}

header .header-content .mainmenu ul li.five {
background:#8db988
}

header .header-content .mainmenu ul li.six {
background:#d68500
}

header .header-content .mainmenu ul li a {
color:#000;
font-family:"MuseoSans900";
font-size:18px;
min-width:157px; 
padding:45px 27px 15px; 
text-transform:uppercase 
}

header .header-content .mainmenu ul li a:hover{
	color: #a8c8e9;
}


.nav-justified > li{

	display: inline-block;
	width: auto; 
}
.cbp-bislideshow {
height:100%;
left:0;
list-style:outside none none;
margin:0;
padding:0;
position:fixed;
top:0;
width:100%;
z-index:0
}

.backgroundsize .cbp-bislideshow li {
background-position:center center;
background-size:cover
}

.cbp-bislideshow li {
height:101%;
left:-.5%;
opacity:0;
position:absolute;
top:-.5%;
transition:opacity 1s ease 0;
width:101%
}

.cbp-bislideshow li img {
display:block;
width:100%;
height:100%
}

.content .post-23 .categories {
background:url(img/others/overlay-1.png) repeat
}

.content .post-23 .categories .cats {
display:block!important
}

.content .post-23 .categories .crumbs {
display:none
}

.content .post-840 .categories {
background:url(img/others/overlay-1.png) repeat
}

.content .post-840 .categories .cats {
display:block!important
}

.content .post-840 .categories .crumbs {
display:none
}

.content .post-836 .categories {
background:url(img/others/overlay-1.png) repeat
}

.content .post-836 .categories .cats {
display:block!important
}

.content .post-836 .categories .crumbs {
display:none
}

.content .post-2 .categories {
background:url(img/others/overlay-1.png) repeat
}

.content .post-2 .categories .cats {
display:block!important
}

.content .post-2 .categories .crumbs {
display:none
}

.content .post-838 .categories {
background:url(img/others/overlay-1.png) repeat
}

.content .post-838 .categories .cats {
display:block!important
}

.content .post-838 .categories .crumbs {
display:none
}

.content .post-738 .categories {
background:none!important
}

#crumbs {
	color:#000;
	font-size:16px;
	line-height:2;
	text-transform:capitalize;
	text-align: right;
	width: 97%;
    margin: 0 auto;
}

#crumbs a {
color:#000;
}

#crumbs span.current {
padding-right:5px;
}

.content .categories .right {
float:right!important
}

.content .categories .cats {
display:none
}

.post-1289 .categories {
background:none!important
}

.content .categories {
padding:20px;
/*z-index:1000;*/
position:relative;
background:url(img/others/overlay-1.png) repeat
}

.content .categories ul {
margin-bottom:0
}

.content .categories li {
line-height:2;
margin-bottom:10px
}

.content .categories li a {
font-size:16px;
color:#FFF;
text-transform:uppercase
}

.box-16 .typography {
background:url(img/others/overlay-4.png) repeat;
padding:15px 30px;
margin:10px 0;
color:#333;
/*background-image:url(/wp-content/uploads/2015/02/francis-of-assisi.png)!important;
background-repeat:no-repeat!important;
-webkit-background-size:cover;
-moz-background-size:cover;
background-size:cover;
overflow:hidden;
padding:15px 30px 100px*/
}

.sidebar .contacts {
background:url(img/others/overlay-2.png) repeat;
padding:30px;
font-size:15px;
color:#FFF
}

.page-inner-sidebar .widget_recent_entries .post-date{
	display: block;
	font-size: 12px;
}
.page-inner-sidebar .widget_recent_entries ul{
	padding:0 0 0 15px;
}
.page-inner-sidebar .widget_recent_entries ul li{
	padding-bottom: 10px;
	font-size: 15px;
}
.form-group input.btn-1{
	background: #f1d041;
}
footer {
position:relative
}

footer .footer-top .footer-top-content {
background:url(img/others/overlay-3.png) repeat
}

footer .footer-top .contacts {
padding:15px 30px
}

footer .footer-top .contacts p,footer .footer-top .contacts p a {
color:#FFF
}

footer .footer-top .bottom-ads p {
font-size:14px;
color:#FFF
}

footer .footer-top .newsletter {
background:url(img/others/overlay-3.png) repeat;
padding:15px
}

footer .footer-top .newsletter .form-group {
margin-bottom:0
}

footer .footer-top .newsletter .form-control {
border-radius:0;
color:#3f3f3f;
font-size:13px
}
footer .news-btn{
	background: #f1d041;
	padding:19px;
	font-size:18px;
	width:310px;
}
footer .news-btn a{
	color: #3f3f3f;
	text-decoration:none;
}
footer .news-btn a:hover{
	text-decoration:none;
}
footer .footer-top .newsletter .btn-1 {
font-size:12px;
color:#3f3f3f;
text-transform:uppercase;
background:#f1d041;
border-radius:0;
border-bottom:3px solid #3b3000
}

footer .footer-bottom {
padding:15px 0 0;
background: #0C0C0C; 
}

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

footer .footer-bottom p {
font-size:12px;
color:#fff;
line-height:20px;
	margin-bottom: 0;
}
footer .footer-bottom p a{
	color: #fff;
}
footer .footer-bottom .contacts img{
	margin-right: 5px;
}
footer .footer-bottom .newsletter{
	padding:15px 0; 
}
footer .footer-bottom .bottom-ads{
	padding-bottom: 25px;
	padding-top: 6px;
}
.wp_popup_default_theme ul{display:none;}
#colorbox #cboxClose{top:0px;}
#colorbox #cboxLoadedContent{
	margin-top:13px;
	margin-bottom: 13px;
}
.search-form .form-control {
border-radius:0
}
.search-form{
float:right;
width:100%
}
.btn-2 {
background:#f1d041;
border-radius:0
}

.btn-3 {
background:#d68500;
border-radius:5px;
color:#FFF;
text-transform:uppercase
}
#bx-pager{text-align:left;}
#bx-pager img{	margin:9px;	cursor: pointer;}
.bxslider img {width:100%;}.bxslider li{	left:10px;}.contentcenter {    text-align: center;} 

.typography {
background:url(img/others/overlay-4.png) repeat;
padding:15px 30px;
margin:10px 0
}

.typography h2 {
color:#d68500;
font-size:16px;
text-transform:uppercase
}

.typography p {
color:#313131;
}

.typography hr {
border:none;
border-bottom:1px solid #d0d0cf;
margin:5px 0
}

.typography .readmore {
color:#3e3e3e;
font-size:12px;
text-transform:uppercase
}
.table-1 {
background:#fdfcfa
}

.table-1 th {
font-size:12px;
color:#323232;
text-transform:uppercase
}

.table-1 td {
font-size:12px;
color:#6d6d6d
}

.product-box h4 {
font-size:12px;
color:#373737;
text-transform:uppercase
}

.media-box {
position:relative;
border-bottom:1px solid #373737;
margin-bottom:15px
}

.media-box .media-date {
background:url(img/others/overlay-1.png) repeat;
position:absolute;
top:0;
left:0;
padding:8px 15px
}

.media-box .media-date p {
color:#FFF;
font-size:12px;
text-transform:uppercase;
margin-bottom:0
}

.media-box p {
color:#373737;
font-size:14px
}

.media-box .read2 {
color:#d68500
}

.showroom {
padding:20px 50px
}

.showroom p {
line-height:1.5
}

   .list-blog{padding-bottom:20px;}.list-blog h2{text-transform:uppercase;}
.list-blog .meta{	
	display: inline-block;
    padding-top: 5px;
    font-style: italic;
	font-size: 12px;
}
.bloglist img.alignleft{
float:left; 
margin-right:10px;
}
.blog-box {
border-bottom:1px solid #ccc;
padding-bottom:15px
}

.blog-box h4 {
color:#815c40;
font-size:18px;
text-transform:uppercase;
margin-top:0
}

.blog-box .media-meta li,.blog-box .media-meta li a {
color:#4b4a4a;
font-size:12px
}

.blog-box p {
line-height:1.8
}

.media-meta .post-categories {
display:inline-block;
list-style-type:none;
padding-left:10px
}

.tile-1524,.tile-1518 {
display:none
}

#searchsubmit {
    background: url(/wp-content/uploads/2018/07/search-e1531375401863.png) no-repeat left center;
    background-size: contain;
    border: none;
    border-radius: 0;
    outline: none;
    width: 90px;
    height: 30px;
    padding: 0;
    float: right;
    font-size: 18px;
    text-align: right;
	margin-left: 10px;
} 

.media-date {
z-index:1
}

.search-wrap .media-box .media-date {
display:none!important
}

.mainimg .col-sm-4 img {
width:100%
}

.twentymm img {
width:100%
}

.autowidth .col-sm-3 .product-box img {
width:100%;
height:auto
}

body{overflow-x:hidden;}

.ease {  
    width: 100%;
    display: block;
    overflow: hidden;
}

.news-title {
    min-height: 50px; 
}

.navigation {
    clear: both;
	padding: 40px 0;
}

.single-post .navigation{
	display: block!important;
}

.mobile-line .search-form {
    padding: 10px;
} 

.bootom-share {
    text-align: left;
}

.recent-tile-post {
    list-style: none;
    display: block;
    padding-left: 0;
	position: relative;
	width: 100%;
	padding: 0 15px; 
}

.recent-tile-post li { 
    width: 20%;
	float:left;
	padding: 10px;
	display: block;
    position: relative;
}

.recent-tile-post li img{
	width: 100%;
	height: auto;
}

.recent-posts .info-title{
	margin: 10px 15px;
	float:none;
}

/******************* New Layout Styles *******************/
.logo img {
    width: 35%;
    margin: 0 auto; 
    display: block; 
    height: auto;
}

/*.container2 {
    max-width: 1300px;
    margin: 0 auto;
}*/ 

.nav-justified {
    text-align: center;
}

.header-content .row {  
    margin: 10px auto; 
    width: 100%;
}
 
.categories {
    display: none; 
}

.footer-logo {
    width: 80px;
    float: left;
	height: auto;
}

.newsletter a {
    text-align: center; 
    display: block;
    background: #F1F1F1;
    color: #000;
    padding: 10px 0;
    font-size: 18px;
    font-weight: bold;
    margin: 0 auto;
    width: 85%;
}

.copyright { 
    text-align: right;
}  

.row.hcimg img {
    width: 100%;
    height: auto;
}

.container { 
    width: 100%; 
	padding: 0;
}

.row{
	padding: 0;
}


.show-hcontent {
    width: 80%;
    margin: 0 auto;
}

.row.homefooter {
    width: 99%;
    margin: 0 auto; 
}

.tile-collection img {
    width: 100%; 
}

.tile-collection li {
    width: 25%;
    float: left;
	list-style: none!important;
	padding: 10px;
	display: block;
    position: relative;
}

.tile-collection .tile-name {
    display: block;
    color: #fff;
    font-size: 18px;
    position: absolute; 
    top: 60%; 
    width: 95%;
    text-align: center;
	text-transform: uppercase;
	visibility:hidden;
} 



.tile-collection {
    display: block;
    overflow: hidden;
    padding: 0;
} 

.tile-item img {
    width: 100%;
    height: auto;
}  


.tile-item .tile-name {
    text-align: center;
    display: block;
    font-size: 18px;  
    position: absolute;
    top: 60%;  
    width: 95%;
    color: #fff;
	text-transform: uppercase;
	/*visibility: hidden; */
}

/*.tile-item {
	padding: 10px!important;
}*/
.tile-item{
	width: 23.466%;
}
.col-sm-4.tile-item{
	width: 31.466%;
}
.tile-category .tile-item, .tile-item{
	padding:10px !important;
	overflow: hidden;
}
.tile-item a.item-image{
	position: relative;
	display: block;
	width: 100%;
	overflow: hidden;
}
.tile-item a.item-image::after{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	height: 100%;
	width: 100%;
	background: rgba(0,0,0,0.3);
	opacity: 1;
	filter: alpha(opacity=100);
	transition: all .4s ease;
	-moz-transition: all .4s ease;
	-webkit-transition: all .4s ease;
}
.tile-item:hover a.item-image{
	-webkit-transform: scale(1.1,1.1);
    -moz-transform: scale(1.1,1.1);
    -ms-transform: scale(1.1,1.1);
    -o-transform: scale(1.1,1.1);
    transform: scale(1.1,1.1);
}
.tile-item:hover a.item-image::after{
	opacity: 0;
}
.tile-item img {
    width: 100%;
    height: auto;
}

.tile-images-holder {
    width: 100%; 
    margin: 0 auto;
}

.tile-images-holder img {
    width: 100%;
    height: auto;
	display:block;
	margin:0 auto;
}
 
.tile-item .item-info{
	position: absolute;
	top: 40%;
	z-index: 20;
	width: 100%;
	text-align: center;
}
.tiles-gallery li {
    float: left;
    width: 14.2%; 
    padding: 5px;
}

.single-tiles .tiles-gallery {
    display: block;
    overflow: hidden;
    padding-left: 0; 
    list-style-type: none;
    margin-left: -5px;
	width: 100%;
    margin: 0 auto;
} 

.tiles-gallery {
    display: block;
    overflow: hidden;
    padding-left: 0; 
    list-style-type: none;
    margin-left: -5px;
	width: 100%;
    margin: 0 auto;
} 

.tile-title {
    text-transform: uppercase;
    font-size: 30px;
    display: block;
    border-bottom: inset 2px #000;
    color: #000;
    padding-bottom: 5px;
	margin-top: 0;
}
 

.tile-content .info-title, .style-info .info-title, .tile-info .info-title{ 
	margin-top: 20px;
    margin-bottom: 10px;
	margin-left: 0;
	margin-right: 0;
}

.category-line {
    background: #000;
    overflow: hidden;
    position: relative;
    margin: 10px 0;
}

.tile-info .info-title, .style-info .info-title{
	float:none;
}

.info-title {
    font-size: 24px;
    background: #000;
    color: #fff;
    padding: 5px 0px 5px 50px; 
	position: relative;
    display: block;
    overflow: hidden;
	float:left;
	margin: 0;
}

.tiles-gallery img {
    width: 100%;
    height: auto;
}

.tile-info ul, .style-info ul {
    display: block;
    overflow: hidden;
    list-style-type: none;
	padding-left: 0;
}

.tile-info ul li, .style-info ul li {
    width: 25%;
    float: left;
    padding: 5px;
}

.tile-info span, .style-info span {  
    text-align: center;
    display: block;
    color: #000;
    text-transform: uppercase; 
	min-height: 50px;
	font-size: 12px;
}

.category-info {
    padding: 10px 35px 30px; 
    overflow: hidden; 
    margin-bottom: 20px;
}

.category-fimage img {
    width: 90%;
    margin: 0 auto;
    display: block;
}

.projects-images img {
    width: 100%;
    height: auto;
}

.project-headline, .style-headline {
	text-transform: uppercase;
    font-size: 28px;
    display: block;
    border-bottom: inset 2px #000;
    color: #000;
    padding-bottom: 5px;
	margin-top: 0; 
} 


.typography2 { 
    width: 90%;
    margin: 0 auto;
}

.heading-top-wrapper {
    display: block;
    overflow: hidden;
}

.logo .site-title {
    display: none;
}

.navbar-toggle{
	float:left;
	margin-top: 34px;
}

.input-group-btn {
    display: block;
    float: right;
    width: 30%; 
}

.input-group-btn span {
    font-size: 18px;
    float: right; 
    padding: 4px 0;
}

.style-images img {
    width: 100%;
    height: auto;
} 

.page-id-32 .page-heading { 
    display: none;
} 

.contact-heading {
    text-transform: uppercase;
    font-size: 20px;
    font-weight: bold;
    margin: 0;
    padding: 10px 0;
    border-bottom: solid 1px #000;
    margin-bottom: 10px;
}

.contact-details input.wpcf7-form-control.wpcf7-text, .contact-details textarea.wpcf7-form-control.wpcf7-textarea { 
    border: none;
	border-bottom: solid 1px #ccc;
    width: 100%!important;
}

.line.range input {
    width: 55%;
} 

.input-group{
	float: left; 
    width: 70%;
}

/*.sbutton2:hover .stext{
	display:block!important;
}
*/
.hidden-input {
    visibility: hidden;
}
.search-input {
    width: 0px;
} 

.form-control {
    height: 34px;
    padding: 5px 0;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    float: right;
} 

.com-title {
    text-align: center;
    font-size: 18px!important;
    width: 100%;
    position: absolute;
    top: 60%;
}

.com-title a{
	color: #fff;
}

.com-cont {
    padding-left: 0;
}

.com-img img{
	width: 100%;
	height: auto;
}

.look-width {
    width: 80%;
    margin: 0 auto;
	clear: both;
	text-align:center;
} 

.page-id-2064 .page-heading{
	display:none;
}

.panel {
    padding: 0 18px;
    display: none;
    background-color: white;
    overflow: hidden;
}

.accordion {
    cursor: pointer;
    width: 100%;
    border: none;
    outline: none; 
    transition: 0.4s;
	text-align: left; 
}

.announcement {
    margin-top: 20px;
}

.mask {
    background: rgba(1, 8, 16, 0.6);
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0; 
	visibility:hidden; 
	color: transparent;
}
/*
.tile-item a:hover span, .tile-collection a:hover span{
	visibility: visible!important; 
}*/

.tile-item-image {  
    width: 100%; 
    display: block;  
    background-size: cover!important; 
    position: relative;
	background-position: center center!important;
}

.Newsimage-holder img {
    width: 100%;
    height: auto; 
}

.col-sm-3.tile-item.tile-10599 span {
    background-position: bottom center!important;
}

.main-style-hub {
	padding-bottom: 25px;
}

.wpcf7-form-control-wrap {
    position: relative;
    width: 100%; 
    margin: 10px 0;
}

.content-wrapper{ 
	width: 100%;
	margin: 0 auto; 
}
 
.content-wrapper .row { 
    padding: 0;
    width: 100%; 
    margin: 0 auto!important;
}

.copyright p{
	text-align: left;
}

.blog-nav {
    display: block;
    overflow: hidden;
    position: relative;
    clear: both;
}

#contact_form_pop textarea, #download_form_pop textarea {
    height: 110px; 
}
.homefooter .site-map{
	text-align:left;
}

footer {
    margin-top: 20px;
}

.search-icon{
    background: url(/wp-content/uploads/2018/07/search-e1531375401863.png) no-repeat left center;
    background-size: contain;
    width: 90px;
    height: 30px;
    text-indent: 99999px;
    display: block;
}

#searchformobile {
    display: block;
    overflow: hidden;
    clear: both;
    width: 100%;
	padding: 10px;
	position: relative;
}

#searchsubmitm {
    margin: 0;
    padding: 0;
    position: absolute;
    right: 15px;
    top: 15px;
    background: url(/wp-content/uploads/2018/07/search-e1531375401863.png)no-repeat center center;
    text-indent: 99999px;
    background-size: contain;
    width: 30px;
    height: 25px;
    border: none;
}

#search-b {
    width: 100%;
    margin: 0;
    padding: 5px; 
}

.close-icon{
    background: url(/wp-content/uploads/2018/09/close-512.png) no-repeat left center;
    background-size: contain;
    width: 90px;
    height: 30px;
    text-indent: 99999px;
	display:block;
}

.home .breadcrumbs, .single .breadcrumbs, .page-template .breadcrumbs{
	display:none;
}

.category-line #crumbs{
	color: #fff;
	float:right;
	width: auto;
	line-height: 33px;
}

.category-line #crumbs a{
	color: #fff;
}

.single #crumbs, .page-template-company #crumbs{
	width: 100%; 
	padding: 0px 0 15px 0px;
	line-height: inherit; 
}

.cbc, .page-template-company #crumbs {
    color: #000;
    font-size: 16px;
    text-align: right;
    display: block;
    padding: 0px 0 15px 0px;
    text-transform: capitalize;
}

.cbc a{
	 color: #000;
}

.form-group {
    width: 100%;
    display: block; 
    position: relative;
    overflow: hidden;
}

.form-control {
	padding: 15px 10px;
}

#mc4wp-form-1 {
    width: 40%;
    margin: 0 auto;
}

.page-id-2395 .page-heading, .page-id-8358 .page-heading{
   display:none; 
} 

.sign-up-title{
	text-align: center;
    text-transform: uppercase;
    font-size: 30px;
    font-weight: bold;
}

input.btn.btn-1 {
    padding: 20px 10px;
    font-size: 15px;  
    font-weight: bold;
    width: 100%; 
}

.sign-upf {
    border: dashed 5px #F4831C;
    padding: 20px!important;
}  
  
.tpage {
    width: 90%;
    margin: 0 auto;
    overflow: hidden;
}

button#ex {
    display: none;
    position: absolute;
    right: 0;  
    top: 10px;
	z-index: 999999;
}

#ex {
    width: 48px; 
    height: 48px;
    display: none;
    position: absolute;
    right: 0;
    top: 0;
    border-left: 1px solid rgba(0,0,0,0.03);
    background: url(/wp-content/uploads/2018/10/menu-plus.png) center no-repeat;
}

.current-menu-item {
    background: rgba(0,0,0,.02);
}

.recent-posts {
    display: block;
    clear: both;
    padding-top: 10px;
}
 
.tile-inquire {
    width: 100%;
    display: block;
    overflow: hidden;
    background: #000;
    margin: 20px 0 0px;
} 

.category-tiles .recent-posts {display:none;}

.category-news .tile-inquire, .category-news .navigation{display:none;}

span.newer {
    font-size: 16px;
    float: left;
    color: #F3831E;
    background: #213C4D;
    padding: 10px;
}

.newer a, .older a, .home-back a{
	color:#f3831e;
}
span.older, .home-back {
    font-size: 16px;
    float: right;
    color: #F3831E;
    background: #213C4D;
    padding: 10px;
}

.book-appointment {
    position: relative;
    display: block;
    clear: both;
    margin-top: 80px;
}
 
.book-btn:hover, .book-btn:focus,
.book-btn:active,.book-btn:visited{
	text-decoration:none;
	color:#000;
}
.book-btn:hover {
 background-position:bottom right;
 color:#fff
}

.book-btn {
    text-transform: uppercase;
	background:#fff;
	background:linear-gradient(to left,#ffffff 50%,#000000 50%);
	transition:all ease-in-out .7s;
	 -webkit-transition:all ease-in-out .7s;
	 background-size:200% 100%;
	 background-position:bottom right;
    color: #000;
    padding: 15px 45px 15px 15px;
    border:2px solid #000;
	float: right;
	text-align:center;
	position:relative;
}
.book-btn:hover {
 background-position:bottom left;
 color:#fff
}
.book-btn:hover::before{
    background: url(/wp-content/uploads/2020/07/arrow-white.svg) no-repeat;
}
.book-btn::before {
    width: 24px;
    height: 10px;
    background: url(/wp-content/uploads/2020/07/arrow-right.svg) no-repeat;
    background-size: auto;
    position: absolute;
    top: 50%;
	-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
    right: 10px;
    content: '';
    background-size: cover;
}

.mobile-site-info .book-btn{
	font-size: 13px;
    margin-top: 20px;
}

.error-404 {
    text-align: center;
    padding: 2% 0 5%;
}

.error-404 h1 {
    font-weight: bolder;
    font-family: "MuseoSans900";
    font-size: 50px;
}

.error-404 span {
    font-size: 20px;
}

.pages-lists {
    text-align: left;
    margin: 50px 0;
    display: block;
    position: relative;
    overflow: hidden;
}

.tile-desc{
	display:none; 
} 
.collection-desc{
   padding: 0 2%;
}

.collection-desc {
    overflow: hidden;
    display: block;
    position: relative;
    clear: both;
}

.grid-container{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
.grid-container .ptile-item{
	height: 100%;
	width:25%;
}
.ptile-item-image {  
    width: 100%; 
    display: block;  
    background-size: cover!important; 
    position: relative;
	background-position: center center!important;
}
.grid-container .ptile-item .ptile-item-image{
	height: calc(50vh - 160px);
}
.grid-container .ptile-item a{
	position: relative;
	display: block;
}
.grid-container .ptile-item a:hover .ptile-item-image::before {
    background: rgba(1,8,16,.6);
    height: 100%;
    width: 100%;
    content: "";
    display: block;
}
.ptile-item .tile-name {
	display: none;
}
.ptile-item a:hover .tile-name {
    text-align: center;
    display: block;
    font-size: 18px;  
    position: absolute;
    top: 60%;  
	width: 100%;
    color: #fff;
	text-transform: uppercase;
	z-index: 100;
	padding-left:10px;
	padding-right:10px;
	word-wrap: break-word;
	margin:auto;
}

.ptile-item {
    padding: 10px!important;
}

.searh-h {
    display: block;
    position: relative;
    overflow: hidden;
    float: right;
}
.hides{visibility:hidden;}
/******************* End New Layout Styles *******************/
/******************* Start Media Queries *******************/

@media (max-width:1199px){
	header .header-content .mainmenu ul li a{min-width:145px;padding:83px 0 0;}
}
@media (max-width:1100px){
	header .header-content .mainmenu ul li a{min-width:126px;padding:83px 0 0;}
}
@media (max-width: 1115px) and (min-width: 769px){
	.elementor-2312 .elementor-element.home-banner-col-1{
	  width: 36% !important;
	}
	.elementor-section.fixedmobile{
		margin-top:0 !important;
		position: absolute !important;
		bottom: 4vh;
	}
}
@media(max-width:991px){
	#bx-pager img{	margin: 2px;    width: 23%;}
    .responsive-tabs  h2:nth-of-type(1) {display:none !important;}
    a.cboxElement img {height:auto;}
    .responsive-tabs #tablist1-panel1 {display:none !important;} 
	header .header-content .mainmenu ul li{display:block;}
	header .header-content .mainmenu ul li a{padding:10px; min-width:inherit; text-align: left!important;}
	.mainmenu{float:none;position:relative;}
	header .header-content .row .col-sm-10{width:100%;position:relative;}
	.navbar{min-height:inherit;}
	footer .newsletter img{width:100%; height:auto;}
    ul.nav li.menu-item-has-children:hover ul.sub-menu {margin: 0 auto !important;  position: relative;  text-align: center !important;  z-index: 9999999; width: 100%;}
	.nav-justified > li > a {margin-bottom:0 !important;}
    .col-sm-5 a img {width:100%;}
    .col-sm-2 { text-align: center; width: 100%;}
    #infor .row .product-box img {height:120px; padding-bottom:15px;}  
	header{padding-top:10px;}
	#logo-holder {
		width: 100%; 
	}
	
	#social-announcement {
		display: none;
	}
	
	#body-wrapper {
		width: 100%; 
		margin: 0 auto;
	}
	
	.row {
		padding: 0; 
		margin: 0; 
	}
	.row.homefooter {
		width: 100%;
	}
	
	.logo {
		width:330px;
		margin: 0 auto;
		overflow: hidden;
		display: block;
	}
	
	.logo img {
		width: 100px;
		float:left;
	}
	
	.site-title {
		display: block!important;  
		vertical-align: middle; 
		font-size: 20px;
		color: #000;
		font-weight: bold;
		float: left;
		padding: 10px;
		margin-top: 25px;
		text-transform: uppercase;
	}
	
	#search-holder {
		display: none;
	}
	
	.mobile-line {
		display: block!important;
		background: #D9D9D9;
		margin: 20px 0;
		overflow: hidden;
		position: relative;
		width: 100%;
		z-index: 999999;
		padding: 20px;
	} 
	
	.search-form {
		float: left;
		width: 10%;  
	}
	
	.input-group .form-control{
		float: right;
		width: 80%;
	}
	
	
	.input-group-btn{
		position:absolute; 
	}
	
	.mobile-site-info {
		float: right;
		padding: 5px;
		width: 30%;
	}
	
	.search-show {
		float: left;
		border: none;
		padding: 10px;
	}
	
	.mobile-announcement {
		float: left;
		width: 60%;
	}
	
	.mobile-announcement p{
		text-align: center;
		text-transform: uppercase;
		padding: 10px 0;
	}
	
	.navbar-toggle{
		background: #fff;
	}
	
	.navbar-toggle .icon-bar{ 
		background: #000;
	}
	
	.header-content .row {
		margin: 0;
	}
	
	.tile-collection img {
		width: 100%;
	}
	
	.mobile-site-info span {
		clear: both;
		display: block; 
	}
	
	
	#mc4wp-form-1 {
		width: 60%;
	}
	#ex {
		display: block;
	}
	div#bs-example-navbar-collapse-1 {
		width: 50%;
		margin: 0 auto;
	}
	
	.footer-info {
		width: 60%;
		float: left;
	} 
	.grid-container .ptile-item{
		height: 100%;
		width:50%;
	}
	.grid-container .ptile-item .ptile-item-image{
		height: calc(50vh - 300px);
	}
	.textmobile-home.elementor-widget:not(:last-child){
	margin-bottom:10px !important;
	}
	.elementor-section.fixedmobile{
	position:absolute !important;
		bottom:2vw;
	}
	.bannerholder .elementor-column-wrap{
		overflow:hidden;
	}
}



@media (min-width: 767px) {
	footer.fixed {
		position:fixed;
		bottom:0;
		width:100% 
	}
}

@media (max-width: 787px) {
	header .header-content .mainmenu ul li a {
		padding:10px
	}
	.typography {padding:15px 0 !important;}

	footer .footer-top .newsletter .form-control {
		margin-bottom:15px
	}

	.mapp iframe { 
		width:100%!important;
		height:300px!important
	} 

	.woocommerce #formtable table table td {
		float:left;
		margin-bottom:5px;
		width:100%
	}

	.woocommerce #formtable table table td input,.woocommerce #formtable table table td textarea {
		width:100%
	}

	ul.products li {
		width:auto
	}

	ul.products li.product img {
		height:180px
	}

	.typography .product .images {
		width:100%
	}

	.typography .product .images .woocommerce-main-image img {
		width:100%
	}

	#single-box {
		width:100%
	}

	embed#lookbook {
		height:auto;
		width:100%
	}
	.tile-item, .col-sm-4.tile-item {
		width: 46.9444%;
	}
	.tile-collection li{
		width: 25%;
		padding: 10px!Important;
	}
	
	.navbar-toggle{top:0;} 
	footer .newsletter{width:290px; margin:auto;}
	footer .contacts{width:240px; text-align:left; margin:auto;}
	footer{text-align:center;} 
    .navbar-toggle {margin-right:0 !important;}
	

	.tile-collection img { 
		width: 100%;
	}
	
	.copyright p {
		text-align: center;
	}
	
	.bootom-share {
		text-align: center;
	}
	
	footer .newsletter {
		width: 70%; 
	}
	  
	footer .contacts {
		width: 100%;
		overflow:hidden;
	}
	
	.footer-info {
		width: 59%;
	}
	
	
	.cbc, .page-template-company #crumbs, #crumbs{
		text-align: center;
		font-style: italic;
		font-size: 14px; 
	}
	
	.category-line #crumbs {
		font-size: 14px;
		font-style: italic;
		display: block;
		float: none;
	}
	
	.info-title {   
		text-align:center;
		padding-left: 0;
	}
	
	.com-img, .Newsimage-holder{
		margin-bottom: 20px;
		float: none!important;  
	}
	
	.recent-tile-post li{
		width: 50%;
	}
	
	#mc4wp-form-1 {
		width: 70%;
	}
	
	div#bs-example-navbar-collapse-1 {
		width: 60%;
	}
	
	.logo {
		width:330px; 
	}
	
	#tspecs {
		display:none; 
	}
	
	#tspecsm{
		display: block!important;
	}
	#homecol2 .elementor-row{
		flex-direction:column-reverse;
	}
	.homegreybg{
		left: -10px !important;
        width: 106% !important;
	}
	.grid-container .ptile-item{
		height: 100%;
		width:50%;
	}
	.content-wrapper .row.tile-category,.content-wrapper.collection .row { 
		width: 100%;
	}
	.style-hub .row{
		margin-left:-15px !important;
		margin-right:-15px !important;
		width: 100%;
	}
	
	
}

@media (max-width:767px) {
	a.cboxElement img {
		width:100%!important
	}

	.row .col-sm-7 {
		display:block;
		clear:both
	}
	
	
	footer .contacts {
		width: 59%;
	}
	
	.tile-info span, .style-info span{
		min-height: 90px;
	}
	.elementor-2312 .elementor-element.home-banner-col-1{
		width:37% !important;
	}
	
}


@media (max-width: 737px) and (min-width: 567px){
	.elementor-2312 .elementor-element.bannerimg1 img{
		width: 650px !important;
		max-width: 650px !important;
	}
	.elementor-2312 .elementor-element.home-banner-col-1{
		width:33% !important;
	}
}

@media (max-width: 667px) and (min-width: 567px){
	.elementor-2312 .elementor-element.home-banner-col-1{
		width:37% !important;
	}
}
@media (max-width: 569px) and (min-width: 567px){
	.elementor-2312 .elementor-element.home-banner-col-1{
		width:43% !important;
	}
}
@media (max-width: 550px) {
	
	footer .newsletter {
		width: 100%; 
	}
	
	footer .contacts {
		width: 100%;
	}
	
	.search-form, .mobile-announcement, .mobile-site-info{
		width: 100%;
	}
	
	.mobile-site-info span {
		float: left;
		clear: none; 
		width: 100%; 
	}
	
	.search-form {
		float: left;
		width: 15%; 
		position: absolute;
		bottom: 22px;
	}
	
	
	.mobile-site-info {
		width: 60%;
	}
	
	#searchsubmit{
		text-indent: 9999px;
		width: 25px; 
	}
	
	.recent-tile-post li{ 
		width: 100%;
	}
	
	#mc4wp-form-1 {  
		width: 100%;
	}	
	div#bs-example-navbar-collapse-1 {
		width: 80%;
	}
	
	#searchformobile{
		width: 90%;
		float: right;
	}
	.grid-container .ptile-item{
		height: 100%;
		width:100%;
	}
	.ptile-item{
		padding:10px 0 !important;
	}
	.grid-container .ptile-item .ptile-item-image{
		height: calc(50vh - 130px);
	}
	.tile-item, .col-sm-4.tile-item {
		width: 100%;
		margin:10px 0 !important;
	}
	.style-hub .row{
		margin:0 !important;
	}
	.textmobile-home.elementor-widget:not(:last-child){
	margin-bottom:10px !important;
	}
	.elementor-section.fixedmobile{
	position:absolute !important;
		bottom:5vw;
	}
	.bannerholder .elementor-column-wrap{
		overflow:hidden;
	}
	
	.tile-content {
    	padding-top: 50px;
	}	
}

@media (max-width:420px){
	.grid-container .ptile-item .ptile-item-image{
		height: calc(50vh - 160px);
	}
	.single-tiles .tiles-gallery{padding-top:2px;}
	.tile-collection li{padding: 2px!important;}
	.tile-info span, .style-info span {
		min-height: 50px;
	}
	.tile-info ul li, .style-info ul li{
		width: 50%;
	}
		.info-title {
		clear: both;
		display: block;
		float: none;
	}
	.tiles-gallery li {
		width: 25%;
		padding: 2px;
	}
	ul.tiles-gallery {
		padding-top: 2px;
	}
	.project-content, .style-content {
		padding-top: 50px;
	}


@media (max-width: 380px) { 

	.mobile-site-info span {  
		clear: none;
		width: 100%; 
		text-align: center;
	}
	#tspecsm { 
		height: 360px!important;   
	}
	
	
	#bs-example-navbar-collapse-1 {
		width: 100%;
	} 
	
	.footer-logo {
		width: 37%;
		float: left;
		
	}
	
	.footer-info {
		width: 60%;
		float: left;
	}
	
	.contacts {
		overflow: hidden;
	}
	
	.mobile-site-info {
		width: 100%;
	}
}
@media (max-width: 350px){
	.logo img {
		width: 75px;
		float:left;
	}
.site-title{
	font-size: 18px;
	margin-top:20px;
}
.navbar-toggle{
	margin-top:26px;
}
	
}

@media (max-width: 600px) {
	.gallery .gallery-item {
		width:100%!important;
		float:left
	}

	.gallery .gallery-item img {
		width:100%; 
	}
 
	.box-18 .typography iframe {
		width:100%;
		height:270px
	}
	header .header-content .row .col-sm-10 { padding-right: 0 !important;} 
	.col-sm-3 .product-box img {height:auto !important;}
	.g-recaptcha{
	transform:scale(0.85);
	-webkit-transform:scale(0.85); 
	transform-origin:0 0; 
	-webkit-transform-origin:0 0; }
	.homefooter .site-map{
		text-align:center;
		padding-bottom:100px;
	}
	
}

@media(max-width:1000px) and (min-width:768px){
	.info-title{
		font-size: 20px; 
		padding: 5px;
	}
	 
	.color ul li {.tile-category .tile-item, .tile-item
		width: 50%; 
	}
}
 
@media (min-width:1400px){ 
	
}
@media all and (min-width:1919px){
	.grid-container .ptile-item .ptile-item-image{
		height: calc(50vh - 110px);
	}
}
@media (max-width:414px){
	.elementor-2312 .elementor-element.home-banner-col-1{
		width:50% !important;
	}
}
@media (max-width:375px){
	.elementor-2312 .elementor-element.home-banner-col-1{
		width:55% !important;
	}
}
@media (max-width:320px){
	.elementor-2312 .elementor-element.home-banner-col-1{
		width:65% !important;
	}
}
.homefaq .elementor-accordion .elementor-accordion-item{
	border-left:0 !important;
	border-right:0 !important;
}