
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
*, html {margin: 0; padding: 0; box-sizing: border-box;}
body, p {font-family: 'roboto', sans-serif; font-size: 16px; line-height: 24px; color: #B2B2B2;}
p {margin-bottom:20px;}
body { background:#131313;}
.container {max-width: 1200px; width: 100%; margin: 0 auto; position: relative;}


a {text-decoration: none;}
img {max-width: 100%; height: auto; border-radius: 6px;}
/* time.updated {display: none;} */
ul, ol {margin: 0 0 20px; padding: 0; display: inline-block;}

h1, h2, h3, h4, h5, h6 {line-height: 1.3; font-family: 'Oswald', sans-serif, Helvetica, Arial; color:#fff;}
h1 { font-size: 29px; }
h2 { font-size: 24px; }
h3 { font-size: 18px; }
h4 { font-size: 16px; }
h5 { font-size: 14px; }
h6 { font-size: 12px; }

.content-section a, a.link {color: #3CFFD0; background-image: -webkit-gradient(linear, left top, left bottom, from(#3CFFD0), to(#3CFFD0)); background-image: -o-linear-gradient(#3CFFD0,#3CFFD0); background-image: linear-gradient(#3CFFD0, #3CFFD0); background-position: 0 99%; background-repeat: no-repeat; background-size: 0 2px; -webkit-transition: background-size .5s ease-out; -o-transition: background-size .5s ease-out; transition: background-size .5s ease-out;}
.content-section a:hover, a.link:hover {background-size: 100% 2px;}
.content-section ul, .content-section ol {padding:0 0 0 17px;}
.content-section ul li, .content-section ol li {margin-bottom:15px;}
.content-section h1, .content-section h2, .content-section h3, .content-section h4, .content-section h5 {margin-bottom:5px;}

input[type="email"], input[type="number"], input[type="search"], textarea, select, input[type="text"], input[type="tel"], input[type="url"], input[type="password"], input[type="file"] { -webkit-appearance: none; height:40px; line-height:40px; padding-left:15px; padding-right:15px; font-size: 14px; font-weight: bold; background: #444; border: 0; resize: none; border-radius: 5px; width: 100%; color:#999;}
input[type="email"]:focus, input[type="number"]:focus, input[type="search"]:focus, textarea:focus, select:focus, input[type="text"]:focus, input[type="tel"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="file"]:focus {outline: 0;}
textarea { min-height: 90px;}
input[type="email"]:disabled, input[type="number"]:disabled, input[type="search"]:disabled, textarea:disabled, select:disabled, input[type="text"]:disabled, input[type="tel"]:disabled, input[type="url"]:disabled, input[type="password"]:disabled, input[type="file"]:disabled {opacity: 0.4;}
.required {color: #f00;}

.flex {display: flex;}
.flex-wrap {flex-wrap: wrap;}
.justify-center {justify-content: center;}
.justify-between {justify-content: space-between;}
.justify-start {justify-content: flex-start;}
.justify-end {justify-content: flex-end;}
.items-center {align-items: center;}
.items-start {align-items: flex-start;}
.items-end {align-items: flex-end;}
.direction-col {flex-direction: column;}

.position-sticky {position: sticky; top: 10px;}


/* Button */
.button, a.button {font-size: 15px; display: inline-block; text-align: center; min-width: 160px; padding: 0 15px; height: 40px; border-radius: 5px; line-height: 40px; font-weight: 600; cursor: pointer; border: none; cursor: pointer; background-image: none;}
.button:hover, a.button:hover {opacity: 0.8;}
.button-primary, a.button-primary  {background-color: #5200FF; color:#fff;}
.button-secondary, a.button-secondary {background-color: #3CFFD0; color:#131313;}

/* Header */
.menu-toggle { display: none; position: absolute; top: -70px; right: 10px; }
.menu-toggle #menu-btn { float: right; background: #333; border: 1px solid #0C0C0C; padding: 8px; border-radius: 5px; cursor: pointer; margin: -47px 10px 0 0; position: relative; z-index: 202; }
.menu-toggle #menu-btn .icon-bar { display: block !important; width: 18px; height: 2px; background-color: #F5F5F5 !important; -webkit-border-radius: 1px; -moz-border-radius: 1px; border-radius: 1px; -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25); -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25); box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25); margin: 3px; }


.top-header {padding: 15px 0;}
.logo {max-width: 270px;}
.header-links {margin-left: 30px;}
.header-links ul {margin-bottom: 0;}
.header-links li {display: block; float: left; padding: 0; margin-right: 5px;}
.header-links li a {text-transform: uppercase; display: block; padding: 7px 17px; color: #FFF; font-family: 'Oswald', sans-serif; font-size: 18px; font-weight: 700;}
.site-header a, .site-footer a {background-image: none;}
.header-links li a:hover {color: #000; background: #FFF; text-decoration:none; border-radius: 5px;}
.header-links li a.active {background:#3CFFD0;}

.social-links {margin: 0 0 0 auto;}
.social-links ul {list-style-type: none; margin: 0; padding: 0;}
.social-links ul li {padding:15px 8px; line-height: 15px; font-size: 20px; text-align: center;}
.social-links ul li:hover {transform: scale(1.2);-moz-transform: scale(1.2); -webkit-transform: scale(1.2);}
.social-links ul li a {color: #FFF;}
.social-links ul li a:hover {color:#3CFFD0;}

.pagination {width: 100%; display: flex; justify-content: center; align-items: center; gap: 8px; margin: 30px 0; font-family: Arial, sans-serif; }
.pagination a, .pagination span { display: inline-block; padding:5px 10px; border: 1px solid #ddd; background: #fff; color: #333; text-decoration: none; border-radius: 3px; transition: all 0.3s ease; font-size: 14px; }
.pagination a:hover { background: #3CFFD0; color: #191919; border-color: #3CFFD0; }
.pagination .current { background: #3CFFD0; color: #191919; border-color: #3CFFD0; font-weight: bold; }

.search-popup { position: absolute; z-index: 1001; padding-top: 75px; left: 0; top: 0; width: 100%; height: 100%; overflow: auto; display: none;}
.search-popup .modal-content {background-color: #FFF; -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2); -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2); box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);}
.search-popup .modal-content {max-width: 1200px; width: 100%; height: 100px; border-radius: 5px; margin-left: auto; margin-right: auto; position: relative; padding: 0; -webkit-animation-name: animatetop; -webkit-animation-duration: 0.4s; animation-name: animatetop; animation-duration: 0.4s; animation-duration: 0.4s;}
.search-popup div.modal-content .close {background-color: #111111; color: #3CFFD0;}
.search-popup div.modal-content .close {padding: 2px 10px; float: right; font-size: 23px; font-weight: bold; margin: -42px 0px 0 0; cursor: pointer;}
.search-form, .search-form label {height: 100px;}
.search-form .search-field { max-width: 600px; height:80px; display: block; padding-top: 30px; margin: 0 auto 0 auto; border: none; box-shadow: none; color: #666; background-color: #FFF; text-align: center; font-weight: bold; font-size: 22px;}
.search-form .search-field:focus {outline: 0;}
.search-submit {display: none;}

.menu-toggle {display: none;}
.main-navigation {background:#fff; padding: 14px 0;}
.main-navigation ul {margin-bottom: 0;}
.main-navigation li {margin-right: 7px; margin-left: 7px; display: inline-block; position: relative;}
.main-navigation a {color:#000; padding:0 4px; text-transform:uppercase; border-radius:5px; font-family:'Oswald', sans-serif; font-size:15px; font-weight: 700;}
.main-navigation a:hover {background-color: #3CFFD0;}

.main-navigation li>ul.sub-menu {display: none; list-style: none; clear: both; padding: 15px 0 5px; margin: -2px 0 0 0; position: absolute; z-index: 201;     background-color: #FFF; border-radius:0 3px 3px 3px; box-shadow: 0 5px 3px rgba(0, 0, 0, 0.2); width: 185px; left: 0; top: 25px;}
.main-navigation li>ul.sub-menu>li, .main-navigation li>ul.sub-menu>li a {display: block;}

.custom-login {position: absolute; right:0; top:0; z-index: 1;}
.custom-login:hover ul.top-submenu {display: block;}
.custom-login li {display: block;}
.custom-login a {background: #131313; color: #fff; border-radius: 5px; padding: 5px 10px;}
.custom-login a:hover {color: #131313;}
.custom-login ul.top-submenu {display: none; position: absolute; right:0; top: 24px; width: 150px; background: #3cffd0; border-radius:5px 0 5px 5px;}
.custom-login ul.top-submenu li {margin: 0;}
.custom-login ul.top-submenu a {background:none; color:#131313; display: block; border-radius: 0;}
.custom-login ul.top-submenu li:first-child a {border-radius:5px 0 0 0;}
.custom-login ul.top-submenu li:last-child a {border-radius:0 0 5px 5px;}
.custom-login ul.top-submenu li:hover a {background: #131313; color: #fff;}

.bg-cover {background-position: center center; background-repeat: no-repeat; background-size: cover; display: block; position: relative; border-radius: 5px;}
.bg-cover img { width: 100%; height: auto; opacity: 0; visibility: hidden; }

.post-title {font-family: 'oswald', sans-serif;}
.categories a {background: #3CFFD0; padding: 5px 10px; text-transform: uppercase; font-size: 14px; line-height: 24px; font-weight: 600; font-family: 'roboto', sans-serif; color: #131313; border-radius: 5px;}
.author { margin-right: 20px;}
.post-footer .author a { color: #3CFFD0; font-family: 'roboto', sans-serif; text-transform: uppercase; font-size: 14px; font-weight: 600;}

.section-title span {background-image: -webkit-gradient(linear, left top, left bottom, from(#3CFFD0), to(#3CFFD0)); background-image: -o-linear-gradient(#3CFFD0,#3CFFD0); background-image: linear-gradient(#3CFFD0, #3CFFD0); display: initial; background-position: 0 89%; background-repeat: no-repeat; background-size: 100% 2px; color: inherit; text-decoration: none; font-weight: 400;}

.page-heading {margin-bottom:30px;}
.page-heading.center {text-align: center; padding: 60px 0 30px;}
.page-heading h1 {font-size:0;}
.page-heading h1 span {font-family: 'oswald', sans-serif; color:#fff; font-size: 50px; line-height: 1em;}

.one-common-row {margin: 0 -15px;}
.one-full {max-width: 100%; width: 100%; margin: 0 15px;}
.one-half {max-width: calc(50% - 30px); width: 100%; margin: 0 15px;}
.one-three {max-width: calc(33.3333% - 30px); width: 100%; margin: 0 15px;}
.one-four {max-width: calc(25% - 30px); width: 100%; margin: 0 15px;}

.global-layout .post-item-box {max-width: calc(33.3333% - 30px);}
.global-layout .post-item-box:before {display: none;}
.global-layout .post-item-box .post-content {padding: 0 40px;}
.global-layout .post-item-box .post-title { font-size: 24px; line-height: 30px;}
.global-layout .post-item-box .post-footer { padding-left:0;}

.column-full, .columns-2 {padding: 60px 0;}
.column-wide {max-width: 650px; width: 100%;}
.column-sidebar {max-width: 500px; width: 100%; margin-left: 50px;}
.column-sidebar .most-popular .post-list-with-image {margin-left: 80px;}
.column-sidebar .most-popular .vertical-title {left: -150px;}

.post-item-box-wrapper {list-style-type:decimal; margin:0 -15px;}
.post-item-box {counter-increment: trending-counter; position: relative; background-color: #202020; border-bottom: 10px solid #313131; overflow: hidden; max-width:calc(50% - 30px); margin: 0 15px 30px; width: 100%; padding:15px;}
.post-item-box-wrapper .post-item-box:before {content: counter(trending-counter); position: absolute; left:55px; bottom:20px; background-color: #333; color: #3CFFD0; border-radius: 50%; width:30px; height:30px; line-height:30px; text-align: center; font-weight: bold; font-family: 'roboto', sans-serif;font-size: 14px;}
.post-item-box img { width: 100%; height: auto; border-radius: 5px;}
.post-item-box .post-content {padding:0 70px 0 40px; margin-top:-30px;}
.post-item-box .post-title { font-size:32px; line-height: 1.3; font-weight: bold; color:#fff; font-family: 'oswald', sans-serif; margin-bottom: 20px;}
.post-item-box .post-title a {color:#fff; display: initial; background-image: -webkit-gradient(linear, left top, left bottom, from(#3CFFD0), to(#3CFFD0)); background-image: -o-linear-gradient(#3CFFD0,#3CFFD0); background-image: linear-gradient(#3CFFD0, #3CFFD0); background-position: 0 99%; background-repeat: no-repeat; background-size: 0 2px; -webkit-transition: background-size .5s ease-out; -o-transition: background-size .5s ease-out; transition: background-size .5s ease-out;}
.post-item-box .post-title a:hover {background-size: 100% 2px; color: #fff;}
.post-item-box .post-description { font-size: 18px; line-height: 28px; font-weight: 400; color: #EEE; margin-bottom:25px; }
.post-item-box .post-footer { display: flex; color: #949494; font-size: 14px; font-weight: 600; padding-left:40px;}
.post-item-box .author { margin-right: 20px;}
.post-item-box .author .byline {font-size: 0;}
.post-item-box .author a { color: #3CFFD0;}
.posts-navigation {display: none;}


.social-bar { background-color: #5200ff; padding: 30px 0; text-align: center; border-bottom: 10px solid #3904AB; margin-bottom: 30px; }
.social-bar a { display: inline-block; color: white; font-size: 24px; margin: 0 15px; text-decoration: none; transition: transform 0.3s ease; }
.social-bar a:hover { transform: scale(1.2); }

.footer-top { display: flex; flex-wrap: wrap; justify-content: space-between; border-bottom: 1px solid #222; padding-bottom: 30px; }
.footer-column { margin: 20px; width: 100%;}
.footer-column h3 { font-size: 20px; color: #3CFFD0; font-weight: 400; margin-bottom: 20px; border-bottom: 2px solid #3CFFD0; display: inline-block; }
.footer-column.trending { max-width: 540px;}
.footer-column.newsletter { max-width: 370px;}
.footer-column.about { max-width:170px; margin:20px 0 0 auto;}
.trending-list {list-style-type:decimal; padding: 0; display: block;}
.trending-list li {counter-increment: trending-counter; position: relative; padding-left: 40px; margin-bottom: 20px; list-style: none;}
.trending-list li:before {content: counter(trending-counter); position: absolute; left: 0; top: 0; background-color: #333; color: #3CFFD0; border-radius: 50%; width:30px; height:30px; line-height:30px; text-align: center; font-weight: bold; font-family: 'roboto', sans-serif;font-size: 14px;}
.trending-list .post-title { margin: 0; font-weight: 400; color: #fff; font-family: 'oswald', sans-serif; font-size: 18px; line-height: 28px; margin-bottom: 5px; display: initial; background-image: -webkit-gradient(linear, left top, left bottom, from(#3CFFD0), to(#3CFFD0)); background-image: -o-linear-gradient(#3CFFD0,#3CFFD0); background-image: linear-gradient(#3CFFD0, #3CFFD0); background-position: 0 99%; background-repeat: no-repeat; background-size: 0 2px; -webkit-transition: background-size .5s ease-out; -o-transition: background-size .5s ease-out; transition: background-size .5s ease-out;}
.trending-list .post-title:hover {background-size: 100% 2px;}
.trending-list .author a { font-size: 14px; color: #3CFFD0; font-weight: 600; font-family: 'roboto', sans-serif;}
.trending-list .date { color: #ccc; margin-left: 10px; font-size: 14px; color: #949494; }

.newsletter form { display: flex; flex-direction: column;}
.newsletter form .field {width: 100%;}
.newsletter form .field label {display: block; font-weight: 400; color: #fff; font-family: 'oswald', sans-serif; font-size: 16px; line-height: 28px;}
.newsletter input[type="text"], .newsletter input[type="email"] {width: 100%; padding: 10px; margin-bottom: 15px; border: none; border-radius: 25px; background-color: #333; color: #fff; }

.about ul { list-style: none; padding: 0; }
.about ul li { margin-bottom: 10px; font-family: 'oswald', sans-serif; font-size: 18px;}
.about a { color: #fff; text-decoration: none; background-image: -webkit-gradient(linear, left top, left bottom, from(#3CFFD0), to(#3CFFD0)); background-image: -o-linear-gradient(#3CFFD0,#3CFFD0); background-image: linear-gradient(#3CFFD0, #3CFFD0); background-position: 0 99%; background-repeat: no-repeat; background-size: 0 2px; -webkit-transition: background-size .5s ease-out; -o-transition: background-size .3s ease-out; transition: background-size .5s ease-out;}
.about a:hover {background-size: 100% 2px; color:#3CFFD0;}

.footer-bottom { text-align: center; font-size: 16px; margin-top: 30px; background: #000; padding:20px 0;}
.footer-bottom p {font-family: 'oswald', sans-serif; color: #fff;}
.site-footer a.link:hover {background-image: -webkit-gradient(linear, left top, left bottom, from(#3CFFD0), to(#3CFFD0)); background-image: -o-linear-gradient(#3CFFD0,#3CFFD0); background-image: linear-gradient(#3CFFD0, #3CFFD0);}
.menu-footer-menu-container li a {text-transform: uppercase;}



/* =================== Responsive =================== */
@media only screen and (max-width: 1260px) {
    .container {max-width:970px;}

    .search-popup .modal-content { max-width: 970px;}

    .author a, .date {font-size: 13px;}
    .post-item-box .post-content {padding: 0 40px 0 20px; margin-top: -25px;}
    .post-item-box .post-title { font-size: 26px;}
    .post-item-box .post-description {line-height: 1.3;}
    .post-item-box-wrapper .post-item-box:before {left: 35px;}
    .post-item-box .author {margin-right: 10px;}
    .post-item-box .post-title { font-size: 24px;}

    .footer-column.trending {max-width: 400px;}
    .footer-column.newsletter {max-width: 300px;}

    .column-wide {max-width: 520px;}
    .column-sidebar {max-width: 400px;}
    .column-sidebar .most-popular .vertical-title { left: -105px; }
    .column-sidebar .most-popular .post-list-with-image {margin-left: 50px;}

    .global-layout .post-item-box .post-content { padding: 0 20px; }
    
}


@media only screen and (max-width: 991px) {

    .search-popup div.modal-content .close {padding: 2px 3px; margin: -50px 0px 0 0;}

    .container {max-width:100%; padding: 0 20px;}
    .button, a.button {min-width: 150px; padding: 0 10px;}
    .logo { max-width: 190px; }
    .social-links ul li {padding: 15px 5px; font-size: 18px;}
    .header-links li a {padding:7px; font-size: 14px;}

    .search-popup {left: 20px; right: 20px; width: calc(100% - 40px);}
    .main-navigation li {margin-right: 0px; margin-left: 0px;}
    .custom-login {right:0;}

    .author { margin-right: 10px; }

    .footer-column.trending { max-width: 100%; }
    .footer-column.newsletter { max-width: 490px; }

    .column-wide, .column-sidebar {max-width: 48%;}
    .column-sidebar {margin-left: 30px;}
    .column-sidebar .most-popular .post-list-with-image {margin-left: 0;}

    .global-layout .post-item-box {max-width: calc(50% - 30px);}

    .event-item .one-half {max-width: 100%;}
    .event-item .one-half:last-child {margin-top: 30px;}

}


@media only screen and (max-width: 767px) {

    .one-half {max-width: 100%;}
    .column-full, .columns-2 { padding: 30px 0; }

    .logo {margin-bottom: 10px;}

    .search-popup div.modal-content .close {margin: -50px 48px 0 0;}

    .menu-toggle { display: block;}
    .main-navigation .menu-main-menu-container {background:#000; height: 0; overflow: hidden; max-width: 220px; width: 100%; text-align: left; opacity: 0; padding: 10px 20px 20px 20px; top:-190px; right: 20px; position: absolute; z-index: 201; border-bottom-left-radius: 5px; border-bottom-right-radius: 5px; transition: all 0.5s;}
    .main-navigation.toggled .menu-main-menu-container {height:auto; display: block; opacity: 1; top: 1px;} 
    .main-navigation {padding: 1px 0;}
    .main-navigation ul {width:100%;}
    .main-navigation li {display: block; margin:10px 0;}
    .main-navigation a {color:#fff; padding: 0; font-size: 18px;  font-weight: 700;}
    .main-navigation a.arrow {padding:0; position: absolute; right: 0; background: none; transition: all 0.3s;}
    .main-navigation a.arrow:before {font-family: 'Font Awesome 7 Free'; float: right; content: "\f105"; font-size: 22px !important; width: 13px; font-weight: 900; color: #FFF !important;}

    .main-navigation li>ul.sub-menu {width: 100%; position: static; padding: 0px; margin:0 0 5px 10px; float: left; width: 100%; background-color:transparent;}
    .main-navigation li>ul.sub-menu>li a {font-size: 15px;}
    .menu-active a.arrow {transform: rotate(90deg);}


    .header-links { margin-left: 0; display: block; width: 100%;}
    .custom-login {top: -63px; right: 20px;}
    .custom-login a {padding:5px 10px !important; background:#333; font-size: 14px;}

    .social-links {position: absolute; top: -5px; right: 75px;}
    .social-links ul li {display: none;}
    .social-links ul li.search {display: block;}

    .categories a {padding:5px; font-size:12px;}
    .business-right .vertical-title {display: none;}
    .post-item-box {max-width: 100%;}
    .social-bar a {margin: 0 5px;}
    .footer-column.about {max-width:100%; margin:20px 0 0 0;}

    .column-wide, .column-sidebar { max-width: 100%;}
    .column-sidebar {margin-left: 0;}

    .global-layout .post-item-box {max-width: 100%;}
    

}