
.posts_slider {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 15px;
    padding: 1.5%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.posts_slide {
    position: relative;
    margin-bottom: 20px;
    /*padding-bottom: 30px;*/
    background: #fefff9;
    color: #363636;
    text-decoration: none;
    /*-moz-box-shadow: rgba(0, 0, 0, 0.19) 0 0 8px 0;*/
    /*-webkit-box-shadow: rgba(0, 0, 0, 0.19) 0 0 8px 0;*/
    /*box-shadow: rgba(0, 0, 0, 0.19) 0 0 8px 0;*/
    /*-moz-border-radius: 4px;*/
    /*-webkit-border-radius: 4px;*/
    /*border-radius: 4px;*/
}

.posts_slider.full {
    margin-top: 45px;
}

.posts_slider.full .posts_slide {
    width: 31%;
}

.posts_slider.full .posts_slide:nth-child(1), .posts_slider.full .posts_slide:nth-child(2) {
    width: 48%;
}

.posts_slider.full .posts_slide:nth-child(1) .posts_slide-header, .posts_slider.full .posts_slide:nth-child(2) .posts_slide-header {
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 90%, 54% 90%, 50% 100%, 46% 90%, 0 90%) !important;
    clip-path: polygon(0% 0%, 100% 0%, 100% 90%, 54% 90%, 50% 100%, 46% 90%, 0 90%) !important;
}

.posts_slider.full .posts_slide {
    max-width: none;
    margin-right: 20px;
}

@media (max-width: 700px) {
    .posts_slide {
        width: 100%;
    }
}

@media (min-width: 700px) {
    .posts_slide {
        max-width: 320px;
        margin-right: 20px;
        margin-bottom: 20px;
    }

    .posts_slide:nth-child(even) {
        margin-right: 0;
    }
}

@media (min-width: 980px) {
    .posts_slide:nth-child(even) {
        margin-right: 20px;
    }

    .posts_slide:nth-child(3n) {
        margin-right: 0;
    }
}

.posts_slide span {
    display: block;
}

.posts_slide .posts_slide-summary {
    padding: 5% 5% 3% 5%;
    background-color: #ffffff;
    line-height: 20px;

}

.posts_slide .posts_slide-header {
    position: relative;
    height: 175px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-color: rgba(255, 255, 255, 0.15);
    background-blend-mode: overlay;
    /*-moz-border-radius: 4px 4px 0 0;*/
    /*-webkit-border-radius: 4px;*/
    /*border-radius: 4px 4px 0 0;*/
}

.posts_slide .read-more {
    color: #cc0707;
    margin-top: 5px;
    font-weight: 500;
    border-bottom: 2px solid #d8c1a4;
}

.read-more i {
    right: 0;
    position: absolute;
    top: 10px;
    font-size: 1rem;
    /* vertical-align: middle; */
    /* margin: 10px; */
    color: #d8c1a4;
}

.posts_slide .posts_slide-header:hover, .posts_slide .posts_slide-header:focus {
    background-color: rgba(255, 255, 255, 0);
}

.posts_slide .posts_slide-title {
    /* font-size: 12px; */
    color: #cc0707;
    margin-bottom: 10px;
}

a:hover .posts_slide-summary {
    color: initial;
}

.posts_slide_container {
    background-color: #fff;
    position: relative;
    background-color: #fff;
    height: 400px;
    overflow: hidden;
    text-overflow: ellipsis;
    /*padding-bottom: 10%;*/
    padding-bottom: 60px;
}

.posts_slide .posts_slide-meta {
    color: #666;
    font-size: .78em;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    bottom: 0;
    width: 90%;
    -moz-transition-property: max-height;
    -o-transition-property: max-height;
    -webkit-transition-property: max-height;
    transition-property: max-height;
    -moz-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    -moz-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
}

.posts_slide:hover, .posts_slide:focus {
    background: white;
    -moz-box-shadow: rgba(0, 0, 0, 0.45) 0px 0px 20px 0px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.45) 0px 0px 20px 0px;
    box-shadow: rgba(0, 0, 0, 0.45) 0px 0px 20px 0px;
}

.posts_slide img {
    max-width: 100%;
}

.owl-dot {
    width: 25px;
    height: 10px;
    background-color: #fff;
    display: inline-block;
    margin: 5px;
}

.owl-dots {
    text-align: center;
}

.owl-dot.active {
    background-color: #d8c1a4;
}

.owl-nav {
    position: absolute;
    top: -20px;
    right: 0;
}

.filters_container {
    text-align: center;
    position: absolute;
    z-index: 99999;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
}

.filters_container.full {
    text-align: center;
    position: absolute;
    z-index: 99999;
    top: 0;
    width: 100%;
    left: 0;
    transform: none;
}

.filter.category_title {
    font-size: 1rem;
    font-weight: 600;
}

.filters_container .filter {

    position: relative;
    min-width: 120px;
    display: inline-block;
    border-bottom: 2px solid #d8c1a4;
    text-align: left;
    padding-bottom: 5px;
    margin-right: 20px;
    color: #cc0707;
}

.filters_container .filter a {
    color: #cc0707;
}

.filter div {
    display: inline-block;
}

.filter_value {
    min-width: 100px;
}

.filter_icon {
    font-size: 16px;
    color: #d8c1a4;
}

.filters_container ul.dropdown-values {
    position: absolute;
    background: #fff none repeat scroll 0 0;
    box-shadow: 0 0 4px #ccc;
    margin-top: 10px;
    text-align: center;
    text-transform: uppercase;
    padding: 39px 44px 95px;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1000;
}

.filters_container ul.dropdown-values > li {
    padding: 3px 0 3px 0;
    margin-top: 9.5px;
    margin-bottom: 0;
    display: block;
    cursor: pointer;
}

.filters_container ul.dropdown-values > li:after {
    content: "";
    display: block;
    padding: 10px 0 0 0;
    border-top: 2px solid #999;
    width: 0;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
}

.filters_container ul.dropdown-values > li:hover:after {
    width: 100%;
    border-top: 2px solid #000;
}

.close-h, .close-s {
    color: #666;
    cursor: pointer;
    position: absolute;
    right: 18px;
    top: 10px;
}

.ascham_links_container {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 15px;
    padding: 1.5%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #fff;
}

.ascham_link_card_container {
    position: relative;
    border-bottom: 2px solid #d8c1a4;
    border-top: 2px solid #d8c1a4;
    margin: 0 1%;
    color: #fefff9;
    /* padding-bottom: 30px; */
    /* margin-right: 20px; */
    /* padding-bottom: 30px; */
    width: 22%;
    background: #fff;
    color: #363636;
    text-decoration: none;
}

.ascham_link_card {
    position: relative;
    /*background-image: url(http://placeimg.com/400/400/animals);*/
    text-align: center;
    padding: 20px 0;
    margin: 20px 0;

}

.ascham_link_card .image {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

.ascham_link_card:hover .image {
    opacity: 1;
}

.ascham_link_card div {
    position: relative;
    z-index: 1000;
}

.ascham_link_card .line {
    display: inline-block;
    /* margin: 10px 0; */
    width: 20%;
    height: 3px;
    background: #d8c1a4;
}

.top_line.line {
    margin-bottom: 10%;
}

.bot_line.line {
    margin-top: 10%;
}

.ascham_link_card_container .plus_icon {
    position: absolute;
    bottom: 0;
    right: 4%;
    font-size: 16px;
    color: #d8c1a4;
}

.ascham_link_card:hover .line {
    background: #ffffff;
}

.ascham_link_card .link_title {
    font-size: 1.3rem;
    font-weight: 500;
    color: #cc0707;
}

.ascham_link_card:hover .link_title, .ascham_link_card:hover, .ascham_link_card:hover .plus_icon {
    color: #ffffff;
}

.under_title {
    font-size: .8rem;
    padding-top: 10px;
    font-weight: 600;
}

.ascham_tab {
    padding: 0;
    height: 0;
    overflow: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.5s linear;
    -moz-transition: opacity 0.5s linear;
    -ms-transition: opacity 0.5s linear;
    transition: opacity 0.5s linear;
}

.ascham_tab.active {
    padding: 80px 200px 80px 80px;
    width: 60%;
    height: auto;
    opacity: 1;
}

.ascham_tab div {
    position: relative;
}

.ascham_tab_title {
    font-size: 2rem;
    color: #fff;
}

.ascham_tab_title .border {
    width: 50px;
    height: 6px;
    margin: 40px 0;
    background: #d8c1a4;
}

.ascham_tabs_container {
    position: relative;
}

.ascham_tab_undertitle {
    font-size: 1.4rem;
}

.ascham_tabs {
    color: #fff;
}

.ascham_tab_content {
    font-size: 1.2rem;
    margin: 20px 0;
}

.ascham_tab_columns {
    font-size: 0.9rem;
    margin: 20px 0;
}

.ascham_tab_column {
    display: inline-block;
    vertical-align: top;
    line-height: 20px;
}

.ascham_tab .image {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-filter: brightness(0.6);
    filter: brightness(0.6);
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

.columns2 .ascham_tab_column {
    width: 49%;
}

.columns3 .ascham_tab_column {
    width: 33%;
}

.columns1 .ascham_tab_column {
    width: 99%;
}

.ascham_tabs_navigator {
    position: absolute;
    /*top: 30%;*/
    top: 150px;
    right: 10%;
}

.ascham_tabs_navigator_point {
    background-color: #d8c1a4;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    text-align: center;
    position: relative;
    z-index: 1;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    transition: all 0.5s linear;
    font-weight: 600;
}
.ascham_tabs_navigator_point span {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 1.2rem;
}

.ascham_tabs_navigator_container.active .ascham_tabs_navigator_point {

    background-color: #d41111;
}

.ascham_tabs_navigator_title {
    position: absolute;
    left: -100px;
    top: 50%;
    transform: translate(0, -50%);
    font-weight: 500;
    color: #d8c1a4;
}

.ascham_tabs_navigator_container.active .ascham_tabs_navigator_title{
    color: #fff;
}

.ascham_tabs_navigator_container:not(:last-child) {
    margin-bottom: 40px;
}

.ascham_tabs_navigator_container{
    position: relative;
}


.ascham_tabs_navigator:before {
    position: absolute;
    content: "";
    display: block;
    width: 2px;
    /* height: 30px; */
    top: 0;
    left: 19px;
    height: 100%;
    background-color: rgba(216, 193, 164, 0.75);
    /* z-index: 1; */
}

.paginate_left {
    display: inline-block;
    width: 19%;
}

.ascham_posts_pagination {
    text-align: center;
    display: inline-block;
    width: 60%;
}

.paginate_right {
    display: inline-block;
    width: 19%;
    text-align: right;
}

.ascham_posts_pagination_page {
    display: inline-block;
    font-size: 1.3rem;
    font-weight: 600;
    cursor: pointer;
    margin: 0 10px;
    color: #d8c1a4;
}

.ascham_posts_pagination_page.active {
    color: #d41111;
}

.ascham_posts_paginator {
    margin: 20px 0;
    padding: 20px 0;
    border-top: 1px solid #d8c1a4;
}

.paginate_controls {
    cursor: pointer;
}

.paginate_controls i {
    font-size: 2rem;
    vertical-align: middle;
    margin: 10px;
    color: #d8c1a4;
}

.ascham-bar-search *,
.ascham-bar-search *:after,
.ascham-bar-search *:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

/* search bar focus */
.ascham-bar-search *:focus {
    background-color: rgb(255, 255, 255);
    color:#000;
    outline: 0;
}

/* search bar container */
.ascham-bar-search {
    display: table;
    position: relative;
    color: #fff;

}
.ascham-bar-search {
    padding-right: 20px;
}

/* search icon button */
.ascham-bar-search .search-icon-btn {
    background-color: rgba(255, 255, 255, 0);
    border: 1px solid rgba(255, 255, 255, 0);
    display: table-cell;
    height: 30px;
    position: relative;
    text-align: center;
    vertical-align: middle;
    width: 100%;
    z-index: 2;
}

/* search bar input container */
.ascham-bar-search .search-input {
    position: absolute;
    left: 0;
    z-index: 1;
}

/* search bar input */
.ascham-bar-search .search-input input.search-bar {
    color: #fff;
    border: 1px solid #cccccc;
    height: 30px;
    padding: 0px;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.37);
    opacity: 0;
}

.ascham-bar-search .search-input input.search-bar:focus {
    /*padding-left: 70px;*/
    /*padding-right: 10px;*/
    /*background-color: rgb(255, 255, 255);*/
    /*color:#000;*/
    /*width: 200px;*/
    /*opacity: 1;*/
}

/* transition effect */
.ascham-bar-search .search-input input.search-bar,
.ascham-bar-search .search-icon-btn {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.ascham-bar-search .search-icon-btn div {
    display: inline-block;
}

/* hover on search bar container */
.ascham-bar-search:hover .search-input input.search-bar {
    padding-left: 70px;
    padding-right: 10px;
    background-color: rgb(255, 255, 255);
    color:#000;
    width: 200px;
    opacity: 1;
}

.ascham-bar-search:hover {
    color:#000;
}

.ascham-bar-search:hover .search-icon-btn{
    /*padding-right: 2px;*/
    /*border-right: 2px solid rgba(0, 0, 0, 0.08);*/
}





.ascham-quick-links {
    display: table;
    position: relative;
    color: #fff;
}
.ascham-quick-links {
    padding-right: 20px;
}

.ascham-quick-links ul.quick-links {
    position: absolute;
    height: 0;
    width: 0;
    overflow: hidden;
    opacity: 0;
    padding-top: 0;
    padding-bottom: 0;
    padding: 7px 0;
    display: block;
    background-color: rgba(0,0,0,0.80);
    border-color: #3d3d3d;
    list-style: none;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.ascham-quick-links:hover ul.quick-links {
    height: auto;
    width: auto;
    opacity: 1;
}

.ascham-quick-links ul.quick-links li {
    display: inline-block;
    text-align: center;
    height: auto;
    width: 190px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #3d3d3d;
    padding: 10px 5px 10px 5px;
    background-repeat: no-repeat;
    background-position: right;
}

.ascham-quick-links ul.quick-links li a {
    color: #fff;
    text-align: center;
}

.ascham-quick-links ul.quick-links li a:hover {
    background-color: rgba(255,255,255,0.10);
    color: #d5c29d;
}