/*
Theme Name: StolarijaSekvoja
Theme URI: https://stolarija-sekvoja.com
Author: Antun Črnja
Author URI: antuncrnja@gmail.com
Version: 1.0
*/
body,
html {
    margin: 0;
    padding: 0;
    -webkit-text-size-adjust: none;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    image-rendering: -webkit-optimize-contrast;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
    font-family: 'Open Sans', sans-serif;
    background: black;
    color:white;
    text-align:center;

}

.grey{
    background: #1f1f21;
}
h1{
    font-size: 55px;
    line-height:60px;
    color: #C08B59;
    font-weight: 900;
}
h2{
    font-size: 25px;
    line-height:30px;
}
p{
    font-size: 15px;
    line-height:20px;
}

.container h1, 
.container h2, 
.container h3, 
.container p,
.page_container h1,
.page_container h2,
.page_container h3,
.page_container p
{
    max-width:50%;
    margin: 40px auto 0 auto;
    visibility: none;
    opacity:0;
}
* {
    box-sizing: border-box;
}

.clearfix::after {
    content: "";
    clear: both;
    display: block;
}

a,
a:active,
a:hover,
a:visited,
a:focus,
button {
    border-radius: 0;
    outline: 0 none;
    text-decoration: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
    color: inherit;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
}
button {
    border: 0;
    margin: 0;
}
img {
    display: block;
}

button.btn{
    height:45px;
    border-radius:45px;
    border: 2px solid #C08B59;
    color: #C08B59;
    padding: 0 25px;
    background: inherit;
    font-size: 14px;
    font-weight: 700;
    margin-top:50px;
}

button.btn:hover .arrow{
    margin-left:20px;
}

.front_arrow{
    position:absolute;
    width:20px;
    right:1.45%;
    bottom: 155px;
    transform: rotate(90deg);
    opacity:0;
}
.arrow{
    display: inline-block;
    width:15px;
    margin-left:10px;
    transition: all .2s cubic-bezier(.17,.67,.83,.67);
}

.container{
    padding: 100px 0;
}
.page_container{
    padding: 35px 0;
}
.logo{
    max-width:220px;
    margin: 0 auto;
    position: relative;
    z-index:1;
    opacity:0;
    z-index: 99999;
}
.logo_min{
    max-width:180px;
    margin: 0 auto;
    position: relative;
    z-index: 99999999999999999;
    opacity:1;
}

ul, ul li{
    margin:0;
    padding:0;
}
.menu{
    text-align:right;
}

.menu ul li{
    display:inline-block;
}

.menu ul a{
    position: relative;
    font-size:13px;
    padding: 10px 12px;
}

.menu ul a::after{
    content: "";
    position:absolute;
    left:0;
    bottom: 0;
    width:0;
    height:1px;
    background:rgb(85, 85, 85);
    display:block;
    transition: all .3s;
    left: 50%;
    transform: translateX(-50%);
}

.menu ul a:hover::after{
    width:65%;
}

.menu ul{
    float:right;
    z-index:1;
    position:relative;
}

.menu .tel{
    float: left;
    font-size: 13px;
    color: #C08B59;
    transition: all .3s ease-in-out;
    opacity:0;
}
.menu .tel:hover{
    color: #C08B59;
}

i.fas.fa-phone {
    transform: rotate(110deg);
    color:#C08B59;
}

.footer i.fas.fa-envelope, .footer i.fas.fa-phone {
    color:#C08B59;
}
.footer a{
    display:block;
    margin-top:10px;
    font-size: 13px;
}

.header{
    width:100%;
    position: absolute;
    top:0;
    left: 0;
    z-index: 999;
}

.header_wrapper{
    margin: 0 auto;
    position: relative;
    padding: 40px;
    max-width:1200px;
}

.front_img{
    width:90%;
    height:70vh;
    margin: 0 auto;
    position: relative;
    z-index:1;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    max-width:100% !important;
    opacity:0;
    box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.30);
}
.half_grey{
    width:50%;
    height:90%;
    position: absolute;
    right:0;
    top:0; 
    background-image: linear-gradient(#1f1f21, black)
}
.front a{
    padding: 5px; display: block;
}
.front{
    position: relative;
    background: #101010;
}
.push_top{
    margin-top: -100px;
    position: relative;
}
.push_top_x2{
    margin-top: -200px;
    position: relative;
}
.push_bottom{
    padding-bottom: 200px;
}
.big_img{
    width:90%;
    height:70vh;
    margin: 0 auto;
    position: relative;
    z-index:1;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    max-width:100%;
    box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.30);
}

.owl-item{
    opacity: .15;
    transition: all .3s ease-in-out;
}

.owl-carousel .big_img{
    width:95%;
}
button.owl-prev, button.owl-next {
    font-size: 40px !important;
    padding: 5px;
    width:30px;
}
.owl-nav{
    color: #3a3a3a;
}
button.owl-prev span, button.owl-next span{
    transition:all .2s ease-in-out;
}
button.owl-prev span:hover, button.owl-next span:hover{
    color: white;
}
.center{
    opacity: 1;
}

.footer{
    position:relative;
    padding:80px;
    border-top: 1px solid #2b2b2b;
}
.footer_logo {
    width: 150px;
}

.bottom_info{
    background: #131313;
    padding: 20px;
    color:#646464;
    width:100%;
}
.mobile_menu_wrapper{
   display:none;
}
.mail{
    display: none;
}
.potpis{
    position: relative;
    top: 8px;
}
.potpis span{
    display: inline-block;
}

.gallery_wrapper{
   width: 90%;
   margin: 100px auto;
}
.gallery{
width: 48%;
height: 400px;
margin: 1%;
float:left;
display: none;
background-size: cover !important;
background-repeat: no-repeat !important;
background-position:center !important;
}

.separator{
    width:100%;
    height:100px;
}

.rotate{
    transform: rotate(90deg);
}

/* Menu breakpoint */
@media(max-width: 1000px){
    .menu ul li{
        display:block;
        transform: translateX(-40px);
        opacity:0;
    }
    .menu .tel {
        color: grey;
        position: absolute;
        left: 0;
        padding: 20px 20px 20px 50px;
        opacity: 0;
        visibility: hidden;
        width: 78%;
        font-size: 12px;
    }
    i.fas.fa-phone {
        color:grey;
    }
    .mail{
        display: initial;
        color:grey;
        font-size:11px !important;
    }
    .menu{
        position: absolute;
        background:#000000;
        width:100%;
        height:100vh;
        left:0;
        top:0;
        z-index:9999;
        text-align:left;
        padding-left:50px;
        opacity:0;
        visibility: hidden;
    }
    .mobile_menu_grey{
        position:absolute;
        bottom:0;
        left:0;
        height:100vh;
        width:100%;
        background:#151617;
        transform: translateX(-100%);
        z-index:1;
    }
    .menu ul{
        float:none;
        top:150px;
    }
    .menu ul a{
        font-size: 4vw;
        line-height: 26px;
        font-weight: 400;
        text-transform: uppercase;
    }
    .container h1, 
    .container h2, 
    .container h3, 
    .container p,
    .page_container h1,
    .page_container h2,
    .page_container h3,
    .page_container p
    {
        max-width:90%;
        margin: 40px auto 0 auto;
    }
    h1{
        font-size: 30px;
        line-height:40px;
        font-weight: 900;
    }
    h2{
        font-size: 18px;
        line-height:25px;
    }
    p{
        font-size: 15px;
        line-height:20px;
    }
    .big_img{
        height:330px;
    }
    .half_grey{
        width:50%;
        height:84%;
    }
    .menu ul a::after{
        display: none;
    }
    .mobile_menu_wrapper{
        width:20px;
        position:absolute;
        right:20px;
        top:35px;
        box-sizing: content-box;
        padding: 20px;
        z-index:9999999;
        cursor:pointer;
        display:block;
    }
    .mobile_menu{
        width:35px;
        height:2px;
        background: white;
        position: relative;
        transition:all .4s ease-in-out;
    }
    .mobile_menu::after{
        content: '';
        position: absolute;
        right:0;
        top:10px;
        width:30px;
        height:2px;
        background: white;
        transition:all .4s ease-in-out;
    }
    
    .mobile_menu_active{
        width:35px;
        height:2px;
        background: #C08B59;
        position: absolute;
        transform:rotate(-45deg);
        transition:all .4s ease-in-out;
    }
    .mobile_menu_active::after{
        content: '';
        position: absolute;
        right: 0;
        top: 0;
        width: 35px;
        height: 2px;
        background: #C08B59;
        transform: rotate(90deg);
        transition:all .4s ease-in-out;
    }

    .front_arrow{
        display:none;
    }
    .gallery{
        width: 98%;
        height: 230px;
        margin-bottom: 10px;
    }
        .front_img {
            width: 90%;
            height: 270px;
        }
        .logo {
            max-width: 180px;
        }
        
} /* zatvoren 1000 media query */


