section[data-cattype="618"]{
    
}

[data-cattype="618"] .list-dashed > article{
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}

[data-cattype="618"] .entry-header {
    margin: 0;
    padding: 0;
    border: 1px solid #eee;
    width: calc(40% - 0px);
}

[data-cattype="618"] .entry-content{
    width: calc(60% - 0px);
    margin: 0;
}

[data-cattype="618"] .entry-content.no-post-thumb{
    width: 100%;
}

[data-cattype="618"] .entry-title a{
    color: #041122;
}

[data-cattype="618"] .btn-read-more{
    color: #0065b3;
}

[data-cattype="618"] article:nth-child(odd) .entry-content{
    background: #f0fadb;
}

[data-cattype="618"] article:nth-child(even) .entry-content{
    background: #dcf3ff;
}

[data-cattype="618"] .pagination.theme-colored li a{
    color: #000;
}


[data-cattype="618"] .pagination.theme-colored li.active a{
    background: #ff7062;
    color: #fff;
}

[data-cattype="618"] .pagination.theme-colored li a:hover,
[data-cattype="618"] .pagination.theme-colored li a:focus{
    background: #ff7062;
    color: #fff;
}


/* Single Post */

[data-cattype="618"] .single-post .entry-content{
    width: 100%;
    margin: 0;
}

[data-cattype="618"] .single-post article:nth-child(2n+1) .entry-content {
    background: #fff;
}


[data-cattype="618"] .single-post .entry-title{
    color: #041122;
}

[data-cattype="618"] .single-post ul.listImage{
    margin: 10px 0;
}

[data-cattype="618"] .single-post ul.listImage li{
    margin: 0 10px;
}

[data-cattype="618"] .post-share{
    margin-top: 10px;
}

[data-cattype="618"] .post-share h5{
    display: inline;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
}

[data-cattype="618"] .post-share .list-btn-socialmedia{
    display: inline;
}

[data-cattype="618"] .post-share .list-btn-socialmedia a{
    padding: 0 5px;
}



/* Widget */

[data-cattype="618"] .widget .widget-title{
    margin-bottom: 0;
}

[data-cattype="618"] .widget ul.list-divider li{
    margin: 0;
    padding: 10px;
}

[data-cattype="618"] .widget ul.list-divider li.active{
    background: #ff7062;
}

[data-cattype="618"] .widget ul.list-divider li a{
    color: #3e3e3e;
    display: block;
}

[data-cattype="618"] .widget ul.list-divider li:hover{
    background: #ff7062;
}

[data-cattype="618"] .owl-carousel.adv-carousel-box.owl-theme .owl-dots {
    position: absolute;
    left: 43%;
    bottom: 0;   
}

[data-cattype="618"] .owl-carousel.adv-carousel-box .owl-nav {
	opacity:0;
}

[data-cattype="618"] .owl-carousel.adv-carousel-box:hover .owl-nav {
	opacity:1;
}

[data-cattype="618"] .owl-carousel.adv-carousel-box .owl-dots {
	opacity:0;
}

[data-cattype="618"] .owl-carousel.adv-carousel-box:hover .owl-dots {
	opacity:1;
}

/* Typical laptop screen size*/
@media (max-width: 1400px) {
	
}

/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 980px) {
    [data-cattype="618"] .entry-header .post-thumb{
        height: 100%;
    }
    [data-cattype="618"] .entry-header .post-thumb img{
        height: 100%;
        object-fit: cover;
    }
}

/* Mobile screen size - landscape view */
@media (max-width: 767px) {
   [data-cattype="618"] .entry-header {
        width: 100%;
    }

    [data-cattype="618"] .entry-content{
        width: 100%;
    }
}

/* Mobile screen size */
@media (max-width: 480px) {
      
}