select { -webkit-appearance: none; -moz-appearance: none; appearance: none;}
#page.right .slider_widgets .post-item .entry-title a,
#page.left .slider_widgets .post-item .entry-title a,
#page.right .owl-carousel .post-item .entry-title a,
#page.left .owl-carousel .post-item .entry-title a{
font-size:18px;
}
#page.right .slider_widgets .post-item .entry-meta span.entry-date,
#page.right .slider_widgets .post-item .entry-meta span.comments-link,
#page.left .slider_widgets .post-item .entry-meta span.entry-date,
#page.left .slider_widgets .post-item .entry-meta span.comments-link{
    letter-spacing: .04em;
    font-size:12px;
}

#page.right .owl-carousel .post-item .entry-meta span.entry-date,
#page.right .owl-carousel .post-item .entry-meta span.comments-link,
#page.left .owl-carousel .post-item .entry-meta span.entry-date,
#page.left .owl-carousel .post-item .entry-meta span.comments-link{
    letter-spacing: .04em;
    font-size:12px;
}

a.clickable{
line-height:0;
}
.page-template-magazine-template .comments-link a {
   color: #888!important;
   background-color: #e8e8e8;
}
.page-template-magazine-template .comments-link a:before{
border-color: #e8e8e8 transparent transparent transparent;
}

/***************************************/
/*magazine-page-style*/
/***************************************/
/*image hover animation shin*/
.home-container .post-thumb{
position: relative;
overflow: hidden;
}
.home-container .post-thumb::before{
    position: absolute;
    top: 0;
    left: -100%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .2) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .2) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}
.home-container .post-thumb:hover::before {
    -webkit-animation: shine .75s;
    animation: shine .75s;
}
.home-container #section_one li.slide:before{
    position: absolute;
    top: 0;
    left: -100%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .2) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .2) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}
.home-container #section_one li.slide:hover::before {
    -webkit-animation: shine .75s;
    animation: shine .75s;
}
.home-container #section_one li.slide{
position:relative;
overflow:hidden;
}
.th-widget-recent-post .thumb,.th-aboutme .thumb,.gallery-icon{
position:relative;
overflow:hidden;
}
.th-widget-recent-post .thumb{
    display: inline;
}
.th-widget-recent-post .thumb:after,.th-aboutme .thumb:before,.gallery-icon:before{
    position: absolute;
    top: 0;
    left: -100%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .2) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .2) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}
.th-aboutme .thumb:hover::before,.th-widget-recent-post .thumb:hover::after,.gallery-icon:hover::before{
    -webkit-animation: shine .75s;
    animation: shine .75s;
}
@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}
@keyframes shine {
    100% {
        left: 125%;
    }
}
.home-container{
padding:30px 0px;
margin-top:120px;
}
.page-template-magazine-template aside.sidebar{
margin:0;
}
#page.magazine-bottom,
#page.magazine-bottom .sidebar-wrapper,
#page.magazine-area{
margin-top:0;
padding-top:0;
}
.page-template-magazine-template .page-content{
margin-bottom:0px;    
}
#page.magazine-top .page-content,
#page.magazine-bottom .page-content,
#page.magazine-area .page-content{
padding: 0;
background: transparent;
}
.page-template-magazine-template .content .page-description{
 margin:0;   
}
.page #page.magazine-top,.page #page.magazine-bottom{
    padding-top:0px;
}
.home .flexslider-wrap #page{
margin-top:0;
}
.home.blog #page{
margin-top:200px;
}
.home.blog.magazine-box .top-container {
    max-width: 100%;
 
}
.last-btn .top-menu #menu >li:last-child > a{
border:none;
background:none;
padding:0;
font-weight: normal;
}
.last-btn #main-menu-wrapper li.menu-item-has-children:last-child > a:after{
color:#fff ;
}
.last-btn #main-menu-wrapper li.menu-item-has-children:last-child > a:hover:after{
color:#fff ;
}
section#section_one{
    display:inline-block;
    width:100%;
}
section#section_one, 
section#section_two, 
section#section_three, 
section#section_four,
section#section_four,
section#section_five,
section#section_six{
    margin-bottom:30px;
}
#section_one .inner_wrap{
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.1);
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,.1);
    box-shadow: 0 1px 3px rgba(0,0,0,.1);
    overflow: hidden;
}
#section_one .slider {
    overflow: hidden;
    position: relative;
    width: 50%;
    float: left;
    box-sizing: border-box;
    border-right: 3px solid rgba(255, 255, 255, 0);

}
#section_one .slider_widgets {
    float: right;
    width: 50%;
}
#section_one .flexslider{
   overflow:hidden;
   display: block;
   -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
#section_one .flexslider ul{
  max-height:460px; 
}
#section_one li.slide{
position: relative;
    display: inline-block;
    white-space: normal;
    width: 100%;
    height: 460px;
    text-align: center;
    background-color: black;
    background-repeat: no-repeat!important;
    background-position: center center!important;
    background-size: cover!important;
    -moz-transform-style: preserve-3d!important;
    -webkit-transform-style: preserve-3d!important;
    transform-style: preserve-3d!important;
}
#section_one .flexslider ul, #section_one .flexslider ul li,
#section_one .flexslider ol, #section_one .flexslider ol li{
list-style-type: none;
margin:0;
padding:0;
}
#section_one .flexslider .flex-direction-nav .flex-prev {
    text-align: left;
    left: 2%;
}
#section_one .inner_wrap {
   -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
border-top-left-radius: 0px;
}
#section_one .flexslider:hover .flex-next{
right: 1%;
left:auto;
}
#section_one .flex-direction-nav .flex-next {
text-align: right;
right:2%;
}
#section_one .flexslider:hover .flex-prev{
left: 1%;
right:auto;
}

#section_one .flex-direction-nav a {
    text-decoration: none;
    display: block;
    width: 30px;
    height: 30px;
    margin: 0px 0 0;
    position: absolute;
    z-index: 10;
    overflow: hidden;
    opacity: 1;
    border:2px solid #fff;
    cursor: pointer;
    color: #fff;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
        -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
#section_one .flex-direction-nav a:hover{
    background:#fff;
    color:#666;
}
#section_one .flex-direction-nav a:before {
    font-family: FontAwesome;
    content: '\f104';
    font-size: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
  top:-3px;
  padding:0;
}

#section_one .flex-direction-nav a.flex-next:before{
content: '\f105';   
}
#section_one .flex-control-nav {
    position: absolute;
    width: auto;
    left: 50%;
    bottom: 16px;
    z-index: 11;
    text-align: center;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
#section_one .flexslider .flex-control-nav li {
    margin: 5px 3px;
    display: inline-block;
    zoom: 1;
}
#section_one .flexslider  .flex-control-nav > li > a {
    background: #fff;
    opacity: 0.45;
    border: 1px solid #fff;
    display: block;
    height: 10px;
    width: 10px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
    cursor: pointer;
    text-indent: -9999px;
    -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
    -moz-box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
    -o-box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
    box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
}
#section_one .flex-control-paging li a.flex-active {
    background: #fff;
    cursor: default;
    opacity: 1;
}
#section_one .slides li .slide-header{
background-image: -webkit-linear-gradient(transparent,#111);
background-image:-moz-linear-gradient(transparent,#111);
background-image:-o-linear-gradient(transparent,#111);
position:absolute;
bottom:0;
width:100%;
}
#section_one .slides li .slide-content{
margin: 15px;
width: 74%;
text-align: left;
}
#section_one .slides li .slide-header h3{
    margin: 0 0 10px;
    text-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
    font-family:'Mukta';
    font-size: 20px;
    line-height: 1.5;
}
#section_one .slides li .slide-header h3 a{
    font-family:'Mukta' 
}
#section_one .slides li .slide-header h3 a,
#section_one .slides li .entry-meta{
    color: #fff;
}
#section_one .slides li .entry-meta{
    font-size:12px;
}
#section_one .post-item.one {
    height:auto;
}
#section_one .slides li .slide-header .comments-link a ,
 span.comments-link a, span.comments-link{
    letter-spacing: .04em;
    font-size: 12px;
    color:#fff;
}
#section_one li.slide:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    z-index: 0;
    background: rgba(0, 0, 0, 0.2);
}
#section_one .section-title {
    margin: 0;
    font-size: 16px;
    text-transform: uppercase;
    display: inline-block;
    color: #fff;
    background-color: #212425;
    padding: 0 15px;
    line-height: 33px;
        -webkit-border-radius: 0px 5px 0px 0px;
    -moz-border-radius: 0px 5px 0px 0px;
    border-radius: 5px 5px 0px 0px;
}
#section_one h3.title{
    margin: 0;
    font-size: 16px;
    text-transform: uppercase;
    display: inline-block;
    color: #fff;
    background-color:#ee4444;
    padding: 0 15px;
    line-height: 33px;
        -webkit-border-radius: 0px 5px 0px 0px;
    -moz-border-radius: 0px 5px 0px 0px;
    border-radius: 5px 5px 0px 0px;
}
#section_one .slider_widgets h3.title a{
color: #fff;
}
.slider_widgets .slider_widgets_one {
    margin: auto;
    float: none;
    width: 100%;
    box-sizing: border-box;
    border-right: none;
}

.slider_widgets .slider_widgets_one .post-item{
margin: 0;
float: left;
width: 50%;
box-sizing: border-box;
position: relative;
margin: 0;
overflow: hidden;
 border-right:3px solid rgba(255, 255, 255, 0);
    border-bottom:3px solid rgba(255, 255, 255, 0);
}

.slider_widgets .slider_widgets_one .post-item:nth-child(2n){
border-right: 0;
}
#section_one .slider_widgets .slider_widgets_two h3.title{
background-color: #1C99E4;
}
#section_one .post-item .entry-meta span.entry-date,#section_two .post-item .entry-meta span.entry-date{
    letter-spacing: .04em;
    font-size: 12px;
}
.slider_widgets .post-item{
    width: 100%;
    float: none;
    max-height: 231px;
    overflow: hidden;
}
.slider_widgets .post-item .post-thumb {
    margin: 0;
    position: relative;
    background: #000;
    line-height: 0px;
    transition: transform 0.3s ease, opacity 0.3s;
    -webkit-transition: -webkit-transform 0.3s ease, opacity 0.3s;
}
 .slider_widgets .post-item .post-thumb img {
    opacity: 1;
    transition: transform 0.3s ease, opacity 0.3s;
    -webkit-transition: -webkit-transform 0.3s ease, opacity 0.3s;
    transition-timing-function: ease !important;
}
.slider_widgets .post-item .post-thumb img {
    max-width: 433px;
    min-height: 228.5px;
}
.slider_widgets_one .post-item:nth-child(3),.slider_widgets_one .post-item:nth-child(4){
border-bottom:0px;
}
.slider_widgets .post-item .post-item-content {
    z-index: 21;
}
 .slider_widgets h3.entry-title {
    font-size: 18px;
    line-height:1.5;
}
.slider_widgets .post-item .entry-title a{
    position: absolute;
    bottom:10%;
    left: 0;
    z-index: 21;
    font-size: 18px;
    line-height: 1.5;
    max-width: 90%;
    transition: all .2s ease;
    margin-left: 15px;
    color: #fff;
    text-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
    font-family:'Mukta';
}
.slider_widgets .post-item:hover .entry-title a{
    bottom:45%;
}
.slider_widgets .post-item:hover .entry-meta {
    visibility: visible;
    opacity: .8;
    color: #fff;
}
.slider_widgets .post-item .post-item-content{
position: absolute;
    bottom: 0;
    padding: 15px;
    color: #fff;
    width: 100%;
    background-image: -webkit-linear-gradient(transparent,#111);
    background-image: -moz-linear-gradient(transparent,#111);
    background-image: -o-linear-gradient(transparent,#111)

}
.slider_widgets .post-item .entry-meta {
    visibility: hidden;
    opacity: 0;
    min-height: 50px;
    padding: 30px 0 10px;
    width: 100%;
    bottom: 0;
    left: 0;
    color: #ffffff;
    margin: 0;
    z-index: 1;
    transition: all .5s ease;
}
.slider_widgets .post-item .entry-meta span {
    float: right;
    color: #fff;
}
.slider_widgets .post-item .entry-meta span.comments-link {
    float: left;
}

#section_one li.slide a.clickable:before{
    position: absolute;
  content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

#section_one .slider .entry-meta span:not(.cat-links) + span:before {
    content: " / ";
    color: #fff;
    margin: 0 2px;
    font-style: normal;
    opacity: .5;
}
.page-template-magazine-template .comments-link a {
    color: #eee!important;
    background-color: #bdbdbd;
    display: inline-block;
    min-width: 17px;
    padding: 3px 3px 4px 3px;
    position: relative;
    font-size: 10px!important;
    font-weight: 600;
    text-align: center;
    line-height: 1;
}
.page-template-magazine-template .comments-link a:before{
    position: absolute;
    bottom: -3px;
    left: 0;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 3px 3px 0 0;
    border-color: #bdbdbd transparent transparent transparent;
}
.page-template-magazine-template #section_one .comments-link a,
.page-template-magazine-template #section_two .comments-link a {
    color: #222!important;
    background-color: #fff;
}
.page-template-magazine-template #section_one .comments-link a:before,
.page-template-magazine-template #section_two .comments-link a:before{
    border-color: #fff transparent transparent transparent;
}
#section_one .post-item.one {
   height: auto;
   border-radius: 5px;
border-top-right-radius: 8px;
border-bottom-right-radius: 8px;
}
/*section_two*/
section#section_two{
    margin-bottom:24px;
    border-radius: 3px;
    box-sizing: border-box;
        -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.post_slide .post-item,.post_slide .owl-nav .owl-prev, .post_slide .owl-nav .owl-next{
-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
#section_two h3.title{
    margin: 0;
    font-size: 16px;
    text-transform: uppercase;
    display: inline-block;
    color: #fff;
    background-color: #22BB66;
    padding: 0 15px;
    line-height: 33px;
        -webkit-border-radius: 0px 5px 0px 0px;
    -moz-border-radius: 0px 5px 0px 0px;
    border-radius: 5px 5px 0px 0px;
}

#section_two .owl-carousel{
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.1);
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,.1);
    box-shadow: 0 1px 3px rgba(0,0,0,.1);
}
.post_slide .post-item{
    width: 100%;
    float: none;
    overflow: hidden;
}
.post_slide .post-item {
    position: relative;
    margin: 0;
    overflow: hidden;
}
.post_slide .post-item .post-thumb {
    margin: 0;
    position: relative;
    background: #000;
    transition: transform 0.3s ease, opacity 0.3s;
    -webkit-transition: -webkit-transform 0.3s ease, opacity 0.3s;
}
.post_slide .post-item .post-thumb img {
    opacity: 1;
    transition: transform 0.3s ease, opacity 0.3s;
    -webkit-transition: -webkit-transform 0.3s ease, opacity 0.3s;
    transition-timing-function: ease !important;
}
.post_slide .post-item .post-item-content {
    z-index: 21;
    position: absolute;
    bottom: 0;
    padding: 15px;
    color: #fff;
    width: 100%;
    background-image: -webkit-linear-gradient(transparent,#111);
    background-image: -moz-linear-gradient(transparent,#111);
    background-image: -o-linear-gradient(transparent,#111);
}
.post_slide .post-item h3.entry-title{
padding-bottom:0px;
}
.post_slide .post-item .entry-title a{
    position: absolute;
    bottom: 10%;
    left: 0;
    z-index: 21;
    font-size: 17px;
    line-height: 24px;
    max-width: 90%;
    transition: all .2s ease;
    margin-left: 15px;
    color: #fff;
    text-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
    font-family:'Mukta';
}
.post_slide .post-item:hover .entry-title a{
    bottom: 45%;
}
 .post_slide .post-item:hover .entry-meta {
    visibility: visible;
    opacity: .8;
    color: #fff;
}
.post_slide .post-item .entry-meta {
    visibility: hidden;
    opacity: 0;
    min-height: 50px;
    padding: 30px 0 10px;
    width: 100%;
    bottom: 0;
    left: 0;
    color: #ffffff;
    margin: 0;
    z-index: 1;
    transition: all .5s ease;
}
.post_slide .post-item .entry-meta span {
    float: right;
    color: #fff;
}

.post_slide .post-item .entry-meta span.comments-link {
    float: left;
}

.post_slide .post-item .entry-meta span.comments-link span{
float:none;
margin:0;
}
.post_slide .owl-nav .owl-prev, .post_slide .owl-nav .owl-next{
    text-decoration: none;
    display: block;
    width: 30px;
    height: 30px;
    margin: 0px 0 0;
    position: absolute;
    z-index: 10;
    overflow: hidden;
    opacity: 1;
    font-size:0;
    border: 2px solid #fff;
    cursor: pointer;
    color: #fff;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}

.post_slide .owl-nav .owl-prev{
position:absolute;
left:1.2%;
bottom:50%;
}
.post_slide .owl-nav .owl-next{
position:absolute;
right:1.2%;
bottom:50%;
}
.post_slide .owl-prev:before {
    font-family: FontAwesome;
    content: '\f104';
    font-size: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    top: auto;
    padding: 0;
}
.post_slide .owl-next:before {
    font-family: FontAwesome;
    content: '\f105';
    font-size: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    top: auto;
    padding: 0;
}
.post_slide .owl-next:hover, .post_slide .owl-prev:hover{
    background: #fff;
    color: #666;
}
#section_two .owl-carousel:hover .owl-prev{
left: 0.6%;
right:auto;
}
#section_two .owl-carousel:hover .owl-next{
right: 0.6%;
left:auto;
}

/** Section three,four,five color **/
#section_three .entry-meta .comments-link a,
#section_three .entry-meta .comments-link,
#section_four .entry-meta .comments-link,
#section_four .entry-meta .comments-link a,
#section_five .entry-meta .comments-link,
#section_five .entry-meta .comments-link a{
color:#afafaf
}
#section_three .entry-meta .entry-date,
#section_four .entry-meta .entry-date,
#section_five .entry-meta .entry-date{
margin-right:0;
}
#section_five .feat-cat_small_list li{
margin:0;
}

/*section_three*/
#section_three {
    overflow: hidden;
    margin-bottom:24px;
    border-radius: 3px;
    box-sizing: border-box;
        -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
#section_three h3.title {
    margin-bottom: 0;
    padding: 0 15px;
    line-height: 33px;
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    display: inline-block;
    background-color: #d4e825;
    -webkit-border-radius: 0px 5px 0px 0px;
    -moz-border-radius: 0px 5px 0px 0px;
    border-radius: 0px 5px 0px 0px;
}
#section_three h3.title a{
color: #fff;
}
#section_three .col-content{
    background: #242526;
   float:left
}
#section_three .heading-wrap h3.view{
margin-bottom:0px;
line-height: 33px;
height: 33px;
-webkit-border-radius: 5px 0px 0px 0px;
    -moz-border-radius: 5px 0px 0px 0px;
border-radius: 5px 0px 0px 0px;
}
#section_three .col-one{
width: 50%;
float: left;
margin-right: 0%;
}
#section_three .col-one .post-item{
    padding: 15px;
    box-sizing: border-box;
    border-top: 1px solid rgba(0,0,0,.1);
}
#section_three .col-one .post-thumb {
    margin: 0 0 20px;
}
#section_three .col-two .post-item {
    border-bottom: 1px solid rgba(123, 123, 123, 0.1);
}
#section_three .col-one h3.entry-title{
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 10px;
    padding-bottom:0;
}
#section_three .col-two h3.entry-title{
   font-size: 16px;
  line-height: 1.5;
  margin-bottom: 10px;
    padding-bottom:0;
}
section#section_three{
   -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.1);
   -moz-box-shadow: 0 1px 3px rgba(0,0,0,.1);
   box-shadow: 0 1px 3px rgba(0,0,0,.1);
   box-sizing: border-box;
}
section#section_three{
   -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.1);
   -moz-box-shadow: 0 1px 3px rgba(0,0,0,.1);
   box-shadow: 0 1px 3px rgba(0,0,0,.1);
   box-sizing: border-box;
}
#section_three .col-two {
border-top: 1px solid rgba(0,0,0,0);
    border-left: 1px solid rgba(123, 123, 123, 0.1);
}
#section_three h3.entry-title a{
   font-family:'Mukta';  
}
#section_three .entry-meta {
    margin-bottom: 15px;
    color: #afafaf;
    font-size: 12px;
}
#section_three .entry-meta span:not(.cat-links) + span:before {
    content: " / ";
    color: #aaa;
    margin: 0 2px;
    font-style: normal;
    opacity: .5;
}
#section_three .col-two{
    width: 50% !important;
border-left: 1px solid rgba(0,0,0,.1);
border-top: 1px solid rgba(0,0,0,.1);
    float: right;   
    position:relative;
}
#section_three .col-two .view{
    position: absolute;
    right: 0;
    top: -35px;
}
#section_three .col-two .post-item {
    width: 100%;
    float: none;
    padding: 15px;
    box-sizing: border-box;
    overflow: hidden;
}
#section_three .col-two .post-item:last-child{
border:none;
}
#section_three .col-two .post-item .post-thumb {
    max-width: 35.9%;
    float: left;
    margin: 0 15px 0px 0;
}
#section_three .post-thumb img{
-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
border-radius: 5px;
}
#section_three .col-one .post-item {
      border-top: 1px solid rgba(0,0,0,0);
}
#section_three .col-two {
border-top: 1px solid rgba(0,0,0,0);
    border-left: 1px solid rgba(123, 123, 123, 0.1);
}
h3.view{
display: inline-block;
    font-size: 12px;
    height: 33px;
    line-height: 33px;
    text-align: center;
    width: 80px;
    float: right;
    color: #fff;
    font-weight: 600;
    background-color: #0e0e0e;
    margin-bottom: 5px;
}
h3.view a{
    color:#fff;
}
.cat-links a{ 
    background-color: #289dcc;
    color: #fff;
    font-size: 12px;
    padding: 3px 8px;
    line-height: 1.37;
    display: inline-block;
    margin-bottom: 15px;
    margin-right: 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-font-smoothing: auto;
}
.cat-links a:hover{
 color: #fff;   
}
#section_four h3.title {
    margin-bottom: 0;
    padding: 0 15px;
    line-height: 33px;
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    display: inline-block;
    background-color: #206b4d;
}
#section_four .recent-news .post-thumb {
    margin: 0 25px 0 0;
    max-width: 38%;
    float: left;
}

#section_four h3.entry-title {
    margin: 0 0 10px;
    font-size: 18px;
    line-height: 1.5;
    padding-bottom: 0;
    font-family:'Mukta';
}
#section_four h3.entry-title a{
    font-family:'Mukta';
}
#section_four .entry-meta {
    margin-bottom: 15px;
    color: #afafaf;
    font-size: 12px;
}
#section_four .entry-meta span:not(.cat-links) + span:before {
    content: " / ";
    color: #aaa;
    margin: 0 2px;
    font-style: normal;
    opacity: .5;
}

.readmore_button {
    font-size: 16px;
    font-weight: 400;
   margin: 0px 0 0px;
    display: inline-block;
}

.entry-body .readmore_button a{
    display: inline-block;
    font-size: 14px;
    line-height: 14px;
    position: relative;
    color: #afafaf;
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
}

#section_four .post-item{
    margin: 0 0 12px;
    position: relative;
    overflow: hidden;
    background: #242526;
        -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.1);
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,.1);
    box-shadow: 0 1px 3px rgba(0,0,0,.1);
    box-sizing: border-box;
    }
#section_four .post-item .entry-body {
    padding: 15px;
}
#section_four .recent-news .post-thumb {
    max-width: 100%;
    display: inline-grid;
}
#section_four h3.view{
    margin-bottom:0;
    -webkit-border-radius: 5px 5px 0px 0px;
    -moz-border-radius: 5px 5px 0px 0px;
    border-radius: 5px 5px 0px 0px;
}


#section_four .post-item:last-child {
    padding: 0 0 0px;
    margin: 0 0 0px;
    border-bottom: none;
}
#section_four .post-item{
-webkit-border-radius:5px; 
    -moz-border-radius:5px; 
border-radius:5px; 
}
#section_four .post-item:first-child{
-webkit-border-radius:0px 5px 5px 5px; 
    -moz-border-radius:0px 5px 5px 5px; 
border-radius: 0px 5px 5px 5px; 
}
#section_four h3.title{
-webkit-border-radius:5px 5px 0px 0px; 
    -moz-border-radius:5px 5px 0px 0px; 
border-radius: 5px 5px 0px 0px; 
}
/*section_five*/
#section_five .col-one .post-item, #section_five .col-two .post-item{
    background: #242526;
    border-radius: 3px;
    box-sizing: border-box;
}
#section_five .col-one .post-item .post-item-content, #section_five .col-two .post-item .post-item-content{
padding:15px;
}
#section_five h3.title{
    margin-bottom: 0;
    padding: 0 15px;
    line-height: 33px;
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    display: inline-block;
    background-color: #ee4444;
    -webkit-border-radius: 5px 5px 0px 0px;
    -moz-border-radius: 5px 5px 0px 0px;
    border-radius: 5px 5px 0px 0px;
}
#section_five h3.title a{
color:#fff;
}
#section_five .col-one{
    float:left;
    vertical-align: top;
    font-size: 0;
    width: 48.5%;
    margin: 0 3% 0 0;
}

#section_five .post-thumb {
    margin: 0 0 5px;
}

#section_five h3.entry-title {
    margin: 0 0 10px;
    font-size: 18px;
    line-height:1.5;
    padding-bottom: 0;
}
#section_five h3.entry-title a{
 font-family:'Mukta';
}
#section_five .entry-meta {
    margin-bottom: 15px;
    color: #afafaf;
    font-size: 12px;
}
#section_five .entry-meta span:not(.cat-links) + span:before {
    content: " / ";
    color: #aaa;
    margin: 0 2px;
    font-style: normal;
    opacity: .5;
}

#section_five .col-two {
    display: inline-block;
    vertical-align: top;
    font-size: 0;
    width: 48.5%;
}

#section_five .col-two:nth-child(2) {
    margin-right: 0;
}

#section_five .col-two h3.title{
background:#1C99E4;
}
#section_five .feat-cat_small_list {
    overflow: hidden;
  margin: 12px 0 0;
    }
#section_five ul li,#section_five ul{
padding:0;
margin:0
-webkit-border-radius:5px;
    -moz-border-radius:5px;
    border-radius: 5px;
}
#section_five .feat-cat_small_list li {
    display: block;
    width: 100%;
    overflow: hidden;   
        margin: 0 0 12px;
         -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.1);
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,.1);
    box-shadow: 0 1px 3px rgba(0,0,0,.1);
    box-sizing: border-box;
        background: #242526;
}
#section_five .feat-cat_small_list li  .post-thumb {
    max-width: 35.9%;
    float: left;
    margin: 0 15px 0px 0;
}
#section_five .feat-cat_small_list li h3{ 
    margin-bottom: 6px;
    line-height:1.5;
    font-size: 16px;
    padding-bottom: 0;
     font-family:'Mukta';
}
#section_five .post-item.first{
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.1);
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,.1);
    box-shadow: 0 1px 3px rgba(0,0,0,.1);
    box-sizing: border-box;
}
#section_five .feat-cat_small_list .post-item .post-item-content{
padding:6px;
}

/*section-six*/
#section_six .inner_wrap{
width:100%;
overflow: hidden;
display:block;
-webkit-box-shadow: 0 1px 3px rgba(0,0,0,.1);
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,.1);
    box-shadow: 0 1px 3px rgba(0,0,0,.1);
}
#section_six .post-item{
float: left;
width: 25%;
position: relative;
}
#section_six .post-item img{
display: block;
}
#section_six h3.title {
    margin: 0;
    font-size: 16px;
    text-transform: uppercase;
    display: inline-block;
    color: #fff;
    background-color: #22BB66;
    padding: 0 15px;
    line-height: 33px;
    -webkit-border-radius: 0px 5px 0px 0px;
    -moz-border-radius: 0px 5px 0px 0px;
    border-radius: 5px 5px 0px 0px;
}

#section_six .post-item-content{
position:absolute;
bottom:0;
padding:15px;
color:#fff;
width: 100%;
background-image: -webkit-linear-gradient(transparent,#111);
    background-image: -moz-linear-gradient(transparent,#111);
    background-image: -o-linear-gradient(transparent,#111);
}
#section_six .post-item-content h3 a{
color:#fff;
}
#section_six .cat-links a{
    margin-bottom: 10px;
    margin-right: 10px;
}
#section_six .post-item .entry-meta {
    visibility: hidden;
    opacity: 0;
    min-height: 50px;
    padding: 30px 0 10px;
    width: 100%;
    bottom: 0;
    left: 0;
    color: #ffffff;
    margin: 0;
    z-index: 1;
    transition: all .3s ease;
    font-size: 12px;
}
#section_six .post-item:hover .entry-meta {
    visibility: visible;
    opacity: 1;
    color: #fff;
}

#section_six .post-item .post-item-heading {
    position: absolute;
    bottom: 20px;
    left: 15px;
    z-index: 21;
    transition: all .4s ease;
    color: #fff;
    text-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
    font-family: 'Mukta';
}

#section_six .post-item .post-item-heading h3{
font-size: 17px;
    line-height: 24px;
}
#section_six .post-item:hover .post-item-heading {
    bottom:50px;
}
#section_six .entry-meta span:not(.cat-links) + span:before {
    content: " / ";
    color: #fff;
    margin: 0 2px;
    font-style: normal;
    opacity: .8;
}
/*#section_six .post-item .post-thumb:before{
   position: absolute;
   content: '';
   width: 100%;
   height: 100%;
   left: 0;
   top: 45%;
   transition: all 0.25s ease-in-out;
   -webkit-transition: all 0.25s ease-in-out;
   -moz-transition: all 0.25s ease-in-out;
   z-index: 0;
    background: -moz-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,.2) 30%,rgba(0,0,0,.75) 100%);
   background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(0,0,0,0)),color-stop(30%,rgba(0,0,0,.2)),color-stop(100%,rgba(0,0,0,.75)));
   background: -webkit-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,.2) 30%,rgba(0,0,0,.75) 100%);
   background: -o-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,.2) 30%,rgba(0,0,0,.75) 100%);
   background: -ms-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,.2) 30%,rgba(0,0,0,.75) 100%);
   background: linear-gradient(to bottom,rgba(0,0,0,0) 0%,rgba(0,0,0,.2) 30%,rgba(0,0,0,.75) 100%);    
}*/
#section_six .inner_wrap {
   -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
/*section-six*/
/*section_seven*/
#section_seven .col-one .post-item, 
#section_seven .col-two .post-item{
    border-radius: 3px;
    box-sizing: border-box;
}
#section_seven .col-one .post-item .post-item-content{
padding:15px 0px;
}
#section_seven h3.title{
    margin-bottom: 0;
    padding: 0 15px;
    line-height: 33px;
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    display: inline-block;
    background-color: #ee4444;
    -webkit-border-radius: 5px 5px 0px 0px;
    -moz-border-radius: 5px 5px 0px 0px;
    border-radius: 5px 5px 0px 0px;
}
#section_seven h3.title a{
color:#fff;
}
#section_seven .col-one{
    float:left;
    vertical-align: top;
    font-size: 0;
    width: 100%;
    margin: 0;
    max-width: 445px;
}
#section_seven .post-thumb {
    margin:0px;
}
#section_seven h3.entry-title {
    margin: 0 0 10px;
    font-size: 18px;
    line-height: 26px;
    padding-bottom: 0;
}
#section_seven h3.entry-title a{
 font-family:'Mukta';
}
#section_seven .entry-meta {
    margin-bottom: 15px;
    color: #999;
    font-size: 12px;
}
#section_seven .comments-link{
   color: #999;
}
#section_seven .entry-meta span:not(.cat-links) + span:before {
    content: " / ";
    color: #aaa;
    margin: 0 2px;
    font-style: normal;
    opacity: .5;
}
#section_seven .feat-cat_small_list {
overflow: hidden;
margin:0;
}
#section_seven .col-one .feat-cat_small_list .post-item-content{
padding:0px;
}
#section_seven .col-one .feat-cat_small_list .entry-meta{
margin:0px;
}
#section_seven ul li,#section_seven ul{
padding:0;
margin:0
-webkit-border-radius:5px;
    -moz-border-radius:5px;
    border-radius: 5px;
}
#section_seven .feat-cat_small_list li {
    display: block;
    width: 100%;
    overflow: hidden;   
    margin: 0 0 12px;
    box-sizing: border-box;
    padding-bottom:10px;
}
#section_seven .feat-cat_small_list li  .post-thumb {
    max-width: 30%;
    float: left;
    margin: 0 15px 0px 0;
}
#section_seven .feat-cat_small_list li h3{ 
    margin-bottom: 6px;
    line-height: 22px;
    font-size: 15px;
    padding-bottom: 0;
     font-family:'Mukta';
}
#section_seven .post-item-content p{
margin:0;
}
#section_seven .feat-cat_small_list li:last-child{
box-shadow:none;
-webkit-box-shadow:none;
-moz-box-shadow:none;
padding-bottom:0px;
margin-bottom:0px;
}
/*adver*/
#section_adver{
        margin-bottom: 30px;

}
#section_adver .inner_wrap, #section_adver img, .adver_wrap{
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
#section_adver img{
-webkit-box-shadow: 0 1px 3px rgba(0,0,0,.1);
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,.1);
    box-shadow: 0 1px 3px rgba(0,0,0,.1);
            display: block;
            margin: 0 auto;
}

/* display: block; */
/*adver*/
.breaking-new{
    background:#0e0e0e;
    overflow: hidden;
    display:block;
     margin-bottom: 24px;
     position:relative; 
     -webkit-border-radius:5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}

.breaking-new .new-title{
float:left;
padding: 18px 0px;
}
.breaking-new .news-ticker-wrap{
overflow:hidden;
padding: 0px 13px;

}
.breaking-new h3 {
    margin: 0 28px 0 0!important;
    font-size: 16px!important;
    color: #fff;
    text-transform: uppercase;
    padding: 0 15px!important;
    line-height: 1.2!important;
}
.breaking-new .news-ticker-wrap{
height:52px;
width:65%;
float: left;
}
.breaking-new .page-tab{
float:right;
padding-top:14px;
padding-right:15px;
}
.breaking-new ul.news-ticker{
display: block;
overflow: hidden;
padding: 0px 20px;
}
.breaking-new ul.news-ticker li{
list-style-type: none;
margin-right:70px;
line-height: 52px;
}

.breaking-new span{
    font-size: 11px;
    margin-right: 10px;
    color: #cacaca;
    background: #403f3f;
    padding: 4px 5px;
}
.breaking-new a{
font-size: 18px!important;
line-height: 1.3!important;
letter-spacing: .5px;
}
.breaking-new li{
 white-space: nowrap;
overflow: hidden;
}
.breaking-new .nt-prev{
    margin-right:5px;
}
.breaking-new .nt-prev,.breaking-new .nt-next{
   color: #fff;
    font-size: 20px;
    border: 1px solid #fff;
    height: 23px;
    width: 23px;
    text-align: center;
    line-height: 20px;
    cursor: pointer;
}
.breaking-new .nt-prev:hover,
.breaking-new .nt-next:hover {
    background: #fff;
    color: #666;
        -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}
.magazine-bottom .breaking-new .news-ticker-wrap{
padding:0;
}
.magazine-bottom .breaking-new ul.news-ticker{
padding:0px 10px;
}
.breaking-new .nt-prev, .breaking-new .nt-next, .breaking-new span{
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.magazine-bottom .breaking-new .news-ticker-wrap{
width:60%;
}
@media screen and (max-width:1230px) {       
#page.left #section_one .slider ,#page.right #section_one .slider {
    overflow: hidden;
    position: relative;
    width: 100%;
    float: none;
    box-sizing: border-box;
    border-right: 0px solid #fff;
    margin-bottom: 40px;
}
#page.left #section_one .slider_widgets ,#page.right #section_one .slider_widgets{
    float: none;
    width: 100%;
}
#page.left .slider_widgets .slider_widgets_one .post-item,
#page.right .slider_widgets .slider_widgets_one .post-item {
    float: left;
    width: 48%;
    margin-right:4%;
}
#page.left .slider_widgets .slider_widgets_one .post-item:nth-child(2n),
#page.right .slider_widgets .slider_widgets_one .post-item:nth-child(2n){
   margin-right:0%; 
}  
#page.left .slider_widgets h3.entry-title,
#page.right .slider_widgets h3.entry-title{
padding-bottom:0px;
}
#page.left .slider_widgets .post-item,
#page.right .slider_widgets .post-item{
max-height:100%;
}
#page.left .slider_widgets .post-item .post-thumb img,
#page.right .slider_widgets .post-item .post-thumb img {
    max-width: 100%;
    min-height: 100%;
    width: 100%;
}

}
@media screen and (max-width:1024px) { 
.header .logo {
    width: 80%;
    max-width: 230px;
}
.breaking-new .news-ticker-wrap{
    width:60%;
}
.breaking-new h3,.breaking-new a {
   margin: 0px!important;
   font-size:14px!important;
}
.breaking-new span {
    font-size: 10px;
    margin-right: 10px;
}
/*start section_one*/
#section_one .flexslider ul,#section_one li.slide{
max-height: 368px;    
}
.slider_widgets .post-item {  
max-height: 184px;
}
#section_one .slides li .slide-header h3,
#section_three h3.entry-title,#section_six .post-item .post-item-heading h3{
font-size:17px;
line-height:21px;    
}
.slider_widgets .post-item .entry-title a,
.post_slide .post-item .entry-title a{
font-size:15px;
line-height:19px;    
}
.cat-links a {
    font-size: 11px;
    padding: 4px 8px;
    margin-bottom: 11px;
    margin-right: 8px;
}
#section_one .slides li .entry-meta ,#section_two .entry-meta,
#section_one .post-item .entry-meta span.entry-date, 
#section_two .post-item .entry-meta span.entry-date,
#section_six .post-item .entry-meta{
    font-size: 11px;
}
.page-template-magazine-template .comments-link a {
    min-width: 15px;
    padding: 2px 2px 3px 2px;
    font-size: 9px!important;
}
/*end section_one*/
/*start section_three*/
#section_three .entry-meta,#section_five .entry-meta {
    margin-bottom: 10px;
    font-size: 11px;
}
#section_three .col-two h3.entry-title,
#section_five .feat-cat_small_list li h3{
  font-size:13px;
  margin-bottom:5px;
}
/*end section_three*/
/*start section_four*/
#section_four .recent-news .post-thumb{
width:38%;
float:left;
margin-right:0;
}
#section_four .post-item .entry-body{
width:60%;
float:left;
}
#section_four h3.entry-title,#section_five h3.entry-title {
    font-size: 17px;
    margin-bottom: 8px;
}
.entry-body .readmore_button a {
    font-size: 12px;
    line-height: 12px;
}
/*end section_four*/
/*start section_five*/
#section_five .post-thumb{
 margin:0;   
}
#section_five .feat-cat_small_list li .post-thumb {
    max-width: 31%;
}
/*end section_five*/
/*start section_seven_sidebar*/
#section_seven h3.entry-title{
 font-size: 17px;
    line-height: 21px;   
}
#section_seven .entry-meta{
    font-size:11px;
    margin-bottom: 10px;
}
#section_seven .feat-cat_small_list li h3{
font-size: 13px;
    line-height: 18px;
    margin-bottom: 5px;
}
#section_seven .feat-cat_small_list li .post-thumb {
    max-width: 33%;
    float: left;
    margin: 0 8px 0px 0;
}
/*end section_seven_sidebar*/
section h3.section-title, #section_four h3.title,#section_two h3.title,
#section_five h3.title,
#section_six h3.title,
#section_three h3.title{
    font-size: 14px!important;
    padding: 0 12px!important;
    line-height: 30px!important;
}
.sidebar-inner-widget .widgettitle {
    padding: 0 12px;
    line-height: 30px;
    font-size: 14px;
}
p {
line-height: 21px;
font-size: 16px;
margin-bottom:10px;
  }
}
@media screen and (max-width:768px){
#section_four .post-item-content p,#section_four .readmore_button{
display:none;
}
#section_four .entry-meta{
padding:0;
}
.breaking-new .news-ticker-wrap {
    width: 56%;
    padding:0;
}
}
@media screen and (max-width:767px){
#section_one .flexslider ul {
    max-height: 330px;
}
#section_one li.slide{
    height:330px;
}

.flex-direction-nav {
    position: absolute;
    top:5px;
    width: 100%;
}
#section_one .flexslider .flex-direction-nav .flex-prev {
    text-align: left;
    right: 35px;
    left: auto;
}
#section_one .flex-direction-nav .flex-next {
    text-align: right;
    right:5px;
}
#section_one .flex-direction-nav a:before {
font-size: 18px;
top: -2px;
}
#section_one .flex-direction-nav a {
    width: 25px;
    height: 25px;
    line-height: 25px;

}

.post_slide .owl-nav .owl-prev, .post_slide .owl-nav .owl-next{
width: 25px;
    height: 25px;
line-height:23px;
}
.post_slide .owl-prev:before,.post_slide .owl-next:before{
font-size:18px;
}
#section_three .col-one{
width:100%!important;
float:none;
margin-bottom:0px;
}
#section_three .col-two{
width:100%!important;
float:none;
}
#section_three .col-two h3.view{
float:left;
margin:0;
}

#section_four h3.view{
margin:0;
}
#section_four {
max-width:445px;
margin:0 auto;
}
#section_four h3.entry-title, #section_five h3.entry-title{
    width:100%;
}
#section_four .recent-news .post-thumb {
    width: 100%;
    float: none;
    margin-right: 0;
}
#section_six .post-item {
    float: left;
    width: 50%;
    position: relative;
}
#section_six .post-thumb{
    position: relative;
    display: block;
}
#section_six .post-item img {
object-fit: cover;
-o-object-fit: cover;
    height: 270px;
}
#section_four .post-item .entry-body {
    width: 100%;
    float: left;
}
#section_five .col-one,#section_five .col-two{
    float: none;
    vertical-align: top;
    font-size: 0;
    width: 100%;
    margin:0;
}

/*breaking-news*/
.breaking-new .new-title {
    float: left;
    padding: 18px 0px 0px;
    width: 100%;
    text-align: center;
        display: none;
}
.breaking-new .news-ticker-wrap,.magazine-bottom .breaking-new .news-ticker-wrap{
    width: 100%;
    float: none;
    text-align: center;
}
.breaking-new ul.news-ticker,.magazine-bottom .breaking-new ul.news-ticker{
   width: 100%;  
}
.breaking-new .page-tab{
    display:none;
}
.breaking-new li {
    white-space: inherit;
    overflow: hidden;
    line-height: 22px!important;
    padding: 10px 0px;
}
.breaking-new a {
    font-size: 16px!important;
}

#section_three {
   max-width: 445px;
   margin-left: auto;
   margin-right: auto;
}  
#section_four .post-item-content p, 
#section_four .readmore_button {
    display:block;
}  
.recent-news h3{
display:inline-block;

}
#section_six .post-item img{
    width:100%;
}

section#section_five{
    max-width: 445px;
    margin-left: auto;
    margin-right: auto;
}
.sidebar-wrapper {
    max-width: 445px;
    float: none
}  
#section_one .slider {
    overflow: hidden;
    position: relative;
    width: 100%;
    float: none;
    box-sizing: border-box;
    border-right: 0px solid #fff;
    margin-bottom: 3px;
}
#section_one .slider_widgets {
    float: none;
    width: 100%;
}
.slider_widgets h3.entry-title,
.slider_widgets h3.entry-title{
padding-bottom:0px;
}
.slider_widgets .post-item,
.slider_widgets .post-item{
max-height:100%;
border-right: 0px;
}
.slider_widgets .post-item .post-thumb img,
.slider_widgets .post-item .post-thumb img {
    max-width: 100%;
    min-height: 100%;
    width: 100%;
}
.slider_widgets .slider_widgets_one .post-item {
    float: left;
   width: 50%;
    margin-right: 0%;
}
.slider_widgets .slider_widgets_one .post-item:nth-child(2n){
   margin-right:0%; 
}
}

@media screen and (max-width:480px){
.slider_widgets .slider_widgets_one .post-item {
    float: none;
    width:100%;
    margin-right: 0%;
    border-right:0px;
}
.slider_widgets_one .post-item:nth-child(3){
  border-bottom: 3px solid rgba(255, 255, 255, 0);  
}
}