/*------------------------------------*\
    
    Posts CSS
 
    Posts.................Post content for loop on blog homepage, category, search page, archives, etc.
    Sidebar...............Sidebar elements.

\*------------------------------------*/

.blog-search-form-wrapper{
    background: #F9F2EA;
    padding: 30px 20px;
    width: 100%;
    position: relative;
}

.blog-search-form-wrapper .search-heading{
    width: 100%;
    padding: 10px;
    text-align: center;
}

.reset-btn-container{
    height: 35px;
    position: relative;
    bottom: 15px;
    top: auto;
    left: 15px;
}

.reset-btn-container a{
    text-decoration: none;
    display: inline-block;
    padding: 5px 20px 8px 20px;
    color: #73321E;
    background: #E0AC83;
    transition: all 0.5s ease;
}

.reset-btn-container a:hover{
    background: #eec2a0;
}

/*
@media (max-width: 768px) {
    .reset-btn-container {
        bottom: unset;
        top: 75px;
        left: unset;
        right: 15px;
    }
} */


.search-heading h2{
	font-weight: 400;
	font-size: 50px;
	line-height: 140%;
	letter-spacing: -2%;
	text-align: center;
    color: #4B4741;
}

.blog-search-form-wrapper .search-box-container {
    width: 100%;
}

.blog-search-form-wrapper .search-box{
    width: 100%;
    margin: 0px auto 20px auto;
    float: none;
    display: block;
    position: relative;
}

.search-box input[type="text"] {
	color: #4B4741;
	background-color: #FEF9EF;
}

section.blog-search-form-wrapper .container,
.featured-posts-wrapper .container,
.blog-posts-wrapper .container,
.cta-banner-wrapper .container {
    background: #F6EDE1;
    border-radius: 16px;
    padding: 30px 30px 50px;
}

.post-category-filter p, .post-category-filter .sort-icon {
    color: #4B4741;
}

.blog-search-form-wrapper .category-container{
    float: left;
    position: relative;
    z-index: 9;
}
.category-container ul{
    list-style: none;
    margin: 0;
    padding: 0;
    margin-left: -5px;
}

.category-container ul li{
    float: left;
    list-style: none;
    margin-bottom: 10px;
    margin-right: 10px;
    padding-left: 0;
}

.category-container ul li:before{
    display: none;
}

.category-container ul li a{
    padding: 9px 15px;
    background: #EEDACF;
    color: #4B4741;
    font-size: 12px;
    border-radius: 20px;
    box-shadow: none;
    border: none;
    font-weight: 600;
}



.category-container ul li a:hover,
.category-container ul li a.active{
    color: #fff;
    background-color: #E0AC83;
}

.blog-posts-wrapper{
    width: 100%;
    position: relative;
    padding: 20px 0;
	background: #F9F2EA;
}

.post-category-filter{
    width: 100%;
    margin-top: 0px;
}

.post-filter-container{
    float: left;
    width: 100%;
    position: relative;
    margin-top: 10px;
}

.post-filter-container p{
    font-size: 14px;
    position: relative;
    font-weight: bold;
    text-align: right;
    margin-right: 0px;
    cursor: pointer;
}


.post-filter-container .sort-icon{
    position: relative;
    right: 0;
    float: right;
    margin-left: 10px;
    width: 20px;
    height: 20px;
}

.post-filter-container .sort-icon:before{
    content: "\e90d";
    position: absolute;
    left: 0;
    top: 1px;
    font-size: 14px;
    color: #616A7F;
    font-family: 'icomoon';
}

.post-filter-container .sort-icon.open:before{

    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

.post-filter-container .sort-icon.close:before{
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.post-filter-container .sort-by-option{
    position: absolute;
    top: 35px;
    padding: 15px 25px;
    right: 0;
    box-shadow: 0 0 20px rgb(0 0 0 / 10%);
    z-index: 9;
    background: #fff;
    border-radius: 5px;
    transition: all 0.5s ease;
    display: none;
    width: 200px;
}

.post-filter-container .sort-by-option.showoption{
    display: block;
    right: 0px;
    top: 40px;
}

.sort-by-option ul{
    list-style: none;
    margin: 0;
    padding: 0;
}

.sort-by-option ul li{
    width: 100%;
    float: left;
    font-size: 16px;
    padding-left: 0;
}

.sort-by-option ul li a{
    font-size: 16px;
    text-decoration: none;
    color: #616A7F;
}

.sort-by-option .checkbox{
    width: 14px;
    height: 14px;
    border: 1px solid #2D3956;
    border-radius: 3px;
    display: inline-block;
    margin-right: 8px;
    transition: all 0.5s ease;
}

.sort-by-option ul li a:hover .checkbox{
    cursor: pointer;
    background: #2D3956;
}

.blog-posts-wrapper .blog-posts-header{
    padding: 5px 15px;
    margin-bottom: 20px;
}

.blog-posts-wrapper .blog-posts-header h2,
.featured-posts-wrapper .blog-posts-header h2{
    font-size: 36px;
    font-weight: bold;
    display: inline-block;
    color: #4B4741;
}

.blog-posts-header .btn{
    background-color: #E0AC83;
    color: #73321E;
    display: inline-block;
    border: 0;
    float: none;
    width: 100%;
    text-align: center;
}

.blog-posts-header .load-more__counter{
    text-align: center;
    font-size: 20px;
    display: inline-block;
    float: left;
    margin-bottom: 20px;
}

.blog-list-wrapper{
    overflow-x:visible;
    white-space:no-wrap;
    width: 100%;
    padding-bottom: 25px;
}

.blog-list-table{
    display: block;
}

.blog-table-tr{
    display:block;
}

.blog-table-td {
    display:block;
    float: none;
}




.blog-box{
    width: 100%;
    height: 100%;
    box-shadow: 0 0 20px rgb(0 0 0 / 10%);
    border-radius: 10px;
    overflow: hidden;
    cursor: pointer;
    margin-bottom: 20px;
}

.slide-up-container{
    background: #FEF9EF;
    position: relative;
    height: 100%;
    transition: transform 330ms ease-in-out;
}

.blog-image{
    width: 100%;
    height: 200px;
}

.blog-image img{
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.blog-box:hover .slide-up-container{
    transform: translate(0, -60px);
}

.blog-content{
    padding: 20px;
    background: #FEF9EF;
}

.blog-content h4{
    color: #4B4741;
    font-size: 18px;
    font-weight: bold;
}

.blog-content p{
    font-size: 16px;
    color: #4B4741;
}

.blog-post-date{
    color: #4B4741;
    font-size: 14px;
}
.blog-box .post-category{
    padding-left: 20px;
    margin-top: -10px;
    position: absolute;
}

.blog-box .post-share-buttons{
    position: absolute;
    right: 40px;
    top: -18px;
    display: none;
    transition: all 0.5s ease;
}

.blog-box:hover .post-share-buttons{
    display: block;
}

.post-share-buttons .resp-sharing-button--facebook, .post-share-buttons .resp-sharing-button--email, .post-share-buttons .resp-sharing-button--twitter, .social-share-post-date .resp-sharing-button--facebook, .social-share-post-date .resp-sharing-button--email, .social-share-post-date .resp-sharing-button--twitter {
    border-color: #E0AC83;
    background-color: #E0AC83;
}

.post-category a{
    text-decoration: none;
    padding: 9px 20px;
    border-radius: 19px;
    margin-bottom: 10px;
    font-size: 14px;
	line-height: 40px;
    background-color: #E0AC83;
    color: #73321E;
    border: none;
    transition: all 0.5s ease;

}

.post-category a:hover{
    background: #eec2a0;
    color: #616A7F;
}

.half-and-half-text a.btn.btn-secondary {
    background: #E0AC83;
    color: #73321E;
}

.btn.btn-secondary:hover, .btn.btn-primary:hover {
    background: #eec2a0 !important;
}

.blog-search-form-wrapper .search-box-container .search-box button {
    background: #E0AC83;
    color: #73321E;
}

a.post-category{
    padding: 9px 20px;
    border-radius: 19px;
    margin-bottom: 10px;
    font-size: 14px;
}

.blog-content-footer{
    margin-top: 30px;
}
.blog-content-footer .read-more{
    color: #2D3956;
    font-size: 18px;
    line-height: 30px;
    margin-top: 40px;
    font-family: 'Lato', sans-serif;
}
.blog-content-footer .read-more:hover{
    text-decoration: underline;
}

.blog-content-footer .read-more:after{
    content:"\e90d";
    position: relative;
    left: 5px;
    width: 10px;
    height: 10px;
    top: 0px;
    display: inline-block;
    font-size: 11px;
    color: #2D3956;
    font-family: 'icomoon';
}


#search-results{}
#search-results .blog-list-wrapper{
    overflow-x: visible;
    width: 100%;
    padding-bottom: 25px;
}

#search-results .blog-box{
    margin-bottom: 40px;
}

#search-results .blog-table-td{
    float: left;
    display: block;
}

#search-results .load-more__btn{
    margin: 0px auto;
    width: 80%;
    background: #E0AC83;
}

#search-results .load-more__btn:hover{
	background: #eec2a0;
}

.no-scroll-container .blog-list-wrapper{
    overflow-x: visible;
}

.no-scroll-container .blog-box{
    margin-bottom: 40px;
}

.no-scroll-container .blog-table-td{
    float: left;
    display: block;
}

/* Single Post - Styles */
.content-wrapper{
    padding: 60px 0 0 0;
	background: #F9F2EA;
}
.single-post .post-featured-image{
    border-radius: 10px;
    width: 100%;
    height: 100%;
}

.single-post .post-featured-image img{
    border-radius: 10px;
    width: 100%;
    object-fit: cover;
    height: 100%;
}

.single-post .post-title-wrapper h1{
    font-size: 25px;
	color: #4B4741 !important;
}

.single-post .wysiwyg h3{
    font-size: 20px;
}

.single-post p{
	color: #4B4741;
}

.post-content .btn-primary {
    color: #73321E;
    background: #E0AC83;
}

h1, .h1, h2, .h2, h3, .h3 {
    color: #4B4741;
}

.single-post .social-share-post-date,
.single-post .social-share-post-date .post-date-container{
	background: #F6EDE1;
	color: #4B4741 !important;
}

.single-post .latest-posts-single-post{
    margin: 0px auto 0 auto;
    padding: 0px 0;
    background: #FAFAFA;
}

.page-sidebar{
    position: relative;
    padding-left: 0px;
    margin-top: 70px;
    float: left;
}

.page-sidebar .widget{
    width: 100%;
    height: 100%;
    float: left;
    margin-bottom: 50px;
	position: relative;
}

.page-sidebar .widget_search{
    padding: 20px;
    background: #F6EDE1;
}

.widget.widget_search .search-box button {
    background: #E0AC83;
    color: #73321E;
}

.widget_search .search-box{
    float: none;
    width: 100%;
    display: block;
    position: relative;
}

.next-prev-post-container{}
.next-prev-post-container{}
.previous-post-link{
    text-align: left;
}
.next-post-link{
    text-align: right;
}

.previous-post-link,
.next-post-link{
    width: 50%;
    float: left;
    text-align: center;
    position: relative;
    margin-bottom: 20px;
}

.next-post-link a,
.previous-post-link a{
    font-size: 13px;
    font-family: bold;
    font-family: 'Lato',sans-serif;
    color: #4B4741;
    position: relative;
    transition: background-color 0.5s ease;
}

.next-post-link a{
    padding-right: 50px;
}

.previous-post-link a{
    padding-left: 50px;
}


.next-post-link a:hover,
.previous-post-link a:hover {
    text-decoration: none;
    padding: 9px 50px 9px 25px;
    border-radius: 19px;
    margin-bottom: 10px;
    background-color: #eec2a0;
    color: #73321E;
    border: none;
    font-size: 18px;
    font-weight: bold;
}

.previous-post-link a:hover{
    padding: 9px 25px 9px 50px;
}

.next-post-link a:hover:after{
    top: 50%;
    color: #73321E;
}

.previous-post-link a:hover:before{
    color: #73321E;
    top: 29%;
}

.previous-post-link a:before,
.next-post-link a:after{
    content: '\e90d';
    position: absolute;
    width: auto;
    height: auto;
    background: transparent;
    border-radius: unset;
    font-family: 'icomoon';
    color: #616A7F;
    font-size: 15px;
    font-weight: 400;
}

.previous-post-link a:before{
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    top: 22%;
    left: 20px;
}

.next-post-link a:after{
    top: 50%;
    right: 20px;
    transform: translate(0,-50%);
}

.previous-post-link a:after{}

.next-prev-post-container{
    margin-top: 40px;
    float: left;
    width: 100%;
}

.awpa-img.awpa-author-block,
.wp-post-author-meta.awpa-author-block{
    width: 100%;
}


.wp-post-author-shortcode.left{
    padding: 20px;
    text-align: center;
    box-shadow: 0 0 20px rgb(0 0 0 / 10%);
}

.wp-post-author-meta-more-posts{
    display: none;
}

@media (max-width: 420px) {

    .previous-post-link,
    .next-post-link{
        width: 100%;
    }

    .next-post-link a,
    .previous-post-link a{
        font-size: 22px;
    }
}

@media (min-width: 768px) {
    .slide-up-container{
        height: 300px;
    }

    .blog-table-td {
        float: left;
    }

    .post-filter-container{
        float: none;
        position: relative;
        margin-top: 0px;
    }

    .post-filter-container .sort-by-option.showoption{
        top: 35px;
        right: 0;
    }

    .blog-search-form-wrapper{
        padding: 40px 20px;
    }

    .reset-btn-container{
        position: absolute;
        top: -175px;
        right: 17px;
        left: auto;
    }

    .blog-list-wrapper{
        padding-bottom: 0;
    }

    .blog-posts-wrapper{
        padding: 20px 0 0 0;
    }

    .awpa-img.awpa-author-block{
        width: 25%;
    }

    .wp-post-author-meta.awpa-author-block{
        width: 75%;
    }

    .wp-post-author-shortcode.left{
        text-align: left;
    }
}

@media (min-width: 1025px) {

    .reset-btn-container{
        position: absolute;
        top: -115px;
        right: 0px;
    }

    .reset-btn-container a{
        display: block;
    }

    .blog-posts-wrapper{
        padding: 60px 0 0 0;
    }

    .single-post .post-featured-image{
        max-height: 420px;
        height: 420px;
    }

    .single-post .post-title-wrapper h1{
        font-size: 45px;
    }

    .single-post .wysiwyg h3{
        font-size: 25px;
    }

    .post-item {
        padding-top: 50px;
        margin-top: 50px;
    }

    .post-category-filter{
        width: 900px;
        margin: 0 auto;
    }

    .blog-search-form-wrapper .search-box{
        width: 900px;
    }

    .blog-list-wrapper{
        overflow-x: scroll;
        white-space:no-wrap;
        width: 100%;
        padding-bottom: 25px;
    }

    .blog-list-wrapper::-webkit-scrollbar-track{
        -webkit-box-shadow: inset 0 0 2px rgba(0,0,0,0.2);
        border-radius: 10px;
        background-color: #FEF9EF;
    }

    .blog-list-wrapper::-webkit-scrollbar{
        width: 12px;
        background-color: #FEF9EF;
    }

    .blog-list-wrapper::-webkit-scrollbar-thumb{
        border-radius: 10px;
        -webkit-box-shadow: inset 0 0 2px rgba(0,0,0,.2);
        background-color: #4B4741;
    }

    .blog-list-table{
        display: table;
    }

    .blog-table-tr{
        display:table-row;
    }

    .blog-table-td {
        display:table-cell;
        float: none;
    }

    .under-min-posts .blog-list-wrapper{
        overflow: hidden;
    }

    .under-min-posts .blog-list-table{
        width: 100%;
    }


    .under-min-posts .blog-table-td{
        display: block;
        float: left;
    }

    .blog-box{
        width: 410px;
        margin-bottom: 0;
    }

    .blog-content{
        padding: 50px;
    }

    .slide-up-container{
        height: 280px;
    }

    .blog-box .post-category{
        padding-left: 50px;
    }

    .blog-posts-header .btn{
        float: right;
        width: auto;
    }

    .category-container ul li{
        float: left;
        list-style: none;
    }

    .category-container ul li:before{
        display: none;
    }

    .category-container ul li a{
        padding: 9px 20px;
        background: #EEDACF;
        color: #4B4741;
        font-size: 14px;
        border-radius: 20px;
        box-shadow: none;
        border: none;
    }

    #search-results .load-more__btn{
        margin: 20px auto;
        width: 380px;
        background: #E0AC83;
    }

    .blog-posts-header .load-more__counter{
        text-align: right;
        font-size: 20px;
        display: inline-block;
        float: right;
        margin-top: 15px;
    }

    .page-sidebar .widget_search{
        padding: 40px;
    }

    .page-sidebar{
        padding-left: 50px;
        margin-top: 0;
    }

    .previous-post-link,
    .next-post-link{
        width: 50%;
        float: left;
        position: relative;
    }

    .previous-post-link{
        text-align: left;
    }

    .next-post-link{
        text-align: right;
    }

    .next-post-link a,
    .previous-post-link a{
        font-size: 18px;
    }

    .single-post .latest-posts-single-post{
        margin: 50px auto 0 auto;
        padding: 60px 0;
        background: #F9F2EA;
    }
	
	.cta-banner-wrapper {
    background: #F9F2EA !important;
    margin: 0px 0 0 0;
	}

    .post-filter-container p{
        margin-right: -20px;
    }
	
	.blog-listing__pagination .load-more__btn {
    color: #73321E;
    background: #E0AC83;
	}
	
	.blog-listing__pagination .load-more__btn:hover {
    background: #eec2a0;
	}

	.masthead {
    background: #E0AC83;
	}
	
	.breadcrumbs ul li a, .breadcrumbs ul li, .breadcrumbs ul span, .breadcrumbs ul li:last-child a, .breadcrumbs ul li::before {
    color: #73321E;
	}
	
    .wp-post-author-shortcode.left{
        padding: 20px 40px;
        text-align: left;
    }

}


/**
 * Sidebar
 */

/* Blog Sidebar */

.blog .page-sidebar .widget {
	margin-bottom: 50px;
}

.single .page-sidebar #block-8{
    margin-bottom: 10px;
}

.choices__list--single .choices__item{
    color: #616A7F;
}



/**
* FX Load More
*/

/* Load More Progress Bar */
.load-more__progress {
    margin-top: 15px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: 10px;
    border: 0;
    border-radius: 0;
    min-width: 250px;
}
progress::-webkit-progress-bar,
progress::-webkit-progress-value,
progress::-moz-progress-bar {
    height: 10px;
    border: 0;
    border-radius: 0; 
}
progress::-webkit-progress-bar {
    background-color: #ddd;
}
progress::-webkit-progress-value {
    background-color: #4a4a4a; /* TODO: Please add a branded background color for progress bar value */
}

/* Loading Indicator */
.is-loading:before  {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 50px;
    height: 50px;
    border: 5px solid;
    border-color: #E3E3E3 #E3E3E3 transparent;
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-animation: simpleSpin 1.5s linear infinite;
    animation: simpleSpin 1.5s linear infinite;
}

/* Load More Button */
.load-more__btn {
    border: 0;
    display: block;
    margin-top: 20px;
}

.load-more__btn.is-loading {
    position: relative;
    opacity: 0.6;
    cursor: not-allowed;
}

.load-more__btn.is-loading:before {
    width: 20px;
    height: 20px;
}

/* Placeholder Space */
.placeholder-block {
    position: relative;
    display: flex;
}

.placeholder-block__inner {
    flex-grow: 1;
    background-color: #fafafa;
}

.placeholder-block.is-loading:before {
    width: 50px;
    height: 50px;
}

@-webkit-keyframes simpleSpin {
    0% {
        -webkit-transform: translate(-50%, -50%) rotateZ(0deg);
        transform: translate(-50%, -50%) rotateZ(0deg);
    }

    100% {
        -webkit-transform: translate(-50%, -50%) rotateZ(360deg);
        transform: translate(-50%, -50%) rotateZ(360deg);
    }
}

@keyframes simpleSpin {
    0% {
        -webkit-transform: translate(-50%, -50%) rotateZ(0deg);
        transform: translate(-50%, -50%) rotateZ(0deg);
    }

    100% {
        -webkit-transform: translate(-50%, -50%) rotateZ(360deg);
        transform: translate(-50%, -50%) rotateZ(360deg);
    }
}


/* Search Results */
.search-result {
    text-decoration: none;
}

.search-result__title {
    margin-bottom: 16px;
}

.search-result__excerpt {
    margin-bottom: 20px;
}


/* newsletter sidebar */
.widget.widget-newsletter {
    box-shadow: 0 0 20px rgb(0 0 0 / 10%);
}

.widget.widget-newsletter iframe {
    border: none;
}
@media(min-width: 1025px) {
	.widget.widget-newsletter iframe {
		height: 460px;
	}
}