.area-featured-header h2 {
    color: #444;
    font-size: 19px !important;
    line-height: 28px;
    margin: 0;
}

.article_featured-image.area-featured-image {
    margin-bottom: 40px;
}

.area-featured-header {
    margin-top: 20px;
}

.full-img img {
    width: 100%;
}

.hub_tags {
    width: 100%;
}

.hub_tag {
    display: inline-block;
    width: 20%;
    text-align: center;
    vertical-align: middle;
}
.hub_tag {
    width: 20%;
}

.hub_tag a {
    display: block;
    margin: 0 5%;
    border: 1px solid #09ccf1;
    border-radius: 20px;
    font-size: 16px;
    padding: 10px 2px;
    color: #09ccf1;
    line-height: 1;
    margin-bottom: 30px;
}

.block-title h4 {
    position: absolute;
    font-size: 14px;
    top: -31px;
    right: 0;
    text-transform: none;
    background: #fff;
    padding-left: 20px;
}
.block-title h4 a:hover {
    color: #09ccf1;
}
.gotrip-hub-page .ruby-block-inner{
    clear: both;
}
@media only screen and (max-width: 767px){
    .hub_tag {width: 25%;}
    .block-title h4 {top: -16px;}
}

.is-right-col-el.col-xs-6 {
    float: none;
    width: 100%;
}

.is-right-col-el .post-thumb-outer,.is-right-col-el .post-header {
    display: inline-block;
    width: 50%;
    vertical-align: top;
    padding-right: 10px;
    margin-bottom: 0;
}

.is-right-col-el .post-wrap {
    width: 100%;
    display: block;
    margin-bottom: 40px;
}

.is-right-col-el .post-title.is-small-title {
    height: 72px;
    overflow: hidden;
    font-size: 16.2px !important;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

.gotrip-hub-page .is-image {
    min-height: unset !important;
    /* max-height: unset !important; */
}

.tag-article {
    margin-bottom: 30px;
}

.gotrip-hub-page .post-list-small {
    margin-bottom: unset;
}

.gotrip-hub-page .post-list-small .post-thumb-outer {
    display: inline-block;
    width: 40%;
    padding-right: 20px;
    vertical-align: top;
    float: none;
    margin-right: unset;
    max-width: unset;
}

.gotrip-hub-page .post-list-small .post-header {
    margin-left: unset;
    display: inline-block;
    width: 60%;
    vertical-align: top;
    text-align: left;
}

@media only screen and (min-width: 1200px) {
    .gotrip-hub-page .col-sm-6.col-xs-12 .post-thumb-outer .is-image {
        max-height: 315px;
    }
    .gotrip-hub-page .post-list-small .post-thumb-outer .is-image {
        max-height: 69px;
    }
}
@media only screen and (max-width: 1199px) and (min-width: 992px){
    .gotrip-hub-page .col-sm-6.col-xs-12 .post-thumb-outer .is-image {
        max-height: 259px;
    }
    .gotrip-hub-page .post-list-small .post-thumb-outer .is-image {
        max-height: 54px;
    }
}
@media only screen and (max-width: 991px) and (min-width: 768px){
    .gotrip-hub-page .col-sm-6.col-xs-12 .post-thumb-outer .is-image {
        max-height: 201px;
    }
    .gotrip-hub-page .post-list-small .post-thumb-outer {
        margin-right: unset;
    }
    .gotrip-hub-page .post-list-small .post-thumb-outer .is-image {
        max-height: 40px;
    }
}
@media only screen and (max-width: 767px){
    .gotrip-hub-page .col-sm-6.col-xs-12 .post-thumb-outer .is-image {
        max-height: 247px;
    }
    .gotrip-hub-page .post-list-small .post-thumb-outer .is-image {
        max-height: 87px;
    }
    .ruby-block-inner,.block-content-wrap,.col-sm-4,.col-xs-12,.post-wrap{
        position:unset;
    }
    
}

.gotrip-hub-page .tag-article .post-title a {
    font-size: 22px;
}

.gotrip-hub-page .post-title.is-medium-title{
    height: 30px !important;
}

a[name]:not([href]) {
    display: block;
    position: relative;
    top: -120px;
    visibility: hidden;
}

#area-select {
    display: block;
    width: 100%;
    margin-bottom: 24px;
}
@media (min-width: 768px){
#area-select {
    display: none;
}
}

@media only screen and (max-width: 479px){
     .gotrip-hub-page .post-list-small .post-thumb-outer .is-image {
      
    max-height: calc((40vw - 40px) *6/10);
    }

}