/*
Theme Name: Educator Child
Theme URI: http://educator.edge-themes.com
Description: A child theme of Educator Theme
Author: Edge Themes
Author URI: http://themeforest.net/user/edge-themes
Version: 1.0.1
Text Domain: educator
Template: educator
*/



/* colors */
/*
    orange: #ffaa00
    red:    #f05235
*/

.edgt-side-menu-button-opener {
    display: none !important;
}

.edgt-logo-wrapper img {
    /*margin-top: 50%;*/
}

.edgt-menu-area {
    border-width: 4px !important;
}

.edgt-page-footer>.edgt-widget-title {
    color: black !important;
}

.menu-item.narrow:hover {
    color: #ffaa00;
}

.menu-item.narrow .item_text:first-child:hover {
    transition: all ease 0.3s;
    color: #ffaa00;
}

.edgt-top-bar {
    background: #ffaa00 !important;
}

.edgt-top-bar * {
    color: black !important;

}


.vsg-home__image * {
    width: 90%;
    margin: 5% 0;
}

.vsg-unsere-schule__image * {
    width: 100%;
}

.vsg-team__full-image * {
    width: 100%;
}

.vsg-class__full-image * {
    width: 98%;
}

.vsg-save__full-image * {
    width: 90%;
}

.vsg-read__half-image * {
    width: 80%;
}

.vsg-team__description p {
    font-size: 12px;
    color: #aaaaaa !important;
}

.vsg-class__testimonials {
    font-size: 32px;
    line-height: 42px;
    font-weight: 100 !important;
    color: #aaaaaa !important;
}

.vc_btn3-style-flat {
    background: #f05235 !important;
}

.vsg__gallery-post__gallery-wrapper {
    margin: 50px;
}


.vsg__gallery-post__image-item {
    padding: 5px !important;
}


.c-galery__grid-item {
    transition: all ease 0.3s;
    width: 100%;
    margin-top: 12px;
}

.c-galery__grid-item .col-lg-12.col-md-12.col-sm-12.col-xs-12 {
    padding: 0 !important;
    object-fit: cover;
    margin: 0 !important;
    width: 100%;
    max-height: 200px;
    height: 200px;
    overflow: hidden;
}

@media only screen and (max-width: 1200px) {
    .c-galery__grid-item .col-lg-12.col-md-12.col-sm-12.col-xs-12 {
        max-height: 150px;
        height: 150px;
    }
}

@media only screen and (max-width: 1024px) {
    .c-galery__grid-item .col-lg-12.col-md-12.col-sm-12.col-xs-12 {
        max-height: 120px;
        height: 120px;
    }
}

@media only screen and (max-width: 768px) {
    .c-galery__grid-item .col-lg-12.col-md-12.col-sm-12.col-xs-12 {
        max-height: 500px;
        height: 500px;
    }
}

@media only screen and (max-width: 680px) {
    .c-galery__grid-item .col-lg-12.col-md-12.col-sm-12.col-xs-12 {
        max-height: 250px !important;
        height: 250px !important;
    }
}

@media only screen and (max-width: 480px) {
    .c-galery__grid-item .col-lg-12.col-md-12.col-sm-12.col-xs-12 {
        max-height: 200px;
        height: 200px;
    }
}

.c-galery__grid-item:hover {
    filter: brightness(80%);
}

.c-galery__grid-item:hover img {
    transform: scale(1.05);
}

.c-galery__grid-item img {
    width: 100%;
    transition: all ease 0.3s;
}


.vsg-class-title {
    border-left: 3px solid #ffaa00;
    padding-left: 20px;
}