/*
Theme Name: Odinceramics
Author: the Odinceramics Center Foundation team
Version: 1.0
*/
/*
Table Of Contents 
1.) Typography
2.) Default Styles

3.)  Home page 
3.1) Header
3.2) Banner - Main
3.3) Cta - List
3.1) Footer

4.)  Inner Pages 
5.)  About
6.)  Residential    
7.)  Architectural  
8.)  Trade 
9.)  Catalogue 
10.) Single Product
11.) Projects
12.) Inspiration Bathroom
13.) Blog
14.) Blog Post
15.) Contact
16.) Basket


===============================================*/

@import url("font-awesome.css") all;
/*
1.) Typography
----------------------------------------*/
@font-face {
    font-family: 'latoregular';
    src: url("fonts/lato-regular-webfont.eot");
    src: url("fonts/lato-regular-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/lato-regular-webfont.woff") format("woff"), url("fonts/lato-regular-webfont.ttf") format("truetype"), url("fonts/lato-regular-webfont.svg#latoregular") format("svg");
    font-weight: normal;
    font-style: normal; }
@font-face {
    font-family: 'latobold';
    src: url("fonts/lato-bold-webfont.eot");
    src: url("fonts/lato-bold-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/lato-bold-webfont.woff") format("woff"), url("fonts/lato-bold-webfont.ttf") format("truetype"), url("fonts/lato-bold-webfont.svg#latobold") format("svg");
    font-weight: normal;
    font-style: normal; }
@font-face {
    font-family: 'poppinsregular';
    src: url("fonts/poppins-regular-webfont.eot");
    src: url("fonts/poppins-regular-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/poppins-regular-webfont.woff2") format("woff2"), url("fonts/poppins-regular-webfont.woff") format("woff"), url("fonts/poppins-regular-webfont.ttf") format("truetype");
    font-weight: normal;
    font-style: normal; }
@font-face {
    font-family: 'poppinsmedium';
    src: url("fonts/poppins-medium-webfont.eot");
    src: url("fonts/poppins-medium-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/poppins-medium-webfont.woff2") format("woff2"), url("fonts/poppins-medium-webfont.woff") format("woff"), url("fonts/poppins-medium-webfont.ttf") format("truetype");
    font-weight: normal;
    font-style: normal; }
@font-face {
    font-family: 'poppinssemibold';
    src: url("fonts/poppins-semibold-webfont.eot");
    src: url("fonts/poppins-semibold-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/poppins-semibold-webfont.woff2") format("woff2"), url("fonts/poppins-semibold-webfont.woff") format("woff"), url("fonts/poppins-semibold-webfont.ttf") format("truetype");
    font-weight: normal;
    font-style: normal; }
@font-face {
    font-family: 'poppinsbold';
    src: url("fonts/poppins-bold-webfont.eot");
    src: url("fonts/poppins-bold-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/poppins-bold-webfont.woff2") format("woff2"), url("fonts/poppins-bold-webfont.woff") format("woff"), url("fonts/poppins-bold-webfont.ttf") format("truetype");
    font-weight: normal;
    font-style: normal; }
    
@font-face {
  font-family: 'AvenirNextLTPro-Cn';
  src: url('webFonts/AvenirNextLTPro-Cn/font.woff2') format('woff2'), url('webFonts/AvenirNextLTPro-Cn/font.woff') format('woff');
}
    
/*
2.) Default Styles
----------------------------------------*/
* {
    margin: 0;
    padding: 0; }

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline; }

/* render html5 elements as block */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
    display: block; }

html {
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%; }

*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }

sub, sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline; }

sup {
    top: -0.5em;
    font-size: 20px; }

sub {
    bottom: -0.25em; }

img {
    width: auto;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
    border: 0;
    -ms-interpolation-mode: bicubic;
    line-height: .5em; }

/*  Custom animations
/*-------------------------------------------------- */
@-webkit-keyframes reveal {
    0% {
        opacity: 0; }
    1% {
        opacity: 0;
        -webkit-transform: scale(0.98) translateY(-15px); }
    80% {
        -webkit-transform: scale(1); }
    100% {
        -webkit-transform: translateY(0); } }
@-moz-keyframes reveal {
    0% {
        opacity: 0; }
    1% {
        opacity: 0;
        -moz-transform: scale(0.98) translateY(-15px); }
    80% {
        -moz-transform: scale(1); }
    100% {
        -moz-transform: translateY(0); } }
/* #Basic Styles
================================================== */
body {
    font-family: 'AvenirNextLTPro-Cn', "latoregular", Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 30px;
    color: #666666;
    background: #000000; }

@media only screen and (max-width: 979px) {
    body {
        line-height: 26px; } }
@media only screen and (max-width: 767px) {
    body {
        line-height: 24px; } }
/* #Links
================================================== */
a {
    color: #f62b00;
    text-decoration: underline;
    outline: 0;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    cursor: pointer; }

a:hover {
    color: #e21b1b;
    text-decoration: underline;
    outline: 0;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease; }

a:focus, a:active, a:visited {
    outline: 0;
    text-decoration: none; }

/* #Typography
================================================== */
h1, h2, h3, h4, h5, h6 {
    font-family: 'AvenirNextLTPro-Cn', "poppinssemibold", Arial, Helvetica, sans-serif;
    font-weight: 600;
    color: #000000;
    line-height: 1.1em;
    padding: 0 0 20px 0;
    margin: 0; }

h1 {
    font-size: 24px; }

h2 {
    font-size: 24px; }

h3 {
    font-size: 21px; }

h4 {
    font-size: 16px; }

p {
    padding: 0 0 30px 0; }

h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
p:last-child {
    padding: 0; }

em {
    font-style: italic; }

strong {
    font-style: normal;
    /* font-family: "latobold", Arial, Helvetica, sans-serif; */ }

.lrg-txt {
    font-family: 'AvenirNextLTPro-Cn', "latobold", Arial, Helvetica, sans-serif;
    font-size: 16px; }

.lrg-txt2 {
    /*  font-size: 18px; */
    font-size: 14px;
}

.upper {
    text-transform: uppercase; }

.highlighted-txt {
    color: #e21b1b; }

@media only screen and (max-width: 767px) {
    h1, h2, h3, h4, h5, h6 {
        padding: 0 0 15px 0; }

    h1 {
        font-size: 20px; }

    h2 {
        font-size: 20px; }

    h3 {
        font-size: 18px; }

    p {
        padding: 0 0 25px 0; }

    .lrg-txt2 {
        font-size: 17px; } }
/* #Order and Unorder Styles
================================================= */
ul, li, ol {
    list-style: none; }

/* #Input Styles
================================================= */
input, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    outline: 0; }

input:focus, textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus, select:focus {
    outline: 0; }

input, textarea {
    -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
    -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
    -ms-transition: border linear 0.2s, box-shadow linear 0.2s;
    -o-transition: border linear 0.2s, box-shadow linear 0.2s;
    transition: border linear 0.2s, box-shadow linear 0.2s; }

label {
    width: 100%;
    float: left;
    font-weight: normal !important;
    font-family: 'AvenirNextLTPro-Cn', "latoregular", Arial, Helvetica, sans-serif !important;
    font-size: 14px !important;
    color: #888888 !important;
    line-height: 20px !important;
    text-transform: none !important;
    padding: 0 !important;
    margin: 0 0 8px 0 !important; }

.gfield_required {
    display: none !important; }

input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input, textarea, select {
    width: 100% !important;
    height: 45px;
    float: left;
    font-family: 'AvenirNextLTPro-Cn', "latoregular", Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #666666;
    line-height: 20px;
    letter-spacing: normal;
    text-transform: none;
    background: #ffffff;
    border: 1px solid #e1e1e1;
    border-radius: 0;
    outline: none;
    position: relative;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 10px 20px !important;
    margin: 0 !important; }

textarea {
    height: 120px !important;
    padding: 10px 20px !important;
    outline: none;
    resize: none; max-height: 120px !important;}

select {
    background-image: url(images/arrow01.png);
    background-repeat: no-repeat;
    background-position: right center;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding-top: 0 !important;
    padding-right: 40px !important;
    padding-bottom: 0 !important; }

select::-ms-expand {
    display: none; }

select option {
    width: 100% !important;
    float: left !important;
    line-height: 1.2em !important;
    border: none !important;
    padding: 6px 20px !important; }

select option:disabled {
    color: #a5a5a5;
    display: none; }

select option:hover {
    background: #065293 !important; }

:placeholder {
    color: #666666; }

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #666666; }

input::-moz-placeholder,
textarea::-moz-placeholder {
    color: #666666; }

@media only screen and (max-width: 767px) {
    input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input, textarea, select {
        height: 40px;
        padding: 10px 15px !important; }

    textarea {
        height: 100px !important;
        padding: 10px 15px !important; } }
/* #Buttons
================================================== */
.btn,
.button,
input[type="button"],
input[type="submit"] {
    height: 50px;
    float: none;
    display: inline-block;
    font-weight: normal;
    font-family: 'AvenirNextLTPro-Cn', "poppinsmedium", Arial, Helvetica, sans-serif;
    font-weight: 500;
    font-size: 16px;
    color: #ffffff;
    line-height: 50px;
    letter-spacing: 0.04em;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    white-space: normal;
    vertical-align: middle;
    background: #e21b1b;
    border: none;
    filter: 0;
    border-radius: 0;
    position: relative;
    cursor: pointer;
    padding: 0 30px;
    margin: 0; }

.btn:hover,
.btn:focus,
.btn:active,
.btn:active:focus,
.btn.active,
.btn.active:focus,
.button:hover,
.button:focus,
.button:active,
.button:active:focus,
.button.active,
.button.active:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="button"]:active,
input[type="button"]:active:focus,
input[type="button"].active,
input[type="button"].active:focus,
input[type="submit"]:hover,
input[type="submit"]:focus,
input[type="submit"]:active,
input[type="submit"]:active:focus,
input[type="submit"].active,
input[type="submit"].active:focus {
    color: #ffffff;
    text-decoration: none;
    background: #f62b00; }

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
    cursor: not-allowed;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: .65; }

a.btn.disabled,
fieldset[disabled] a.btn {
    pointer-events: none; }

.btn-out {
    width: 100%;
    float: left; }

@media only screen and (max-width: 767px) {
    .btn,
    .button,
    input[type="button"],
    input[type="submit"] {
        height: 45px;
        font-size: 14px;
        line-height: 45px; } }
/* #Show-Hide Responsive Options
================================================== */
.show_mobile {
    display: none; }

.hide_mobile {
    display: block; }

.show_both {
    display: none; }

.hide_both {
    display: block; }

@media only screen and (max-width: 979px) {
    .show_both {
        display: block; }
    .hide_both {
        display: none; } }
@media only screen and (max-width: 767px) {
    .show_mobile {
        display: block; }
    .hide_mobile {
        display: none; } }
/* #Flexslider
=======================================================*/
.flex-container a:active, .flexslider a:active, .flex-container a:focus, .flexslider a:focus {
    outline: none; }

.slides, .flex-control-nav, .flex-direction-nav {
    margin: 0;
    padding: 0;
    list-style: none; }

/* FlexSlider Necessary Styles
*********************************/
.flexslider {
    /* Dines */
    width: 100%;
    /* height:600px;*/
    float: left;
    margin: 0;
    padding: 0; }

.flexslider .slides {
    width: 100%;
    float: left; }

.flexslider .slides > li {
    display: none;
    -webkit-backface-visibility: hidden; }

.flexslider .slides li {
    position: relative; }

.slides:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }

html[xmlns] .slides {
    display: block; }

* html .slides {
    height: 1%; }

.no-js .slides > li:first-child {
    display: block; }

.flex-direction-nav {
    *height: 0;
    width: 100%;
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    margin: -16px 0 0 0; }

.flex-direction-nav a {
    width: 32px;
    height: 32px;
    display: block;
    line-height: 28px;
    border-radius: 40px;
    text-align: center;
    border: 2px solid #ffffff;
    position: absolute;
    top: 0;
    z-index: 10;
    cursor: pointer;
    opacity: 1;
    text-indent: -9999px;
    margin: 0; }

.flex-direction-nav a:before {
    width: 100%;
    height: 100%;
    font-family: "FontAwesome";
    font-size: 18px;
    color: #ffffff;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    cursor: pointer;
    opacity: 1;
    text-indent: 0;
    margin: 0; }

.flex-direction-nav a:hover {
    background: #ffffff; }

.flex-direction-nav a:hover:before {
    color: #333333; }

.flex-direction-nav .flex-prev {
    left: 35px; }

.flex-direction-nav .flex-prev:before {
    content: "\f104";
    left: -1px; }

.flex-direction-nav .flex-next {
    right: 35px; }

.flex-direction-nav .flex-next:before {
    content: "\f105";
    left: auto;
    right: -1px; }

.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {
    opacity: 1; }

.flex-direction-nav .flex-disabled {
    opacity: 0 !important;
    filter: alpha(opacity=30);
    cursor: default; }

@media only screen and (max-width: 1299px) {
    .flex-direction-nav {
        margin: -13px 0 0 0; }

    .flex-direction-nav a {
        width: 26px;
        height: 26px;
        line-height: 22px;
        margin: 0; }

    .flex-direction-nav a:before {
        font-size: 15px; }

    .flex-direction-nav .flex-prev {
        left: 5px; }

    .flex-direction-nav .flex-next {
        right: 5px; } }
@media only screen and (max-width: 767px) {
    .flex-direction-nav {
        display: none; } }
/* Control Nav */
.flex-control-nav {
    width: 100%;
    float: left;
    text-align: center;
    display: none;
    z-index: 100;
    padding: 0;
    margin: -40px 0 0 0; }

.flex-control-nav li {
    width: 15px;
    height: 15px;
    line-height: normal;
    padding: 0;
    margin: 0 3px;
    display: inline-block;
    zoom: 1;
    *display: inline;
    text-indent: -99999px; }

.flex-control-nav li:before {
    display: none; }

.flex-control-paging li a {
    width: 15px;
    height: 15px;
    float: left;
    display: block;
    color: #231f20;
    line-height: normal;
    overflow: hidden;
    background: #000000;
    border: none;
    border-radius: 15px;
    behavior: url(PIE.htc);
    position: relative;
    text-indent: -99999px;
    z-index: 10; }

.flex-control-paging li a.flex-active {
    background: #ed1c24; }

.flex-control-thumbs {
    display: none; }

@media only screen and (max-width: 767px) {
    .flex-control-nav {
        display: block; }

    .flex-control-nav li {
        width: 13px;
        height: 13px;
        line-height: normal;
        margin: 0 3px; }

    .flex-control-paging li a {
        width: 13px;
        height: 13px; } }
/*
 3.) Home page
----------------------------------------*/
.container-main {
    width: 100%;
    float: left;
    background: #ffffff; }

.container {
    width: 100%;
    max-width: 1230px;
    margin: 0 auto;
    padding: 0 30px; }

.right-col-med img{margin-bottom:50px;}

@media only screen and (max-width: 979px) {
    .container {
        padding: 0 30px; } }
@media only screen and (max-width: 767px) {
    .container {
        padding: 0 6%; } }
/* Vertical Align - Middle */
.outer-bg {
    width: 100%;
    height: 100%;
    float: none;
    display: table;
    margin: 0 auto; }

.inner-bg {
    width: 100%;
    height: 100%;
    float: none;
    display: table-cell;
    vertical-align: middle; }

/* Content - Inner2 */
.content-inner2 {
    width: 100%;
    float: left;
    padding: 50px 0; }

@media only screen and (max-width: 767px) {
    .content-inner2 {
        padding: 40px 0; } }
/* Content - Inner3 */
.content-inner3 {
    width: 100%;
    float: left;
    background: #f8f8f8;
    padding: 40px 0 60px 0; }

@media only screen and (max-width: 767px) {
    .content-inner3 {
        padding: 40px 0; } }
/* Menu - Btn */
.menu-btn {
    width: 28px;
    height: 20px;
    cursor: pointer; display: none;}

.menu-btn .icon-bar {
    width: 100%;
    float: right;
    text-decoration: none;
    position: relative;
    padding: 0; }

.menu-btn .icon-bar span {
    width: 100%;
    height: 3px;
    float: left;
    background: #ffffff;
    position: relative;
    transition: all 0.4s ease;
    margin: 8px 0; }

.menu-btn .icon-bar span:before {
    content: "";
    width: 100%;
    height: 3px;
    float: left;
    background: #ffffff;
    position: absolute;
    top: -8px;
    left: 0;
    transition: all 0.4s ease; }

.menu-btn .icon-bar span:after {
    content: "";
    width: 100%;
    height: 3px;
    float: left;
    background: #ffffff;
    position: absolute;
    top: 8px;
    left: 0;
    transition: all 0.4s ease; }

.menu-btn.active .icon-bar span {
    background: none !important; }

.menu-btn.active .icon-bar span:before {
    height: 3px;
    top: 0;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg); }

.menu-btn.active .icon-bar span:after {
    height: 3px;
    top: 0;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg); }

@media only screen and (max-width: 979px) {
    .menu-btn {
        display: block;
         } }
@media only screen and (max-width: 767px) {
    .menu-btn {
        width: 25px;
        height: 20px;
         }

    .menu-btn .icon-bar span {
        margin: 7px 0; }

    .menu-btn .icon-bar span:before {
        top: -7px; }

    .menu-btn .icon-bar span:after {
        top: 7px; } }
/* Scrollup */
.scrollup {
    width: 50px;
    height: 50px;
    display: none;
    text-indent: -9999px;
    background: url(images/arrow02.png) no-repeat top center;
    position: fixed;
    bottom: 70px;
    right: 100px; }

@media (max-width: 1359px) {
    .scrollup {
        right: 30px; } }
@media (max-width: 1023px) {
    .scrollup {
        width: 40px;
        height: 40px;
        background-size: 40px auto;
        bottom: 60px;
        right: 10px; } }
@media (max-width: 767px) {
    .scrollup {
        width: 35px;
        height: 35px;
        background-size: 35px auto;
        bottom: 100px;
        right: 6%; } }
/* Social - Links */
.social-links {
    width: 100%;
    float: left; }

.social-links ul {
    float: left;
    padding: 0;
    margin: 0; }

.social-links ul li {
    float: left; }

.social-links ul li a {
    width: 28px;
    height: 28px;
    float: left;
    font-size: 15px;
    color: #ffffff;
    line-height: 28px;
    text-align: center;
    text-decoration: none;
    border-radius: 2px;
    background: #898989;
    margin: 0 5px 0 0; }

.social-links ul li a span {
    display: none; }

.social-links ul li a:hover {
    color: #ffffff;
    text-decoration: none;
    border-color: #3b5998;
    background: #3b5998; }

.social-links ul li .fa-pinterest-p:hover {
    border-color: #cb2027;
    background: #cb2027; }

.social-links ul li .fa-instagram:hover {
    border-color: #3f729b;
    background: #3f729b; }

.social-links ul li .fa-houzz:hover {
    border-color: #57ba63;
    background: #57ba63; }

/*
 3.1) Header
----------------------------------------*/
.header-main {
    width: 100%;
    float: left;
    position: relative;
    z-index: 500; }

/* Top - Bar */
.top-bar {
    width: 100%;
    height: 80px;
    float: left;
    background: #000000;
    padding: 26px 0; }

.top-bar .logo {
    width: 196px;
    float: left;
    line-height: 0.5em;
    margin: 2px -196px 0 0;
    position: relative;
    z-index: 30; }

.top-bar .logo img {
    width: 100%; }

.top-bar .shopping-cart {
    width: 20px;
    height: 20px;
    float: right;
    background: url(images/shopping-cart-01.png) no-repeat top center;
    background-size: 20px auto;
    margin: 4px 12px 0 65px;
    position: relative; }

.top-bar .shopping-cart a {
    width: 100%;
    height: 100%;
    float: left; }

.top-bar .shopping-cart .count {
    width: 17px;
    height: 17px;
    float: right;
    font-size: 10px;
    color: #ffffff;
    line-height: 17px;
    text-align: center;
    border-radius: 15px;
    background: #e21b1b;
    position: absolute;
    top: -7px;
    right: -12px; }

@media only screen and (max-width: 979px) {
    .top-bar {
        height: auto;
        background: none;
        padding: 0; }

    .top-bar .logo {
        margin: 0; }

    .top-bar .logo img {
        width: 100%; }

    .top-bar .shopping-cart {
        margin: 0 84px 0 0; } }
@media only screen and (max-width: 767px) {
    .top-bar .logo {
        width: 150px;
        margin: 0; }

    .top-bar .shopping-cart {
        width: 20px;
        height: 20px;
        background-size: 20px auto;
        margin: -1px 80px 0 0; }

    .top-bar .shopping-cart .count {
        width: 15px;
        height: 15px;
        font-size: 9px;
        line-height: 15px;
        top: -5px;
        right: -11px; } }
/* Nav - Bar */
.nav-bar {
    width: 100%;
    float: left;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15); }

.nav-bar .container {
    position: relative; }

.nav-bar .menu-collapse {
    float: left; }

.nav-bar nav {
    float: left; }

.nav-bar nav ul {
    float: left; }

.nav-bar nav ul li {
    float: left;
    height: 30px;
    font-family: 'AvenirNextLTPro-Cn', "poppinsmedium", Arial, Helvetica, sans-serif;
    font-weight: 500;
    font-size: 16px;
    color: #333333;
    line-height: 18px;
    text-transform: uppercase;
    padding: 0;
    margin: 0 40px 0 0;
    position: relative; }

.nav-bar nav ul li a {
    float: left;
    height: 30px;
    color: #333333;
    line-height: 32px;
    text-decoration: none; }

.nav-bar nav ul li:hover > a,
.nav-bar nav ul li.current-menu-item > a,
.nav-bar nav ul li.current-menu-parent > a,
.nav-bar nav ul li.current-page-ancestor > a {
    color: #e21b1b;
    text-decoration: none; }

.nav-bar nav ul li.current-menu-item.menu-item-has-children > a,
.nav-bar nav ul li.current-menu-parent.menu-item-has-children > a,
.nav-bar nav ul li.current-menu-ancestor.menu-item-has-children > a {
    background: url(images/curve-01.png) no-repeat bottom center; }

.nav-bar nav ul li ul {
    display: none; }

.nav-bar .contact-us {
    float: right;
    margin: -84px 97px 0 0;
    position: relative;
    z-index: 30; }

.nav-bar .contact-us p {
    float: left;
    font-family: 'AvenirNextLTPro-Cn', "poppinsmedium", Arial, Helvetica, sans-serif;
    font-weight: 500;
    font-size: 14px;
    color: #ffffff;
    line-height: 20px;
    text-transform: uppercase;
    padding: 0;
    margin: 4px 0 0 65px; }

.nav-bar .contact-us p i {
    margin: 0 10px 0 0; }

.nav-bar .contact-us p a {
    color: #ffffff;
    text-decoration: none; }

.nav-bar .contact-us p a:hover {
    color: #e21b1b;
    text-decoration: underline; }

.nav-bar .contact-us .social-links {
    width: auto;
    float: left;
    padding: 0 0 0 65px; }

.nav-bar .contact-us .social-links ul {
    margin: 0 0 0 -5px; }

.nav-bar .contact-us .social-links ul li a {
    margin: 0 0 0 5px; }

@media only screen and (min-width: 980px) {
    .nav-bar .menu-collapse {
        display: block !important;
        height: auto !important;
        overflow: visible !important; } }
@media only screen and (max-width: 1199px) {
    .nav-bar nav ul li {
        padding: 0;
        margin: 0 30px 0 0; }

    .nav-bar .contact-us {
        margin: -84px 72px 0 0; }

    .nav-bar .contact-us p {
        margin: 4px 0 0 40px; }

    .nav-bar .contact-us .social-links {
        padding: 0 0 0 40px; } }
@media only screen and (max-width: 979px) {
    .header-main {
        height: 80px;
        background: #000000;
        padding: 28px 0; }

    .nav-bar {
        height: auto;
        box-shadow: none; }

    .nav-bar .container {
        position: static; }

    .nav-bar .menu-collapse {
        width: 100%;
        max-width: 320px;
        float: right;
        display: none;
        background: #ffffff;
        box-shadow: rgba(0, 0, 0, 0.5) 0 0 15px;
        position: absolute;
        top: 80px;
        right: 0; }

    .nav-bar nav {
        width: 100%;
        float: left;
        padding: 0;
        margin: 0; }

    .nav-bar nav ul {
        width: 100%;
        padding: 21px 0; }

    .nav-bar nav ul li {
        width: 100%;
        height: auto;
        margin: 0; }

    .nav-bar nav ul li a {
        width: 100%;
        height: auto;
        line-height: inherit;
        padding: 8px 30px; }

    .nav-bar nav ul li.current-menu-item.menu-item-has-children > a,
    .nav-bar nav ul li.current-menu-parent.menu-item-has-children > a,
    .nav-bar nav ul li.current-menu-ancestor.menu-item-has-children > a {
        background: none; }

    .nav-bar nav ul li.current-menu-item > ul,
    .nav-bar nav ul li.current-menu-parent > ul,
    .nav-bar nav ul li.current-page-ancestor > ul {
        display: block; }

    .nav-bar nav ul li ul {
        padding: 0 30px 5px 30px; }

    .nav-bar .contact-us {
        width: 100%;
        border-top: 1px solid #dddddd;
        padding: 17px 0 0 0;
        margin: 0; }

    .nav-bar .contact-us p {
        width: 100%;
        color: #333333;
        line-height: 19px;
        padding: 8px 30px;
        margin: 0; }

    .nav-bar .contact-us p a {
        color: #333333; }

    .nav-bar .contact-us .social-links {
        width: 100%;
        border-top: 1px solid #dddddd;
        margin: 18px 0 0 0;
        padding: 30px 30px 30px 30px; }

    .nav-bar .contact-us .social-links ul {
        margin: 0 -5px 0 0; }

    .nav-bar .contact-us .social-links ul li a {
        margin: 0 5px 0 0; }

    .nav-bar .search-area {
        margin: 0 40px 0 0;
        position: absolute;
        top: 27px;
        right: 30px; }

    .nav-bar .search-area .search-btn {
        font-size: 20px;
        color: #ffffff;
        line-height: 20px; } }
@media only screen and (max-width: 767px) {
    .header-main {
        height: 70px;
        padding: 25px 0; }

    .nav-bar .menu-collapse {
        max-width: 100%;
        width: 100%;
        top: 70px; }

    .nav-bar nav ul li a {
        padding: 8px 6%; }

    .nav-bar .contact-us p {
        padding: 8px 6%; }

    .nav-bar .contact-us .social-links {
        padding: 30px 6%; }

    .nav-bar .search-area {
        margin: 0 6% 0 0;
        top: 22px;
        right: 37px; }

    .nav-bar .search-area .search-btn {
        font-size: 18px;
        line-height: 20px; } }
/* Nav - Bar2 */
.nav-bar2 {
    width: 100%;
    height: 60px;
    float: left;
    /*  background: url(images/bg01.png) repeat top center; */
    background: #2b2b2b;
    padding: 22px 0 0 0; }

.nav-bar2 nav {
    float: left; }

.nav-bar2 nav ul {
    float: left; }

.nav-bar2 nav ul li {
    float: left;
    font-family: 'AvenirNextLTPro-Cn', "poppinsregular", Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #a6a6a6;
    line-height: 17px;
    text-transform: uppercase;
    padding: 0;
    margin: 0 40px 0 0; }

.nav-bar2 nav ul li a {
    float: left;
    color: #a6a6a6;
    text-decoration: none; }

.nav-bar2 nav ul li:hover > a,
.nav-bar2 nav ul li.current-menu-item > a,
.nav-bar2 nav ul li.current-menu-parent > a,
.nav-bar2 nav ul li.current-page-ancestor > a {
    color: #ffffff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.75); }

@media only screen and (max-width: 1199px) {
    .nav-bar2 nav ul li {
        margin: 0 30px 0 0; } }
@media only screen and (max-width: 979px) {
    .nav-bar2 {
        display: none; } }
/*
 3.2) Banner - Main
----------------------------------------*/
.banner-main {
    width: 100%;
    height: 800px;
    float: left;
    position: relative;
    overflow: hidden; }

.banner-main figure {
    width: 100%;
    float: left;
    text-align: center;
    overflow: hidden; position: relative; padding-bottom: 800px;}

.banner-main figure img {
    width: 100%; height: 100%; position: absolute; top: 0; left: 0; object-fit: cover;
   /* min-width: 1360px;
    margin: 0 -680px;*/ }

.banner-main ul {
    padding: 0;
    margin: 0; }

.banner-main ul li {
    position: relative;
    padding: 0;
    margin: 0; }

@media only screen and (max-width: 979px) {
    .banner-main figure img {
        min-width: 1200px;
        margin: 0 -600px; } }
@media only screen and (max-width: 767px) {
    .banner-main {height: 100%;}
    .banner-main figure img {
        min-width: 1000px;
        margin: 0 -500px; }}
/* Banner - Cont */
.banner-cont {
    width: 100%;
    bottom: 38%;
    float: left;
    vertical-align: bottom;
    position: absolute;
    /* Dines */
    left: 0;
    color: #fff !important;
}

.banner-cont aside {
    width: 100%;
    max-width: 540px;
    float: left;
    vertical-align: bottom; }

.banner-cont aside p {
    font-family: 'AvenirNextLTPro-Cn', "poppinsregular", Arial, Helvetica, sans-serif;
    font-size: 21px;
    color: #ffffff;
    line-height: 36px;
    padding: 0 0 26px 0; }

.banner-cont .btn {
    height: 32px;
    font-family: 'AvenirNextLTPro-Cn', "poppinsregular", Arial, Helvetica, sans-serif;
    font-size: 15px;
    color: #ffffff;
    line-height: 33px;
    text-transform: none;
    border-radius: 2px;
    background: #ed1c24;
    padding: 0 18px; }

.banner-cont .btn:hover,
.banner-cont .btn:focus,
.banner-cont .btn:active,
.banner-cont .btn:active:focus,
.banner-cont .btn.active:focus {
    background: #ad1319; }

.banner-cont .pinterest {
    width: 100%;
    float: right;
    vertical-align: bottom;
    text-align: right;
    margin: -20px 0 0 -49px; }

.banner-cont .pinterest span {
    width: 49px !important;
    height: 24px !important;
    float: right !important; }

@media only screen and (max-width: 979px) {
    .banner-cont aside p {
        font-size: 19px;
        line-height: 34px; } }
@media only screen and (max-width: 767px) {
    .banner-cont aside {
        max-width: 500px; }
    .banner-cont {bottom: 20%;}
    .banner-cont aside p {
        font-size: 17px;
        line-height: 30px;
        padding: 0 0 20px 0; } }
/*
 3.3) Cta - List
----------------------------------------*/
.cta-list {
    width: 100%;
    float: left;
    text-align: center;
    padding: 30px 0; }

.cta-list figure {
    width: 100%;
    float: left;
    text-align: center;
    overflow: hidden; }

.cta-list figure img {
    width: 100%;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }

.cta-list figure:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }

.cta-list aside {
    width: 100%;
    height: 100%;
    float: left;
    background: url(images/shadow-01.png) no-repeat top center;
    position: absolute;
    top: 0;
    left: 0; }

.cta-list aside h3 {
    text-transform: uppercase;
    font-size: 24px;
    color: #ffffff;
    letter-spacing: 2px; }

.cta-list article {
    width: 17.75%;
    float: none;
    display: inline-block;
    vertical-align: top;
    position: relative;
    margin: 0 0.75% 17px 0.75%; }

.cta-list article:hover figure img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }

.cta-list article:hover aside {
    background: rgba(0, 0, 0, 0.5) url(images/shadow-01.png) no-repeat top center; }

.cta-list .article-bg {
    width: 102%;
    float: left;
    padding: 0 10px;
    margin: 0 -1% -17px -1%; }

@media only screen and (max-width: 979px) {
    .cta-list article {
        width: 47.5%;
        margin: 0 1% 16px 1%; }

    .cta-list .article-bg {
        margin: 0 -1% -16px -1%; } }
@media only screen and (max-width: 767px) {
    .cta-list aside h3 {
        font-size: 20px;
        letter-spacing: 1px; }

    .cta-list article {
        width: 100%;
        max-width: 370px;
        margin: 0 20px 15px 20px; }

    .cta-list .article-bg {
        width: 100%;
        padding: 0;
        margin: 0 0 -15px 0; } }
@media only screen and (max-width: 479px) {
    /* Dines */
    .flexslider {height:100%;}

    banner-cont{  bottom: 250px;}
    .cta-list article {
        margin: 0 0 15px 0; } }
/*
 3.4) Header
----------------------------------------*/
.footer-main {
    width: 100%;
    float: left;
    background: #000000;
    padding: 15px 0; }

.footer-main p {
    float: left;
    color: #ffffff;
    padding: 0; }

.footer-main nav {
    float: right; }

.footer-main nav ul {
    float: left; }

.footer-main nav ul li {
    float: left;
    font-size: 13px;
    color: #bebebe;
    padding: 0 15px 0 0;
    margin: 0 15px 0 0;
    position: relative; }

.footer-main nav ul li:last-child:before {
    display: none; }

.footer-main nav ul li:last-child {
    padding-right: 0;
    margin-right: 0; }

.footer-main nav ul li:before {
    content: "";
    width: 1px;
    height: 12px;
    float: right;
    background: #bebebe;
    position: absolute;
    top: 9px;
    right: 0; }

.footer-main nav ul li a {
    color: #bebebe;
    text-decoration: none; }

.footer-main nav ul li:hover > a,
.footer-main nav ul li.current-menu-item > a,
.footer-main nav ul li.current-menu-parent > a,
.footer-main nav ul li.current-page-ancestor > a {
    color: #e21b1b;
    text-decoration: underline; }

@media only screen and (max-width: 767px) {
    .footer-main {
        text-align: center;
        padding: 18px 0 21px 0; }

    .footer-main p {
        width: 100%; }

    .footer-main nav {
        width: 100%;
        padding: 0 0 11px 0; }

    .footer-main nav ul {
        float: none;
        display: inline-block;
        vertical-align: top; }

    .footer-main nav ul li {
        float: none;
        display: inline-block;
        vertical-align: top;
        padding: 0;
        margin: 0 10px !important; }

    .footer-main nav ul li:before {
        display: none; } }
/*
 4) Inner - Pages
----------------------------------------*/
/* Content - Inner */
.content-inner {
    width: 100%;
    float: left;
    padding: 50px 0 80px 0; }

@media only screen and (max-width: 767px) {
    .content-inner {
        padding: 40px 0 60px 0; } }
/* Content - Inner2 */
.content-inner2 {
    width: 100%;
    float: left;
    padding: 50px 0; }

@media only screen and (max-width: 767px) {
    .content-inner2 {
        padding: 40px 0; } }
/* Content - Inner3 */
.content-inner3 {
    width: 100%;
    float: left;
    background: #f8f8f8;
    padding: 40px 0 60px 0; }

@media only screen and (max-width: 767px) {
    .content-inner3 {
        padding: 40px 0; } }
/* Grid - Columns */

.left-col-lrg {
    width: 65.80%;
    float: left; }

.left-col-sml {
    width: 31.60%;
    float: left; }

.left-col-med {
    width: 47.60%;
    float: left; }

.right-col-med {
    width: 47.60%;
    float: right; }

.right-col-lrg {
    width: 65.80%;
    float: right; }

.right-col-sml {
    width: 31.60%;
    float: right; }

@media only screen and (max-width: 979px) {
    .left-col-lrg {
        width: 100%;
        padding: 0 0 40px 0; }

    .right-col-sml, .right-col-med {
        width: 100%;
        max-width: 380px;
        float: none;
        margin: 0 auto; } }
@media only screen and (max-width: 767px) {
    .left-col-lrg {
        padding: 0 0 30px 0; }

    .left-col-sml, .left-col-med {
        width: 100%;
        padding: 0 0 30px 0; }

    .right-col-lrg {
        width: 100%; } }
/* Title - Bar */
.title-bar {
    width: 100%;
    float: left;
    background: #efefef;
    padding: 25px 0; }

.title-bar h1 {
    width: 40%;
    float: none;
    display: inline-block;
    vertical-align: middle;
    padding: 0 5px 0 0;
    margin: 0 -2px; }

@media only screen and (max-width: 979px) {
    .title-bar {
        padding: 20px 0; }

    .title-bar h1 {
        width: 100%;
        padding: 0 0 10px 0;
        margin: 0; } }
/* Breadcrumb */
.breadcrumb {
    width: 60%;
    float: none;
    display: inline-block;
    vertical-align: middle;
    text-align: right;
    margin: 0 -2px; }

.breadcrumb p,
.breadcrumb nav {
    font-family: 'AvenirNextLTPro-Cn', "poppinssemibold", Helvetica, Arial, sans-serif !important;
    font-weight: 600;
    font-size: 14px !important;
    color: #e21b1b !important;
    line-height: 18px !important;
    padding: 0 !important;
    margin: 0 0 -10px 0 !important; }

.breadcrumb p span {
    margin: 0 0 10px 0; }

.breadcrumb p a,
.breadcrumb nav a {
    color: #888888 !important;
    text-decoration: none !important;
    letter-spacing: 0.02em !important; }

.breadcrumb p a:hover,
.breadcrumb nav a:hover {
    color: #000000 !important;
    text-decoration: underline !important; }

.breadcrumb p i,
.breadcrumb nav i {
    font-size: 13px;
    color: #888888;
    padding: 0 20px !important;
    margin: 0 0 10px 0 !important; }

@media only screen and (max-width: 979px) {
    .breadcrumb {
        width: 100%;
        text-align: left; }

    .breadcrumb p i,
    .breadcrumb nav i {
        padding: 0 10px !important; } }
/* Article - List */
.article-list {
    width: 100%;
    float: left;
    padding: 0 0 60px 0; }

.article-list:last-child {
    padding-bottom: 0; }

.article-list p {
    padding: 0; }

.article-list .title-txt2 {
    width: 100%;
    float: left;
    padding: 0 0 34px 0; }

.article-list .title-txt2 p {
    font-size: 16px;
    color: #666666; text-align: center;}

.article-list .title-txt2 p:last-child {
    padding-bottom: 0; }

.article-list .article {
    width: 22.40%;
    float: left;
    text-align: center;
    background: #ffffff;
    margin: 0 1.30% 45px 1.30%; }

.article-list .article h4 {
    width: 100%;
    float: left;
    font-family: 'AvenirNextLTPro-Cn', "latobold", Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    padding: 0 0 7px 0; }

.article-list .article h4:last-child {
    padding-bottom: 0; }

.article-list .article h4 a {
    float: none;
    display: inline-block;
    vertical-align: middle;
    color: #000000;
    text-decoration: none; }

.article-list .article h4 a:hover {
    color: #e21b1b;
    text-decoration: underline; }

.article-list .article h4 dl {
    float: none;
    display: inline-block;
    vertical-align: middle;
    margin: 0 8px; }

.article-list .article h4 dt {
    display: none !important; }

.article-list .article h4 dd p {
    color: #666666 !important; }

.article-list .article p {
    color: #888888; }

.article-list .article figure {
    width: 100%;
    float: left;
    text-align: center;
    overflow: hidden;
    margin: 0 0 -1px 0;
    position: relative;
    z-index: 20;
    height: 190px;
}

.article-list .article figure img {
    width: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(55%);
    transform: translateY(-50%);
}

.article-list .article figure a {
    cursor: default;
    pointer-events: none; }

.single-product .article-list .article figure a {
    cursor: initial;
    pointer-events: initial;
}

.article-list .article aside {
    width: 100%;
    float: left;
    border: 1px solid #ebebeb;
    padding: 25px 30px;
    margin: 0 0 -1px 0; }

.article-list .article .btm-btn {
    width: 100.1%;
    height: 50px;
    float: left;
    display: table;
    font-family: 'AvenirNextLTPro-Cn', "poppinsmedium", Arial, Helvetica, sans-serif;
    font-weight: 500;
    font-size: 15px;
    color: #000000;
    line-height: 48px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    background: none;
    border: 1px solid #ebebeb;
    border-radius: 0;
    box-shadow: none;
    cursor: pointer;
    padding: 0;
    margin: 0 -0.1% 0 0; }

.article-list .article .btm-btn span {
    width: 100%;
    height: 100%;
    float: none;
    display: table-cell;
    vertical-align: middle;
    text-align: center; }

.article-list .article .btm-btn:hover {
    color: #ffffff;
    border-color: #f62b00;
    background: #e21b1b; }

.article-list .article-bg {
    width: 102.60%;
    float: left;
    margin: 0 -1.30% -45px -1.30%; }

@media only screen and (max-width: 979px) {
    .article-list .article {
        width: 29.13%;
        margin: 0 2.10% 45px 2.10%; }

    .article-list .article-bg {
        width: 104.20%;
        margin: 0 -2.10% -45px -2.10%; } }
@media only screen and (max-width: 767px) {
    .article-list {
        padding: 0 0 40px 0; }

    .article-list .title-txt2 {
        padding: 0 0 30px 0; }

    .article-list .article {
        width: 45.80%; } }
@media only screen and (max-width: 639px) {
    .article-list .article {
        width: 100%;
        margin: 0 0 30px 0; }

    .article-list .article-bg {
        width: 100%;
        margin: 0 0 -30px 0; } }
/* Article - List2 */
.article-list2 {
    width: 100%;
    float: left; }

.article-list2 .article {
    width: 100%;
    float: left;
    background: #ffffff;
    box-shadow: rgba(0, 0, 0, 0.01) 0 0 10px;
    padding: 20px;
    margin: 0 0 15px 0; }

.article-list2 .article:last-child {
    margin-bottom: 0; }

.article-list2 .title-txt {
    width: 100%;
    float: left;
    padding: 0 0 6px 0; }

.article-list2 .title-txt:last-child {
    padding-bottom: 0; }

.article-list2 .title-txt h4 {
    width: 40%;
    float: none;
    display: inline-block;
    vertical-align: middle;
    line-height: 1.4em;
    margin: 0 -2px;
    text-transform: uppercase;
    padding: 0; }

.article-list2 .title-txt h4 a {
    color: #000000;
    text-decoration: none; }

.article-list2 .title-txt h4 a:hover {
    color: #e21b1b;
    text-decoration: underline; }

.article-list2 .txt {
    width: 60%;
    float: none;
    display: inline-block;
    vertical-align: middle;
    text-align: right;
    color: #999999;
    line-height: 20px;
    padding: 0 0 0 7%;
    margin: 0 -2px; }

.article-list2 .figure-bg {
    width: 100%;
    float: left;
    padding: 0 0 8px 0; }

.article-list2 .figure-bg:last-child {
    padding-bottom: 0; }

.article-list2 .figure-bg figure {
    width: 240px;
    float: left;
    text-align: center;
    overflow: hidden;
    margin: 0 -255px 0 0;
    position: relative;
    z-index: 10;
    height: 160px;
}

.article-list2 .figure-bg figure img {
    width: 100%;

    /* Changes
        position: absolute;
        left: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);*/
}

.term-residential .article-list2 .figure-bg figure img {
    position: initial;
    top: 0;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
}

.article-list2 .figure-bg .thumbnails {
    /* width: 100%; */
    float: left;
    padding: 0 0 0 285px; }

.article-list2 .figure-bg .thumbnails ul {
    float: left;
    padding: 0;
    margin: 0 -10px -10px 0; }

.article-list2 .figure-bg .thumbnails ul li {
    width: 110px;
    float: left;
    text-align: center;
    box-shadow: rgba(0, 0, 0, 0.1) 0 0 5px;
    overflow: hidden;
    padding: 0;
    margin: 0 10px 10px 0; }

.article-list2 .figure-bg .thumbnails ul li img {
    width: auto;
    max-width: none;
    min-width: 110px;
    height: 75px;
    margin: 0 -55px; }

.article-list2 .figure-bg .thumbnails form.cart {
    display: none !important; }

.article-list2 .figure-bg .thumbnails .custom-variable {
    width: 110px;
    float: left;
    text-align: center;
    box-shadow: rgba(0, 0, 0, 0.1) 0 0 5px;
    overflow: hidden;
    padding: 0;
    margin: 0 10px 10px 0; }

.article-list2 .figure-bg .thumbnails .custom-variable .article {
    width: 100%;
    float: left;
    background: none;
    border: none;
    box-shadow: none;
    padding: 0;
    margin: 0; }

.article-list2 .figure-bg .thumbnails .custom-variable figure {
    width: 100%;
    float: left;
    text-align: center;
    overflow: hidden;
    padding: 0;
    margin: 0;
    height: 65px;
}

.article-list2 .figure-bg .thumbnails .custom-variable img {
    width: auto;
    max-width: none;
    min-width: 110px;
    height: 75px;
    margin: 0 -55px; }

.article-list2 .figure-bg .thumbnails .custom-variable input,
.article-list2 .figure-bg .thumbnails .custom-variable aside,
.article-list2 .figure-bg .thumbnails .custom-variable .btn-out {
    display: none; }

.article-list2 aside {
    width: 100%;
    float: left; }

.article-list2 aside p {
    color: #888888;
    line-height: 24px;
    padding: 0 0 5px 0;
    margin: 0; }

.article-list2 aside p strong {
    color: #333333; }

.article-list2 aside p:last-child {
    padding-bottom: 0; }

.article-list2 aside p a {
    color: #f62b00; }

.article-list2 aside p a:hover {
    color: #e21b1b; }

.article-list2 aside p a.active {
    color: #e21b1b; }

.article-list2 .hide_mobile {
    display: inline-block; }

.article-list2 .show_mobile {
    display: none; }

@media only screen and (max-width: 767px) {
    .article-list2 .title-txt {
        width: 100%;
        float: left;
        padding: 0 0 5px 0; }

    .article-list2 .title-txt:last-child {
        padding-bottom: 0; }

    .article-list2 .title-txt h4 {
        width: 100%;
        margin: 0;
        padding: 0 0 5px 0; }

    .article-list2 .title-txt h4:last-child {
        padding-bottom: 0; }

    .article-list2 .txt {
        width: 100%;
        text-align: left;
        padding: 0;
        margin: 0 0 15px 0; }

    .article-list2 .figure-bg {
        padding: 0 0 15px 0; }

    .article-list2 .figure-bg figure {
        width: 100%;
        margin: 0 0 20px 0;
        position: relative;
        z-index: 10; }

    .article-list2 .figure-bg .thumbnails {
        padding: 0; }

    .article-list2 .figure-bg .thumbnails ul {
        margin: 0 -16px 0 0; }

    .article-list2 .figure-bg .thumbnails ul li {
        width: 55px;
        margin: 0 8px 8px 0; }

    .article-list2 .figure-bg .thumbnails ul li img {
        width: auto;
        min-width: 55px;
        height: 55px;
        margin: 0 -27px; }

    .article-list2 .figure-bg .thumbnails .custom-variable {
        width: 55px;
        margin: 0 8px 8px 0; }

    .article-list2 .figure-bg .thumbnails .custom-variable img {
        width: auto;
        min-width: 55px;
        height: 55px;
        margin: 0 -27px; }

    .article-list2 aside p {
        line-height: 20px;
        padding: 0 0 8px 0; }

    .article-list2 .hide_mobile {
        display: none; }

    .article-list2 .show_mobile {
        display: inline-block; } }
/* 
5.) About
6.) Residential 
7.) Architectural   
8.) Trade 
----------------------------------------*/
/* Left - Side - Bar */
.left-side-bar {
    width: 100%;
    float: left; }

.left-side-bar ul {
    width: 100%;
    float: left; }

.left-side-bar ul li {
    width: 100%;
    float: left;
    margin: 0 0 16px 0; }

.left-side-bar ul li.photo-sml-left {
    width: 47.8%;
    float: left; }

.left-side-bar ul li.photo-sml-right {
    width: 47.8%;
    float: right; }

.left-side-bar ul li:last-child {
    margin: 0; }

.left-side-bar ul li img {
    width: 100%; }

@media only screen and (max-width: 979px) {
    .left-side-bar ul li.photo-sml-left {
        width: 100%; }

    .left-side-bar ul li.photo-sml-right {
        width: 100%; } }
/* About - Info */
.about-info {
    width: 100%;
    float: left; }

.about-info h4 {
    text-transform: uppercase;
    color: #555555;
    padding: 0 0 5px 0; }

.about-info p a {
    color: #555555;
    font-size: 16px;
}

.about-info p a:hover {
    color: #e21b1b;
    text-decoration: underline; }

.about-info p.lrg-txt2 {
    padding: 0 0 37px 0; }

.about-info .btn {
    width: 100%; }

.about-info aside {
    width: 100%;
    float: left;
    padding: 0 0 35px 0; }

.about-info aside:last-child {
    padding: 0; }

.about-info aside p {
    font-size: 16px; }

.about-info aside p a {
    text-decoration: none; }

@media only screen and (max-width: 767px) {
    .about-info p.lrg-txt2 {
        padding: 0 0 30px 0; }

    .about-info aside p {
        font-size: 15px; } }
/* Supplier - Info */
.supplier-info {
    width: 100%;
    float: left; }

.supplier-info ul {
    width: 100%;
    float: left;
    border: 1px solid #ebebeb;
    border-left: none;
    border-right: none;
    padding: 15px 0 5px 0;
    margin: 10px 0 24px 0; }

.supplier-info ul li {
    height: 65px;
    float: left;
    line-height: 65px;
    margin: 0 50px 10px 0; }

.supplier-info ul li:last-child {
    margin: 0; }

@media only screen and (max-width: 767px) {
    .supplier-info ul li {
        margin: 0 30px 10px 0; } }
/*
 9) Catalogue
----------------------------------------*/
.woocommerce ul.products li.product a img {
    margin: 0;
}

li.product-category {
    float:left;
    width:25%;
    height:50%;
    padding:20px;
}

li.product-category a{
    text-decoration: none;
    text-align: center;
}

li.product-category figure {
    width: 100%;
    text-align: center;
    overflow: hidden;}

li.product-category figure img {
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

li.product-category:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }

li.product-category aside {
    width: 100%;
    height: 100%;
    float: left;
    background: url(images/shadow-01.png) no-repeat top center;
    position: absolute;
    top: 0;
    left: 0; }

li.product-category aside h2 {
    text-transform: uppercase;
    font-size: 24px !important;
    color: #ffffff;
    letter-spacing: 2px;}


.article-list3 .figure-bg figure {
    width: 200px;
    margin: 0 -200px 0 0;
    /* Additional */
    text-align: center;
    overflow: hidden;
}

.article-list2 .figure-bg .thumbnails .custom-variable .article {
    height: 65px;
}

.article-list2 .figure-bg .thumbnails .custom-variable .article img {
    height: 100%;
    width: auto;
    min-width: 100%;
    position: initial;
    -webkit-transform: initial;
    transform: initial;
}

.article-list3 .figure-bg .thumbnails {
    padding: 0 0 0 255px; }

.article-list3 .figure-bg .thumbnails ul li {
    width: 96px; }

.article-list3 .figure-bg .thumbnails ul li img {
    min-width: inherit;
    max-width: 100%;
    width: 100%;
    height: auto;
    margin: 0; }

.article-list3 .figure-bg .thumbnails .custom-variable {
    width: 96px; }

.article-list3 .figure-bg .thumbnails .custom-variable img {
    min-width: inherit;
    max-width: 100%;
    width: 100%;
    height: auto;
    margin: 0; }

.filterWrap {
    display:flex;
    flex-direction:row;
    flex-wrap:wrap;
    justify-content: space-between;
}

.filterWrap #woocommerce_layered_nav-3 {
    flex-grow:0.3;
}

.filterWrap .widget_layered_nav {
    display:flex;
    flex-direction: column;
    flex-grow:0.1;
}

.filterWrap .widget_layered_nav li {
    line-height:22px;
    padding-right:15px !important;
}

.filterWrap .widget_layered_nav a {
    text-decoration:none;
    color:#000;
    font-family:'AvenirNextLTPro-Cn', "poppinssemibold", Arial, Helvetica, sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    font-size:14px;
    line-height:15px;
}

.filterWrap .widget_layered_nav a:hover {
    color:#f62b00;
}

.filterWrap .widget_layered_nav .count {
    display:none;
}

.filterWrap .woocommerce-widget-layered-nav-list {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    max-height: 180px;
}

@media only screen and (max-width: 1200px) {
    .woocommerce-widget-layered-nav {
        max-width:33%;
        width:100%;
        flex-grow:0 !important;
    }
    .woocommerce-widget-layered-nav .widget-title {
        padding-bottom:5px;
    }

    .filterWrap .woocommerce-widget-layered-nav-list {
        max-height:200px;
        margin-bottom:20px;
    }
}

@media only screen and (max-width: 930px) {
    .woocommerce-widget-layered-nav {
        max-width: 50%;
    }
}

@media only screen and (max-width: 600px) {
    .filterWrap .woocommerce-widget-layered-nav-list {
        max-height:100%;
        margin-bottom:20px;
    }   
}

@media only screen and (max-width: 767px) {
    .article-list3 .figure-bg figure {
        width: 100%;
        margin: 0 0 15px 0;
    }

    .article-list3 .figure-bg .thumbnails {
        padding: 0; }

    .article-list3 .figure-bg .thumbnails ul li {
        width: 55px; }

    .article-list2 .figure-bg .thumbnails .custom-variable {
        width: 55px; }
    li.product-category figure {
        /*width:48%;*/
    }
    li.product-category aside h2 {
        font-size:24px !important;
    }
    .woocommerce ul.products li.product,
    .woocommerce-page ul.products li.product {
        width: 100%;
        float: none;
        clear: both;
        margin: 0 0 30px 0;
    }
}

/*
 11.) Projects
----------------------------------------*/
.article-list4 {
    width: 100%;
    height:100%;
    float: left;
    min-height:500px;
}
.projects{
    margin: 0 0 1em;
    padding: 0;
    list-style: none outside;
    clear: both;
}

li.project-category {
    float:left;
    margin: 0 2.9% 34px 0;
    padding: 0;
    width: 22.05%;
    position: relative;
}

li.project-category a{
    text-decoration: none;
    text-align: center;
}

li.project-category figure {
    width: 100%;
    text-align: center;
    overflow: hidden;}

li.project-category figure img {
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

li.project-category:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }

li.project-category aside {
    width: 100%;
    height: 100%;
    float: left;
    background: url(images/shadow-01.png) no-repeat top center;
    position: absolute;
    top: 0;
    left: 0;
}

li.project-category aside h2 {
    text-transform: uppercase;
    font-size: 24px !important;
    color: #ffffff;
    letter-spacing: 2px;
}

@media only screen and (max-width: 979px) {
    li.project-category {
        width: 46%;
        float: left;
        margin: 0 26px 26px 0;
        position:relative;
    }
}
@media only screen and (max-width: 767px) {
    li.project-category aside h2 {
        font-size:24px !important;
    }
    li.project-category {
        width:100%;
        max-width: 400px;
        min-height: 300px;
        float: none;
        clear: both;
        margin: 0 0 30px 0;
        position:relative;
    }


}


/* 
10.) Single - Product
----------------------------------------*/
/* Slide - Gallery */
.slide-gallery {
    width: 100%;
    float: left;
    position: relative;
    background: #f8f8f8;
    padding:40px 0; }

.slide-gallery .slider-bg {
    width: 100%;
    float: left;
    position: relative;
    margin: 0 0 12px 0; }

.slide-gallery .slider-bg figure {
    width: 100%;
    float: left;
    text-align: center;
    overflow: hidden;
    position: relative;
    height: 650px;
}

.slide-gallery .slider-bg figure img {
    width: 100%;
    object-fit: cover;
    margin: 0;
    height: 100%;
    transform: translate(0,0);
    top: 0;
    left: 0;
    position: static;
    max-width: 100%;
    max-height: 100%;
    min-width: 0;
}

.slide-gallery .slider-bg ul {
    width: 100%;
    float: left; }

.slide-gallery .slider-bg ul li {
    width: 100%;
    float: left; }

.slide-gallery .flex-direction-nav {
    margin: -19px 0 0 0; }

.slide-gallery .flex-direction-nav a {
    width: 37px;
    height: 37px;
    line-height: 33px; }

.slide-gallery .flex-direction-nav a:before {
    font-size: 23px; }

.slide-gallery .flex-direction-nav .flex-prev {
    left: 22px; }

.slide-gallery .flex-direction-nav .flex-next {
    right: 22px; }

.slide-gallery .flex-control-nav {
    margin: 10px 0 0 0;
    display: none; }

@media only screen and (max-width: 979px) {
    .slide-gallery .slider-bg figure{
        height: 450px;
    }
    .slide-gallery .slider-bg figure img {
        min-width: 900px;
        margin: 0 -450px; }

    .slide-gallery .flex-direction-nav {
        margin: -16px 0 0 0; }

    .slide-gallery .flex-direction-nav a {
        width: 32px;
        height: 32px;
        line-height: 28px; }

    .slide-gallery .flex-direction-nav a:before {
        font-size: 18px; } }
@media only screen and (max-width: 767px) {
    .slide-gallery .slider-bg figure img {
        min-width: 600px;
        margin: 0 -300px; }

    .slide-gallery .flex-direction-nav {
        margin: -14px 0 0 0;
        display: block; }

    .slide-gallery .flex-direction-nav a {
        width: 28px;
        height: 28px;
        line-height: 24px; }

    .slide-gallery .flex-direction-nav a:before {
        font-size: 16px; }

    .slide-gallery .flex-direction-nav .flex-prev {
        left: 10px; }

    .slide-gallery .flex-direction-nav .flex-next {
        right: 10px; } }
/* Slide - Thumbnails */
.slide-thumbnails {
    width: 100%;
    float: left;
    text-align: center;
    line-height: 0;
    position: relative; }

.slide-thumbnails .thumb {
    width: 100%;
    float: left;
    padding: 0; }

.slide-thumbnails .thumb ul {
    width: 100% !important;
    transition-duration: 0 !important;
    transform: none !important;
    float: left;
    text-align: center;
    padding: 2px;
    margin: 0; }

.slide-thumbnails .thumb ul li {
    width: 72px !important;
    float: none !important;
    display: inline-block !important;
    vertical-align: top !important;
    text-align: center;
    overflow: hidden;
    background: #000;
    cursor: pointer;
    margin: 3px; }

.slide-thumbnails .thumb ul li figure {
    width: 150px !important;
    float: left;
    text-align: center;
    overflow: hidden;
    margin: 0 -75px; }

.slide-thumbnails .thumb ul li img {
    width: 150px !important;
    height: 72px !important;
    display: inline-block;
    vertical-align: middle;
    margin: 0; }

.slide-thumbnails .thumb ul li.flex-active-slide {
    cursor: default;
    pointer-events: none; }

.slide-thumbnails .thumb ul li.flex-active-slide img {
    opacity: 0.30; }

.slide-thumbnails .flex-direction-nav {
    display: none; }

@media only screen and (max-width: 479px) {
    .slide-thumbnails .thumb {
        margin: 0; } }
/* Ceramics - Info */
.ceramics-info {
    width: 100%;
    float: left;
    background: #f8f8f8;
    padding: 0 0 50px 0; }

/* Ceramics - Details */
.ceramics-details {
    width: 100%;
    float: left;
    padding: 0 0 50px 0; }

.ceramics-details h4 {
    font-family: 'AvenirNextLTPro-Cn', "latobold", Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    color: #666666;
    padding: 0 0 35px 0; }

.ceramics-details h4 > span{padding-bottom: 10px; display: inline-block;}

.ceramics-details p {
    font-size: 16px; }

.ceramics-details p.download-txt {
    font-family: 'AvenirNextLTPro-Cn', "poppinsregular", Arial, Helvetica, sans-serif;
    color: #888888; }

.ceramics-details p.download-txt a {
    color: #000000;
    text-decoration: none; }

.ceramics-details p.download-txt a:hover {
    color: #e21b1b;
    text-decoration: underline; }

.ceramics-details p.download-txt img {
    margin: 0 10px 0 0;
}

@media only screen and (max-width: 767px) {
    .ceramics-info .right-col-sml {
        max-width: 100%; }

    .ceramics-details {
        padding: 0 0 35px 0; }

    .ceramics-details h4 {
        padding: 0 0 20px 0; }

    .ceramics-details p {
        font-size: 15px; } }
/* Feature - List */
.feature-list {
    width: 100%;
    float: left;
    text-align: center;
    /*border-top: 1px solid #d7d7d7;*/
    background: #f8f8f8;
    padding: 0 0 40px 0; }

.feature-list.last {
    padding: 0 0 70px 0; }

.feature-list h3 {
    font-size: 18px;
    text-transform: uppercase;
    padding: 40px 0 30px 0; border-top: solid 2px #C7081D;}

.feature-list h4 {
    font-family: 'AvenirNextLTPro-Cn', "latoregular", Arial, Helvetica, sans-serif;
    font-size: 13px;
    text-transform: uppercase;
    color: #666666;
    padding: 0; }

.feature-list figure {
    width: 100%;
    float: left;
    text-align: center;
    overflow: hidden;
    margin: 0 0 10px 0;

    position: relative;
    height: 181px;
}

.feature-list figure img {
    width: 100%;

    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(55%);
    transform: translateY(-50%);
}

.feature-list article {
    width: 22.15%;
    float: none;
    display: inline-block;
    vertical-align: top;
    margin: 0 1.1% 30px 1.1%; }

.feature-list article a:hover h4 {
    color: #e21b1b; }

.feature-list article a {
    text-decoration: none; }

.feature-list .article-bg {
    width: 104%;
    float: left;
    margin: 0 -2% -30px -2%; }

@media only screen and (max-width: 979px) {
    .feature-list article {
        width: 29.3%;
        margin: 0 1.8% 30px 1.8%; }

    .feature-list .article-bg {
        margin: 0 -2% -30px -2%; } }
@media only screen and (max-width: 767px) {
    .feature-list article {
        width: 46%;
        margin: 0 1.8% 25px 1.8%; }

    .feature-list .article-bg {
        margin: 0 -2% -25px -2%; } }
@media only screen and (max-width: 639px) {
    .feature-list article {
        width: 100%;
        max-width: 280px;
        margin: 0 0 20px 0; }

    .feature-list .article-bg {
        width: 100%;
        margin: 0 0 -20px 0; } }
/* 
12.) Inspiration Bathroom
----------------------------------------*/
/*  Gallery Popup */
.single-post-gallery {
    width: 100%;
    float: left;
    position: relative;
    overflow: hidden; }

.single-post-gallery .article {
    width: 10.80%;
    float: left;
    text-align: center;
    overflow: hidden;
    padding: 0;
    margin: 1px; }

.single-post-gallery .article a {
    width: 100%;
    float: left;
    overflow: hidden;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
    position: relative; }

.single-post-gallery .article a:before {
    content: "";
    width: 100%;
    height: 100%;
    float: left;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10; }

.single-post-gallery .article a:hover {
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none; }

.single-post-gallery .article:hover a:before {
    background: rgba(0, 0, 0, 0.5); }

.single-post-gallery .article img {
    width: 100%;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }

.single-post-gallery .article:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }

.single-post-gallery .glr-images {
    width: 100%;
    float: left;
    text-align: center; }

@media only screen and (max-width: 767px) {
    .single-post-gallery .article {
        width: 19.20%; } }
/* Grid - View */
#tiles {
    width: 101%;
    float: left;
    list-style-type: none;
    position: relative;
    padding: 0;
    margin: 0; }

#tiles article.inactive {
    visibility: hidden;
    opacity: 0; }

#tiles article {
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out; }

/*
13.) Blog
----------------------------------------*/
/* Blog - List */
.blog-list {
    width: 100%;
    float: left; }

.blog-list figure {
    width: 100%;
    float: left;
    text-align: center;
    overflow: hidden;

    height: 245px;
    position: relative;
}

.blog-list figure img {
    width: 100%;

    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(55%);
    transform: translateY(-50%);
}

.blog-list aside {
    width: 100%;
    float: left;
    text-align: left;
    border: 1px solid #ebebeb;
    border-top: none;
    border-bottom: none;
    padding: 33px 30px 10px 30px; }

.blog-list aside h3 {
    font-family: 'AvenirNextLTPro-Cn', "poppinsbold", Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #2f302f;
    letter-spacing: 0.01em;
    padding: 0 0 5px 0; }

.blog-list aside h3 a {
    color: #2f302f;
    text-decoration: none; }

.blog-list aside h3 a:hover {
    color: #e21b1b; }

.blog-list aside p {
    color: #666666;
    padding: 0; }

.blog-list aside .date {
    color: #888888;
    padding: 0 0 8px 0; }

.blog-list .read-more {
    width: 100%;
    float: left;
    font-family: 'AvenirNextLTPro-Cn', "poppinsmedium", Arial, Helvetica, sans-serif;
    font-weight: 500;
    font-size: 14px;
    color: #000000;
    text-transform: uppercase;
    text-align: center;
    border: 1px solid #ebebeb;
    line-height: 14px;
    padding: 15px 20px; }

.blog-list article {
    width: 48%;
    float: left;
    background: #ffffff;
    margin: 0 0 30px 0; }

.blog-list article:nth-child(even) {
    float: right; }

.blog-list article a {
    width: 100%;
    float: left; }

.blog-list article a:hover .read-more {
    color: #ffffff;
    background: #e21b1b; }

.blog-list .article-bg {
    width: 100%;
    float: left;
    margin: 0 0 -30px 0; }

@media only screen and (max-width: 979px) {
    .blog-list aside {
        padding: 25px 20px 10px 20px; }

    .blog-list aside h3 {
        font-size: 16px; }

    .blog-list .read-more {
        padding: 12px 15px; }

    .blog-list article {
        width: 47.8%;
        margin: 0 0 24px 0; }

    .blog-list .article-bg {
        margin: 0 0 -24px 0; } }
@media only screen and (max-width: 639px) {
    .blog-list {
        text-align: center; }

    .blog-list article {
        width: 100%;
        max-width: 370px;
        float: none;
        display: inline-block;
        vertical-align: top; }

    .blog-list article:nth-child(even) {
        float: none; }

    .blog-list aside {
        height: auto !important; } }
/* 
 14.) Blog Post
----------------------------------------*/
/* Blog - Details */
.blog-details {
    width: 100%;
    float: left;
    padding: 0 35px 0 0; }

.blog-details figure {
    width: 100%;
    float: left;
    text-align: center;
    overflow: hidden;
    margin: 0 0 25px 0; }

.blog-details figure img {
    width: 100%; }

.blog-details p a {
    color: #555555; }

.blog-details p a:hover {
    color: #e21b1b; }

.blog-details .single-post-gallery .article {
    width: 15.90%; }

@media only screen and (max-width: 979px) {
    .blog-details {
        padding: 0; } }
@media only screen and (max-width: 767px) {
    .blog-details .single-post-gallery .article {
        width: 24%; } }
/* Right - Side - Bar */
.right-side-bar {
    width: 100%;
    float: left;
    background: #ffffff;
    padding: 15px 15px 55px 15px; }

.right-side-bar figure {
    width: 100%;
    float: left;
    text-align: center;
    overflow: hidden; }

.right-side-bar figure img {
    width: 100%; }

.right-side-bar aside {
    width: 100%;
    float: left;
    text-align: center;
    padding: 0 0 75px 0; }

.right-side-bar aside:last-child {
    padding: 0; }

.right-side-bar aside h3 {
    font-family: 'AvenirNextLTPro-Cn', "poppinsbold", Arial, Helvetica, sans-serif;
    font-weight: 700;
    color: #2f302f;
    text-transform: uppercase;
    padding: 0 0 52px 0; }

.right-side-bar aside ul {
    width: 100%;
    float: left; }

.right-side-bar aside ul li {
    width: 100%;
    float: left;
    font-family: 'AvenirNextLTPro-Cn', "poppinsregular", Arial, Helvetica, sans-serif;
    font-size: 18px;
    line-height: 21px;
    padding: 0 0 18px 0; }

.right-side-bar aside ul li a {
    color: #2f302f;
    text-decoration: none; }

.right-side-bar aside ul li a:hover {
    color: #e21b1b; }

.right-side-bar aside ul li:last-child {
    padding: 0; }

.right-side-bar .arrivals {
    width: 100%;
    height: 100%;
    float: right;
    text-align: right;
    background: url(images/shadow-02.png) no-repeat bottom right;
    background-size: 100% auto;
    position: absolute;
    bottom: 0;
    right: 0; }

.right-side-bar .arrivals h3 {
    font-family: 'AvenirNextLTPro-Cn', "poppinsbold", Arial, Helvetica, sans-serif;
    font-weight: 700;
    font-size: 28px;
    color: #ffffff;
    text-transform: uppercase;
    padding: 0 0 10px 0; }

.right-side-bar .arrivals p {
    font-size: 13px;
    color: #ffffff;
    text-transform: uppercase;
    line-height: 15px; }

.right-side-bar .arrivals .txt {
    width: 100%;
    float: left;
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 30px 25px; }

.right-side-bar .advertisement {
    width: 100%;
    float: left;
    position: relative;
    margin: 0 0 65px 0; }

.right-side-bar .advertisement a:hover .arrivals {
    background: url(images/shadow-03.png) no-repeat bottom right;
    background-size: 100% auto; }

.right-side-bar .btn {
    width: 100%;
    background: #f62b00;
    padding: 0; }

.right-side-bar .btn:hover,
.right-side-bar .btn:focus,
.right-side-bar .btn:active,
.right-side-bar .btn:active:focus,
.right-side-bar .btn.active:focus {
    background: #e21b1b; }

.right-side-bar .btn-out {
    padding: 0 12px; }

@media only screen and (max-width: 1199px) {
    .right-side-bar .arrivals .txt {
        padding: 25px 20px; } }
@media only screen and (max-width: 979px) {
    .right-side-bar {
        padding: 12px 12px 40px 12px; }

    .right-side-bar aside {
        padding: 0 0 60px 0; }

    .right-side-bar aside h3 {
        font-size: 18px;
        padding: 0 0 40px 0; }

    .right-side-bar aside ul li {
        font-size: 16px;
        line-height: 18px;
        padding: 0 0 15px 0; }

    .right-side-bar .arrivals h3 {
        font-size: 23px; }

    .right-side-bar .arrivals p {
        font-size: 12px; }

    .right-side-bar .arrivals .txt {
        padding: 20px 15px; }

    .right-side-bar .advertisement {
        margin: 0 0 45px 0; }

    .right-side-bar .btn-out {
        padding: 0 5px; } }
/*
 15) Contact Us
----------------------------------------*/
.form-block-out {
    width: 100%;
    float: left;
    /* padding: 0 30px; */ }

.form-block {
    width: 57.65%;
    float: left; }

.form-block h4 {
    width: 100%;
    float: left;
    font-family: 'AvenirNextLTPro-Cn', "poppinsmedium", Arial, Helvetica, sans-serif;
    font-weight: 500;
    text-align: center;
    padding: 0 0 28px 0;
    margin: 0 0 30px 0;
    position: relative; }

.form-block h4:before {
    content: "";
    width: 120px;
    height: 2px;
    float: left;
    background: #f8f8f8;
    margin: 0 0 0 -60px;
    position: absolute;
    left: 50%;
    bottom: 0; }

.form-block ul {
    width: 100%;
    float: left;
    padding: 0 0 4px 0; }

.form-block ul li {
    width: 100%;
    float: left;
    padding: 0 0 20px 0;
    margin: 0; }

.form-block .btn {
    width: 250px;
    height: 45px;
    line-height: 45px;
    background: #f62b00;
    padding: 0; }

.form-block .btn:hover,
.form-block .btn:focus,
.form-block .btn:active,
.form-block .btn:active:focus,
.form-block .btn.active:focus {
    background: #e31b1b; }

.form-block .btn-out {
    width: 100%;
    float: left;
    text-align: center; }

.form-block ul,
.form-block ul li,
.form-block .ginput_container,
.form-block .name_first,
.form-block .name_last {
    width: 100% !important;
    float: left !important;
    clear: none !important;
    height: auto !important;
    padding: 0 !important;
    margin: 0 !important; }

.form-block ul {
    padding: 0 0 4px 0 !important;
    margin: 0 !important; }

.form-block ul li {
    padding: 0 0 20px 0 !important;
    margin: 0 !important; }

.form-block ul li:nth-child(2) {
    width: 48.43% !important; }

.form-block ul li:nth-child(3) {
    width: 48.43% !important;
    float: right !important; }

.form-block .name_first {
    margin: 0 0 20px 0 !important; }

.form-block ul li:before {
    display: none; }

.form-block ul li:last-child {
    margin: 0 !important; }

.form-block ul li .captcha-box {
    border: none; }

.form-block ul li .captcha-box .captcha {
    width: 100%;
    float: left; }

.form-block ul li .captcha-box .captcha img {
    width: 100%; }

.form-block .button {
    width: 250px !important;
    height: 45px !important;
    line-height: 45px !important; }

.form-block .gform_confirmation_message {
    color: #f62b00; }

.form-block .gform_wrapper {
    padding: 0 !important;
    margin: 0 !important; }

.form-block .gform_wrapper .gform_anchor {
    display: none !important; }

.form-block .gform_wrapper .gform_body {
    width: 100%;
    padding: 0 !important;
    margin: 0 !important; }

.form-block .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container,
.form-block .gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label {
    margin-top: 0 !important; }

.form-block .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
    max-width: 100% !important; }

.form-block .gform_wrapper li.gfield.gfield_error {
    background: none !important;
    border: none !important;
    padding: 0 !important;
    margin: 0 !important; }

.form-block .gform_wrapper .gform_footer {
    text-align: center;
    padding: 0 !important;
    margin: 0 !important; }

.form-block .gform_wrapper div.validation_error {
    display: none !important; }

.form-block .gform_wrapper.gfield_error {
    max-width: 100% !important;
    width: 100% !important;
    padding: 0 !important;
    margin: 0 !important; }

.form-block .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description {
    max-width: 100%;
    padding-right: 0 !important; }

.form-block .gform_wrapper .field_description_below .gfield_description {
    padding-top: 0 !important; }

.form-block2 ul li:nth-child(2) {
    width: 100% !important; }

.form-block2 ul li:nth-child(3) {
    width: 48.43% !important;
    float: left !important; }

.form-block2 ul li:nth-child(4) {
    width: 48.43% !important;
    float: right !important; }

@media only screen and (max-width: 979px) {
    .form-block-out {
        padding: 0; }

    .form-block {
        width: 100%;
        padding: 0 0 60px 0; }

    .form-block:last-child {
        padding-bottom: 0; } }
@media only screen and (max-width: 767px) {
    .form-block h4 {
        padding: 0 0 23px 0;
        margin: 0 0 25px 0; }

    .form-block h4:before {
        width: 100px;
        margin: 0 0 0 -50px; }

    .form-block .btn {
        width: 200px;
        height: 40px;
        line-height: 40px; } }
@media only screen and (max-width: 639px) {
    .form-block ul li:nth-child(2) {
        width: 100% !important; }

    .form-block ul li:nth-child(3) {
        width: 100% !important;
        float: left !important; }

    .form-block ul li:nth-child(4) {
        width: 100% !important;
        float: left !important; } }
/* Sb - Cont */
.sb-cont {
    width: 36%;
    float: right; }

.sb-cont aside {
    width: 100%;
    float: left;
    padding: 0 0 38px 0; }

.sb-cont aside h4 {
    font-family: 'AvenirNextLTPro-Cn', "poppinsmedium", Arial, Helvetica, sans-serif;
    font-weight: 500;
    text-transform: uppercase; }

.sb-cont aside p {
    font-size: 16px;
    color: #555555; }

.sb-cont aside p a {
    color: #555555;
    text-decoration: none; }

.sb-cont aside p a:hover {
    color: #e21b1b;
    text-decoration: underline; }

.sb-cont aside:last-child {
    padding-bottom: 0; }

@media only screen and (max-width: 979px) {
    .sb-cont {
        width: 100%; }

    .sb-cont aside {
        padding: 0 0 30px 0; } }
/* Map */
.map {
    width: 100%;
    float: left;
    text-align: center;
    overflow: hidden; }

/* Project - Single */
.project-single {
    width: 100%;
    float: left;
    background: #f8f8f8;
    padding: 0 0 60px 0; }

.project-single p {
    color: #888888;
    line-height: 24px;
    padding: 0 0 5px 0;
    margin: 0; }

.project-single p strong {
    color: #333333; }

.project-single p:last-child {
    padding-bottom: 0; }

.project-single p a {
    color: #f62b00; }

.project-single p a:hover {
    color: #e21b1b; }

.project-single p a.active {
    color: #e21b1b; }

@media only screen and (max-width: 767px) {
    .project-single {
        padding: 0 0 40px 0; }

    .project-single p {
        line-height: 20px;
        padding: 0 0 8px 0; } }
/*= #Fancybox
=======================================================*/
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
    padding: 0;
    margin: 0;
    border: 0;
    outline: none;
    vertical-align: top; }

.fancybox-wrap {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8020; }

.fancybox-skin {
    position: relative;
    background: #f9f9f9;
    color: #444;
    text-shadow: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px; }

.fancybox-opened {
    z-index: 8030; }

.fancybox-opened .fancybox-skin {
    -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5); }

.fancybox-outer, .fancybox-inner {
    position: relative; }

.fancybox-inner {
    overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
    -webkit-overflow-scrolling: touch; }

.fancybox-error {
    color: #444;
    font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
    margin: 0;
    padding: 15px;
    white-space: nowrap; }

.fancybox-image, .fancybox-iframe {
    display: block;
    width: 100%;
    height: 100%; }

.fancybox-image {
    max-width: 100%;
    max-height: 100%; }

.single .fancybox-image, .single .fancybox-inner, .single .fancybox-outer, .single .fancybox-skin, .single .fancybox-wrap {
    width: auto !important;
    height: 537px !important;
    max-width: initial;
    max-height: initial;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url("images/fancybox_sprite.png"); }

#fancybox-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -22px;
    margin-left: -22px;
    background-position: 0 -108px;
    opacity: 0.8;
    cursor: pointer;
    z-index: 8060; }

#fancybox-loading div {
    width: 44px;
    height: 44px;
    background: url("images/fancybox_loading.gif") center center no-repeat; }

.fancybox-close {
    position: absolute;
    top: -18px;
    right: -18px;
    width: 36px;
    height: 36px;
    float: right;
    background: #e21b1b;
    border-radius: 36px;
    cursor: pointer;
    z-index: 8040; }

.fancybox-close:before {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    float: left;
    content: "\f00d";
    font-family: "FontAwesome";
    font-size: 18px;
    color: #ffffff;
    text-align: center;
    line-height: 36px; }

.fancybox-nav {
    position: absolute;
    top: 0;
    width: 40%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
    z-index: 8040; }

.fancybox-prev {
    left: 0; }

.fancybox-next {
    right: 0; }

.fancybox-nav span {
    position: absolute;
    top: 50%;
    width: 36px;
    height: 36px;
    float: left;
    background: none;
    border: 1px solid #ffffff;
    border-radius: 36px;
    margin-top: -18px;
    cursor: pointer;
    z-index: 8040; }

.fancybox-nav span:hover {
    background: #ffffff; }

.fancybox-nav span:before {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    float: left;
    font-family: "FontAwesome";
    font-size: 23px;
    color: #ffffff;
    text-align: center;
    line-height: 36px; }

.fancybox-nav span:hover:before {
    color: #333333; }

.fancybox-prev span {
    left: 20px; }

.fancybox-prev span:before {
    content: "\f104"; }

.fancybox-next span {
    right: 20px; }

.fancybox-next span:before {
    content: "\f105"; }

.fancybox-tmp {
    position: absolute;
    top: -99999px;
    left: -99999px;
    visibility: hidden;
    max-width: 99999px;
    max-height: 99999px;
    overflow: visible !important; }

/* Overlay helper */
.fancybox-lock {
    overflow: hidden !important;
    width: auto; }

.fancybox-lock body {
    overflow: hidden !important; }

.fancybox-lock-test {
    overflow-y: hidden !important; }

.fancybox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
    z-index: 8010;
    background: rgba(0, 0, 0, 0.9); }

.fancybox-overlay-fixed {
    position: fixed;
    bottom: 0;
    right: 0; }

.fancybox-lock .fancybox-overlay {
    overflow: auto;
    overflow-y: scroll; }

/* Title helper */
.fancybox-title {
    visibility: hidden;
    font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
    position: relative;
    text-shadow: none;
    z-index: 8050; }

.fancybox-opened .fancybox-title {
    visibility: visible; }

.fancybox-title-float-wrap {
    position: absolute;
    bottom: 0;
    right: 50%;
    margin-bottom: -35px;
    z-index: 8050;
    text-align: center; }

.fancybox-title-float-wrap .child {
    display: inline-block;
    margin-right: -100%;
    padding: 2px 20px;
    background: transparent;
    /* Fallback for web browsers that doesn't support RGBa */
    background: rgba(0, 0, 0, 0.8);
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    text-shadow: 0 1px 2px #222;
    color: #FFF;
    font-weight: bold;
    line-height: 24px;
    white-space: nowrap; }

.fancybox-title-outside-wrap {
    position: relative;
    margin-top: 10px;
    color: #fff; }

.fancybox-title-inside-wrap {
    padding-top: 10px; }

.fancybox-title-over-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 10px;
    background: #000;
    background: rgba(0, 0, 0, 0.8); }

/* Thumbs */
#fancybox-thumbs {
    position: fixed;
    left: 0;
    width: 100%;
    overflow: hidden;
    z-index: 8050; }

#fancybox-thumbs.bottom {
    bottom: 2px; }

#fancybox-thumbs.top {
    top: 2px; }

#fancybox-thumbs ul {
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0; }

#fancybox-thumbs ul li {
    float: left;
    padding: 1px;
    opacity: 0.5; }

#fancybox-thumbs ul li.active {
    opacity: 0.75;
    padding: 0;
    border: 1px solid #fff; }

#fancybox-thumbs ul li:hover {
    opacity: 1; }

#fancybox-thumbs ul li a {
    display: block;
    position: relative;
    overflow: hidden;
    border: 1px solid #222;
    background: #111;
    outline: none; }

#fancybox-thumbs ul li img {
    display: block;
    position: relative;
    border: 0;
    padding: 0;
    max-width: none; }

#fancybox-thumbs *,
#fancybox-thumbs *:before,
#fancybox-thumbs *:after {
    -webkit-box-sizing: content-box !important;
    -moz-box-sizing: content-box !important;
    box-sizing: content-box !important; }

@media only screen and (max-width: 979px) {
    .fancybox-close {
        top: -13px;
        right: -13px;
        width: 26px;
        height: 26px; }

    .fancybox-close:before {
        font-size: 14px;
        line-height: 26px; }

    .fancybox-nav span {
        width: 26px;
        height: 26px;
        margin-top: -13px; }

    .fancybox-nav span:before {
        font-size: 18px;
        line-height: 26px; }

    .fancybox-prev span {
        left: 10px; }

    .fancybox-next span {
        right: 10px; } }
/* Google Custom Maps */
.acf-map {
    width: 100%;
    height: 400px; }

@media only screen and (max-width: 767px) {
    .acf-map {
        height: 280px; } }
/* Woocommerce -  Custom Code */
.woocommerce-bg {
    width: 100%;
    float: left;
    background: #f8f8f8; }

.container .woocommerce-bg {
    background: none; }

.container .woocommerce-bg .container {
    padding: 0; }

.woocommerce .woocommerce-error,
.woocommerce .woocommerce-info,
.woocommerce .woocommerce-message {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    background: #dddddd;
    border-color: #f62b00;
    padding: 1em 2em 1em 3.5em !important;
    margin: 0 0 30px 0 !important; }

.woocommerce .woocommerce-info::before {
    color: #f62b00; }

.woocommerce .woocommerce-message::before {
    color: #f62b00; }

.woocommerce .woocommerce-info a {
    color: #f62b00;
    text-decoration: underline; }

.woocommerce .woocommerce-info a:hover {
    color: #e21b1b; }

.woocommerce .woocommerce-message .button,
.woocommerce .woocommerce_info .button {
    white-space: normal !important;
    height: auto !important;
    font-family: 'AvenirNextLTPro-Cn', "poppinsmedium", Arial, Helvetica, sans-serif !important;
    font-weight: 500;
    font-size: 14px !important;
    color: #ffffff !important;
    line-height: 1.2em !important;
    letter-spacing: 0.04em !important;
    background: #e21b1b !important;
    margin: 0 0 0 20px;
    padding-top: 12px !important;
    padding-bottom: 10px !important; }

.woocommerce .woocommerce-message .button:after,
.woocommerce .woocommerce_info .button:after {
    top: 42%;
    line-height: 1.2em;
    margin-top: -3px; }

@media only screen and (max-width: 559px) {
    .woocommerce .woocommerce-message .button,
    .woocommerce .woocommerce-info .button {
        width: 100%;
        margin: 0 0 10px 0 !important; } }
@media only screen and (max-width: 479px) {
    .woocommerce .woocommerce-info a {
        width: 100%;
        float: left; } }
.sitemap-pages .page_item_has_children .children {
    padding: 0 0 0 30px; }

.nav-bar .search-area {
    position: absolute;
    right: 5px;
    top: 0; }
.nav-bar .search-area a {
    color: #333333; }
.nav-bar .search-area a:hover {
    color: #f62b00; }
.nav-bar .search-area .searchform {
    position: absolute;
    top: 100%;
    width: 240px;
    right: 0;
    display: none; }
.nav-bar .search-area .searchform.active {
    display: block; }
.nav-bar .search-area .search-btn {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 50px;
    font-size: 14px;
    color: #000000;
    line-height: 18px;
    outline: none;
    border: none;
    background: none;
    cursor: pointer;
    padding: 0;
    margin: 0; }

.search-list-item p {
    padding: 0 0 20px;
    line-height: 1.4;
    /* max-width: 730px; */ }
.search-list-item a.btn {
    line-height: 40px;
    height: 40px; }

.search-list-item .img-container {
    width: 200px;
    height: 125px;
    overflow: hidden;
    position: relative;
    margin-right: 20px;
}

.search-list-item .img-container img {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(55%);
    transform: translateY(-50%);
}

/*# sourceMappingURL=style.css.map */


/* Fixer CSS */
.blog-details figure img {
    width: auto; }

#pagination {
    margin: 40px 0 0;
    float: left;
}

#pagination .navigation li a,
#pagination .navigation li a:hover,
#pagination .navigation li.active a,
#pagination .navigation li.disabled {
    color: #fff;
    text-decoration:none;
    margin-right: 3px;
}

#pagination .navigation li {
    display: inline;
}

#pagination .navigation li a,
#pagination .navigation li a:hover,
#pagination .navigation li.active a,
#pagination .navigation li.disabled {
    background-color: #f62b00;
    border-radius: 3px;
    cursor: pointer;
    padding: 12px;
    padding: 0.75rem;
}

#pagination .navigation li a:hover,
#pagination .navigation li.active a {
    background-color: #e21b1b;
}

#gform_fields_2 li:nth-child(3) {
    width: 100% !important; }

#gform_fields_2 li:nth-child(4) {
    width: 100% !important;
    float: left !important; }


.ceramics-details strong {
    font-weight: 600;
}
.single-product .article-list .article figure a {display:block !important;}


@media screen and (max-width:979px) {
    .nav-bar nav ul li.menu-item-has-children .tooglebtn {}
    .nav-bar nav ul li.menu-item-has-children .tooglebtn:after{
        display: inline-block;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "\f067";
        position: absolute;
        right: 25px;
        width:20px;
        height:20px;
        font-size: 17px;
        top: 8px;
    }
    .nav-bar nav ul li.menu-item-has-children .tooglebtn.active:after {
        content: "\f068";
    }
    .nav-bar nav ul li ul li .tooglebtn {display:none;}
    .nav-bar nav ul li ul.sub-menu {display:none !important;}
    .nav-bar nav ul li ul.sub-menu.open {display: block !important;}
    .nav-bar nav ul li.menu-item-has-children .tooglebtn {
        position: absolute;
        width: 20px;
        height: 20px;
        font-size: 17px;
        top: 8px;
        cursor:pointer;
    }
}


.nav-bar .search-area {
    position: absolute;
    right: 5px;
    top: 0;
}

.nav-bar .search-area a {
    color: #333333;
}

.nav-bar .search-area a:hover {
    color: #f62b00;
}

.nav-bar .search-area .searchform {
    position: absolute;
    top: 100%;
    width: 240px;
    right: 0;
    display: none;
}

.nav-bar .search-area .searchform.active {
    display: block;
}

.nav-bar .search-area .search-btn {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 50px;
    font-size: 14px;
    color: #000000;
    line-height: 18px;
    outline: none;
    border: none;
    background: none;
    cursor: pointer;
    padding: 0;
    margin: 0;
}

.search-list-item p {
    padding: 0 0 20px;
    line-height: 1.4;
    max-width: 730px;
}

.search-list-item a.btn {
    line-height: 40px;
    height: 40px;
}

/* QA 3/3/2020 */

.banner-cont > .container{
    overflow: hidden;
    padding: 0 60px;
}
@media (max-width: 425px){
    .banner-cont > .container{
        padding: 0 30px;
    }
}

@media (min-width: 980px) and (max-width: 1199px){
    .top-bar .logo{
        top: -8px;
    }
    .nav-bar nav ul li{
        margin: 0 15px 0 0;
    }
}

@media (min-width: 426px) and (max-width: 768px){
    .top-bar .logo{
        top: -8px;
    }
}
@media (max-width: 425px){
    .header-main .top-bar .logo{
        width: 200px;
        top: -4px;
    }
    .top-bar .shopping-cart{
        margin: 0 50px 0 0;
    }
}

.single-product .article-list .article figure a:before {
    content: "";
    padding-top: 200%;
    display: block;
}
.single-product .article-list .article figure a img {
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(0,0);
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.top-bar .logo {
    width: 250px;
}
.article-list2 .article {
    opacity: 1 !important;
}
.pre-footer li{
    width:24%;
    float:left;
}
.footer-main{
    background:#efefef !important;
}

.footer-main h3{
    font-family: 'AvenirNextLTPro-Cn', 'Poppins', sans-serif;
    font-size:14px;
    font-weight:bold;
    padding-bottom:5px;
    padding-top:40px;
    clear:both;
}
.footer-main a{
color:#888888;
        font-family: 'AvenirNextLTPro-Cn', 'Poppins', sans-serif;
    font-size:16px;
    text-decoration:none;
    display:block;
    line-height: 24px;
}



.footer-main span{
    color:#ed1c24;
}
.footer-main p{
color:#888888;
        font-family: 'AvenirNextLTPro-Cn', 'Poppins', sans-serif;
    font-size:16px;
    text-decoration:none;
    display:block;
    line-height: 24px;
}
.social-footer a{
    display:inline-block !important;
}  

.social-footer2 a{
    display:inline-block !important;
    font: normal normal normal 14px/1 FontAwesome !important;
    font-size: 20px !important;
margin-right: 20px;
}
.footer-bottom{
    border-top:1px solid #e3e3e3;
    margin-top:30px;
}
.footer-bottom p{
    padding-top:20px;
}
.footerw-2{
    width: 22%; 
    margin-left: 35px;
}
 @media only screen and (max-width: 767px) {
.pre-footer li{
     width:48%;
    height:300px;
     }
.footerw-2{
    width: 48%; 
    margin-left: 10px;
}
}

@media only screen and (max-width: 414px) {
.pre-footer li{
     width:100%;
    height:auto;
     }
.footerw-2{
    width: 100%; 
    margin-left: 10px;
}
}

@media (max-width: 979px){
    .header-main{
        margin-top: 40px;
    }
    .header-main .search-area{
        position: absolute;
        left: 0;
        right: 0;
        top: -40px;
        height: 40px;
        background: black;
        margin: 0;
        z-index: 10;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    }
    .header-main .search-area > span{
        display: none;
    }
    .header-main .search-area #searchToggle{
        position: absolute;
        top: 8px;
        left: 15px;
    }
    .header-main .search-area #searchform{
        position: static;
        display: block;
        width: 100%;
    }
    .header-main .search-area #searchform .input{
        background: none;
        border-width: 0;
        padding-left: 40px !important;
    }
    .header-main .search-area #searchform .search-btn{
        color: red;
        border-left: 1px solid rgba(255, 255, 255, 0.2);
    }
}
/*new header*/

.top-bar{
    background:#fff !important;
}
.banner-cont .pinterest{
    display:none !important;
}
.nav-bar .contact-us p a{
    color:#000 !important;
}

.top-bar .shopping-cart {
    width: 64px;
    height: 64px;
    float: right;
    background: url(https://www.odintiles.com.au/wp-content/uploads/2020/06/basket.png) no-repeat top center !important;
    background-size: 40px !important;
    margin: -6px 12px 0 65px;
    position: relative;
}
.top-bar .shopping-cart .count{
    right:5px;
}

.nav-bar {
    background: #EFEFEF !important;
}

.menu-btn .icon-bar span::after{
    background:#000 !important;
}
.menu-btn .icon-bar span::before{
    background:#000 !important;
}
.menu-btn .icon-bar span{
    background:#000 !important;
}

@media only screen and (max-width: 979px) {
.top-bar .shopping-cart {
    background-size: 30px auto !important;
    margin: 15px 27px 0 65px;
    position: relative;
}
    
    .top-bar .logo img {
        width: 100%;
        margin-top: 20px;
    }
    .top-bar .logo {
        width: 244px;
    }
    
    .top-bar {
        height: 65px;
    }
}
@media only screen and (max-width: 450px) {
    .top-bar .logo {
    width: 180px !important;
}
    
.top-bar .shopping-cart {
    margin: 15px 27px 0 0px !important;
}
    
}
.content-inner3{
    /*background:#fff;*/
}
.nav-bar{
    background:#fff !important;
    box-shadow:none !important;
    border:0px solid #2C2D2F;
    border-left:0px;
    border-right:0px;
}
/*.page-id-21 .nav-bar{
    background:#fff !important;
    border:0px !important;
}*/

/*.page-id-17 .nav-bar{
    background:#fff !important;
    border:0px !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15) !important;
}*/

.nav-bar2{
    background:#fff !important;
}
.nav-bar2 nav ul li a{
    color:#333;
}
.nav-bar2 nav ul li.current-menu-item > a{
    color:#e21b1b;
}

.cta-list .article-bg{
    width:100% !important;
    margin:0 auto;
}
body{
    background:#fff !important;
}
.nav-bar2 nav ul li:hover > a{
    color:#e21b1b !important;
}
.content-inner3{
    background:#fff !important;
}
.slide-gallery{
    background:#fff !important;
}
.ceramics-info{
    background:#fff !important;
}
.feature-list{
    background:#fff !important;
}
.project-single{
    background:#fff !important;
}
.single-post-gallery .article a{
    pointer-events:none;
}
.slide-gallery .slider-bg figure{
    height:650px;
}



/*new-style*/


body:not(.home):not(.transparent-header):not(.page-id-22486){padding-top: 145px;}
header.header-main-row{position: fixed; top: 0; left: 0; width: 100%; z-index: 9999; padding: 20px 0; transition: 0.3s ease-in-out;}
.sticky header.header-main-row{background-color: #ffffff; box-shadow: 0 5px 16px #00000014;}
.head-inner{display: flex; align-items: center; justify-content: space-between; column-gap: 30px;}
.head-inner .head-logo a{display: block;}
.head-inner .head-logo a img{max-width: 102px;}
.head-inner .head-right{display: flex; align-items: center; justify-content: flex-end; column-gap: 30px; margin-left: auto;}
.head-inner .head-right .head-menu ul.nav-menu{display: flex; column-gap: 30px; margin-bottom: -5px;}
.head-inner .head-right .head-menu ul.nav-menu li{line-height: 1; position:relative;}
.head-inner .head-right .head-menu ul.nav-menu li a{line-height: 1; font-size: 20px; font-weight: 500; text-decoration: none; color: #000000; text-transform: uppercase;}
.head-inner .head-right .head-menu ul.nav-menu > li > a{position:relative;}
.head-inner .head-right .head-menu ul.nav-menu > li > a:before{content:''; position:absolute; left:0; top:100%; height:1px; background:#EF4949; transition:all 0.3s; width:0;}
.head-inner .head-right .head-menu ul.nav-menu > li > a:hover:before,
.head-inner .head-right .head-menu ul.nav-menu > li.current-menu-item > a:before,
.head-inner .head-right .head-menu ul.nav-menu > li.current-menu-parent > a:before,
.head-inner .head-right .head-menu ul.nav-menu > li:hover > a:before{width:100%;}
.head-inner .head-right .head-menu ul.nav-menu > li > a:hover,
.head-inner .head-right .head-menu ul > li.current-menu-item > a{color: #000000;}

.head-inner .head-right .head-menu ul.nav-menu > li > ul.sub-menu{position:absolute; left:0; top:calc(100% + 10px); opacity:0; visibility:hidden; transition:all 0.3s; padding:32px 16px 16px; z-index:1; display:flex; flex-direction:column; gap:16px; white-space:nowrap;}
.head-inner .head-right .head-menu ul.nav-menu > li > ul.sub-menu:before{z-index:-1; content:''; position:absolute; left:0; right:0; top:16px; bottom:0; background:#fff; box-shadow:0 5px 16px #00000014;}
.head-inner .head-right .head-menu ul.nav-menu > li:hover > ul.sub-menu{opacity:1; visibility:visible; top:100%;}
.head-inner .head-right .head-menu ul.nav-menu > li > ul.sub-menu > li > a:hover,
.head-inner .head-right .head-menu ul.nav-menu > li > ul.sub-menu > li.current-menu-item > a{color:#EF4949;}

.head-social ul{display: flex; gap:8px; margin: 0; padding: 0; list-style: none;}
.head-social ul li a{width: 24px; height: 24px; background-color: #020202; border-radius: 100px; display: flex; align-items: center; justify-content: center; font-size: 14px; color: #ffffff; text-decoration: none;}
.head-social ul li a i{color: #ffffff; transition: 0.3s ease-in-out;}
.head-social ul li a:hover{background-color: #C6081E;}
.head-cart ul{display: flex; gap:8px; margin: 0; padding: 0; list-style: none;}
.head-cart ul li a{width: 24px; height: 24px; background-color: #C6081E; border-radius: 100px; display: flex; align-items: center; justify-content: center; position: relative;}
.head-cart ul li a:hover{background-color: #020202;}
.head-cart ul li a .count{width: 17px; height: 17px; font-size: 10px; color: #ffffff; line-height: 17px; text-align: center; border-radius: 15px; background: #020202; position: absolute; top: -8px; right: -4px;}
.banner-main{position: relative;}
.banner-main:before{position: absolute; content: ""; background: linear-gradient(360deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.97) 60%, rgba(255, 255, 255, 0.99) 100%); opacity: 0.61; top: 0; left: 0; right: 0; width: 100%; height: 230px; z-index: 9;}


.cta-list.home-sec1{padding: 65px 0;}
.home-info{position: relative;}
.home-info a{text-decoration: none;}
.home-article-bg{display: grid; grid-template-columns: repeat(4, 1fr); gap:40px;}
.hm-info-img{position: relative; padding-bottom: 100%;}
.hm-info-img img{position: absolute; width: 100%; height: 100%; object-fit: cover; top: 0; left: 0; border-radius: 100%;}

.home-article-bg .home-info .hm-info-img{overflow:hidden; border-radius:100%;}
.home-article-bg .home-info .hm-info-img img{-webkit-transition-duration:0.3s; transition-duration:0.3s; -webkit-transition-property:transform; transition-property:transform; -webkit-transform:translateZ(0); transform:translateZ(0);}
.home-article-bg .home-info:hover .hm-info-img img{-webkit-transform: scale(1.1); transform: scale(1.1);}

.hm-info-img:before{position: absolute; content: ""; width: 100%; height: 100%; background-color: #000000; opacity: 0.44; border-radius: 100%; top: 0; left: 0; z-index: 1; transition: 0.3s ease-in-out;}
.home-info:hover .hm-info-img:before{opacity: 0.44;}
.hm-info-text{position: absolute; top: 0; left: 0; right: 0; bottom: 0; text-align: center; display: flex; align-items: center; justify-content: center; max-width: 70%; z-index: 2; margin: 0 auto;}
.hm-info-text h3{font-size: 30px; font-weight: 500; color: #ffffff; text-transform: uppercase; line-height: 1.2;}


footer.footer-main{background-color: #F5F4F1 !important; padding: 65px 0;}
.footer-top-row{display: flex; flex-wrap: wrap; justify-content: space-between;}
.footer-top-row .foot-col h3.wp-block-heading{font-size: 20px; font-weight: 500; color: #231F20; text-transform: uppercase; padding: 0 0 26px;}
.footer-top-row .foot-col ul li{padding-bottom: 10px;}
.footer-top-row .foot-col ul li,
.footer-top-row .foot-col ul li a{font-size: 19px; font-weight: 400; color: #231F20; line-height: 26px;}
.footer-top-row .foot-col ul.gc-list li a{text-decoration: underline;}
.footer-top-row .foot-col ul li a:hover{color: #C6081E;}
.footer-top-row .foot-col ul.hours span.hour-tit{display: block; color: #C6081E; text-transform: uppercase;}
.footer-top-row .foot-col ul.hours span{color: #231F20;}
.footer-top-row .foot-col ul.foot-ct li{display: flex; column-gap: 10px;}
.footer-top-row .foot-col .head-social.foot-social{margin-top: 16px;}
.footer-top-row .foot-col .head-social.foot-social ul li a{background-color: #C6081E; font-size: 14px;}
.footer-top-row .foot-col .head-social.foot-social ul li a:hover{background-color: #020202;}
.footer-top-row .foot-col .head-social.foot-social ul li{padding-bottom: 0;}
footer.footer-main .footer-bottom{display: none;}

ul.products li.product-category a figure,
ul.products li.product-category a aside{transition:all 0.3s; border-radius:100%;}
ul.projects li.project-category a figure,
ul.projects li.project-category a aside{transition:all 0.3s; border-radius:100%;}
ul.products li.product-category a:hover figure,
ul.products li.product-category a:hover aside,
ul.projects li.project-category a:hover figure,
ul.projects li.project-category a:hover aside{border-radius:100%;}


.article-list2 ul.products:has(li.product-category),
.article-list4 ul.projects:has(li.project-category){margin:0; padding:0; display:grid; grid-template-columns:repeat(4, 1fr); gap:40px;}
.article-list2 ul.products:has(li.product-category):before,
.article-list2 ul.products:has(li.product-category):after,
.article-list4 ul.projects:has(li.project-category):before,
.article-list4 ul.projects:has(li.project-category):after{display:none;}
.article-list2 ul.products li.product-category,
.article-list4 ul.projects li.project-category{padding:0; margin:0; width:100%; float:none; height:auto;}

.page-template-about-us > .container-main > .nav-bar2{display:none;}

.page-template-about-us .content-inner .left-col-sml{float:right; width:46%;}
.page-template-about-us .content-inner .left-col-sml .left-side-bar > ul{display:flex; flex-direction:column; gap:55px;}
.page-template-about-us .content-inner .left-col-sml .left-side-bar > ul > li{position:relative; padding:0 0 100%; margin:0;}
.page-template-about-us.page-id-73 .content-inner .left-col-sml .left-side-bar > ul > li:not(:last-child),
.page-template-about-us.page-id-77 .content-inner .left-col-sml .left-side-bar > ul > li:not(:first-child):not(:last-child),
.page-template-about-us.page-id-7605 .content-inner .left-col-sml .left-side-bar > ul > li:not(:first-child):not(:last-child):not(:nth-child(2)){display:none;}

.page-template-about-us.page-id-10504 .content-inner .left-col-sml .left-side-bar > ul > li:not(:first-child):not(:last-child):not(:nth-child(2)):not(:nth-child(3)):not(:nth-child(5)){display:none;}

.page-template-about-us .content-inner .left-col-sml .left-side-bar > ul > li > img{width:100%; height:100%; object-fit:cover; position:absolute; left:0; top:0; border-radius:100%;}
.page-template-about-us .content-inner .right-col-lrg{float:left; width:50%;}
.page-template-about-us .content-inner .right-col-lrg .about-info .entry-content aside{/*display:none;*/}
.page-template-about-us .content-inner .right-col-lrg .about-info .entry-content p strong{color:#000;}

.page-template-about-us.page-id-79 .content-inner .left-col-sml{width:22%;}
.page-template-about-us.page-id-79 .content-inner .left-col-sml .left-side-bar > ul{gap:0;}
.page-template-about-us.page-id-79 .content-inner .right-col-lrg{width:65%;}
.page-template-about-us.page-id-79 .content-inner .right-col-lrg .entry-content .supplier-info h4{display:none;}
.page-template-about-us.page-id-79 .content-inner .right-col-lrg .entry-content .supplier-info ul{border:none; padding:24px 0 0; margin:0; display:flex; justify-content:space-between; gap:24px;}
.page-template-about-us.page-id-79 .content-inner .right-col-lrg .entry-content .supplier-info ul li{margin:0;}

.transparent-header .container-main .banner_img{position:relative; padding:0 0 27.45%;}
.transparent-header .container-main .banner_img:before{position: absolute; content: ""; background: linear-gradient(360deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.97) 60%, rgba(255, 255, 255, 0.99) 100%); opacity: 0.61; top: 0; left: 0; right: 0; width: 100%; /*height: 230px;*/ padding:0 0 14.512%; z-index: 9;}
.transparent-header .container-main .banner_img img{position:absolute; left:0; top:0; width:100%; height:100%; object-fit:cover;}

.article-list2 ul.products:has(.article){display:flex; flex-direction:column; gap:52px;}
.article-list2 ul.products:has(.article):before,
.article-list2 ul.products:has(.article):after{display:none;}
.article-list2 ul.products > .article{padding:0; margin:0; position:relative; padding-bottom:52px; border-bottom:solid 1px #C7081D;}
.article-list2 ul.products > .article:last-child{border:none; padding:0;}
.article-list2 ul.products > .article .title-txt{padding:0 0 16px;}
.article-list2 ul.products > .article .title-txt h4{width:100%; margin:0; display:block; color:#C6081E;}
.article-list2 ul.products > .article .title-txt h4 a{color:#C6081E;}
.article-list2 ul.products > .article .title-txt h4 a:hover{color:#000;}
.article-list2 ul.products > .article .title-txt .txt{padding:0; width:100%; text-align:left; display:block; margin:0; color:#00;}
.article-list2 ul.products > .article .figure-bg{display:flex; justify-content:space-between;}
.article-list2 ul.products > .article .figure-bg > figure{margin:0; width:38.72%; padding:0; height:auto; float:none;}
.article-list2 ul.products > .article .figure-bg > figure > a{display:block; position:relative; padding:0 0 62.915%;}
.article-list2 ul.products > .article .figure-bg > figure > a img{position:absolute; left:0; top:0; width:100%; height:100%; object-fit:cover;}
.article-list2 ul.products > .article .figure-bg .thumbnails{padding:0; width:58.97%;}
.article-list2 ul.products > .article .figure-bg .thumbnails ul{display:grid; grid-template-columns:repeat(4, 1fr); gap:14px; margin:0; float:none;}
.article-list2 ul.products > .article .figure-bg .thumbnails ul:has(:nth-child(9)){grid-template-columns:repeat(8, 1fr); gap:8px;}
.article-list2 ul.products > .article .figure-bg .thumbnails ul:before,
.article-list2 ul.products > .article .figure-bg .thumbnails ul:after{display:none;}
.article-list2 ul.products > .article .figure-bg .thumbnails ul .custom-variable{margin:0; width:100%; box-shadow:none;}
.article-list2 ul.products > .article .figure-bg .thumbnails ul .article{height:auto; float:none;}
.article-list2 ul.products > .article .figure-bg .thumbnails ul figure{display:block; float:none; height:auto;}
.article-list2 ul.products > .article .figure-bg .thumbnails ul figure a{display:block; position:relative; padding:0 0 60.5%;}
.article-list2 ul.products > .article .figure-bg .thumbnails ul figure a img{position:absolute; left:0; top:0; width:100%; height:100%; object-fit:cover;}

.home .banner-main,
.page-id-22486 .banner-main,
.home .banner-main .flexslider,
.page-id-22486 .banner-main .flexslider{height:auto;}
.home .banner-main figure,
.page-id-22486 .banner-main figure{min-height:70vh; padding:0;}
.home .banner-main:before,
.page-id-22486 .banner-main:before{height:auto; padding-bottom:14.512%;}

.alphabet-filter{clear:both;}
.alphabet-filter ul{display:flex; justify-content:space-between; gap:5px; flex-wrap:wrap; text-align:center;}
.alphabet-filter ul li{list-style:none; padding:0; margin:0;}
.alphabet-filter ul li a{text-decoration:none; color:#C6081E;}
.alphabet-filter ul li a:hover,
.alphabet-filter ul li a.active{color:#231F20;}

.az-filter{padding:0; margin:0;}
.az-letter{padding:0; margin:0;}

.article-list2:has(div.article){display:flex; flex-direction:column; gap:52px;}
.article-list2:has(div.article):before,
.article-list2:has(div.article):after{display:none;}
.article-list2 > div.article{padding:0; margin:0; position:relative; padding-bottom:52px; border-bottom:solid 1px #C7081D;}
.article-list2 > div.article:last-child{border:none; padding:0;}
.article-list2 > div.article .title-txt{padding:0 0 16px;}
.article-list2 > div.article .title-txt h4{width:100%; margin:0; display:block; color:#C6081E;}
.article-list2 > div.article .title-txt h4 a{color:#C6081E;}
.article-list2 > div.article .title-txt h4 a:hover{color:#000;}
.article-list2 > div.article .title-txt .txt{padding:0; width:100%; text-align:left; display:block; margin:0; color:#00;}
.article-list2 > div.article .figure-bg{display:flex; justify-content:space-between; padding:0 0 24px;}
.article-list2 > div.article .figure-bg > figure{margin:0; width:38.72%; padding:0; height:auto; float:none;}
.article-list2 > div.article .figure-bg > figure > a{display:block; position:relative; padding:0 0 62.915%;}
.article-list2 > div.article .figure-bg > figure > a img{position:absolute; left:0; top:0; width:100%; height:100%; object-fit:cover;}
.article-list2 > div.article .figure-bg .thumbnails{padding:0; width:58.97%;}
.article-list2 > div.article .figure-bg .thumbnails ul{display:grid; grid-template-columns:repeat(4, 1fr); gap:14px; margin:0; float:none;}
.article-list2 > div.article .figure-bg .thumbnails ul:has(:nth-child(9)){grid-template-columns:repeat(8, 1fr); gap:8px;}
.article-list2 > div.article .figure-bg .thumbnails ul:before,
.article-list2 > div.article .figure-bg .thumbnails ul:after{display:none;}
.article-list2 > div.article .figure-bg .thumbnails ul li{margin:0; width:100%; box-shadow:none;}
.article-list2 > div.article .figure-bg .thumbnails ul li a{display:block; position:relative; padding:0 0 60.5%;}
.article-list2 > div.article .figure-bg .thumbnails ul li a img{position:absolute; left:0; top:0; width:100%; height:100%; object-fit:cover; margin:0; min-width:unset;}
.article-list2 > div.article > aside a:hover{color:#C6081E !important;}

.fancybox-overlay{z-index:9999;}
.title-bar h1{color:#C6081E;}

.studio-sec1 .studio-row1{display: grid; grid-template-columns: repeat(1, 1fr); gap:50px; align-items: center;}
.studio-left p strong{color: #000;}
.studio-right .studio-img{display: grid; grid-template-columns: repeat(3, 1fr); gap:30px;}
.studio-right .studio-img .studio-img-box{position: relative;padding: 0 0 100%;}
.studio-right .studio-img .studio-img-box img{width: 100%; height: 100%; object-fit: cover; position: absolute; left: 0; top: 0; border-radius: 100%;}
.studio-sec2{padding-top: 50px;}
.studio-sec2 .wpbc_booking_form_structure .wpbc_structure_form{display: flex; flex-wrap: wrap; grid-row-gap: 16px; flex-direction: column; margin-top: 0; padding-left: 30px;}
.studio-sec2 .booking_form .form-group{margin: 0; display: flex; flex-direction: column;}
.studio-sec2 .booking_form .form-group .controls select, .studio-sec2 .booking_form select, .studio-sec2 .booking_form textarea, .studio-sec2 .booking_form input[type="text"]{min-height: 45px; max-height: 45px; height: auto; box-sizing: border-box; width: 100% !important; border: 1px solid #e1e1e1; border-radius: 0;}
.studio-sec2 .wpdevelop .btn{margin-top: 0 !important; top: 0;}
.studio-sec2 .wpbc_structure_form .form-group:first-child{display: none;}
.studio-sec2 .form-group .btn-default:hover{background: #f62b00 !important; color: #fff;}

.sb-cont aside ul li{padding-bottom: 10px;}
.sb-cont aside ul li,
.sb-cont aside ul li a{font-size: 19px; font-weight: 400; color: #231F20; line-height: 26px;}
.sb-cont aside ul.gc-list li a{text-decoration: underline;}
.sb-cont aside ul li a:hover{color: #C6081E;}
.sb-cont aside ul.hours span.hour-tit{display: block; color: #C6081E; text-transform: uppercase;}
.sb-cont aside ul.hours span{color: #231F20;}
.sb-cont aside ul.foot-ct li{display: flex; column-gap: 10px;}
.sb-cont aside span{color: #ed1c24;}

.page-template-basket-page .form-block-out{display: flex; justify-content: center;}

.woocommerce p.cart-empty{text-align: center;}
.woocommerce p.return-to-shop{text-align: center;}
.footer-main .footer-top-row .foot-col #media_image-3 img{max-width: 102px !important;}

/*.home .banner-main .slides .banner-cont{display:none;}*/

@media only screen and (max-width: 1366px){
.head-inner,
.head-inner .head-right,
.head-inner .head-right .head-menu ul.nav-menu{column-gap: 15px;}
}


@media only screen and (max-width: 1024px){
.head-inner .head-right .head-menu ul.nav-menu li a{font-size: 18px;}
.banner-main:before{/*height: 230px;*/ background: linear-gradient(360deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.97) 50%, rgba(255, 255, 255, 0.99) 100%);}

.article-list2 ul.products:has(li.product-category),
.article-list4 ul.projects:has(li.project-category){gap:32px; grid-template-columns:repeat(3, 1fr);}

.page-template-about-us.page-id-79 .content-inner .right-col-lrg{width:72%;}

}

@media only screen and (max-width: 979px){
.head-inner .head-right{position: fixed; max-width: 300px; width: 100%; background-color: #edeae1; top: 0; left: -100%; z-index: 9999; height: 100vh; flex-direction: column; justify-content: flex-start; padding: 24px; align-items: flex-start; grid-row-gap: 32px; transition: 0.3s ease-in-out;}
.head-inner .head-right.active{left: 0;}
.head-inner .head-right .head-menu ul.nav-menu{flex-wrap: wrap; grid-row-gap: 16px; width: 100%; margin-bottom: 0;}
.head-inner .head-right .head-menu ul.nav-menu li{width: 100%;}
.head-inner .head-right .head-menu ul.nav-menu li a{font-size: 20px; display: block;}
.head-cart{margin-left: auto;}
.home-article-bg{grid-template-columns: repeat(2, 1fr);}
.studio-sec2 .wpbc_booking_form_structure .wpbc_structure_form{margin-top: 30px;}
.studio-sec2 .wpbc_booking_form_structure .wpbc_structure_form{padding-left: 0;}
/*.banner-main figure{padding-bottom: 400px;}*/

}

@media only screen and (max-width: 767px){
.page-template-about-us .content-inner > .container{display:flex; flex-direction:column-reverse;}
.page-template-about-us .content-inner .left-col-sml{width:100%; padding-bottom:0;}
.page-template-about-us .content-inner .right-col-lrg{width:100%;}
.page-template-about-us .content-inner .left-col-sml .left-side-bar > ul{gap:32px;}
.transparent-header .container-main .banner_img{padding-bottom:50%; min-height:215px;}
.transparent-header .container-main .banner_img:before{min-height:150px;}

.article-list2 ul.products:has(.article){gap:32px;}
.article-list2 ul.products > .article{padding-bottom:32px; border-bottom-width:1px;}
.article-list2 ul.products > .article .figure-bg{flex-direction:column; gap:16px;}
.article-list2 ul.products > .article .figure-bg > figure{width:100%;}
.article-list2 ul.products > .article .figure-bg .thumbnails{width:100%;}
.article-list2 ul.products > .article .figure-bg .thumbnails .show_mobile{display:none;}

.article-list2 ul.products > .article .figure-bg .thumbnails ul:has(:nth-child(9)){grid-template-columns:repeat(4, 1fr); gap:16px;}

.article-list2 ul.products:has(li.product-category),
.article-list4 ul.projects:has(li.project-category){grid-template-columns:repeat(2, 1fr);}


.article-list2:has(div.article){gap:32px;}
.article-list2 > div.article{padding-bottom:32px; border-bottom-width:1px;}
.article-list2 > div.article .figure-bg{flex-direction:column; gap:16px;}
.article-list2 > div.article .figure-bg > figure{width:100%;}
.article-list2 > div.article .figure-bg .thumbnails{width:100%;}
.article-list2 > div.article .figure-bg .thumbnails .show_mobile{display:none;}

.article-list2 > div.article .figure-bg .thumbnails ul:has(:nth-child(9)){grid-template-columns:repeat(4, 1fr); gap:16px;}

.page-template-about-us.page-id-79 .content-inner .right-col-lrg{width:100%;}
.page-template-about-us.page-id-79 .content-inner .left-col-sml{width:100%; padding-bottom:0;}
.page-template-about-us.page-id-79 .content-inner .right-col-lrg .entry-content .supplier-info ul{padding-top:0;}

.header-main-row .head-inner .head-logo img{max-height:70px;}
.studio-sec1 .studio-row1{grid-template-columns: repeat(1, 1fr); gap: 30px;}
.studio-sec2 .bk_calendar_frame{max-width: 100% !important;}
.studio-right .studio-img{grid-template-columns: repeat(2, 1fr);}

.home .banner-main figure{min-height:60vh;}

#hero-home{position:relative;}
#hero-home > .slides .banner-cont{bottom:14%;}
#hero-home > .flex-control-nav{position:absolute; left:0; right:0; bottom:10px; margin:0; display:flex; flex-wrap:wrap; justify-content:center; row-gap:8px;}

}

@media only screen and (max-width: 640px){
.home-article-bg{grid-template-columns: repeat(1, 1fr);}
.footer-top-row{flex-direction: column; grid-row-gap: 32px;}
.footer-top-row .foot-col ul.foot-ct li{justify-content: center;}
.footer-top-row .foot-col .head-social.foot-social ul{justify-content: center;}
.footer-top-row .foot-col ul li, .footer-top-row .foot-col ul li a{font-size: 16px;}
.article-list2 ul.products:has(li.product-category),
.article-list4 ul.projects:has(li.project-category){gap:24px;}

}

@media only screen and (max-width: 479px){
.article-list2 ul.products:has(li.product-category),
.article-list4 ul.projects:has(li.project-category){grid-template-columns:repeat(1, 1fr);}
.alphabet-filter ul{justify-content:center;}

}




.banner-main .banner-cont .container {width:auto !important; padding:0px !important;}
.banner-main .banner-cont {position:absolute; right:30px; width:auto !important; min-width:0px !important; bottom:0px; min-height:0px; float:none; left:auto;}
.banner-main .banner-cont .btn-out a.btn {border-radius:0.375em;}

@media(max-width:600px) {
.banner-main .banner-cont {width:100% !important; right:0px;}
}


/*********** product catalogue filter 17-04-26 ***************/
.filterWrap > aside.widget > p:empty{display:none;}
.filterWrap > aside.widget:has(.facet-wrap){display:flex; flex-direction:column; flex-grow:0.1;}
.filterWrap > aside.widget .facet-wrap .facetwp-facet{display:flex; flex-direction:column; flex-wrap:wrap; max-height:180px;}
.filterWrap > aside.widget .facet-wrap .facetwp-facet .facetwp-checkbox{line-height:22px; padding-right:15px; padding-bottom:1px; margin:0; padding-left:0; background:none;}
.filterWrap > aside.widget .facet-wrap .facetwp-facet .facetwp-checkbox span{text-decoration:none; color:#000; font-family:'AvenirNextLTPro-Cn', "poppinssemibold", Arial, Helvetica, sans-serif; font-weight:600; text-transform:uppercase; font-size:14px; line-height:15px; padding:1px 0;}
.filterWrap > aside.widget .facet-wrap .facetwp-facet .facetwp-checkbox span:hover{color:#f62b00;}
.filterWrap > aside.widget .facet-wrap .facetwp-facet .facetwp-checkbox.checked span:before{font-family:WooCommerce; speak:never; font-weight:400; font-variant:normal; text-transform:none; line-height:1; -webkit-font-smoothing:antialiased; margin-right:.618em; content:"\e013"; text-decoration:none; color:var(--wc-red)}

.filterWrap > aside.widget .facet-wrap .facetwp-facet .facetwp-checkbox .facetwp-counter{display:none;}

@media only screen and (max-width: 1200px) {
.filterWrap > aside.widget:has(.facet-wrap){max-width:33%; width:100%; flex-grow:0 !important;}
.filterWrap > aside.widget .facet-wrap .facet-label{padding-bottom:5px;}
.filterWrap > aside.widget .facet-wrap .facetwp-facet{max-height:200px; margin-bottom:20px;}

}

@media only screen and (max-width: 930px) {
.filterWrap > aside.widget:has(.facet-wrap){max-width:50%;}
}

@media only screen and (max-width: 600px) {
.filterWrap > aside.widget .facet-wrap .facetwp-facet{max-height:100%; margin-bottom:20px;}   
}

/*********** product catalogue filter 17-04-26 ***************/