body {
    color: #808080;
    font-family: FontRegular, sans-serif;
    background: #0f1d36 url("../images/background.png") no-repeat fixed center top;
    margin: 0;
}

a:link, a:visited{
    text-decoration: none;
    color: #fff;
    overflow-wrap: break-word;
}

a:hover{
    text-decoration: underline;
}


#wrapper {
    max-width: 1200px;
    margin: auto;
    /*background: #fff;*/
}

.label-section {
    padding: 8px 16px 0 0;
    font-size: 22px;
    color: #ffffff;
    display: flex;
    margin-bottom: 24px;
    font-family: FontBold, serif;
}

.label-section::before {
    content: url("../images/title-head-left.svg?1");
    width: 34px;
    height: 32px;
    min-width: 34px;
    /*display: inline-block;
    vertical-align: middle;*/
}

.label-section span {
    background: #0e2b8b;
    /*display: inline-flex;*/
    height: 32px;
    line-height: 32px;
    /*vertical-align: middle;*/
    /*padding-top: 3px;*/
    padding-left: 3px;
    padding-right: 3px;
    white-space: nowrap;
}

.label-section::after {
    content: url("../images/title-head-right.svg");
    width: 32px;
    height: 32px;
    min-width: 32px;
    /*display: inline-block;
    vertical-align: middle;*/
}


.title-section {
    font-size: 32px;
    color: #fff;
    margin-bottom: 48px;
    font-family: FontBold, serif;
}

.to-all-news {
    text-align: right;
    display: block;
    margin-bottom: 24px;
    margin-right: 24px;
}

.to-all-news a{
    text-decoration: none;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: bold;
    padding: 8px;
    background: #673ab7;
    border-radius: 4px;
}

/*.to-all-news a::after{
    content: ' >';
    margin-left: 8px;
}*/

.separator {
    margin: 24px 0;
    height: 1px;
    width: 100%;
    background: linear-gradient(45deg, rgba(242, 63, 255, 0.5), rgba(67, 241, 255, 0.5));
}

.heateor_sss_sharing_container {
    margin-bottom: 24px;
}

audio, video {
    margin-bottom: 24px;
    width: 100%;
    outline: none;
}

.mejs-container {
    margin-bottom: 20px;
}

iframe {
    width: 100%;
    /*max-height: 373px;*/
}

iframe.instagram-media {
    max-height: min-content!important;
    max-width: inherit!important;
}

article .wp-video {
    max-width: 663px;
}

.xmediaplayer {
    display: block;
    width: 100%;
    margin: 24px 0;
}

.spacer-1x {
    height: 24px;
}

.tag-links {
    font-size: 12px;
}

.tag-links a{
    display: inline-block;
    padding: 8px;
    background: #e91e63;
    border-radius: 4px;
    font-size: 14px;
    color: #fff;
    margin: 4px;
}

input[type=search] {
    border: 1px solid #ccc;
    padding: 8px;
    border-radius: 4px;
}

input[type=submit], input[type=button], button {
    border: 1px solid #ccc;
    padding: 8px;
    background: #ddd;
    color: #000;
    border-radius: 4px;
    text-transform: uppercase;
    cursor: pointer;
    font-size: 12px;
    font-weight: bold;
}

input[type=submit]:hover, input[type=button]:hover, button:hover {
    background: #eee;
}

.wp-block-image {
    text-align: center;
}

.wp-block-image img {
    height: auto;
}

#adv-gpt-box-container1 {
    margin-bottom: 24px;
}

.fb_iframe_widget span {
    display: inline!important;
}
.fb_iframe_widget iframe {
    position: relative!important;
}

.aspect-ratio-box {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    display: block;
    overflow: hidden;
    border-radius: 4px;
}

.aspect-ratio-box img {
    position:  absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
    border-radius: 0!important;
}


#content {
    margin-bottom: 24px;
    background: rgba(0,0,0,0.53);
    border-radius: 4px;
    overflow: hidden;
}

#content dwc-doz-artwork-player .dap-controls-progress{
    box-shadow: none;
    height: 8px;
    background: linear-gradient(90deg, rgb(242, 63, 255), rgb(67, 241, 255));
    opacity: 1;
    border-radius: 4px;
    /*border-top: 1px solid #fff;*/
}

.heateor_sss_horizontal_sharing .heateorSssSharing {
    border-radius: 4px;
}

.page .entry-title, .title-section {
    background: linear-gradient(45deg, rgba(242, 63, 255, 1), rgba(67, 241, 255, 1));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    width: fit-content;
}

.swiper-pagination-bullet {
    border-radius: 2px!important;
}

.play-button {
    border: 2px solid rgba(255,255,255,.5);
    opacity: .6;
    border-radius: 4px;
    font-size: 24px;
    position: absolute;
    bottom: 24px;
    right: 24px;
    padding: 8px;
    background: rgba(0,0,0,.5)
}

#cookie-notice a {
    color: #000!important;
}
/*
#iubenda-cs-banner .iubenda-cs-close-btn span{
    background: #333;
    border: 1px solid #FFFFFF;
    box-sizing: border-box;
    border-radius: 3px;
    color: #FFFFFF;
    font: 700 14px/32px HelveticaNeue-Bold;
    cursor: pointer;
    padding: 6px;
}
*/


.wp_bannerize_layout_vertical img {
    width: 100%;
    height: auto;
}
@media screen and (max-width: 576px) {
    #content {
        margin-bottom: 0;
    }
}
