/*
Theme Name: GG
Theme URI: http://underscores.me/
Author: Gega Gagua
Author URI: https://www.facebook.com/gegato92
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: gg
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

GG is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.io/normalize.css/
*/

body .items_list.dark_blue li {
    border-color: #fff;
}

.header_right.languages-container,
.sf-menu.header_right {
    margin-top: 35px;
}

.header {
    padding: 18px 0px;
}

.gallery_box:hover .description {
    background-color: #e72e34;
}

html[lang=ka-GE] body .contact_data li .value a,
html[lang=ka-GE] body .languages-container a,
html[lang=ka-GE] body .footer_box .info a,
html[lang=ka-GE] body .footer_box .info strong,
html[lang=ka-GE] body .contact_data li .value a[title="ელ-ფოსტა"],
html[lang=ka-GE] body .contact_data li .value strong {
    font-family: arial !important;
}

.about-page-box {
    height: 300px;
}

.about-page-box .fancybox {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    display: block;
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.about-page-box .fancybox.active {
    opacity: 1;
}

.about-page-box .fancybox img {
    height: 100%;
    object-fit: cover;
}

.doctor-page-left {
    width: 530px;
}

.doctor-page-right {
    width: 430px;
}

.show-mobile {
    display: none;
}

@media screen and (max-width: 1009px) {

    .slider_content_box {
        margin-top: -388px;
    }

    .doctor-page-left {
        width: 370px;
    }

    .doctor-page-right {
        width: 360px;
    }

}


@media screen and (max-width: 768px) {

    .slider_content_box {
        margin-top: -228px;
    }

    .doctor-page-left {
        width: 300px;
        overflow: hidden;
    }

    .doctor-page-right {
        width: 300px;
        overflow: hidden;
    }

    .show-mobile {
        display: block;
    }

    .hode-mobile {
        display: none;
    }

}

@media screen and (max-width: 479px) {

    .slider_content_box {
        margin-top: -168px;
    }

}

.gallery_box img {
    height: 225px;
}

.home_box h2, .home_box h2 a {
    font-size: 17px;
}

.slider_navigation {
    left: 0px;
    bottom: 100px;
}

.slider_navigation li.slider_control {
    width: 20px !important;
    float: none;
}

.slider_navigation .slider_control a {
    height: auto;
    margin-bottom: 8px;
    font-size: 16px;
    position: relative;
}

.slider_navigation .slider_control .slider_control_bar {    
    position: absolute;
    left: 0px;
    width: 150%;
    top: 100%;
}

.slider_navigation .slider_control a span.top_border {
    display: none !important;
}

.slider_navigation .slider_bar {
    display: none !important;
}

@media screen and (min-width: 1009px) {
    .home_box_container {
        position: relative;
        height: 63px;
    }

    .slider_content_box {
        margin-top: -430px;
    }

    .home_box {
        height: 12px;
        overflow: hidden;
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
        padding: 25px 30px 25px;
    }

    .home_box:hover {
        height: 180px;
    }

    .home_box.light_blue {
        position: absolute;
        left: 0px;
        bottom: 0px;
    }

    .home_box.blue {
        position: absolute;
        left: 330px;
        bottom: 0px;
    }

    .home_box.dark_blue {
        position: absolute;
        left: 660px;
        bottom: 0px;
    }
}