<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html,body,div,span,figure,object,iframe,pre,a,abbr,acronym,address,code,del,dfn,em,img,q,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline}
  *,:before,:after{-webkit-box-sizing:inherit;box-sizing:inherit;outline:0}
  
html{-webkit-box-sizing:border-box;box-sizing:border-box;font-size:10px;font-display:swap;font-family:var(--mainfont),sans-serif;outline:0;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-font-feature-settings:kern 1;font-feature-settings:kern 1;-webkit-font-kerning:normal;font-kerning:normal;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}

:root{
  --pink:black;
  --lightpink: #e74c3c;
  --serif:'Noto Serif', serif;
}
  
body{background-color:#D3D3D3;overflow-x:clip;font-family: 'Open Sans', sans-serif}
img {max-width: 100%;height:auto;display: block}

.font-black{font-weight:800}
.font-bold{font-weight:700}
.font-medium{font-weight:600}
.font-regular{font-weight:400}

.is-size-normal{font-size:17px}
.hero-headline{font-size:35px;letter-spacing:-0.25px}
.relative-article:hover .hero-headline :hover {text-decoration: underline}

.uppercase{text-transform:uppercase}
  
#page{max-width:100%;overflow-x:clip;background-color:#D3D3D3}

.maxgridrow{max-width:1390px;margin:0 auto;padding: 0 15px}
.sidebar-width{width:350px}

.whsk-white-color{color:#FFFFFF}
.whsk-black-color{color:#000000}

.thumb-holder {border-radius:0;overflow:hidden;position: relative;height: 0;width: 100%;min-height:90px}
.ratio-16-9{padding-bottom:66.25%}
.ratio-full {padding-bottom:100%}
.ratio-bigger-full {padding-bottom:120%}


.imagefit {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center 0;
    object-position: center 0;
    width: 100%;
    max-width: none;
    height: 100%;
}
.thumb-holder .imagefit {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
}



/* HEADER */
.burger-area {
    max-width: 35px;
    cursor: pointer;
}
.burger-area span {
    height: 4px;
    background-color: #f1c410;
    display: block;
}
.burger-area span:nth-child(2) {
    margin: 6px 0;
}
.is-site-header {
    background-color: black;
    border-bottom: 4px solid #f1c410;
    z-index: 9;
}

.top-header {
    padding: 1.5rem 0;
}
.wrap-middle-header-col {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.main-logo {
    text-decoration: none;
    color: #f1c410;
    font-size: 32px;
    font-weight: 900;
    padding: 25px 0;
}


.footer-logo {
    text-decoration: none;
    color: #f1c410;
    font-size: 25px;
    font-weight: 900;
    padding: 25px 0;
}

.brand-logo h1, .brand-logo span {
    font-size: 14px;
    font-weight: normal;
    margin: 0;
    line-height: 1.2;
    color: #f1c410;
}

.brand-logo {
    width: 25%;
}
#primarymenu {
    width: 75%;
}
.horizontal-menu {
    display: flex;
    align-items: center;
    justify-content: center;
}
.horizontal-menu .menu-item {
    display: block;
    position: relative;
    line-height: 1.8;
    font-size: 15px;
    padding: 0 12px;
    font-weight: 700;
}
.horizontal-menu .menu-item a {
    color: #f1c410;
    text-decoration: none;
    transition: 0.3s;
}
.horizontal-menu .menu-item:hover a {
    color: black;
    background: #f1c410;
    padding: 5px 10px;
    border-radius: 5px;
}
.horizontal-menu .menu-item .submenu-items {
    display: none;
    position: absolute;
    z-index: 1;
    width: 260px;
    background-color: #f1c410;
    padding: 12px;
    border-radius: 5px;
}
.horizontal-menu .menu-item:hover .submenu-items {
    display: block;
}
.horizontal-menu .menu-item .submenu-items li a {
    color: black;
}
.horizontal-menu .menu-item .submenu-items li:hover a {
    color: #f1c410;
    background: black;
    padding: 5px;
    border-radius: 3px;
}

#trends {
    padding: 12px 0;
    background: black;
}
.ql-labl-image {
    width: 27px;
    height: 27px;
    margin-right: 12px;
}
.ql-labl-image svg {
    width: 100%;
    height: 100%;
    fill: #f1c410;
}
#trends .quick-links {
    display: flex;
    align-items: center;
    justify-content: center;
}
#trends .quick-links .ql-label {
    color: #f1c410;
    font-size: 16px;
    display: flex;
    align-items: center;
    padding-left: 0;
}
#trends .quick-links li {
    font-size: 14px;
    font-weight: 800;
    line-height: 1.2;
    color: #f1c410;
    padding: 0 12px;
    display: block;
}

#trends .quick-links li a {
    text-decoration: none;
    color: #f1c410;
}
#trends .quick-links li a:hover {
    text-decoration: none;
    color: black;
    background: #f1c410;
    padding: 3px 5px;
    border-radius: 3px;
}

.social-flex {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.social-flex a {
    width: 28px;
    height: 28px;
    margin: 5px;
}
.social-flex a svg {
    width: 100%;
    height: auto;
    fill: #f1c410;
}





.row-article {
    background-color: #FFF;
}.row-article .inner-column {
    height: 100%;
    padding:5px 20px;
    display: flex;
    flex-direction: column;
    justify-content:center;
	background-color: #D3D3D3;
	border-right: 7px solid black;
}

.bigger-reverse .row-article {
    flex-direction: row-reverse;
}

.text-link-row {
    text-decoration: none;
}

.o-head {
    letter-spacing: -0.15px;
    margin: 0;
	color: #f1c410;
}

.text-link-row .post-description {
    font-size: 16px;
    letter-spacing: -0.16px;
    line-height: 1.3;
    margin: 0;
    color: black;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;  
	margin-left: 5px;
}
.text-link-row .post-description.text-ellipisis-4{
      -webkit-line-clamp: 4
}
.text-link-row .post-description.text-ellipisis-5{
    -webkit-line-clamp: 5
}

.wrap-post-cat {
    margin-bottom: 1rem;
}

/* .text-link-row .post-category {
    background-color: var(--pink);
    border: none;
    padding:2px 10px;
    color: #FFF;
    border-radius:0;
    font-size: 14px;
    line-height:1;
    text-transform: uppercase;
    font-weight: 700;  
} */
.text-link-row .post-category {
    border: none;
    color: white;
    font-size: 14px;
    line-height: 1;
    text-transform: uppercase;
    font-weight: 700;
    border-bottom: 2px solid white;
}

.text-link-row .post-meta {
    margin-top: 15px;align-items:center;
}
.post-date {
    color: #555;
    font-size: 14px;
    font-weight:500;
	padding-left: 8px;
}
.post-date1 {
    color: white;
    font-size: 14px;
    font-weight:500;
	padding-left: 8px;
}

.wrap-post-header .o-head {
    margin-bottom: 10px;
    max-width: 570px;
    line-height: 1.15;
	color: black;
/* 	background-color:#f1c410; */
	padding: 6px;
}

.wrap-post-header1 .o-head1 {
    margin-bottom: 10px;
    max-width: 570px;
    line-height: 1.15;
	color: black;
/* 	background-color:#f1c410; */
	padding: 6px;
}

dot {
    width: 5px;
    height: 5px;
    background-color: #555;
    display: inline-block;
    border-radius: 100%;
    margin: 0 6px;
}
.wrap-post-header-inner-top {
    display: flex;
    margin-bottom: 10px;
    align-items: center;
    }.wrap-post-header-inner-top .wrap-post-cat {
    margin: 0;
}.wrap-post-header-inner-top .post-meta {
    margin: 0;
    margin-left: 15px;
    align-items: center;
}


.reverse-art .columns {
    flex-direction: row-reverse;
}.reverse-art .row-article .inner-column {
    text-align: right;
}

.home-top {
    background: black;
/*     background: -webkit-linear-gradient(to top, #93291E, #ED213A);
    background: linear-gradient(to top, #93291E, #ED213A); */
}
.home-top .row-article{background-color:transparent}


/* STICKY ITEM */
.stick-article .mvp-blog-story-text {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0,0) linear-gradient(to bottom, rgba(0, 0, 0, 0), #000000 100%) repeat scroll 0 0;
    text-align: center;
    padding: 20px;
}.stick-article .mvp-blog-story-text .wrap-post-header .o-head {
    color: #FFF;
    margin: 0 auto;
    text-align: center;
}.stick-article .mvp-blog-story-text .post-description {
    color: #FFF;
    opacity: 0.7;
    font-size: 17px;
    max-width: 450px;
    margin: 15px auto;
}.stick-article .mvp-blog-story-text .post-meta {
    justify-content: center;
    color: #FFF;
    }
.stick-article .mvp-blog-story-text .post-meta .post-date {
    color: #FFF;
}    .stick-article .mvp-blog-story-text .post-category {
    color: #FFF;
}

.relative-article .wrap-post-header {
    padding: 8px 0 0;
}

.left-side .cl_2 .ratio-16-9, 
.right-side .cl_1 .ratio-16-9, 
.right-side .cl_2 .ratio-16-9 {
    padding-bottom: 110%;
}

.sticky-item {
    top: 0;
    border-radius:8px;overflow:hidden;
    position: sticky;
    -webkit-position: sticky;
}.cl_2 .relative-article, .cl_1 .relative-article, .cl_3 .relative-article {
    margin-bottom: 30px!important;
}




.home-top {padding: 3rem 0}
.home-section {margin-bottom: 4rem}
.home-section-title {
	
    font-size:3.4rem;
    line-height: 1;
    margin: 0 auto;
    display: inline-block;
    color: #000;
    font-weight:800;
/* 	border-bottom: 4px solid #f1c410; */
}
.home-section-wrap {
    margin-bottom: 2rem;
}

.home-section-wrap:before {
/*     content: ""; */
/* 	text-align: center; */
    background: black;
    position: absolute;
    left: 12px;
    right: 12px;
    top: 8px;
/*     height: 8px; */
}

.home-section-title:before {
/*     content: ""; */
/* 	text-align: center; */
    margin-bottom:5px;
    position:relative;z-index:1;
    background:#FFFFFF;
    display: block;
    width: 100%;
    height: 8px;
}
.page .home-section-title:before,
.archive .home-section-title:before {
    background-color: var(--pink);
}
.section-link {
    color: var(--pink);
    font-weight: 700;
    display:flex;align-items:center;
    font-size: 14px;
}
.section-link svg {
    fill: var(--pink);
}

.home-top .home-section-wrap:before,
.home-videos .home-section-wrap:before,
.home-popular .home-section-wrap:before {
    opacity: 0.2;
}


.right-right-side .row-article .inner-column {
    padding:5px 20px 5px 0px;
}.right-right-side .row-article .inner-column .post-description {
    display: none;
}.right-right-side .row-article .inner-column .post-meta {
    display: none!important;
}.right-right-side .row-article {
    flex-direction: row-reverse;
}.right-right-side .text-link-row {
    border-bottom: 2px solid var(--pink);
    padding-bottom: 2rem;
    margin-bottom: 10px;
}.right-right-side .row-article .inner-column .o-head {
    margin-bottom: 0;
}



/* HOME FRONT */
.newsme_frontapges{padding:1.5rem 0;margin-bottom:3rem;}
.thumb-holder.ratio-small{margin:0;height:100vw;max-height:570px}
.asb_t{position:absolute;bottom:0;left:0;right:0;padding:20% 20px 20px;text-align:center;background:linear-gradient(to bottom,rgba(0,0,0,0) 0,#000 100%)}
.asb_t .wrap-post-header{padding:0;text-align:center;max-width:800px;margin:0 auto}
.asb_t .wrap-post-header .wrap-post-header-inner-top{justify-content:center}
.asb_t .wrap-post-header .o-head{margin:0 auto;color:#f1c410!important;max-width:800px}
.asb_t1 .wrap-post-header1 .o-head1{margin:0 auto;color:#fff!important;max-width:800px}
.thumb-holder.ratio-small .imagefit{object-position:center}
.asb_t .post-date{color:#fff}
.asb_t dot{background-color:#fff}
.wrap_frontpage_item{left:50%;margin-left:-50vw;margin-right:-50vw;max-width:100vw;position:relative;right:50%;width:100vw}
.block_front{max-width:1360px;margin:0 auto}
.blog-item{flex-direction:column-reverse}
.blog-item .mvp-blog-story-text{padding-bottom:25px}
.blog-item .mvp-blog-story-text .wrap-post-cat{display:none}
.blog-item .mvp-blog-story-text .post-meta{margin:0}
.blog-item .wrap__thumb{padding-bottom:15px;border-bottom:6px solid var(--pink)}
.blog-author{display:flex;align-items:center;flex-direction:column;border-bottom:.5px solid var(--pink);margin-bottom:15px}
.blog-author .blog-author-image{width:60px;height:60px;border-radius:100%;overflow:hidden}
.blog-author-name{font-size:15px;font-weight:600;display:block;padding:12px 0}
.blog-author-name:before{content:"";width:20px;height:20px;background-position:center;background-size:100%;background-repeat:no-repeat;margin-right:10px;float:left;background-image:url('data:image/svg+xml,&lt;svg fill="%23000000" width="64px" height="64px" viewBox="0 0 64 64" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;"&gt;&lt;g id="SVGRepo_bgCarrier" stroke-width="0"&gt;&lt;/g&gt;&lt;g id="SVGRepo_tracerCarrier" stroke-linecap="round" stroke-linejoin="round"&gt;&lt;/g&gt;&lt;g id="SVGRepo_iconCarrier"&gt;&lt;rect id="Icons" x="-1024" y="0" width="1280" height="800" style="fill:none;"&gt;&lt;/rect&gt;&lt;g id="Icons1" serif:id="Icons"&gt;&lt;g id="Strike"&gt;&lt;/g&gt;&lt;g id="H1"&gt;&lt;/g&gt;&lt;g id="H2"&gt;&lt;/g&gt;&lt;g id="H3"&gt;&lt;/g&gt;&lt;g id="list-ul"&gt;&lt;/g&gt;&lt;g id="hamburger-1"&gt;&lt;/g&gt;&lt;g id="hamburger-2"&gt;&lt;/g&gt;&lt;g id="list-ol"&gt;&lt;/g&gt;&lt;g id="list-task"&gt;&lt;/g&gt;&lt;g id="trash"&gt;&lt;/g&gt;&lt;g id="vertical-menu"&gt;&lt;/g&gt;&lt;g id="horizontal-menu"&gt;&lt;/g&gt;&lt;g id="sidebar-2"&gt;&lt;/g&gt;&lt;g id="Pen"&gt;&lt;/g&gt;&lt;g id="Pen1" serif:id="Pen"&gt;&lt;path d="M55.944,51.712l0,4.201l-33.652,-0.027l4.71,-4.174l28.942,0Zm-7.555,-43.712c1.649,0 2.505,0.128 4.752,2.011c2.294,1.921 2.707,3.419 2.803,5.087c0.102,1.795 -0.504,3.976 -2.188,5.681l-31.961,31.961c-0.52,0.475 -0.629,0.45 -0.977,0.553l-10.226,2.557c-1.472,0.299 -2.854,-1.049 -2.55,-2.55l2.557,-10.226c0.1,-0.334 0.133,-0.517 0.553,-0.976c10.696,-10.697 21.195,-21.594 32.09,-32.087c1.421,-1.335 3.497,-2.011 5.147,-2.011Zm-32.375,35.182l-1.477,1.477l-1.566,6.262l6.262,-1.566c0.493,-0.492 0.985,-0.983 1.479,-1.474l-4.698,-4.699Zm30.176,-20.573l-4.802,-4.801l-22.493,22.493l4.712,4.713c7.549,-7.448 15.196,-14.801 22.583,-22.405Zm2.826,-2.936c0.618,-0.648 1.234,-1.298 1.848,-1.951c1.673,-1.826 0.443,-5.454 -2.307,-5.578c-0.056,-0.002 -0.112,-0.002 -0.168,-0.002c-0.861,0.016 -1.699,0.372 -2.312,0.977l-1.807,1.808l4.746,4.746Z" style="fill-rule:nonzero;"&gt;&lt;/path&gt;&lt;/g&gt;&lt;g id="clock"&gt;&lt;/g&gt;&lt;g id="external-link"&gt;&lt;/g&gt;&lt;g id="hr"&gt;&lt;/g&gt;&lt;g id="info"&gt;&lt;/g&gt;&lt;g id="warning"&gt;&lt;/g&gt;&lt;g id="plus-circle"&gt;&lt;/g&gt;&lt;g id="minus-circle"&gt;&lt;/g&gt;&lt;g id="vue"&gt;&lt;/g&gt;&lt;g id="cog"&gt;&lt;/g&gt;&lt;g id="logo"&gt;&lt;/g&gt;&lt;g id="radio-check"&gt;&lt;/g&gt;&lt;g id="eye-slash"&gt;&lt;/g&gt;&lt;g id="eye"&gt;&lt;/g&gt;&lt;g id="toggle-off"&gt;&lt;/g&gt;&lt;g id="shredder"&gt;&lt;/g&gt;&lt;g id="spinner--loading--dots-" serif:id="spinner [loading, dots]"&gt;&lt;/g&gt;&lt;g id="react"&gt;&lt;/g&gt;&lt;g id="check-selected"&gt;&lt;/g&gt;&lt;g id="turn-off"&gt;&lt;/g&gt;&lt;g id="code-block"&gt;&lt;/g&gt;&lt;g id="user"&gt;&lt;/g&gt;&lt;g id="coffee-bean"&gt;&lt;/g&gt;&lt;g id="coffee-beans"&gt;&lt;g id="coffee-bean1" serif:id="coffee-bean"&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id="coffee-bean-filled"&gt;&lt;/g&gt;&lt;g id="coffee-beans-filled"&gt;&lt;g id="coffee-bean2" serif:id="coffee-bean"&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id="clipboard"&gt;&lt;/g&gt;&lt;g id="clipboard-paste"&gt;&lt;/g&gt;&lt;g id="clipboard-copy"&gt;&lt;/g&gt;&lt;g id="Layer1"&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;/svg&gt;')}
.blg .text-link {
    height: 100%;
}.blg .text-link .blog-item {
    height: 100%;
    justify-content: space-between;
}


/* populars*/
.home-videos .wrap-inner-section .home-section-title,
.home-top .wrap-inner-section .home-section-title,
.home-popular .wrap-inner-section .home-section-title {padding-left: 0}
.home-videos .wrap-inner-section,
.home-tiktok .wrap-inner-section,
.home-popular .wrap-inner-section {
    background-color:black;
/*     background: #ED213A;
    background: -webkit-linear-gradient(to top, #93291E, #ED213A);
    background: linear-gradient(to top, #93291E, #ED213A); */
    margin: 0 auto;
    padding:3rem 0;
}
.big-number {
    color:#FFFFFF;
    position: absolute;
    font-size: 10rem;
    font-weight:800;
    z-index: 1;
    line-height: 1;
    right:10px;
    bottom: 0;
}

.home-top .text-link-row .post-category,
.home-popular .text-link-row .post-category,
.home-videos .text-link-row .post-category,
.home-top .wrap-inner-section .home-section-title,
.home-blogs .wrap-inner-section .home-section-title,
.home-videos .wrap-inner-section .home-section-title,
.home-popular .wrap-inner-section .home-section-title {
    color: #f1c410;
}

/* .onr2 .thumb-holder,
.onr4 .thumb-holder {
    padding-bottom: 80%;
}

.onr3 .thumb-holder{padding-bottom:100%} */
/* SIDEBAR */

.wrap-sidebar-widget:first-child {
    margin-top: 0;
}
.wrap-sidebar-widget {
    margin: 3rem 0 0;
    transition: all 0.3s ease-in-out;
}

.aside-widget .text-link-row {
    border-bottom: 2px solid #f1c410;
    padding-bottom: 12px;
    transition: border-bottom 0.3s ease-in-out;
}
.aside-widget .text-link-row:hover {
    border-bottom: 2px dashed #f1c410;
}

.aside-widget {
    background-color: black;
    border-radius: 10px;
/*     border-top: 7px solid yellow; */
    padding: 25px;
    color: white;
    box-shadow: 0px 4px 10px rgba(255, 255, 0, 0.2);
/*     transition: transform 0.3s ease-in-out; */
}
/* .aside-widget:hover {
    transform: scale(1.02);
} */

.aside-widget .section-title {
    margin: 0 0 15px;
    font-weight: 800;
    letter-spacing: -0.15px;
    line-height: 1.1;
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    color: white;
    text-shadow: 2px 2px black;
}
.aside-widget .section-title a {
/*     text-decoration: underline; */
    color: white;
/*     transition: color 0.3s ease-in-out; */
	margin: 0 auto;
}
/* .aside-widget .section-title a:hover {
    color: black;
    background: yellow;
    padding: 5px;
    border-radius: 5px;
} */
.aside-widget .section-title:before {
/*     content: ""; */
    background-color: #f1c410;
    width: 15px;
    height: 15px;
    border-radius: 100%;
    display: block;
    margin-right: 8px;
/*     animation: pulse 1.5s infinite; */
}

/* @keyframes pulse {
    0% { transform: scale(1); }
    50% { transform: scale(1.2); }
    100% { transform: scale(1); }
} */

.aside-widget .row-article .inner-column .post-description {
    display: none;
}
.aside-widget .wrap-post-header .o-head {
     display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    margin: 0;
}
.aside-widget .row-article {
    background: none;
}
.aside-widget .row-article .inner-column {
    padding: 0 10px 0 0;
}
.aside-widget .row-article .inner-column .post-meta {
    margin-top: 5px;
    color: #f1c410;
}
.aside-widget .row-article .inner-column .wrap-post-cat {
    margin-bottom: 5px;
}

.aside-widget .row-article .inner-column .wrap-post-cat .post-category {
    border: none;
    font-size: 12px;
    line-height: 1;
    padding: 0;
    display: inline-block;
    text-align: center;
    color: #f1c410;
    background: black;
    padding: 3px 8px;
    border-radius: 3px;
}
.aside-widget .reverse-items .row-article.columns {
    flex-direction: row-reverse;
}
.aside-widget .row-article .inner-column .post-meta .post-date {
    color: #f1c410;
/*     font-style: italic; */
}
.post-mmcategory {
    text-transform: uppercase;
    color: #f1c410;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 1px;
}


.wrap-ad div {
    margin: 0 auto;
}
.wrap-ad {
    line-height: 0;
    background-color: #eee;
    text-align: center;
}


.full-width {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}
/* .relative-article .wrap-post-header a:hover, */
.row-article .inner-column a:hover {
    text-decoration: underline;
    color: #000;
}

.relative-article .wrap-post-header .o-head:hover {text-decoration: underline}
.relative-article .wrap-post-header a:hover .whsk-white-color {color: black;text-decoration: underline}



.video-art .thumb-holder:after {
    content: "";
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkCAYAAABw4pVUAAAACXBIWXMAAAsTAAALEwEAmpwYAAAGe0lEQVR4nO1dW2hdRRQdfFTxTz+1Wh9p794nVoWgKCj1UUQQv7TiAyz+FGxz9j4pYqU+UmzVivjhjwhWiaX64a+fFQpaH5V8+GiaO3MTNYI/1har9mGqjexzbyDUNPfce885M3PuLFgQEpLMzLrz2Hv27K1UQEBAQEBARfHjivUX68HhGxsYP6yRn9fIH2jkLw3SdwZpWgMfNUB/C9OvkablZxrpCw20R36nEfE6+RtmIL7Idn+8w741oxdMAQ0Z4C0GaK9GPmmQ53Ih0GmNPK6RdmpM1gaBzoE5NXpeHekeg/S+QfojNwHaMv1fY/UouVvaoPodjcHNVxqkVzTQz+WJwIsybQPwy2YgXq76DfVVw9cYoDdzXY4wr2WNZzXw7ska11Q/CNHalP+xPvDYThg6LYeCyRpfraqG8aENFxokNsB/Wh9o7HApQzqhkbdV5gCQnmaQtO2BNT2T6rL5K5+Pr/LJ0kj/2h9Mzmm28BnZ+w5Go8uUb6cnjfy57QE0RRH4a9kPlQ9oRPF9TYvZgYHDIkWhIwbie5XLMFHyuBwbrQ8WlibKaRPRk8pF6CiOq7RfmA72FY3x08olaOSXbA+MsS/MNuUC6pBssj0YxhHWgTdbFcPU6LF+XKbMUssX0Hprp6m+2sAxI9O7mZJPX00vLf9mvfPoJuXYX5oPTPxSlTb6MCcCfVWKRW+Q3rDeWfSDGvi1wh2FqT/Hgc4aDyhj1ajFdxUihkw/gzxpu5PGO5IuxHVvgF6w3zn2k0DP5irGBG5cYYD+st4x9JMa+Hiu3mGD9KHtThnPKff0+YgxGF+XejUd6JTxmBJH0IhGBnoWRAPvstOBZK0GnrA9kLkS6O3eLXJxBVhovFoQHKGRj1VDEJ6djuiqrgWRIDZbjVcLZ+nKkSta4UP+20BAO7oSQ0IrbUYUqkVQH6SbDdAB64PaAzXwT12FrTbDd+w1XC35QeEnNPKvtge3WzZqfGfHgjQDn90TZB4zq5+6tBWO6n4U5FnUQO+qzt0kZUahdy7IPHTENxmgT70SBPmYHFhUVmhM7rDdaNUhTC15QNZn2+3Oygbwbdk7B/yib4IIfhnacEkzWtLBqPqzqJGfU1mhkfbZbrDqAWIRa+CPbPdhSQJ/kv1NH/IpnwWZh4bkfg1sbPdlMaazOItbPn0c6UCDVU5w2dqfArq+bQfktWuVBJnHZG3T5eJxdcrar9GDyocN3RQgiIvWfqaNXXxGVRbEJWs/0x2JKyE+qgQcjEYu00BvWbP2gT/LIsj3/SKIA9b+t6odXLF2lQVYsPZ/aN8oeRnUp4KUb+3TYdUOtm4IXRGkTGtfDHDVDkGQBYIgf+yCIGHJQoeWrLCp84xTm3o49rJbx16DtL/EBp2TqgT4YRgC7am6IHOOuE4kbsGbKHdVEHQ0cos7zkXa2rbBwf3Obrnfq3pBZSxH0XR9QdW6wrUeJKAqf4VLJzK/rKpEkAMWa2X3TKC9mTvkwq2hqnwYUIYNfR71iG633WDlvpXdGyG+tdONMISSYmGz43dJgdjZJw55zOUZMuN1sDXvUp2imfrbPUHmnLGyeyDEayrxYEc7ZGWX/mBHEJ60cQGzg7Z3JUYqyEC83IVHn8ZBK7ur2YF8St5Ldi1Ia5a8Y2dqJ85a2daeRQv0yuTakDiAcxCDZ3NLr+HKHYnxm2MqL8hj95B8hntKPpN7yj+J1HbgUzbnJ+kZlTfSl7lAh+x3jr2i5Gvp6MVtJ5D6GU49eEG3KTmNu0oS0AkM8Ou2O2o8oUZ+VRUN8VK6EipkHKYUvyxsqTobIZEyLy0G8FFJi6jKhKTTDqnG+f+CSAlYTNYqG9BAj4Rk/LxwmTojVwPKJgzQRtvrtXGFwIlyAWmdP9uDgbbFoFHlEjTQcD8uX9rFkkcLC7z01UYPaQ33R5XLSE9ffVFbhA5bO011WZa7usYj0AFvCkv2Q+nV8bIs8CIg9TOqUOZCA08U7igsC16X7wY+Xqny3Qsh/h3JgOPFHT2kbRyT/VBVHXKd2QoDPenoUXb3FNJK1W9oxX3tcCFqXUvSGaDtPcdNVQESWikbpgZ+r8zciBKFLlmmJda26/DOqmNOrTt/CmjIAG+RV0bp068c9wWNPK6RdopRV0qdwarhYDS6rL6KbjBR8pBEvqSHAjE6gb8xSNPNQvNS7jTlkeb30p/tbya9pK3yu5O1kdVBgICAgIAAVWH8B2LD+dEGx3UDAAAAAElFTkSuQmCC);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    background-repeat: no-repeat;
    background-size: 15%;
    background-position: center;
}
.vertical .thumb-holder.ratio-16-9 {
    padding-bottom: 100%;
}.relative-article .thumb-holder {
    margin-bottom: 6px;
}

.home-section:last-child {
    margin-bottom: 0;
}

.home-top .wrap-inner-section .post-date,
.home-videos .wrap-inner-section .post-date,
.home-popular .wrap-inner-section .post-date {color:#FFF}

.home-top .wrap-inner-section  dot,
.home-videos .wrap-inner-section  dot,
.home-popular .wrap-inner-section dot {background-color:#FFF}


.archive-header p {font-size: 16px;max-width: 800px;line-height: 1.3;color: #555;font-weight: 500}
.archive-header p a {color: var(--pink)}


.cat {
    background-color: #f1c410; /* Black background */
    color: black; /* Yellow text */
    padding: 4px 8px; /* Adds padding inside the div */
    display: inline-block; /* Ensures the background wraps around content */
/*     border-radius: 5px; /* Optional: Rounded corners */ */
/*     margin-right: 10px; /* Adds spacing between this element and the next */ */
	font-weight: bold;
}

.cat a:visited {
	color: black;
	font-size: 12px;
	font-weight: bold;
}

.cat a {
	font-size: 12px;
	font-weight: bold;
	color: black;
}

/* FOOTER */

.footer-logo-line {
    width: 100%; /* Adjust the width as needed */
    height: 3px; /* Thickness of the line */
    background-color: #f1c410; /* Yellow color */
    margin: 10px auto 20px auto; /* Spacing around the line */
}

.is-footer {
/*     border-top: 4px solid #f1c410; */
    padding: 2rem 0;
    background-color: black;
    margin-top: 3rem;
}
.is-footer .main-logo {
    margin: 0 auto;
    color: #f1c410;
    font-size: 24px;
    font-weight: 800;
}
.is-footer .social-flex {
    justify-content: center;
    opacity: 1;
}
.is-footer #primarymenu {
    border-top: none;
    width: 100%;
}

.footer-tags {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    font-size: 14px;
    font-weight: 500;
    border-top: 2px solid #f1c410;
    padding-top: 15px;
    color: #f1c410;
}
.footer-tags li {
    display: block;
    padding: 2px 5px;
}
.footer-tags li a {
    text-decoration: none;
    color: #f1c410;
}
.footer-tags li a:hover {
    text-decoration: underline;
    color: black;
    background: #f1c410;
    padding: 3px 5px;
    border-radius: 3px;
}

.copyright-footer {
    padding: 10px 0;
    background-color: #f1c410;
    color: black;
    font-weight: bold;
	text-align: center;
}
.mini-footer-items li {
    font-size: 14px;
    color: black;
    font-weight: 600;
    display: block;
    padding: 0 10px;
    text-transform: uppercase;
}
.mini-footer-items li a {
    color: black;
    text-decoration: none;
}
.mini-footer-items li a:hover {
    text-decoration: underline;
    color: #f1c410;
    background: black;
    padding: 3px 5px;
    border-radius: 3px;
}

.mini-footer-items {
    display: flex;
    width: 100%;
    justify-content: center;
    flex-wrap: wrap;
}
.bw-logo {
    width: 50px;
    margin-right: 10px;
}

.overlay {
    display: none;
    opacity: .3;
    background: black;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
.open-box .overlay {
    display: block;
}
.open-box {
    overflow: hidden;
}

#burger-menu {
    background-color: black;
    z-index: 9;
    left: -300px;
    top: 0;
    bottom: 0;
    width: 300px;
    position: fixed;
    display: none;
    transition: all 0.3s ease;
}
#burger-menu.openmenu {
    display: block;
    left: 0;
}
.burger-menu-inner {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 2rem;
}
.burger-menu-inner .burger-menu-header {
    line-height: 0;
    margin: 0;
}
.burger-menu-items {
    text-align: center;
}
.burger-menu-ul li {
    display: block;
    position: relative;
    width: 100%;
    font-size: 16px;
    font-weight: 700;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #f1c410;
    text-align: left;
}
.burger-menu-ul li a {
    color: #f1c410;
    text-decoration: none;
}
.burger-menu-footer .social-flex {
    justify-content: center;
}
.burger-menu-ul li .submenu-items {
    display: none;
    transition: all .3s ease;
}
#closem {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #f1c410;
    padding: 10px;
    cursor: pointer;
    color: #f1c410;
}
.menu-item.active .submenu-items {
    display: block;
    margin-top: 15px;
}
.burger-menu-ul li .submenu-items li {
    border-bottom: none;
    padding-bottom: 8px;
    padding-top: 0;
    opacity: .6;
    margin: 0;
    color: #f1c410;
}
.smb {
    position: absolute;
    right: 0;
}
.burger-tags {
    display: flex;
    flex-wrap: wrap;
    margin-top: 25px;
}
.burger-tags li {
    display: block;
    padding: 5px;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.2;
    color: #f1c410;
}
.burger-tags li a {
    text-decoration: none;
    color: rgba(255, 255, 0, .8);
}
.burger-tags .ql-label {
    color: #f1c410;
    font-weight: 700;
}



.home-section .sidebar-width {
    height: 100%;
    position: relative;
}.home-section .sidebar-width .wrap-sidebar-widget:last-child {
    position: sticky;
    top: 2rem;
    -webkit-position: sticky;
}
 .relative-article .wrap-post-header a,
.row-article .inner-column a {
    text-decoration: none;
}.share-row {
    display: flex;align-items:center;
    margin-top: 12px;
    color: #666;
    font-size: 13px;
    font-weight: 500;
}.share-icons {
    display: flex;
    border-left: 1px solid #DDD;
    margin-left: 1rem;
    padding-left: 10px;
    line-height: 1;
}
.share-icons .facebook-box, .share-icons .twitter-box {
    background-color: #F1F1F1;
    border-radius: 100%;
    padding:3px;
    margin: 0 5px;
    color: #000;
}
.share-icons .facebook-box a, .share-icons .twitter-box a {
    color: #666;text-decoration: none;
}
.share-icons .facebook-box a:hover, .share-icons .twitter-box a:hover {
    color: var(--pink);
    text-decoration: none;
}

/* @media screen and (min-width:1200px) { */
.flex-reverse .relative-article{flex-direction:column-reverse}
.flex-reverse .relative-article .wrap-post-header{padding-top:0;display:flex;flex-direction:column-reverse;padding-bottom:10px}
.flex-reverse .relative-article .wrap-post-header .wrap-post-header-inner-top{margin-bottom:0;margin-top:8px;padding-bottom:10px}
.flex-reverse .relative-article .thumb-holder{margin-bottom:0}
.flex-reverse .text-link {margin-bottom:3rem}
.topstory-art .wrap-post-header-inner-top {margin-top: 2rem;margin-bottom: 2rem}
.topstory-art .share-row {margin-top: 2rem;margin-bottom: 2rem} 
.relative-article.topstory-art .wrap-post-header { padding-top: 0}
/* } */

@media screen and (max-width:1450px) {
.home-section.home-top .maxgridrow,
.maxgridrow{max-width:1300px}
/* .main-logo{max-width:240px}   */
.horizontal-menu .menu-item{font-size:15px}
.row-article .inner-column{padding:5px 20px}
.block_front {max-width: 1270px}
}

@media screen and (max-width:1200px) {
.sidebar-width {width: 300px}  
.home-section-title {font-size:3rem}
.vertical .thumb-holder.ratio-16-9{padding-bottom:100%}
.text-link-row .post-category,
.post-date {font-size: 12px}  
}

@media screen and (max-width:1023px) {
.hero-headline {font-size:32px}  
.wrap-middle-header-col {justify-content: center}  
.sticky-item{position:relative}
.wrap-middle-header-col .brand-logo {width: 100%;text-align:center}
.asb_t{padding-inline:15px}  
.home-section-title {font-size:2.6rem}  
}

@media screen and (max-width:767px) {
.newsme_frontapges {padding:0}
.hero-headline {font-size:28px}    
.main-logo{font-size:28px;margin: 0 auto;}
.home-section {margin-bottom: 2rem}
.home-top {margin-top:0} 
.stick-article .mvp-blog-story-text .post-description {display: none}  
.sidebar-width {width: 100%}
.blog-post .row-article .inner-column {padding: 10px 0;justify-content:flex-start;text-align:left}
.wrap-post-header-inner-top {justify-content: flex-start}
.vertical .thumb-holder.ratio-16-9{padding-bottom:80%}
.relative-article .mvp-blog-story-text {text-align:left}
.text-link-row .post-meta {justify-content:flex-start}
.aside-widget .row-article .inner-column .post-meta{justify-content: flex-start}
.horizontal-menu.footer-menu {flex-wrap: wrap}
.bw-header {flex-direction: column;padding: 10px}
.bw-header .bw-logo {margin: 10px auto}
.share-row {justify-content: center}
.wrap-middle-header-col .brand-logo h1, .wrap-middle-header-col .brand-logo span {
    text-align: center;
}	

}


.pagination{border-top:1px solid #ccc;clear:both;padding:1.5rem 0 0;position:relative;font-size:16px;line-height:1.1;display:flex;justify-content:center}
.pagination a,.pagination span{display:block;font-weight:600;float:left;margin:2px;text-decoration:none;width:auto;color:#000;background:#e7e7e7;padding:5px;width:30px;height:30px;display:flex;align-items:center;justify-content:center;line-height:1}
.pagination .current{background:var(--pink);color:#fff}
.pagination a:hover{color:#fff;background:var(--pink)}
</pre></body></html>