/*
Theme Name: Teachforukraine
Theme URI:
Author:
Version: 1.0
Text Domain: teachforukraine
*/

.stories-item{
	text-decoration: none;
}
aside.menu {
	height:100vh;
	overflow-y: auto;
}
.errorText{
    margin-top: 5px;
    font-size: 12px;
    color:red;
}
@media (min-width: 1500px) {
.page-template-pagefellows main .step-section .sticky-wrapper {
    height: 3200px;
}
}

@media(max-width: 991px){
    .navigation{
        background-color: #fff;
        min-height: 60px;
        height: 60px;
        border-bottom: none!important;
    }

    .navigation .btn-drop{
        top: -25px;
        left: 6px;
    }

    .navigation .list-drop{
        bottom: -80px!important;
        left: -67px;
        box-shadow: none!important;
    }
    .menu{
        padding-top: 80px!important;
        padding-bottom: 40px;
    }

}

@media(max-width: 576px){
    .navigation .btn-drop{
        left: 0;
    }
}


/* @media(max-width: 991px){
    .single-news .position-relative{
        position: static!important;
    }
} */

@media(max-width: 991px){
    /* .position-static-adap{
        position: static!important;
    } */
    .single-news .article-desc{
        display: none!important;
    }
    .single-news .article-mobile-banner{
        min-height: 70vh;
        display: block;
    }
}

@media(max-width: 576px){
    .single-news .article-mobile-banner{
        min-height: 60vh;
    }
}


@media(min-width:991px){
    .single-news .article-mobile{
        display: none;
        position: static;
    }
    .single-news main .header-section{
        padding-bottom: 0;
    }
    
}




.footer-main{
    margin: 40px 0 0;
    padding: 0 0 60px;
}

main .about-section{
    padding: 0;
}

@media(max-width: 991px) {
    main .team-section article, main .team-section aside{
        min-height: 400px!important;
    }
  }
  @media(max-width: 567px) {
    main .team-section article, main .team-section aside{
        min-height: 250px!important;
    }

}

@media(max-width:991px){
    main .team-item:nth-child(even) .resp-reverse{
        flex-direction: row-reverse;
    }
    main .team-item:nth-child(1) .resp-reverse{
        flex-direction: row-reverse;
    }
    main .team-item:nth-child(8) .resp-reverse{
        flex-direction: row;
    }
    main .team-item:nth-child(9) .resp-reverse{
        flex-direction: row-reverse;
    }
    main .team-item:nth-child(10) .resp-reverse{
        flex-direction: row;
    }
}


@media(max-width: 1200px){
    main .slider-section .full-slider .slide{
        min-height: 900px!important;
    }
}
@media(max-width: 768px){
    main .slider-section .full-slider .slide{
        min-height: 700px!important;
    }
}
@media(max-width: 567px){
    main .slider-section .full-slider .slide{
        min-height: 500px!important;
    }
}



@media (max-width: 991px){
    main .supervision-section article .bg-person, main .supervision-section aside .bg-person {
        min-height: 900px!important;
        position: static;
        background-position: top;
    }
}

@media (max-width: 767px){
    main .supervision-section article .bg-person, main .supervision-section aside .bg-person {
        min-height: 650px!important;
        position: static;
        background-position: center;
    }
}

@media (max-width: 576px){
    main .supervision-section article .bg-person, main .supervision-section aside .bg-person {
        min-height: 400px!important;
        position: static;
        background-position: top;
    }
}

.contact-section {
    /* padding: 100px 0; */
    padding-top: 10px!important;
    padding-bottom: 100px!important;
}

@media(min-width: 991px){
    .btn-emergency-2{   
        display: none;
    }
}
@media(max-width: 991px){
    .btn-emergency-2{   
        display: flex;
        margin: 10px auto;

        background-color: #ff3434;
        height: 44px;
        left: 30px;
        top: 30px;
        width: 252px;
    }
}
.projects__item-slots-desc{
    display: flex;
    justify-content: space-between;
}
.projects__item-slots-mob{
    display: none;
}

/* .projects__item-slots-desc div{
    max-width: 160px;
} */

.project-desc{
    position: relative;
}

/*.projects__item-slots-desc{*/
/*    position: absolute;*/
/*    bottom: 0;*/
/*    width: 100%;*/
/*}*/

.projects__item-slots-desc div p{
    padding-right: 20px!important;
    margin-bottom: 0!important;
}

@media(max-width: 991px){
    .projects__item-slots-desc{
        display: none;
    }
    .projects__item-slots-mob{
        display: none;
    }
}

@media(max-width: 1500px){
    .projects__item-slots-desc{
        position: static;
    }
    .projects__item-inner img{
        max-height: 500px;
        height: 500px;
    }
}
@media(max-width:1300px){
    .projects__item-inner img{
        max-height: 100%!important;
        height: 100%!important;
    }
    
}

@media(max-width: 991px){
    .projects__item-inner img {
        max-height: 500px!important;
        height: 500px!important;
    }
    .projects__item-inner div span{
        font-size: 28px;
    }
    .projects__item-slots-desc{
        margin-bottom: 30px;
    }
    .projects__item-inner div p{
        padding-right: 0!important;
    }
    .projects__item-inner div span{
        margin-bottom: 0!important;
    }
}

@media(max-width: 650px){
    .projects__item-inner img.mobile{
        margin-top: 30px;
    }
    .projects__item-inner img {
        max-height: 400px!important;
        height: 400px!important;
    }
    .projects__item-inner div span{
        margin-bottom: 10px!important;
    }
    .projects__item-slots-desc div p{
        font-size: 14px;
    }
    .projects__list > div:nth-child(2n) .projects__item-inner{
        padding-left: 6px!important;
    }
    
}

@media(max-width: 576px){
    .projects__list > div:nth-child(2n) .projects__item-inner{
        padding-left: 12px!important;
    }
}

@media(max-width: 420px){
    .projects__item-inner img {
        max-height: 300px!important;
        height: 300px!important;
    }

    
    
}

.nav-wrapper{
	    background: #2635fc !important;
}

.breadcrumbs__link > span{
    font-family: inherit
}


/* .projects__item-slots div{
    max-width: ;
} */