@import url('https://use.typekit.net/cth2suf.css');

/* Blog Page */
.wordpress-post-view.page-layout-1column .post-image a{
    width:100%;
}
.wordpress-post-view.page-layout-1column .post-image img{
    width:100%;
}

.wordpress-post-view.page-layout-1column .social{
    width:15%; 
    margin:0 auto;   
    float: left;
}
.wordpress-post-view.page-layout-1column .social ul li{
    text-align:center;
}
.wordpress-post-view.page-layout-1column .social ul li.title{
    font-weight: bold;
}
.wordpress-post-view.page-layout-1column .footer.content{
    width:100%; 
}

.wordpress-post-view.page-layout-1column .content{
    width: 80%;
    float: left;
}


.wordpress-post-view.page-layout-1column .page-title{
    width:100%;
    text-align: center;
    text-transform: inherit !important;
    margin:0;
}
.wordpress-post-view.page-layout-1column .page-title h1{
   
}


.wordpress-post-view .topcat{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    color: #4c574f;
    font-weight: bold;
    margin-bottom: 20px;
}
.wordpress-post-view .topcat a{
    color:#ff7300;
    font-weight: bold;
}
.wordpress-post-view .topcat .post-date{
    padding-left: 5px;
}


/*  2 Col News */

.wordpress-post-view.page-layout-2columns-right .topcat{
    text-align: left;
    justify-content: flex-start;
}
.wordpress-post-view.page-layout-2columns-right .post-content{
    display:flex;
    flex-direction: column;
    flex-flow: row wrap;
}

.wordpress-post-view.page-layout-2columns-right .post-content .content{
    order:1;
}

.wordpress-post-view.page-layout-2columns-right .post-content .social{
    order:2;
    width:100%;
    border-top:1px solid #5d636c; 
    border-bottom:1px solid #5d636c; 
    margin-top: 40px;
}

.wordpress-post-view.page-layout-2columns-right .post-content .social ul{
    display:flex;
    margin: 0;
    padding-top: 15px;
}
.wordpress-post-view.page-layout-2columns-right .post-content .social ul li{
    padding-right: 10px;
    
}
.wordpress-post-view.page-layout-2columns-right .post-image{
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding:20px 0;
    margin-bottom: 40px;
}

.wordpress-post-view.page-layout-2columns-right .column.main{
    width:75%;
}
.wordpress-post-view.page-layout-2columns-right .sidebar-main{
    float: right;
    width:25%;
}

.wordpress-post-view.page-layout-2columns-right .block-wishlist{
    display: none;
}






.wordpress-post-view.page-layout-2columns-right .block-recent-posts{
    background-color:#5d636c;
    color:#fff;
    padding:30px 30px;
}
.wordpress-post-view.page-layout-2columns-right .block-recent-posts ul li a{
    color:#fff;
}






/* Loop Page */

.wordpress-term-view #maincontent.page-main{
    max-width: 100%;
    padding:0;
}
.wordpress-term-view #maincontent.page-main h1{
    max-width: 1561px;
    margin: 0 auto;
    display:block;
}
.wordpress-term-view .page-title-wrapper{
    background-color:#fff;
    padding:40px 0;
    margin-bottom: 40px;
    position: relative;
}
.wordpress-term-view .page-title:after{
    content:"";
    height: 1px;
    background-color: #5d636c;
    width: 100%;
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
}
.wordpress-term-view .page-title span{
    background-color:#fff;
    position: relative;
    z-index: 1;
    padding: 0 5px;
}

.wordpress-term-view .toolbar-amount{
    display: none;
}

.wordpress-term-view .breadcrumbs{
    display:none;
}

.post-list.grid {
    display:flex;
    flex-flow: row wrap;
}
.post-list.grid li{
    width:31.3333%;
    display: flex;
    flex-direction: column;
    flex-flow: row wrap;
    padding-bottom: 50px;
}

.post-list-wrapper .post-list-item{
    display: flex;
    flex-direction: column;
    flex-flow: row wrap;
    height:100%;
    align-content: flex-start;
}

.post-list-wrapper .post-title{
    font-size: 2rem;
    font-family: 'Adobe Text Pro';
    color: #4c574f;
    line-height: 120% !important;
    width: 100%;
}
.post-list-wrapper .post-date{
    font-weight: bold;
    text-transform: uppercase;
    color: #4c574f;
    font-size: 1rem;
    margin-bottom: 5px;
    margin-top: 10px;
}
.post-list-wrapper .post-excerpt{
    font-size:16px;
    margin-bottom: 20px;
}

.post-list-wrapper .post-entry{
    display:flex;
    flex-direction: column;
    flex-flow: row wrap;
    margin:0;
}
.post-list-wrapper .btn{
    background: #4c574f !important;
    padding: 10px 20px 12px 20px;
    line-height: 15px;
    background-color: inherit;
    font-weight: normal;
    color: #fff;
    box-shadow: none;
    border-radius: 0px !important;
}
.post-list-wrapper .btn:hover{
    text-decoration: none;
}

.post-list-wrapper .post-image{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 260px;
    height: 260px;
    background-color:#e2e9e1;
}

.social li {
    width: fit-content;
    margin: 10px !important;
    display: inline-block;
}
