/** GENERICONS  ------------------------------------------------------ */

section.container-fluid {
    padding-left: 0px;
    padding-right: 0px;
}

.wrap>.container-fluid>div {
    padding-left: 15px;
    padding-right: 15px;
}

html,
body {
    overflow-x: hidden;
}

html {
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
}

button:focus {
    outline: 0px dotted;
    outline: 0px auto -webkit-focus-ring-color;
}

:focus {
    outline: 0px dotted;
    outline: 0px auto -webkit-focus-ring-color;
}

.stratch {
    min-height: 100%;
}

@media screen and (min-width: 992px) {
    .row.mb-neg {
        position: relative;
        z-index: 9;
        width: 100%;
        margin-bottom: -100px;
    }
    .rotate {
        transform: rotate(-90deg);
    }
    .select .rotate {
        width: 100%;
        height: 100%;
        padding-left: 5em;
    }
    .nav-wh .rotate {
        transform: rotate( -90deg);
        height: 260px;
        width: 300px;
    }
    .rotated {
        transform: rotate( -90deg);
        width: 100vh;
        height: 85vh;
        text-align: center;
    }
}

@media screen and (max-width: 767px) {
    .nav-fill .nav-item {
        min-width: 47%;
    }
}

.nav-pills .nav-link {
    border-radius: 0px;
    background-color: #2A2D33;
    color: #fff;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #fff;
    background-color: #363635;
}


/**  INTRO  ------------------------------------------------------ */

.headline {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.hero {
    min-height: 80vh;
    padding-bottom: 5vh;
}

.half-hero {
    min-height: calc(45vh + 200px);
    padding-bottom: 5vh;
    padding-right: 5vh;
}

.carousel-item .hero {
    min-height: 90vh;
    padding-bottom: 10vh;
}

@media screen and (max-width: 991px) {
    .hero {
        padding-top: 7em;
        padding-bottom: 7em;
    }
    .hero {
        background: rgb(0 0 0 / 42%);
    }
}


/**  BG  ------------------------------------------------------ */

.bg-primary {
    background-color: #363635 !important;
}

.bg-secondary {
    background-color: #9a714b !important;
}

.select,
.bg-carousel {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}


/* BUTTON ----------------------------------------------------------- */

.btn {
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 1px;
    border-radius: 0px;
    padding: 20px 30px;
    text-transform: uppercase;
    font-weight: 400;
}

input.wpcf7-form-control.wpcf7-submit {
    background: unset;
    border: unset;
    color: #2D2D2B;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 1px;
        font-family: 'Raleway', sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
}

.btn-icon {
    width: 60px;
    height: 60px;
    padding: 7px 18px;
    font-size: 16px;
    border-width: 2px;
}

.btn-primary {
    background-color: #363635;
    border-color: #363635;
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle .btn-primary:focus,
.btn-primary:hover {
    color: #fff;
    background-color: #b0b0b0;
    border-color: #b0b0b0;
}

.btn-primary.focus,
.btn-primary:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-primary.dropdown-toggle:focus {
    box-shadow: unset;
}

.btn-secondary {
    background-color: #b0b0b0;
    border-color: #b0b0b0;
}

.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show>.btn-secondary.dropdown-toggle .btn-secondary:focus,
.btn-secondary:hover {
    color: #fff !important;
    background-color: #363635;
    border-color: #363635;
}

.btn-secondary.focus,
.btn-secondary:focus,
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.show>.btn-secondary.dropdown-toggle:focus {
    box-shadow: unset;
}


/* FORM ----------------------------------------------------------- */

.form-control {
    border-width: 2px;
    border-radius: 0px !important;
    border-color: #363635;
    padding: 15px 30px;
    height: calc(60px);
}

.form-control:focus {
    color: #b0b0b0;
    background-color: #fff;
    border-color: #b0b0b0;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(205, 215, 64, .25);
}

input[type=checkbox], input[type=radio]{
    width: 100%;
    height: 17px;
    margin-top: 2px;
}
label{
    font-size: 12px;
    font-family: 'Raleway', sans-serif;
}
/* LETTERING ----------------------------------------------------------- */


.form-control,
li,
body,
p {
                                                                 
    font-weight: 300;
    font-style: normal;
    font-size: 16px;
    font-family: 'Raleway', sans-serif;
}

.small a, .small {
    font-size: 80%;
}

h2.bigger,
.bigger h1 {
    font-size: 200px;
    line-height: 200px
}

h2.big {
    font-size: 100px;
    line-height: 94px;

}

footer h2.big {
    font-size: 70px;
    line-height: 90px
}

footer h2 {
    font-size: 50px;
    line-height: 60px
}

h1 {
    font-family: 'Playfair Display', serif;
    font-size: 70px;
    line-height: 1em;
}

.navbar-brand {
    font-size: 30px;
    line-height: 40px;
    font-family: 'Playfair Display', serif;
    text-transform: capitalize;
}

h2 {
    font-size: 50px;
    line-height: 60px;
    font-family: 'Playfair Display', serif;
}

.owl-collection h3 {
    font-size: 35px;
    line-height: 60px;
    font-family: 'Playfair Display', serif;
    text-transform: capitalize;
    color: #fff;
}

.owl-collection .focused h3 {
    font-size: 75px;
    line-height: 60px;
}

.owl-collection .focused a {
    color: #fff;
}

.owl-collection .focused .half-hero svg path {
    stroke: #fff;
}

h3 {
    font-size: 16px;
    

}

.nav-wh .active-row .rotate {
    text-align: center;
    width: 100%;
    text-align: start;
    height: 100%;
    padding-top: 20%;
    text-align: center !important;
}

.nav-wh .active-row h3 {
    font-size: 35px;
    line-height: 35px;
}

.nav-wh h3 {
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0px;
    font-family: 'Playfair Display', serif;
    font-weight: initial;
    text-transform: initial;
}

h4 {
    font-size: 20px;
    line-height: 24px;
    letter-spacing: .50px;
        font-family: 'Raleway', sans-serif;
}

h5 {
    font-size: 13px;
    line-height: 16px;
    letter-spacing: .50px;
}

h6 {
    font-size: 11px;
    line-height: 12px;
    letter-spacing: .50px;
}

a {
    color: #2D2D2B;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 1px;
        font-family: 'Raleway', sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
}
.social a{
    font-size: 30px;
}
.text-white p,
.text-white a,
.slide a {
    color: #ffffff;
}

a:hover {
    color: #b0b0b0;
    text-decoration: none;
}

a:hover .arrow svg {
    margin-left: 20px;
}

a .arrow svg path {
    stroke-width: 1.5px;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
}

.text-white a .arrow svg path {
    stroke: #ffffff;
}

a:hover .arrow svg path {
    stroke: #b0b0b0;
}

.arrow svg {
    width: 100% !important;
    height: 20px !important;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
}

.arrow {
    width: 100%;
    margin-top: -10px;
    position: relative;
    display: block;
}

@media screen and (max-width: 990px) {
    h1 {
        font-size: 30px;
        line-height: 36px;
    }
    h2 {
        font-size: 30px;
        line-height: 36px;
    }
    h2.bigger,
    .bigger h1 {
        font-size: 60px;
        line-height: 90px;
    }
    h2.big {
        font-size: 60px;
        line-height: 75px;
    }
    h3 {
        font-size: 16px;
        line-height: 19px;
    }
    .navbar-brand {
        font-size: 25px;
        line-height: 40px;
    }
}


/** LETTERING sidebar  ------------------------------------------------------ */

.sidebar-primary h3 {
    margin-top: 1em;
}

.sidebar-primary ul {
    margin-top: 1em;
    list-style: none;
}

.sidebar-primary ul li {
    font-size: 20px;
    line-height: 30px;
    color: #363635;
}

.sidebar-primary ul li a {
    color: #363635;
}


/** TIMELINE  ------------------------------------------------------ */

.dotted-line {
    width: 100%;
    height: 1px;
    border-top: dashed #2D2D2B 3px;
    margin-bottom: -10px;
    margin-top: 3em;
}

.border {
    border: 1px solid #2D2D2B!important;
}

a.popover-text:hover {
    cursor: pointer;
}

a.popover-text:hover .dot {
    background-color: #9a714b;
}

.popover-body {
    padding: 3em 2em;
    color: #ffffff;
    text-align: center;
    font-size: 14px;
    line-height: 20px;
        font-family: 'Raleway', sans-serif;
    font-weight: 700;
}

.bs-popover-auto[x-placement^=bottom] .arrow::after,
.bs-popover-bottom .arrow::after {
    top: 1px;
    border-bottom-color: #2D2D2B;
}

.popover {
    border-radius: 0px;
    background-color: #2D2D2B;
    border-bottom: 4px solid #2D2D2B;
}

.popover-text {
        font-family: 'Raleway', sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 1px;
}

.popover-text:hover {
    color: #9a714b !important;
    text-decoration: underline !important;
}

.dot {
    width: 10px;
    height: 10px;
    background-color: #2D2D2B;
    margin: 0 auto;
    border-radius: 50%;
    margin-bottom: 1em;
}

.line {
    width: 38px;
    height: 4px;
    margin-bottom: 7px;
    border: solid #2A2D33 1px;
    display: inline-flex;
}

.bs-popover-auto[x-placement^=top] .arrow::after,
.bs-popover-top .arrow::after {
    border-top-color: #2D2D2B;
}


/* TABS */

.nav-wh .nav-link {
    background-color: #2A2D33;
    color: #ffffff;
    width: 100%;
    height: 200px;
}

.nav-wh .nav-item {
    width: 8.333333%;
    margin-left: 15px;
    margin-right: 15px;
    text-align: left;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
}

.nav-wh .active-row {
    width: 64%;
}

.nav-wh .rotate {
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
}

.nav-wh .active-row .rotate {
    transform: rotate(0deg);
}

.nav-wh .nav-link.active.show {
    background-color: #363635;
}


/* LOOKBOOK CAROUSEL */

.item {
    padding: 5px;
}

.item.show {
    display: block;
}

.focused .d-none {
    display: block !important;
}

@media screen and (max-width: 999px) {
    .next,
    .prev {
        transform: scale(1);
        opacity: 1
    }
    .item {
        display: block !important
    }
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: unset !important;
    cursor: pointer;
}

.owl-theme .owl-nav [class*=owl-] {
    margin: 0px;
    padding: 0px;
    background: unset;
    display: block;
    width: 100%;
}

.owl-theme .owl-nav [class*=owl-] svg {
    width: 100%;
    height: auto;
}

.owl-theme .owl-nav [class*=owl-] svg path {
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
}

.owl-theme .owl-nav [class*=owl-]:hover svg path {
    stroke: #b0b0b0;
}

.owl-theme .owl-nav.disabled+.owl-dots {
    display: none;
}

.single-negozi .owl-item img,
.owl-small-carousel img {
    object-fit: cover;
    object-position: center;
}

.owl-collection .d-none,
.owl-collection h3,
.owl-item {
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
}


/* SOCIAL FEED */

.wpmi-item {
    padding-left: 5px;
    padding-right: 5px;
}

.wpmi-item:first-child {
    padding-left: 0px;
}

.page-template-template-home .wpmi-item:nth-child(1),
.page-template-template-home .wpmi-item:nth-child(4) {
    margin-top: 5em;
}

.page-template-template-home .wpmi-item:nth-child(2) {
    margin-top: 10em;
}

.wpmi-item:last-child {
    padding-right: 0px;
}
.contain {
    height: 150px;
    width: 150px;
    object-fit: contain;
}
.cover,
.wpmi-list img {
    object-fit: cover;
    width: 100%;
}

@media screen and (min-width: 1600px) {
    .owl-mobile .cover {
        object-position: top;
        height: 600px;
    }
}

.owl-two-carousel .owl-nav button.owl-next,
.owl-two-carousel .owl-nav button.owl-prev,
.owl-two-carousel button.owl-dot {
    width: 50%;
    padding: 10px !important;
}

.owl-two-carousel .owl-nav {
    display: -webkit-box;
    width: 25%;
    margin: 0 auto;
}

.owl-two-carousel .owl-prev span,
.owl-two-carousel .owl-next span {
    display: none;
}

.owl-small-carousel .owl-nav button.owl-next,
.owl-small-carousel .owl-nav button.owl-prev,
.owl-small-carousel button.owl-dot {
    width: 50%;
    padding: 10px !important;
}

.owl-small-carousel .owl-nav {
    display: -webkit-box !important;
    width: 30%;
    float: right;
}

button.disabled {
    pointer-events: none;
}

.owl-small-carousel .owl-prev span,
.owl-small-carousel .owl-next span {
    display: none;
}

.owl-theme .owl-dots {
    display: none;
}

.owl-timeline .owl-nav button.owl-next,
.owl-timeline .owl-nav button.owl-prev,
.owl-timeline button.owl-dot {
    width: 50%;
    padding: 10px !important;
}

.owl-timeline .owl-nav {
    display: -webkit-box !important;
    width: 30%;
}

.owl-timeline .owl-prev span,
.owl-timeline .owl-next span {
    display: none;
}

.owl-mobile .owl-nav button.owl-next,
.owl-mobile .owl-nav button.owl-prev,
.owl-mobile button.owl-dot {
    width: 50%;
    padding: 10px !important;
}

.owl-mobile .owl-nav {
    display: -webkit-box !important;
    width: 70%;
}

.owl-mobile .owl-prev span,
.owl-mobile .owl-next span {
    display: none;
}

.owl-client .owl-nav button.owl-next,
.owl-client .owl-nav button.owl-prev,
.owl-client button.owl-dot {
    width: 50%;
    padding: 10px !important;
}

.owl-client .owl-nav {
    display: -webkit-box !important;
    width: 30%;
}

.owl-client .owl-prev span,
.owl-client .owl-next span {
    display: none;
}

.owl-small-collection .owl-nav button.owl-next,
.owl-small-collection .owl-nav button.owl-prev,
.owl-small-collection button.owl-dot {
    width: 50%;
    padding: 10px !important;
}

.owl-small-collection .owl-nav {
    display: -webkit-box !important;
    width: 50%;
}

.owl-small-collection .owl-prev span,
.owl-small-collection .owl-next span {
    display: none;
}

.owl-theme .owl-dots {
    display: none;
}

.collapsed.switch {
    /*  display: block;
    opacity: 1; */
}

.switch {
    /*  display: none;
    opacity: 0; */
}

#accordion .bg-primary .collapse,
#accordion .bg-primary {
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
}

footer {
    margin-top: 15px;
}

#custCarousel li.list-inline-item.active,
#custCarousel .carousel-indicators li::before,
#custCarousel .carousel-indicators li::after {
    display: none;
}

#custCarousel li.list-inline-item {
    display: flex;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
}

#custCarousel .carousel-indicators li a {
    display: contents;
}

#custCarousel .carousel-indicators li {
    width: 215px;
    height: 200px;
    display: flex;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
}

#custCarousel .carousel-indicators {
    bottom: -10em;
}

#custCarousel {
    margin-bottom: 10em;
}

@media screen and (max-width: 990px) {
    #custCarousel .carousel-indicators li {
        width: 285px;
        height: 140px;
        display: flex;
        -webkit-transition: all 1s ease;
        transition: all 1s ease;
    }
    #custCarousel .carousel-indicators {
        bottom: -5em;
    }
    #custCarousel {
        margin-bottom: 5em;
    }
}

.fcted {
    vertical-align: middle;
    border-style: none;
    height: 70vh;
    object-fit: cover;
}

footer img {
    filter: contrast(0.5);
}

.owl-small-carousel .owl-item {
    display: none;
    transform: unset !important;
    -webkit-transition: unset !important;
    transition: unset !important;
}

.owl-small-carousel .active {
    display: block;
}

.owl-small-carousel .owl-stage {
    transform: unset !important;
    -webkit-transition: all 1s ease !important;
    transition: all 1s ease !important;
    overflow: hidden;
}

@media screen and (max-width: 400px) {
    .page-template-template-home .wpmi-list img {
        min-height: 200px;
    }
    .page-template-template-home .wpmi-item:nth-child(1),
    .page-template-template-home .wpmi-item:nth-child(4) {
        margin-top: 50px;
    }
    .page-template-template-home .wpmi-item:nth-child(2) {
        margin-top: 100px;
    }
}