.blog-page {
	background:#e7e5dd;
}

.content-main.blog {
	max-width: 1140px;
}

.blog-main a, .blog-sidebar a {
	color:inherit;
	text-decoration:none;
}

.blog-main .post {
	margin-bottom:60px;
}

.blog-main .post .entry-date, .blog-main .post .read-more a,
.blog-sidebar .recent-posts ul li a, .blog-main .post .entry-content a {
	color:#8d7249;
}

.blog-main .post .entry-content hr {
	border:none;
	height:1px;
	background:#8d7249;
}

.blog-main .site-post-thumbnail img {
	display:block;
	max-width:100%;
}

.blog-main .post .entry-content img {
	max-width:100%;
	width:auto !important;
	height:auto !important;
}

/*.blog-main .post-feed, .blog-main .post-detail {
	padding-right:40px;
}*/

.blog-sidebar .section {
	padding:30px;
	border-bottom:#8d7249 1px solid;
}

.blog-sidebar .section:first-child {
	padding-top:0;
}

.blog-sidebar .section:last-child {
	border-bottom:none;
	padding-bottom:0;
}

.blog-sidebar .recent-posts ul {
	padding:0;
	margin:0;
}

.blog-sidebar .recent-posts ul li {
	list-style:none;
	line-height:180%;
}

.blog-sidebar input[type="search"] {
	padding: 0 4px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 6px;
	margin-bottom: 10px;
	height: 30px;
	border: #8d7249 1px solid;
}

.blog-sidebar .button {
	outline:none;
	border:none;
	padding:0 10px;
	     height:32px;
	line-height:36px;
	vertical-align:middle;
	margin-bottom:10px;
}

textarea:focus, input:focus{
    outline: none;
}

.category-section:not(:last-child) {
	border-bottom:#8d7249 1px solid;
	padding-bottom:60px;
}

.category-section .button-wrap {
	margin-top:60px;
}

.category-section .button-wrap .button {
	cursor:pointer;
	color:#fff;
}

.category-section .button-wrap .button.disabled,
.category-section .button-wrap .button.disabled:hover {
	cursor:default;
	opacity:0.25;
	background:#8d7249;
}

.category-section .post-grid .post-item .entry-title {
	font-size:20px;
	margin:0;
}

.category-section .post-grid .post-item .entry-title a {
	color:#000;
}

.category-section .post-grid .post-item {
	background:#b9ab93;
}

.category-section .post-grid .post-item .entry-header {
	background:#b9ab93;
	padding:15px;
}



.category-section {
	margin:0 0 100px 0;
}

.category-section .section-title {
	margin-bottom:40px;
}



@media(min-width:768px) {
	.menu-marquee .title {
		margin-top:120px;
	}
	
	.category-section .post-grid {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		grid-auto-rows: 1fr;
		gap:20px;
	}
}

/*.site-post-thumbnail {
	background:#fff;
}*/

.site-post-thumbnail a.content {
	display:block;
}

.site-post-thumbnail a.content img {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	object-fit:cover;
}

.site-post-thumbnail:before {
	padding-top:66%;
}

.blog-detail .fluid-marquee {
	min-height:200px;
}

.blog-detail .site-post-thumbnail {
	margin:60px auto;
	max-width:790px;
}

.blog-detail .entry-content {
	max-width:790px;
	margin:0 auto;
}

.owl-theme .owl-dots .owl-dot span {
	background:#b9ab93;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #8d7249;
}

.owl-theme .owl-nav .disabled {
	opacity:0.3;
}

.owl-theme .owl-dots {
	margin-top:10px;
}

.owl-theme .owl-nav {
	position:absolute;
	top:50%;
	left:-80px;
	right:-80px;
	transform:translateY(-50%);
	margin-top:-20px;
	display:flex;
	justify-content:space-between;
}

.owl-theme .owl-nav [class*=owl-], .owl-theme .owl-nav [class*=owl-]:hover {
	color:#000;
	background:transparent;
	font-size:120px;
	font-family: TradeGothicLTPro-BdCn20, sans-serif;
}

@media(max-width:767px) {
	
	.category-section {
	    margin: 0 60px 60px 60px;
		padding-bottom: 20px
	}
	
	.blog-page {
		overflow-x:hidden;
	}

	
	.category-section .owl-carousel .owl-stage-outer { overflow:visible; }
	
	.category-section .owl-carousel .owl-stage {display: flex;}
	.category-section .post-grid .post-item { height:100%; }
}
