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

p.toolbar-amount {
    width: 100%;
    text-align: center;
    padding: 20px;
}

.pages {
    text-align: center;
    margin: 20px;
}


.fieldset {
    padding: 20px 0px;
    margin: 40px 0px;
    border-top: #c49a6c 2px solid;
}

/* 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: #1d3a44;
    font-weight: bold;
    margin-bottom: 20px;
}
.wordpress-post-view .topcat a{
    color:#c49a6c;
    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:70%;
    float: none;
}
.wordpress-post-view.page-layout-2columns-right .sidebar-main{
    float: right;
    width:30%;
}



input#author, input#url, input#email, textarea#comment {
    border: 1px solid #1d3a44;
}



@media (max-width:1140px) {
    .wordpress-post-view.page-layout-2columns-right .column.main{
        width:100%;
        float: none;
    }
    .wordpress-post-view.page-layout-2columns-right .sidebar-main{
        width:100%;
        float: none;
    }
    .page-layout-2columns-right #maincontent .columns {
        display: flex;
        flex-direction: column-reverse;
        flex-wrap: nowrap;
    }    
}

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


.blog-search input.input-text {
	border: 1px solid #1d3a44;
	box-sizing: inherit;
	padding: 20px 20px;
	width: 100%;
	margin-bottom: 10px;
    margin-top: 10px;
}

button:active,button.button:active, button:focus, button.button:focus, button.button span:focus, button.button span:active, button.button span span:active {
    background: #f9f9f9;
}


.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;
    justify-content: center;
}
.post-list.grid li{
    width:32.3341%;
    display: flex;
    flex-direction: column;
    flex-flow: row wrap;
    background: #1d3a44;
    padding: 1rem 0rem;
}

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

.post-list-wrapper .post-title{
    font-size: 2rem;
    font-family: 'Playfair Display';
    color: #ffffff;
    line-height: 120% !important;
    width: 100%;
    text-align: center;
    padding: 0px 10px;
}
.post-list-wrapper .post-date{
    font-weight: bold;
    text-transform: uppercase;
    color: #c49a6c;
    font-size: 1rem;
    padding: 5px 10px;
    margin: auto;
}
.post-list-wrapper .post-excerpt{
    font-size: 16px;
    margin-bottom: 20px;
    color: #fff;
    padding: 10px;
    text-align: center;
}

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

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

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

.post-image.post-image-holder {
    margin-top: 20px;
    border-top: #fff solid 3px;
    border-bottom: #fff solid 3px;
}

@media (max-width:768px) {
    .post-list.grid li {
        width: 49%;
    }	
}

@media (max-width:600px) {
    .post-list.grid li {
        width: 100%;
    }	
}

.fieldset>.field:not(.choice)>.label {
    color: #1d3a44;
    font-size: 16px;
    font-weight: 600 !important;
    line-height: unset;
    padding-bottom: 5px;
}

.fieldset > .legend {
    font-size: 22px;
    font-weight: bold;
}