/*
Theme Name: Betheme Child
Theme URI: https://themes.muffingroup.com/betheme
Author: Muffin group
Author URI: https://muffingroup.com
Description: Child Theme for Betheme
Template: betheme
Version: 2.0.2
*/

/* General: Headings. */
h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
}

/* Betheme: Cookie Notice. */
#mfn-gdpr .mfn-gdpr-content{
	font-size: 14px;
	line-height: 24px;
}

/* Betheme: Post Meta. */
.Latest_news ul li .desc_footer{
   display: none !important;
}
.Latest_news ul li.post {
   margin-bottom: 40px;
}

/* Betheme: Blog. */
.post .image_frame .image_wrapper img {
	max-height: 300px;
}

/* Betheme: Blog Post Archive. */
.post-desc-wrapper .post-desc .post-title h2.entry-title {
	font-size: 24px;
	line-height: 32px;
	margin-bottom: 25px;
}
.post-desc-wrapper .post-desc .post-excerpt {
	font-size: 16px;
}
.post-desc-wrapper .post-desc .post-head .post-meta .date,
.post-desc-wrapper .post-desc .post-footer {
	display: none;
}
.grid .post-item {
    margin: 0 1% 40px;
}
.grid .post {
	background-color: #fff;
	background: #fff;
}
.blog_wrapper .posts_group {
	display: flex;
	flex-flow: wrap;
}
.blog_wrapper .posts_group .post {
	box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
}

.blog_wrapper .posts_group .post:hover a {
	color: #8e7159;
	transition: color 0.2s;
}

/* Betheme: Tag Cloud Categories. */
.mfn-tag-cloud.mfn-tag-cloud-pills li {
	background-color: #bb5644;
	border: 1px solid #bb5644;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	margin-right: 10px;
}

.mfn-tag-cloud.mfn-tag-cloud-pills li a {
	background-color: transparent;
	color: #fff;
	font-size: 16px;
}
.mfn-tag-cloud.mfn-tag-cloud-pills li:hover {
	background-color: transparent;
	transition: all 0.2s;
}
.mfn-tag-cloud.mfn-tag-cloud-pills li:hover a {
	color: #bb5644;
	transition: all 0.2s;
}

@media screen and (max-width: 959px) {
	.mfn-tag-cloud.mfn-tag-cloud-pills li {
		margin: 0 0 10px 0;
	}
}

/* Betheme: Fixed Nav. */
.fixed-nav-prev .desc {
    margin-left: -395px;
}
.fixed-nav-next .desc {
	margin-right: -395px;
}
.fixed-nav .desc {
	width: 250px;
}

/* Betheme: Accessibility. */

body a:focus,
body *[role="link"]:focus {
    outline: none !important;
}

body a:focus-visible,
body *[role="link"]:focus-visible {
    outline: 2px dashed #bb5644 !important;
    outline-offset: 2px !important;
}
