


.zabe-container {
    margin: 0 auto;
    max-width: 1200px;
    width: 97%;
}
.subpage-intro-content {
    margin-top: 30px;
}
.subpage-intro-content h1 {
	text-align: center;
}
.zabe-grid3 {
    display: flex;
    flex-wrap: wrap;
    column-gap: 10px;
    row-gap: 10px;
}
.zabe-box {
    flex: 1 0 30%;
    display: flex;
    width: 100%;
    background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgb(59 59 59) 100%);
}
.zabe-box a {
    background-size: cover;
    background-position: center;
    background-color: whitesmoke;
    width: 100%;
    display: flex;
    align-items: flex-end;
    position: relative;
    min-height: 300px;
    box-shadow: 0 0 8px #0002;
}
.zabe-box a:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, whitesmoke 30%, transparent);
    content: "";
    opacity: 0.7;
    transition: all 0.3s ease-out;

}
.zabe-box a:hover:before {
    opacity: 0;
}
.box-description-scr {
    margin-top: 200px;
    padding: 30px;
    overflow: hidden;
    background-color: #ffffffc9;
    position: relative;
    width: 100%;
    transition: all 0.4s ease-out;
    backdrop-filter: blur(0px);
}
.box-description-scr h3 {
    margin: 0;
    color: #164732;
    font-weight: 400;
}
.box-description-scr p {
    margin-top: 10px;
    font-weight: 300;
    font-size: 1.1em;
    color: #000;
    text-shadow: 0 0 1px #000;

}
.amenity-tile {
    margin: 40px 0;
    text-align: center;
}
.zabe-box a:hover .box-description-scr {
    backdrop-filter: blur(2px);
}

/* vrp- res template*/
.vrpres-container {
    margin: 25px auto;
    width: 95%;
}
.vrpres-container h1 {
    text-align:center;
    text-transform: uppercase;
}


/*custom post type design*/


#blog {margin-bottom:1rem;}
#blog .flex-posts {
    display: flex;
    flex-direction: column;
    margin-bottom: 2rem;
    flex: 0 0 32%;
    height: 100%;
    background-color: #fff;

}
#blog .flex-posts.local-area-posts {
    padding: 30px 0px;
    display: flex;
    flex-direction: row;
    margin-bottom: 2rem;
    flex: 0 0 100%;
    background-color: #fff;
    border-bottom: 1px solid #e5e5e5;
}
.inner-posts {
    width: 90%;
    margin: 0 auto;
}
.blog-flex {
    display: flex;
    flex-wrap: wrap;
   
    column-gap: 2%;
}
.tax-description {
    margin-top: 50px;
    padding: 40px;
    border-radius: 10px;
    background-color: #164732;
    text-align: left;
    color: #fff;
    box-shadow: 0 0 14px #0002;
}
.blog-contentinfo {
    margin-left: 2%;
}
.blog-contentinfo h2 {
    margin-top: 0;
    font-weight: 500;
}
.pagination {
    margin: 50px 0;
}
.pagination-inner {
    text-align: center;
}
.page-numbers {
    background: #164732;
    padding: 10px;
    color: #fff;
}
.page-numbers:hover {
    color: #ccc;
}
.flex-posts-background {
    height: 340px;
    width: 100%;
    display: flex;
}
.local-area-posts .flex-posts-background {
    width: 100%;
    display: flex;
    flex: 0 0 30%;
    width: 300px;
    height: 250px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    box-shadow: 0 0 3px #0003;
}
.local-area-posts .flex-posts-background.itslogo-area-guide {
    background-size: contain;
    background-color: #fff;
    box-shadow: none;
}
.flex-posts-background a {
    width: 100%;
    height: 100%;
}
.flex-blog-eachpost {
    background-color: #fff;
    padding: 0 15px;
    border-radius: 0 0 10px 10px;
    display: flex;
    align-items:center;
}
.blog-contentinfo .post-meta a {
    text-decoration: none;
}
.blog-contentinfo .post-meta h2 {
    font-size: 1.6em;
   
}
.post-meta h2 {
    margin-bottom: 10px;
    padding: 0;
    color: #164732;
    font-size: 2.2em;
    letter-spacing: 1px;
}
.post-meta li {
    font-family: 'Merriweather', sans-serif;
}
.blog-contentinfo {
    margin-left: 2%;
}
.blog-categories {
    text-align: center;
}
.categories-flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    column-gap: 10px;
    row-gap: 10px;
}
.categories-flex a {
    padding: 5px 15px;
    background-color: #164732;
    color: #fff;
    border-radius: 10px;
    text-decoration: none;
    font-size: 1.1em;
    border: 1px solid #164732;
    transition: all 0.2s ease-in-out;
}
.categories-flex a:hover {
    background-color: #fff;
    color: #164732;
    border-color: #164732;
}
.local-area-posts .blog-contentinfo .post-meta h2 {
    font-size: 2em;
    color: #164732;
   
}
.small-info {
    margin-top: 15px;
    display: flex;
    flex-direction: column;
    color: #164732;
}
.small-info p {
    margin-bottom: 5px;
    font-weight: bold;
    font-family: 'Josefin Sans', sans-serif;
}
.readmorebut {
    margin-top: 35px;
    padding: 10px 20px;
    display: block;
    width: 180px;
    text-align: center;
    /* background-color: #164732; */
    border: 2px solid #164732;
    color: #164732;
    font-size: 1.3em;
    /* color: #fff; */
}
.readmorebut:hover {
   background-color: #164732;
   color: #fff;
}

/* blog */

.bdp-post-image-bg a {
    display: flex;
}
.bdp-post-image-bg a img{
    display: flex;
    width: 100%;
}

/* blog single post */

.vrp-col-xs-12.vrp-col-sm-4.vrp-col-md-4.vrp-col-lg-4.blog-sidebar {
    flex: 0 0 18%;
}


@media only screen and (max-width: 800px) {
    .flex-posts-background, .local-area-posts .flex-posts-background {
        flex: initial;
        width: 100%;
        height: 250px;
        margin-bottom: 20px;
    }
    .flex-blog-eachpost {
        width: 100%;
    }
    .flex-posts, #blog .flex-posts.local-area-posts {
        flex-direction: column;
    }
    .vrp-row.single-post {
        flex-direction: column;
    }
    .vrp-col-xs-12.vrp-col-sm-4.vrp-col-md-4.vrp-col-lg-4.blog-sidebar {
        flex: 0 0 100%;
    }
}

@media screen and (max-width: 480px){
	.zabe-box {
		flex: 1 0 100%;
	}
    .table-flx tbody {
        display: flex;
        justify-content: space-around;
        align-items: center;
        width: 100%;
    }
    .table-flx tr {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .table-flx tr td {
        margin-bottom: 8px;
    }

}