/*
Theme Name: iso50 Child
Description: Child theme for iso50 theme
Author: GrafAS
Author URI: https://themeforest.net/user/grafas
Template: iso50
Version: 1.0.0
Text Domain: iso50
Tags: grid-layout, one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, flexible-header, footer-widgets, custom-background, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, front-page-post-form, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready, blog, news, photography, portfolio
*/

::-webkit-scrollbar {
    width: 12px;
}
::-webkit-scrollbar-thumb {
    background-color: #4a4a4a;
}
html {
    height: 100%;
    width: 100vw;
    overflow-y: inherit;
}
body {
    position: relative;
    min-height: 100%;
}
#header.behaviour-shrink,
#header.behaviour-sticky {
    width: 100vw;
}
body:not(.header-logo-right) #header .elements.element-search,
body:not(.header-logo-right) #header .elements.without-search {
    padding-right: 0!important;
}
body .site-footer {
    position: absolute;
    width: 100%;
    bottom: 0;
}
body #mobile-header {
    height: 95px;
}
body #mobile-header .hamburger {
    top: 34px;
    right: 30px;
}
.logo-light #bottom-bar a:hover {
    color: #ffffff;
}
.logo-dark #bottom-bar a:hover {
    color: #4a4a4a;
}
.logo-light .scroll-top-main.icon3 svg path,
.logo-light .scroll-top-main.icon3 svg polygon,
.logo-light .scroll-top-main.icon4 svg path,
.logo-light .scroll-top-main.icon4 svg polygon {
    fill: #ffffff;
}
.logo-light .scroll-top-main.icon1 svg .circle1,
.logo-light .scroll-top-main.icon2 svg .circle1,
.logo-light .scroll-top-main.icon3 svg .circle1,
.logo-light .scroll-top-main.icon4 svg .circle1 {
    stroke: #ffffff !important;
}

body .wpcf7-form input[type="text"],
body .wpcf7-form input[type="email"],
body .wpcf7-form input[type="url"],
body .wpcf7-form input[type="password"],
body .wpcf7-form input[type="search"],
body .wpcf7-form input[type="tel"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    background: 0 0;
    border-bottom: 1px solid #a0a0a0;
    padding: 0;
    margin-top: 10px;
    font-size: 16px;
    line-height: 1.9;
}
body .wpcf7-form textarea {
    max-height: 80px;/*150px;*/
    border-bottom: 1px solid #a0a0a0;
}
body .wpcf7-submit {
    background-color: rgb(112, 112, 112) !important;
    color: #fff !important;
}


@media screen and (min-width: 992px) {
    body .header-top-spacing {
        height: 115px;
    }
}
@media screen and (max-width: 992px) {
    .single_post-title .entry-title {
        max-width: 95% !important;
        font-size: 50px !important;
        padding-top: 75px;
    }

    .logo-light #mobile-header .hamburger-box {
        color: #fff;
    }

    body .bottom-spacing {
        display: block;
        /*height: 30px !important;*/
    }
}
body .single_post-title {
    text-align: left;
    padding-top: 0;
    padding-bottom: 0;
}
.single_post-title h1 {
    opacity: 0.2;
}
.logo-light .single_post-title h1,
.page-id-12 .single_post-title h1{
    opacity: 1;
}

.single-rdy_project .entry-title {
    font-size: 100px;
    line-height: 0.8;
    margin-bottom: 5px;
}
.single-rdy_project .single_post-title span {
    display: none;
}
#section-project.hover4 .gallery-item-desc-inner,
.section-portfolio.hover4 .gallery-item-desc-inner {
    opacity: 1;
}
.float-left {
    float: left;
}
.clear-both {
    clear: both;
    float: none;
}


.b-language-selector-link {
    font-size: 18px;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    padding: 0 5px;
}
.site-header.color-scheme-light .b-language-selector-link {
    color: rgba(51,51,51,0.7);
}
.site-header.color-scheme-light .b-language-selector-link--active {
    color: rgba(51,51,51,1);
}
.site-header.color-scheme-dark .b-language-selector-link {
    color: rgba(255,255,255,0.7);
}
.site-header.color-scheme-dark .b-language-selector-link--active {
    color: rgba(255,255,255,1);
}

#mobile-menu .mobile_menu_side {
    margin-top: 60px;
}
#mobile-menu  .b-language-selector-link {
    font-size: 24px;
    padding: 0 20px 0 0;
}