
.mos-img img {display: none !important;}
.ar-show .mos-img {margin-bottom: 15px;}
.la-member{
  position: relative;
}
.mx-ssss{
 display: inline-block;
 font-size: 14px;
}
.ar-show {
 -webkit-box-shadow:5px 5px 45px rgba(0,0,0,.05);
 box-shadow:5px 5px 45px rgba(0,0,0,.05);
 margin-bottom:30px
}
.ar-show .post-thumb-wrap {
 position:relative
}
.ar-show .post-thumb-wrap .posted-on {
 position:absolute;
 right:30px;
 bottom:30px;
 width:58px;
 height:58px;
 font-size:14px;
 display:-webkit-box;
 display:-ms-flexbox;
 display:flex;
 -webkit-box-pack:center;
 -ms-flex-pack:center;
 justify-content:center;
 -webkit-box-align:center;
 -ms-flex-align:center;
 align-items:center;
 text-transform:uppercase;
 line-height:1.19;
 letter-spacing:1px
}
.ar-show .post-thumb-wrap .posted-on a {
 display:block;
 text-align:center
}
.ar-show .post-thumb-wrap .posted-on .day {
 display:block;
 font-size:24px;
 letter-spacing:normal
}
.ar-show .post-tag {
 font-size:12px;
 text-transform:uppercase
}
.ar-show .post-thumbnail img {
 width:100%
}
.ar-show .post-content {
 padding:20px 30px 30px
}
.ar-show .post-content .post-title {
 margin-bottom:17px;
 line-height:calc(34 / 24)
}
.ar-show:hover {
 -webkit-box-shadow:7px 7px 45px rgba(0,0,0,.07);
 box-shadow:7px 7px 45px rgba(0,0,0,.07)
}
.ar-show.style--two .post-thumb-wrap {
 position:relative
}
.ar-show.style--two .post-thumb-wrap .posted-on {
 bottom:-10px
}
.ar-show.style--three .post-thumb-wrap {
 position:relative
}
.ar-show.style--three .post-thumb-wrap .posted-on {
 top:30px;
 right:30px
}
.ar-show.style--four {
 position:relative;
 -webkit-box-shadow:none;
 box-shadow:none
}
.ar-show.style--four .post-thumb-wrap .post-thumbnail {
 padding-left:40px;
 padding-right:70px;
 padding-bottom:30px;
 display:block
}
.ar-show.style--four .post-thumb-wrap .posted-on {
 top:42px;
 left:-30px;
 width:100px;
 height:30px;
 text-transform:uppercase;
 white-space:nowrap;
 -webkit-transform:rotate(-90deg);
 -ms-transform:rotate(-90deg);
 transform:rotate(-90deg)
}

.ar-show.style--four .post-content {
 padding:36px 30px 45px;
 position:absolute;
 max-width:50%;
 -webkit-box-shadow:5px 5px 50px rgba(0,0,0,.05);
 box-shadow:5px 5px 50px rgba(0,0,0,.05);
 border:1px solid #f0f0f0;
 right:0;
 bottom:0;
 background-color: #fff;
}
.ar-show.style--four .post-content .post-title {
  color: var(--color-custom);
  margin-bottom: 0px;
  font-weight: 700;
  margin: 5px 0px;
  font-family: Conkordia;
  font-size: 39px;
  line-height: 1;
}
.ar-show .btn.sm {
  font-size: 13px;
  padding: 12px 18px;
}
.ar-show .btn.btn-border {
  background-color: transparent;
  border: 1px solid #202020;
}

.ar-show .btn i,.ar-show .btn img,.ar-show .btn svg {
  margin-left: 10px;
}
.ar-show svg {
  overflow: hidden;
  vertical-align: middle;
}
.ar-show .btn {
 font-size:14px;
 color: #fff;
 text-transform:uppercase;
 z-index:1;
 line-height:1;
 padding:15px 24px;
 -webkit-box-shadow:none;
 box-shadow:none;
 outline:0;
 display:-webkit-inline-box;
 display:-ms-inline-flexbox;
 display:inline-flex;
 -webkit-box-align:center;
 -ms-flex-align:center;
 align-items:center;
 white-space:nowrap;
background-color:var(--color-custom) ;
 border-color:var(--color-custom) 
}
.ar-show .btn>span {
 position:relative;
 z-index:1;
 padding-right:10px
}
.ar-show .btn>span:after {
 width:1px;
 height:26px;
 opacity:.3;
 position:absolute;
 right:0;
 top:50%;
 -webkit-transform:translateY(-50%);
 -ms-transform:translateY(-50%);
 transform:translateY(-50%);
 content:""
}
.ar-show .btn i,
.ar-show .btn img,
.ar-show .btn svg {
 margin-left:10px
}

.ar-show .btn.btn-border > span::after {
  background-color: #202020;
}
.ar-show .btn:hover {
 color: #fff;
 background-color: #333;
 border-color:#333 
}

:root {
    --color-custom: #0071dc;
    --color_secondary: #f7bc20;

}
