/*
Theme Name: Rui Veríssimo Design
Theme URI: http://www.ruiverissimodesign.com/
Author: Rui Veríssimo Design
Author URI: http://www.ruiverissimodesign.com/
Version: 1.0
Text Domain: rvdesign
*/

/*
 * Para alterar caso haja necessidade
 */

.header-font {
    font-family: 'Playfair Display', serif;
}

/*/////////////////////////
/////// Animations ////////
//////////////////////// */

.elem-anim-up,
.elem-anim-fadein {
    opacity: 0;
}

.anim-up {
    opacity: 1;
    animation-fill-mode: forwards !important;
    -webkit-animation: slideUp 1s ease 0s;
    animation: slideUp 1s ease 0s;
}

.anim-fade {
    opacity: 1;
    animation-fill-mode: forwards !important;
    -webkit-animation: fadeIn 1s ease 0s;
    animation: fadeIn 1s ease 0s;
}

@keyframes slideUp {
    0% {
        transform: translateY(200px);
        opacity: 0;
    }

    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

/*/////////////////////////
///// Global Classes //////
//////////////////////// */

.elem-anim-up,
.elem-anim-fade {
    opacity: 0;
}

.anim-up,
.anim-fade {
    opacity: 1;
    animation-fill-mode: forwards !important;
}

.anim-up {
    animation: slideUp 1s ease 0s;
}

.anim-fade {
    animation: fadeIn 1s ease 0s;
}

@keyframes slideUp {
    0% {
        transform: translateY(200px);
        opacity: 0;
    }

    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

html {
    font-size: 16px;
}

body {
    font-family: 'Montserrat', sans-serif; /* Alterar fonte do texto aqui */
    font-size: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

a:after,
a:before {
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

a:hover {
    text-decoration: none;
}

::selection {
    background-color: #A8966A;
    color: #FFFFFF;
}

::-moz-selection {
    background-color: #A8966A;
    color: #FFFFFF;
}

svg {
    max-width: 100%;
    height: auto;
}

p {
    margin-bottom: 0;
    font-size: 0.875rem;
    line-height: 2.4;
    font-weight: 300;
}

p strong {
    font-weight: 500;
    letter-spacing: .045rem;
}

ul {
    padding-left: 12px;
    list-style: none;
    margin-bottom: 40px;
}

ul li {
    margin-bottom: 0;
    font-size: 0.875rem;
    font-weight: 300;
    line-height: 2.4;
}

ul li:before {
    content: '-';
    display: inline-block;
    left: -12px;
    position: relative;
}

.clearfix {
    clear: both;
}

.img-cover {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

/* Swiper */

.swiper-container-horizontal {
    overflow: hidden !important;
}

/* Modal */

.modal-dialog {
    max-width: 45%;
    margin: 0 auto;
}

.modal-content {
    background: transparent;
    border: none;
}

.modal-body {
    position: relative;
    background: #FFFFFF;
    margin-top: 50px;
}

.modal-body iframe {
    width: 820px;
    height: 461px;
}

.modal-body button {
    position: absolute;
    top: -15px;
    right: -15px;
    color: #000;
    background-color: #F6F6F6;
    opacity: 1;
    border-radius: 3rem;
    width: 30px;
    height: 30px;
    font-size: 0.75rem;
}

.modal-body button:hover {
    opacity: 1;
    color: #FFF;
    background: #000;
}

/* Background */

.bg-grey {
    background: #f7f7f7;
}

/* Buttons */

.btn {
    display: block;
    font-size: .6875rem;
    font-weight: 600;
    height: 55px;
    line-height: 53px;
    letter-spacing: 3px;
    text-align: center;
    text-transform: uppercase;
    width: 220px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 0;
    padding: unset;
}

.btn-rounded {
    border-radius: 27.5px;
}

.btn-white {
    background-color: #FFF;
    color: #000;
    border: 1px solid #FFF;
}

.btn-white:hover {
    text-decoration: none;
    background: transparent;
    border: 1px solid #FFF;
    color: #FFF;
}

.btn-dark {
    background-color: #000;
    color: #FFF;
    border: 1px solid transparent;
}

.btn-dark:hover {
    background-color: transparent;
    color: #000;
    border: 1px solid #000;
}

.alternative-btn {
    position: relative;
    display: inline-block;
    font-size: .6875rem;
    font-weight: 600;
    letter-spacing: 0.1875rem;
    text-transform: uppercase;
    color: #A8966A;
}

.alternative-btn:hover {
    color: #A8966A;
    text-decoration: none;
}

.alternative-btn:before {
    content: ' ';
    width: 100%;
    position: absolute;
    bottom: -10px;
    background: #A8966A;
    height: 2px;
}

.alternative-btn:hover:before {
    height: 4px;
}

.play-btn {
    display: block;
    width: 120px;
    height: 120px;
    color: #FFF;
    font-size: 1rem;
    line-height: 1rem;
    border-radius: 100%;
    border-color: transparent;
}

.play-btn:hover {
    transform: scale(1.2, 1.2);
}

.play-btn-transparent {
    background: rgba(255, 255, 255, .3);
}

/* Títulos */

.secondary-header-1 {
    font-size: .6875rem;
    font-weight: 600;
    letter-spacing: 0.1875rem;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.secondary-header-2 {
    font-size: 0.75rem;
    font-weight: 500;
    letter-spacing: 0.1875rem;
    line-height: 2.2;
    text-transform: uppercase;
}

.secondary-header-2_1 {
    position: relative;
    padding-left: 100px;
}

.secondary-header-2_1::before {
    background: #000;
    position: absolute;
    content: "";
    top: 10px;
    left: 0;
    height: 1px;
    width: 70px;
}

.secondary-header-3 {
    font-size: .75rem;
    font-weight: 500;
    letter-spacing: 0.1875rem;
    line-height: 2.2;
    text-transform: uppercase;
}

.archive-title {
    margin-bottom: 60px;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 1.5rem;
    letter-spacing: 0.125rem;
}

.archive-title span {
    font-weight: 600;
    color: #A8966A;
}

.page-header {
    padding: 75px 0 0 0;
}

.page-layout-1 .page-header p {
    font-family: 'Playfair Display', sans-serif !important;
    letter-spacing: -0.0125rem;
}

.page-header h1 {
    margin-bottom: 15px;
}

.page-header p {
    font-family: 'Playfair Display', serif;
    font-size: 2rem;
    font-weight: 400;
    line-height: 1.3;
}

.page-layout-1 .page-textarea {
    font-family: 'Playfair Display', sans-serif;
}

.page-layout-2 .page-textarea {
    font-size: 1.7rem;
    text-transform: uppercase;
    letter-spacing: 0.125rem;
}

.page-textarea {
    width: 65%;
    text-align: center;
    margin: 0 auto 40px auto;
    font-size: 2rem;
    font-weight: 400;
    line-height: 1.3;
}

/*/////////////////////////
///////// Navbar //////////
/////////////////////////*/

.page-template-page-home .nav-negative .nav-links-container .menu-link {
    color: #FFF;
}

.home header {
    border: 0 !important;
}

header {
    border: 2px solid #ECECEC;
}

header.nav-normal-1,
header.nav-normal-2 {
    background: transparent;
    width: 100%;
    height: 100px;
}

.navbar {
    padding: 0;
}

.navbar-nav li:before {
    content: unset !important;
}

nav {
    z-index: 2;
}

.nav-logo-container img {
    width: 300px;
}

.icon-bar {
    width: 33px;
    height: 3px;
    background-color: #FFF;
    display: block;
    margin-top: 6px;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.nav-dark .icon-bar {
    background-color: #000;
}

.navbar-btn,
.navbar-btn-sidenav {
    background: transparent;
    border: 0;
    padding: 0;
}

.navbar-btn-sidenav {
    margin-right: 2%;
    margin-top: 0;
}

.navbar-btn-sidenav span {
    font-size: 6rem;
    line-height: 1;
}

.navbar-btn:focus {
    outline: none;
    box-shadow: none;
    border: none;
}

/* Submenus */

.navbar .menu-depth-1 {
    display: none;
    position: relative;
    list-style: none;
    padding-left: 0;
}

/* Barra de Navegação Normal 1 */

.nav-normal-1 .nav-item .menu-link {
    font-size: .75rem;
    letter-spacing: 2.5px;
    margin-left: 50px;
    color: #000;
    text-transform: uppercase;
    text-decoration: none;
    transition: opacity .4s ease;
}

.nav-item .menu-link:hover {
    opacity: 0.6;
}

.nav-negative {
    margin-bottom: -100px;
}

.nav-normal-1 .current-menu-item > a,
.single-products .nav-normal-1 .menu-item-type-custom a {
    position: relative;
    font-weight: 600;
}

.nav-normal-1 .current-menu-item > a:before,
.single-products .nav-normal-1 .menu-item-type-custom a:before {
    content: '';
    position: absolute;
    width: 100%;
    bottom: -5px;
    height: 2px;
    background: #000;
}

.nav-normal-1 .current-menu-parent .current-menu-item {
    background: #f6f6f6;
}

.nav-normal-1 .current-menu-parent .current-menu-item a:before {
    display: none;
}

/* Barra de Navegação Normal */

.nav-normal-2 .nav-btn-container {
    display: block;
}

.navbar-full {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    z-index: 10000;
    background-color: #A8966A;
    min-height: 800px;
}

.navbar-full .navbar-btn-sidenav {
    margin-right: 0;
}

.navbar-full-open {
    display: block;
    opacity: 1;
    animation: navFullOpen .4s ease 0s;
    animation-fill-mode: forwards;
}

.navbar-full .navbar-btn-sidenav {
    color: #FFF;
    font-size: 4rem;
    font-weight: 300;
    margin-top: 1%;
}

.nav-links-fullwidth {
    list-style: none;
    margin: 22% 0 0 0;
    padding: 0;
}

.nav-links-fullwidth li {
    font-size: 1.2rem;
    font-weight: 600;
    letter-spacing: 0.15625rem;
    margin-bottom: 25px;
    text-transform: uppercase;
}

.nav-links-fullwidth a {
    color: #FFF;
    position: relative;
}

.navbar-full a:before {
    content: '';
    position: absolute;
    bottom: -7px;
    height: 1px;
    background: #FFF;
    width: 0;
    opacity: 0;
    -o-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.navbar-full a:hover::before {
    opacity: 1;
    width: 100%;
}

.nav-links-fullwidth a:hover {
    text-decoration: none;
}

@keyframes navFullOpen {
    0% {
        display: block;
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.navbar-full-socials {
    position: absolute;
    bottom: 35px;
}

.nav-links-social {
    margin: 0;
    padding: 0;
    list-style: none;
}

.nav-links-social li {
    position: relative;
    font-size: .6875rem;
    letter-spacing: 0.1875rem;
    margin-right: 50px;
}

.nav-links-social a {
    color: #FFF;
    text-decoration: none;
    text-transform: uppercase;
}

/* Navbar 2 */

.nav-normal-2 .nav-links-fullwidth .sub-menu {
    display: none;
}

.nav-normal-2 .nav-links-fullwidth .sub-menu {
    list-style: none;
    padding-left: 20px;
}

.nav-normal-2 .nav-links-fullwidth .sub-menu li {
    font-weight: 500;
    font-size: 1rem;
    padding: 15px 0;
    margin-bottom: 0;
}

.nav-normal-2 .nav-links-fullwidth .sub-menu li:last-child {
    padding-top: 15px;
    padding-bottom: 0;
}

/* Barra de Navegação Branca */

.nav-normal-1 .nav-white {
    background-color: #FFF;
}

.nav-normal-1 .nav-white .menu-link {
    color: #000 !important;
}

.nav-white .icon-bar {
    background-color: #000;
}

/* Barra de Navegação Escura */

.nav-dark {
    background-color: #000 !important;
}

.nav-dark .icon-bar {
    background-color: #FFF;
}

.side-nav {
    display: none;
}

/*/////////////////////////
///////// Banner //////////
/////////////////////////*/

.banner {
    position: relative;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: 56vw;
    max-height: calc(100vh - 100px);
}

.banner-white {
    color: #FFF;
}

.banner-dark {
    color: #000;
}

.banner-overlay {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.3);
    z-index: 1;
}

.banner-half {
    height: 440px;
}

.banner-half img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

/* Banner 1 */

.banner-1 h1 {
    font-size: 5.5rem;
    font-weight: 500;
    letter-spacing: 0.0625rem;
    line-height: 1.3;
    margin-top: 40px;
}

.banner-1 .btn {
    margin-top: 70px;
}

/* Banner 2 */

.banner-2 h1 {
    font-size: 4.5rem;
    font-weight: 900;
    letter-spacing: 1px;
    line-height: 1.2;
    margin: 34px 0 39px 0;
    text-transform: capitalize;
}

.banner-2 .banner-text {
    margin-bottom: 43px;
}

/* Banner 3 */

.banner-3 .banner-content {
    width: 40%;
}

.banner-3 h1 {
    font-size: 3.5rem;
    font-weight: 600;
    letter-spacing: 0.1875rem;
    line-height: 1.4;
    margin: 32px 0 40px 0;
    text-transform: uppercase;
}

/*/////////////////////////
///////// Footer //////////
/////////////////////////*/

.copyright {
    font-size: .8125rem;
    letter-spacing: 0.04375rem;
    margin-top: 50px;
    margin-bottom: 50px;
}

footer {
    font-size: .8125rem;
    letter-spacing: 0.04375rem;
}

footer p {
    margin-bottom: 8px;
}

footer h5 {
    font-size: .6875rem;
    letter-spacing: 0.1875rem;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-weight: 600;
}

/* Footer 1 */

footer .s1 {
    padding-top: 100px;
    padding-bottom: 80px;
}

.footer-dark {
    color: #FFF;
    background-color: #212121;
}

.footer-dark .line {
    border-top: 1px solid #333;
}

.footer-dark a {
    color: #FFF;
}

.footer-dark a:hover {
    color: rgba(255, 255, 255, .6);
    text-decoration: none;
}

/*--*/

.footer-light {
    color: #000;
    background-color: #FFf;
    border-top: 1px solid #dddddd;
}

.footer-light .line {
    border-top: 1px solid #dddddd;
}

.footer-light a {
    color: #000;
}

.footer-light a:hover {
    color: rgba(0, 0, 0, .6);
    text-decoration: none;
}

/* -- */

.footer-small a {
    color: #000;
    transition: opacity .4s ease, color .4s ease;
}

.footer-small a:hover {
    color: rgba(0, 0, 0, .6);
    text-decoration: none;
}

.footer-contacts p {
    font-size: .8125rem;
    line-height: 1.8;
}

footer nav ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

footer nav ul li {
    font-size: .8125rem;
    letter-spacing: 0.0625rem;
    margin-bottom: 13px;
    text-transform: capitalize;
}

footer .social-networks a i {
    font-size: 22px;
}

footer .social-networks a .fa-facebook-f {
    font-size: 20px;
}

/*/////////////////////////
/////// Home Page /////////
/////////////////////////*/

.swiper-banner {
    position: relative;
}

.swiper-banner .swiper-pagination {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 80px;
}

.swiper-banner .swiper-pagination button {
    width: 20px;
    height: 20px;
    background: transparent;
    margin: 0 4px;
    border: 2px solid #dac698;
    border-radius: 100%;
    opacity: 1;
}

.swiper-banner .swiper-pagination-bullet-active {
    background: #dac698 !important;
}

.hp-bg img {
    object-fit: cover;
    display: block;
    width: 100%;
    height: 100%;
}

.hp-cat-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #f6f6f6;
    opacity: 0;
    color: #000;
    padding: 20px;
}

.hp-bg-rect {
    height: 370px;
}

.hp-bg-tall {
    height: 770px;
}

.hp-bg-image {
    position: relative;
}

.hp-bg-image:hover .hp-cat-overlay {
    opacity: 1;
    text-decoration: none;
    color: #000;
}

.hp-cat-overlay:focus {
    outline: none;
}

.hp-bg-fw {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: 650px;
    position: relative;
}

.hp-wrapper-fw {
    padding-left: 15%;
    padding-right: 15%;
}

.hp-wrapper-fw p {
    margin: 28px 0 43px 0;
}

.hp-wrapper-fw .btn {
    margin: 0;
}

/* Testimonials */

.swiper-testimonials .swiper-pagination {
    position: relative;
    margin: 30px auto;
}

.swiper-testimonials .swiper-pagination button {
    border: 0;
    padding: 0;
    border-radius: 100%;
    background: rgba(0, 0, 0, .5);
    width: 10px;
    height: 10px;
    margin: 33px 7px 0 7px;
}

.swiper-testimonials .swiper-pagination button .swiper-pagination-bullet-active {
    background: rgba(0, 0, 0, 1) !important;
}

.swiper-testimonials .swiper-pagination button:hover,
.swiper-testimonials .swiper-pagination button:focus {
    border: none;
    outline: none;
}

.swiper-testimonials .swiper-pagination button .swiper-pagination-bullet-active {
    background: #000;
}

.hp-testimonials-content {
    max-width: 30%;
    margin: 0 auto;
}

.hp-testimonials-icon {
    margin: 0 auto;
}

.hp-testimonials-icon img {
    width: 90px;
}

.hp-testimonials-content p {
    font-size: 1.25rem;
    line-height: 2;
    margin: 32px auto 28px auto;
}

.hp-testimonials-content h4 {
    font-size: .6875rem;
    font-weight: 500;
    letter-spacing: 2.7px;
    text-transform: uppercase;
}

/* Template 1 */

.page-template-page-about .about-t1-section-2:first-child h3 {
    max-width: 370px;
}

.hp-t1-header-1 {
    font-size: 2.25rem;
    font-weight: 400;
    letter-spacing: 0.0125rem;
    z-index: 2;
}

.hp-t1-header-1 h3 {
    font-family: 'Playfair Display', sans-serif;
    font-size: 2.25rem;
    margin-bottom: 66px;
}

.hp-t1-header-1 ul {
    margin-top: 25px;
}

.hp-t1-header-1_1 {
    margin-top: 10px;
}

.hp-t1-header-2 {
    font-size: 2.5rem;
    font-weight: 400;
    line-height: 1.5;
}

.hp-t1-header-2_1 {
    margin-top: 20px;
}

.hp-t1-section-1 {
    padding: 142px 0 75px 0;
}

.hp-t1-section-1 p {
    font-size: 2.25rem;
    line-height: 1.8;
    letter-spacing: -0.0125rem;
    margin: 48px auto 67px auto;
}

.hp-t1-section-2 {
    margin-top: 75px;
    padding-bottom: 75px;
}

.hp-t1-section-2 .hp-t1-s2-square {
    height: 370px;
    border: 1px solid #eee;
}

.hp-t1-s2-square .wrapper {
    max-width: 78%;
    margin: 0 auto;
}

.hp-t1-s2-square img {
    width: 90px;
}

.hp-t1-s2-square h2 {
    font-size: .75rem;
    font-weight: 600;
    letter-spacing: 0.125rem;
    margin: 25px 0 13px 0;
    text-transform: uppercase;
}

.hp-t1-s2-square p {
    line-height: 1.8;
}

.hp-t1-section-3 {
    padding-top: 75px;
    padding-bottom: 70px;
}

.hp-t1-section-3 .content {
    margin-top: 55px;
}

.hp-t1-section-3 .content p {
    margin-bottom: 15px;
}

.hp-t1-section-3 .content strong {
    font-weight: 400;
}

.hp-t1-section-4 {
    padding-top: 70px;
    padding-bottom: 75px;
    margin-left: -15px;
    margin-right: -15px;
}

.hp-t1-section-4 .col-12 {
    padding: 15px;
}

.hp-cat-overlay h2 {
    font-size: 2rem;
    font-weight: 400;
    letter-spacing: 0.0125rem;
    margin-bottom: 15px;
    text-transform: capitalize;
}

.hp-cat-overlay h3 {
    font-size: .6875rem;
    font-weight: 600;
    letter-spacing: 0.1875rem;
    text-transform: uppercase;
}

.hp-t1-section-5 {
    padding-top: 75px;
    padding-bottom: 70px;

}

.hp-t1-section-6 {
    margin-top: 70px;
    margin-bottom: 75px;
}

.hp-t1-section-7 {
    position: relative;
    margin-top: 70px;
    margin-bottom: 75px;
}

.hp-t1-section-8 {
    background: #F1F1F1;
    margin: 70px 0 75px 0;
    padding: 81px 0;
}

.hp-t1-section-8 h2 {
    font-size: 1.75rem;
    font-weight: 400;
    letter-spacing: 0.0625rem;
    line-height: 1;
    margin-bottom: 0;
}

.hp-t1-section-8 .btn {
    margin-right: 0 !important;
}

.hp-t1-section-9 {
    margin: 100px 0 110px 0;
}

.hp-t1-section-9 img {
    max-width: 170px;
}

/* Template 2 */

.hp-t2-header {
    font-size: 3.75rem;
    font-weight: 400;
    letter-spacing: 0.0625rem;
    text-transform: capitalize;
}

.hp-t2-section-1 {
    padding-top: 150px;
    padding-bottom: 75px;
}

.hp-t2-section-1 h1 {
    font-size: 2.625rem;
    font-weight: 400;
    line-height: 1.4;
    margin: 25px 0 30px 0;
}

.hp-t2-section-1 .btn {
    margin-top: 42px;
    margin-left: 0;
}

.hp-t2-section-2 {
    background: #dac698;
    padding: 120px 0 110px 0;
    margin-top: 75px;
    margin-bottom: 75px;
}

.hp-t2-section-2 h2 {
    font-size: .75rem;
    font-weight: 600;
    letter-spacing: 0.125rem;
    margin: 25px 0 13px 0;
    text-transform: uppercase;
}

.hp-t2-section-2 p {
    line-height: 1.9;
    letter-spacing: 0.03125rem;
}

.hp-t2-section-2 .icon {
    width: 48px;
}

.hp-t2-section-3 {
    padding-top: 75px;
    padding-bottom: 75px;
}

.hp-t2-section-3 .wrapper {
    margin-left: -15px;
    margin-right: -15px;
}

.hp-t2-section-3 header {
    margin-bottom: 60px;
    text-align: center;
}

.hp-t2-section-3 .col-12 {
    margin-top: 30px;
}

.hp-t2-section-4 {
    margin: 70px 0;
    background: #dac698;
    padding: 70px 0;
}

.hp-t2-section-4 img {
    max-width: 170px;
}

.hp-t2-section-5 {
    margin: 70px 0;
}

.hp-t2-section-5 .hp-bg-fw {
    height: 500px;
}

.hp-t2-section-5 .hp-wrapper-fw {
    padding-left: 0;
    padding-right: 0;
}

.page-home .modal-body {
    background: transparent;
}

.hp-t2-section-6 {
    margin: 140px 0 70px 0;
}

.hp-t2-section-6 .form-container {
    width: 75%;
    margin: 0 auto;
}

/* Template 3 */

.hp-t3-section-1 .hp-bg-image,
.hp-t3-section-3 .hp-bg-image {
    width: 75%;
    height: 530px;
}

.hp-t3-section-1 {
    margin: 115px 0 150px 0;
    position: relative;
}

.hp-t3-section-1 .hp-bg-image img,
.hp-t3-section-3 .hp-bg-image img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.hp-t3-section-1 .content {
    background: #FFF;
    position: absolute;
    width: 60%;
    padding: 80px 50px 0 80px;
    bottom: -20px;
    right: 0;
}

.hp-t3-section-1 .content h1 {
    font-size: 1.7rem;
    letter-spacing: 0.125rem;
    line-height: 1.8;
    margin: 24px 0 16px 0;
    text-transform: uppercase;
}

.hp-t3-section-1 .content p {
    margin-bottom: 25px;
}

.hp-t3-section-2 {
    padding: 100px 0 85px 0;
}

.hp-t3-section-2 .hp-bg {
    height: 570px;
}

.hp-t3-section-2 .hp-bg-image h2 {
    font-size: 1.375rem;
    letter-spacing: 1.7px;
    margin-bottom: 12px;
    text-transform: uppercase;
}

.hp-t3-section-3 {
    position: relative;
    padding: 85px 0 290px 0;
}

.hp-t3-section-3 .content {
    background: #FFF;
    position: absolute;
    top: 200px;
    left: 0;
    width: 50%;
    padding-top: 70px;
}

.hp-t3-section-3 .icon {
    margin-right: 34px;
    width: 31%;
}

.hp-t3-section-3 .icon img {
    width: 90px;
}

.hp-t3-section-3 h2 {
    font-size: .8125rem;
    letter-spacing: 0.15625rem;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.hp-t3-section-3 h2,
.hp-t3-section-3 p {
    padding-right: 15%;
}

.hp-t3-section-4 {
    margin-top: 50px;
    margin-bottom: 95px;
}

.hp-t3-section-4 h2 {
    font-size: 1.7rem;
    font-weight: 600;
    letter-spacing: 0.0625rem;
    line-height: 1.8;
    margin: 0 0 16px 0;
    text-transform: uppercase;
}

.hp-t3-section-4 .modal-body {
    background: transparent;
}

.hp-t3-section-5 {
    margin-top: 70px;
    margin-bottom: 85px;
}

.hp-t3-section-5 .hp-testimonials-content p {
    font-size: 1.1rem;
    font-weight: 300;
    line-height: 2.2;
}

.hp-t3-section-6 {
    background: #f1f1f1;
    margin-top: 70px;
    margin-bottom: 85px;
    padding: 85px 0 95px 0;
}

.hp-t3-section-6 h2 {
    font-size: 3rem;
    font-weight: 600;
    letter-spacing: 0.04375rem;
    margin-bottom: 5px;
}

.hp-t3-section-7 {
    padding: 150px 0 340px 0;
}

.hp-t3-section-7 .wrapper {
    position: relative;
}

.hp-t3-section-7 .hp-bg-img {
    width: 100%;
    height: 450px;
}

.hp-t3-section-7 .hp-bg-img img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.hp-t3-section-7 .content {
    background: #FFF;
    padding: 40px 0 0 50px;
    position: absolute;
    right: 0;
    top: 300px;
    width: 81%;
}

.hp-t3-section-7 .blog-cat {
    font-size: .6875rem;
    font-weight: 600;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #000;
}

.hp-t3-section-7 h2 {
    font-size: 1.5rem;
    letter-spacing: 0.03125rem;
    margin: 20px 0 17px 0;
    text-transform: capitalize;
}

.hp-t3-section-7 h2 a {
    color: #000;
}

.hp-t3-section-7 h2 a:hover {
    color: #555;
}

.hp-t3-section-7 p {
    margin-bottom: 20px;
}

.blog-link {
    position: relative;
    font-size: .625rem;
    font-weight: 600;
    letter-spacing: 0.1875rem;
    padding-left: 70px;
    color: #000;
}

.blog-link:before {
    position: absolute;
    content: "";
    background: #000;
    top: 5px;
    left: 0;
    width: 50px;
    height: 1px;
    text-transform: uppercase;
    -o-transition: all .4s ease 0s;
    -moz-transition: all .4s ease 0s;
    -webkit-transition: all .4s ease 0s;
    transition: all .4s ease 0s;
}

.blog-link:hover {
    padding-left: 100px;
    color: #555;
}

.blog-link:hover:before {
    background: #555;
    width: 70px;
}

/* Template 4 */

.swiper-home {
    position: relative;
}

.hp-carousel-img {
    height: calc(100vh - 100px);
    min-height: 700px;
}

.hp-carousel-img img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.hp-carousel-controls {
    display: flex;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 2;
}

.hp-carousel-controls button {
    background: #FFF;
    border: 0;
    width: 80px;
    height: 80px;
    padding: 0;
    text-transform: uppercase;
}

.hp-carousel-controls button:hover {
    background: #000;
    color: #FFF;
}

.hp-carousel-overlay {
    position: absolute;
    background: rgba(0, 0, 0, 0.6);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    outline: 0;
    text-decoration: none;
    color: #FFF;
}

.swiper-home .hp-carousel-overlay {
    font-size: 2rem;
    font-weight: 400;
    letter-spacing: 0.125rem;
    text-transform: uppercase;
}

.swiper-home .wrapper:hover .hp-carousel-overlay {
    opacity: 1;
    color: #FFF;
}

/* Template 5 */


/* -- */

.hp-bg-t5-tall {
    height: 540px;
}

.hp-bg-t5-half {
    height: 455px;
}

.hp-t5-section-2 {
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 100px;
}

.hp-t5-section-2 .col-12:nth-child(4) {
    margin-top: -55px;
}

.hp-t5-section-2 .col-12:nth-child(5) {
    margin-top: -140px;
}

.hp-t5-section-2 .col-12:nth-child(6) {
    margin-top: 30px;
}

.hp-t5-section-2 .hp-bg-image {
    position: relative;
}

.hp-t5-section-2 .hp-cat-overlay {
    background: rgba(168, 150, 106, 0.8);
    color: #FFF !important;
    padding: 45px 40px;
}

.hp-t5-section-2 .hp-cat-overlay h2 {
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: 2.3px;
    margin-bottom: 8px;
    text-transform: uppercase;
}

/* Template 6 */


/*/////////////////////////
//////// About Us /////////
/////////////////////////*/

.a-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #FFF;
    opacity: 0;
    -o-transition: all .4s ease 0s;
    -moz-transition: all .4s ease 0s;
    -webkit-transition: all .4s ease 0s;
    transition: all .4s ease 0s;
}

.a-overlay:hover {
    opacity: 1;
}

/* Template 1 */

.about-t1-section-1 {
    margin-top: 40px;
    padding-bottom: 70px;
}

.about-t1-section-1 h1 {
    font-family: 'Playfair Display', serif;
    font-size: 3rem;
    font-weight: 400;
    width: 55%;
    letter-spacing: 0.0125rem;
    margin: 20px auto 50px auto;
}

.about-t1-section-2 {
    margin-top: 70px;
    margin-bottom: 70px;
}

.about-t1-section-2 .content {
    margin-top: 43px;
}

.about-t1-section-2 .content-1 {
    margin-top: 190px;
}

.about-t1-section-3 {
    padding-top: 70px;
    margin-bottom: 70px;
}

.about-t1-section-3 .icon img {
    width: 28px;
}

.about-t1-section-3 .content h2 {
    font-size: 0.75rem;
    letter-spacing: 0.15625rem;
    text-transform: uppercase;
}

.about-t1-section-3 p {
    margin-top: 15px;
}

.about-t1-section-4 {
    padding-top: 70px;
    margin-bottom: 70px;
}

.about-t1-section-4 .a-bg-image {
    height: 270px;
}

.about-t1-section-4 .a-bg-image img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.about-t1-section-4 .wrapper {
    position: relative;
}

.about-t1-section-4 .col-12 {
    margin-bottom: 30px;
}

/* Estilos que se repetem */
.about-t1-section-4 .wrapper h2,
.about-t2-section-4 .wrapper h2 {
    font-size: 1.3rem;
    font-weight: 600;
    letter-spacing: 0.01875rem;
    text-transform: capitalize;
}

.about-t1-section-4 .wrapper h3,
.about-t2-section-4 .wrapper h3 {
    font-size: .625rem;
    font-weight: 600;
    letter-spacing: 0.15625rem;
    text-transform: uppercase;
    margin-top: 10px;
    color: #999;
}

.about-t1-section-5 {
    padding-top: 70px;
    margin-bottom: 70px;
}

.about-t1-section-5 .title-container,
.about-t1-section-6 .title-container {
    max-width: 50%;
    margin: 0 auto;
}

.about-t1-section-5 img {
    width: 200px;
}

.about-t1-section-5 .swiper-brands {
    margin-top: 70px;
}

.about-t1-section-6 .row:nth-child(2) {
    margin-top: 60px;
}

.about-t1-section-6 {
    padding-top: 70px;
    margin-bottom: 70px;
}

/* Template 2 */

.about-t2-section-1 {
    margin-top: 40px;
}

.about-t2-section-1 h1 {
    font-size: 2.25rem;
    font-weight: 600;
    letter-spacing: 0.125rem;
    line-height: 1.3;
    margin-bottom: 40px;
    padding-left: 12%;
    padding-right: 12%;
    text-transform: uppercase;
}

.about-t2-section-1 .content {
    margin-top: 125px;
    margin-bottom: 63px;
    padding-left: 17%;
    padding-right: 17%;
}

.about-t2-section-1 .content p {
    font-size: 2.25rem;
    font-weight: 300;
    letter-spacing: -0.09375rem;
    line-height: 1.5;
}

.about-t2-section-2 {
    padding-top: 63px;
    margin-bottom: 70px;
}

.about-t2-section-2 .a-bg-image {
    height: 500px;
}

.about-t2-section-2 .wrapper {
    padding: 0 6%;
}

.about-t2-section-2 h2 {
    font-size: 2.125rem;
    font-weight: 400;
    letter-spacing: 0.125rem;
    line-height: 1.3;
    margin: 5% 0 2% 0;
    text-transform: uppercase;
}

.about-t2-section-2 p {
    font-size: 1.125rem;
    font-weight: 300;
    line-height: 1.7;
}

.about-t2-section-3 {
    padding-top: 70px;
    margin-bottom: 70px;
}

.about-t2-section-3 .icon img {
    width: 100px;
}

.about-t2-section-3 h2 {
    font-size: .75rem;
    letter-spacing: 0.125rem;
    text-transform: uppercase;
    margin: 31px 0 17px 0;
}

.about-t2-section-4 {
    padding-top: 70px;
    margin-bottom: 70px;
}

.about-t2-section-4 .a-bg-image {
    height: 650px;
}

.about-t2-section-4 .a-bg-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.about-t2-section4 .wrapper {
    position: relative;
}

.about-t2-section-4 .a-img {
    height: 320px;
}

.about-t2-section-4 .a-overlay-title {
    font-size: .6875rem;
    letter-spacing: 3px;
    padding: 22px 70px;
    text-transform: uppercase;
    background: #FFF;
    font-weight: bold;
}

.about-t2-section-4 .a-image img {
    height: 325px;
}

.about-t2-section-4 .a-image img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.about-t2-section-5 {
    padding-top: 70px;
    padding-bottom: 70px;
}

.about-t2-section-5 h1 {
    font-size: 3.125rem;
    font-weight: 400;
    letter-spacing: 0.125rem;
    line-height: 1.3;
    margin-bottom: 24px;
    text-transform: capitalize;
}

.about-t2-section-5 p {
    font-size: 1.125rem;
    font-weight: 300;
    line-height: 2.3;
    max-width: 60%;
    margin: 0 auto;
}

.about-t2-section-5 .swiper-brands-container {
    margin-top: 50px;
}

.about-t2-section-6 {
    background: #121212;
    padding: 130px 0 150px 0;
    margin-top: 70px;
    color: #FFF;
}

.about-t2-section-6 h1 {
    font-size: 3.4rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.125rem;
}

.about-t2-section-6 p {
    font-size: 1.0625rem;
    letter-spacing: .8px;
    margin: -8px 0 36px 0;
}

/*///////////////////////
///// Slider Marcas /////
///////////////////////*/

.swiper-brands-container {
    position: relative;
}

.swiper-brands-container .navigation {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
}

.swiper-brands-container .navigation button {
    border-radius: 100%;
    background: #000;
    width: 40px;
    height: 40px;
    color: #FFF;
    text-align: center;
    border: 0 !important;
    transition: background 0.4s ease 0s, color 0.4s ease 0s;
}

.swiper-brands-container .navigation .swiper-button-next:after,
.swiper-brands-container .navigation .swiper-button-prev:after {
    font-size: 1rem;
}

.swiper-brands-container .navigation button:hover {
    color: #000;
    background: transparent;
    border: 1px solid #000 !important;
}

.swiper-brands-container .navigation button:active {
    border: 2px solid #000 !important;
}

.swiper-brands-container .navigation button:focus {
    outline: 0;
}

/*///////////////////////
///// Page Portfolio ////
///////////////////////*/

.pswp--zoom-allowed .pswp__button--zoom {
    display: none !important;
}

.pswp__counter {
    display: none !important;
}

.pswp__bg {
    background-color: #FFF !important;
}

.pswp__button.pswp__button--arrow--prev,
.pswp__button.pswp__button--arrow--next {
    background-color: #000;
    transition: background-color .4s ease;
}


.pswp__button.pswp__button--arrow--prev svg,
.pswp__button.pswp__button--arrow--next svg {
    width: 15px;
}

.pswp__button.pswp__button--arrow--next svg {
    transform: scaleX(-1);
}

.pswp__button--close path {
    fill: #000;
    stroke: #000;
    transition: all .4s ease;
}

.portfolio-page .alternative-btn {
    margin: 20px auto 0 0;
}

.portfolio-page .blog-pagination-container {
    text-align: center;
    margin-top: 55px;
}

.portfolio-header {
    padding-bottom: 75px;
}

.portfolio-header p {
    max-width: 560px;
}

.portfolio-projects {
    margin-bottom: 100px;
}

.portfolio-projects .masonry {
    margin-left: -15px;
    margin-right: -15px;
}

.portfolio-projects .wrapper {
    position: relative;
}

.portfolio-projects .col-12 {
    margin-bottom: 30px;
}

.portfolio-projects .wrapper {
    position: relative;
}

.portfolio-projects .portfolio-image {
    margin-bottom: 0;
}

.portfolio-projects .portfolio-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.portfolio-projects .wrapper:hover .hp-cat-overlay {
    opacity: .6;
}

.portfolio-projects .wrapper .hp-cat-overlay {
    color: #000;
    transition: opacity .4s ease;
}

/*/////////////////////////
//// Taxonomy Portfolio ///
/////////////////////////*/

.portfolio-taxonomy-title {
    font-size: 2.25rem;
    font-weight: 600;
    letter-spacing: 0.115rem;
    text-transform: uppercase;
    margin-bottom: 55px;
}

.portfolio-taxonomy-container {
    margin-top: 100px;
    margin-bottom: 120px;
}

/*/////////////////////////
///// Single Portfolio ////
/////////////////////////*/

.portfolio-banner {
    margin: 30px auto;
}

.single-subtitle {
    font-size: .8125rem;
    letter-spacing: 0.15625rem;
    text-transform: uppercase;
    margin-bottom: 10px;
    text-align: center;
}

.single-portfolio-content {
    margin-top: 90px;
    margin-bottom: 90px;
}

.single-portfolio-content .wp-block-image {
    padding-top: 30px;
    margin-bottom: 30px;
}

/* Template 1 */

.single-portfolio-template-1 .single-portfolio-content .wp-block-group {
    position: relative;
    margin: 60px auto;
}

.single-portfolio-template-1 .single-portfolio-content .wp-block-group h2 {
    position: absolute;
    top: 0;
    left: 0;
}

.single-portfolio-template-1 .single-portfolio-content .wp-block-group p {
    width: 58%;
    margin-left: auto;
}

.single-portfolio-template-1 .single-portfolio-content .wp-block-group h2 {
    font-size: 0.75rem;
    font-weight: 500;
    letter-spacing: 0.1875rem;
    line-height: 2.2;
    text-transform: uppercase;
    padding-left: 90px;
}

.single-portfolio-template-1 .single-portfolio-content .wp-block-group h2 {
    position: absolute;
    padding-right: 90px;
}

.single-portfolio-template-1 .single-portfolio-content .wp-block-group h2:after {
    content: '';
    position: absolute;
    height: 1px;
    background: #000;
    width: 50px;
    left: 0;
    top: 8px;
}

/* Template 2 */

.single-portfolio-template-2 .single-portfolio-content .wp-block-group {
    width: 65%;
    margin: 60px auto;
}

.single-portfolio-template-2 .single-portfolio-content .wp-block-group h2 {
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.1875rem;
    line-height: 2.2;
    text-transform: uppercase;
}

/*
 * Estilização da navegação
 * entre projetos
 */

.single-navigation {
    background: #f7f7f7;
    padding: 125px 0 185px 0;
}

.single-navigation h1 {
    font-size: 3rem;
    font-weight: 600;
    letter-spacing: 0.2rem;
    line-height: normal;
    margin-top: 30px;
    text-transform: uppercase;
}

.single-navigation h2 {
    font-size: .75rem;
    font-weight: 500;
    letter-spacing: 0.2rem;
    text-transform: uppercase;
}

.single-navigation a {
    color: #000;
}

.s-text-container-1 {
    margin-top: 70px;
    margin-bottom: 50px;
}

.s-text-container-2 {
    margin-top: 50px;
}

.s-image-container-1 {
    margin-top: 68px;
    margin-bottom: 50px;
}

.s-image-container-2 {
    margin-top: 50px;
    margin-bottom: 65px;
}

.s-image-container-1 img,
.s-image-container-2 img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

/* Template 1 */

.single-banner-text {
    width: 50%;
    margin: 0 auto 8% auto;
}

.single-banner-text p {
    font-size: 1.375rem;
    letter-spacing: 0.01875rem;
    line-height: 2;
}


.portfolio-single-1 .s-image-container-2 {
    margin-bottom: 175px;
}

/* Template 2 */

.single-portfolio-template-2 .s-text-container-1,
.single-portfolio-template-2 .s-text-container-2 {
    width: 65%;
    margin-left: auto;
    margin-right: auto;
}

.single-portfolio-template-2 .s-text-container-1 h2,
.single-portfolio-template-2 .s-text-container-1 h2 span,
.single-portfolio-template-2 .s-text-container-2 h2,
.single-portfolio-template-2 .s-text-container-2 h2 span {
    font-weight: 700;
}

.single-portfolio-template-2 .s-text-container-1 {
    margin-top: 70px;
}

.s-t2-title-container p {
    font-size: 1.375rem;
    font-weight: 300;
    letter-spacing: 0.03125rem;
    line-height: 2;
    margin-left: 15%;
    margin-right: 15%;
}

/* Template 3 */

.single-portfolio-template-3 h1 {
    font-size: 2.625rem;
    font-weight: 600;
    letter-spacing: 0.25rem;
    line-height: 1.5;
    margin-bottom: 50px;
    text-transform: uppercase;
}

.single-portfolio-template-3 p {
    margin-bottom: 20px;
}

.single-portfolio-template-3 figure {
    margin-top: 30px;
    margin-bottom: 30px;
}

.single-portfolio-template-3 .wp-block-group {
    margin-top: 70px;
    margin-bottom: 70px;
}

/*///////////////////////
////// Page Products ////
///////////////////////*/


.product-archive {
    margin-top: 40px;
    margin-bottom: 120px;
}

.product-page-title {
    margin-bottom: 15px;
}

.product-cat-list {
    flex-wrap: wrap;
}

.product-cat-list button {
    position: relative;
    font-size: 0.75rem;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #A8966A;
    margin: 5px 15px;
    font-weight: 500;
    padding: 0 0 12px 0;
    background: transparent;
    border: 0;
    white-space: nowrap;
}

.product-cat-list button:focus {
    outline: 0;
}

.product-cat-list button:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 0;
    background: #A8966A;
    bottom: 0;
    -o-transition: all .4s ease 0s;
    -moz-transition: all .4s ease 0s;
    -webkit-transition: all .4s ease 0s;
    transition: all .4s ease 0s;
}

.product-cat-list button:hover:before {
    height: 4px;
}

.product-cat-list button.active {
    font-weight: 600;
}

.product-cat-list button.active:before {
    height: 6px;
}

.products-banner {
    width: 100%;
    height: 180px;
    margin: 0 0 30px 0;
}

.products-banner img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.product-container .product-wrapper {
    text-decoration: none;
    display: block;
    margin-top: 50px;
    margin-bottom: 50px;
    color: #000;
}

.product-container .product-wrapper h2 {
    font-size: 1.125rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 500;
    max-width: 60%;
    margin-left: auto;
    margin-right: auto;
}

.product-container .product-wrapper h2 span {
    position: relative;
}

.product-container .product-wrapper figure {
    width: 260px;
    margin: 0 auto 40px auto;
    -o-transition: all .4s ease 0s;
    -moz-transition: all .4s ease 0s;
    -webkit-transition: all .4s ease 0s;
    transition: all .4s ease 0s;
}

.product-container .product-wrapper:hover {
    color: #A8966A;
}

.product-container .product-wrapper:hover figure {
    transform: scale(1.04, 1.04) translateY(-10px);
}

.product-container .product-show {
    opacity: 0;
    animation: showProduct 0.8s ease 0s;
    animation-fill-mode: forwards;
}

@keyframes showProduct {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

/*///////////////////////
//// Single Products ////
///////////////////////*/

.single-product {
    padding-top: 120px;
    padding-bottom: 120px;
}

.single-product-overlay {
    position: absolute;
    background: #757575;
    opacity: 5%;
    z-index: 2 !important;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.single-product .product-text-wrapper h1 {
    font-size: 1.875rem;
    line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 20px;
}

.single-product .product-text-wrapper p {
    line-height: 1.8;
    margin-bottom: 20px;
}

.single-product .product-text-wrapper .product-spec-title,
.single-product .product-text-wrapper .product-spec p {
    font-size: 0.875rem;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 0.09375rem;
}

.single-product .product-text-wrapper h3 {
    font-weight: 600;
}

.single-product .product-text-wrapper .product-spec-title {
    margin-bottom: 15px;
}

.single-product .product-text-wrapper .product-spec {
    text-transform: uppercase;
}

/* Template 1 */

.single-product-1 .row {
    position: relative;
    margin-left: 0;
    margin-right: 0;
}

.single-product-1 .product-image-wrapper,
.single-product-1 .product-text-wrapper {
    padding: 65px 0;
}

.single-product-1 figure {
    margin-bottom: 0;
}

.single-product-1 figure img {
    width: 450px;
}

.single-product-1 .product-text-wrapper {
    padding-left: 90px;
    padding-right: 115px;
}

.single-product-1 .product-text-bg {
    background: #F5F5F5;
}

.single-product-1 .navigation-btns {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 40px;
    z-index: 10;
}

.single-product-1 .navigation-btns a {
    display: block;
    background: #616161;
    color: #FFF;
    width: 60px;
    height: 60px;
}

.single-product-1 .navigation-btns a:hover {
    background: #212121;
}

/* Template 2 */

.single-product-2 {
    position: relative;
}

.product-image-container {
    position: relative;
    max-width: 65%;
    padding: 5%;
}

.single-product-2 .product-image-container img {
    width: 500px;
}

.single-product-2 .product-text-container {
    position: relative;
    max-width: 50%;
    margin-left: auto;
    z-index: 10 !important;
    margin-top: -400px;
}

.single-product-2 .product-text-wrapper {
    background-color: #FFFFFF;
    padding: 100px 115px 100px 115px;
}

.single-product-image-btn {
    position: absolute;
    background: transparent;
    color: #000;
    border: 0;
    opacity: 1;
    top: 10px;
    left: 10px;
    z-index: 10;
    font-size: 1.1rem;
}

.single-product-image-btn i {
    -o-transition: all .4s ease 0s;
    -moz-transition: all .4s ease 0s;
    -webkit-transition: all .4s ease 0s;
    transition: all .4s ease 0s;
}

.single-product-image-btn:hover i {
    transform: scale(1.2, 1.2);
}

/*///////////////////////
///// Contact Forms /////
///////////////////////*/

.form-1 .form-input-1,
.form-2 .form-input-1 {
    width: 100%;
    margin: 0 0 50px 0;
    border: 0;
    padding-bottom: 17px;
    border-bottom: 1px solid #000;
}

.form-1 .form-input-1:focus {
    color: #A8966A;
    border-bottom: 1px solid #A8966A;
}

.form-2 .form-input-1 {
    border: 1px solid #999;
    padding: 17px;
    color: #000;
}

.form-2 .form-input-1:focus {
    border: 1px solid #000;
    outline: 1px solid #000;
}

/* Errors */

span.wpcf7-not-valid-tip {
    font-size: 0.65rem;
    margin: -25px 0 50px 0;
}

div.wpcf7-validation-errors {
    border: 0 !important;
    padding: 0 !important;
    margin-left: 0;
    margin-right: 0;
    color: #f00;
}

/*/////////////////////////
////////// Blog ///////////
/////////////////////////*/

.blog-container {
    margin-top: 120px;
    margin-bottom: 120px;
}

.blog-img {
    display: block;
    height: 400px;
}

.blog-img img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.blog-container .row {
    margin-bottom: 7%;
}

.blog-title {
    font-size: 2.125rem;
    font-weight: 600;
    line-height: 1.3;
    margin: 15px 0;
    text-transform: capitalize;
}

.blog-cat,
.blog-cat a {
    color: #A8966A;
}

.blog-cat a:hover {
    color: #78683f;
}

.blog-cat a {
    font-size: .6875rem;
    font-weight: 600;
    letter-spacing: 3px;
    text-transform: uppercase;
}

.blog-title a {
    color: #000;
}

.blog-title a:hover {
    color: #A8966A;
}

.blog-excerpt p {
    font-size: 1rem;
    line-height: 1.9;
    color: #777;
}

.blog-date {
    font-size: .6875rem;
    letter-spacing: 0.10625rem;
    margin-top: 25px;
    color: #212121;
}

/* Single */

.blog-banner {
    margin-top: 90px;
    margin-bottom: 75px;
    height: 440px;
}

.blog-banner img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.blog-page-title {
    font-size: 3.375rem;
    letter-spacing: .2px;
    line-height: 1.3;
    margin-top: 30px;
    font-weight: 600;
    text-transform: capitalize;
}

.blog-author-container {
    font-size: .75rem;
    letter-spacing: 1.7px;
    border: 1px solid #ddd;
    height: 70px;
    margin: 42px 0 80px 0;
    padding: 0 30px;
}

.blog-author-container .fas {
    color: #ddd;
    font-size: 0.40rem;
    margin: 0 15px;
}

.blog-icons a {
    margin: 0 10px;
}

.blog-icons a .fas {
    font-size: 0.8rem;
    color: #212121;
    margin: 0;
    -o-transition: all .4s ease 0s;
    -moz-transition: all .4s ease 0s;
    -webkit-transition: all .4s ease 0s;
    transition: all .4s ease 0s;
}

.blog-icons a:hover .fas {
    color: #616161;
}

.blog-page-content {
    margin-bottom: 150px;
}

.blog-page-content figure {
    margin: 30px 0 40px 0;
}

.blog-page-content blockquote p {
    font-family: 'Playfair Display', sans-serif;
    font-size: 1.5rem;
    letter-spacing: 0.03125rem;
    line-height: 2;
}

.blog-page-content blockquote {
    margin: 30px 0 40px 0;
}

.blog-page-content blockquote cite {
    display: block;
    font-size: .75rem;
    letter-spacing: 2px;
    margin: 25px 0;
    padding-left: 60px;
    position: relative;
    text-transform: uppercase;
    font-style: normal;
}

.blog-page-content blockquote cite:before {
    content: "";
    position: absolute;
    width: 30px;
    height: 1px;
    top: 8px;
    left: 0;
    background: #000;
}

.blog-page-content figcaption {
    font-size: .75rem;
    letter-spacing: 0.04375rem;
    margin-top: 15px;
}

/* Search */

.blog-search input[type='text'] {
    width: 100%;
    border: 1px solid #eeeeee;
    height: 60px;
    padding: 0 15px
}

.blog-search input[type='text']:hover {
    border: 1px solid #bcbcbc;
}

.blog-search input[type='text']::placeholder {
    color: #eee;
}

.blog-search form {
    position: relative;
}

.blog-search input[type='submit'] {
    position: absolute;
    left: 0;
    opacity: 0;
    z-index: 2;
}

.blog-search .fas:hover {
    color: #bcbcbc;
}

.blog-search .fas {
    position: absolute;
    top: 25px;
    right: 15px;
}

.blog-search h2 {
    font-size: 1.2rem;
    margin: 20px 0 40px 0;
}

.blog-search.jumbotron {
    background-color: #eee;
}

/* Pagination */

.blog-pagination-container {
    padding-top: 30px;
}

.blog-pagination-container .page-numbers {
    border: 2px solid #000;
    padding: 20px 25px;
    margin: 0 5px;
    font-size: 1rem;
    line-height: 1;
    color: #000;
    font-weight: 500;
    transition: color .4s ease, background-color .4s ease;
}

.blog-pagination-container .page-numbers:hover {
    background-color: #000;
    color: #FFF;
}

.blog-pagination-container .page-numbers.dots {
   pointer-events: none;
}

/* Recents */

.blog-recents {
    margin: 50px 0 40px 0;
}

.blog-recents h3 {
    margin-bottom: 30px;
}

.blog-recents-thumb {
    height: 68px;
}

.blog-recents-thumb img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.blog-recents-cats {
    font-size: 0.625rem;
    font-weight: 600;
    letter-spacing: 0.09375rem;
    text-transform: uppercase;
    color: #A8966A;
}

.blog-recents-cats a {
    color: #A8966A;
}

.blog-recents-cats a:hover {
    color: #78683f;
}

.blog-recents-title {
    font-size: .8125rem;
    font-weight: 500;
    letter-spacing: 0.03125rem;
    line-height: 1.7;
    margin-top: 5px;
    text-transform: capitalize;
}

.blog-recents-title a {
    color: #000;
}

.blog-recents-title a:hover {
    color: #A8966A;
}

/* Side Cats */

.blog-cats-list ul {
    padding: 0;
    margin-top: 15px;
}

.blog-cats-list ul li {
    border-bottom: 1px solid #eee;
    font-size: .8125rem;
    letter-spacing: .7px;
    list-style: none;
    margin-bottom: 15px;
    text-transform: capitalize;
    padding-bottom: 15px;
    font-weight: 600;
}

.blog-cats-list ul a {
    color: #333;
}

.blog-cats-list ul a:hover {
    color: #A8966A;
}

/* Share Btns */

.blog-share-btns {
    margin-top: 50px;
}

.share-btn {
    position: relative;
    margin: 0 5px;
    width: 55px;
    height: 55px;
}

.blog-share-btns a {
    display: block;
    font-size: 1.1rem;
    color: #000;
    background-color: #eee;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.blog-share-btns a:hover {
    color: #FFF;
    background-color: #000;
}

.blog-share-btns .share-btn:first-child {
    margin-left: 0;
}

.blog-pagination-container .page-numbers:first-child {
    margin-left: 0;
}

.blog-pagination-container .page-numbers.current {
    background-color: #000;
    color: #FFF;
}

/* Template 2 */

.blog-cat-link a {
    color: #333;
}

.blog-cat-link a:hover {
    color: #A8966A;
}

.blog-container .hp-t3-section-1 {
    margin-top: 0;
}

/*/////////////////////////
////////// 404 ////////////
/////////////////////////*/

.error404 .jumbotron {
    margin-top: 120px;
    margin-bottom: 120px;
    padding: 15%;
    background: #eee;
}

.title-404 {
    font-size: 3.8rem;
    margin-bottom: 40px;
}

.title-404 span {
    font-size: 2.4rem;
    text-transform: uppercase;
}

.text-404 {
    color: #212121;
}

.text-404 a {
    font-weight: 600;
    color: #212121;
}

.text-404 a:hover {
    color: rgba(33, 33, 33, 0.7);
    text-decoration: underline solid rgba(33, 33, 33, 0.7);
}

/*/////////////////////////
/////// Contacts //////////
/////////////////////////*/

.contacts-page {
    margin-top: 175px;
    padding-bottom: 120px;
}

.contacts-banner {
    margin-top: 40px;
    margin-bottom: 100px;
}

.contacts-page h2 {
    font-family: 'Playfair Display', serif;
    font-size: 2rem;
    z-index: 2;
    margin-bottom: 117px;
}

.contacts-text {
    margin-top: -30px;
}

.contacts-text p {
    font-size: 1rem;
    margin-bottom: 20px;
    color: #212121;
    font-weight: 400;
    letter-spacing: 0.075rem;
    line-height: 1.8;
}

.contacts-text p a {
    color: #212121;
}

.contacts-text p strong {
    font-weight: 500;
}

.contacts-text p a:hover {
    color: #A8966A;
}

.contacts-page .form-1 .btn {
    display: inline-block;
    margin-left: unset;
}

.contacts-page .btn {
    margin-left: 0;
}

.wpcf7-response-output {
    padding: 0 !important;
    margin: 30px 0 0 !important;
    border: 0 !important;
}

/*/////////////////////////
/////// Downloads /////////
/////////////////////////*/

.downloads-page {
    margin-bottom: 120px;
}

.downloads-page .download-container {
    margin-top: 50px;
}

.downloads-page .download-container img {
    width: 250px;
}

.downloads-page .download-container a {
    margin-top: 50px;
}

/*/////////////////////////
////// Cookie Banner //////
/////////////////////////*/

.cookie-banner {
    display: none;
    position: fixed;
    bottom: 0;
    width: 100%;
    background: #000;
    color: #FFF;
    padding: 15px 30px;
    z-index: 99999;
}

.cookie-banner p {
    font-size: 0.80rem;
    margin: 0;
}

.cookie-banner a {
    color: #A8966A;
}

.cookie-banner a:hover {
    color: #78683f;
}

.cookie-banner:not(.consented) {
    display: block !important;
}

.privacy-page {
    margin-top: 90px;
    margin-bottom: 120px;
}

.page-layout-1 .privacy-page h1,
.page-layout-1 .privacy-page h2 {
    font-family: 'Playfair Display', serif;
}

.page-layout-1 .privacy-page h1 {
    font-size: 2rem;
}

.page-layout-2 .privacy-page h1 {
    font-size: 1.7rem;
    text-transform: uppercase;
    letter-spacing: 0.125rem;
}

.page-layout-2 .privacy-page h2 {
    font-size: 1.3rem;
    text-transform: uppercase;
    letter-spacing: 0.125rem;
}

.privacy-page h1 {
    margin-top: 30px;
    margin-bottom: 30px;
}

.privacy-page h2 {
    font-size: 1.6rem;
}

.privacy-page h2 {
    margin-top: 20px;
    margin-bottom: 20px;
}

.privacy-page p {
    margin-bottom: 15px;
}

/*/////////////////////////
////// Media Queries //////
/////////////////////////*/

@media only screen and (min-width: 1199.98px) {
    .container {
        max-width: 1170px;
    }
}

@media only screen and (min-width: 991.98px) {

    /* Navbar */
    /* Navbar 1 */
    .nav-normal-1 .nav-btn-container {
        display: none;
    }

    /* Submenu */
    .nav-normal-1 .navbar .nav-links-container .menu-item-has-children .menu-depth-1 {
        position: absolute;
        width: 160px;
        top: 45px;
        background: #FFF;
        box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
        border: 1px solid #eee;
        z-index: 999;
        left: 5px;
    }

    .nav-normal-1 .navbar .nav-links-container .menu-item-has-children .menu-depth-1 li {
        text-align: center;
        padding-top: 15px;
        padding-bottom: 15px;
        border-bottom: 1px solid #eee;
    }

    .nav-normal-1 .navbar .nav-links-container .menu-item-has-children .menu-depth-1 li:last-child {
        border: 0;
    }

    .nav-normal-1 .navbar .nav-links-container .menu-item-has-children .menu-depth-1 a {
        margin: 0;
    }

    .nav-normal-1 .navbar .nav-links-container .menu-item-has-children .menu-depth-1:before {
        content: ' ';
        position: absolute;
        width: 100%;
        height: 40px;
        top: -30px;
        left: 0;
    }

    .nav-normal-1 .navbar .nav-links-container .menu-item-has-children .menu-depth-1.open {
        display: block;
    }

    /*
    .nav-normal-1 .navbar .nav-links-container .menu-item-has-children:hover .menu-depth-1 {
        display: block !important;
    }
     */
    .menu-item-has-children {
        position: relative;
    }

    /* Footer */
    .footer-contacts {
        padding-right: 15% !important;
    }

    footer nav {
        padding-right: 15%;
    }

    /* Banner */
    /* Template 2 */
    .banner-2 .btn {
        margin-left: 0;
    }

    /* Home Page */
    /* Template 2 */
    .banner-2 .banner-content {
        padding-right: 32%;
        padding-left: 0;
    }

    /* Single */
    .s-banner-margin {
        margin-top: -100px;
    }

    /* Swiper Clients */
    .swiper-brands-container .navigation .left {
        margin-left: -30px;
    }

    .swiper-brands-container .navigation .right {
        margin-right: -30px;
    }

    /*
     * Portfolio
     */
    .pswp__button.pswp__button--arrow--prev:hover,
    .pswp__button.pswp__button--arrow--next:hover {
        background-color: #616161;
    }

    .pswp__button--close:hover path {
        fill: #A8966A !important;
        stroke: #A8966A !important;
    }
}

@media only screen and (max-width: 1680px) {
    /* Navbar */
    /* Template 2 */
    .navbar-full {
        min-height: 550px;
    }
}

@media only screen and (max-width: 1440px) {
    /* Navbar */
    /* Template 2 */
    .navbar-full {
        min-height: 700px;
    }
}

@media only screen and (max-width: 1280px) {
    /* Navbar */
    /* Template 2 */
    .navbar-full {
        min-height: 600px;
    }

    /* Home Page */
    .hp-testimonials-content {
        max-width: 50%;
    }

    /* Template 4 */
    .hp-carousel-overlay h2 {
        font-size: 1.6rem;
    }
}

@media only screen and (max-width: 1080px) {

    /* Navbar */
    .nav-links-fullwidth {
        margin: 6% 0 0 0;
    }

    /* Home Page */
    .hp-testimonials-content {
        max-width: 50%;
        margin: 0 auto;
    }

    .hp-bg-fw {
        height: 500px;
    }

    /* Template 1 */
    .banner-1 .banner-content h1 {
        max-width: 90%;
        margin-left: auto;
        margin-right: auto;
    }

    /* Template 3 */
    .hp-t3-section-2 .hp-bg {
        height: 390px;
    }

    .hp-t3-section-7 .hp-bg-img {
        height: 410px;
    }

    /* About */
    /* Template 1 */
    .about-t1-section-4 .a-bg-image {
        height: 220px;
    }

    /* Template 2 */
    .about-t2-section-2 .a-bg-image {
        height: 450px;
    }
}

@media only screen and (max-width: 991.98px) {

    html {
        font-size: 14px;
    }

    .container,
    .container-fluid {
        padding-left: 50px;
        padding-right: 50px;
    }

    a:hover,
    button:hover {
        text-decoration: none !important;
        background: unset !important;
        color: unset !important;
        border: unset !important;
    }

    /* Common Classes */
    .secondary-header-2_1 {
        padding-left: 0;
    }

    .secondary-header-2_1:before {
        content: none;
    }

    .hp-bg {
        height: 600px !important;
    }

    /* Navbar */
    .nav-normal-1 .current-menu-item > a, .single-products .nav-normal-1 .menu-item-type-custom a {
        position: relative;
        font-weight: 800;
    }

    .side-nav > .nav-links-container {
        display: block;
    }

    .nav-links-container {
        display: none;
    }

    .navbar-btn-sidenav {
        position: absolute;
        top: 6px;
        right: 5px;
    }

    .side-nav {
        display: block;
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        transform: translateX(0);
        background: #FFF;
        color: #000;
        z-index: 1000;
        opacity: 0;
        pointer-events: none;
        -o-transition: transform .4s ease 0s, opacity .2s;
        -webkit-transition: transform .4s ease 0s, opacity .2s;
        -moz-transition: transform .4s ease 0s, opacity .2s;
        transition: transform .4s ease 0s, opacity .2s;
    }

    .sidenav-open {
        transform: translateX(0);
        opacity: 1;
        pointer-events: all;
    }

    .nav-links-mobile ul {
        list-style: none;
        margin-top: 40%;
        padding-left: 40px;
    }

    .nav-links-mobile li {
        margin-bottom: 20px;
    }

    .nav-links-mobile li:before {
        content: unset !important;
    }

    .nav-links-mobile a {
        font-size: 1.4rem;
        font-weight: 800;
        color: #000;
        letter-spacing: 2px;
        text-transform: uppercase;
    }

    .nav-border-bottom {
        border-bottom: 1px solid #EEEEEE;
    }

    /* Navbar Template 1 */
    .nav-normal-1 .side-nav .nav-links-mobile .sub-menu {
        margin-top: 0;
        display: none;
        padding-left: 15px;
    }

    .nav-normal-1 .side-nav .nav-links-mobile .sub-menu li {
        padding-top: 20px;
        padding-bottom: 10px;
        margin: 0;
    }

    .nav-normal-1 .side-nav .nav-links-mobile .sub-menu li a {
        font-size: 1.2rem;
        font-weight: 400;
    }

    .subnav-mobile-open {
        display: block;
    }

    .nav-normal-1 .current-menu-item > a {
        font-weight: 800;
    }

    .nav-normal-1 .current-menu-parent .current-menu-item {
        background: transparent;
    }

    .nav-normal-1 .current-menu-parent .current-menu-item a {
        font-weight: 800 !important;
    }

    /* Navbar Template 2 */
    .navbar-full .navbar-btn-sidenav {
        margin-right: 5%;
    }

    .nav-links-fullwidth,
    .navbar-full-socials {
        margin-left: 8%;
    }

    /* Footer */
    footer {
        text-align: center;
    }

    footer .container {
        padding-left: 25px;
        padding-right: 25px;
    }

    footer h5 {
        margin-top: 5%;
        font-size: 1rem;
    }

    .footer-contacts p,
    footer nav ul li {
        font-size: 0.95rem;
    }

    footer .social-networks {
        padding-bottom: 50px;
    }

    /* Banner */
    .banner-3 h1 {
        font-size: 2.5rem;
    }

    /* Template 3 */
    .banner-3 .banner-content {
        width: 95%;
    }

    /* Home Page */
    .hp-bg-rect,
    .hp-bg-tall {
        height: 470px;
    }

    .hp-bg-fw {
        margin-left: -50px;
        margin-right: -50px;
    }

    .hp-wrapper-fw {
        margin-top: 75px;
        margin-bottom: 75px;
    }

    /* Template 1 */
    .hp-t1-section-1 {
        padding-top: 100px;
        padding-bottom: 40px;
    }

    .hp-t1-header-1 ul {
        margin-top: 15px;
    }

    .hp-t1-header-1 h3 {
        margin-bottom: 5px;
    }

    .hp-t1-section-2 {
        margin-top: 45px;
        padding-bottom: 45px;
    }

    .hp-t1-section-2 .col-12 {
        margin: 40px 0;
    }

    .hp-t1-section-3 .content {
        margin-top: 25px;
    }

    .hp-t1-section-3 {
        padding-top: 45px;
        padding-bottom: 40px;
    }

    .hp-testimonials-content {
        max-width: 95%;
    }

    .hp-t1-s2-square .icon {
        margin-bottom: 50px;
    }

    .hp-t1-s2-square .wrapper {
        text-align: center;
    }

    /* Template 2 */
    .hp-t2-section-1 img {
        width: 160px;
        margin-bottom: 75px;
    }

    .hp-t2-section-2 .wrapper {
        width: 65%;
        margin: 40px auto;
    }

    .hp-t2-section-2 .icon {
        margin: 0 auto;
    }

    /* Template 3 */
    .hp-t3-section-1 .hp-bg-image,
    .hp-t3-section-3 .hp-bg-image {
        width: 100%;
        height: 450px;
    }

    .hp-t3-section-1 .content {
        width: 75%;
        bottom: -90px;
    }

    .hp-t3-section-3 .content {
        width: 75%;
    }

    .hp-wrapper-fw .btn {
        margin-left: auto;
        margin-right: auto;
    }

    .hp-t3-section-7 {
        padding: 150px 0 50px 0;
    }

    .hp-t3-section-7 .col-12 {
        padding-bottom: 200px;
    }

    .hp-t3-section-7 .hp-bg-img {
        height: 600px;
    }

    .hp-t3-section-7 .content {
        top: 430px;
    }

    /* Template 4 */
    .swiper-home .container-fluid {
        padding-left: 15px;
        padding-right: 15px;
    }

    /* Template 5 */
    .hp-t5-section-2 .col-12 {
        margin-top: 0 !important;
        margin-bottom: 50px;
    }

    /* About */
    /* Template 1 */
    .about-t1-section-3,
    .about-t1-section-4,
    .about-t1-section-5,
    .about-t1-section-6 {
        padding-top: 40px;
        margin-bottom: 40px;
    }

    .about-t1-section-1 {
        padding-bottom: 40px;
    }

    .about-t1-section-1 h1 {
        font-size: 2rem;
        width: 100%;
    }

    .about-t1-section-2 {
        margin-top: 40px;
        margin-bottom: 40px;
    }

    .about-t1-section-2 .content {
        margin-top: 20px;
    }

    .about-t1-section-3 .col-12 {
        margin-bottom: 20px;
    }

    .about-t1-section-3 .col-12:nth-child(1) {
        margin-bottom: 40px;
    }

    .about-t1-section-3 .wrapper {
        width: 60%;
        margin: 0 auto;
    }

    .about-t1-section-3 .icon img {
        width: 30px;
        margin-bottom: 30px;
    }

    .about-t1-section-3 .hp-t1-header-1 {
        margin-bottom: 60px;
    }

    .about-t1-section-3 .wrapper {
        max-width: 65%;
    }

    .about-t1-section-4 .hp-t1-header-1 {
        margin-bottom: 40px;
    }

    .about-t1-section-4 .a-bg-image {
        height: 300px;
    }

    .about-t1-section-5 .title-container,
    .about-t1-section-6 .title-container {
        max-width: 100%;
    }

    .about-t1-section-6 .wpcf7 {
        margin-left: -15px;
        margin-right: -15px;
    }

    /* Template 2 */
    .about-t2-section-1 {
        margin-top: 50px;
        padding-bottom: 40px;
    }

    .about-t2-section-2,
    .about-t2-section-3,
    .about-t2-section-4 {
        padding-top: 40px;
        margin-bottom: 40px;
    }

    .about-t2-section-1 .content {
        padding-left: 0;
        padding-right: 0;
    }

    .about-t2-section-1 .content p {
        font-size: 1.9rem;
    }

    .about-t2-section-2 .a-bg-image {
        height: 300px;
    }

    .about-t2-section-2 .wrapper {
        padding: 0;
    }

    .about-t2-section-2 h2 {
        font-size: 2rem;
        margin-top: 60px;
    }

    .about-t2-section-3 .icon img {
        width: 80px;
    }

    .single-navigation {
        background: #f7f7f7;
        padding: 65px 0 85px 0;
    }

    /* Contacts */
    .contacts-page {
        margin-top: 40px;
        padding-top: 0;
        padding-bottom: 80px;
    }

    .contacts-text {
        margin-top: 0;
        margin-bottom: 20px;
    }

    .banner-half {
        height: 200px;
    }

    .contacts-page .btn {
        margin-left: auto !important;
        margin-right: auto;
    }

    .contacts-page .contacts-text h2 {
        margin-top: 0;
        margin-bottom: 10px;
    }

    .contacts-page h2 {
        margin-top: 60px;
        margin-bottom: 40px;
    }

    .contacts-banner {
        margin-top: 0;
        margin-bottom: 40px;
    }

    .alternative-btn {
        position: relative;
        margin: 0 auto;
    }

    /* Blog */
    .blog-page-title {
        font-size: 2.2rem;
    }

    .blog-cat {
        margin-top: 50px;
    }

    .blog-date {
        margin-bottom: 30px;
    }

    .blog-img {
        height: 450px;
    }

    .blog-author-container {
        margin: 45px 0 50px 0;
    }

    .blog-text {
        margin-bottom: 40px;
    }

    .blog-share-btns {
        margin-bottom: 50px;
    }

    .blog-recents-thumb {
        height: 450px;
    }

    .blog-recents-cats {
        font-size: 0.875rem;
        margin-top: 30px;
    }

    .blog-recents-title {
        font-size: 1.2rem;
        margin-bottom: 30px;
    }

    .blog-recents .col-lg-8.col-12 {
        padding: 0;
    }

    /* Products */
    .single-product-1 .navigation-btns {
        bottom: -30px;
    }

    .product-image-container {
        max-width: 100%;
    }

    .single-product-2 .product-text-container {
        max-width: 100%;
        margin-top: 0;
    }

    .single-product-2 .product-text-wrapper {
        padding: 15% 5% 5% 5%;
    }

    .single-product-image-btn {
        display: none;
    }
}

@media only screen and (max-width: 576px) {

    .btn {
        width: 160px;
        height: 40px;
        line-height: 40px;
    }

    .banner h1 {
        font-size: 2.25rem;
        width: 95%;
        margin: 20px auto;
    }

    /* Common Classes */
    .modal-dialog {
        max-width: 89%;
        margin-top: 35%;
    }

    .modal-body iframe {
        width: 100%;
        height: 50vw;
    }

    .header-1_1 {
        margin-bottom: 30px;
    }

    .hp-bg {
        height: 300px !important;
    }

    .hp-bg-fw {
        height: 450px;
        margin-left: -35px;
        margin-right: -35px;
    }

    .form-container .col-12 {
        padding: 0;
    }

    .container,
    .container-fluid {
        padding-left: 20px;
        padding-right: 20px;
    }

    /* Navbar */
    /* Navbar Template 2 */
    .navbar-full-socials {
        display: none;
    }

    .nav-logo-container {
        width: 70%;
    }

    .nav-logo-container img {
        width: 100%;
    }

    /* Footer*/
    .copyright {
        text-align: center;
    }

    .social-networks {
        margin-bottom: 10%;
    }

    .social-networks i {
        font-size: 1.5rem;
    }

    footer .social-networks {
        padding-bottom: 20px;
    }

    /* Home Page */
    .hp-wrapper-fw {
        padding-left: 0;
        padding-right: 0;
    }

    .hp-wrapper-fw .btn {
        margin: 0 auto;
    }

    .hp-carousel-img {
        min-height: 500px;
    }

    /* Template 1 */
    .hp-t1-section-1 p {
        font-size: 1.5rem;
    }

    .hp-t1-section-7,
    .hp-t3-section-5 {
        margin-left: -35px;
        margin-right: -35px;
    }

    .hp-testimonials-content {
        max-width: 85%;
    }

    .hp-t1-section-8 h2 {
        text-align: center;
        margin-bottom: 15%;
    }

    .hp-t1-section-8 .btn {
        margin: 0 auto !important;
    }

    /* Template 2 */
    .hp-t2-header {
        font-size: 1.75rem;
    }

    .hp-t2-section-1 img {
        width: 100px;
    }

    .hp-t2.section-1 h1 {
        font-size: 1.625rem;
    }

    .hp-t2-section-2 .wrapper {
        width: 95%;
    }

    .hp-t2-section-4 img {
        max-width: 120px;
    }

    .hp-t2-section-1 .btn {
        margin-left: auto;
    }

    /* Template 3 */
    .hp-t3-section-1 .content {
        width: 100%;
        position: relative;
        padding: 20px 15px 0 20px;
        bottom: 0;
    }

    .hp-t3-section-1 .hp-bg-image,
    .hp-t3-section-3 .hp-bg-image {
        width: 100%;
        height: 250px;
    }

    .hp-t3-section-2 {
        padding: 50px 0 50px 0;
    }

    .hp-t3-section-3 {
        padding: 50px 0 50px 0;
    }

    .hp-t3-section-3 .content {
        width: 100%;
        position: relative;
        top: 0;
    }

    .hp-t3-section-3 .icon {
        margin: 0 auto 40px auto;
    }

    .hp-t3-section-3 h2, .hp-t3-section-3 p {
        padding-right: 0;
    }

    .hp-t3-section-6 .col-12 {
        margin-bottom: 40px;
    }

    .hp-t3-section-7 .hp-bg-img {
        height: 250px;
    }

    .hp-t3-section-7 .content {
        position: relative;
        top: 0;
        padding: 50px 0 0 0;
    }

    .hp-t3-section-7 .col-12 {
        padding-bottom: 50px;
    }

    /* Template 6 */
    .hp-t6-section-2 {
        margin-left: -15px;
        margin-right: -15px;
    }

    .hp-t6-section-2.masonry {
        width: unset;
        column-count: 1;
        column-gap: 0;
    }

    /* About */
    /* Template 1 */
    .about-t1-section-4 .col-sm-6.col-12 {
        padding-left: 0;
        padding-right: 0;
    }

    /* Template 2 */
    .about-t2-section-1 h1 {
        font-size: 2rem;
        padding-left: 0;
        padding-right: 0;
    }

    .about-t2-section-1 .content {
        margin-top: 70px;
        margin-bottom: 40px;
    }

    .about-t2-section-3 p {
        font-size: 1rem;
    }

    .about-t2-section-3 h2 {
        font-size: 0.85rem;
    }

    .about-t2-section-4 .a-bg-img {
        height: 400px;
    }

    .about-t2-section-5 {
        padding-bottom: 20px;
    }

    .about-t2-section-5 p {
        max-width: 100%;
    }

    .about-t2-section-6 {
        padding-left: 5%;
        padding-right: 5%;
    }

    .about-t2-section-6 h1 {
        font-size: 3rem;
        margin-bottom: 20px;
    }

    .s-image-container-1,
    .s-image-container-2 {
        height: 150px;
    }

    /* Single */
    .single-navigation {
        padding: 65px 0 80px 0;
    }

    /* Template 1 */
    .single-banner-text {
        width: 90%;
        margin: 0 auto 15% auto;
    }

    /* Template 2 */
    .s-t2-title-container p {
        font-size: 1.375rem;
        margin-left: 0;
        margin-right: 0;
    }

    .s-t2-title-container h1 {
        font-size: 2rem;
    }

    .s-t2-title-container p {
        font-size: 1.2rem;
    }

    /* Porfolio */
    .portfolio-projects .masonry {
        column-count: 1;
    }

    /* Blog */
    .blog-page-content {
        margin-bottom: 70px;
    }

    .blog-img {
        height: 200px;
    }

    .blog-banner {
        margin-top: 70px;
        height: 200px;
    }

    .blog-author-container {
        height: 80px;
    }

    .blog-container {
        margin-top: 50px;
        margin-bottom: 120px;
    }

    .blog-pagination-container .page-numbers {
        padding: 10px 15px;
        font-size: 0.875rem;
    }

    .archive-title {
        font-size: 1.1rem;
    }

    .blog-page-title {
        font-size: 2rem;
    }

    .blog-recents-thumb {
        height: 250px;
    }

    .blog-cats-list ul li {
        font-size: 1.2rem;
    }

    .single-portfolio-content {
        margin-top: 50px;
        margin-bottom: 75px;
    }

    /* Products */
    .products-banner {
        height: 100px;
    }

    .product-cat-list button.active:before {
        height: 3px;
    }

    .product-cat-list button {
        padding: 0 0 6px 0;
    }

    .single-product {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    /* Contacts */
    .contacts-page .form-1 .row {
        margin-left: 0;
        margin-right: 0;
    }

    .swiper-banner .swiper-pagination {
        bottom: 35px;
    }

    /* Portfolio */
    .single-portfolio-template-1 .single-portfolio-content .wp-block-group h2 {
        position: unset;
        padding-right: 0;
    }

    .single-portfolio-template-1 .single-portfolio-content .wp-block-group p {
        width: 100%;
        margin-left: auto;
    }
}

@media only screen and (max-width: 325px) {

    html {
        font-size: 12px;
    }

    /* */
    .container, .container-fluid {
        padding-left: 15px;
        padding-right: 15px;
    }

    /* Navbar */
    /* Navbar Template 2 */
    .nav-links-social li {
        font-size: 0.45rem;
    }

    /* Home Page */
    .hp-bg-fw {
        margin-left: -15px;
        margin-right: -15px;
    }
}


@media only screen and (max-width: 740px) and (max-height: 400px) {
    /* Navbar */
    .navbar-btn-sidenav > span {
        font-size: 3rem;
    }

    .nav-links-mobile > ul {
        margin-top: 0;
    }

    .nav-links-mobile a {
        font-size: 0.675rem;
    }

    .nav-normal-1 .side-nav .nav-links-mobile .sub-menu li {
        padding-top: 3px;
        padding-bottom: 3px;
    }

    .nav-normal-1 .side-nav .nav-links-mobile .sub-menu li a {
        font-size: 0.625rem;
    }

    .nav-links-mobile li {
        margin-bottom: 5px;
    }

    .nav-links-mobile {
        overflow-y: auto;
    }
}