@charset "UTF-8";

/*
Theme Name: Antiquesand Collectables
Theme URI: https://wordpress.org/themes/twentytwentyone/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Twenty Twenty-One is a blank canvas for your ideas and it makes the block editor your best brush. With new block patterns, which allow you to create a beautiful layout in a matter of seconds, this theme’s soft colors and eye-catching — yet timeless — design will let your work shine. Take it for a spin! See how Twenty Twenty-One elevates your portfolio, business website, or personal blog.
Requires at least: 5.3
Tested up to: 5.8
Requires PHP: 5.6
Version: 1.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentytwentyone
Tags: one-column, accessibility-ready, custom-colors, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready

Twenty Twenty-One WordPress Theme, (C) 2020 WordPress.org
Twenty Twenty-One is distributed under the terms of the GNU GPL.
*/

@font-face {
    font-family: 'Fontin';
    src: url('assets/fonts/Fontin-Bold.eot');
    src: url('assets/fonts/Fontin-Bold.eot?#iefix') format('embedded-opentype'),
        url('assets/fonts/Fontin-Bold.woff2') format('woff2'),
        url('assets/fonts/Fontin-Bold.woff') format('woff'),
        url('assets/fonts/Fontin-Bold.ttf') format('truetype'),
        url('assets/fonts/Fontin-Bold.svg#Fontin-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}



@font-face {
    font-family: 'Fontin';
    src: url('assets/fonts/Fontin-Regular.eot');
    src: url('assets/fonts/Fontin-Regular.eot?#iefix') format('embedded-opentype'), 
        url('assets/fonts/Fontin-Regular.woff2') format('woff2'),
        url('assets/fonts/Fontin-Regular.woff') format('woff'),
        url('assets/fonts/Fontin-Regular.ttf') format('truetype'),
        url('assets/fonts/Fontin-Regular.svg#Fontin-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}      

/********************************/
.ui-jcoverflip {
        position: relative;
      }
      
      .ui-jcoverflip--item {
        position: absolute;
        display: block;
      }
      
      /* Basic sample CSS */
      #flip {
 
        width: 100%;
      }
      
      #flip .ui-jcoverflip--title {
        position: absolute;
        bottom: -30px;
        width: 100%;
        text-align: center;
        color: #555;
      }
      
      #flip img {
        display: block;
        border: 0;
        outline: none;
      }
      
      #flip a {
        outline: none;
      }

      

*:focus-visible,*:focus {
    outline: none;
}

img {
    height: auto;
    display: block;
    outline: none;
}
* {box-sizing: border-box;}
body {
    margin: 0;
    padding: 0;
    background:#fff url(assets/images/bg.jpg) left top;
    font-size: 16px;
    color: #2f2d22;
    background-repeat: no-repeat; 
    background-repeat: repeat-x;
    font-family: "Verdana", Arial, Helvetica, sans-serif;
}

.container {
    max-width: 980px;
    margin: 0 auto;
}

header {
     padding-top: 40px;
    display: block;
    width: 100%;
    float: left;
}

.logo-box {
    float: left;
}

.head-top {
    display: inline-block;
    width: 100%;
}

.head-phone {
    float: right;
    color: #fff;
    padding: 4px 17px 0 0;
}

.head-phone strong {
    font-weight: 400;
    padding-right: 1px;
}
.head-phone p {
    font-family: 'Fontin';
     font-size: 1.45em;
     margin: 0;
}
.head-phone p br {display: none;}
.head-nav ul li {
    list-style-type: none;
    float: left;
    padding-right: 2px;
} 

.head-nav ul {
    padding: 0;
    margin: 0;
}

.head-nav ul li a {
    list-style-type: none;
    text-decoration: none;
    color: #fff;
    padding: 6px 10px;
    font-family: 'Fontin';
    letter-spacing: 0.6px;
    font-size: 1.05em;
    font-weight: normal;
}

.head-phone a {
    color: #fff;
    text-decoration: none;
    font-weight: 300;
}
.head-nav ul li a:hover,.head-nav ul li.current_page_item > a,.head-nav ul li.current-menu-item > a {
    color: #fff;
    background-color: #f5752f;
    border-radius: 5px;
} 

.head-nav {
    padding-top: 28px;
    display: inline-block;
    width: auto;
    float: left;
} 
.head-search {
    width: 215px;
    height: 28px;
    display: block;
    background: url(assets/images/bg-search.gif) no-repeat 0 0;
    float: right;
    padding: 2px 3px 2px 3px;
    background-color: #e4dfcb;
    margin-top: 23px;
    border-radius: 5px;
}

.head-search label {
    display: none;
}

.head-search input.search-field {
    height: 22px;
    border: none;
    border-radius: 3px;
    width: calc(100% - 27px);
    font-family: "Verdana";
    color: #000;
    line-height: 23px;
    padding: 2px 6px 0;
    font-size: 11px;
    margin-top: 1px;
}
.head-search input.search-field::placeholder {
    color: #000;
}

.head-search input[type="submit"] {
    float: right;
    background: url(assets/images/search-off.gif) no-repeat 0 0;
    width: 25px;
    height: 28px;
    padding: 0;
    text-indent: -999em;
    cursor: pointer;
    border: none;
    margin-top: 1px;
}
main.main-section {
    min-height: 460px;
    margin-top: 17px;
    width: 100%;
    display: block;
    float: left;
}

.main-section >  .container {
    background-color: #fff;
    display: flex;
    width: 100%; 
    flex-wrap: wrap;
    min-height: 113px;
    padding: 11px 10px;
}

aside.left-sidebar {
    width: 230px;
    background-color: #def1fa;
    display: block;
    float: left;
}

.pages-content {
    background-color: #def1fa;
    display: inline-block;
    float: right;
    width: calc(100% - 245px);
    margin-left: 15px;
}

.page_banner {
    border: solid 10px #225e84;
    height: 285px;
    display: flex;
    flex-wrap: wrap;
    padding-left: 21px;
    padding: 10px 8px 10px 21px;
    background: url(assets/images/bg_1.jpg);
}

.banner-image {
    float: right;
    width: 55%;
}

.banner-text {
    width: calc(45% - 8px);
    float: left;
    background: url(assets/images/top_left.jpg);
    margin-top: 3px;
    padding: 0px 14px 0;
    margin-right: 8px;
    background-repeat: no-repeat;
}
.banner-text a.btn {
    background-image: url(assets/images/arrow11.png);
    background-repeat: no-repeat;
    background-position: 89% center;
}
.banner-text p {
    padding: 3px 0 0 0;
    width: 250px;
    font: 22px Georgia, "Times New Roman", Times, serif;
    color: #236992;
    margin-bottom: 20px;
    margin-top: 19px;
}

a.btn {
    width: 106px;
    height: 22px;
    display: block;
    text-indent: 0;
    margin-left: 5px;
    background-color: #f5752f;
    color: #fff;
    text-decoration: none;
    text-align: left;
    border-radius: 2px;
    font-family: 'Fontin';
    font-weight: 200;
    padding: 2px 10px;
}
.banner-text a.btn:hover,a.btn:hover {
    background-color: #38a3e1;
}
.section-title h2 {
    margin: 0;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 1.25em;
    color: #000;
    line-height: 1.2;
}

.section-title {
    display: block;
    padding: 3px 10px 3px 10px;
    background-color: #62b7e7;
}

.recently-added {
    margin-top: 15px;
    background-color: #def1fa;
    border-bottom: solid 20px #fff;
}

.recently-added ul {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
}

.recently-added ul li img {
    max-width: 200px !important;
}

.recently-added ul li {
    float: left;
    list-style-type: none;
}

.recently-added ul li p {
    position: absolute;
    opacity: 0;
}

div#wrapper {
    height: 265px;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    position: relative;
    background-color: #1E5272;
    border-bottom: 15px solid #FFFFFF;
    margin-top: 20px;
}
.featured-items-inner del .woocommerce-Price-amount.amount bdi {
    display: none;
}
.featured-items-inner {
    width: 100%;
    background-color: #1e5272;
    display: flex;
    clear: both;
    margin-top: 20px;
    padding: 10px;
}

.product-box img {
    max-width: 100% !important;
    width: auto !important;
    height: auto !important;
}

.product-img {
    width: 80px;
    height: 90px;
    overflow: hidden;
    float: left;
    margin: 0 10px 0 0;
}

.product-box {
    width: 33.333%;
}

.product-content {
    float: left;
    width: calc(100% - 106px);
}

.product-content a {
    color: #ff5b01;
    text-decoration: none;
}

.product-content  h4 {
    font-size: 0.8em;
    margin-top: 0;
    overflow: hidden;
    margin-bottom: 13px;
}
ins {
    text-decoration: none;
}
span.price {
    background-color: #000000;
    display: block;
    margin: 0;
    padding: 5px;
    width: auto;
    color: #FFFFFF;
    font-weight: bold;
    line-height: 16px;
    text-align: center;
    font-size: 0.8em;
}

a.see-more {
    font-size: 0.7em;
}

.common-section-inner p {
    margin: 20px 0;
    font-size: 12px;
    line-height: 1.5;
}
.home .common-section-inner p {
    margin: 25px 0;
    font-size: 15px;
    line-height:normal;
}
.common-link a {
    color: #ff5b01;
    text-decoration: none;
    font-size: 12px;
}
.common-section {
    background-color: #fff;
    display: inline-block;
    width: 100%;
    padding-top: 20px;
}

.common-section-inner {
    margin-top: 0;
    background-color: #def1fa;
    padding: 15px;
}

.side-title {
    display: block;
    width: 100%;
   
    height: 50px;
    margin: 0;
    background-color: #38a3e1;
    margin: 0;
    padding: 14px 9px;
}
.product-content a:hover {
    text-decoration: underline;
    color: #ff5b01;
}
.category .side-title { background:#38a3e1 url(assets/images/title-catalogue.gif) no-repeat right  0;}
.side-title h2 {
    margin: 0;
    color: #000;
    font-size: 18px; 
    font-weight: 500;
    font-family: 'Fontin';
}
div#text {
    padding: 20px 0;
    text-align: center;
    color: #fff;
    font-size: 13px;
}
.category {min-height: 270px;}
.category ul li a {
    color: #2b7aab;
    background: url(assets/images/arrow1.gif) no-repeat 15px 12px;
    padding: 7px 15px 8px 25px;
    width: 100%;
    cursor: pointer;
    display: block;
    text-decoration: none;
    line-height: 13px;
}

.category ul li.cta a {color: #ff594a; font-weight:bold; }

.category ul {
    margin: 0px 0 0;
    padding: 0;
    overflow: auto;
    /*height: 220px;*/
    width: 100%;
    display: inline-block;
}

.category ul li {
    list-style-type: none;
    padding: 0;
    font-size: 12px;
}
.contact-detail {
    padding: 8px 15px;
    background: url(assets/images/bg-mail.jpg)no-repeat right bottom;
}

.contact-detail p:last-child {
    margin-bottom: 13px; 
}
.contact-detail p {
    font-size: 12px; 
    line-height: 1.5;
} 

.contact-info .side-title {
    padding: 6px 12px;
    height: auto;
    border-top: solid 15px #fff;
} 

.contact-detail p {
    margin-bottom: 20px;
}

.contact-detail p a {
    text-decoration: none;
    color: #2f2d22;
}

.contact-detail p:last-child a {
    color: #ff5b25;
}
.conatct-section {
    border-top: solid 14px #fff;
    padding-top: 0; 
    display: inline-block;
    width: 100%;
}

.conatct-inner { 
    padding: 20px 20px 0 27px;
    width: 100%;
    display: inline-block;
}

.contact-enquiry {
    width: 55%;
    float: left;
}

.contact-details {
    float: left;
    width: 45%;
    padding-left: 26px;
}

.conatct-inner .contact-details h3 {
    margin-bottom: 15px;
}

.conatct-inner h3 {
    font-size: 0.95em;
    color:  #2f2d22;
    margin-bottom: 16px;
}

.conatct-inner p {
    font-size: 12px;
}

.contact-enquiry h3 {
    margin-bottom: 21px;
}

.contact-details p {
    line-height: 1.5;
    margin-bottom: 20px;
}

.contact-details p a {
    text-decoration: none;
    color: #2f2d22;
}

.contact-details p a:hover {
    color: #000;
}

.contact-details p:last-child a {
    font-size: 12px;
}

body .gform_wrapper.gravity-theme .gfield_label {
    display: inline-block;
    vertical-align: top;
    margin-top: 5px;
    width: 110px;
    line-height: 18px;
    float: left;
    font-size: 12px;
    font-weight: 100;
    padding-top: 5px;
    margin-bottom: 0;
    color: #000;
}

body .gform_wrapper.gravity-theme .gfield input,.gform_wrapper.gravity-theme .gfield textarea {
    width: 100% !important;
    padding: 6px 10px;
    border: none;
    font: normal 12px/12px "Verdana";
    color: #2f2d22;
    background-color: #e4dfcb;
    border-radius: 5px;
    height: 30px;
}

body .ginput_container {
    float: left;
    width: calc(100% - 117px);
}

body .contact-form h2.gform_title {
    display: none;
}

body .contact-form form {
    margin-top: 22px;
}

body .gform_wrapper.gravity-theme .gform_fields {
    grid-row-gap: 8px;
}

body .gform_wrapper.gravity-theme .gfield textarea.large {
    height: 100px;
}

body .gform_wrapper.gravity-theme .gform_footer {
    padding-left: 110px;
    margin-top: 4px;
    padding-top: 0;
}

body .gform_wrapper.gravity-theme .gform_footer .gform_button {
    width: 100px;
    padding: 5px 0;
    text-align: center;
    background: url(../images/core/bg-off.gif) no-repeat 0 0;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    margin: 15px 10px 0 0;
    cursor: pointer;
    border: none;
    background-color: #62b7e7;
    font: normal 12px/12px "Verdana";
    font-weight: 600;
    border-radius: 5px;
}
.instruction.validation_message {
    display: none;
}
body .gform_wrapper .gfield_validation_message, .gform_wrapper .validation_message {
    background: transparent;
    border: none;
    font-size: 12px !important;
    margin-top: 0 !important;
    padding: 5px 0 0!important;
}
body .gform_wrapper .gform_validation_errors {
    display: none !important;
}
.contact-details p:last-child a:hover {
    color: #000;
}
.contact-details p:last-child a {
    color: #ff5b01;
}

.conatct-map {
    padding: 6px 15px 0;
}

.conatct-map h3 {
    margin-top: 0;
    font-size: 0.95em;
    color: #2f2d22;
    margin-bottom: 16px;
}
.page-id-52 .contact-info {
    display: none;
}

.page-id-52 .category ul {
   /* height: 550px; */
}

.category ul li:nth-child(odd) a {
    background-color: #cee7f5;
}

.category ul li a:hover {
    color: #ff5b01;
}
body .gform_wrapper.gravity-theme .gform_footer .gform_button:hover {
    background-color: #f57631;
}

.faq-section {
    border-top: solid 14px #fff;
}

.faq-inner {
    padding-top: 45px;
    padding: 45px 15px 10px;
}
.faq-title h3 {
    font-size: 13px;
    margin-top: 6px;
}

.faq_content {
    padding: 10px 10px 25px;
    background-color: #eef7fb;
    display: block;
    margin-top: 21px;
}

.faq_content p {
    margin: 0;
    font-weight: 600;
    color: #000;
    font-size: 15px;
}

.faq-box {
    border-bottom: dotted 1px #62b7e7;
    padding-bottom: 15px;
    margin-bottom: 16px;
}
.head-phone a:hover {
    color: #ff5b01;
}
.contact-detail p a:hover {
    color: #ff5b01;
}

.product-content a:hover {
    color: #fff;
}

.error404  .main-section > .container {
    background-color: #def1fa;
    border: solid 11px #fff;
    display: block;
    min-height: 658px;
}

.product-list-section {
    border-top: solid 15px #fff;
}

.woocommerce .woocommerce-breadcrumb {
    background-color: #eef7fb;
    display: block;
    clear: both;
    padding: 7px 15px;
    font-size: 12px;
    font-weight: bold;
    color: #2f2d22;
    margin-bottom: 0;
}
.cat_prev {
    background-color: #eef7fb;
    display: block;
    clear: both;
    padding: 0px 15px 7px;
    font-size: 12px;
    font-weight: bold;
    color: #2f2d22;
}

.cat_prev a {
    text-decoration: none;
    color: #ff594a;
    font-size: 11px;
}
.cat_prev a:hover {color: #000;}

.common-section-inner ul li {
font-size: 12px;
    line-height: 1.5;
    list-style-type: none;
    background: url(assets/images/arrow1.gif) no-repeat 0 7px;
    padding-left: 15px;
    padding-bottom: 2px;
}

.common-section-inner ul {
    padding: 0;
}
.common-section-inner a {
    color: #ff5b01;
    text-decoration: none;
}
.common-section-inner a:hover {
    color: #000;
}
.common-section-inner h3 {
    margin: 2px;
    font-size: 14px;
}

.woocommerce .woocommerce-breadcrumb a {
    text-decoration: none;
    color:#ff594a;
}
.woocommerce .woocommerce-breadcrumb a:hover {
    color: #000;
}
.product-listings li {
    width: calc(25% - 20px);
    overflow: hidden;
    padding: 7px 7px 20px;
    color: #fff;
    text-align: center;
	background: none #1e5272 !important;
    display: inline;
    float: left;
    margin: 0 10px 20px;
}

ul.product-listings {
    margin: 0 -10px;
    display: flex;
    flex-wrap: wrap;
    padding: 0;
}

.product-listings li a {
    color: #fff;
    text-decoration: none;
}
.product-listings li h4 {font-size: 13px;
    margin-top: 7px;
    line-height: 1.4;}

.product-list-section .contents {
    padding: 20px 20px;
}

.product-listings li:hover {
    background-color: #ff5b01;
    cursor: pointer;
}

.category-img {
    text-align: center;
	height:139px;
}

.category-img a {
    height: 100%;
    display: inline-block;
    width: 100%;
}

.category-img a img {
    width: 139px;
    height: 100%;
    object-fit: cover;
}
.restorations_class .product-listings li:hover {
    background-color: #c2d738;
}
.category-img img {
    margin: 0 auto;
} 
.woocommerce div.product .product_title {
    font-size: 14px;
    padding-top: 12px;
    margin-bottom: 10px;
}

.woocommerce div.product.entry {
    padding: 1px 20px;
}

.woocommerce div.product.entry .entry-summary .dimensions {
    line-height: 1.5;
    font-weight: 500;
    font-family: "Verdana", Arial, Helvetica, sans-serif;
    font-size: 15px;
}

a.enquire {
    float: left;
    width: 100px;
    height: 25px;
    text-align: center;
    background: url(../images/core/bg-off.gif) no-repeat 0 0;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    cursor: pointer;
    background-color: #62b7e7;
    border-radius: 3px;
    font-size: 12px;
    line-height: 25px;
}

main.main-section {
    /* padding: 10px; */
}
.faq_content table {
    font-size: 13px;
    width: 100%;
    text-align: left;
    margin: 19px 0;
    border-top: dotted 1px #62b7e7;
    padding-top: 12px;
}

.faq_content table tr th,.faq_content table tr td {
    padding: 5px 0;
}
.error404 .main-section .page-header.alignwide {
    width: 100%;
}

.error-404 form.search-form label {display: none; }

.error-404 form.search-form input {height: 33px; width: 100%; max-width: 380px; }

.error-404 form.search-form input.search-submit {background-color: #7ec8f5; color: #000; border: none; border: solid 1px #7ec8f5; width: 90px; color: #fff; }

.error-404 form.search-form input.search-submit:hover {background-color: transparent; color: #000; cursor: pointer; }

.woocommerce-products-header {
    border-top: solid 15px #fff;
}

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    width: calc(25% - 20px);
    margin: 0 10px 20px;
    background-color: #1e5272;
    padding: 10px;
    text-align: center;
    overflow: hidden;
}

.woocommerce ul.products {
    display: flex;
    flex-wrap: wrap;
    padding: 10px 10px;
}

.woocommerce ul.products li.product img, .woocommerce-page ul.products li.product img {height: auto !important;}

.woocommerce ul.products li.product h2.woocommerce-loop-product__title, .woocommerce-page ul.products li.product h2.woocommerce-loop-product__title {
    margin-top: 10px;
    padding-top: 0;
    color: #fff;
    font-size: 13px;
    text-align: center;
}

.woocommerce ul.products li.product span.price, .woocommerce-page ul.products li.product span.price {
    color: #fff;
    font-size: 0;
    line-height: 1.1;
    font-weight: 600;
    margin-top: 7px;
    display: inline-block;
    padding: 6px 6px;
}

.woocommerce ul.products li.product span.price span.woocommerce-Price-amount.amount, .woocommerce-page ul.products li.product span.price span.woocommerce-Price-amount.amount {
    font-size: 12px;
    padding-top: 0;
    display: block;
}

.featured-items-inner span.price {
    font-size: 0;
    color: #fff;
    font-size: 0;
    line-height: 1.1;
    font-weight: 600;
    margin-top: 7px;
    display: block;
    padding: 6px 6px;
}

.featured-items-inner span.price span.woocommerce-Price-amount.amount {
    font-size: 12px;
}
.flex-viewport {border: 2px solid #87a6c3; }
.woocommerce div.product div.images .flex-control-thumbs li {border: 2px solid #87a6c3; width: calc(25% - 10px); margin: 0 5px 10px; }
.woocommerce div.product div.images .flex-control-thumbs {margin: 15px -5px 0; }
.thumb-placeholder {display: inline-block; width: 100%; margin-bottom: 49px; }
.gallery_scetion {float: left; width: 50%; }
.woocommerce-product-gallery.woocommerce-product-gallery--with-images {width: 100% !important; } 

div#flat {
    width: 100%;
    position: relative;
    background-color: #1E5272; 
    overflow: hidden;
    margin-top: 20px;
    padding: 20px 0;
}

.entry-summary table {
    width: 100%;
    background-color: #F1FAFC;
    border: 0 none;
    border-collapse: separate;
    padding: 10px;
}

.entry-summary table tr td {
    font-size: 12px;
    padding: 0;
}
.entry-summary span.sold-text {
    background-color: #f1fafc;
    color: #fc0000;
    width: 100%;
    display: block;
    padding: 10px 12px 0;
    font-weight: 900;
    font-size: 23px;
}
.entry-summary table tr td p {
    margin: 0;
}

.entry-summary table tr td:first-child {
    width: 102px;
}

.entry-summary table tr td:last-child {
    /* font-size: 11px; */
}

.entry-summary table tr td:last-child strong {
    font-weight: 300;
}

.woocommerce div.product .entry-summary p.price {
    margin: 0;
    background-color: #f1fafc;
    padding: 0px 12px 10px;
    font-size: 13px;
    color: #2f2d22;
    font-weight: 600;
}

.woocommerce div.product .entry-summary p.price span.woocommerce-Price-amount.amount {
    font-size: 13px;
    color: #FF5B01;
    display: inline;
    line-height: 22px;
    margin: 0;
    padding: 0;
    text-align: left;
}

.woocommerce div.product .entry-summary > p {
    font-size: 11px;
}

.links-on-page a {
    font-size: 12px;
    text-decoration: none;
    margin: 0 14px;
    color: #2f2d22;
    position: relative;
    padding-left: 14px;
    float: left;
}

.links-on-page {
    padding: 0 12px;
}

.links-on-page a:before {content: "";position: absolute;left: 0;border-right: solid 6px #2f2d22;border-bottom: solid 5px transparent;border-top: solid 5px transparent;top: 2px;}

.links-on-page a:hover {
    color: #ff5b01;
}

.links-on-page a:hover:before {
    border-right-color: #ff5b01;
}
.links-on-page a.next {
    float: right;
    padding-right: 11px;
}

.links-on-page a.next:before {
    transform: rotate(180deg);
    left: inherit;
    right: 0;
    top: 3px;
}



footer .container {
    width: 960px;
    background: url(assets/images/bg-footer.gif) repeat-x 0 0;
    padding: 12px 15px 15px;
    margin: 0 auto;
    border-top: 4px solid #fff;
    clear: both;
}

.footer-nav ul li {
    list-style-type: none;
    float: left;
    padding-right: 15px;
}

.footer-nav ul li a {
    text-decoration: none;
    font-size: 0.75em;
    color: #5e99bb;
}
.footer-nav ul li a:hover {
    color: #ff5b01;
}
.footer-nav ul {
    margin: 0;
    padding: 0;
}
footer p {
font-size: 0.675em;
    display: inline-block;
    margin-top: 0;
}
.button_container {display: none;}

.restorations_class .pages-content {
    background-color: #bdeba7;
}

.breadcrumb {
    background-color: #eef7fb;
    display: block;
    clear: both;
    padding: 9px 15px;
    font-size: 12px;
    font-weight: bold;
}

.product-list-section .contents .text p {
    margin-top: 0;
    font-size: 14px;
    line-height: 1.4;
}

.product-list-section .contents .text p a {
    text-decoration: none;
    color: #ff5b01;
}

.product-list-section .contents .text {
    padding-bottom: 80px;
}

.restorations_class .product-listings li {
    background-color: #2b660f;
}
.gallery_scetion span.sold-text {
    background-color: #fc0000;
    display: inline-block;
    padding: 6px 10px;
    font-weight: 700;
    color: #ffffff;
    font-size: 38px;
} 
a.view_all_button {
    color: #ff594a;
    font-size: 12px;
    margin: 0 18px;
    text-decoration: none;
}

a.view_all_button:hover {
    color: #000;
} 
.woocommerce-page ul.products li.product span.sold-text,.woocommerce ul.products li.product span.sold-text {
background-color: #ff594a;
    transform: rotate(0deg);
    display: inline-block;
    font-size: 31px;
    position: absolute;
    right: 0;
    font-weight: 800;
    color: #fff;
    padding: 0px 12px 0 26px;
    text-align: right;
    bottom: 49px;
    background: url(assets/images/sold.png) no-repeat scroll 0 0 transparent;
    height: 94px;
    left: -4px;
    position: absolute;
    top: 173px;
    width: 150px;
    z-index: 1000;
    font-size: 0;
}
@media screen and (max-width: 1000px) {
    header {padding-top: 15px;}
    footer .container {width: 100%;} 
    aside.left-sidebar {width: 100%; }
    .pages-content {width: 100%; margin-left: 0;}
    .gallery_scetion {width: 100%;}
    .main-section > .container {flex-direction: column-reverse; }
    .container {padding: 0 15px;}
    .logo-box {float: left; max-width: 466px; }
    aside.left-sidebar {width: 100%; }
    .main-section > .container {flex-direction: column-reverse; }
    .head-nav {position: fixed; background-color: #62b7e7; left: -240px; height: 100%; width: 240px; top: 0; transition: all 0.5s ease-in-out; }
    .head-nav ul li {width: 100%; }
    .head-nav ul li a {width: 100%; display: inline-block; }
    .cbp-spmenu-push-toleft .button_container .middle{opacity:0;}
    .cbp-spmenu-push-toleft .button_container .top{top:50%;transform:translateY(-50%) rotate(45deg);-webkit-transform:translateY(-50%) rotate(45deg);-moz-transform:translateY(-50%) rotate(45deg);-ms-transform:translateY(-50%) rotate(45deg);}
    .cbp-spmenu-push-toleft .button_container .bottom{top:50%;transform:translateY(-50%) rotate(-45deg);-webkit-transform:translateY(-50%) rotate(-45deg);-moz-transform:translateY(-50%) rotate(-45deg);-ms-transform:translateY(-50%) rotate(-45deg);}
    .button_container{clear: both;display: block;position: absolute;top:77px;float: right;left: 25px;height: 21px;width: 28px;cursor: pointer;z-index: 100;transition: opacity .25s ease;transition: opacity .25s ease;z-index: 9999999;}
    .button_container span{cursor:pointer;border-radius:5px;background:#fff;display:block !important;border:none;height:3px;width:28px;position:absolute;top:0;left:0;-webkit-transition:all .35s ease;transition:all .35s ease;cursor:pointer;}
    .button_container span.middle{top:8px;} 
    .button_container span.bottom{top:16px;}  
    body.cbp-spmenu-push-toleft{left:240;overflow: hidden;}
    body{position:relative;transition:all 0.5s ease;left:0;} 
    .cbp-spmenu-push-toleft .head-nav {left: 0; }
    iframe {width: 100%;}
    img {max-width: 100%;}

}

@media screen and (max-width: 767px) {
    body .ginput_container {float: left; width: 100%; }
body .gform_wrapper.gravity-theme .gform_footer {padding-left: 0;}
    body .gform_wrapper.gravity-theme .gfield_label {width: 100%;}
    .contact-enquiry {width: 100%;}
    .contact-details {float: left; width: 100%; padding-left: 0; }
    .logo-box {float: none; max-width: 466px; margin: 0 auto; }
    .head-phone p {font-size: 1.2em;}
    .featured-items-inner {flex-wrap: wrap;}
    .product-box {width: 100%; }
    .product-listings li {
    width: calc(50% - 20px);}
    .head-phone {float: none; color: #fff; padding: 4px 0 0 0; width: 100%; text-align: center; }
}