.report_main_content {
    background-color: #f2f9f5 !important;
    padding: 0rem 0 3rem;
}
.report_list{
    display: grid;
    gap: 2rem;
    grid-template-columns: repeat(2, 1fr); 
}
.report_list .report_item{
    position: relative;
}
.report_list .report_info{
    position: absolute;
    bottom: 0;
    color: #fff;
    width: 100%;
    background: rgb(35, 62, 55);
    background: linear-gradient(0deg, rgba(35, 62, 55, 1) 37%, rgba(35, 62, 55, 0.05) 94%
    85%
, rgba(255, 255, 255, 0) 100%);
    padding: 1.8rem;
    padding-bottom: 2rem;
}
.report_list .image{
    max-height: 600px;
    height: 600px;
    overflow: hidden;
}
.report_list .image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.page-template-template-reports .about_adventure,
.single-report .about_adventure{
    padding: 2rem 0;
}

.page-template-template-reports .about_adventure h1,
.single-report .about_adventure h1{
    max-width: 567px;
    color: #000000;
    font-size: 45px;
    line-height: 1.3;
    margin: 1.5rem auto;
}

.page-template-template-reports .about_adventure p,
.single-report .about_adventure p{
    max-width: 820px;
    font-size: 18px;
    margin: 0 auto; 
    text-align: justify;
    color: #444;
} 

.page-template-template-reports .about_adventure .head .subtitle,
.single-report .about_adventure .head .subtitle{
    font-weight: 400;
}

.report_main_content .content{
    max-width: 1400px!important;
}

.report_main_content .filter_form{
    margin: 0 auto;
    max-width: 768px;
    padding: 30px 0 50px;
}
.report_main_content .filter_form >div.flex{
    gap: 2rem;
}
.report_main_content .filter_form >div >div:nth-child(3),
.report_main_content .filter_form >div >div:nth-child(4){
    display: none;
} 

.report_list .report_info .report_name{
    font-size: 24px;
    font-weight: 600;
    display: block;
    margin-bottom: 1.2rem;
}

.report_list .report_info > span{
    color: #80A847;
    margin-top: 1.2rem;
    display: inline-block;
    font-size: 18px;
}

.report_list .report_info .tour_date{
    color: #ccc;
    padding-left: 2rem;
    position: relative;
}
.report_list .report_info .tour_date::after{
    content: "";
    display: block;
    width: 22px;
    height: 22px;
    left: 0;
    top: 0;
    position: absolute;
    background-image: url(../img/rili.svg);
}
.report_list .report_info > span{
    background-image: url(../img/arrow-right-w-black.svg);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 15px;
    padding-right: 1.6rem;
}
.report_main_content .load_more_report{
    margin-top: 92px;
    margin-bottom: 50px;
    padding: 12px 35px;
    border: #888888 solid 1px;
    background-color: transparent;
}

.page-template-template-reports footer,
.single-report footer
{
    background-color: #f2f9f5 !important;
}
 
.single-report .report_main_content .content{
    max-width: 1550px!important;
}

.report-grid .report-grid-item img{
    display: block;
    width: 100%;
}

.report-grid {
    display: flex;
    flex-wrap: wrap; 
}
.report-grid[style] {
    display: block;
}
.report-grid .report-grid-item {
    padding: 5px;  
    width: 32%;
}
.report-grid{
    width: 100%;
}

.about_adventure  .breadcrumbs{
    font-size: 18px;
    font-weight: 500;
    color: #333;
    margin-bottom: 2rem;
    align-items: center;
}
.about_adventure  .breadcrumbs a{
    font-size: 18px; 
    transition: all 0.3s;
}
.about_adventure  .breadcrumbs a:hover{
    color: var(--subtheme_color);
    text-decoration: underline;
}
  
.about_adventure .breadcrumbs .breadcrumb_last {
    color: var(--theme_color);
}
 
.report-grid .report-grid-item .report_box{
    position: relative;
    width: 100%;
    cursor: pointer;
}
.report-grid .report-grid-item .report_box::after{
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: rgba(0, 0, 0, .3);
    color: #fff; 
    top: 0;
    left: 0;
    z-index: 9;
    transition: all .3s;
    opacity: 0; 
}
.report-grid .report-grid-item .report_box:hover::after{
    opacity: 1;
}
 
.report-grid .report-grid-item .report_gallert_name{
    text-align: center;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 99;
    font-size: 18px;
    bottom: 1.5rem;
    max-width: 80%;
    width: 80%;
    transition: all .3s;
    opacity: 0; 
    color: #ffffff;
}
.center button{ 
    opacity: 0;
}
.center.loading {
    min-height: 50px;
    margin-top: 3rem;
}
.center.loading::before{
    background-color: transparent!important;
}

.report-grid .report-grid-item .report_box:hover .report_gallert_name {
    opacity: 1; 
}
.report_main_content .year-divider{
    margin-top: 3rem;
    display: none;
}
@media screen and (min-width: 786px) and (max-width: 1240px) {
    .report-grid .report-grid-item { 
        width: 50%;
    }
}

@media screen and (max-width: 786px) {
    .report-grid .report-grid-item { 
        width: 50%;
    }
    .page-template-template-reports .about_adventure h1, .single-report .about_adventure h1 {
        font-size: 25px;
        line-height: 1.5;
    }
    .about_adventure .breadcrumbs,
    .about_adventure .breadcrumbs a{
        font-size: 16px;
    }
    .report-grid .report-grid-item .report_gallert_name{
        font-size: 12px;
        bottom: 1rem;
    }
}