/*
Theme Name: MARCO'S
Author: DreamhouseLab Developer Team
Author URI: https://marcos.co.id/
Description: Marco's Chop Shop is a luxurious one stop shop gentlemen barber shop. We dedicate ourselves to providing only the finest grooming service. Started with our first outlet in May 2015, in less then 2 years we expanded to a fleet of 5 stores, Located in strategic locations around Jakarta
Version: 1.0
Text Domain: MARCO'S
*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@600;700&family=Open+Sans&display=swap');

@font-face {
    font-family: 'Geared Slab';
    src: url('./assets/fonts/GearedSlab-Bold.woff2') format('woff2'),
        url('./assets/fonts/GearedSlab-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Geared Slab';
    src: url('./assets/fonts/GearedSlab-Regular.woff2') format('woff2'),
        url('./assets/fonts/GearedSlab-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

html,
body{
    margin: 0;
    padding: 0;
    /* overflow-x: hidden; */
}

html {
    scroll-behavior: smooth;
}

#mapid { height: 400px; }

button:focus{
    outline: none;
}

header{
    width: 100%;
    position: fixed;
    z-index: 99999;
    transition: all ease .4s;
}

header.bg-black{
    background: #111;
}

.header-bg{
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    background-image: linear-gradient(to bottom, #000000, rgba(215, 152, 43, 0) 84%);
}

.header-nav{
    position: relative;
    z-index: 11;
}

.header-nav .logo a img{
    width: 200px;
    transition: ease all .4s;
}

.header-nav .logo a img.small{
    width: 150px;
}

.header-nav .menu .menu-navigation{
    list-style: none;
}
.header-nav .menu .menu-mobile-navigation li{
    width: 100%;
}

.menu-mobile-nav{
    padding-top: 50px !important;
    padding-bottom: 50px !important;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #111;
    transform: translateX(100%);
    transition: all ease .2s;
}

.menu-mobile-nav.active{
    transform: translateX(0%);
}

.menu-mobile-nav li{
    width: 100%;
    padding: 20px;
}

.header-nav .menu .menu-navigation li{
    float: left;
    padding: 10px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}
.header-nav .menu .menu-navigation li a,
.menu-mobile-nav li a{
    font-size: 14px;
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
    display: inline-block;
    height: 100%;
    width: 100%;
}

#about > div > div{
    padding: 10% 5% 0;
}

#about p.title{
    font-family: 'Geared Slab';
    font-size: 28px;
}

#about div.desc{
    font-family: 'Open Sans';
}

#locations{
    padding: 10% 10% 0;
}

.location-box .title{
    font-size: 22px;
    font-family: 'Geared Slab';
}

#banner .wrapper{
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.hvr-underline-from-left:before{
    background: #d7982b;
}

#banner .wrapper .box{
    background: rgba(0, 0, 0, .7);
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    text-align: center;
    font-size: 18px;
    line-height: 1.5;
}
#banner .wrapper .box .title{
    font-size: 24px;
    font-family: 'Geared Slab';
    font-weight: bold;
    letter-spacing: 10px;
}
#banner .wrapper .box .border{
    height: 1px;
    width: 40%;
    background: #fff;
}

#services{
    padding: 80px 0;
}

#services .item-service{
    min-height: 350px;
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
}

#services .item-service .layer-dark{
    position: absolute;
    background: rgba(0, 0, 0, .4);
    width: 100%;
    height: 100%;
}

#services .item-service .caption{
    position: relative;
    font-family: 'Geared Slab';
    font-size: 20px;
    width: 100%;
    letter-spacing: 3px;
    color: #fff;
    padding: 20px 10px;
    background-position: top left;
    background-image: url('./assets/img/pattern-1.png');
}

#customers{
    padding: 80px 0;
    background-position: center right;
    background-repeat: no-repeat;
    background-image: url('./assets/img/pattern-2.svg');
}

#customers .item-customer{
    min-height: 400px;
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
}

#customers .customer-name{
    position: relative;
    font-family: 'Geared Slab';
    font-size: 24px;
    width: 100%;
    letter-spacing: 3px;
    color: #111;
    text-align: center;
    padding: 20px 10px;
    background-position: top center;
    background-repeat: no-repeat;
    border: solid 1px #d7982b;
    background: #fff;
}

.section-title{
    font-family: 'Geared Slab';
    font-weight: bold;
    font-size: 30px;
    text-transform: uppercase;
    letter-spacing: 8px;
    margin-bottom: 40px;
}

#gallery{
    padding: 80px 0;
    background-position: center left;
    background-repeat: no-repeat;
    background-image: url('./assets/img/pattern-3.svg');
}

/* fluid 3 columns */
.grid-sizer,
.grid-item { width: 33.3333%; }
/* 2 columns */
.grid-item--width2 { width: 66.6666%; }

#prices,
#locations{
    padding: 80px 0;
    /* height: auto; */
    border-top: 2px solid #d7982b;
    border-bottom: 2px solid #d7982b;
    background-position: top;
    background-repeat: repeat;
    background-image: url('./assets/img/pattern-4.jpg');
}

#prices .item-price.bundle{
    background-color: #26201f;
    padding: 20px;
    color: #fff;
}
#prices .item-price.bundle .price{
    font-family: 'Geared Slab';
    font-size: 30px;
    text-align: right;
}
#prices .item-price.bundle .title{
    font-family: 'Geared Slab';
    font-size: 20px;
}
#prices .item-price.bundle .desc{
    font-family: 'Montserrat';
    font-size: 14px;
}
#prices .item-price.single .title{
    font-family: 'Geared Slab';
    font-size: 24px;
    color: #d7982b;
    text-transform: uppercase;
    margin-bottom: 15px;
}
#prices .item-price.single .title div,
#prices .item-price.single .desc li{
    padding: 0 20px;
}
#prices .item-price.single .desc li .name{
    font-size: 16px;
    font-family: 'Montserrat';
}
#prices .item-price.single .desc li .price{
    font-size: 22px;
    font-family: 'Geared Slab';
}

#findUs{
    padding: 80px 0;
    background-position: center left;
    background-repeat: repeat;
    background-image: url('./assets/img/pattern-4.jpg');
}

#findUs .find-box .title,
#findUs .find-box .desc{
    font-family: 'Geared Slab';
    font-size: 20px;
}

footer{
    width: 100%;
    padding: 20px 0;
    background-color: #d7982b;
}

footer .footer-social{
    font-size: 14px;
    font-family: 'Montserrat';
    color: #111;
    text-transform: uppercase;
}

footer .border{
    height: 2px;
    background: #fff;
}

.hamburger-inner, .hamburger-inner:after, .hamburger-inner:before,
.hamburger.is-active .hamburger-inner, .hamburger.is-active .hamburger-inner:after, .hamburger.is-active .hamburger-inner:before{
    background: #d7982b;
}

#services .description{
    font-family: "Montserrat";
    font-size: 12px;
}

@media only screen and (max-width: 425px) {
    #banner .wrapper .box .title{
        font-size: 14px !important;
    }
    #banner .box .desc{
        font-size: 12px;
    }
    #prices .item-price.bundle .title{
        font-size: 18px;
    }
    #prices .item-price.bundle .desc{
        font-size: 12px;
    }
    #prices .item-price.bundle .price{
        font-size: 20px;
    }
    #prices .item-price.single .title div, #prices .item-price.single .desc li{
        padding: 0;
    }
    #prices .item-price.single .desc li .name{
        font-size: 14px;
    }
    /* fluid 3 columns */
    .grid-sizer,
    .grid-item { width: 100%; }
    /* 2 columns */
    .grid-item--width2 { width: 100%; }
}