/*
Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
Click nbfs://nbhost/SystemFileSystem/Templates/ClientSide/css.css to edit this template
*/
/* 
    Created on : 20-Dec-2022, 18:33:45
    Author     : rk

#550000

*/

.banner-header {
    background: #d4b793;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

header.header nav .mobile {
    position: fixed;
    top: 62px;
    right: 0;
    z-index: 100000;
    background: #525252;
    height: 215px;
    width: 100%;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 30px;  
}

header.header nav .mobile ul {
    padding-left: 0;
}

header.header nav .mobile ul li {
    padding: 10px;
}

header.header nav .mobile ul li:after {
    content: "";
}

header.header nav .mobile {
    display: none;
}

.banner-header .banner-header-img {
    background-image: url("/wp-content/themes/smb/img/bg.jpg");
    display: inline-block;
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    top: 0;
    left: 0;
    z-index: 2;
    opacity: 0.1;
}

.banner-header .banner-content {
    position: relative;
    z-index: 3;
}

.banner-header .box {
    
    
}

.banner-header .box img {
    background: #d4b793;
    width: 100%;
    min-width: 320px; 
    min-height: 320px;
    border: 0;
    
}



header.header {
    height: 62px;
    position: sticky;
    z-index: 10;
    top: 0;
    left: 0;
    background-color: #232424;
    color: #ffffff;
    overflow: hidden;
    display: block;
    box-shadow: 0px 5px 4px #2324246b;
}


header.header .logo,
header.header .logo a,
header.header .logo a img {
    display: inline-block;
    height: 100px;
    position: relative;
    top: -6px;
    left: -2px;
}

header.header nav a {
    color: inherit;
    text-decoration: none;
    display: inline-block;
}

header.header nav {
    display: inline-block;
    float: right;
    height: 62px;
    padding-top: 15px;
    text-align: right;
    padding-right: 0;
    margin: 0;
    font-size: 20px;
}

header.header nav .icon  {
    font-size: 40px;
    position: relative;
    top: -14px;
}

header.header nav ul,
header.header nav ul li {
    display: inline-block;
    list-style: none;
}

header.header nav ul li:after {
    content: "|";
    padding-left: 0.3em;
    padding-right: 0.3em;
}

header.header nav ul li:last-of-type:after {
    content: "";
    padding: 0;
}

header.header .call-to-action {
    display: inline-block;
    padding: 14px;
    text-transform: uppercase;
}

header.header .call-to-action .btn {
    min-width: 350px;
    background: #bfd39d;
    border: 0;
    color: #ffffff;
    font-weight: bold;
    text-transform: uppercase;
}

header.header .trust {
    display: inline-block;
    padding: 16px;
    font-size: 20px;
}

footer.footer {
    height: 62px;
    z-index: 10;
    background-color: #232424;
    color: #ffffff;
    overflow: hidden;
    display: block;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 20px;
}

.max-width {
    width: 100%;
}


input,textarea {
    
}

h1,h2,h3 {
    background-image: url("/wp-content/themes/smb/img/icon.svg");
    background-repeat: no-repeat;
    padding-left: 1.2em;
    background-size: 1.2em auto;
    margin-bottom: 1em;
}

section .content {
    font-size: 20px;
    text-align: justify;
    padding: 10px;
    padding-right: 40px;
}

section .post-image {
    text-align: right;
    padding-top: 100px;
}

section .post-image img {
    width: 100%;
    border: 4px solid;
}

section .full-image {

    display: block;
    height: 429px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
 
}

/**
HOME PAGE
**/
body.page-template-home .banner-header .call-to-action {
    
}

body.page-template-home .banner-header .call-to-action .btn {
    width: 100%;
    margin-bottom: 20px;
    background: #ffffff;
    color: #222222;
    border: 0;
    font-size: 22px;
    text-transform: uppercase;
}

body.page-template-home .banner-header .trust {
    display: inline-block;
    padding: 16px;
    font-size: 20px;
    color: #ffffff;
    padding-top: 0;
}

body.page-template-home .banner-header .box span {
    display: block;
    background: #7C5C45;
    width: 100%;
    height: 62px;
    margin-top: 40px;
    color: #ffffff;
    padding: 10px;
    margin-bottom: 40px;
}

body.page-template-home .banner-header {
    padding-top: 40px;
    padding-bottom: 0;
}

body.page-template-home .banner-header .box {
    display: inline-block;
    min-height: 320px;
    min-width: 320px;
    width: 100%;
}

body.page-template-home .banner-header .box .icon {
    display: inline-block;
    font-size: 30px;
    vertical-align: middle;
    padding-right: 10px;
}

body.page-template-home .banner-header .banner-call-action {
    padding-top: 0;
    padding-bottom: 62px;
    text-transform: uppercase;
}

body.page-template-home .banner-header .banner-call-action a {
    font-size: 24px;
    background-color: #232424;
    border: 0;
}

body.page-template-home .section-about-us {
    padding-top: 62px;
    padding-bottom: 62px;
    background-color: #f6f5ed;
}

body.page-template-home .section-feedbacks {
    padding-top: 62px;
    padding-bottom: 40px;
}

body.page-template-home .section-contact {
    padding-top: 62px;
    padding-bottom: 62px;
    background-color: #f6f5ed;
}

body.page-template-home .section-contact input,
body.page-template-home .section-contact textarea {
    width: 100%;
    margin: 0;
    padding: 10px;
    max-width: 640px;
    max-height: 100px;
}

body.page-template-home .section-feedbacks .feedback {
    background-color: #f6f5ed;
    padding: 20px;
    margin-bottom: 40px;
}

body.page-template-home .section-feedbacks .feedback .trust {
    font-size: 22px;
    text-align: center;
    margin-bottom: 20px;
    margin-top: 10px;
}

body.page-template-home .section-feedbacks .feedback .msg {
    text-align: justify;
    padding: 10px;
    min-height: 212px;
}

body.page-template-home .section-feedbacks .feedback .author {
    text-align: right;
    font-size: 22px;
}

body.page-template-home .section-feedbacks .feedback .author .face {
    display: inline-block;
    border-radius: 50%;
    overflow: hidden;
    vertical-align: middle;
    border: 4px solid #6c757d;
}

body.page-template-home .section-feedbacks .feedback .author .face img {
        max-height: 50px;
}

body.page-template-home .section-contact .contact div {
    margin-bottom: 20px;
}

body.page-template-home .section-contact .contact div .btn {
    width: 100%;
    max-width: 320px;
}

body.page-template-home .section-contact .btn {
    width: 100%;
    max-width: 320px;
}

body.page-template-home .section-contact form .btn {
    margin-bottom: 20px;
}


body .section-contact .address {
    font-size: 20px;
}

/**
BLINDS RANGES
**/
body.page-template-blinds-range .banner-header .call-to-action {
    
}

body.page-template-blinds-range .banner-header .call-to-action .btn {
    width: 100%;
    margin-bottom: 20px;
    background: #ffffff;
    color: #222222;
    border: 0;
    font-size: 22px;
    text-transform: uppercase;
}

body.page-template-blinds-range .banner-header .trust {
    display: inline-block;
    padding: 16px;
    font-size: 20px;
    color: #ffffff;
    padding-top: 0;
}

body.page-template-blinds-range .banner-header .box span {
    display: block;
    background: #7C5C45;
    width: 100%;
    height: 62px;
    margin-top: 40px;
    color: #ffffff;
    padding: 10px;
    margin-bottom: 40px;
}

body.page-template-blinds-range .banner-header {
    padding-top: 40px;
    padding-bottom: 0;
}

body.page-template-blinds-range .banner-header .box {
    display: inline-block;
    min-height: 320px;
    min-width: 320px;
    width: 100%;
}

body.page-template-blinds-range .banner-header .box .icon {
    display: inline-block;
    font-size: 30px;
    vertical-align: middle;
    padding-right: 10px;
}

body.page-template-blinds-range .banner-header .banner-call-action {
    padding-top: 0;
    padding-bottom: 62px;
    text-transform: uppercase;
}

body.page-template-blinds-range .banner-header .banner-call-action a {
    font-size: 24px;
    background-color: #232424;
    border: 0;
}

body.page-template-blinds-range .section-about-us {
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #f6f5ed;
}

body.page-template-blinds-range .section-feedbacks {
    padding-top: 62px;
    padding-bottom: 40px;
}

body.page-template-blinds-range .section-contact {
    padding-top: 62px;
    padding-bottom: 62px;
    background-color: #f6f5ed;
}

body.page-template-blinds-range .section-contact input,
body.page-template-blinds-range .section-contact textarea {
   width: 100%;
    margin: 0;
    padding: 10px;
    max-width: 640px;
    max-height: 100px;
}

body.page-template-blinds-range .section-feedbacks .feedback {
    background-color: #f6f5ed;
    padding: 20px;
    margin-bottom: 40px;
}

body.page-template-blinds-range .section-feedbacks .feedback .trust {
    font-size: 22px;
    text-align: center;
    margin-bottom: 20px;
    margin-top: 10px;
}

body.page-template-blinds-range .section-feedbacks .feedback .msg {
    text-align: justify;
    padding: 10px;
    min-height: 212px;
}

body.page-template-blinds-range .section-feedbacks .feedback .author {
    text-align: right;
    font-size: 22px;
}

body.page-template-blinds-range .section-feedbacks .feedback .author .face {
    display: inline-block;
    border-radius: 50%;
    overflow: hidden;
    vertical-align: middle;
    border: 4px solid #6c757d;
}

body.page-template-blinds-range .section-feedbacks .feedback .author .face img {
        max-height: 50px;
}

body.page-template-blinds-range .section-contact .contact div {
    margin-bottom: 20px;
}

body.page-template-blinds-range .section-contact .contact div .btn {
    width: 100%;
    max-width: 320px;
}

body.page-template-blinds-range .section-contact .btn {
    width: 100%;
    max-width: 320px;
}

body.page-template-blinds-range .section-contact form .btn {
    margin-bottom: 20px;
}

body.page-template-blinds-range .section-range {
    padding-top: 40px;
    padding-bottom: 40px;
}

body.page-template-blinds-range .section-range .category-products {
    position: relative;
    margin-top: 10px;
    margin-bottom: 10px;
    border: 2px solid #d4b793;
    overflow: hidden;
}

body.page-template-blinds-range .section-range .category-products  img {
    width: 100%;
    position: relative;
}

body.page-template-blinds-range .section-range .category-products  span {
    position: absolute;
    display: inline-block;
    bottom: 0;
    left: 0;
    text-align: center;
    width: 100%;
    background: #d4b79391;
    padding: 20px;
    font-weight: bold;
}

body.page-template-blinds-range .section-range .category-products  a {
    color: #ffffff;
    display: inline-block;
    width: 100%;
    position: relative;
}

/**
single
**/

body.single-post .banner-header .call-to-action {
    
}

body.single-post .banner-header .call-to-action .btn {
    width: 100%;
    margin-bottom: 20px;
    background: #ffffff;
    color: #222222;
    border: 0;
    font-size: 22px;
    text-transform: uppercase;
}

body.single-post .banner-header .trust {
    display: inline-block;
    padding: 16px;
    font-size: 20px;
    color: #ffffff;
    padding-top: 0;
}

body.single-post .banner-header .box span {
    display: block;
    background: #d4b793;
    width: 100%;
    height: 62px;
    margin-top: 40px;
    color: #ffffff;
    padding: 10px;
    margin-bottom: 40px;
}

body.single-post .banner-header {
    padding-top: 40px;
    padding-bottom: 30px;
}

body.single-post .banner-header .box {
    display: inline-block;
    min-height: 320px;
    min-width: 320px;
    width: 100%;
    position: relative;
}

body.single-post .banner-header .box .icon {
    display: inline-block;
    font-size: 30px;
    vertical-align: middle;
    padding-right: 10px;
}

body.single-post .banner-header .banner-call-action {
    padding-top: 0;
    padding-bottom: 62px;
    text-transform: uppercase;
}

body.single-post .banner-header .banner-call-action a {
    font-size: 24px;
    background-color: #232424;
    border: 0;
}

body.single-post .section-product {
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #f6f5ed;
}

body.single-post .section-feedbacks {
    padding-top: 62px;
    padding-bottom: 40px;
}

body.single-post .section-contact {
    padding-top: 62px;
    padding-bottom: 62px;
    background-color: #f6f5ed;
}

body.single-post .section-contact input,
body.single-post .section-contact textarea {
   width: 100%;
    margin: 0;
    padding: 10px;
    max-width: 640px;
    max-height: 100px;
}

body.single-post .section-feedbacks .feedback {
    background-color: #f6f5ed;
    padding: 20px;
    margin-bottom: 40px;
}

body.single-post .section-feedbacks .feedback .trust {
    font-size: 22px;
    text-align: center;
    margin-bottom: 20px;
    margin-top: 10px;
}

body.single-post .section-feedbacks .feedback .msg {
    text-align: justify;
    padding: 10px;
    min-height: 350px;
    font-size: 18px;
    padding: 40px;
}

body.single-post .section-feedbacks .feedback .author {
    text-align: center;
    font-size: 22px;
}

body.single-post .section-feedbacks .feedback .author .face {
    display: inline-block;
    border-radius: 50%;
    overflow: hidden;
    vertical-align: middle;
    border: 4px solid #6c757d;
}

body.single-post .section-feedbacks .feedback .author .face img {
        max-height: 50px;
}

body.single-post .section-contact .contact div {
    margin-bottom: 20px;
}

body.single-post .section-contact .contact div .btn {
    width: 100%;
    max-width: 320px;
}

body.single-post .section-contact .btn {
    width: 100%;
    max-width: 320px;
}

body.single-post .section-contact form .btn {
    margin-bottom: 20px;
}

body.single-post .section-product .call-to-action-box  {
    margin-top: 6em;
}

body.single-post .section-product .call-to-action-box .btn {
    max-width: 350px;
    width: 100%;
    margin-bottom: 20px;
}

body.single-post .banner-header .banner-header-img {
    
}

body.single-post .banner-header .box img {
    max-height: 500px;
}