.article-page {
    --font-control-size: 21px;
    --title-font-control-size: 27px;
}

.article-page.font-level-1 {
    --font-control-size: 18px;
    --title-font-control-size: 23px;
}

.article-page.font-level-2 {
    --font-control-size: 19px;
    --title-font-control-size: 25px;
}

.article-page.font-level-3 {
    --font-control-size: 20px;
    --title-font-control-size: 26px;
}

.article-page.font-level-4 {
    --font-control-size: 21px;
    --title-font-control-size: 27px;
}

.article-page.font-level-5 {
    --font-control-size: 22px;
    --title-font-control-size: 29px;
}

.article-page.font-level-6 {
    --font-control-size: 23px;
    --title-font-control-size: 30px;
}

.article-page.font-level-7 {
    --font-control-size: 24px;
    --title-font-control-size: 31px;
}

h1.article-page-main-title {
    font-size: var(--title-font-control-size);
    line-height: 1.8;
}

.article-page-post-content * {
    font-size: var(--font-control-size);
    line-height: 1.8;
    text-decoration: none;
}

.article-page-post-content ivs-player,
.article-page-post-content ivs-player * {
    font-size: inherit;
    line-height: 1.3;
    text-decoration: none;
}

.article-page-post-content h1,
.article-page-post-content h1 * {
    font-size: calc(var(--font-control-size) + 6px);
}

.article-page-post-content h2,
.article-page-post-content h2 * {
    font-size: calc(var(--font-control-size) + 5px);
}

.article-page-post-content h3,
.article-page-post-content h3 * {
    font-size: calc(var(--font-control-size) + 4px);
}

.article-page-post-content h4,
.article-page-post-content h4 * {
    font-size: calc(var(--font-control-size) + 3px);
}

.article-page-post-content h5,
.article-page-post-content h5 * {
    font-size: calc(var(--font-control-size) + 2px);
}

.article-page-post-content h6,
.article-page-post-content h6 * {
    font-size: calc(var(--font-control-size) + 1px);
}


.article-page-post-content figure {
    max-width: 100%;
    margin: 0;
}


.article-page-post-content .alignleft {
    display: inline;
    float: left;
    margin-right: 30px;
}
.article-page-post-content .alignright {
    display: inline;
    float: right;
    margin-left: 30px;
}
.article-page-post-content .aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.article-page-post-content .alignnone {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.article-page-post-content img {
    max-width: 100%;
    height: auto;
}

.article-page-post-content .wp-caption {
    margin-bottom: 1.5rem;
    max-width: 100%;
    width: 100% !important;
}

.article-page-post-content .wp-caption img[class*="wp-image-"] {
    display: block;
    margin: 1.2% auto 0;
    max-width: 100%;
    width: 100% !important;
}

.article-page-post-content a {
    word-break: break-word;
    overflow-wrap: break-word;
}


.article-page-post-content a,
.article-page-post-content .underline {
    text-decoration: none !important;
    color: inherit;
    border-bottom: solid 1px #858585;
}

.article-page-post-content .wp-caption .wp-caption-text,
.article-page-post-content .wp-element-caption {
    font-size: calc(var(--font-control-size) - 5px) !important;
    color: #838383;
    text-align: center;
}

.article-page-post-content img.size-full, 
.article-page-post-content img.size-large {
    max-width: 100%;
    height: auto;
}

.article-page-post-content img[class*="wp-image-"],
.article-page-post-content img[class*="attachment-"] {
    width: 100% !important;
}


.article-page-post-content .wp-caption .wp-caption-text,
.article-page-post-content .wp-element-caption {
    margin: 0 10px;
}


.article-page-post-content .has-small-font-size,
.article-page-post-content .has-small-font-size * {
    font-size: calc(var(--font-control-size) - 2px);
}

.article-page-post-content .has-large-font-size,
.article-page-post-content .has-large-font-size * {
    font-size: calc(var(--font-control-size) + 3px);
}

.article-page-post-content .has-x-large-font-size,
.article-page-post-content .has-x-large-font-size * {
    font-size: calc(var(--font-control-size) + 5px);
}

.article-page-post-content .has-black-color {
    color: var(--wp--preset--color--black) !important;
}

.article-page-post-content .has-cyan-bluish-gray-color {
    color: var(--wp--preset--color--cyan-bluish-gray) !important;
}

.article-page-post-content .has-white-color {
    color: var(--wp--preset--color--white) !important;
}

.article-page-post-content .has-pale-pink-color {
    color: var(--wp--preset--color--pale-pink) !important;
}

.article-page-post-content .has-vivid-red-color {
    color: var(--wp--preset--color--vivid-red) !important;
}

.article-page-post-content .has-luminous-vivid-orange-color {
    color: var(--wp--preset--color--luminous-vivid-orange) !important;
}

.article-page-post-content .has-luminous-vivid-amber-color {
    color: var(--wp--preset--color--luminous-vivid-amber) !important;
}

.article-page-post-content .has-light-green-cyan-color {
    color: var(--wp--preset--color--light-green-cyan) !important;
}

.article-page-post-content .has-vivid-green-cyan-color {
    color: var(--wp--preset--color--vivid-green-cyan) !important;
}

.article-page-post-content .has-pale-cyan-blue-color {
    color: var(--wp--preset--color--pale-cyan-blue) !important;
}

.article-page-post-content .has-vivid-cyan-blue-color {
    color: var(--wp--preset--color--vivid-cyan-blue) !important;
}

.article-page-post-content .has-vivid-purple-color {
    color: var(--wp--preset--color--vivid-purple) !important;
}

.article-page-post-content .has-black-background-color {
    background-color: var(--wp--preset--color--black) !important;
}

.article-page-post-content .has-cyan-bluish-gray-background-color {
    background-color: var(--wp--preset--color--cyan-bluish-gray) !important;
}

.article-page-post-content .has-white-background-color {
    background-color: var(--wp--preset--color--white) !important;
}

.article-page-post-content .has-pale-pink-background-color {
    background-color: var(--wp--preset--color--pale-pink) !important;
}

.article-page-post-content .has-vivid-red-background-color {
    background-color: var(--wp--preset--color--vivid-red) !important;
}

.article-page-post-content .has-luminous-vivid-orange-background-color {
    background-color: var(--wp--preset--color--luminous-vivid-orange) !important;
}

.article-page-post-content .has-luminous-vivid-amber-background-color {
    background-color: var(--wp--preset--color--luminous-vivid-amber) !important;
}

.article-page-post-content .has-light-green-cyan-background-color {
    background-color: var(--wp--preset--color--light-green-cyan) !important;
}

.article-page-post-content .has-vivid-green-cyan-background-color {
    background-color: var(--wp--preset--color--vivid-green-cyan) !important;
}

.article-page-post-content .has-pale-cyan-blue-background-color {
    background-color: var(--wp--preset--color--pale-cyan-blue) !important;
}

.article-page-post-content .has-vivid-cyan-blue-background-color {
    background-color: var(--wp--preset--color--vivid-cyan-blue) !important;
}

.article-page-post-content .has-vivid-purple-background-color {
    background-color: var(--wp--preset--color--vivid-purple) !important;
}

.article-page-post-content .has-black-border-color {
    border-color: var(--wp--preset--color--black) !important;
}

.article-page-post-content .has-cyan-bluish-gray-border-color {
    border-color: var(--wp--preset--color--cyan-bluish-gray) !important;
}

.article-page-post-content .has-white-border-color {
    border-color: var(--wp--preset--color--white) !important;
}

.article-page-post-content .has-pale-pink-border-color {
    border-color: var(--wp--preset--color--pale-pink) !important;
}

.article-page-post-content .has-vivid-red-border-color {
    border-color: var(--wp--preset--color--vivid-red) !important;
}

.article-page-post-content .has-luminous-vivid-orange-border-color {
    border-color: var(--wp--preset--color--luminous-vivid-orange) !important;
}

.article-page-post-content .has-luminous-vivid-amber-border-color {
    border-color: var(--wp--preset--color--luminous-vivid-amber) !important;
}

.article-page-post-content .has-light-green-cyan-border-color {
    border-color: var(--wp--preset--color--light-green-cyan) !important;
}

.article-page-post-content .has-vivid-green-cyan-border-color {
    border-color: var(--wp--preset--color--vivid-green-cyan) !important;
}

.article-page-post-content .has-pale-cyan-blue-border-color {
    border-color: var(--wp--preset--color--pale-cyan-blue) !important;
}

.article-page-post-content .has-vivid-cyan-blue-border-color {
    border-color: var(--wp--preset--color--vivid-cyan-blue) !important;
}

.article-page-post-content .has-vivid-purple-border-color {
    border-color: var(--wp--preset--color--vivid-purple) !important;
}

.article-page-post-content .has-vivid-cyan-blue-to-vivid-purple-gradient-background {
    background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;
}

.article-page-post-content .has-light-green-cyan-to-vivid-green-cyan-gradient-background {
    background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;
}

.article-page-post-content .has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background {
    background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;
}

.article-page-post-content .has-luminous-vivid-orange-to-vivid-red-gradient-background {
    background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;
}

.article-page-post-content .has-very-light-gray-to-cyan-bluish-gray-gradient-background {
    background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;
}

.article-page-post-content .has-cool-to-warm-spectrum-gradient-background {
    background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;
}

.article-page-post-content .has-blush-light-purple-gradient-background {
    background: var(--wp--preset--gradient--blush-light-purple) !important;
}

.article-page-post-content .has-blush-bordeaux-gradient-background {
    background: var(--wp--preset--gradient--blush-bordeaux) !important;
}

.article-page-post-content .has-luminous-dusk-gradient-background {
    background: var(--wp--preset--gradient--luminous-dusk) !important;
}

.article-page-post-content .has-pale-ocean-gradient-background {
    background: var(--wp--preset--gradient--pale-ocean) !important;
}

.article-page-post-content .has-electric-grass-gradient-background {
    background: var(--wp--preset--gradient--electric-grass) !important;
}

.article-page-post-content .has-midnight-gradient-background {
    background: var(--wp--preset--gradient--midnight) !important;
}

.article-page-post-content .has-background {
    padding: 1.25em 2.375em;
}


.article-page-post-content .has-text-align-center {
    text-align: center;
}

.article-page-post-content .has-text-align-right {
    text-align: right;
}

.article-page-post-content .wpswiper{
    padding-top:12px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    margin-top:10px;
    padding-bottom: 10px;
}

.article-page-post-content .wpswiper,
.article-page-post-content .wpswiper-thumb{
    background-color: #000000;
}

.article-page-post-content .wpswiper-thumb{
    padding-bottom: 12px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    margin-bottom:10px;
}

.article-page-post-content .wpswiper .swiper-button-next, 
.article-page-post-content .wpswiper .swiper-button-prev{
    color:#ffffff;
}

.article-page-post-content .wpswiper ul{
    margin: auto;
    padding:0;
    text-align: center;
}

.article-page-post-content .wpswiper ul li{
    margin-left: unset;
    position:relative;
}

.article-page-post-content .wpswiper .swiper-slide{
    max-height: 60vh;
}

.article-page-post-content .wpswiper .swiper-wrapper{
    align-items: center;
}

.article-page-post-content .wpswiper img{
    max-width: calc(16 / 9 * 60vh) !important;
    width: auto !important;
    margin-left:auto;
    margin-right:auto;
    height: auto !important;
    max-height: 60vh;
}

.article-page-post-content .wpswiper img.portrait{
    width: auto !important;
    max-width: unset !important;
    height: 60vh !important;
    max-height: 60vh  !important;
}

.article-page-post-content .wpswiper img.landscape{
    width: 90% !important;
    max-width: 90% !important;
    height:auto !important;
    max-height: unset !important;
}

.article-page-post-content .wpswiper-thumb img{
    max-width: 100% !important;
    width: 100%;
}

.post_gallery_caption, .article-page-post-content .wpswiper .wp-element-caption {
    position: absolute;
    bottom: 12px;
    left:50%;
    transform: translateX(-50%);
    color: #ffffff;
    background-color: rgba(0,0,0,0.3);
    max-width: 100% !important;
    width: 100% !important;
    font-size: calc( 0.8 * var(--font-control-size)) !important;
    margin: 0;
}

.post_gallery_caption div{
    font-size: calc( 0.8 * var(--font-control-size)) !important;
}


.wpswiper-thumb .swiper-slide {
    position: relative;
    padding-bottom: 12%;
    overflow: hidden;
    cursor: pointer;
    opacity: 0.6;
}

.wpswiper-thumb .swiper-slide-thumb-active {
    opacity: 1;
}
.wpswiper-thumb .swiper-slide img{
    position: absolute;
    width: 100%;
    height: 100%;
}

.article-page-post-content a.lSPrev,
.article-page-post-content a.lSNext {
    border-bottom: none;
}


.wp-block-pullquote {
    border-top: 4px solid;
    border-bottom: 4px solid;
    margin-bottom: 1.75em;
    color: currentColor
}

.wp-block-pullquote__citation,
.wp-block-pullquote cite,
.wp-block-pullquote footer {
    color: currentColor;
    text-transform: uppercase;
    font-size: .8125em;
    font-style: normal
}

.wp-block-columns {
    display: flex;
    margin-bottom: 1.75em;
    box-sizing: border-box;
    flex-wrap: wrap !important;
    align-items: normal !important
}

@media (min-width:782px) {
    .wp-block-columns {
        flex-wrap: nowrap !important
    }
}

.wp-block-columns.are-vertically-aligned-top {
    align-items: flex-start
}

.wp-block-columns.are-vertically-aligned-center {
    align-items: center
}

.wp-block-columns.are-vertically-aligned-bottom {
    align-items: flex-end
}

@media (max-width:781px) {
    .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column {
        flex-basis: 100% !important
    }
}

@media (min-width:782px) {
    .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column {
        flex-basis: 0;
        flex-grow: 1
    }

    .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column[style*=flex-basis] {
        flex-grow: 0
    }
}

.wp-block-columns.is-not-stacked-on-mobile {
    flex-wrap: nowrap !important
}

.wp-block-columns.is-not-stacked-on-mobile>.wp-block-column {
    flex-basis: 0;
    flex-grow: 1
}

.wp-block-columns.is-not-stacked-on-mobile>.wp-block-column[style*=flex-basis] {
    flex-grow: 0
}

:where(.wp-block-columns.has-background) {
    padding: 1.25em 2.375em
}

.wp-block-column {
    flex-grow: 1;
    min-width: 0;
    word-break: break-word;
    overflow-wrap: break-word
}

.wp-block-column.is-vertically-aligned-top {
    align-self: flex-start
}

.wp-block-column.is-vertically-aligned-center {
    align-self: center
}

.wp-block-column.is-vertically-aligned-bottom {
    align-self: flex-end
}

.wp-block-column.is-vertically-aligned-bottom,
.wp-block-column.is-vertically-aligned-center,
.wp-block-column.is-vertically-aligned-top {
    width: 100%
}

.article-page-post-content ul li {
    margin-left: 1em;
}

.article-page-post-content ul {
    list-style: disc;
}

.wp-block-cover,
.wp-block-cover-image {
    position: relative;
    background-position: 50%;
    min-height: 430px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1em;
    box-sizing: border-box
}

.wp-block-cover-image.has-background-dim:not([class*=-background-color]),
.wp-block-cover-image .has-background-dim:not([class*=-background-color]),
.wp-block-cover.has-background-dim:not([class*=-background-color]),
.wp-block-cover .has-background-dim:not([class*=-background-color]) {
    background-color: #000
}

.wp-block-cover-image .has-background-dim.has-background-gradient,
.wp-block-cover .has-background-dim.has-background-gradient {
    background-color: transparent
}

.wp-block-cover-image.has-background-dim:before,
.wp-block-cover.has-background-dim:before {
    content: "";
    background-color: inherit
}

.wp-block-cover-image.has-background-dim:not(.has-background-gradient):before,
.wp-block-cover-image .wp-block-cover__background,
.wp-block-cover-image .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim:not(.has-background-gradient):before,
.wp-block-cover .wp-block-cover__background,
.wp-block-cover .wp-block-cover__gradient-background {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    opacity: .5
}

.wp-block-cover-image.has-background-dim.has-background-dim-10 .wp-block-cover__background,
.wp-block-cover-image.has-background-dim.has-background-dim-10 .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-10:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-10 .wp-block-cover__background,
.wp-block-cover.has-background-dim.has-background-dim-10 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-10:not(.has-background-gradient):before {
    opacity: .1
}

.wp-block-cover-image.has-background-dim.has-background-dim-20 .wp-block-cover__background,
.wp-block-cover-image.has-background-dim.has-background-dim-20 .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-20:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-20 .wp-block-cover__background,
.wp-block-cover.has-background-dim.has-background-dim-20 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-20:not(.has-background-gradient):before {
    opacity: .2
}

.wp-block-cover-image.has-background-dim.has-background-dim-30 .wp-block-cover__background,
.wp-block-cover-image.has-background-dim.has-background-dim-30 .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-30:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-30 .wp-block-cover__background,
.wp-block-cover.has-background-dim.has-background-dim-30 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-30:not(.has-background-gradient):before {
    opacity: .3
}

.wp-block-cover-image.has-background-dim.has-background-dim-40 .wp-block-cover__background,
.wp-block-cover-image.has-background-dim.has-background-dim-40 .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-40:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-40 .wp-block-cover__background,
.wp-block-cover.has-background-dim.has-background-dim-40 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-40:not(.has-background-gradient):before {
    opacity: .4
}

.wp-block-cover-image.has-background-dim.has-background-dim-50 .wp-block-cover__background,
.wp-block-cover-image.has-background-dim.has-background-dim-50 .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-50:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-50 .wp-block-cover__background,
.wp-block-cover.has-background-dim.has-background-dim-50 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-50:not(.has-background-gradient):before {
    opacity: .5
}

.wp-block-cover-image.has-background-dim.has-background-dim-60 .wp-block-cover__background,
.wp-block-cover-image.has-background-dim.has-background-dim-60 .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-60:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-60 .wp-block-cover__background,
.wp-block-cover.has-background-dim.has-background-dim-60 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-60:not(.has-background-gradient):before {
    opacity: .6
}

.wp-block-cover-image.has-background-dim.has-background-dim-70 .wp-block-cover__background,
.wp-block-cover-image.has-background-dim.has-background-dim-70 .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-70:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-70 .wp-block-cover__background,
.wp-block-cover.has-background-dim.has-background-dim-70 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-70:not(.has-background-gradient):before {
    opacity: .7
}

.wp-block-cover-image.has-background-dim.has-background-dim-80 .wp-block-cover__background,
.wp-block-cover-image.has-background-dim.has-background-dim-80 .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-80:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-80 .wp-block-cover__background,
.wp-block-cover.has-background-dim.has-background-dim-80 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-80:not(.has-background-gradient):before {
    opacity: .8
}

.wp-block-cover-image.has-background-dim.has-background-dim-90 .wp-block-cover__background,
.wp-block-cover-image.has-background-dim.has-background-dim-90 .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-90:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-90 .wp-block-cover__background,
.wp-block-cover.has-background-dim.has-background-dim-90 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-90:not(.has-background-gradient):before {
    opacity: .9
}

.wp-block-cover-image.has-background-dim.has-background-dim-100 .wp-block-cover__background,
.wp-block-cover-image.has-background-dim.has-background-dim-100 .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-100:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-100 .wp-block-cover__background,
.wp-block-cover.has-background-dim.has-background-dim-100 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-100:not(.has-background-gradient):before {
    opacity: 1
}

.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-0,
.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-0,
.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-0,
.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-0 {
    opacity: 0
}

.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-10,
.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-10,
.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-10,
.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-10 {
    opacity: .1
}

.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-20,
.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-20,
.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-20,
.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-20 {
    opacity: .2
}

.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-30,
.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-30,
.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-30,
.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-30 {
    opacity: .3
}

.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-40,
.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-40,
.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-40,
.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-40 {
    opacity: .4
}

.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-50,
.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-50,
.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-50,
.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-50 {
    opacity: .5
}

.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-60,
.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-60,
.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-60,
.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-60 {
    opacity: .6
}

.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-70,
.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-70,
.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-70,
.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-70 {
    opacity: .7
}

.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-80,
.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-80,
.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-80,
.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-80 {
    opacity: .8
}

.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-90,
.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-90,
.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-90,
.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-90 {
    opacity: .9
}

.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-100,
.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-100,
.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-100,
.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-100 {
    opacity: 1
}

.wp-block-cover-image.alignleft,
.wp-block-cover-image.alignright,
.wp-block-cover.alignleft,
.wp-block-cover.alignright {
    max-width: 420px;
    width: 100%
}

.wp-block-cover-image:after,
.wp-block-cover:after {
    display: block;
    content: "";
    font-size: 0;
    min-height: inherit
}

@supports (position: sticky) {

    .wp-block-cover-image:after,
    .wp-block-cover:after {
        content: none
    }
}

.wp-block-cover-image.aligncenter,
.wp-block-cover-image.alignleft,
.wp-block-cover-image.alignright,
.wp-block-cover.aligncenter,
.wp-block-cover.alignleft,
.wp-block-cover.alignright {
    display: flex
}

.wp-block-cover-image .wp-block-cover__inner-container,
.wp-block-cover .wp-block-cover__inner-container {
    width: 100%;
    z-index: 1;
    color: #fff
}

.wp-block-cover-image.is-light .wp-block-cover__inner-container,
.wp-block-cover.is-light .wp-block-cover__inner-container {
    color: #000
}

.wp-block-cover-image h1:not(.has-text-color),
.wp-block-cover-image h2:not(.has-text-color),
.wp-block-cover-image h3:not(.has-text-color),
.wp-block-cover-image h4:not(.has-text-color),
.wp-block-cover-image h5:not(.has-text-color),
.wp-block-cover-image h6:not(.has-text-color),
.wp-block-cover-image p:not(.has-text-color),
.wp-block-cover h1:not(.has-text-color),
.wp-block-cover h2:not(.has-text-color),
.wp-block-cover h3:not(.has-text-color),
.wp-block-cover h4:not(.has-text-color),
.wp-block-cover h5:not(.has-text-color),
.wp-block-cover h6:not(.has-text-color),
.wp-block-cover p:not(.has-text-color) {
    color: inherit
}

.wp-block-cover-image.is-position-top-left,
.wp-block-cover.is-position-top-left {
    align-items: flex-start;
    justify-content: flex-start
}

.wp-block-cover-image.is-position-top-center,
.wp-block-cover.is-position-top-center {
    align-items: flex-start;
    justify-content: center
}

.wp-block-cover-image.is-position-top-right,
.wp-block-cover.is-position-top-right {
    align-items: flex-start;
    justify-content: flex-end
}

.wp-block-cover-image.is-position-center-left,
.wp-block-cover.is-position-center-left {
    align-items: center;
    justify-content: flex-start
}

.wp-block-cover-image.is-position-center-center,
.wp-block-cover.is-position-center-center {
    align-items: center;
    justify-content: center
}

.wp-block-cover-image.is-position-center-right,
.wp-block-cover.is-position-center-right {
    align-items: center;
    justify-content: flex-end
}

.wp-block-cover-image.is-position-bottom-left,
.wp-block-cover.is-position-bottom-left {
    align-items: flex-end;
    justify-content: flex-start
}

.wp-block-cover-image.is-position-bottom-center,
.wp-block-cover.is-position-bottom-center {
    align-items: flex-end;
    justify-content: center
}

.wp-block-cover-image.is-position-bottom-right,
.wp-block-cover.is-position-bottom-right {
    align-items: flex-end;
    justify-content: flex-end
}

.wp-block-cover-image.has-custom-content-position.has-custom-content-position .wp-block-cover__inner-container,
.wp-block-cover.has-custom-content-position.has-custom-content-position .wp-block-cover__inner-container {
    margin: 0;
    width: auto
}

.wp-block-cover-image .wp-block-cover__image-background,
.wp-block-cover-image video.wp-block-cover__video-background,
.wp-block-cover .wp-block-cover__image-background,
.wp-block-cover video.wp-block-cover__video-background {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    max-width: none;
    max-height: none;
    object-fit: cover;
    outline: none;
    border: none;
    box-shadow: none
}

.wp-block-cover-image.has-parallax,
.wp-block-cover.has-parallax,
.wp-block-cover__image-background.has-parallax,
video.wp-block-cover__video-background.has-parallax {
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat
}

@supports (-webkit-overflow-scrolling:touch) {

    .wp-block-cover-image.has-parallax,
    .wp-block-cover.has-parallax,
    .wp-block-cover__image-background.has-parallax,
    video.wp-block-cover__video-background.has-parallax {
        background-attachment: scroll
    }
}

@media (prefers-reduced-motion:reduce) {

    .wp-block-cover-image.has-parallax,
    .wp-block-cover.has-parallax,
    .wp-block-cover__image-background.has-parallax,
    video.wp-block-cover__video-background.has-parallax {
        background-attachment: scroll
    }
}

.wp-block-cover-image.is-repeated,
.wp-block-cover.is-repeated,
.wp-block-cover__image-background.is-repeated,
video.wp-block-cover__video-background.is-repeated {
    background-repeat: repeat;
    background-size: auto
}

.wp-block-cover__image-background,
.wp-block-cover__video-background {
    z-index: 0
}

.wp-block-cover-image-text,
.wp-block-cover-image-text a,
.wp-block-cover-image-text a:active,
.wp-block-cover-image-text a:focus,
.wp-block-cover-image-text a:hover,
.wp-block-cover-text,
.wp-block-cover-text a,
.wp-block-cover-text a:active,
.wp-block-cover-text a:focus,
.wp-block-cover-text a:hover,
section.wp-block-cover-image h2,
section.wp-block-cover-image h2 a,
section.wp-block-cover-image h2 a:active,
section.wp-block-cover-image h2 a:focus,
section.wp-block-cover-image h2 a:hover {
    color: #fff
}

.wp-block-cover-image .wp-block-cover.has-left-content {
    justify-content: flex-start
}

.wp-block-cover-image .wp-block-cover.has-right-content {
    justify-content: flex-end
}

.wp-block-cover-image.has-left-content .wp-block-cover-image-text,
.wp-block-cover.has-left-content .wp-block-cover-text,
section.wp-block-cover-image.has-left-content>h2 {
    margin-left: 0;
    text-align: left
}

.wp-block-cover-image.has-right-content .wp-block-cover-image-text,
.wp-block-cover.has-right-content .wp-block-cover-text,
section.wp-block-cover-image.has-right-content>h2 {
    margin-right: 0;
    text-align: right
}

.wp-block-cover-image .wp-block-cover-image-text,
.wp-block-cover .wp-block-cover-text,
section.wp-block-cover-image>h2 {
    font-size: 2em;
    line-height: 1.25;
    z-index: 1;
    margin-bottom: 0;
    max-width: 840px;
    padding: .44em;
    text-align: center
}

.wp-block-cover .wp-block-embed {
    min-width: 320px;
    min-height: 240px;
}

.article-page-post-content .wp-video,
.article-page-post-content .wp-video video,
.article-page-post-content .wp-block-video video {
    max-width: 100% !important;
    height: auto !important;
}

.article-page-post-content table {
    width: 100% !important;
    max-width: 100%;
}

.article-page-post-content table, th, td {
    border: 1px solid #000000;
}

.article-page-post-content th, td {
    padding: 5px;
}

@media (max-width: 767px) {
    .article-page-post-content table p {
        word-break: break-word;
    }
}

body.webview .ats-overlay-bottom-wrapper-rendered {
    display: none !important;
}

.addtoany_list{
    display: none !important;
}

a.football_result_link {
    color: blue;
}

.article-page #recommend_posts_list .vertical-post .title h2 {
    font-weight: 600;
}

.floating_channel_link_icon{
    position: fixed;
    top: 30%;
    right: -250px;
    transform: translateY(-30%);
    z-index:21474836388;
}

.floating_channel_link_icon_x {
    position: absolute;
    top: 15px;
    left: 50px;
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    font-size: 17px;
    color: #ffffff;
    background: #000000;
    border-radius: 50px;
    line-height: 1;
}

.floating_download_app_icon {
    display: none;
    position: fixed;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    transition: all 0.3s ease;
    z-index: 9;
}

.floating_download_app_icon_x {
    position: absolute;
    top: 0;
    right: 0;
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    font-size: 17px;
    color: #ffffff;
    background: #000000;
    border-radius: 50px;
    line-height: 1;
}

.article-page-post-content .social-media-channel-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: center;
}

.article-page-post-content .social-media-channel-wrapper > div {
    display: flex;
    justify-content: center;
    align-items: center;
}

.article-page-post-content .social-media-channel-wrapper > div > img {
    width: 500px;
    max-width: 500px;
    padding: 5px;
    cursor: pointer;
}

@media (max-width: 767px) {
    .article-page-post-content .social-media-channel-wrapper > div > img {
        width: 100%;
        max-width: 100%;
    }
}

.article-page-post-content div.insert_ads {
    height: 250px;
}

.article-page-post-content div.insert_ads.rendered {
    height: unset;
}