@charset "UTF-8";

/*
Theme Name: Soompi Web
Theme URI: https://wordpress.org/themes/soompiweb/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Soompi Web is a blank canvas for your ideas and it makes the block editor your best brush. With new block patterns, which allow you to create a beautiful layout in a matter of seconds, this theme’s soft colors and eye-catching — yet timeless — design will let your work shine. Take it for a spin! See how Soompi Web elevates your portfolio, business website, or personal blog.
Requires at least: 5.3
Tested up to: 6.2
Requires PHP: 5.6
Version: 1.8
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: soompiweb
Tags: one-column, accessibility-ready, custom-colors, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready

Soompi Web WordPress Theme, (C) 2020 WordPress.org
Soompi Web is distributed under the terms of the GNU GPL.
*/

.inline-search-component {
    outline: none;
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 45px
}

.inline-search-component.expanded {
    width: 330px
}

@media only screen and (max-width: 37.49em) {
    .inline-search-component.expanded {
        width:100%;
        position: fixed;
        margin-top: 30px;
    }
}

.inline-search-component .search-container {
    background-color: #fff;
    display: flex;
    flex-direction: row;
    height: 100%;
    z-index: 2
}

.inline-search-component .search-container .icon-container {
    cursor: pointer;
    display: flex;
    flex-direction: row;
    font-size: 20px;
    position: absolute;
    right: 8px;
    top: 50%;
    margin-top: -12.5px
}

.inline-search-component .search-container .icon-container .search-icon {
    display: inline-block
}

.inline-search-component .search-container .icon-container i {
    margin-left: 12px;
    display: none
}

.inline-search-component .search-container .icon-container i.active {
    display: inline-block
}

.inline-search-component .search-container .inline-search-input {
    position: absolute;
    right: 0;
    padding: 0;
    margin: 0;
    width: 0;
    height: 0;
    outline: none;
    background-color: #fff;
    transition: width .2s ease-in,padding .2s ease-in;
    border: 0
}

.inline-search-component .search-container .inline-search-input.active {
    height: 100%;
    width: 100%;
    padding: 0 64px 0 16px;
    border: 1px solid #ddd;
    box-shadow: 0 2px 12px 0 rgba(0,0,0,.55)
}

.inline-search-component .inline-dropdown {
    background: #fff;
    box-shadow: 0 2px 12px 0 rgba(0,0,0,.55);
    display: flex;
    flex-direction: column;
    outline: none;
    overflow: auto;
    white-space: normal;
    width: 100%;
    z-index: 1;
    max-height: calc(100vh - 56px)
}

.inline-search-component .inline-dropdown-status {
    font-size: 1.6rem;
    color: #111;
    text-align: center;
    padding: 24px;
    font-weight: 300
}

.inline-search-component .container--results a {
    color: inherit
}

.inline-search-component .container--results a:focus {
    background-color: #c4c4c4;
    outline: none
}

.inline-search-component .btn-seeall {
    background-color: #000;
    border: 0;
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 1rem;
    height: 56px;
    line-height: 56px;
    padding: 0;
    text-align: center;
    text-transform: uppercase;
    border-radius:0px;
}

.inline-search-component .btn-seeall:hover {
    color: #fff
}

/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%
}

body,ul {
    margin: 0;
    padding: 0
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace,monospace;
    font-size: 1em
}

a {
    background-color: transparent;
    text-decoration: none
}

abbr[title] {
    border-bottom: 0;
    text-decoration: underline;
    text-decoration: underline dotted
}

b,strong {
    font-weight: bolder
}

code,kbd,samp {
    font-family: monospace,monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

sub,sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none
}

button,input,optgroup,select,textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,input {
    overflow: visible
}

button,select {
    text-transform: none
}

[type=button],[type=reset],[type=submit],button {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=checkbox],[type=radio] {
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

[hidden],template {
    display: none
}

html {
    box-sizing: border-box;
    font-size: 100%
}

*,:after,:before {
    box-sizing: inherit
}

body {
    background-color: #fff;
    color: #333;
    font-size: 1rem;
    font-stretch: normal;
    letter-spacing: normal;
    font-family: Arial;
    line-height: 1.6;
    letter-spacing: .2px;
    overflow-x: hidden
}

h1,h2,h3,h4,h5,h6 {
    font-family: Arial,sans-serif !important;
}

.fonts-loaded h1,.fonts-loaded h2,.fonts-loaded h3,.fonts-loaded h4,.fonts-loaded h5,.fonts-loaded h6 {
    font-family: Oswald,sans-serif !important;
}

.fonts-loaded .home-featured .featured-meta-title,.fonts-loaded .media-heading,.fonts-loaded body {
    font-family: Lato,sans-serif !important;
}

@media only screen and (min-width: 53em) {
    .page-wrapper {
        padding-top:40px
    }
}

canvas.responsive-canvas,img.responsive-img,video.responsive-video {
    max-width: 100%;
    height: auto;
    width: 100%
}

a,a.active,a:hover {
    color: #12bdfd;
}

ul,ul li {
    list-style-type: none
}

.content-element {
    margin-top: 104px
}

.divider {
    height: 1px;
    overflow: hidden;
    background-color: #ddd
}

.article-iframe-hero {
    width: 100%;
    padding-bottom: 66%;
    position: relative;
    background: #ddd
}

iframe.responsive-iframe {
    width: 100%;
    height: 100%;
    border: 0
}

.article-iframe-hero iframe.responsive-iframe {
    position: absolute
}

.contrast-link {
    color: #fff!important
}

.contrast-link:hover {
    color: #fff!important;
    text-decoration: underline
}

.container, .container-main {
    margin: 0 auto;
    max-width: 1280px !important;
    padding: 0 12px;
}

.container-fluid{
    padding: 0;
}
@media only screen and (min-width: 53em) {
    .container {
        padding:0 24px
    }
}

.container.no-pad-top {
    padding-top: 0
}

.container-full-bleed {
    padding: 0
}

@media only screen and (min-width: 53em) {
    .container-full-bleed {
        padding:0 16px
    }
}


.featured-container {
    padding-right:8px;
    padding-left:0;
}

.trending-container{
    padding-left: 16px;
}

@media only screen and (min-width: 53em) {
    .container .row {
        margin-left:-13px;
        margin-right: -13px
    }
    .trending-container{
        padding:0;
    }
}

@media only screen and (min-width: 849px) {
    .trending-container{
        padding-left: 16px;
    }
}

@media only screen and (max-width: 848px) {
    .container .row {
        margin-left:-13px;
        margin-right: -13px
    }
    .trending-container{
        padding:0;
        width: 100%;
    }
    .featured-container{
        padding-right: 0px;
    }
}

.emphasis-link {
    color: #000
}

.emphasis-link:hover {
    color: #1a1a1a
}
.emphasis {
    color: #000;
}

.columnize-links ul {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 1.5rem;
    -moz-column-gap: 1.5rem;
    column-gap: 1.5rem
}

@media only screen and (min-width: 53em) {
    .columnize-links-med ul {
        -moz-column-count:2;
        -webkit-column-count: 2;
        column-count: 2;
        -webkit-column-gap: 1.5rem;
        -moz-column-gap: 1.5rem;
        column-gap: 1.5rem
    }
}

@media only screen and (max-width: 767px) {
    .columnize-links {
        margin-top:20px;
    }
}

.columnize-links-wrapper-small {
    max-width: 14em
}

.columnize-links-wrapper-med {
    max-width: 18em;
    /* margin-left: 11px; */  
}

.pos-relative {
    position: relative
}

.block-display {
    display: block
}

.inline-block {
    display: inline-block
}

.left,.media-left {
    float: left
}

.media-right,.right {
    float: right
}

.center-align {
    text-align: center
}

.right-align {
    text-align: right
}

.clearfix:after {
    content: "";
    display: table;
    clear: both
}

.overflow-hidden {
    overflow: hidden
}

.hidden {
    display: none!important
}

.section {
    padding-top: 16px;
    padding-bottom: 16px
}

.section.no-pad-top {
    padding-top: 0
}

.section.no-pad-bot {
    padding-bottom: 0
}

.flex {
    display: flex
}

.flex-column {
    flex-direction: column
}

.flex-end {
    justify-content: flex-end
}

.flex-between {
    justify-content: space-between
}

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

.flex-fill {
    flex: 1
}

.flex-center-horizontal {
    justify-content: center
}

.hide-on-small {
    display: none
}

@media only screen and (min-width: 53em) {
    .hide-on-small {
        display:block
    }
}

@media only screen and (min-width: 53em) {
    .hide-on-large {
        display:none
    }
}

.mb-none {
    margin-bottom: 0
}

.margin-none {
    margin: 0
}

.vertical-separator {
    padding: 10px
}

.vertical-separator:after {
    content: "|"
}

.circle {
    border-radius: 50%
}

.navbar {
    background: #fff;
    padding: .8rem 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
    color: #000;
    box-shadow: 0 2px 3px rgba(0,0,0,.3);
    border: 0;
    border-top: 5px solid #000;
    border-image: linear-gradient(90deg,#12bdfd,#9f79f3) 6
}

@media only screen and (max-width: 29.9em) {
    .navbar-open {
        overflow:hidden
    }
}

.navbar-contrast {
    background: #000
}

.navbar-end {
    padding-top: 4px;
    padding-bottom: 4px;
    list-style-type: none;
    font-family: Lato,sans-serif;
    font-size: 1.125rem
}

@media only screen and (min-width: 53em) {
    .navbar-end {
        padding-top:8px
    }
}

.navbar-start {
    font-weight: 400
}

@media only screen and (max-width: 52.9375em) {
    .navbar-start {
        padding-top:4px;
        padding-bottom: 4px
    }
}

.navbar-end {
    font-weight: 700;
    white-space: nowrap
}

.nav-item-icon {
    display: inline-block;
    line-height: 1.2
}

.nav-item-icon a {
    padding: 4px;
    margin-right: 4px
}

.navbar-end>.nav-item-icon>a {
    margin-left: 4px;
    margin-right: 0
}

.navbar-dropdown-item {
    display: block;
    text-align: center
}

@media only screen and (min-width: 53em) {
    .navbar-dropdown-item {
        text-align:left
    }
}

@media only screen and (min-width: 53em) {
    .navbar-dropdown-item:last-child {
        border-bottom:0
    }
}

.nav-item {
    display: inline-block
}

@media (max-width: 52.9375em) {
    .nav-item {
        display:block;
        text-align: center;
        border-bottom: 1px solid #ddd;
        text-transform: uppercase
    }
}

.navbar-expand-item .navbar-expand-list-item .active-route {
    text-decoration: underline
}

@media only screen and (min-width: 53em) {
    .navbar-menu {
        display:none
    }
}

.navbar-logo {
    display: inline-block;
    position: absolute;
    top: 10px;
    left: calc(50% - 75px);
}

@media only screen and (min-width: 53em) {
    .navbar-logo {
        left:0;
        top: 0
    }
}

.navbar-link,.navbar-logo {
    margin-right: .55rem
}

@media screen and (min-width: 20rem) {
    .navbar-link,.navbar-logo {
        margin-right:calc(.35rem + .75 * (100vw - 20rem) / 60)
    }
}

@media screen and (min-width: 80rem) {
    .navbar-link,.navbar-logo {
        margin-right:1.3rem
    }
}

.navbar-end li,.navbar-logo .logo,.navbar-start li,.navbar-subnav-indicator {
    vertical-align: middle
}

.navbar-end>li:last-child>a {
    margin-right: 0
}

.navbar-toggler {
    border: 0px solid #12bdfd !important;
  }

  .right {
    float: right !important;
  }

  .start-one {
    display: unset;
  }

  .navbar-primary-links .dropdown {
    position:unset !important;
  }

@media screen and (min-width: 945px) {
    .start-one {
        display: inline-block;
    }
}

.navbar-expand-lg .navbar-toggler {
    display: none;
}

@media (min-width: 848px){
    .navbar-expand-lg .navbar-collapse {
        display: flex!important;
        flex-basis: auto;
    }
}
@media (max-width: 847px){
    .navbar-expand-lg .navbar-toggler {
        display: block;
    }
}
.darkmode-image-placeholder {
    display: inline-block;
    height: 22px;
    width: 18px;
    background-image: url(../images/darkmode-off.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: bottom
}

.navbar-subnav-indicator {
    font-size: .45rem !important;
    margin-left: 8px !important;
    color: #ff3e8e !important;
}

.navbar-link {
    color: #000;
    font-size: 1.125rem;
    text-transform: uppercase;
    font-weight: 900;
    white-space: nowrap
}

.navbar-link:focus img.navbar-icon-profile.loggedout,.navbar-link:hover img.navbar-icon-profile.loggedout {
    filter: invert(.5) sepia(1) saturate(5) hue-rotate(175deg)
}

.navbar-link img.navbar-icon-profile.loading,.navbar-link img.navbar-icon-profile.loggedout {
    width: 18px;
    height: 18px;
    margin-top: 2px
}

.navbar-link img.navbar-icon-profile.loading {
    opacity: .5
}

.navbar-link img.navbar-icon-profile.loggedin {
    margin-right: -6px
}

.navbar-logo {
    line-height: 1.5
}

.navbar-logo .logo {
    width: calc(8rem + .4vw);
    display: inline-block;
    height: 47px;
    padding-top: 5px;
    background-image: url(../images/soompi-logo-colored.svg);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: 0 50%;
    margin-top: -5px
}

.navbar-actions {
    text-align: right
}

@media only screen and (min-width: 53em) {
    .navbar-profile {
        position:relative
    }

    .navbar-profile .navbar-dropdown.navbar-active {
        position: absolute;
        right: 0;
        min-width: 360px;
        background-color: #f5f5f5
    }

    .navbar-profile a {
        text-transform: uppercase;
        vertical-align: text-top;
        font-weight: 700
    }
}

.navbar-profile .navbar-icon-title {
    font-size: 1rem;
    font-weight: 400
}

.navbar-profile .nav-text {
    padding: 24px;
    font-size: 1rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #aaa;
    text-align: left;
    font-weight: 300
}

.navbar-profile .separator {
    border-top: 1px solid #ddd;
    margin: 0 16px
}

.navbar-profile .login {
    position: relative;
    margin: .4em;
    padding: 0 15px 0 46px;
    border: 0;
    text-align: left;
    line-height: 34px;
    white-space: nowrap;
    border-radius: .2em;
    font-size: 1rem;
    color: #fff;
    display: block;
    text-transform: none;
    font-weight: 400
}

.navbar-profile .login:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 34px;
    height: 100%
}

.navbar-profile .login:focus {
    outline: none
}

.navbar-profile .login:active {
    box-shadow: inset 0 0 0 32px rgba(0,0,0,.1)
}

.navbar-icon-profile {
    vertical-align: top
}

.navbar-icon-title {
    text-transform: capitalize;
    font-weight: 800;
    vertical-align: top;
    font-size: 1.2em
}

@media only screen and (min-width: 53em) {
    .navbar-with-dropdown {
        position:relative
    }
}

@media (max-width: 52.9375em) {
    .navbar-active {
        position:absolute;
        background: #fff;
        width: 100vw;
        height: 100vh;
        left: 0;
        right: 0
    }
}

.navbar-dropdown.navbar-active {
    position: absolute;
    background: #fff;
    width: 100vw;
    height: 100vh
}

@media only screen and (min-width: 53em) {
    .navbar-dropdown.navbar-active {
        width:auto;
        height: auto;
        padding: 0;
        margin-top: 14px;
        min-width: 230px;
        box-shadow: 0 3px 4px 0 rgba(0,0,0,.15)
    }
}

.navbar-contrast .navbar-expand.navbar-active {
    top: 64px
}

.navbar-expand.navbar-active {
    background: #fff;
    position: static;
    width: auto;
    height: auto;
    left: 0;
    right: 0
}

@media only screen and (min-width: 53em) {
    .navbar-expand.navbar-active {
        position:absolute;
        left: 0;
        right: 0;
        margin-top: 0px;
        padding: 16px;
        z-index: -1;
        padding-bottom: 32px;
        box-shadow: 0 3px 4px 0 rgba(0,0,0,.15);
        overflow: hidden
    }

    .navbar-expand.navbar-active:before {
        content: " ";
        position: absolute;
        left: -20px;
        right: -20px;
        bottom: -20px;
        top: 0;
        box-shadow: inset 0 0 8px rgba(0,0,0,.6);
        z-index: -1
    }
}

.navbar-primary-links {
    display: none
}

@media only screen and (min-width: 53em) {
    .navbar-primary-links {
        display:inline-block
    }
}

@media (max-width: 52.9375em) {
    .navbar-dropdown,.navbar-primary-links.navbar-active {
        top:63px;
        bottom: 0;
        margin-top: 0;
        padding-bottom: 63px;
        display: block;
        overflow: auto
    }

    .navbar-dropdown:before,.navbar-primary-links.navbar-active:before {
        content: " ";
        position: fixed;
        left: -20px;
        right: -20px;
        bottom: 0;
        top: 68px;
        box-shadow: inset 0 0 8px rgba(0,0,0,.6);
        pointer-events: none
    }
}

.navbar-primary-links.dropdown.dropdown-toggle .navbar-subnav-indicator:after{
    color: red;
}
/* .navbar-dropdown .navbar-link,.navbar-primary-links.navbar-active .navbar-link {
    margin-right: 0
} */

.nav-item-icon .navbar-dropdown-link,.navbar-dropdown-link {
    padding: 16px 24px;
    display: block
}

@media (max-width: 52.9375em) {
    .nav-item .navbar-link {
        padding:16px 24px;
        display: block
    }
}

.navbar-expand-item {
    text-align: left
}

.navbar-expand-list-item {
    font-size: calc(1em + .2vw);
    list-style-position: inside;
    color: #12bdfd;
    break-inside: avoid
}

.navbar-dropdown-link:hover,.navbar-expand-list-item:hover {
    background-image: linear-gradient(90deg,#12bdfd,#9f79f3) !important;
}

.navbar-expand-link-item {
    color: #000;
    display: block;
    padding: 16px 8px
}

.navbar-dropdown-link:hover,.navbar-expand-list-item:hover .navbar-expand-link-item {
    color: #fff
}

.site-logo-link {
    margin: auto;
    text-align: center
}

@media only screen and (min-width: 53em) {
    .navbar-border-right {
        border-right:1px solid rgba(0,0,0,.07)
    }
}

.navbar-link-img {
    vertical-align: middle;
    border-top: 3px solid transparent;
    border-bottom: 3px solid transparent
}

.site-logo-link:hover .navbar-link-img {
    border-bottom: 3px solid #12bdfd
}

@media only screen and (min-width: 53em) {
    .navbar-link-img {
        max-width:100%;
        height: auto;
        width: 100%
    }
}

.dark-mode-link:before {
    content: "Dark Mode: Turn On"
}

.dark-mode-link:before,.darkmode .dark-mode-link:before {
    display: inline-block;
    padding-right: 6px;
    vertical-align: middle
}

.darkmode .dark-mode-link:before {
    content: "Dark Mode: Turn Off"
}

.login-dropdown.navbar-active {
    background-color: #f5f5f5;
    padding: 24px;
    font-size: 1rem;
    font-weight: 400;
    text-align: left;
    white-space: normal
}

.dropdown-login-form .section {
    padding: 8px 0
}

.dropdown-login-form .tickbox-container {
    padding-left: 30px;
    text-indent: -24px;
    color: #333;
    font-weight: 300;
    position: relative;
    text-align: left;
    font-size: .875em;
    line-height: 1.45
}

.dropdown-login-form .tickbox-container .error-message {
    color: #f85050;
    text-indent: 0;
    margin-top: 8px;
    display: none
}

.dropdown-login-form .tickbox-container label {
    position: absolute;
    background-color: #ccc;
    border: 1px solid #999;
    border-radius: 50%;
    height: 20px;
    width: 20px;
    left: 0;
    top: 1px;
    cursor: pointer
}

.dropdown-login-form .tickbox-container label:after {
    border: 2px solid #ccc;
    border-top: 0;
    border-right: 0;
    content: "";
    height: 5px;
    left: 4px;
    opacity: 0;
    position: absolute;
    top: 6px;
    transform: rotate(-45deg);
    width: 10px
}

.dropdown-login-form .tickbox-container a {
    text-transform: none;
    vertical-align: baseline;
    padding: 0;
    margin: 0;
    text-decoration: underline;
    font-weight: 300;
    font-size: inherit;
    color: #333
}

.dropdown-login-form .tickbox-container a:hover {
    color: #12bdfd
}

.dropdown-login-form .tickbox-container input[type=checkbox] {
    margin-right: 12px;
    visibility: hidden
}

.dropdown-login-form .tickbox-container input[type=checkbox]:checked+label {
    background-color: #12bdfd;
    border-color: #12bdfd
}

.dropdown-login-form .tickbox-container input[type=checkbox]:checked+label:after {
    opacity: 1;
    border-color: #fff
}

.dropdown-login-form .tickbox-container.has-error .error-message {
    display: block
}

.dropdown-login-form .tickbox-container.has-error label {
    border-color: #f85050
}

.dropdown-login-form a.btn {
    font-size: .8em;
    line-height: 1.9;
    display: block;
    font-weight: 600;
    margin: 16px 0;
    padding: 11px;
    padding-left: 46px;
    position: relative
}

@media screen and (min-width: 20rem) {
    .dropdown-login-form a.btn {
        font-size:calc(.8em + .2 * (100vw - 20rem) / 60)
    }
}

@media screen and (min-width: 80rem) {
    .dropdown-login-form a.btn {
        font-size:1em
    }
}

@media screen and (min-width: 20rem) {
    .dropdown-login-form a.btn {
        line-height:calc(1.9 + -.4 * (100vw - 20rem) / 60)
    }
}

@media screen and (min-width: 80rem) {
    .dropdown-login-form a.btn {
        line-height:1.5
    }
}

.dropdown-login-form a.btn:hover {
    background-image: linear-gradient(90deg,#12bdfd,#9f79f3);
    color: #fff
}

.dropdown-login-form a.facebook-login:before {
    background-image: url(../images/icon-facebook-color.svg)
}

.dropdown-login-form a.facebook-login:before,.dropdown-login-form a.google-login:before {
    content: "";
    position: absolute;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: 50%;
    left: 0;
    top: 0;
    width: 46px;
    height: 46px
}

.dropdown-login-form a.google-login:before {
    background-image: url(../images/icon-google-color.svg)
}

.dropdown-login-form a.apple-login:before {
    content: "";
    position: absolute;
    background-image: url(../images/icon-apple-black.svg);
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: 50%;
    left: 0;
    top: 0;
    width: 46px;
    height: 46px
}

.inline-search-component .search-container .icon-container .search-icon {
    margin-top: -1px
}

.actions-light {
    --article-actions-item-bg: rgba(0,0,0,.15);
    --article-actions-link-color: $black;
    --article-stats-color: rgba(0,0,0,.54)
}

.actions-dark {
    --article-actions-item-bg: darken($article-actions-bg,12%);
    --article-actions-link-color: $white;
    --article-stats-color: $white
}

.actions-item {
    font-size: calc(.7em + .5vw);
    background-color: var(--article-actions-item-bg);
    margin: 8px;
    display: flex;
    justify-content: center;
    align-items: center
}

.actions-item a {
    color: var(--article-actions-link-color)
}

.actions-item a>img {
    margin: 0;
    width: 80px;
    height: 80px
}

.actions-item a.disabled>img {
    opacity: .5
}

.actions-stats {
    font-size: .875rem;
    color: var(--article-stats-color)
}

.image-wrapper {
    position: relative;
    padding-bottom: 66.6%;
    height: 0;
    background: #ddd;
    overflow: hidden;
    display: block
}

.image-wrapper img {
    position: absolute;
    display: block;
    width: 100%;
    max-width: inherit
}

.thumbnail-container {
    min-height: calc(100vh - 336px)
}

.thumbnail-list .heading-wrapper {
    grid-gap: 0
}

.thumbnail-list .heading-wrapper .col {
    margin-bottom: 0
}

.thumbnail-list .heading-wrapper .date-time {
    padding: 8px 0;
    text-align: right
}

.thumbnail-wrapper {
    position: relative
}

.thumbnail-wrapper .floating-badges {
    position: absolute;
    left: 12px;
    bottom: 12px;
    z-index: 1
}

.thumbnail-wrapper img {
    pointer-events: none
}

.thumbnail-list .meta-container {
    margin-top: 8px
}

.home-featured-wrapper .featured-wrapper-image-container:after {
    bottom: 0
}

.home-featured-wrapper .featured-wrapper-image-container:after,.mount-category-items-wrapper .image-wrapper:before {
    content: "";
    height: 12px;
    width: 100%;
    background-image: linear-gradient(90deg,#12befd,#9e77f3);
    display: block;
    position: absolute;
    opacity: .7
}

.mount-category-items-wrapper .image-wrapper:before {
    top: 0;
    z-index: 1
}

.play-btn {
    position: absolute;
    width: auto;
    height: 40%;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%)
}

.thumbnail-overlay {
    color: #fff;
    z-index: 1;
    text-transform: uppercase;
    text-align: center;
    vertical-align: middle;
    height: 100%;
    box-sizing: border-box;
    font-weight: 400
}

.thumbnail-overlay,.thumbnail-overlay:after {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0
}

.thumbnail-overlay:after {
    content: "";
    display: block;
    background: #2c2a2a;
    background: rgba(44,42,42,.6);
    z-index: -1
}

.thumbnail-overlay.circle:after {
    border-radius: 50%
}

.thumbnail-overlay-caption-container {
    width: 100%;
    height: 100%;
    display: table
}

.thumbnail-overlay-caption {
    display: table-cell;
    vertical-align: middle;
    text-align: center
}

.thumbnail-input-canvas {
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 50%;
    z-index: -1
}

.media {
    display: block
}

.media-body {
    overflow: hidden
}

.media-object {
    vertical-align: top
}

.media-thumbnail {
    position: relative
}

.media-right {
    padding-left: 16px
}

.media-left {
    padding-right: 16px
}

.featured-wrapper {
    position: relative;
    text-align: right
}

.featured-wrapper-link {
    text-decoration: none
}

.featured-wrapper-image-container {
    position: relative;
    padding-bottom: 66.6%;
    height: 0;
    background: #ddd;
    overflow: hidden;
    display: block
}

.featured-wrapper-image-container img {
    position: absolute;
    display: block;
    width: 100%;
    max-width: inherit
}

@media (min-width: 35.125rem) {
    .featured-wrapper-container-category {
        padding-bottom:25.58%
    }
}

.featured-meta {
    overflow: hidden;
    text-align: left;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    padding-left: 40px;
    padding-bottom: 32px;
    width: 100%
}

@media only screen and (min-width: 53em) {
    .featured-meta {
        width:40%
    }
}

.featured-meta-title {
    font-size: 1.32rem;
    max-height: 6.1rem;
    overflow: hidden;
    margin: 0;
    margin-bottom: 8px
}

@media screen and (min-width: 15.31rem) {
    .featured-meta-title {
        font-size:calc(1.32rem + .48 * (100vw - 15.31rem) / 37.49)
    }
}

@media screen and (min-width: 52.8rem) {
    .featured-meta-title {
        font-size:1.8rem
    }
}

@media screen and (min-width: 15.31rem) {
    .featured-meta-title {
        max-height:calc(6.1rem + 1.9 * (100vw - 15.31rem) / 37.49)
    }
}

@media screen and (min-width: 52.8rem) {
    .featured-meta-title {
        max-height:8rem
    }
}

@media (min-width: 53rem) {
    .featured-meta-title {
        font-size:1.32rem
    }
}

.featured-meta-accent {
    background-color: rgba(249,243,12,.8)
}

.featured-meta-accent .featured-meta-title a {
    color: #000
}

.featured-meta-wrapper {
    position: relative;
    display: table;
    width: 100%;
    height: 100%
}

.featured-meta-container {
    display: table-cell;
    vertical-align: bottom
}

.featured-meta-default:before {
    content: " ";
    position: absolute;
    background-image: linear-gradient(90deg,rgba(18,189,253,.9),rgba(159,121,243,.5),rgba(159,121,243,0));
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%
}

@supports (-webkit-mask-image: linear-gradient(to right,ease-in-gradient-values(black,rgba(0,0,0,0),10%,100%))) or (mask-image:linear-gradient(to right,ease-in-gradient-values(black,rgba(0,0,0,0),10%,100%))) {
    .featured-meta-default:before {
        background-image:linear-gradient(0deg,rgba(18,189,253,.9),rgba(159,121,243,.9));
        -webkit-mask-image: linear-gradient(90deg,ease-in-gradient-values(#000,transparent,10%,100%));
        mask-image: linear-gradient(90deg,ease-in-gradient-values(#000,transparent,10%,100%))
    }
}

.home-featured-wrapper img {
    pointer-events: none
}

.ad.mobile-featured {
    margin-bottom: 0
}

.badges {
    display: inline-block;
    margin-right: 16px;
    vertical-align: top
}

.fanclubs,.tags {
    background: #ff3e8e;
    border-radius: 4px;
    transition: background .2s;
    font-size: .65rem;
    line-height: 1.5;
    font-weight: 500
}

.fanclubs a,.tags a {
    padding: 3px 8px;
    color: #fff;
    display: block
}

.fanclubs.truncate a,.tags.truncate a {
    white-space: nowrap;
    overflow: hidden;
    max-width: 96px;
    text-overflow: ellipsis
}

.fanclubs:hover,.tags:hover {
    background: #ff90bc
}

.fanclub-item,.tag-item {
    background: #ddd;
    font-weight: 600
}

.fanclub-item a,.tag-item a {
    color: #000;
    text-transform: uppercase
}

.fanclub-item:hover,.tag-item:hover {
    background: #bbb
}

.tags-container {
    line-height: 1;
    float: left
}

.modal-alert {
    max-width: 360px;
    border: 12px solid #12bdfd;
    border-image: linear-gradient(90deg,#12bdfd,#9f79f3) 6;
    border-bottom: 0;
    border-left: 0;
    border-right: 0
}

.modal-alert h4 {
    font-family: Lato,sans-serif
}

.modal-alert .modal-action {
    margin-top: 24px
}

.modal-alert .modal-alert-close {
    cursor: pointer
}

@media only screen and (max-width: 29.9em) {
    .modal-alert-overlay {
        padding:0
    }
}

.nav-item-search {
    position: relative
}

.soompi-inline-search {
    top: -24px;
    z-index: 1000
}

.soompi-inline-search .search-container .icon-container {
    right: 6px;
    margin-top: -10px
}

.soompi-inline-search .search-icon {
    position: relative;
    top: 0;
    right: 0;
    font-size: 20px
}

.soompi-inline-search .icon-cancel {
    color: #12bdfd
}

.soompi-inline-search .container-results {
    padding: 0
}

.soompi-inline-search .inline-dropdown-status {
    font-size: 1rem
}

.soompi-inline-search .container--posts {
    padding: 16px 16px 0;
    border-top: 1px solid #ddd
}

.soompi-inline-search .container--tags {
    padding: 16px
}

.soompi-inline-search .container-header {
    margin-bottom: 8px;
    padding: 0;
    color: #c4c4c4;
    font-size: 1.13rem;
    font-stretch: normal;
    font-style: normal;
    font-weight: bolder;
    letter-spacing: normal;
    line-height: normal
}

.soompi-inline-search .item--tag {
    margin-top: 16px;
    padding: 0
}

.soompi-inline-search .item--tag a {
    margin: 0;
    padding: 3px 8px;
    border-radius: 4px
}

.soompi-inline-search .item--tag a:focus {
    background-color: #c4c4c4;
    outline: none
}

.soompi-inline-search .item--post {
    cursor: pointer;
    outline: none
}

.soompi-inline-search .item--post a {
    display: block;
    font-size: 1rem;
    font-weight: 400;
    margin: 0 -16px;
    padding: 16px
}

.soompi-inline-search .item--post a:focus,.soompi-inline-search .item--post a:hover {
    background-image: linear-gradient(90deg,#12bdfd,#9f79f3);
    color: #fff
}

.soompi-inline-search .item--post a:focus .highlight,.soompi-inline-search .item--post a:hover .highlight {
    color: #fff;
    font-weight: 700
}

.home-header {
    margin-top: 88px
}

.thumbscroller-home .carousels-next-btn-item,.thumbscroller-home .carousels-prev-btn-item {
    display: none
}

.thumbscroller-home .component-thumbscroller {
    padding: 0
}

@media only screen and (min-width: 53em) {
    .thumbscroller-home .section-title {
        color:var(--dark-title-color)
    }

    .thumbscroller-home .carousels-next-btn-item,.thumbscroller-home .carousels-prev-btn-item {
        display: inline-block
    }

    .thumbscroller-home .component-thumbscroller {
        padding: 0 35px
    }
}

.ad {
    z-index: 100;
    position: relative;
    margin-bottom: 24px
}

.ad .inner-ad {
    margin: auto
}

.ad.takeover-container {
    margin: 0;
    position: absolute;
    top: 0
}

.home-featured {
    text-align: left
}

.home-featured .featured-meta-title {
    font-weight: 900;
    margin-top: 8px;
    font-size: calc(1.5rem + .2vw);
    max-height: none
}

.home-featured .featured-meta-title a {
    color: #000
}

.home-featured .featured-meta-title a:hover {
    color: #12bdfd
}

.home-prefooter .section {
    overflow: hidden
}

.article-body {
    margin-top: 68px
}

@media only screen and (min-width: 53em) {
    .article-body {
        margin-top:88px
    }
}


@media only screen and (max-width: 848px) {
    .container-main .featured-container {
        width:auto
    }
  }

.lang-es a.active,.lang-es a:hover {
    color: #aa3633
}

.lang-es .logo {
    background-image: url(../images/soompi-logo-es.svg)
}

.lang-es .navbar {
    border-image: linear-gradient(90deg,#aa3633,#ff3e8e);
}

.lang-es .dropdown-wrapper .dropdown-menu .dropdown-item-link:hover,.lang-es .navbar-dropdown-link:hover,.lang-es .navbar-expand-list-item:hover {
    background-image: linear-gradient(90deg,#aa3633,#ff3e8e) !important;
    color: #fff
}

/* @media only screen and (min-width: 53em) {
    .lang-es .navbar-expand.navbar-active {
        margin-top:20px
    }
} */

.lang-es .dropdown-wrapper .dropdown-link:hover,.lang-es .navbar-primary-links .navbar-link:hover {
    color: #aa3633
}

.lang-es .dropdown-wrapper .dropdown-indicator,.lang-es .navbar-subnav-indicator {
    color: #0b83e0
}

.lang-es .component-feedback a,.lang-es .home-featured-wrapper .featured-wrapper-image-container:after,.lang-es .mount-category-items-wrapper .image-wrapper:before {
    background-image: linear-gradient(90deg,#aa3633,#ff3e8e)
}

.lang-es .component-feedback a:active,.lang-es .component-feedback a:hover {
    color: #fff
}

.lang-es .featured-meta-title a:hover,.lang-es .media-heading a:hover,.lang-es .section-title-link:hover {
    color: #aa3633
}

.lang-es .section-title:after {
    background-image: url(../images/gradient-slash-es.svg)
}

.lang-es .article-paragraph h3 {
    border-image: linear-gradient(90deg,#aa3633,#ff3e8e) 6
}

.lang-es .article-paragraph a {
    color: #aa3633
}

.lang-es .article-paragraph a.btn-watch-now {
    border-image: linear-gradient(90deg,#aa3633,#ff3e8e) 6
}

.lang-es .article-paragraph a.btn-watch-now:hover {
    background: #aa3633
}

.lang-es .article-paragraph a.btn {
    color: #000
}

.lang-es .article-paragraph .wp-caption-text a:hover {
    color: #aa3633
}

.lang-es .load-more,.lang-es a.btn-unicorn,.lang-es button.btn-unicorn {
    border-image: linear-gradient(90deg,#aa3633,#ff3e8e) 6
}

.lang-es .load-more:hover {
    background-color: #aa3633;
    color: #fff
}

.lang-es .tags-container a {
    color: #fff
}

.lang-es .featured-meta-default:before {
    background-image: linear-gradient(90deg,rgba(170,54,51,.9),rgba(255,62,142,.5),rgba(255,62,142,0))
}

@supports (-webkit-mask-image: linear-gradient(to right,ease-in-gradient-values(black,rgba(0,0,0,0),10%,100%))) or (mask-image:linear-gradient(to right,ease-in-gradient-values(black,rgba(0,0,0,0),10%,100%))) {
    .lang-es .featured-meta-default:before {
        background-image:linear-gradient(0deg,rgba(170,54,51,.9),rgba(255,62,142,.9));
        -webkit-mask-image: linear-gradient(90deg,ease-in-gradient-values(#000,transparent,10%,100%));
        mask-image: linear-gradient(90deg,ease-in-gradient-values(#000,transparent,10%,100%))
    }
}

.lang-es .loading-shape-1,.lang-es .loading-shape-1:after,.lang-es .loading-shape-1:before {
    border-color: #e09896
}

.lang-es .loading-shape-2,.lang-es .loading-shape-2:after,.lang-es .loading-shape-2:before {
    border-color: #dc8b89
}

.lang-es .loading-shape-3,.lang-es .loading-shape-3:after,.lang-es .loading-shape-3:before {
    border-color: #d4726f
}

.lang-es .loading-shape-4,.lang-es .loading-shape-4:after,.lang-es .loading-shape-4:before {
    border-color: #aa3633
}

.lang-es .modal-generic {
    border-color: #aa3633;
    border-image: linear-gradient(90deg,#aa3633,#ff3e8e)
}

.lang-es .input:focus:not([readonly]),.lang-es input[type=date]:focus:not([readonly]),.lang-es input[type=datetime-local]:focus:not([readonly]),.lang-es input[type=email]:focus:not([readonly]),.lang-es input[type=number]:focus:not([readonly]),.lang-es input[type=password]:focus:not([readonly]),.lang-es input[type=search]:focus:not([readonly]),.lang-es input[type=tel]:focus:not([readonly]),.lang-es input[type=text]:focus:not([readonly]),.lang-es input[type=time]:focus:not([readonly]),.lang-es input[type=url]:focus:not([readonly]),.lang-es textarea.default-textarea:focus:not([readonly]) {
    border: 1px solid #aa3633
}

.lang-es .meta-container .badges {
    background: #0b83e0
}

.lang-es .pages-content a:hover {
    color: #aa3633
}

.lang-es .footer {
    background: linear-gradient(101deg,#481212,#000)
}

.lang-es .footer a:hover {
    color: #aa3633
}

.lang-es .footer-language a.active {
    color: #c84b48
}

.lang-es .inline-search-component .search-container .icon-cancel {
    color: #aa3633
}

.lang-es .inline-search-component .search-container input.active {
    border: 1px solid #aa3633
}

.lang-es .container--results .container--tags .item--tag {
    color: #aa3633
}

.lang-es .container--results .container--tags .item--tag:focus {
    outline: none;
    background-color: #c4c4c4
}

.lang-es .container--results .container--posts .item--post {
    outline: none
}

.lang-es .container--results .container--posts .item--post a:active,.lang-es .container--results .container--posts .item--post a:focus,.lang-es .container--results .container--posts .item--post a:hover {
    background-image: linear-gradient(90deg,#aa3633,#ff3e8e)
}

.soompi-poll-container {
    position: relative
}

.soompi-poll-container ul,.soompi-poll-container ul li {
    list-style-type: none;
    margin: 0;
    padding: 0
}

.soompi-poll-container h3 {
    font-family: Lato,sans-serif;
    font-weight: 700;
    border: 0;
    border-bottom: 2px solid #000;
    border-image: linear-gradient(90deg,#12bdfd,#9f79f3) 6;
    margin: 0;
    font-size: 1.4rem
}

.soompi-poll-container h3.soompi-poll-title {
    font-size: 1.2rem
}

@media screen and (min-width: 20rem) {
    .soompi-poll-container h3.soompi-poll-title {
        font-size:calc(1.2rem + .2 * (100vw - 20rem) / 60)
    }
}

@media screen and (min-width: 80rem) {
    .soompi-poll-container h3.soompi-poll-title {
        font-size:1.4rem
    }
}

.soompi-poll-container .soompi-poll-item {
    position: relative
}

.soompi-poll-container .soompi-poll-item a:hover:before {
    content: " ";
    position: absolute;
    left: 0;
    right: 0;
    background-image: linear-gradient(90deg,#12bdfd,#9f79f3);
    color: #fff;
    width: 100%;
    height: 100%;
    opacity: .4
}

.soompi-poll-container .soompi-poll-item a.selected:hover:before {
    background-image: none
}

.soompi-poll-container .soompi-poll-items-container {
    margin: 8px 0
}

.soompi-poll-container .submit-button-container {
    padding-top: 8px;
    border-top: 1px solid #999
}

.soompi-poll-container .soompi-poll-item .overlay {
    position: absolute;
    display: flex;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    color: #fff
}

.soompi-poll-container .soompi-poll-item .overlay:before {
    position: absolute;
    content: " ";
    background-image: linear-gradient(90deg,#12bdfd,#9f79f3);
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 0;
    opacity: .6
}

.soompi-poll-container .soompi-poll-item .overlay .svg-wrapper {
    display: flex;
    fill: currentColor;
    margin: auto;
    width: 20px;
    height: 20px;
    z-index: 1
}

.soompi-poll-container .soompi-poll-item .overlay .svg-wrapper svg {
    width: 100%;
    height: 100%
}

.soompi-poll-container.default .soompi-poll-item a {
    padding: 8px 0;
    text-align: left
}

.soompi-poll-container.default .soompi-poll-item a:before {
    content: " ";
    width: 20px;
    height: 20px;
    border: 1px solid rgba(0,0,0,.4);
    border-radius: 50%;
    position: absolute;
    margin: 3px 8px
}

.soompi-poll-container.default .soompi-poll-item a.selected:before {
    display: none
}

.soompi-poll-container.default .soompi-poll-item .soompi-poll-item-title {
    padding-left: 36px
}

.soompi-poll-container.default .soompi-poll-item.results .soompi-poll-item-title .soompi-poll-item-title-text {
    display: block;
    overflow: hidden;
    margin-right: 50px;
    white-space: nowrap;
    text-overflow: ellipsis
}

.soompi-poll-container.default .soompi-poll-item.results {
    padding: 8px
}

.soompi-poll-container.default .soompi-poll-item.results .soompi-poll-item-title {
    padding: 0
}

.soompi-poll-container.default .soompi-poll-item.results .percent {
    float: right
}

.soompi-poll-container.default .soompi-poll-item .overlay {
    padding: 0 8px
}

.soompi-poll-container.default .soompi-poll-item .overlay .svg-wrapper {
    margin: auto 0;
    padding: 3px;
    border: 1px solid currentColor;
    border-radius: 50%
}

.soompi-poll-container.default .soompi-poll-items-container {
    grid-gap: 4px
}

.soompi-poll-container.tiled .soompi-poll-item.results .soompi-poll-item-image {
    width: 42px;
    float: left;
    margin-right: 8px
}

.soompi-poll-container.tiled .soompi-poll-item.results .progress-container {
    margin-left: 49px
}

.soompi-poll-container.tiled .soompi-poll-item.results .soompi-poll-item-title .percent {
    float: right
}

.soompi-poll-container.tiled .soompi-poll-item.results .soompi-poll-item-title .soompi-poll-item-title-text {
    display: block;
    overflow: hidden;
    margin-right: 50px;
    white-space: nowrap;
    text-overflow: ellipsis
}

.soompi-poll-container.tiled .soompi-poll-item-image img {
    width: 100%
}

.soompi-poll-container .soompi-poll-item .soompi-poll-item-title {
    font-size: .95rem;
    font-weight: 600
}

.soompi-poll-container .soompi-poll-item .soompi-poll-item-info {
    font-size: .8rem
}

.soompi-poll-container .soompi-poll-navigation {
    padding: 8px 0
}

.soompi-poll-container .soompi-poll-item-wrapper {
    text-align: center;
    display: block;
    color: #000
}

.soompi-poll-container .soompi-poll-item-image img {
    margin: auto
}

.soompi-poll-container .updating-overlay {
    position: absolute;
    background: rgba(0,0,0,.8);
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1
}

.soompi-poll-container .progress-container {
    position: relative;
    height: 12px;
    border: 1px solid #999;
    background-color: #e1e1e1
}

.soompi-poll-container .progress-container .progress-bar {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    background-color: #12bdfd;
    width: 0;
    transition: width 1s
}

.soompi-poll-container .soompi-poll-navigation-container.sticky {
    background-color: #fff;
    position: sticky;
    z-index: 2
}

.soompi-poll-container .soompi-poll-navigation-container.nav-top {
    top: 67px
}

@media only screen and (min-width: 53em) {
    .soompi-poll-container .soompi-poll-navigation-container.nav-top {
        top:70px
    }
}

.soompi-poll-container .soompi-poll-navigation-container.nav-bottom {
    bottom: 0;
    padding-bottom: 24px
}




  .btn, .btn-watch-now, .other-related-items .tooltip a {
    padding: 8px 24px;
    line-height: 1.5;
    display: inline-block;
    background-image: none;
    white-space: nowrap;
    text-align: center;
    vertical-align: middle;
    color: #000;
    background-color: #fff;
    border: 1px solid transparent;
    text-transform: uppercase;
    letter-spacing: .5px;
    font-weight: 900;
    font-size: 1rem;
}

  .article-paragraph a.btn-watch-now, .btn-unicorn, .load-more {
    color: none;
    background-color: #fff;
    border: 3px solid #12bdfd;
    border-image: linear-gradient(90deg,#12bdfd,#9f79f3) 6;
  }

  .navbar-toggler{
    font-size: 1.125rem;
    vertical-align:middle;
    margin: 0;
    padding: 0;
  }

  .navbar-toggler:focus{
    box-shadow:none !important;
  }

  .header {
    font-size: calc(.9em + .2vw);
}

.search-container {
    width: 0;
    overflow: hidden;
    transition: width 0.3s ease-in-out;
  }
  
  .search-container.expanded {
    width: 200px; /* Adjust the width as needed */
  }

.meta-container {
    display: inline-flex;
}

.meta-container .date-time {
    line-height: 1.8;
}
.date-time {
    color: #9c9c9c;
    font-size: .8rem;
    font-weight: 400;
}
.section-title {
    font-size: calc(2.5rem + .2vw);
    line-height: 1;
    margin: 0 0 8px;
    font-weight: 500;
}
.section-title-link {
    transition: color .2s;
    font-weight: 500;
}
.section-title, .section-title-link {
    color: #000;
    font-weight: 500;
}
.section-title .icon-right {
    font-size: 1.2rem;
    margin-left: 8px;
    vertical-align: middle;
}
.section-title:after {
    content: " ";
    background-image: url('../images/gradient-slash.svg');
    background-repeat: no-repeat;
    height: 1.25rem;
    display: block;
    margin: 8px 0 24px;
}
.media-heading {
    font-size: 1rem;
    font-weight: 700;
    margin: 0;
    line-height: 1.35;
}
.media-heading a:hover {
    color: #12bdfd;
}
.media-heading a {
    color: #333;
    display: block;
}

.list-item {
    margin-bottom: 1rem;
}



/************* */
.carousel-inner {
    padding: 1em;
  }
  .card {
    margin: 0 0.5em;
    box-shadow: 2px 6px 8px 0 rgba(22, 22, 26, 0.18);
    border: none;
  }
  .carousel-control-prev,
  .carousel-control-next {
    background-color: #e1e1e1;
    width: 6vh;
    height: 6vh;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
  }
  @media (min-width: 768px) {
    .carousel-item {
      margin-right: 0;
      flex: 0 0 33.333333%;
      display: block;
    }
    .carousel-inner {
      display: flex;
    }
  }
  .card .img-wrapper {
      max-width: 100%;
      height: 13em;
      display: flex;
      justify-content: center;
      align-items: center;
  }
  .card img {
      max-height: 100%;
  }
  @media (max-width: 767px) {
    .card .img-wrapper {
      height: 17em;
    }
  }

  .owl-prev,
  .owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
  
  .owl-prev {
    left: -2rem;
  }
  
  .owl-next {
    right: -2rem;
  }

  .owl-stage-outer {
    box-sizing: border-box;
    position: relative;
    margin: auto;
    overflow: visible;
    margin-left: -16px;
    margin-right: -16px;
}

.section-highlight {
    overflow: hidden;
    background: #f5f5f5;
    padding: 24px 0;
}

@media only screen and (min-width: 53em) {
    .thumbscroller-wrapper .carousel-wrapper {
        padding-top:4px;
        -webkit-mask-image: linear-gradient(90deg,transparent 0,rgba(0,0,0,.0244717) 1.2%,rgba(0,0,0,.0954915) 2.4%,rgba(0,0,0,.206107) 3.6%,rgba(0,0,0,.345491) 4.8%,rgba(0,0,0,.5) 6%,rgba(0,0,0,.654508) 7.2%,rgba(0,0,0,.793893) 8.4%,rgba(0,0,0,.904508) 9.6%,rgba(0,0,0,.975528) 10.8%,#000 12%,#000 88%,rgba(0,0,0,.975528) 89.2%,rgba(0,0,0,.904509) 90.4%,rgba(0,0,0,.793893) 91.6%,rgba(0,0,0,.654509) 92.8%,rgba(0,0,0,.5) 94%,rgba(0,0,0,.345492) 95.2%,rgba(0,0,0,.206107) 96.4%,rgba(0,0,0,.0954915) 97.6%,rgba(0,0,0,.0244717) 98.8%,transparent)
    }

    .thumbscroller-wrapper .carousel-start .carousel-wrapper {
        -webkit-mask-image: linear-gradient(90deg,#000 88%,rgba(0,0,0,.975528) 89.2%,rgba(0,0,0,.904509) 90.4%,rgba(0,0,0,.793893) 91.6%,rgba(0,0,0,.654509) 92.8%,rgba(0,0,0,.5) 94%,rgba(0,0,0,.345492) 95.2%,rgba(0,0,0,.206107) 96.4%,rgba(0,0,0,.0954915) 97.6%,rgba(0,0,0,.0244717) 98.8%,transparent)
    }

    .thumbscroller-wrapper .carousel-end .carousel-wrapper {
        -webkit-mask-image: linear-gradient(270deg,#000 88%,rgba(0,0,0,.975528) 89.2%,rgba(0,0,0,.904509) 90.4%,rgba(0,0,0,.793893) 91.6%,rgba(0,0,0,.654509) 92.8%,rgba(0,0,0,.5) 94%,rgba(0,0,0,.345492) 95.2%,rgba(0,0,0,.206107) 96.4%,rgba(0,0,0,.0954915) 97.6%,rgba(0,0,0,.0244717) 98.8%,transparent)
    }
}
.thumbscroller-home .carousel-next-btn-item, .thumbscroller-home .carousel-prev-btn-item {
    display: none;
}
@media only screen and (min-width: 53em){
.thumbscroller-home .carousel-next-btn-item, .thumbscroller-home .carousel-prev-btn-item {
    display: inline-block;
}
}

.carousel-next-btn, .carousel-prev-btn {
    transition: opacity .25s ease-in-out;
    opacity: .5;
    position: absolute;
    left: 0;
    right: 0;
    top: calc(50% - 2.025rem);
}
.carousel-prev-btn-item {
    left: 12px;
    transform: translateY(-50%) rotate(180deg) !important;
}

.carousel-next-btn-item, .carousel-prev-btn-item {
    box-sizing: content-box;
    display: inline-block;
    position: absolute;
    width: 26px;
    height: 26px;
    top: 50%;
    transform: translateY(-50%);
    color: #000;
    cursor: pointer;
    font-size: 1.2em;
    text-align: center;
    transition: .3s ease;
    background-color: #fff;
    padding: 24px;
}
.carousel-next-btn-item {
    right: 12px;
}
.carousel-stage-item .meta-container {
    margin-top: 8px;
    display: inline-flex;
}
.tags-container {
    line-height: 1;
    float: left;
}
.article-sidebar .meta-container .tags-container {
    float: none;
}
@media only screen and (min-width: 53em){
.hide-on-small {
    display: block;
}
}
.fanclubs, .tags {
    background: #ff3e8e;
    border-radius: 4px;
    transition: background .2s;
    font-size: .65rem;
    line-height: 1.5;
    font-weight: 500;
}
.badges {
    display: inline-block;
    margin-right: 11px;
    vertical-align: top;
}
.fanclubs a, .tags a {
    padding: 3px 8px;
    color: #fff;
    display: block;
}
a {
    background-color: transparent;
    text-decoration: none;
}

.card-latest{
    margin: 0 0.5em;
     box-shadow: none;
    border: none;
    background-color: transparent;
}

.carousel-prev-btn-item.icon-left{
    left: -55px !important;
}
.carousel-next-btn-item.icon-right{
    right: -65px !important;
}
.carousel-next-btn-item.inactive, .carousel-prev-btn-item.inactive {
    opacity: .5;
}
.carousel-next-btn-item:hover, .carousel-prev-btn-item:hover {
    color: #fff;
    background-color: #000;
}
.owl-stage-outer:hover .carousel-next-btn-item,.owl-stage-outer:hover .carousel-prev-btn-item {
    opacity: 1
}
.section-highlight-accent {
    background: #000;
}
.section-highlight-accent .media-heading a, .section-highlight-accent .section-title, .section-highlight-accent .section-title-link {
    color: #fff;
}
.article-body .list-wrapper, .list-wrapper {
    --dark-heading-color: $white;
    --light-heading-color: $black;
    position: relative;
}
.btn-block {
    display: block;
    width: 100%;
}

.mount-category-title {
    font-size: 1.75rem;
}
.mount-category-title .section-title-link {
    font-family: Lato,sans-serif;
    font-weight: 900;
}
.mount-category-title .icon-right {
    font-size: .7em;
    margin-left: 4px;
}


.mount-category-item .thumbnail-wrapper {
    margin-bottom: 16px;
}

.mount-category-item .media-heading {
    line-height: 1.6;
    min-height: 6.4em;
    position: relative;
}
.mount-category-items-wrapper {
    margin-bottom: 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid #f3f3f3;
}

@media only screen and (min-width: 53em){
    .mount-category-item .date-time:before {
        content: "\25A0";
        position: relative;
        left: -15px;
        color: #000;
    }
}
.listing-header {
    position: relative;
    margin-top: 68px;
}
.listing-header .featured-banner {
    margin-bottom: 32px;
}
.list-featured-subtitle {
    color: #fff;
    font-size: 1.5rem;
    font-weight: lighter;
    padding-bottom: 8px;
}
.title {
    color: #fff;
    font-size: 1.5rem;
    font-weight: 300;
    line-height: 1;
}
.list-featured-title {
    color: #fff;
    font-size: 2.5rem;
    line-height: 1;
}
.list-featured-title:after {
    content: " ";
    background-image: url('../images/white-slash.svg');
    background-repeat: no-repeat;
    height: 1.25rem;
    display: block;
    margin: 8px 0 24px;
}
.featured-meta-wrapper h2 {
    font-weight: 700;
}
.dropdown-wrapper-custom {
    position: relative;
    width: max-content;
    display: inline-block;
    padding: 8px 0;
}
.dropdown-wrapper-custom .dropdown-link {
    font-size: 1.125rem;
    font-weight: 600;
    text-transform: normal;
    color: #000;
}
.dropdown-wrapper-custom .dropdown-menu {
    margin-top: 8px;
    position: absolute;
    width: max-content;
    background-color: #fff;
    min-width: 230px;
    box-shadow: 0 3px 4px 0 rgba(0,0,0,.15);
    z-index: 1;
    border-radius:0%;
}
.dropdown-wrapper-custom .dropdown-menu .dropdown-list-item {
    list-style-type: none;
}

.category-popular.dropdown-toggle::after{
    display: none;
}

.dropdown-wrapper-custom .dropdown-menu .dropdown-list-item {
    list-style-type: none;
}
.dropdown-wrapper-custom .dropdown-menu .dropdown-item-link {
    padding: 16px 24px !important;
    display: block !important;
    color: #000 !important;
    text-transform: uppercase !important;
}
.dropdown-wrapper-custom.dropdown-active .dropdown-menu {
    display: block;
}

.dropdown-wrapper-custom .dropdown-indicator {
    font-size: .45rem;
    margin-left: 8px;
    color: #ff3e8e;
}
.dropdown-wrapper-custom .dropdown-items .dropdown-item-link:hover {
    color: #fff;
    background-image: linear-gradient(90deg,#12bdfd,#9f79f3);
}
.latest-drop{
    padding: 0 !important;
}
.listing-items .media-heading {
    margin-top: 8px;
}

.category-listings .thumbnail-list .heading-wrapper .col{
    margin-bottom: 8px;
}

.category-listings .thumbnail-list .heading-wrapper .date-time{
    padding-right: 14px;

}
.category-listings .thumbnail-wrapper{
    margin-top: 5px;

}

@media only screen and (min-width: 53em){
.article-paragraph {
    min-height: 500px;
}
}
.article-paragraph {
    margin-bottom: 2em;
    padding: 0 16px;
}
@media only screen and (min-width: 53em){
.article-paragraph {
    margin-right: 32px;
    padding: 0;
    width: auto;
}
}
.article-info h1 {
    font-family: Lato,sans-serif !important;
    font-weight: 900;
}
.article-paragraph h1 {
    font-size: 1.3rem;
}
@media screen and (min-width: 20rem){
    .article-paragraph h1 {
        font-size: calc(1.3rem + 1 * (100vw - 20rem) / 60);
    }
}
@media screen and (min-width: 80rem){
    .article-paragraph h1 {
        font-size: 2.3rem;
    }
}
.article-paragraph p {
    font-size: 1rem;
}
@media screen and (min-width: 20rem){
    .article-paragraph p {
        font-size: calc(1rem + .15 * (100vw - 20rem) / 60);
    }
}
@media screen and (min-width: 80rem){
    .article-paragraph p {
        font-size: 1.15rem;
    }
}

.article-paragraph img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 1em auto;
    width: auto;
}
.mid-small {
    font-size: .875em;
}
.info-emphasis {
    color: rgba(0,0,0,.54);
}
.author-date .info-emphasis.left {
    white-space: nowrap;
}
.clearfix:after {
    content: "";
    display: table;
    clear: both;
}
.article-paragraph .badges {
    margin-bottom: 8px;
}
.base-size {
    font-size: 1rem;
}
.strong, strong {
    font-weight: 600;
}
.article-paragraph a.btn-watch-now {
    text-decoration: none;
    font-weight: 700;
    color: #000;
}
.fanclub-item a, .tag-item a {
    color: #000;
    text-transform: uppercase;
}
.fanclub-item, .tag-item {
    background: #ddd;
    font-weight: 600;
}
.article-reactions .reactions-title {
    font-size: 24px;
    font-weight: 600;
    text-align: center;
    line-height: 1;
    margin-bottom: 16px;
}
.social-share-container .social-share-title {
    font-size: 24px;
    font-weight: 600;
    text-align: center;
    line-height: 1;
    margin-bottom: 16px;
}
.social-share-container .btn-share {
    width: 100%;
}
.comment-container {
    margin-top: 64px;
    padding: 48px 16px;
    background-color: #f3f3f3;
}
.comment-container .comment-cta {
    padding: 16px;
    background-color: #ddd;
}

@media screen and (max-width: 767px){
    .btn-share-twitter, .btn-share-pinterest, .btn-share-tumblr{
        margin-top: 10px;
    }
}
.sportlight-title{
    padding-top: 3px;
    padding-bottom: 15px;
}
.search-box {
    position: relative;
    width: 90%;
    margin: auto;
}
@media only screen and (min-width: 53em){
    .search-box {
        width: 60%;
    }
}

@media only screen and (min-width: 53em){
    .header-container {
        margin-top: 78px;
    }
}
.header-container {
    margin-top: 78px;
    padding-bottom: 32px;
}
.search-input {
    width: 100%;
    border: 1px solid rgba(0,0,0,.12);
    background: #fff;
    padding: 16px;
    background-image: url("../images/search.svg");
    background-repeat: no-repeat;
    background-position: right 8px top 20px;
    font-size: 1.75em;
    color: #000;
    line-height: 1;
    padding-right: 90px;
}
.search-icon {
    color: #000;
    position: absolute;
    right: 24px;
    top: 19px;
    font-size: 1.3em;
}
.search-cancel-icon a {
    position: absolute;
    right: 64px;
    top: 23px;
    color: #12bdfd;
}
.search-results-section {
    color: #aaa;
    margin: 0.5em auto;
}
@media screen and (min-width: 20rem){
    .h4, h4 {
        font-size: calc(.9rem + .4 * (100vw - 20rem) / 60);
    }
}

.media-heading-search a{
    margin-bottom: 15px;
}
.input, input[type=date], input[type=datetime-local], input[type=email], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=time], input[type=url], textarea.default-textarea {
    background-color: transparent;
    border: 0;
    border-radius: 0;
    outline: none;
    width: 100%;
    border: 1px solid rgba(0,0,0,.12);
    padding: 16px;
    box-shadow: none;
    transition: all .3s;
    margin-top: -8px;
}
.input:disabled, .input[readonly=readonly], input[type=date]:disabled, input[type=date][readonly=readonly], input[type=datetime-local]:disabled, input[type=datetime-local][readonly=readonly], input[type=email]:disabled, input[type=email][readonly=readonly], input[type=number]:disabled, input[type=number][readonly=readonly], input[type=password]:disabled, input[type=password][readonly=readonly], input[type=search]:disabled, input[type=search][readonly=readonly], input[type=tel]:disabled, input[type=tel][readonly=readonly], input[type=text]:disabled, input[type=text][readonly=readonly], input[type=time]:disabled, input[type=time][readonly=readonly], input[type=url]:disabled, input[type=url][readonly=readonly], textarea.default-textarea:disabled, textarea.default-textarea[readonly=readonly] {
    cursor: not-allowed;
    background: #f3f3f3;

}
.custom-label{
    margin-bottom: 15px;
}
.profile-data fieldset{
    padding-left:0px;
}

.styles_overlayCenter__YHoO7 {
    align-items: center;
}
.styles_overlay__CLSq- {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow-y: auto;
    overflow-x: hidden;
    z-index: 1000;
    padding: 1.2rem;
}
.styles_modal__gNwvD {
    max-width: 800px;
    position: relative;
    padding: 1.2rem;
    background: #ffffff;
    background-clip: padding-box;
    box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.25);
}
.modal-alert {
    max-width: 360px;
    border: 12px solid #12bdfd;
    border-image: linear-gradient(90deg,#12bdfd,#9f79f3) 6;
    border-bottom: 0;
    border-left: 0;
    border-right: 0;
}
.styles_closeButton__20ID4 {
    position: absolute;
    top: 14px;
    right: 14px;
    border: none;
    padding: 0;
    background-color: transparent;
    display: flex;
}
@media (max-width: 965px) {
    .btn-share {
        padding-left: 2px;
    }
  }

.cookie-banner {
    display: flex;
    height: auto;
    padding: 16px 32px;
}
.cookie-banner {
    font-size: 18px;
    line-height: 1.2;
    background: linear-gradient(90deg,#fe4a49,#9f79f3);
}
.jeeydm {
    background: none;
    border: 0px;
    color: rgb(255, 255, 255);
    font-weight: bold;
    cursor: pointer;
}
.cookie-banner .learn-more, .cookie-banner .settings-btn {
    font-size: inherit;
    font-weight: 600;
}
.eBzjoa {
    font-weight: bold;
    font-size: 1.4rem;
    line-height: 2rem;
    display: inline-block;
    white-space: nowrap;
    text-align: center;
    vertical-align: middle;
    border: 1px solid transparent;
    cursor: pointer;
    position: relative;
    min-width: 7.5em;
    padding: 0.5em 0.75em;
    border-radius: 0.25em;
    color: rgba(0, 0, 0, 0.72);
    background-color: rgb(235, 235, 235);
    box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 6px;
}
@media only screen and (min-width: 37.5em) and (max-width: 79.99em){
.eBzjoa {
    font-size: calc(1.4rem + (2 * (100vw - 600px)) / 680);
    line-height: calc(2rem + (4 * (100vw - 600px)) / 680);
}
}
.component-feedback {
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 998;
}
.component-feedback a {
    display: block;
    padding: 4px 8px;
    background-color: #12bdfd;
    background-image: linear-gradient(90deg,#12befd,#9e77f3);
    font-size: .875rem;
    color: #fff;
}
.cus-cookie{
    padding-top: 32px;
}
.cus-cookie-setting{
    padding: 10px;
}
.button-cookie {
    /* padding: 8px 24px; */
    line-height: 1.5;
    display: inline-block;
    background-image: none;
    white-space: nowrap;
    text-align: center;
    vertical-align: middle;
    color: #000;
    background-color: #fff;
    border: 1px solid transparent;
    text-transform: uppercase;
    letter-spacing: .5px;
    font-weight: 900;
    font-size: 1rem;
}
.tips-container p {
    font-size: 1.2rem;
    margin-top: 0;
}
.custom-button{
    border-radius: 0px;
}
.modal-alert h4 {
    font-family: Lato,sans-serif !important;
}
.footer-custom-line {
    line-height: 40px;
}

.sub-menu-toggle{
    display: none !important;
}
.dropdown-toggle::after{
    margin-left: 8px !important;
    color: #ff3e8e !important;
}

.footer-language, .footer-list-item{
    display: block;
}

.vertical-separator-custom {
    content: "|" !important;
}

.vertical-separator-custom:after {
    content: "|" !important;
    color: #fff;
    margin: 16px;
}

.lang-font {
    font-size: 16px;
}

.lang-trans-width {
    max-width: 10em;
}
@-webkit-keyframes rotate {
    0% {
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -moz-transform: rotate(1turn);
        -ms-transform: rotate(1turn);
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@keyframes rotate {
    0% {
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -moz-transform: rotate(1turn);
        -ms-transform: rotate(1turn);
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

.rotate {
    -webkit-animation: rotate 3s linear infinite;
    -moz-animation: rotate 3s linear infinite;
    -ms-animation: rotate 3s linear infinite;
    /* animation:rotate 3s linear infinite; */
}

@-webkit-keyframes counter-rotate {
    0% {
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -moz-transform: rotate(-1turn);
        -ms-transform: rotate(-1turn);
        -webkit-transform: rotate(-1turn);
        transform: rotate(-1turn)
    }
}

@keyframes counter-rotate {
    0% {
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -moz-transform: rotate(-1turn);
        -ms-transform: rotate(-1turn);
        -webkit-transform: rotate(-1turn);
        transform: rotate(-1turn)
    }
}

.counter-rotate {
    -webkit-animation: counter-rotate 3s linear infinite;
    -moz-animation: counter-rotate 3s linear infinite;
    -ms-animation: counter-rotate 3s linear infinite;
    animation: counter-rotate 3s linear infinite;
}

.loading-holder {
    height: 100vh;
}

.thumbnail-container .loading-holder {
    height: 100%
}

.loading-holder {
    height: 100%;
    text-align: center;
    position: relative
}

.loading-shape-1,.loading-shape-1:after,.loading-shape-1:before,.loading-shape-2,.loading-shape-2:after,.loading-shape-2:before,.loading-shape-3,.loading-shape-3:after,.loading-shape-3:before,.loading-shape-4,.loading-shape-4:after,.loading-shape-4:before {
    position: absolute;
    display: inline-block;
    top: 50%;
    box-sizing: content-box
}

.loading-shape-1:after,.loading-shape-1:before,.loading-shape-2:after,.loading-shape-2:before,.loading-shape-3:after,.loading-shape-3:before,.loading-shape-4:after,.loading-shape-4:before {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    content: ""
}

.loading-shape-1:before,.loading-shape-2:before,.loading-shape-3:before,.loading-shape-4:before {
    -moz-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg)
}

.loading-shape-1:after,.loading-shape-2:after,.loading-shape-3:after,.loading-shape-4:after {
    -moz-transform: rotate(-60deg);
    -ms-transform: rotate(-60deg);
    -webkit-transform: rotate(-60deg);
    transform: rotate(-60deg)
}

.loading-shape-1 {
    padding-bottom: .56em;
    width: .57774em;
    margin: -.495em 0 0 -.28887em
}

.loading-shape-1,.loading-shape-1:after,.loading-shape-1:before {
    border: .215em solid #aae7fe;
    border-width: .215em 0
}

.loading-shape-1:after,.loading-shape-1:before {
    margin-top: -.215em
}

.loading-shape-2 {
    padding-bottom: 1.325em;
    width: 1.04515em;
    margin: -.8925em 0 0 -.52257em
}

.loading-shape-2,.loading-shape-2:after,.loading-shape-2:before {
    border: .23em solid #99e3fe;
    border-width: .23em 0
}

.loading-shape-2:after,.loading-shape-2:before {
    margin-top: -.23em
}

.loading-shape-3 {
    padding-bottom: 2.105em;
    width: 1.50406em;
    margin: -1.2825em 0 0 -.75203em
}

.loading-shape-3,.loading-shape-3:after,.loading-shape-3:before {
    border: .23em solid #77d9fe;
    border-width: .23em 0
}

.loading-shape-3:after,.loading-shape-3:before {
    margin-top: -.23em
}

.loading-shape-4 {
    padding-bottom: 2.885em;
    width: 1.96297em;
    margin: -1.6725em 0 0 -.98149em
}

.loading-shape-4,.loading-shape-4:after,.loading-shape-4:before {
    border: .23em solid #12bdfd;
    border-width: .23em 0
}

.loading-shape-4:after,.loading-shape-4:before {
    margin-top: -.23em
}

.footer-es {
    background:linear-gradient(101deg,#481212,#000) !important;
}

.load-more{
    padding: 8px 24px;
    width: 60%;
    margin: auto;
}

.load-more:hover {
    color: #000;
    background: #12bdfd;
}

.subheader {
    font-size: 1.2rem;
}

.error-messageA{
    color: #f85050;
    text-indent: 0;
    margin-top: 8px;
    display: none;
}

.pages-content {
    padding: 40px;
}

@media only screen and (max-width: 52.9375em) {
    .pages-content {
        margin:0 -16px
    }
}

.pages-content li,.pages-content p {
    font-size: 1.2rem
}

.pages-content ol {
    margin: 0;
    padding: 0;
    margin-left: -16px
}

.pages-content li ol {
    margin-left: 0
}

.pages-content ol li {
    margin-left: 16px;
    margin-bottom: 16px;
    list-style-position: inside
}

.pages-content a {
    color: #000;
    font-weight: 500;
    text-decoration: underline
}

.pages-content a:hover {
    color: #12bdfd
}

.pages-content .cookies-policy-list {
    list-style-type: decimal
}

.pages-content .cookies-policy-list table {
    width: 100%
}

.pages-content .cookies-policy-list table thead tr th {
    vertical-align: top;
    font-weight: 700
}

.pages-content .cookies-policy-list table tbody tr td {
    vertical-align: top
}

.pages-content .cookies-policy-list .cookies-table {
    font-size: 1rem;
    border: 1px solid #ddd
}

.columnize-links-wrapper-lg {
    max-width: 25em
}

.soompi-spotlight{
    margin-bottom: 10px;
}

.eBzjoa:hover, .eBzjoa:focus, .eBzjoa.focus {
    color: rgba(0, 0, 0, 0.72);
    background-color: rgb(184, 184, 184);
    box-shadow: rgba(0, 0, 0, 0.25) 0px 6px 12px;
}
.iMEPgq {
    position: fixed;
    width: 100%;
    background-color: rgb(26, 26, 26);
    color: rgb(255, 255, 255);
    z-index: 997;
    transition: transform 400ms ease 0s;
    height: auto;
    max-height: 100%;
    bottom: 0px;
    transform: translateY(100%);
    overflow: auto;
}

.iMEPgq.show {
    transform: none;
}

.php-error #adminmenuback,
.php-error #adminmenuwrap {
	margin-top: 0em !important;
}

.custom-inline {
    line-height: 1.6;
    padding-top: 8px;
}
.success-message {
	color: #4F8A10;
}

span.highlight{
    color:#12bdfd;
}

.common-search-data{
    margin: -25px !important;
}

.section-load-mores{
    padding-top: 35px !important;
}
