
/*------------------------------------------------------------------------
# mod_mx_awoseme-news Extension
# ------------------------------------------------------------------------
# author    mixwebtemplates
# copyright Copyright (C) 2020 mixwebtemplates.com. All Rights Reserved.
# @license - http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL
# Websites: http://www.mixwebtemplates.com
-------------------------------------------------------------------------*/
.row {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-right: -5px;
margin-left: -5px;
}
.mos-img img {display: none !important;}
.awoseme-style4 {
	position: relative;
}
.awoseme-style4 ul {
position: absolute;
z-index: 100;
color: #fff;
padding: 5px 14px;
background: #0905007d;
width: 100%;
}
.awoseme-style4 ul a {
color: #fff;
text-decoration: underline;
}
.awoseme-style4 ul li {
display: inline-block;
margin-right: 20px;
line-height: 26px;
}
.awoseme-style4 .inner-box {
	position: relative;
	display: block;
	padding-left: 30px;
}

.awoseme-style4 .image-box {
	position: relative;
	display: block;
	overflow: hidden;
}

.awoseme-style4 .image-box img {
	display: block;
	width: 100%;
	-webkit-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	border-radius: 7px;
}

.awoseme-style4 .image-box:hover img {
	-webkit-filter: grayscale(0%);
	-ms-filter: grayscale(0%);
	-moz-filter: grayscale(0%);
}

.awoseme-style4 .cap-box {
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  max-width: 350px;
  padding-bottom: 27px;
}

.awoseme-style4 .cap-inner {
	position: relative;
	display: block;
	padding: 15px 30px 15px 25px;
	background: #ffaa17;
	color: #fff;
	border-radius: 7px;
}

.awoseme-style4 .cap-inner .text {
	font-size: 17px;
	color: #fff;
}

.awoseme-style4 .cap-inner h5 {
	font-size: 22px;
	font-weight: 700;
	line-height: 30px;
	margin-bottom: 16px;
	margin: 0;
}
.awoseme-style4 .cap-inner h5 a{
	color: #000;
}
.awoseme-style4 .cap-inner h5 a:hover{	
text-decoration: underline;
}
.awoseme-style4 .cap-inner .more-link {
	position: absolute;
	right: -20px;
	top: -20px;
	width: 50px;
	height: 50px;
}

.awoseme-style4 .cap-inner .more-link a {
	position: relative;
	display: block;
	width: 50px;
	height: 50px;
	font-size: 16px;
	background: #333;
	color: #ffffff;
	line-height: 50px;
	border-radius: 50%;
	text-align: center;
}

.awoseme-style4 .cap-inner .more-link a:hover {
	opacity: 0.50;
}
