/**
 * Theme Name:     th_23
 * Author:         the WordPress team
 * Template:       twentytwentythree
 * Text Domain:	   th_23
 * Description:    Twenty Twenty-Three is designed to take advantage of the new design tools introduced in WordPress 6.1. With a clean, blank base as a starting point, this default theme includes ten diverse style variations created by members of the WordPress community. Whether you want to build a complex or incredibly simple website, you can do it quickly and intuitively through the bundled styles or dive into creation and full customization yourself.
 */

 /* Global */
.wp-block-post-content h2 {
    font-size: clamp(2.625rem, calc(2.625rem + ((1vw - 0.48rem) * 8.4135)), 2.25rem);
}
.wp-block-post-content h3 {
    font-size: 2rem;
}
.wp-block-post-content h1,
.wp-block-post-content h2,
.wp-block-post-content h3,
.wp-block-post-content h4,
.wp-block-post-content h5 {
    font-weight: bold;
}
a:where(:not(.wp-element-button)):focus,
a:focus {
    outline: none !important;
    text-decoration: none !important;
}
.wp-block-search__text-button .wp-block-search__button {
    color: #fff !important;
}
.wp-block-search__icon-button .wp-block-search__button svg {
    fill: #fff;
}
.aligncenter {
    margin: 0 auto 1.5rem;
    display: block;
}
table:not([class]) {
    border-collapse: collapse;
    border: 1px solid #000;
    table-layout: fixed;
    width: 100%;
}
table:not([class]) td,
table:not([class]) th {
    padding: 5px;
    border: 1px solid #000;
}
/* Header */
/* Mobile menu */
@media (max-width: 599px) {
    .wp-block-navigation:not(.has-background) .wp-block-navigation__responsive-container.is-menu-open {
        background-color: #000;
        color: #fff !important;
    }
    .wp-block-navigation__responsive-dialog {
        padding: 20px;
    }
    .wp-block-navigation__responsive-dialog ul {
        width: 100% !important;
        padding: 0 !important;
    }
    .wp-block-navigation__responsive-dialog ul li {
        width: 100% !important;
        text-align: center !important;
    }
    .wp-block-navigation__responsive-dialog ul a {
        color: var(--wp--preset--color--custom-red) !important;
        display: block !important;
        width: 100%;
        text-align: center;
    }
    .wp-block-navigation__responsive-dialog ul .wp-block-navigation__submenu-container {
        font-weight: normal;
    }
    .wp-block-navigation__responsive-dialog .wp-block-navigation__container > li > a {
        font-size: 1.5rem;
    }
    .wp-block-navigation__responsive-container-close {
        top: 20px;
        right: 14px;
    }
}
/* Footer */
 footer .wp-block-categories-list {
    padding: 0;
    list-style-type: none;
    -webkit-columns: 3;
    -moz-columns: 3;
    column-count: 3;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    font-weight: bold;
 }
 footer .wp-block-categories-list li {
    margin: 0;
    padding: 0 0 10px;
    line-height: normal;
 }
 footer .wp-block-navigation {
    margin: 0;
    padding: 0;
    gap: 0 1.5rem;
 }
 footer .copyright img {
    position: relative;
    top: 4px;
 }

 /* Post grid */
.text-on-tile {
    position: relative;
}
.text-on-tile .wp-block-post-featured-image a:before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: #000;
    opacity: 0.6;
}
.text-on-tile .is-vertical {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
    padding: 20px;
}
.text-on-tile .wp-block-post-featured-image {
    max-width: 100%;
}
.text-on-tile h2,
.wp-block-query h2,
.wp-block-query h3 {
    min-height: 50px;
}
.wp-block-query .taxonomy-category.has-background .wp-block-post-terms__separator,
.wp-block-query .taxonomy-category .wp-block-post-terms__separator {
    display: none !important;
}
.wp-block-query .taxonomy-category {
    background: none !important;
}
.wp-block-query .taxonomy-category.has-background a,
.wp-block-query .taxonomy-category a  {
    text-decoration: none;
    font-weight: bold;
    padding: 5px 10px;
    margin-right: 0.5rem;
    background: var(--wp--preset--color--custom-red) !important;
    display: inline-block;
    margin-bottom: 0.5rem;
    font-size: 0.7rem;
    color: #fff !important;
}
/* Author Tiny Info */
.author-link {
    color: var(--wp--preset--color--custom-red);
    font-weight: bold;
}
/* author box full */
.author-info-full {
    border: 1px solid var(--wp--preset--color--custom-red);
    display: flex;
    flex-direction: row;
}
.author-info-full .author-info-avatar {
    width: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    box-sizing: border-box;
}
.author-info-full .author-info-avatar img {
    border-radius: 50%;
}
.author-info-full .author-name-link {
    width: calc(100% - 200px);
    padding: 20px;
    position: relative;
}
.author-info-full .author-bio {
    font-size: 0.8rem;
    line-height: 1.2;
    margin: 0.5rem 0 0.7rem;
}
.author-info-full .post-dates {
    font-size: 0.8rem;
    line-height: 1.2;
}
.author-info-full .post-dates time {
    color: var(--wp--preset--color--custom-red);
}
.author-info-full .author-badge {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.author-info-full .author-name {
    font-weight: bold;
    font-size: 1.5rem;
    text-decoration: none;
    margin-right: 1rem;
    color: var(--wp--preset--color--custom-red);
}
.author-info-full .author-name:hover {
    text-decoration: underline;
}
.author-info-full .author-badge-name {
    color: #fff;
    background: #d33;
    display: inline-block;
    padding: 2px 12px;
    font-size: 0.7rem;
    border-radius: 20px;
}
.user-social {
    position: absolute;
    right: 20px;
    top: 20px 
}
.user-social a {
    display: inline-flex;
    width: 30px;
    height: 30px;
    background: var(--wp--preset--color--custom-red);
    margin: 0 0 5px 5px;
    border-radius: 100%;
    align-items: center;
    justify-content: center;
}
.user-social a img {
    filter: invert(1);
}
.user-social a:hover {
    transform: scale(1.1);
}
@media (max-width: 781px) {
    .author-info-full {
        display: flex;
        flex-direction: column;
        align-items: center;
   }
   .author-info-full .author-info-avatar {
        width: 100%;
        align-items: center;
        justify-content: center;
        box-sizing: border-box;
   }
   .author-info-full .author-name-link {
        width: 100%;
        box-sizing: border-box;
   }
   .author-info-full .author-badge {
        margin-top: 1.5rem;
   }
}
/* Archive author */
.archive.author .author-publish {
    display: none;
}

/* Share box */
.share-box {
    white-space: nowrap;
}
.social-share-buttons ul {
    margin: 0;
}
.social-share-buttons li {
    list-style-type: none;
}
.social-share-buttons li:hover a {
    transform: scale(1.1);
}
.social-share-buttons a {
    border: 1px solid var(--wp--preset--color--custom-red);
    display:flex;
    align-items:center;
    text-decoration:none;
    padding: 5px 10px;
  }
.social-share-buttons img {
    filter: invert(9%) sepia(93%) saturate(6524%) hue-rotate(1deg) brightness(84%) contrast(108%);
    margin-right: 0.5rem;
}
.social-share-buttons span {
    font-size: 1rem !important;
}
@media (max-width: 781px) {
    .social-share-buttons span {
        display: none;
    }
    .social-share-buttons img {
        margin-right: 0 !important;
    }
    .social-share-buttons ul {
        gap: 0.5rem;
        padding: 0 !important;
    }
}

/* TOC */
.lwptoc_header {
    margin-bottom: 0;
}

/* Related post */
.yarpp-related {
    max-width: 100% !important;
}
.yarpp-related h3 {
    font-size: var(--wp--preset--font-size--large) !important;
    text-align: center;
    font-weight: bold;
}
.yarpp-thumbnails-horizontal {
    display: flex;
    flex-wrap: wrap;
    margin: 1.5rem -10px 0;
}
@media (max-width: 640px) {
    .yarpp-thumbnails-horizontal .yarpp-thumbnail {
        width: 100% !important;
    }
}
.yarpp-thumbnails-horizontal .yarpp-thumbnail {
    height: auto;
    margin: 0 0 1.5rem;
    border: none;
    width: 33.33333%;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    flex-direction: column;
    padding: 0 10px;
    box-sizing: border-box;
}
.yarpp-thumbnails-horizontal .yarpp-thumbnail-title {
    line-height: 1.4em;
    max-height: none;
    overflow: visible;
    text-decoration: inherit;
    font-weight: bold;
    margin: 0 !important;
    display: block;
    width: 100%;
    color: var(--wp--preset--color--custom-red);
}
.yarpp-thumbnails-horizontal .yarpp-thumbnail > img {
    overflow: hidden;
    object-fit: cover;
    width: 100%;
    margin: 0 0 20px;
    height: 218px;
}
.yarpp-thumbnails-horizontal .yarpp-thumbnail picture {
    display: block;
    width: 100%;
}
.yarpp-thumbnails-horizontal .yarpp-thumbnail picture img {
    width: 100%;
    height: auto;
    height: 218px;
    object-fit: cover;
}
/* Pagination */
.wp-block-query-pagination .page-numbers {
    display: inline-block;
    padding: 5px;
    border: 1px solid var(--wp--preset--color--custom-red);
    min-width: 25px;
    text-align: center;
}

/* Forms */
.wpcf7-form {
    max-width: 500px;
    width: 100%;
    margin: 0 auto;
}
.wpcf7-form input[type="email"],
.wpcf7-form input[type="text"],
.wpcf7-form textarea {
    padding: 4px;
    border: 1px solid #949494;
    min-height: 40px;
    width: 100%;
}
.wpcf7-form .wpcf7-submit {
    text-decoration: none;
    font-weight: bold;
    padding: 10px 20px;
    margin-right: 0.5rem;
    background: var(--wp--preset--color--custom-red) !important;
    display: inline-block;
    margin-bottom: 0.5rem;
    font-size: 1rem;
    color: #fff !important;
    cursor: pointer;
    border: none;
}

/* Mobile UX */
.mobile-share-search {
    display: none !important;
}
header.wp-block-template-part {
    margin-top: 0 !important;
}
#ruigehond006_wrap {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
main {
    position: relative;
    z-index: 0;
}
#leaguefeednet_outstream_video {
    max-width: 100% !important;
}
@media (max-width: 599px) {
    .wp-block-social-links {display: none !important;}
    .mobile-share-search {display:flex !important;gap: 0.2rem !important;}
    header> div {padding-top: 10px !important;padding-bottom: 10px !important;}
    .header-main > .wp-block-group {flex-wrap:nowrap;min-height: 62px;padding: 0 !important;}
    .header-main .wp-block-navigation {order: -1;}
    .header-main .wp-block-search input[type="search"]{background: url(/wp-content/themes/th_23/images/search-line-icon.svg) center center no-repeat;width: 35px;height: 35px;padding: 0;font-size: 0px;background-size: 25px;border-color: transparent;}
    .header-main .wp-block-search input[type="search"]:focus {width: 150px;border: 1px solid #fff;background-color: #fff;color: #000;padding: 5px;font-size: 0.8rem;}
    .wp-block-navigation__responsive-container-open svg {visibility: hidden;}
    .wp-block-navigation__responsive-container-open {background: url(/wp-content/themes/th_23/images/three-horizontal-lines-outline-icon.svg) center top no-repeat;background-size: 25px;flex-direction: column;}
    .wp-block-navigation__responsive-container-open:after {content:"MENU";display: block;text-align:center; color: #fff;font-size: 0.6rem;}
    .share-header {position: relative;display: none !important;}
    .share-header:before {content: "";width: 35px;height: 35px;background: url(/wp-content/themes/th_23/images/share-line-icon.svg) center center no-repeat;background-size: 25px;display:block;cursor:pointer;}
    .share-header .social-share-buttons {position: absolute;background: #fff;padding: 20px;right: 0;top:45px;display: none;z-index: 99999;border: 1px solid #000;}
    .share-header .social-share-buttons ul {gap: 0;}
    .share-header .social-share-buttons ul li+li {margin-top: 10px;}
    .share-header.open-share .social-share-buttons {display: block;}
    .share-header.open-share .social-share-buttons:before {content: "Share:";display: block;color: #000; font-weight: bold;}
    .single .share-header {display: flex !important;}
    .wp-elements-ca2058f153a82b4a0dbaf3235c146572 {display: none !important;}
    header.wp-block-template-part {position: relative; width: 100% !important;}

    /* Author UX mobile */
    .single .author-info-full,
    .author .author-info-full {
        margin-top: -1.5rem;
        margin-left: -1.5rem !important;
        margin-right: -1.5rem !important;
        padding-top: 30px;
        position: relative;
        border: none;
    }
    .single .author-info-full:after,
    .author .author-info-full:after {
        content: "";
        border-bottom: 1px solid var(--wp--preset--color--custom-red);
        position: absolute;
        left: 1.5rem;
        right: 1.5rem;
        bottom: 0;
    }
    .single .author-info-full .author-info-avatar,
    .author .author-info-full .author-info-avatar {
        background: none;
        justify-content: flex-start;
        padding: 40px 1.5rem 0;
    }
    .single .author-info-full .author-info-avatar img,
    .author .author-info-full .author-info-avatar img {
        width: 100px;
        height: 100px;
    }
    .single .author-info-full .author-name-link,
    .author .author-info-full .author-name-link {
        position: static;
        padding: 0 1.5rem 1.5rem;
    }
    .single .author-info-full .author-label,
    .author .author-info-full .author-label {
        position: absolute;
        top: 45px;
        font-size: 0.8rem;
    }
    .single .author-info-full .user-social,
    .author .author-info-full .user-social {
        top: 48px;
    }
    .single .author-info-full .author-badge,
    .author .author-info-full .author-badge {
        position: absolute;
        left: 140px;
        top: 80px;
    }
    .single .author-info-full .author-name,
    .author .author-info-full .author-name {
        font-size: 1.4rem;
    }

    header .hide-mobile {
        display: none !important;
    }
    .mobile-share-search .wp-block-search {
        filter: invert(1);
    }
    .mobile-share-search .wp-block-search input[type="search"]:focus {
        background-position: center right;
    }
}
header .hide-mobile {
    flex: 1;
}
header .hide-mobile input[type="search"],
header .hide-mobile button[type="submit"] {
    height: 35px;
}
header .hide-mobile button[type="submit"] {
    padding: 0 10px;
}

/* Ratings */
.post-ratings {
    max-width: 100% !important;
    margin: 0 auto;
    display: flex;
}
.post-ratings strong {
    margin: 0 5px;
    display: inline-block;
}
.post-ratings .post-ratings-text {
    margin-left: 10px;
    font-weight: bold;
}
.post-ratings img {
    display: inline-block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 24px;
    height: 24px;
    padding-left: 24px;
    position: relative;
    background: url(/wp-content/themes/th_23/images/star-empty-icon.svg) left center no-repeat;
    background-size: 24px;
    margin-right: 2px !important;
    filter: invert(9%) sepia(93%) saturate(6524%) hue-rotate(1deg) brightness(84%) contrast(108%);
}
.post-ratings img[src$="rating_on.gif"] {
    background: url(/wp-content/themes/th_23/images/star-full-icon.svg) left center no-repeat;
    filter: invert(9%) sepia(93%) saturate(6524%) hue-rotate(1deg) brightness(84%) contrast(108%);
    background-size: 24px;
}
.post-ratings img[src$="rating_over.gif"] {
    background: url(/wp-content/themes/th_23/images/star-full-icon.svg) left center no-repeat;
    filter: invert(9%) sepia(93%) saturate(6524%) hue-rotate(1deg) brightness(84%) contrast(108%);
    background-size: 24px;
}
.post-ratings img[src$="rating_half.gif"] {
    background: url(/wp-content/themes/th_23/images/star-half-icon.svg) left center no-repeat;
    filter: invert(9%) sepia(93%) saturate(6524%) hue-rotate(1deg) brightness(84%) contrast(108%);
    background-size: 24px;
}

/* Ajax load single post LF */
.alm-single-post .author-info-full,
.alm-single-post .post-image {
    margin-bottom: 1.5rem;
}
.alm-single-post .social-share-buttons {
    margin-bottom: 1.5rem;
    display: flex;
    align-items: center;
}
.alm-single-post .social-share-buttons:before {
    content: "Share:";
    color: var(--wp--preset--color--custom-red);
    font-weight: bold;
}
.alm-single-post + .alm-single-post {
    opacity: 1;
    height: auto;
    outline: none;
    border-top: 2px dashed var(--wp--preset--color--custom-red) !important;
    margin-top: 5rem;
}
.post-image img {
    max-width: 100%;
    display: block;
    height: 300px;
    object-fit: cover;
}
.alm-single-post .wp-block-post-title {
    font-weight: 700;
}

/* CJ ol-list */
.ol-list {
    list-style-type: none;
    counter-reset: rowNumber;
    margin-left: 0;
    padding: 0;
}
.ol-list li {
    position: relative;
    padding-left: 42px;
    margin-bottom: 10px;
}
.ol-list li:before {
    position: absolute;
    width: 30px;
    left: 0;
    content: counter(rowNumber);
    counter-increment: rowNumber;
    font-size: 14px;
    color: #fff;
    text-align: center;
    line-height: 1;
    padding: 0;
    background: #b30000;
    border-radius: 100%;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
}

/* Update old Pros Cons */
.i2-pros-cons-main-wrapper .i2-pros-cons-wrapper {
    border-collapse: collapse;
    border: 1px solid #000;
    table-layout: fixed;
    width: 100%;
}

.i2-pros-cons-main-wrapper .i2-pros-cons-wrapper .i2-pros {
    border-right: 1px solid #000 !important;
}
.i2-pros-cons-main-wrapper .i2-pros-cons-wrapper .i2-pros .i2-pros-title, 
.i2-pros-cons-main-wrapper .i2-pros-cons-wrapper .i2-cons .i2-pros-title,
.i2-pros-cons-main-wrapper .i2-pros-cons-wrapper .i2-pros .i2-cons-title, 
.i2-pros-cons-main-wrapper .i2-pros-cons-wrapper .i2-cons .i2-cons-title{
    background: none !important;
    color: #000 !important;
    text-align: center;
    padding: 5px;
    border-bottom: 1px solid #000 !important;
    font-size: 18px !important;
}
.i2-pros-cons-main-wrapper .i2-pros-cons-wrapper .i2-pros .section ul, 
.i2-pros-cons-main-wrapper .i2-pros-cons-wrapper .i2-cons .section ul {
    text-align: center;
    font-size: 18px !important;
    line-height: 28.8px !important;
    padding: 0 10px;
}
.i2-pros-cons-main-wrapper .i2-pros-cons-wrapper .i2-pros .section ul i, 
.i2-pros-cons-main-wrapper .i2-pros-cons-wrapper .i2-cons .section ul i {
    display: none !important;
}
.i2-pros-cons-main-wrapper .i2-pros-cons-wrapper .i2-pros .section ul li,
.i2-pros-cons-main-wrapper .i2-pros-cons-wrapper .i2-cons .section ul li {
    padding: 0;
}
.i2-pros-cons-main-wrapper .i2-pros-cons-wrapper .i2-pros .section ul li:before {
    content: "✅";
    margin-right: 5px;
}
.i2-pros-cons-main-wrapper .i2-pros-cons-wrapper .i2-cons .section ul li:before {
    content: "❌";
}
.i2-pros-cons-main-wrapper .i2-button-wrapper a {
    background: var(--wp--preset--color--vivid-green-cyan) !important;
    width: 100%;
    box-sizing: border-box;
    padding: calc(0.667em + 2px) calc(1.333em + 2px);
    text-decoration: none;
    font-size: 18px !important;
    line-height: 28.8px !important;
    font-weight: bold;
}
.i2-pros-cons-main-wrapper .i2-button-wrapper a i {
    display: none !important;
}

/* Subscribe form LF*/
.subscribe-section {
    background: #b30000;
    margin: 0 !important;
    z-index: 2;
    position: relative;
}
.subscribe-section > div {
    padding-bottom: 1.5em;
}
.subscribe-section .ml-form-embedWrapper {
    display: flex;
    flex-direction: row;
    justify-content: flex-start
}
.subscribe-section .ml-form-embedHeader {
    width: 200px;
    position: relative;
    z-index: -1;
}
.subscribe-section .ml-form-embedHeader img {
    position: absolute;
    width: 340px;
    left: 50%;
    transform: translate(-50%, -40px);
    height: auto;
}
.subscribe-section .ml-form-embedContent {
    color: #fff;
    padding: 20px 0 10px;
    max-width: 600px
}
.subscribe-section .ml-form-embedContent h4 {
    color: #fff !important;
    margin: 0 0 1em;
    font-weight: bold;
    font-size: 1em;
    line-height: 1.2;  
}
.subscribe-section .ml-form-embedContent p {
    font-size: 0.8em;
    line-height: 1.2 !important;
}
.subscribe-section .ml-form-embedContent p strong {
    font-weight: normal;
}
.subscribe-section form {
    display: flex;
    align-items: center;
}
.subscribe-section form input[type=email] {
    padding: 5px 10px !important;
    height: 24px;
    border: none;
    border-radius: 0;
}
.subscribe-section form button[type=submit] {
    padding: 0;
    font-size: 0.8em;
    background: #e6eff2;
    border-radius: 0;
    color: #000;
    border: none;
    padding: 9px 10px;
    display: inline-block;
    cursor: pointer;
}
.subscribe-section .ml-form-successContent {
    color: #fff;
    padding: 20px;
}
.subscribe-section .ml-form-successContent h4 {
    color: #fff !important;
    margin: 0 0 1em;
    font-weight: bold;
    font-size: 1em;
    line-height: 1.2;
}
.subscribe-section .ml-form-successContent p {
    font-size: 0.8em;
    line-height: 1.2 !important;
}
.subscribe-section .row-success {
    min-height: 164px;
}
.subscribe-section .ml-form-embedSubmit p {
    margin: 0;
}
/* home page subscribe */
.landing-home .subscribe-section {
    max-width: 768px !important;
    overflow: visible !important;
    padding-right: 20px;
}
.landing-home .wp-block-group:has(.subscribe-section) {
    overflow: visible;
    margin-top: 4em;
    padding: 0 !important;
    margin-bottom: 4em;
}
.subscribe-section form input[type=email] {
    min-width: 250px;
}
.subscribe-section .ml-form-embedHeader img {
    width: 425px;
    transform: translate(-50%, -74px);
}
/* home page subscribe end */

@media (max-width: 768px) {
    .subscribe-section .ml-form-embedHeader {
        display: none;
    }
    .subscribe-section .ml-form-embedContent {
        max-width: 100%;
        text-align: center;
    }
}
.single-post .subscribe-section {
    margin: 3em 0 !important;
}

@media (max-width: 751px) {
    .subscribe-section form {
        justify-content: center;
    }
}

/* Update new homepage */
.landing-categories-list .wp-block-heading, .wp-block-group .wp-block-heading.has-text-align-center.has-large-font-size {
    --c: #b30000;
}
.landing-home iframe {
    background-color: #b30000;
    border: 1px solid #b30000;
}
.landing-home .slick-dots li.slick-active button {
    background: #b30000;
}
.landing-home .authors-list-item br {
    display: none;
}
.landing-home .authors-list-item p,
.landing-home .authors-list-items p {
    margin: 0 !important;
}

.landing-home .column-news {
    display: flex;
    flex-direction: column;
}
.landing-home .column-news .adthrive-sidebar-1 {
    order: 1;
}

/* New footer */
.footer-tpl .ml-subscribe-form form {
    display: flex;
    flex-direction: column;
}
.footer-tpl .ml-subscribe-form form input[type="email"] {
    border-radius: 10px;
    width: 100%;
    box-sizing: border-box;
}
.footer-tpl .ml-subscribe-form form button[type="submit"] {
    border-radius: 10px;
    border: none;
    width: 100%;
    height: 40px;
    margin-top: 10px;
    cursor: pointer;
    background: #b30000;
    color: #ccc;
}

/* New author list */
.author_item {
    background: #b30000;
}

/* Commerce template */
.products .button, .products-item > a,
.buttons-wrap .button {
    background: #b30000;
    color: #fff;
}
/* Home */
.column-news {
    min-height: 100px !important;
}
.column-news .adthrive-ad {
    display: none !important;
}