/*
 * Theme Name:  preschool-and-kindergarten-pro: Child Theme
 * Description: Child theme of the parent preschool-and-kindergarten-pro theme.
 * Author: wolfsto
 * Template: preschool-and-kindergarten-pro
 * Version: 1.0.0
 */

/**
  * HEADER
  */

.header-b {
    padding: 20px 0px;
}

.header-b .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#banner-slider .owl-nav .owl-prev {
    background: url(images/btn-prev.png) no-repeat;
}
#banner-slider .owl-nav .owl-prev:hover {
    background: url(images/btn-prev.png) no-repeat;
}
#banner-slider .owl-nav .owl-next {
    background: url(images/btn-next.png) no-repeat;
}
#banner-slider .owl-nav .owl-next:hover {
    background: url(images/btn-next.png) no-repeat;
}

.custom-background .site {
    position: relative;
}

.kids {
    display: none;
}

@media only screen and (min-width: 783px) {
    .kids {
        display: block;
        background: url(images/kids.png) no-repeat;
        position: absolute;
        top: 190px;
        right: 0px;
        width: 76px;
        height: 230px;
        z-index: -1;
        margin-right: -75px;
    }
}
/*
.text-logo {
    margin-bottom: 10px;
}
*/

.custom-logo-link {
    display: block;
}

.custom-logo {
    width: auto;
    max-height: 125px;
    padding-top: 10px;
}

.text-logo .site-title{
    font-size: 32px;
    line-height: 36px;
    margin: 0 0 5px;
    font-weight: 400;
    font-family: 'Pacifico', cursive;
    -webkit-transition: linear 0.2s;
    -moz-transition: linear 0.2s;
    transition: linear 0.2s;
}

.text-logo .site-title a:hover,
.text-logo .site-title a:focus{text-decoration: none;}

.text-logo .site-description{
    font-size: 14px;
    line-height: 17px;
    color: #919191;
    margin: 0;
}

@media only screen and (max-width: 1199px){
    .site-branding {
        padding-right: 45px;
    }
    .site-header.header-three .header-b .right {
        display: flex;
        flex-direction: row;
        align-items: center;
    }

    .site-header.header-three .header-b .info-list {
        display: flex;
        flex-direction: column;
    }

    .site-header.header-three .header-b .info-list li {
        margin: 0;
        padding: 10px 0 10px 65px;
        border-left: 0;
    }

    .site-header.header-three .header-b .info-list .opening-time:before {
        left: 0px;
    }

    .site-header.header-three .header-b .info-list .email:before {
        left: 0px;
    }
}

@media only screen and (max-width: 991px) {
    .header-b .container {
        flex-direction: column;
    }

    .site-header.header-three .site-branding {
        width: auto;
        margin: 0;
        padding-right: 0;
    }

    .site-header.header-three .header-b .right {
        flex-direction: column;
    }

    .text-logo{
        text-align: center;
    }

    .site-header.header-three .header-b .info-list {
        display: flex;
        flex-direction: row;
    }

    .site-header.header-three .header-b .info-list li {
        padding: 10px 0 10px 55px;
        margin-left: 20px;
    }
}

@media only screen and (max-width: 759px) {
    .site-header.header-three .header-b .info-list {
        flex-direction: column;
    }

    .site-header.header-three .header-b .info-list li {
        margin: 0;
        padding: 10px 0 10px 65px;
    }
}

@media only screen and (max-width: 479px) {
    .custom-logo {
        max-height: 100px;
    }
}

.contact .col .text-holder {
    padding: 0;
}