/*
Theme Name: RHN - Custom Theme
Author: Rasmus Hultquist
Description: Mit personlige og simple tema
Version: 1.0
*/

.flex {
	display: flex;
}

.box-shadow {
	box-shadow: 0 0 13px 0px #a2a2a2;
}

.transition {
	transition: ease-in-out 0.2s;
}

.translate:hover {
	transform: translate(0,-2px);
}

.margin-20-0 {
	margin: 20px 0;
}

.padding-20 {
	padding: 20px;
}

.padding-0-20-20 {
	padding: 0 20px 20px;
}

.br-6 {
	border-radius: 6px;
}

.cm_author-bio {
	background: #fff;
	position: relative;
    padding-top: 25px;
}

.cm_author-bio::before {
    position: absolute;
    top: -14px;
    width: fit-content;
    height: auto;
    content: "Author Bio";
    background: #333332;
    color: #fff;
    padding: 7px 10px;
    border-radius: 6px;
    font-weight: bold;
    font-style: italic;
    left: -6px;
}

.cm_author-bio::after {
    background: #5e5e4c;
    top: 20px;
    left: -3px;
    z-index: -1;
    position: absolute;
    content: "";
    border-left: calc(0.5rem - 1px) solid transparent;
    border-top: 0.5rem solid #2f4455;
    transform: rotate(-45deg);
}

.cm_author-bio-area {
	flex-wrap: wrap;
}

.cm_author-bio-area p {
	font-size: 16px !important;
	margin: 0;
}

a:hover, a:focus {
	color: inherit !important;
	text-decoration: inherit !important;
}

.theme-color, .theme-color a {
	color: #333332;
}

.theme-bg-color {
	background-color: #333332;
}

div.cm_MinutesToRead {
	color: #707070;
	font-size: 14px;
	display: inline-block;
}

.col-md-3 .sidebar-box, .col-md-4 .sidebar-box {
	background: white;
    padding: 20px;
    border-radius: 6px;
    box-shadow: 0 0 13px 0px #a2a2a2;
    border-top: 5px solid #333332;
    margin-bottom: 20px;
}

div.fp_header_area {
	max-width: 1400px;
	margin: auto;
}

.headerone {
	position: relative;
	margin-left: 15px;
}

a.button {
	padding: 20px;
    color: #000;
    text-decoration: none;
    border-radius: 6px;
    box-shadow: 0 0 13px 0px #a2a2a2;
	transition: ease-in-out 0.2s;
    position: relative;
    top: 10px;
}

a.button:hover, a.button:focus, a.button:focus-visible {
	color: inherit !important;
	text-decoration: none;
	outline: inherit;
}

a.button.white {
	background: #fff;
}

a.button.black {
	background: #000;
	color: #fff;
}

@keyframes fadeInUp {
    from {
        transform: translate3d(0,40px,0)
    }

    to {
        transform: translate3d(0,0,0);
        opacity: 1
    }
}

@-webkit-keyframes fadeInUp {
    from {
        transform: translate3d(0,40px,0)
    }

    to {
        transform: translate3d(0,0,0);
        opacity: 1
    }
}

.animated {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    -webkit-animation-duration: 0.5s;
    -webkit-animation-fill-mode: both
}

.animatedFadeInUp {
    opacity: 0
}

.fadeInUp {
    opacity: 0;
    animation-name: fadeInUp;
    -webkit-animation-name: fadeInUp;
}

	div.cm_fp_workwithus {
		display: flex;
		justify-content: center;
		margin: auto;
		flex-wrap: wrap;
	}

	div.cm_fp_workwithus_title {
		text-transform: uppercase;
		font-weight: 700;
		font-size: 22px;
	}

	div.cm_fp_workwithus_content {
		flex: 0 0 50%;
		padding: 40px;
		background: #333332;
	}

	div.cm_fp_workwithus_content p, div.cm_fp_workwithus_content ul li {
		color: #fff;
	}

	div.cm_fp_workwithus_content a.button:hover {
		color: #000 !important;
	}

	div.cm_fp_workwithus_thumbnail {
		background-repeat: no-repeat !important;
    	background-position: top center !important;
    	background-size: cover !important;
		flex: 0 0 50%;
		max-width: 50%;
	}

	div.cm_fp_workwithus_thumbnail img {
		width: 100%;
		height: auto;
	}

	div.cm_recent_posts_area {
		background: #F4F4F4;
		padding: 40px;
	}
	
	div.cm_recent_posts_title {
		text-align: center;
	}
	
	div.cm_recent_posts_title h2 {
		margin-top: 0;
		text-transform: uppercase;
	}
	
	ol.cm_recent_posts_list {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-evenly;
	}
	
	ol.cm_recent_posts_list li {
		width: 15%;
		line-height: 25px;
		margin: 20px;
	}
	
	ol.cm_recent_posts_list li::marker {
		font-size: 40px;
		color: #333332;
	}
	
	ol.cm_recent_posts_list li a {
		font-weight: bold;
		color: #000;
	}

div.cm_fp_search_area {
	background: url(../jpg/economicjournal-search-function.jpg);
	padding: 50px;
	background-attachment: fixed;
	background-position: center;
	color: #fff;
	text-align: center;
	background-repeat: no-repeat;
    background-size: cover;
}

div.cm_fp_search_area input.cm_search_box {
	width: 500px;
	margin-right: 20px;
	color: #000;
}

div.cm_fp_search_area input#searchsubmit {
	width: 150px;
}

div.cm_fp_search_area h2 {
	margin: 0 0 30px 0;
}

div.cm_fp_search_area div.cm_search_form {
	display: block;
}

div.cm_all_top_article {
	clear: both;
	display: grid;
	 grid-template-areas:
    'one one one one two two'
	'three three four four five five';
	max-width: 1400px;
	margin: auto;
	grid-gap: 20px;
	padding: 0 15px;
}

div.cm_single_top_article:nth-child(1) { grid-area: one; }
div.cm_single_top_article:nth-child(2) { grid-area: two; }
div.cm_single_top_article:nth-child(3) { grid-area: three; }
div.cm_single_top_article:nth-child(4) { grid-area: four; }
div.cm_single_top_article:nth-child(5) { grid-area: five; }

div.cm_single_top_article {
	position: relative;
	max-width: 1400px;
	overflow: hidden;
	box-shadow: 0 0 13px 0px #a2a2a2;
	border-radius: 6px;
}

div.cm_top_article_title {
	position: absolute;
    bottom: 20px;
    z-index: 1;
    left: 10px;
	right: 10px;
    padding: 10px 30px 10px 10px;
    font-style: italic;
	color: #fff;
}

div.cm_single_top_article:nth-child(3), div.cm_single_top_article:nth-child(4), div.cm_single_top_article:nth-child(5) {
	height: 250px;
}

div.cm_top_article_title::after {
	background: #000;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    opacity: 0.8;
}

div.cm_single_top_article:hover img {
	transform: scale(1.01);
}

div.cm_top_article_img img {
	width: 100%;
	object-fit: cover;
	transition: ease-in-out 0.2s;
	border-radius: 6px;
}

h1 {
	margin-bottom: 8px !important;
}

div.cm_AuthorInfo.Sidebar {
	position: sticky;
	top: 20px;
	text-align: center;
	background: white;
    border-radius: 6px;
    box-shadow: 0 0 13px 0px #a2a2a2;
	padding: 10px 20px;
	margin-bottom: 20px !important;
	margin: auto;
}

div.cm_AuthorInfo.Sidebar img {
	width: 60%;
	height: auto;
}

div.cm_AuthorInfo.Sidebar div.cm_AuthorInfoTitle {
	font-weight: bold;
	margin-top: 10px;
}

div.cm_AuthorInfo.Sidebar div.cm_AuthorInfoContent p {
	font-size: 14px;
}

div.front_page_padding {
	padding-bottom: 20px;
}

div.wpcf7 {
	width: 80%;
}

div.wpcf7 input:focus-visible, div.wpcf7 textarea:focus-visible {
	outline: none;
}

div.wpcf7 p:first-of-type:first-letter {
	font-size: 20px !important;
	color: #333 !important;
}

input.wpcf7-text {
	width: 100%;
	border: 1px solid lightgrey;
	padding: 10px;
}

textarea.wpcf7-textarea {
	width: 100%;
	border: 1px solid lightgrey;
	padding: 10px;
}

.wpcf7 .disclaimer, .wpcf7 .disclaimer {
	font-size: 12px;
}

input.wpcf7-submit {
	background: #333332;
	border-radius: 6px;
	color: #fff;
	border: none;
	padding: 10px 20px;
}

div.cm_contact_form span {
	font-size: 16px;
	font-weight: bold;
}

div.cm_blogoverview_blog_title {
	background: #333332;
	padding: 20px;
	box-shadow: 0 0 13px 0px #a2a2a2;
	border-radius: 6px;
	color: white;
}

div.cm_related_posts {
	background: #F4F4F4;
	border-top: 1px solid black;
	margin: auto;	
}

div.cm_related_posts_area {
	max-width: 1400px;
	margin: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: start;
}

div.cm_related_posts_heading {
	width: 100%;
	margin-top: 20px;
	padding-left: 15px;
}

div.cm_related_posts_heading span {
	font-weight: bold;
	font-size: 22px;
}

div.cm_related_posts_single {
	max-width: calc(25% - 40px);
    flex: 0 0 25%;
    margin: 20px;
	background: #fff;
	transition: ease-in-out 0.2s;
	box-shadow: 0 0 13px 0px #a2a2a2;
	border-radius: 6px;
}

div.cm_related_posts_single:hover {
	transform: translate(0, -2px);
}

div.cm_related_posts_single img {
	width: 100%;
	height: auto;
	border-radius: 6px 6px 0 0;
}

div.cm_related_posts_title {
	padding: 20px 10px;
	color: #000 !important;
	font-weight: bold;
	text-transform: capitalize;
}

div.cm_fp_yt_area {
	text-align: center;
}

div.cm_fp_yt_videos {
	max-width: 1400px;
	margin: auto;
	display: inline-block;
	flex-wrap: wrap;
}

div.cm_fp_yt_video:first-child {
	width: 50%;
	height: 400px;
	min-width: 50%;
	flex: 0 0 50%;
	
}

div.cm_fp_yt_video:first-child iframe {
	height: 400px !important;
}

div.cm_fp_yt_video {
	width: 24%;
	min-width: 24%;
	height: 200px;
	float: left;
}

div.cm_fp_yt_video iframe {
	width: 100%;
	height: 200px;
}

@keyframes cm_fadeInUp {
    from {
        transform: translate3d(0,40px,0)
    }

    to {
        transform: translate3d(0,0,0);
        opacity: 1
    }
}

@-webkit-keyframes cm_fadeInUp {
    from {
        transform: translate3d(0,40px,0)
    }

    to {
        transform: translate3d(0,0,0);
        opacity: 1
    }
}

div.cm_header_right_area {
	float: right;
}

div.cm_header_right_area div.cm_search_form_icon, div.cm_header_right_area div.cm_fb_link, div.cm_header_right_area div.cm_tagline {
	margin: 10px 0;
}

div.cm_search_form_icon i {
	font-size: 22px;
}

div.cm_search_form_icon i:hover {
	cursor: pointer;
}

div.cm_search_form_icon.showsearchbar div.cm_search_form {
	display: block;
	position: absolute;
}

div.cm_search_form {
	display: none;
}

div.cm_search_form div.cm_search_form_fields {
	display: flex;
	justify-content: center;
}

div.cm_search_form_icon {
    right: 20px;
	position: relative;
	z-index: 1;
	display: flex;
	justify-content: flex-end;
}

div.cm_search_form_icon i.fa-times {
	display: none;
}

div.cm_search_form_icon.showsearchbar i.fa-times {
	display: inline-block;
}

div.cm_search_form_icon i.fa-search {
	display: inline-block;
}

div.cm_search_form_icon.showsearchbar i.fa-search {
	display: none;
}

div.cm_search_form_icon.showsearchbar div.cm_search_form {
	display: inline-block;
	right: 30px;
	top: -10px;
}

div.cm_search_form input {
	border: none !important;
	box-shadow: 0 0 13px 0px #a2a2a2;
	padding: 10px;
	border-radius: 6px;
}

div.cm_search_form input.cm_search_box:active, div.cm_search_form input.cm_search_box:focus-visible, div.cm_search_form input.cm_search_box:focus {
	border: none !important;
}

div.cm_search_form input.cm_search_box {
	font-style: italic;
}

div.cm_search_form input#searchsubmit {
	background: #333332;
	color: #fff;
	font-weight: bold;
}

div.cm_BigAccordionBox {
  border: 1px solid #333332;
  box-shadow: 0 0 13px 0px #a2a2a2;
  margin: 10px 0;
}
.cm_BigAccordionBoxHeader {
  color: #444;
  cursor: pointer;
  padding: 18px;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
  position: relative;
  font-weight: bold;
  transition: ease-in-out 0.2s;
}

.cm_BigAccordionBox:first-child {
	margin-top: 20px;
}

.cm_BigAccordionBox:last-child {
	margin-bottom: 20px;
}

.cm_BigAccordionBoxHeader i {
  	color: #333332;
  	position: absolute;
  	content: "";
	right: 28px;
	transition: ease-in-out 0.2s;
	font-size: 25px;
}
	
.cm_BigAccordionBoxHeader.AccordionActive i {
	transform: rotate(-45deg);
}


.cm_BigAccordionBoxPanel {
  padding: 0 18px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}
	
	.cm_BigAccordionBoxContent {
		padding-bottom: 18px;
	}

.cm_BigAccordionBoxPanel p,.cm_BigAccordionBoxPanel span {
	margin-top: 0;
	font-size: inherit;
    line-height: inherit;
    margin: inherit;
}
	
	.cm_BigAccordionBoxPanel p:first-of-type:first-letter {
		font-size: 16px !important;
		color: inherit !important;
}

img.cm_LabelImg {
	width: 15%;
	height: auto;
	background-color: #333332;
	border-radius: 6px;
	display: block;
}

nav li.menu-item-has-children {
	position: relative;
}

nav li.menu-item-has-children:hover ul.sub-menu {
	display: block;
	box-shadow: 0 0 13px 0px #a2a2a2;
}

nav li.menu-item-has-children:hover ul.sub-menu ul.sub-menu {
	box-shadow: inherit;
	position: relative;
}

nav li.menu-item-has-children ul.sub-menu {
	position: absolute;
	background: #fff;
	left: 0;
	z-index: 1000;
	display: none;
}

nav li.menu-item-has-children ul.sub-menu li {
	display: block;
}

nav li.menu-item-has-children ul.sub-menu ul.sub-menu {
	font-size: 12px;
}

nav li.menu-item-has-children ul.sub-menu ul.sub-menu li {
	padding: 0 20px;
}


/* =====

404PageStylingStart

===== */

div.cm_broken_page {
	background: #333332;
  color: white;
  padding: 32px;
  width: fit-content;
  margin: auto;
  border-radius: 6px;
  box-shadow: 0 0 13px 0px #a2a2a2;
}

div.cm_broken_page span {
	display: flex;
	justify-content: center;
	font-size: 28px;
}

div.cm_broken_page ul li {
	line-height: 30px;
}

div.cm_broken_page a {
	color: white;
	font-size: 16px;
	font-weight: bold;
	text-decoration: underline !important;
}

div.cm_broken_page p:nth-child(1) {
	text-align: center;
}

div.broken_page_area_title {
	font-size: 192px;
	color: #333332;
	display: flex;
	justify-content: center;
	letter-spacing: 10px;
}

/* =====

404PageStylingEnd

===== */



/* =====

BlogOverviewStart

===== */

div.cm_BlogOverview {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
}

div.cm_BlogOverviewSingle:hover {
	transform: translate(0, -2px);
}

div.cm_BlogOverview a {
	color: #333332;
}

div.cm_BlogOverviewSingle:nth-child(1) {
	width: 100%;
	padding: 0;
	display: flex;
}

div.cm_BlogOverviewSingle:nth-child(1) img {
	width: auto;
	height: 100%;
	max-height: inherit;
	border-radius: 6px 0 0 6px;
}

div.cm_BlogOverviewSingle:nth-child(1) article {
	display: flex;
}

div.cm_BlogOverviewSingle:nth-child(1) div.cm_BlogOverviewImage, div.cm_BlogOverviewSingle:nth-child(1) div.cm_BlogOverviewContent {
	width: 50%;
}

div.cm_BlogOverviewSingle:nth-child(1) div.cm_BlogOverviewContent {
	padding: 20px;
}

div.cm_BlogOverviewSingle:nth-child(1) h2 {
	margin-top: 0;
}

div.cm_BlogOverviewSingle:nth-child(2), div.cm_BlogOverviewSingle:nth-child(3) {
	width: calc(50% - 40px);
}

div.cm_BlogOverviewSingle:nth-child(1) div.cm_BlogOverviewContent {
	width: 49%;
}

div.cm_BlogOverviewSingle {
	width: 30%;
	margin: 15px;
	background: white;
	box-shadow: 0 0 13px 0px #a2a2a2;
	border-radius: 6px;
	transition: ease-in-out 0.2s;
	position: relative;
}

div.cm_BlogOverviewSingle.Sponsored::before {
    background-image: url(../png/label.png);
    position: absolute;
    left: -10px;
    top: -10px;
    content: "";
    background-position: center;
    height: 25px;
    background-color: #333332;
    background-size: contain;
    width: 110px;
    background-repeat: no-repeat;
    text-align: center;
    margin: auto;
    border-radius: 6px;}

div.cm_BlogOverviewImage img {
	height: auto;
  width: 100%;
	max-width: 100%;
	max-height: 160px;
  object-fit: cover;
  object-position: center;
	border-radius: 6px 6px 0 0;
}

div.cm_BlogOverviewContent {
	padding: 0 20px 20px 20px;
}

div.cm_BlogOverviewExcerpt {
	color: #000;
}

div.cm_BlogOverviewExcerpt p {
	font-size: 18px;
}

/* =====

BlogOverviewEnd

===== */




/* =====

FooterStylingStart

===== */

footer, div.footer_disclaimer {
	clear: both;
	background: #333332;
	padding: 32px;
}

footer, footer a, div.footer_disclaimer {
	color: #fff;
}

footer ul, footer ol {
	margin: 0;
}

footer div.site-footer-content-info, div.footer_disclaimer .textwidget {
	display: flex;
	max-width: 1400px;
	justify-content: space-between;
	margin: auto;
	flex-wrap: wrap;
}

footer div.footer_info_div {
	margin-top: 20px;
	flex: 0 0 30%;
	max-width: 30%;
}

footer div.footer_info_div ul, footer div.footer_info_div ol {
	padding-left: 0;
	list-style-type: none;
}

footer div.footer_info_div ul li, footer div.footer_info_div ol li {
	line-height: 30px;
}

footer div.footer_info_div span {
	font-size: 22px;
	font-weight: 700;
}

footer p {
	font-size: 18px;
	margin: 0;
}

footer p, footer a, div.footer_disclaimer p, div.footer_disclaimer a {
	margin: 16px 0;
}

footer a, div.footer_disclaimer a {
	font-size: 18px;
}

div.footer_disclaimer {
	background: #333332;
	text-align: center;

}

div.footer_disclaimer p {
	margin: 0;
	font-size: 14px;
}

/* =====

FooterStylingEnd

===== */


/* =====

SidebarCustomAdStylingStart

===== */

	div.cm_SidebarCustomAd {
		text-align: center;
		border-radius: 6px;
	}

	div.cm_SidebarCustomAd img {
		max-width: 100%;
		height: auto;
		border-radius: 6px;
		width: 100%;
	}

div.GoogleActiveViewElement {
	width: 100%;
	height: auto;
}

/* =====

SidebarCustomAdStylingEnd

===== */

/* =====

RecommendedProductsStylingStart

===== */

	div.cm_TopRecommendedProductsReview {
	  display: flex;
	  justify-content: space-between;
	  text-align: center;
	}

	div.cm_TopRecommendedProductReview, div.cm_SingleShowProduct, div.cm_fp_single_popular_product {
	  margin: 10px;
	  background: white;
	  border-radius: 6px;
	  font-size: 16px;
	  font-weight: bold;
	  display: block;
	  position: relative;
	  box-shadow: 0 0 13px 0px #a2a2a2;
	  transition: ease-in-out 0.2s;
		height: fit-content;
	}

	div.cm_TopRecommendedProductReview:hover, div.cm_SingleShowProduct:hover, div.cm_fp_single_popular_product:hover {
	  transform: translate(0, -2px);
	}

	/*div.cm_TopRecommendedProductReview:nth-child(1) {
	  width: 100%;
	}*/

	div.cm_TopRecommendedProductReview:nth-child(1), div.cm_TopRecommendedProductReview:nth-child(2), div.cm_TopRecommendedProductReview:nth-child(3) {
	  min-width: 30%;
	}

	div.cm_TopRecommendedProductReview::before {
	  position: absolute;
	  text-align: left;
	  left: -5px;
	  top: -10px;
	  padding: 5px 10px;
	  border-radius: 4px;
	  color: white;
	  z-index: 1;
	}

	div.cm_TopRecommendedProductReview:nth-child(1)::before {
	  content: "Editor's choice";
	  background: linear-gradient(to right,#54c149,#72d368);
	}

	div.cm_TopRecommendedProductReview:nth-child(2)::before {
	  content: "The alternative choice";
	  background: linear-gradient(to right,#ffb52f,#fec968);
	}

	div.cm_TopRecommendedProductReview:nth-child(3)::before {
	  content: "3rd choice";
	  background: linear-gradient(to right,#4747ff,#8383fa);
	}

	div.cm_TopRecommendedProductReview img, div.cm_SingleShowProduct img {
	  width: 90%;
	  height: auto;
	  max-height: 175px;
	  object-fit: contain;
	}

	div.cm_fp_single_popular_product_btns {
		display: flex;
		justify-content: center;
	}

	div.cm_fp_single_popular_product_btn {
	  position: relative;
	  bottom: 0;
	  background: #073763;
	  width: 100%;
	  padding: 10px;
	  border-radius: 0 0 6px 6px;
	  transition: ease-in-out 0.2s;
	}

	div.cm_fp_single_popular_product_btn:hover {
	  background: #0b508f;
	}


	div.cm_TopRecommendedProductReview a, div.cm_SingleShowProduct a, div.cm_fp_single_popular_product a {
		color: white !important;
		font-size: 16px;
		font-weight: 700;
		background: none !important;
		background-size: 0px !important;
		background-image: unset;
	}


	div.cm_TopRecommendedProductReviewContent {
	  	color: black;
		font-weight: 100;
	}



	.discount div.cm_TopRecommendedProductReviewContent.Price {
		text-decoration: line-through;
		color: grey;
		font-style: italic;
	}
	/* =====

	RecommendedProductsStylingEnd

	===== */



	/* =====

	FrontPagePopularProductsStylingStart

	===== */

	  div.cm_fp_popular_products {
	    display: flex;
	    flex-wrap: nowrap;
	    overflow-x: auto;
	    max-width: 1400px;
	    margin: auto;
	  }

	  div.cm_fp_single_popular_product {
	    flex: 0 0 20%;
	    max-width: 20%;
	    margin: 20px;
	    position: relative;
	    text-align: center;
	  }

	  div.cm_fp_single_popular_product::after {
	    content: "/";
	    position: absolute;
	    right: -25px;
	    top: 30%;
	    font-size: 48px;
	  }

	  div.cm_fp_single_popular_product:last-child::after {
	    content: "";
	  }

	  div.cm_fp_single_popular_product_img {
	    text-align: center;
	  }

	  div.cm_fp_single_popular_product img {
	    overflow: hidden;
	    width: 80%;
	    max-height: 200px;
	    object-fit: contain;
	  }

	  div.cm_fp_single_popular_product_title {
	      font-size: 18px;
	      font-weight: 700;
	  }

	  div.cm_fp_single_popular_product_price {
	    font-size: 16px;
	  }

	  div.cm_fp_single_popular_product_btn {
	    padding: 10px 20px;
	  }


		body.home div.cm_fp_single_popular_product_btn {
			border-radius: 0 0 6px 6px
		}

	  div.cm_fp_single_popular_product_btn a {
	    color: white;
	    font-weight: 700;
	  }

	  div.cm_fp_single_popular_product_btn.single_product_link {
	    background-color: #333332;
	  }

	  div.cm_fp_single_popular_product_btn.single_product_review  {
	    background-color: #000;
	  }

	  /* =====

		FrontPagePopularProductsStylingEnd

		===== */




		/* =====

		FrontPageCategoriesAreaStylingStart

		===== */

		div#myBtnContainer {
		  text-align: center;
		  margin-bottom: 20px;
		  margin: 20px auto;
		  border-bottom: 1px solid black;
		  width: fit-content;
			display: flex;
			flex-wrap: nowrap;
		}

		.cm_front_page_category_filterdiv {
		  text-align: center;
		  margin: 20px;
		  display: none;
		  flex: 0 0 25%;
		  max-width: calc(25% - 40px);
		  padding: 15px;
			border-radius: 6px;
			box-shadow: 0 0 13px 0px #a2a2a2;
		  overflow: hidden;
			transition: ease-in-out 0.2s;
		}

		.cm_front_page_category_filterdiv:hover {
		  transform: translate(0, -2px);
		}

		.cm_front_page_category_filterdiv img {
		  overflow: hidden;
		  width: 100%;
			height: auto;
		  max-height: 200px;
		  object-fit: cover;
		  object-position: top;
			max-height: 130px;
		}

		.cm_front_page_category_filterdiv a {
		  color: black;
		  font-size: 16px;
		}

		div.cm_post_categories_title {
		  padding: 10px;
		}

		.show {
		  display: block;
		}

		.postcontainer {
		  margin-top: 20px;
		  overflow: hidden;
		  display: flex;
		  flex-wrap: wrap;
		  max-width: 1400px;
		  margin: auto;
		}

		/* Style the buttons */
		.btn {
		  border: none;
		  font-size: 16px;
		  outline: none;
		  padding: 12px 16px;
		  cursor: pointer;
		  position: relative;
		  background: none;
		  font-weight: 700;
		}

		.btn:hover, .btn.active {
		  color: #333332;
		}
		.btn.active::after {
		  content: url(../jpg/arrow-grey.jpg);
		  position: absolute;
		  left: 37%;
		  bottom: -31px;
		}


		/* =====

		FrontPageCategoriesAreaStylingEnd

		===== */


		/* =====

		ProsAndConsBoxesStylingStart

		===== */

		div.cm_ProsAndConsBox {
		display: flex;
		justify-content: center;
	}

	div.cm_ProsAndConsBoxes {
		width: 100%;
		margin: 10px;
		border-radius: 6px;
		padding: 10px 20px 20px;
	}

	div.cm_ProsAndConsBoxesTitle {
		display: inline-flex;
	}

	div.cm_ProsAndConsBoxes.Pros i {
		color: #333332;
	}

	div.cm_ProsAndConsBoxes.Cons i {
		color: #ff5555;
	}

	div.cm_ProsAndConsBoxesTitle i {
		font-size: 28px;
		margin-right: 15px;
	}

	div.cm_ProsAndConsBoxesTitle span {
		font-size: 22px;
		font-weight: 700;
	}

	div.cm_ProsAndConsBoxes.Pros {
		/*border: 1px solid #333332;*/
		box-shadow: 0 0 13px 0px #333332;
	}

	div.cm_ProsAndConsBoxes.Cons {
		/*border: 1px solid #fc8989;*/
		box-shadow: 0 0 13px 0px #ff5555;
	}

	div.cm_ProsAndConsBoxes.Pros div.cm_ProsAndConsBoxesTitle span {
		color: #333332;
	}

	div.cm_ProsAndConsBoxes.Cons div.cm_ProsAndConsBoxesTitle span {
		color: #ff5555;
	}

	div.cm_ProsAndConsBoxesContent span {
		font-size: 14px;
		line-height: 25px;
	}

		/* =====

		ProsAndConsBoxesStylingEnd

		===== */


div.col-md-4, div.col-md-3 {
	margin-top: 30px;
}

div.col-md-3 div.cm_TableOfContentArea::before, div.col-md-4 div.cm_TableOfContentArea::before {
	display: none;
}

div.col-md-4 div.cm_TableOfContentArea, div.col-md-3 div.cm_TableOfContentArea {
	padding: 20px 20px 20px 0;
	position: sticky;
	top: 20px;
}

div.col-md-4 ul, div.col-md-4 ol, div.col-md-3 ul, div.col-md-3 ol {
	list-style-type: none;
	padding-left: 0 !important;
	font-size: 16px;
}

div.col-md-3 ul li, div.col-md-4 ul li {
	line-height: 30px;
	margin-top: 15px;
}

div.col-md-4 a, div.col-md-3 a  {
	color: #f9c012 !important;
	font-weight: bold;
	position: relative;
}

div.col-md-4 span.right-sidebar-span-title, div.col-md-3 span.right-sidebar-span-title {
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
}

div.col-md-4 span.cm_TableOfContentAreaTitle, div.col-md-3 span.cm_TableOfContentAreaTitle {
	font-weight: 700;
}

div.col-md-4 div.cm_TableOfContentArea ol, div.col-md-3 div.cm_TableOfContentArea ol {
	padding-left: 20px !important;
  list-style-type: decimal;
}

div.col-md-4 div.cm_fb_link img, div.col-md-3 div.cm_fb_link img {
	width: 48px;
	height: auto;
}

/*.right-sidebar-div-ad-area::before {
    content: "Sponsored Ad";
    font-size: 10px;
    position: absolute;
    left: 0;
    top: -13px;
}*/

.right-sidebar-div-ad-area {
    margin: 0 0 30px 0;
   /* text-align: center;*/
    position: relative;
    /*top: 10px;*/
}

.right-sidebar-div-ad-area img {
    width: 100%;
}

.right-sidebar-span-ad {
	font-size: 10px;
}

div.col-md-4 div.right-sidebar-div, div.col-md-4 div.cm_TableOfContentArea, div.col-md-3 div.right-sidebar-div, div.col-md-3 div.cm_TableOfContentArea {
	background: white;
  padding: 20px;
  border-radius: 6px;
  box-shadow: 0 0 13px 0px #a2a2a2;
  border-top: 5px solid #333332;
  margin-bottom: 20px;
}

div.col-md-4 div.cm_TableOfContentArea::after, div.col-md-3 div.cm_TableOfContentArea::after {
	height: 0;
}

div.cm_SingleShowProduct {
	clear: both;
	width: 50%;
	float: right;
	margin: 20px;
	text-align: center;
}


div.cm_AuthorMeta {
	margin-top: 12px;
	display: inline-block;
}

.post-type-archive-tribe_events div.cm_AuthorMeta {
	display: none;
}

div.cm_AuthorMeta span {
	font-weight: 700;
	font-size: 12px;
}

div.cm_AuthorMeta span.cm_AuthorMetaName a {
	font-size: 12px;
	text-transform: uppercase;
}

div.cm_TopSubTitle span {
	color: #707070;
	font-size: 22px;
	letter-spacing: 4px;
}

div.cm_post_categories ul {
	display: flex;
	list-style-type: none;
	padding-left: 0;
}

div.cm_post_categories ul li {
	padding-right: 35px;
	position: relative;
}


div.cm_post_categories ul li::after {
	content: "";
	position: absolute;
	width: 5px;
	height: 5px;
	background: #333332;
	right: 15px;
  top: 41%;
}

div.cm_post_categories ul li:last-child::after {
	content: none;
}

div.cm_post_thumbnail img {
	border-radius: 6px;
	box-shadow: 0 0 13px 0px #a2a2a2;
}

/* ===== TableOfContentStart ===== */

div.cm_TableOfContentArea {
	padding: 20px;
	position: relative;
	font-size: 18px;
}

div.cm_TableOfContentArea::after {
	background: #333332;
	opacity: 0.6;
	height: 5px;
	width: 100%;
	position: absolute;
	bottom: 0;
	content: "";
	left: 0;
}

div.cm_TableOfContentArea::before {
	position: absolute;
	left: 0;
	top: 25px;
	font-weight: 900;
	font-size: 125%;
	height: 20px;
	width: 3px;
	background: #333332;
	content: "";
	transform: rotate(25deg);
}

div.cm_TableOfContentArea span.cm_TableOfContentAreaTitle {
	text-transform: uppercase;
}

div.cm_TableOfContentArea ol li::marker {
	color: #333332 !important;
	font-weight: 700;
}

div.cm_TableOfContentArea ol {
	padding-left: 20px;
}

div.cm_TableOfContentArea ol li {
	line-height: 30px;
}


/* ===== TableOfContentEnd ===== */

body {
	/*background: linear-gradient(to right,#f5ffe9,#fbfff6) !important;*/
	background: #f1f1f1 !important;
	font-size: 16px !important;
}

body li {
	line-height: 30px;
}

body.home div.cm_content_section p:first-of-type:first-letter {
		font-size: inherit !important;
		color: inherit;
}

div.cm_content_section p:first-of-type:first-letter {
	font-size: 48px;
	color: #333332;
}

/* ===== EventPageDesignStart ===== */

.tribe-events .tribe-events-calendar-month__header-column-title {
	text-align: center;
}

/* ===== EventPageDesignEnd ===== */
	h1 {
		font-size: 36px !important;
		letter-spacing: 4px;
	}

	h2 {
		font-size: 22px;
	}

	h3 {
		font-size: 20px;
	}

	h4 {
		font-size: 18px;
	}

	p {
			font-size: 20px;
			line-height: 1.5;
	}

	article a {
		color: #f9c012 !important;
		font-weight: 700;
		position: relative;
		font-weight: bold;
		background-image: linear-gradient(#f9c012  50%, #f9c012  50%);
		background-position: -999px 85%;
		background-repeat: no-repeat;
		background-size: 999px 2px;
		padding-bottom: 0.4rem;
		transition: all 0.3s ease-out;
	}

	a:hover {
		text-decoration: none !important;
		background-position: 0 85%;
		transition: all 0.9s ease-out;
	}

	article a:active, div.col-md-4 a:active,article a:active, div.col-md-3 a:active {
		top: 1px;
	}

/* CustomScrollBarStart*/
	/* width */
	::-webkit-scrollbar {
	  width: 10px;
		height: 10px;
	}

	/* Track */
	::-webkit-scrollbar-track {
	  background: #f1f1f1;
	}

	/* Handle */
	::-webkit-scrollbar-thumb {
	  background: #333332;
	  border-radius: 6px;
	}

	/* Handle on hover */
	::-webkit-scrollbar-thumb:hover {
	  background: #222;
	}
/* CustomScrollBarEnd*/

div.cm_fp_authors {
	display: flex;
	flex-wrap: nowrap;
	max-width: 1400px;
  margin: auto;
	overflow-x: auto;
}

div.cm_fp_single_author {
	flex: 0 0 15%;
	max-width: 15%;
	margin: 25px;
	box-shadow: 0 0 13px 0px #a2a2a2;
	position: relative;
	border-radius: 6px;
	transition: ease-in-out 0.2s;
}

div.cm_fp_single_author:hover {
	transform: translate(0,-3px);
}

div.cm_fp_single_author_title {
	position: absolute;
	left: 0;
	bottom: 0;
	background: white;
	padding: 10px;
	font-size: 18px;
	border-radius: 0 0 0 6px;
}

div.cm_fp_single_author img {
	max-width: 100%;
	height: auto;
	border-radius: 6px;
}

body.home nav {
	margin-bottom: 0;
}

div.CM_front_page_banner {
	background: #f9c012;
	color: white;
	padding: 10px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}

.CM_front_page_banner::before {
	height: 100%;
  width: 50px;
  background: #f9c012;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}

div.CM_front_page_banner strong {
	position: absolute;
	left: 20px;
}

div.highlighted_blog_posts {
	flex-wrap: wrap;
	display: flex;
}

div.CM_front_page_banner a {
	color: white;
	font-weight: 700;
}

div.CM_front_page_banner ul {
	list-style-type: none;
	display: flex;
	margin: 0;
	white-space: nowrap;
}

div.CM_front_page_banner li::before {
	content: "|";
	margin-right: 40px;
}

div.CM_front_page_banner li:nth-child(1)::before {
	content: "";
}

div.CM_front_page_banner li {
	margin: 0 20px;
}

#ScrollToTopButton {
	display: none;
	position: fixed;
	bottom: 20px;
	right: 30px;
	z-index: 99;
	font-size: 18px;
	cursor: pointer;
	padding: 7px 15px;
	border-radius: 50%;
	background-repeat: no-repeat;
	background-position: center;
	background-color: white;
	box-shadow: 0 0 13px 0px #a2a2a2;
	transition: ease-in-out 0.2s;
	border: none;
	color: #000;
}

#ScrollToTopButton:hover {
	transform: translate(0,-3px);
}

div.cm_fp_recentposts_all {
	display: flex;
	justify-content: center;
	width: 1400px;
	margin: auto;
	flex-wrap: wrap;
}

div.cm_fp_recentpost {
	position: relative;
	overflow: hidden;
	width: 60%;
	border-radius: 6px;
	box-shadow: 0 0 13px 0px #a2a2a2;
	height: fit-content;
}

div.cm_fp_recentpost:hover img {
	transform: scale(1.01);
}


/*div.cm_fp_recentpost::before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	background: black;
	opacity: 0.4;
	display: block;
	left: 0;
	top: 0;
}*/

div.cm_fp_recentpost_title {
	position: absolute;
	bottom: 20px;
	z-index: 1;
	left: 10px;
	padding: 10px 30px 10px 10px;
	font-style: italic;
}

div.cm_fp_recentpost_title::after {
	background: #333332;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  opacity: 0.8;
}

div.cm_fp_recentpost_img img {
	width: 100%;
	height: auto;
	transition: ease-in-out 0.2s;
}

div.cm_fp_recentpost a {
	color: white;
	font-size: 22px;
	z-index: 1;
}

div.cm_fp_recentpost_list {
	width: 40%;
}


span.cm_fp_recentpost_list_title {
	background: #333332;
	padding: 10px 30px;
	color: #fff;
	font-size: 20px;
	border-radius: 6px;
	position: relative;
	text-transform: capitalize;
}

span.cm_fp_recentpost_list_title::before {
	background: #333332;
	content: "";
	width: 20px;
	height: 20px;
	position: absolute;
	left: -9px;
	top: 11px;
	border-radius: 50%;
}

div.cm_fp_recentpost_list ul {
	list-style-type: none;
}

div.cm_fp_recentpost_list li {
	line-height: 25px;
	margin-top: 10px;
}

div.cm_fp_recentpost_list a:hover {
	text-decoration: none;
}

div.cm_fp_recentpost_list a span.cm_fp_recentpost_title {
	color: #393845;
	font-size: 18px;
	font-weight: 500;
}

div.cm_fp_recentpost_list a span.cm_fp_recentpost_author {
	color: #767676;
	font-size: 14px;
}

div.cm_fp_recentpost_list a span.cm_fp_recentpost_date {
	color: #767676;
	font-size: 12px;
}

div.cm_front_page_heading {
	text-align: center;
	text-transform: uppercase;
	position: relative;
}

div.cm_front_page_heading::before {
	background: #f9c012;
	position: absolute;
	content: "";
	width: 100%;
	height: 2px;
	left: 0;
	top: 15px;
	z-index: -1;
	text-align: center;
	opacity: 0.8;
}

div.cm_front_page_heading h2 {
	margin: auto;
	width: fit-content;
	background: #f9c012;
	color: white;
	border-radius: 6px;
	padding: 5px 70px;
	position: relative;
	bottom: 5px;
}

.row {
	margin-left: 0 !important;
	margin-right: 0 !important;
}

header {
	margin-top: 10px;
	margin-bottom: 20px;
}

div.cm-site-logo {
	position: relative;
}

.container {
	/*background-color:#fff;*/
	clear: both;
	display: flex;
}

.website-title {
	font-size:40px;
}

div.cm_fb_link {
	position: relative;
	right: 20px;
	display: flex;
	justify-content: flex-end;
}

header div.cm_fb_link img {
	width: 24px;
	height: auto;
}

div.col-md-4 div.cm_fb_link, div.col-md-3 div.cm_fb_link {
	right: 0;
	margin: 20px 0;
	text-align: center;
	justify-content: center;
}

div.cm_fb_link a {
	margin: 0 5px;
}

div.cm_tagline {
	position: relative;
	right: 20px;
	display: flex;
	justify-content: flex-end;
}

div.cm_tagline .tagline {
	font-style:italic;
	font-size:20px;
}

article img {
	height: auto;
	width: 100%;
	box-shadow: 0 0 13px 0px #a2a2a2;
    border-radius: 6px;
}

nav {
	margin-bottom:15px;
	border-bottom: 1px solid #f9c012;
}

nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    background-color: transparent;
		text-transform: uppercase;
		letter-spacing: 3px;
		position: relative;
}

nav li {
    display: inline-block;
}

nav li a {
	display: block;
	color: #000;
	padding: 14px 15px;
	text-decoration: none;
	position: relative;
	font-size: 14px;
}

nav li a::after {
	background: #f9c012;
	height: 8px;
	width: 0;
	position: absolute;
	content: "";
	transition: ease-in-out 0.3s;
	bottom: 18px;
	left: 0;
	z-index: -1;
}

nav li a:hover::after {
	width: 100%;
	text-align: center;
}

nav li a:hover {
		text-decoration:none;
		color: #000;
}

nav .active {
    background-color: #4CAF50;
}

@media (max-width: 1400px) {

	div.cm_fp_yt_videos {
		display: flex;
		justify-content: center;
	}
	
	div.cm_fp_yt_video, div.cm_fp_yt_video:first-child {
		margin: 20px 10px;
		width: 30% !important;
		height: 250px;
		min-width: inherit;
		flex: inherit;
	}
	
	div.cm_fp_yt_video, div.cm_fp_yt_video:first-child, div.cm_fp_yt_video iframe, div.cm_fp_yt_video:first-child iframe {
		box-shadow: 0 0 13px 0px #a2a2a2;
		border-radius: 6px;
	}
	
	div.cm_fp_yt_video iframe {
		height: 250px;
	}
	
	div.cm_fp_yt_video:first-child iframe {
		height: 250px !important;
	}
	
div.cm_fp_recentposts_all {
	width: 1200px;
}


	div.cm_fp_recentpost a {
		font-size: 18px;
	}

	div.cm_fp_recentpost_list a span.cm_fp_recentpost_title {
		font-size: 14px;
	}

	div.cm_fp_recentpost_list a span.cm_fp_recentpost_author {
		font-size: 10px;
	}

	div.cm_fp_recentpost_list a span.cm_fp_recentpost_date {
		font-size: 8px;
	}

	div.cm_fp_recentpost_list li {
		line-height: 21px;
		margin-top: 6px;
	}

	div.cm_fp_single_popular_product {
		flex: 0 0 33%;
		max-width: 33%;
	}

}

@media (min-width: 1200px) {
	.container.single_post_template {
		width: 1400px !important;
		justify-content: center;
	}
	
	.container.single_post_template.twocolumns {
		width: 1170px !important;
	}
}
@media (max-width: 1200px) {
	div.cm_related_posts_area {
		justify-content: center;
	}
	
	div.cm_related_posts_single {
		max-width: 27%;
    	flex: 0 0 27%;
	}
	
	div.cm_fp_yt_video, div.cm_fp_yt_video:first-child {
		width: calc(50% - 40px) !important;
	}
	
	div.cm_fp_recentposts_all {
		width: 800px;
	}

	div.cm_fp_authors {
		max-width: 800px;
	}

	.cm_front_page_category_filterdiv {
		max-width: calc(33% - 40px);
		flex: 0 0 33%;
	}

	div.cm_fp_single_author {
		flex: 0 0 20%;
		max-width: 20%;
	}

	.container {
		display: block;
		/*flex-wrap: wrap !important;*/
	}

	div.col-lg-8 {
		margin: auto;
	}

	div.cm_BlogOverviewSingle {
		width: calc(50% - 40px)
	}

	div.cm_BlogOverviewSingle:nth-child(1), div.cm_BlogOverviewSingle:nth-child(1) article {
		display: block;
	}



	div.cm_BlogOverviewSingle:nth-child(1) div.cm_BlogOverviewImage, div.cm_BlogOverviewSingle:nth-child(1) div.cm_BlogOverviewContent {
		width: 100%;
	}

	div.cm_BlogOverviewSingle:nth-child(1) img {
		width: 100%;
		height: auto;
	}

	div.cm_post_categories ul {
		justify-content: center;
		text-align: center;
		max-width: 80%;
		margin: 20px auto;
		flex-wrap: wrap;
	}


	div.cm_post_categories ul li::after {
		content: none;
	}
	
	footer div.footer_info_div {
		flex: 0 0 100%;
		max-width: 100%;
	}
	
	ol.cm_recent_posts_list li {
		width: 25%;
	}
	
}

@media (max-width: 960px) {
	div.cm_fp_recentposts_all, div.cm_fp_popular_products {
		max-width: 100%;
	}

	div.cm_fp_recentpost {
		width: 90%;
	}

	div.cm_fp_recentpost_list {
		width: 90%;
	}

	div.cm_fp_recentpost_title {
		bottom: 5px;
	}

	div.cm_fp_recentpost_list ul {
		padding-left: 0;
	}

	span.cm_fp_recentpost_list_title {
		display: block;
		text-align: center;
	}

	div.cm_fp_recentpost_list li {
		display: inline-flex;
		width: 49%;
	}

	div.cm_fp_recentpost a {
		font-size: 12px;
	}

	div.cm_fp_single_popular_product_btns {
		display: block;
	}

	div.cm_fp_single_author {
		flex: 0 0 33%;
		max-width: 33%;
	}

	header {
		margin-top: 0;
	}

	div.main-navigation nav {
		position: absolute;
		top: 0;
		display: none;
		width: 0%;
		right: 0;
		background: white;
		height: fit-content;
		transition: ease-in-out 0.2s;
		z-index: 98;
	}

	div.main-navigation.responsive nav {
		width: 100%;
		display: block;
	}

	div.main-navigation.responsive nav {
		display: block;
		padding-top: 50px;
	}

	div.main-navigation ul li {
		display: block;
	}

	nav li.menu-item-has-children ul.sub-menu {
		display: block;
		position: inherit;
	}

	nav li.menu-item-has-children:hover ul.sub-menu {
		box-shadow: none;
	}

	nav li a::after {
		content: none;
	}

	nav li.menu-item-has-children ul.sub-menu li {
			padding: 0 20px;
	}

	a.icon {
		display: block;
		position: absolute;
		top: 20px;
		left: 20px;
		z-index: 99;
	}

	div.bar1, div.bar2, div.bar3 {
		transition: ease-in-out 0.1s;
		width: 40px;
		height: 3px;
		background: #333332;
		margin: 5px 0;
		position: relative;
	}

	div.main-navigation.responsive div.bar2 {
		display: none;
	}

	div.main-navigation.responsive div.bar1 {
		transform: rotate(-45deg) translate(-9px,6px) !important;
		bottom: 6px;
	}

	div.main-navigation.responsive div.bar3 {
		transform: rotate(45deg) translate(-8px,-8px);
		top: 9px;
	}

	header div.cm_fb_link, header div.cm_tagline {
		display: none;
	}

	div.CM_front_page_banner::before {
		content: none;
	}

	div.CM_front_page_banner strong {
		display: none;
	}

	div.CM_front_page_banner a {
		font-size: 12px;
	}

	div.cm_SingleShowProduct {
		float: inherit;
		width: 80%;
		margin: auto;
	}

	h1 {
		font-size: 30px !important;
	}
	
	div.cm-site-logo {
		text-align: center;
	}
	
	div.cm_header_right_area {
		float: inherit;
		position: absolute;
		top: 10px;
		width: 100%;
	}

	div.cm_search_form_icon {
		right: 0;
		display: inherit;
		justify-content: inherit;
	}
	
	div.cm_search_form_icon div.cm_search_form {
		right: 0;
    	left: 0;
    	position: relative;
	}
	
	div.cm_search_form_icon.showsearchbar div.cm_search_form {
		display: flex;
		justify-content: center;
		right: 0;
	}
	
	div.cm_search_form_icon i {
		display: block;
    	position: absolute;
		z-index: 99;
		right: 0;
		top: 0;
	}
	
	div.cm_fp_workwithus_thumbnail {
		height: 300px;
		background-position: center center !important;
	}
	
	div.cm_fp_workwithus_thumbnail, div.cm_fp_workwithus_content {
		flex: 0 0 100%;
		max-width: 100%;
	}
	
	div.cm_fp_workwithus_text a.button {
		font-size: 14px;
	}
	
	div.cm_all_top_article {
		grid-template-areas: 'one one one one one one'
'two two two three three three'
'four four four five five five';
	}
	
	div.cm_single_top_article:nth-child(2), div.cm_single_top_article:nth-child(3), div.cm_single_top_article:nth-child(4), div.cm_single_top_article:nth-child(5) {
		height: 200px;
	}

}

@media (max-width: 768px) {
	div.cm_related_posts_single {
		max-width: 40%;
    	flex: 0 0 40%;
	}
	
	div.cm_fp_yt_video, div.cm_fp_yt_video:first-child {
		width: 80% !important;
	}
	
	
	
	div.cm_fp_yt_video, div.cm_fp_yt_video iframe, div.cm_fp_yt_video:first-child, div.cm_fp_yt_video:first-child iframe {
		height: 200px !important;
	}

	div.cm_fp_single_popular_product {
		flex: 0 0 50%;
		max-width: 50%;
	}

	div.cm_fp_authors {
		flex-wrap: wrap;
		justify-content: center;
	}

	div.cm_front_page_category_filterdiv {
		max-width: calc(50% - 40px);
		flex: 0 0 50%;
	}

	div#myBtnContainer {
		overflow: auto;
		max-width: 100%;
	}

	.btn.active::after {
		content: none;
	}

	div.cm_BlogOverviewSingle, div.cm_BlogOverviewSingle:nth-child(2), div.cm_BlogOverviewSingle:nth-child(3) {
		width: 100%;
	}

	div.cm_ProsAndConsBox {
		flex-wrap: wrap;
	}

	div.cm_TopRecommendedProductReview:nth-child(1), div.cm_TopRecommendedProductReview:nth-child(2), div.cm_TopRecommendedProductReview:nth-child(3) {
		width: 100%;
	}
	
	img.cm_LabelImg {
		width: 30%;
	}
	
	div.cm_all_top_article {
		grid-template-areas: 'one one one one one one'
'two two two two two two'
'three three three three three three'
'four four four four four four'
'five five five five five five';
	}
	
	div.cm_single_top_article:nth-child(1) {
		height: 200px;
	}
	
	ol.cm_recent_posts_list li {
		width: 100%;
	}
	
}

@media (max-width: 500px) {
	div.cm_front_page_category_filterdiv {
		max-width: calc(100% - 40px);
		flex: 0 0 100%;
	}

	div.cm_fp_single_author {
		flex: 0 0 50%;
		max-width: 50%;
	}

	div.cm_fp_single_popular_product_title, div.cm_fp_single_popular_product_price {
		font-size: 12px;
	}
	
	div.cm_post_categories ul li {
		flex: 0 0 50%;
		max-width: 50%;
		line-height: 25px;
		padding-left: 0px;
		padding-right: 0px;
	}
	
	div.cm_related_posts_single {
		max-width: 80%;
    	flex: 0 0 80%;
	}
}
