/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */
@font-face {
    font-family: 'kbold';
    src: url('fonts/k2d-bold-webfont.eot');
    src: url('fonts/k2d-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/k2d-bold-webfont.woff2') format('woff2'),
         url('fonts/k2d-bold-webfont.woff') format('woff'),
         url('fonts/k2d-bold-webfont.ttf') format('truetype'),
         url('fonts/k2d-bold-webfont.svg#k2dbold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'kmedium';
    src: url('fonts/k2d-medium-webfont.eot');
    src: url('fonts/k2d-medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/k2d-medium-webfont.woff2') format('woff2'),
         url('fonts/k2d-medium-webfont.woff') format('woff'),
         url('fonts/k2d-medium-webfont.ttf') format('truetype'),
         url('fonts/k2d-medium-webfont.svg#k2d_mediumregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'mbold';
    src: url('fonts/koho-bold-webfont.eot');
    src: url('fonts/koho-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/koho-bold-webfont.woff2') format('woff2'),
         url('fonts/koho-bold-webfont.woff') format('woff'),
         url('fonts/koho-bold-webfont.ttf') format('truetype'),
         url('fonts/koho-bold-webfont.svg#kohobold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'mmedium';
    src: url('fonts/koho-medium-webfont.eot');
    src: url('fonts/koho-medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/koho-medium-webfont.woff2') format('woff2'),
         url('fonts/koho-medium-webfont.woff') format('woff'),
         url('fonts/koho-medium-webfont.ttf') format('truetype'),
         url('fonts/koho-medium-webfont.svg#koho_mediumregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'mregular';
    src: url('fonts/koho-regular-webfont.eot');
    src: url('fonts/koho-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/koho-regular-webfont.woff2') format('woff2'),
         url('fonts/koho-regular-webfont.woff') format('woff'),
         url('fonts/koho-regular-webfont.ttf') format('truetype'),
         url('fonts/koho-regular-webfont.svg#kohoregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'msemibold';
    src: url('fonts/koho-semibold-webfont.eot');
    src: url('fonts/koho-semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/koho-semibold-webfont.woff2') format('woff2'),
         url('fonts/koho-semibold-webfont.woff') format('woff'),
         url('fonts/koho-semibold-webfont.ttf') format('truetype'),
         url('fonts/koho-semibold-webfont.svg#koho_semiboldregular') format('svg');
    font-weight: normal;
    font-style: normal;

}


body {
    text-align: center;
    line-height: 1.4;
    color: #1E1E1E;
    margin: 0;
    padding: 0;
    font: 20px 'mregular';
}

.trans {
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
}

#header {
    width: 100%;
    height: auto;
    height: 990px;
    padding-top: 26px;
    overflow: hidden;
}

#slider {
    width: 1600px;
    height: auto;
    margin: 0px auto;

}

#owl-demo {

}

#owl-demo .item {

    text-align: center;
    display: inline-block;
}

#owl-demo .item img {
    display: block;
    width: 100%;
    height: auto;
cursor: move;
}


.menu {
    animation-delay: 3s;
    -webkit-animation-delay: 3s;
    margin-top: 40px;
    margin-right: 10px;
}

.menu.static{
        position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    background: #232323;
    margin-top: 0px;
    padding: 15px 0px;
    z-index: 5;
}

.menu li {
    list-style: none;
    display: inline-block;

}

.menu li a {
    font: 20px 'kbold';
    color: #462110;
    text-decoration: none;
    display: block;
    padding: 0px 25px;
	font-weight: 900;
}

.menu li a:hover {
    text-decoration: underline;
}

.top-nav{
    margin-right: 25px;
}

.top-nav a{
    font: 17px 'kmedium';
    color: #462110;
    display: inline-block;
}

.top-nav a.phone{
    background: url(img/phone.png) no-repeat 0px -2px;
    padding-left: 32px;
    height: 24px;
    padding-top: 0px;
}

.top-nav a.meeting{
    border-radius: 50px;
    background: #F7CC52 url(img/arrow.png) no-repeat 230px center;
    padding: 17px 100px 17px 35px;
    margin-left: 35px;
}

.top-nav a.meeting:hover, .top-nav a.meeting:focus{
    background-color: #e0b85a;
    text-decoration: none;
}

.logo{
    margin-left: 25px;
    display: inline-block;
}

.logo img{
    height: 120px;
}

header .intro{
    text-align: left;
    margin-top: 150px;
}

header .intro h1{
    font: 68px 'msemibold';
    color: #1E1E1E;
    animation-delay: 1s;
    -webkit-animation-delay: 1s;
}

header .intro h2{
    font: 21px 'mbold';
    color: #1E1E1E;
    margin-bottom: 65px;
    animation-delay: 2s;
    -webkit-animation-delay: 2s;
    line-height: 100%;
}

header .intro p{
    font: 20px 'mregular';
    color: #1E1E1E;
    margin-bottom: 70px;
    line-height: 140%;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    animation-delay: 3s;
    -webkit-animation-delay: 3s;
}

.more{
    border-radius: 50px;
    background: #F7CC52 url(img/arrow.png) no-repeat right 29px center;
    padding: 20px 105px 20px 35px;
    font: 17px 'mmedium';
    color: #462110;
    display: inline-block;
    animation-delay: 4s;
    -webkit-animation-delay: 4s;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
}

.more:hover {
	color: #462110;
}

header .intro a.more:hover, header .intro a.more:focus{
    background-color: #e0b85a;
    text-decoration: none;
}

header .intro .circle{
    float: right;
    width: 601px;
    height: 601px;
    position: relative;
    margin-top: -80px;
    margin-left: 150px;
}

header .intro .circle .true_image{
    animation-delay: 5s;
    -webkit-animation-delay: 5s;
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
}

header .intro .circle .image_shadow{
    animation-delay: 6s;
    -webkit-animation-delay: 6s;
    position: absolute;
    z-index: 1;
    top: 40px;
    right: -70px;
    animation-duration: 4s;
}

#header .sticky-header{

}

#header .sticky-header.static{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    background: #fff;
    border-bottom: 1px solid #ccc;
    z-index: 10;
}

#header .sticky-header.static .top-nav{
    display: none;
}
#header .sticky-header.static .logo{
    margin-top: 2px;
    margin-bottom: 2px;
}
#header .sticky-header.static .logo img{
    height: 50px;
}

#header .sticky-header.static .menu{
    margin-top: 16px;
}

#why-us{
    padding: 0px 0 50px 0;
}

#why-us .cite{
    background: url(img/quote.png) no-repeat center top;
    text-align: center;
    padding-top: 170px;
}

#why-us .cite h2{
    font: 50px 'mbold';
    color: #1E1E1E;
    line-height: 120%;
    margin-bottom: 60px;
}

#why-us .cite p{
    line-height: 150%;
    margin-bottom: 55px;
}

#why-us .cite a.more{
    border-radius: 50px;
    background: #fff url(img/arrow.png) no-repeat right 29px center;
    padding: 20px 105px 20px 35px;
    font: 17px 'mmedium';
    border: 2px solid #222;
    color: #462110;
    display: inline-block;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
}

#why-us .cite a.more:hover, #why-us .cite a.more:focus{
    background-color: #f2f2f2;
    text-decoration: none;
}

#services h2{
    font: 50px 'mbold';
    color: #1E1E1E;
    line-height: 120%;
}

#services p{
    font: 20px 'mregular';
}

#services .service{
    text-align: center;
    border-radius: 10px;
    background: #F7CC52;
    min-height: 355px;
    padding-top: 90px;
    margin-top: 2px;
    display: block;
    color: #1E1E1E;
}
#services .service:hover{
    text-decoration: none;
}
#services .service:hover img{
    transform: scale(0.9);
}

#services .service img{
    display: inline-block;
    margin-bottom: 10px;
    transition: all .5s ease;
}

#services .service h3{
    font: 30px 'mbold';
}

#categories .accordion{

}

#categories  .card{
    border: 0px;
    border-bottom: 1px solid #e8e8e8;
    background: #fff;
}

#categories  .card .card-header{
    text-align: left;
    background: #fff;
    border: 0px;
    padding: 40px 0px 40px 120px;
    cursor: pointer;
}

#categories .card .card-header a{
    font: 50px 'mbold';
    color: #1E1E1E;
    border: 0px;
    background: transparent;
    display: inline-block;
    line-height: 160%;
}

#categories .card .card-header a img{
    float: left;
    margin: 0 60px 0 0;
}

#categories .card-body{
    text-align: left;
    line-height: 140%;
    padding: 0 100px 40px 128px;
}

#categories .card-body .step{
    text-align: left;
    padding: 60px;
    background: #331D10;
    border-radius: 10px;
}

#categories .card-body .step p{
    color: #fff;
    font: 26px 'mmedium';
    margin-bottom: 0px;
    line-height: 140%;
}

#categories .card-body .step p a.more{
    border-radius: 50px;
    background: #F7CC52 url(img/arrow.png) no-repeat right 29px center;
    padding: 20px 105px 20px 35px;
    font: 17px 'mmedium';
    border: 2px solid #222;
    color: #462110;
    display: inline-block;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
}

#categories .card-body .step p a.more:hover, #categories .card-body .step p a.more:focus{
    background-color: #e6bc45;
    text-decoration: none;
}

#categories .card-body .right-panel{
    padding: 35px 50px;
}

#categories .card-body .right-panel h3{
    font: 26px 'msemibold';
    color: #331D10;
    margin-bottom: 40px;
}

#categories .card-body .right-panel ul{

}

#categories .card-body .right-panel li{
    background: url(img/li.png) no-repeat left center;
    padding-left: 25px;
    margin-bottom: 10px;
}

#people, #photo{
    margin-top: 50px;
}

#people h2, #photo h2{
    font: 50px 'mbold';
    color: #1E1E1E;
}

#people .person{
    margin-top: 50px;
}

#people .person .description div{
    display: none;
}

#people .person .photo{
    position: relative;
}

#people .person .photo img{
    max-width: 100%;
    border-radius: 10px;
}

#people .person .photo span{
    position: absolute;
    left: 0px;
    bottom: 60px;
    width: 100%;
    color: #fff;
    font: 38px 'mbold';
    text-align: left;
    padding: 0 55px;
}

#people .person .description{
    text-align: left;
    padding: 50px;
}

#people .person .photo span small{
    font: 22px 'mmedium';
}

#people .person p{
    line-height: 150%;
}

#people .person p a.more{
    border-radius: 50px;
    background: #fff url(img/arrow.png) no-repeat right 29px center;
    padding: 20px 105px 20px 35px;
    font: 17px 'mmedium';
    border: 2px solid #222;
    color: #462110;
    display: inline-block;
    margin-top: 20px;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
}

#people .person p a.more:hover, #people .person p a.more:focus{
    background-color: #f2f2f2;
    text-decoration: none;
}

#people .person li{
    line-height: 150%;
    background: url(img/li.png) no-repeat left center;
    padding-left: 25px;
    margin-bottom: 10px;
}

#references{
	margin-top: 50px;
}

#references h2{
    font: 50px 'mbold';
    color: #1E1E1E;
    margin-bottom: 25px;
}

#references .list{
    border-radius: 10px;
    background: #F7CC52 url(img/background-girl.png) no-repeat center bottom;
    min-height: 520px;
    padding-top: 115px;
    padding-bottom: 140px;
}

#references #owl-demo .item{
    font: 30px 'mmedium';
    line-height: 140%;
}

#references #owl-demo .owl-controls{
    bottom: -90px;
}

#references #owl-demo .owl-controls .owl-page span{
    background: transparent;
    border: 1px solid #301e13;
    width: 6px;
    height: 6px;
}

#references #owl-demo .owl-controls .owl-page.active span{
    background: #301e13;
    width: 10px;
    height: 10px;
    padding: 0;
    margin: 3px 7px;
    display: inline-block;
}

#pricelist{
    margin: 20px 0 25px 0;
}

#pricelist h2{
    font: 50px 'mbold';
    color: #1E1E1E;
}

#pricelist .item{
    background: #eae8e6;
    border-radius: 10px;
    padding: 33px 30px;
    text-align: left;
    margin-bottom: 10px;
}

#pricelist .item.orange{
    background: #F7CC52;
}

#pricelist .item p{
    font: 26px 'mmedium';
    margin-bottom: 0;
}

#pricelist .item p strong{
    font: 26px 'mbold';
    display: inline-block;
    margin-right: 50px;
}

#pricelist .subheading{
    margin-bottom: 0px;
}

#contact{
    text-align: left;
}

#contact .contact-form{
    background: #331D10;
    border-radius: 10px;
    padding: 80px;
    margin-right: 25px;
}

#contact .content{
    padding-left: 25px;
}

#contact h2{
    font: 50px 'mbold';
    color: #1E1E1E;
}

#contact p small{
    font-size: 17px;
}

#contact p a.phone{
    font: 30px 'mbold';
    color: #F7CC52;
    background: url(img/phone_big.png) no-repeat 5px 0;
    padding-left: 52px;
    margin-bottom: 15px;
    display: inline-block;
    background-size: 33px;
}

#contact p a.phone:hover, #contact p a.phone:focus{
    text-decoration: none;
    color: #E6BC45;
}

#contact p a.email{
    font: 30px 'mbold';
    color: #331D10;
    background: url(img/email_ico.png) no-repeat 6px center;
    padding-left: 52px;
    display: inline-block;
    margin-top: 20px;
}

#contact p a.address, #contact a.address > p{
    font: 30px 'mbold';
    color: #331D10;
    background: url(img/map_ico.png) no-repeat 12px 3px;
    padding-left: 52px;
    display: inline-block;
    margin-top: 20px;
    background-size: 19px;
    line-height: 130%;
}

#contact a.address > p:hover {text-decoration: underline;}

#contact .contact-form h2{
    margin-top: 0;
    color: #fff;
    font: 30px 'mmedium';
    text-align: center;
}

#contact .contact-form .screen-reader-response{
    color: #fff;
}

#contact .contact-form input[type="text"], #contact .contact-form input[type="email"], #contact .contact-form input[type="number"], #contact .contact-form input[type="tel"]{
    height: 60px;
    border-radius: 50px;
    background: #503B2E;
    border: 0px;
    font: 17px 'mbold';
    color: #fff;
    padding-left: 23px;
}

#contact .contact-form textarea{
    border-radius: 20px;
    background: #503B2E;
    border: 0px;
    font: 17px 'mbold';
    color: #fff;
    padding: 23px;
}

#contact .contact-form textarea::placeholder{
    color: #fff;
}

#contact .contact-form textarea:focus{
    outline: 0;
    box-shadow: 0 0 0;
}

#contact .contact-form input::placeholder{
    color: #fff;
}

#contact .contact-form input:focus{
    outline: 0;
    box-shadow: 0 0 0;
}

#contact .contact-form input[type="submit"]{
    border-radius: 50px;
    background: #F7CC52 url(img/arrow_small.png) no-repeat right 29px center;
    padding: 20px 105px 20px 35px;
    font: 17px 'mbold';
    border: 2px solid #222;
    color: #462110;
    display: inline-block;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    margin-top: 30px;
}

#contact .contact-form input[type="submit"]:hover, #contact .contact-form input[type="submit"]:focus{
    background-color: #e6bc45;
    text-decoration: none;
}

.doporucujeme a{
    color: #331d10;
}

#footer{
    padding-bottom: 70px;
    padding-left: 25px;
    padding-right: 25px;
}

#footer h2{
    font: 44px 'mbold';
    color: #1E1E1E;
    margin-bottom: 20px;
}

#footer p{
    font-size: 18px;
    line-height: 130%;
}

#footer a{
    margin-left: 20px;
    display: inline-block;
}

.hamburger{
    display: none;
}
.topnav-mobile{
    display: none;
}

/* ======== RESPONSIVE DESIGN ============ */

@media (min-width: 1200px){
    .container {
        max-width: 1550px;
    }
}

@media (max-width: 1500px) {
    header .intro .circle{
        width: 491px;
        height: 501px;
        margin-top: -30px;
    }

    header{
        height: auto;
        padding-bottom: 130px;
    }

    header .intro{
        margin-top: 130px;
    }

    header .intro h2{
        margin-bottom: 35px;
    }

    header .intro p{
        margin-bottom: 50px;
    }

    .logo{
        margin-left: 0;
    }
    #header .sticky-header.static .logo{
        margin-left: 15px;
    }
    .top-nav, .menu{
        margin-right: 0;
    }
    #contact .contact-form{
        padding: 40px;
    }
}

@media (max-width: 1320px) {
    header .intro .circle{
        display: none;
    }
    header .intro{
        text-align: center;
    }
    .container, .container-fluid{
        width: 98%;
    }
    #header{
        height: auto;
        padding-bottom: 160px;
    }
    #why-us .cite{
        padding-top: 110px;
    }
}

@media (max-width: 1200px) {
    #pricelist .item .col-md-6{
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        text-align: center;
    }
    #pricelist .item .col-md-6 p{
        margin: 7px 0;
    }
    #pricelist .item{
        padding: 20px 20px;
    }
    #footer .col-md-6{
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        text-align: center !important;
    }
    #footer{
        padding-left: 0;
        padding-right: 0;
    }
}

@media (max-width: 1050px) {
    #header .col-md-4, #header .col-md-8{
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        text-align: center;
    }
    .logo{
        display: block;
        text-align: center;
    }
    .top-nav{
        display: none;
    }
    .menu{
        text-align: center;
    }
    #header{
        height: auto;
    }
    #header .intro{
        margin-top: 50px;
    }
    #header .intro h1{
        font-size: 65px;
    }
    #header .intro h2{
        font-size: 35px;
    }
    #why-us{
        padding: 70px 0;
    }
    #why-us .cite{
        padding-top: 130px;
    }
    #why-us .cite h2{
        font-size: 35px;
        margin-bottom: 90px;
    }
    #services .col-md-3{
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    #categories .card .card-header{
        padding: 30px 0;
    }
    #categories .card .card-header a{
        font-size: 34px;
    }
    #categories .card .card-header a img{
        height: 60px;
    }
    #categories .card-body{
        padding: 0 0 40px 0;
    }
    #references{
        margin-top: 55px;
        margin-bottom: 110px;
    }
    #references #owl-demo .item{
        font-size: 24px;
    }

    #references .list{
        padding: 70px 50px 140px 50px;
    }
    #contact .col-md-6{
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        text-align: center;
    }
    #contact .contact-form{
        margin-top: 20px;
    }

    #pricelist{
        margin-bottom: 40px;
    }

    #categories .card-body .col-md-5, #categories .card-body .col-md-7{
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;

    }
}

@media (max-width: 768px) {
    #footer a{
        margin: 20px 0 0 0;
    }
    #references .list{
        padding: 60px 30px 30px 30px;
    }
    #references #owl-demo .owl-controls{
        bottom: -15px;
    }
}

@media (max-width: 700px) {
    .menu li a{
        font: 18px 'kbold';
        padding: 0px 17px;
    }
}

@media (max-width: 540px) {

    .logo{
        display: inline-block;
        text-align: left;
    }

    .logo img {
        height: 55px;
    }

    #categories .card-body .step{
        padding: 30px;
    }

    #categories .card-body .step p{
        font-size: 23px;
    }

    #categories .card .card-header a img{
        margin-right: 30px;
    }
    #categories .card .card-header a{
        font-size: 17px;
    }
    #services .col-md-3{
        -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    }
    #services .service{
        margin-top: 10px;
        min-height: 300px;
        padding-top: 65px;
    }
    #why-us .cite{
        padding-top: 40px;
        background-size: 80%;
    }
    #people .person .photo span{
        font-size: 24px;
        bottom: 20px;
        padding: 0 35px;
    }
    #people .person .description{
        padding: 20px 0;
    }
    #people .person p a.more{
        margin-top: 0px;
    }
    #pricelist .item p strong{
        margin-right: 0px;
        display: block;
        margin-bottom: 5px;
    }
    #contact .contact-form{
        margin-right: 0;
    }
    #contact .content{
        padding-left: 0;
    }
    #people{
        margin-top: 90px;
    }
    #header .intro h1{
        font-size: 45px;
    }
    #header .intro h2{
        font-size: 25px;
    }
    .hamburger{
        display: block;
        font: 23px 'mbold';
        color: #1E1E1E;
        position: absolute;
        top: -40px;
        right: 15px;
    }
    .sticky-header.static .hamburger{
        right: 32px;
    }

    .hamburger:hover, .hamburger:focus{
        color: #1E1E1E;
    }
    .menu{
        display: none;
    }
    .menu li{
        display: block;
    }
    .menu li a{
        font: 18px 'kbold';
        padding: 10px 0px;
        border-bottom: 1px solid #eaeaea;
    }
    .menu{
        margin-top: 20px;
    }
    #contact p a.phone{
        font-size: 32px;
    }
    #contact p a.email{
        font-size: 26px;
    }
    #contact h2{
        margin-bottom: 30px;
        margin-top: 50px;
    }
    .topnav-mobile{
        display: block;
        text-align: right;
        margin-bottom: 15px;
    }
    .topnav-mobile .meeting {
        border-radius: 50px;
        background: #F7CC52 url(img/arrow.png) no-repeat right 29px center;
        padding: 20px 105px 20px 35px;
        font: 17px 'kmedium';
        color: #462110;
        display: inline-block;
        line-height: normal;
    }
}

div.wpcf7-validation-errors, div.wpcf7-acceptance-missing, div.wpcf7-mail-sent-ok {
    color: white !important;
}

.collapse.hide{
    display: none;
}

.collapse.hide.show{
    display: block;
}