#cms_blog_container {
    background-color: #fff;
    text-align: left;
    margin-bottom: 10px
}

#cms_blog_container h6 {
    margin: 0 0 3px 0
}

#cms_blog {
    padding: 0px;
    width: auto;
    margin: auto;
    margin-left: -15px;
    margin-right: -15px;
}

#cms_blog_title, #no-articles {
	margin-top: 0px !important;
	width: 99%;
	text-align: center;
	margin: 20px 0;
	background-color: rgb(226,111,28);
	padding: 20px;
}

#cms_blog h1 {
    font-weight: bold;
    font-size: 2.6em;
    text-transform: uppercase;
    color: white;
    position: relative;
    left: -0.7em;
    padding-bottom: 10px;
}

#cms_blog_categories {
    color: #777;
    font-weight: 400;
    text-align: center;
    padding: 5px
}

#cms_blog_categories a {
    color: black;
    border-bottom: 1px solid #000 ;
    padding-bottom: 10px;
    /* text-decoration: underline;
    text-underline-position: below; */
}

.cms_blog_wrapper {
    padding: 5px
}
.cms-blog-wrapper-box .cms-blog-black-layer {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0,0,0,.2);
	z-index: 100;
	border-radius: 9px;
}
.cms_blog_item {
	position: relative;
	display: block;
	border-radius: 9px;
	max-height: 280px;
	padding: 0;
	background-color: red;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	overflow: hidden;
	margin-right: 0px;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.col-center{
    float: none;
    margin: 0 auto;
}

.cms_blog_item img {
    width: 100%;
    max-width: 100%;
    max-height: 281px
}

.cms_blog_item_content {
    display: block;
    position: relative;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    color: #000;
    padding: 15px;
    padding-top: 75px;
    padding-right: 50px;
    margin: 15px;
    border-radius:10px;
    /* transition: all ease-in-out .2s */
}
.cms_blog_item_content h2 {
	text-align: left;
	margin-right: 15px;
	padding-right: 15px;
	width: 110%;
	box-sizing: border-box;
	font-weight: bold;
}
.cms_blog_item_content h6 {
	text-align: left;
	margin-right: 15px;
	padding-right: 15px;
	width: 115%;
	font-weight: normal;
	font-size: 1em;
}


.cms_blog_item:hover .cms_blog_item_content {
    /* top: 100% */
}

.cms_blog_item_content {
    color: white;
    text-align: center
}

#no-articles h2, .cms_blog_item_content h2 {
	font-size: 21px;
	font-size: 2.7rem;
	margin-bottom: 15px;
}

#cms_blog_detail_title {
    text-align: center;
    background-color: transparent;
    margin-bottom: 10px;
    overflow: hidden;
    max-height: 572px
}

#cms_blog_detail_title img {
    width: 100%
}

.cms_blog_detail h1,
.cms_blog_detail h2 {
    color: #000;
    font-size: 36px;
    font-size: 3.6rem;
    margin: 0 0 20px 0
}

.cms_blog_detail div:first-child {
    padding: 30px 10px;
    box-sizing: border-box;
    font-weight: 700
}

.cms_blog_detail div h6:last-child {
    padding-bottom: 30px;
    border-bottom: 5px solid #ccff04
}

.cms_blog_detail div:last-child {
    padding: 10px 20px
}

.cms_blog_detail div:last-child h2 {
    color: #555;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 400;
    margin: 30px 0
}

.cms_blog_detail div:last-child p {
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 400;
    margin: 0 0 20px
}

.cms_blog_detail img,
.cms_page img {
    max-width: 100%;
    height: auto
}
