.mos-img img {display: none !important;}
.blog-post {
position: relative;
}

.post-meta {
margin-bottom: 10px;
}

.post-meta ul {
margin: 0px;
list-style: none;
}

.post-meta li {
padding: 0;
display: inline-block;
font-size: 12px;
font-weight: 600;
color: #23252d;
}

.post-meta i {
margin: 0 5px;
}

.post-meta li:after {
content: "-";
display: inline-block;
font-weight: normal;
margin-left: 5px;
opacity: 0.5;
}

.post-meta li:last-child:after {
display: none;
}

.post-text {
margin-bottom: 20px;
}

.post-text p a {
text-transform: uppercase;
font-weight: 600;
display: inline-block;
}
.blog-post a {
color:  #d7b39a;
}
.blog-post a:hover, .blog-post a:active,.blog-post a:focus{
color:  #333;
}
.post-text p:last-child {
margin: 0;
}

.post-info {padding-top: 30px;}
.blog-post h4, .blog-post h4 a {
font-weight: 600;
font-size: 22px;
color: #000;
margin-bottom: 15px;
}
.blog-post h4 a:hover {
color:  #d7b39a;
}

.post-date {
color: #000;
position: absolute;
left: 30px;
top: 30px;
text-align: center;
text-transform: uppercase;
background-color: rgba(0, 0, 0, .5);
z-index: 1;
padding: 10px;
}

.sx-img-effect {
position: relative;
overflow: hidden;
display: block;
padding: 30px;
border: 1px solid #d8d8d8;
}

.post-date strong,
.post-date span {
display: block;
padding: 10px 5px;
}

.post-date strong {
font-size: 36px;
line-height: 40px;
padding: 0px;
position: relative;
}

.post-date span {
font-size: 14px;
font-weight: 500;
padding:0px;
padding-left: 2px;
letter-spacing: 2px;
text-align: center;
}

.post-date:after,
.post-date .fa,
.date-style-outline .post-date:after,
.date-style-outline2 .post-date:after {
display: none;
}

@media only screen and (max-width: 380px) {
.post-date strong {
	font-size: 22px;
	line-height: 26px;
}
}

.site-button-link {
display: inline-block;
font-weight: 500;
position: relative;
padding-left: 0;
font-size: 14px;
z-index:1;
text-transform:uppercase;
}

.site-button-link i{
display: inline-block;
margin: -4px 0px 0px 5px;
font-size: 16px;
vertical-align: middle;
line-height: 24px;
}

.site-button-link:hover {
-webkit-animation: focus-in-contract 0.7s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
		animation: focus-in-contract 0.7s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

.site-button-link:before{
content: '';
left: 0px;
bottom: 0px;
height: 5px;
background-color: #d7b39a;
width: 80%;
position: absolute;
z-index: -1;
-webkit-border-radius: 0px 50% 15px 0px;
border-radius: 0px 50% 15px 0px;
-webkit-transition: all 0.5s linear;
-moz-transition: all 0.5s linear;
-ms-transition: all 0.5s linear;
-o-transition: all 0.5s linear;
transition: all 0.5s linear;	
}
.site-button-link:hover:before{
background:none;
}

@-webkit-keyframes focus-in-contract {
0% {
letter-spacing: 8px;
-webkit-filter: blur(8px);
		filter: blur(8px);
opacity: 0;
}
100% {
-webkit-filter: blur(0px);
		filter: blur(0px);
opacity: 1;
}
}
@keyframes focus-in-contract {
0% {
letter-spacing: 8px;
-webkit-filter: blur(8px);
		filter: blur(8px);
opacity: 0;
}
100% {
-webkit-filter: blur(0px);
		filter: blur(0px);
opacity: 1;
}
}

.img-reflection{
background-position:left top;	
position:relative;
overflow:hidden;
background-size:100% auto;
background-repeat:no-repeat;
}
.img-reflection:after{
content:"";
background-color:rgba(255, 255, 255, 0.2);
position:absolute;
width:35%;
height:200%;
left:-100%;
top:-50%;
-webkit-transition: all 0.5s linear;
-moz-transition: all 0.5s linear;
-ms-transition: all 0.5s linear;
-o-transition: all 0.5s linear;
transition: all 0.5s linear;

-moz-transform: rotate(40deg);
-webkit-transform: rotate(40deg);
-o-transform: rotate(40deg);
-ms-transform: rotate(40deg);
transform: rotate(40deg);
}
.img-reflection:hover:after{
left:150%;
}
.post-meta .numb {
font-size: 40px;
line-height: 40px;
width: 40px;
font-weight: 700;
color: transparent;
-webkit-text-stroke: 1px #fff;
}
.ol-inner-vert .tags {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
	justify-content: center;
display: block;
border-top: 0;
border-bottom: 0;
  order: 6 !important;
	margin-bottom: 10px !important;
}

.ol-inner-vert .tags > li {
	margin: 0;
}

.ol-inner-vert .tags > li a {
display: inline-block;
  background: #f4f4f4;
  padding: 6px 16px;
  margin-top: 5px;
  font-size: 14px;
  font-weight: 500;
  border-radius: 5px;
  border: none;
  color: #333;
}

.ol-inner-vert .tags > li a:hover {
background-color: #333;
  color: #fff !important;
}

.ol-inner-vert .tags > li {margin-left: 5px;}