/*

Theme Name: Socan

Version: 1.0.0

License: GNU General Public License v2 or later

Text Domain: socan

*/

.lds-dual-ring {
    display: inline-block;
    width: 70px;
    height: 70px;
    margin: 0 auto 5px;
}

.lds-dual-ring:after {
    content: " ";
    display: block;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    border: 6px solid #DF1432;
    border-color: #DF1432 transparent #DF1432 transparent;
    animation: lds-dual-ring 1.2s linear infinite;
}

.lds-dual-ring-awards {
    width: 16px;
    height: 16px;
    margin: 0 5px
}

.lds-dual-ring-awards:after {
    width: 16px;
    height: 16px;
    border-width: 2px
}

@keyframes lds-dual-ring {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

div.wpcf7 .form-btn .ajax-loader {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: none;
    margin: 0;
    position: absolute;
    right: 20%;
    top: 50%;
    transform: translate(50%, -50%);
}

div.wpcf7 .form-btn .ajax-loader:after {
    content: " ";
    display: block;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 3px solid #fff;
    border-color: #fff transparent #fff transparent;
    animation: lds-dual-ring 1.2s linear infinite;
}

.s-contact__right .checkbox_contact_form {
    margin-bottom: 30px;
}

.checkbox_contact_form .wpcf7-list-item {
    margin-left: 0;
}

.checkbox_contact_form {
    width: 100%;
    display: inline-block;
    color: #000000;
    font-size: .866rem;
    cursor: pointer;
    position: relative;
    z-index: 1;
}

.checkbox_contact_form input {
    width: 100%;
    height: 100%;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.checkbox_contact_form input:checked+.wpcf7-list-item-label:before {
    background: url("assets/img/check.svg") no-repeat center;
    background-size: 10px auto;
}

.checkbox_contact_form .wpcf7-list-item-label {
    display: inline-block;
    position: relative;
    padding-left: 40px;
    cursor: pointer;
}

.checkbox_contact_form .wpcf7-list-item-label:before {
    position: absolute;
    content: '';
    top: 50%;
    left: 0;
    height: 14px;
    width: 14px;
    border: 1px solid #CFCFCF;
    transform: translateY(-50%);
}

.house-info {
    position: relative;
    z-index: 2
}

.datepickers-container .datepicker {
    padding: 15px 25px 18px;
    box-shadow: 5px 10px 38px 0 rgba(0, 0, 0, 0.4);
}

.datepickers-container .datepicker--nav {
    border-bottom: 0;
}

.datepickers-container .datepicker--day-name {
    color: #727272;
    border-bottom: 1px solid;
    padding-bottom: 6px;
    margin-bottom: 4px;
}

.datepicker--cell.datepicker--cell-day.-focus- {
    border: 2px solid #000;
}

.datepicker--cell.-selected-,
.datepicker--cell.-selected-.-focus- {
    color: #fff;
    background: #6A71B5;
}

.datepicker--cell.-current-,
.datepicker--cell.-current-.-focus- {
    color: #fff;
    background: #6A71B5;
}

.datepicker--cell.-selected-.-current- {
    color: #fff;
    background: #6A71B5;
}

.datepicker--cell-day {
    border-radius: 0px
}

.datepicker--cell.datepicker--cell-day {
    background: #73d682;
}

.datepicker--cell-day.-disabled- {
    background: #fff;
}

.datepicker--nav-title {
    font-weight: 700;
    font-family: "Rubik", sans-serif;
}

.show-calendar-input {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 0;
    cursor: pointer
}

.house-buttons .house-btn {
    position: relative;
    z-index: 2;
    cursor: pointer
}

.-bottom-left- .datepicker--pointer,
.-top-left- .datepicker--pointer {
    display: none
}

.datepicker--nav-title i {
    color: #4a4a4a;
}

div.wpcf7-response-output {
    display: none !important;
}

.s-link {
    background-color: rgba(255, 255, 255, 1)
}

.s-link:hover {
    background-color: rgba(255, 255, 255, 0)
}

.s-link_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.s-news-list-loading {
    min-height: 200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 20px 0;
}

.s-news-list-loading-block {
    text-align: center
}

.s-news-list-loading-title {
    color: #000000;
    font-family: "Poppins", sans-serif;
    font-size: 1.5rem;
    font-weight: 600;
    letter-spacing: 1.31px;
    text-transform: uppercase;
}

.s-link-icon {
    font-size: 22px;
    color: #000;
    position: relative;
    z-index: 2
}

.s-news-list .item .cat {
    width: auto;
    min-width: 100px;
    max-width: 400px;
    overflow: hidden;
}

.popup-wrapper {
    z-index: 101;
}

.lang-switcher a {
    color: #676767;
}

.lang-switcher a {
    display: none;
}

.lang-switcher a.active {
    display: block;
}

.lang-switcher.mobile {
    display: none;
    position: absolute;
    top: 15px;
    right: 15px;
    border-color: #676767;
}

.governance-list .governance_content_popup,
.governance-list .executive_content_popup {
    cursor: pointer;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
}

.songcamp-dest:after {
    background: -webkit-gradient(linear, left top, right top, from(#000000), to(rgba(0, 0, 0, 0)));
    background: linear-gradient(90deg, #000000 60%, rgba(0, 0, 0, 0) 100%)
}

.mc-links-icon {
    font-size: 19px;
    color: #8b8b8b;
    position: relative;
    z-index: 2
}

.main-slider .swiper-slide .photo {
    height: 90%
}

.ig-item .icon-desktop {
    display: none
}

.ig-item.ig-item-1 .icon-desktop {
    display: block
}

.ig-item.ig-item-1 .icon-mobile,
.s-news-list-button_mobile {
    display: none
}

.ms-content .text {
    font-weight: 400;
}

.page-banner .pb-list {
    max-width: 500px;
}

.popup-content-text.text-popup .popup-container {
    max-width: 1000px;
    max-height: 70vh;
    height: auto;
}

.popup-content-text.text-popup .popup-container .text {
    max-height: 50vh;
}

.popup_content_governance.text-popup .popup-container {
    max-width: 1400px
}

.popup-wrapper .popup-container-thanks {
    max-width: 720px;
    height: auto;
}

.popup-wrapper .popup-thanks-title {
    text-align: center;
}

.popup-wrapper .popup-container .popup-thanks-description {
    display: inline-block;
    text-align: center;
    margin-top: 25px;
    padding-right: 0;
    max-height: 40vh;
}

.contact-info {
    max-width: 300px
}

.contact-info .item:first-child p {
    margin-bottom: 15px;
}

.contact-info .item:last-child p {
    margin-top: 15px;
}

.wpcf7-not-valid {
    color: #D81531;
    border-bottom: 1px solid #D81531;
}

.awards_loading {
    display: flex;
    align-items: center;
    margin: 0
}

.result_awards_false {
    text-align: center;
    margin-top: 30px
}

#socan-awards-posts .select.loading {
    pointer-events: none
}

#need_a_reproduction.s-reproduction-rights-license .h2 {
    /* text-transform: capitalize; */
}

.simple-article a {
    color: #D81531;
    font-weight: 500;
}

.-selected-.datepicker--cell-day.-other-month-,
.-selected-.datepicker--cell-year.-other-decade- {
    background: rgba(106, 113, 181, .7);
}

.countries-list-text {
    font-size: 0.918rem;
}

.text em {
    font-style: italic;
}

.link_styled a {
    display: inline-block;
    color: #6A71B5;
    font-size: .933rem;
    font-weight: 700;
    letter-spacing: 0.1px;
    text-decoration: underline;
}

.house_busy {
    color: #a9a9a9 !important;
    background: #d02139 !important;
    /* background: #ececec !important; */
    position: relative;
    z-index: 1;
}


/* .house_busy::after {
    content: '';
    width: 70%;
    height: 2px;
    background: none;
    border-bottom: 1px solid #c9c9c9;
    position: absolute;
    top: calc(50% + 1px);
    left: 50%;
    z-index: 1;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
} */

.fw_700 {
    font-weight: 700 !important;
}

.text_ul_styled ul li {
    list-style: disc;
    padding-left: 0;
    margin-left: 20px;
    margin-bottom: 15px;
}

.text_ul_styled ul li:last-child {
    margin-bottom: 0;
}

.logo.header__logo .img {
    width: 150px;
}

.description_footer_reproduction {
    font-size: 12px;
    margin-top: 30px;
}

.resource-main {
    padding: 60px 0;
}

.resource-main .text ul li {
    margin: 6px 0;
}

.resource-main .text ul {
    margin-bottom: 25px;
}

.resource-main .text ul ul {
    margin: 10px 0;
}

.what-we-do-right .item:nth-child(2) {
    margin: 40px 0 30px 60px;
}

.what-we-do-right .item {
    width: 100%;
    max-width: 420px;
    padding: 5px 15px 5px 25px;
}

.style01 .open-search {
    color: #ffffff;
}

.style01.scrolled .open-search {
    color: #444444;
}

.support_text_dark {
    color: #848484;
}

.bg-orange {
    background: #c75000;
}

.bg-green {
    background: #2b853a;
}

.bg-lime {
    background: #84a10f;
    color: #000000 !important;
}

.bg-yellow {
    background: #c3b61d;
    color: #000000 !important;
}

.bg-red {
    background: #D81531;
}

.name_artist {
    width: 0;
    font-family: "Rubik", sans-serif;
    font-size: 13px;
    color: #303030;
    position: absolute;
    bottom: -5px;
    right: 120px;
    z-index: 1;
    white-space: nowrap;
}

.name_artist_bottom_left {
    right: unset;
    left: 50px;
    bottom: 50px;
}

.name_artist_top_left {
    right: unset;
    left: 50px;
    top: 20%;
}

.name_artist_international_management {
    right: 160px;
    bottom: 12%;
}

.name_artist_benefits {
    right: 210px;
    bottom: 19%;
}

.name_artist_licensing_benefits {
    right: 140px;
    bottom: 12%;
}

.name_artist_work_with_us {
    right: 180px;
    bottom: 0;
}

.name_artist_dark {
    color: #303030;
}

.name_artist_white {
    color: #ffffff;
}

.main-slider .swiper-button-prev,
.main-slider .swiper-button-next {
    height: 140px;
    width: 140px;
    border-radius: 70px;
}

.pt_zero {
    padding-top: 0 !important;
}

.SumoSelect>.optWrapper>.options li label {
    color: #161616;
}

.wpcf7-not-valid .SumoSelect>.optWrapper>.options li label {
    color: #D81531;
}

.what-we-do-right .text {
    height: auto;
}

.s-news_logo_wm {
    max-width: 115px;
}

.s-news_fix .s-news-line {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.licensing_benefits_list_container .lb-item {
    cursor: unset;
}

.licensing_benefits_list_container .lb-item .small-desc {
    height: auto;
}

.licensing_benefits_list_container .lb-item:hover .title,
.licensing_benefits_list_container .lb-item:hover .small-desc {
    opacity: 1;
}

.license_content_popup_link {
    display: inline-block;
    color: #6A71B5;
    font-size: .933rem;
    font-weight: 700;
    margin-top: 10px;
    letter-spacing: 0.1px;
    text-decoration: underline;
    -webkit-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
    cursor: pointer;
}

.license_content_popup_link:hover {
    text-decoration: none;
}

.sa-search .select .sumo_award-type.SumoSelect>.optWrapper {
    width: 480px;
}

#socan-awards-posts .SumoSelect>.optWrapper>.options li label {
    color: #fff;
}

#socan-awards-posts .items-per-page .SumoSelect>.optWrapper>.options li label {
    color: #C8102E;
}

@media (min-width: 1310px) and (max-width: 1920px) {
    .passion-text {
        padding: 120px 0 40px 65px;
    }
    .passion-text .support-text {
        top: 25px;
    }
}

@media (min-width: 1200px) and (max-width: 1921px) {
    .popup-content.video-popup .embed-responsive-16by9 {
        height: calc(100vh - 200px);
        padding-bottom: unset;
    }
}

@media (min-width: 1401px) and (max-width: 1650px) {
    .songcamp-dest {
        margin-right: -12vw;
        background: linear-gradient(90deg, #000000 55%, rgba(0, 0, 0, 0) 100%);
    }
}

@media (min-width: 992px) and (max-width: 1309px) {
    .passion-text .support-text {
        top: 30px;
    }
}

@media (min-width: 992px) and (max-width: 1650px) {
    .s-music-text .support-text {
        right: 0;
    }
}

@media (min-width: 1310px) and (max-width: 1401px) {
    .gl-video {
        right: -50px;
    }
    .songcamp-dest {
        padding: 80px 120px 107px;
        margin-right: -5vw;
    }
    .songcamp-dest:after {
        background: linear-gradient(90deg, #000000 55%, rgba(0, 0, 0, 0) 100%);
    }
}

@media (min-width: 992px) and (max-width: 1365px) {
    .s-music-text .h2 {
        margin-left: 0;
    }
    .s-music-text .h2 .bottom {
        margin-left: 0;
    }
}

@media (max-width: 1310px) {
    .what-we-do-right .item {
        width: auto;
    }
    .what-we-do-right .item:nth-child(2) {
        margin: 30px 0 30px 85px;
    }
    .what-we-do-right .item:nth-child(2) .text {
        /*height: 84px;*/
        height: max-content;
    }
    .what-we-do-right .text {
        font-size: 0.82rem;
    }
    .name_artist {
        right: calc(50% - 75px);
    }
    .name_artist_benefits {
        right: 150px;
        bottom: 16%;
    }
    .name_artist_licensing_benefits {
        right: 155px;
        bottom: 12%;
    }
    .name_artist_international_management {
        right: 90px;
        bottom: 10%;
    }
    .name_artist_work_with_us {
        right: 60px;
    }
    .pt_zero {
        padding-top: 30px !important;
    }
}

@media (min-width: 992px) {
    .loc-link:hover .city-img {
        opacity: .2;
    }
    .mc-links a:hover {
        background-color: #fff;
    }
}

@media (max-width: 991px) {
    .loc-link .city-img {
        opacity: .2;
    }
    .what-we-do-right .text,
    .what-we-do-right .item:nth-child(2) .text {
        height: auto;
    }
    .what-we-do-right .item:nth-child(2) {
        margin: 15px 0;
    }
    .what-we-do-right .text {
        font-size: .933rem;
        margin-bottom: 5px;
    }
    .name_artist_top_left {
        left: 50px;
        top: 80px;
    }
    .pt_zero {
        padding-top: 40px !important;
    }
    .home .s-how-it-work .support-text {
        margin-bottom: 55px;
    }
}

@media (max-width: 767px) {
    .lang-switcher.mobile {
        display: block;
    }
    .header__logo {
        margin-left: 0;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    .header__logo .img {
        width: 116px;
    }
    .name_artist_bottom_left,
    .name_artist_top_left {
        display: none;
    }
    .name_artist_work_with_us {
        right: calc(50% - 75px);
    }
}

.governance-list .photo {
    position: relative;
}

.governance-list .photo:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.3);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

@media (min-width: 992px) {
    .lang-switcher:hover {
        border-color: #676767;
    }
    .governance-list .executive_content_popup:hover {
        opacity: .3
    }
    .governance-list .governance_content_popup:hover .photo:before {
        opacity: 1;
        visibility: visible;
    }
}

@media (max-width: 991px) {
    .main-slider .swiper-slide .photo {
        height: 400px
    }
    .header.style01 {
        background-color: #212121;
        box-shadow: none
    }
    .header.style01 .logo .img .logo-white {
        display: block
    }
    .header.style01 .logo .img .logo-black {
        display: none
    }
    .header.style01 .header-login {
        border-color: #df1432
    }
    .header.style01 .logo .logo-text {
        color: #ffffff
    }
    .header.style01 .header-login svg path {
        fill: #ffffff
    }
    .header.style01 .header-search .input-search {
        color: #fff;
        border-color: #fff
    }
    .header.style01 .header-search .search-btn svg g {
        fill: #fff;
        stroke: #fff
    }
    .header.style01 .header-search ::placeholder {
        color: #fff;
    }
    .header.style01 .lang-switcher a {
        color: #fff;
    }
    .header.style01.scrolled {
        background-color: #fff;
        -webkit-box-shadow: 0 20px 20px rgba(0, 0, 0, 0.2);
        box-shadow: 0 20px 20px rgba(0, 0, 0, 0.2);
    }
    .header.style01.scrolled .logo .logo-text {
        color: #404040;
    }
    .header.style01.scrolled .header-login {
        border-color: #df1432;
    }
    .header.style01.scrolled .header-login svg path {
        fill: #676767;
    }
    .header.style01.scrolled .header.style01 .header-login {
        border-color: #676767;
    }
    .header.style01.scrolled .header-search .input-search {
        color: #444444;
        border-color: #444444;
    }
    .header.style01.scrolled .header-search ::placeholder {
        color: #444444;
    }
    .header.style01.scrolled .header-search .search-btn svg g {
        fill: #444444;
        stroke: #444444
    }
    .header.style01.scrolled .lang-switcher a {
        color: #444444;
    }
    .header.style01.scrolled .logo .img .logo-black {
        display: block;
    }
    .header.style01.scrolled .logo .img .logo-white {
        display: none;
    }
    .what-we-do-right .item:before {
        content: none
    }
    .main-slider {
        background: #212121
    }
    .hb-search {
        background: #000000
    }
    .hb-search:after,
    .hb-search:before {
        content: none
    }
    .ig-item .icon-desktop,
    .ig-item.ig-item-1 .icon-desktop {
        display: none
    }
    .ig-item .icon-mobile,
    .ig-item.ig-item-1 .icon-mobile {
        display: block
    }
    .contact-info {
        max-width: 90%;
    }
    .s-contact .s-contact-main .s-contact__left {
        padding-left: 80px;
    }
    .page-banner.right-management-banner:before {
        content: none;
    }
    .page-banner__right_fix {
        margin-top: 40px;
    }
    .page-banner__right_fix:before {
        position: absolute;
        content: '';
        top: 0;
        bottom: 0;
        right: 50%;
        width: 100vw;
        background: linear-gradient(225.91deg, #f1f1f1 0%, #f1f1f1 100%);
        transform: translateX(50%);
    }
}

@media (max-width: 767px) {
    .what-we-do-left:before {
        background: linear-gradient(133.49deg, #D81531 45%, rgba(221, 33, 124, 0.8) 120%);
    }
    .how-it-work .how_it_work_item_header {
        display: inline-flex;
        flex-wrap: nowrap;
        align-items: center;
        justify-content: flex-start;
        margin-bottom: 10px;
    }
    .how-it-work .ig-item .how_it_work_item_header .icon {
        width: 70px;
        height: 70px;
        margin: 0 20px 0 0;
    }
    .how-it-work .text {
        text-align: left;
    }
    .single-post .breadcrumbs {
        width: calc(100% - 60px);
        display: block;
    }
    .single-post .page-banner-3 .container>div {
        margin-top: 65px;
    }
    .what-we-do-right .item {
        padding-left: 0
    }
    .mobile-row-column-reverse {
        flex-direction: column-reverse;
    }
    .mobile-row-column-reverse .s-careers-img {
        margin: 0 auto 5px
    }
    .performing-rights_fix {
        margin-top: 0;
    }
    .page_banner_right__mobile_mb_30 {
        margin-bottom: 25px;
    }
    .contact-info {
        max-width: 100%;
    }
    .s-contact .s-contact-main .s-contact__left {
        padding-left: 0;
    }
}


/*@media (min-height: 695px) {

.side-scroll-inner{height: 100vh}

}*/

@media (max-width: 575px) {
    .main-slider .swiper-slide .photo {
        height: 300px
    }
    .page-template-front-page .s-what-new,
    .page-template-front-page .s-what-new .container {
        padding: 0;
    }
    .page-template-front-page .s-what-new .what-new {
        padding: 10px 10px 35px
    }
    .s-news-list-button_desktop {
        display: none;
    }
    .s-news .s-news-line {
        flex-direction: row;
        justify-content: left
    }
    .s-news .s-news-list-button_mobile {
        display: flex;
        justify-content: center;
        margin-bottom: 25px;
    }
    .single-post .breadcrumbs {
        position: relative;
        top: 0;
        left: 0;
        padding-bottom: 20px
    }
    .single-post .page-banner-3 .container>div {
        margin-top: 0;
    }
    .s-news-list-loading-title {
        font-size: 1.2rem;
    }
    .popup_content_governance .popup-container {
        max-width: 1400px;
    }
    .popup_content_governance .popup-container .photo {
        height: 120px;
        width: 120px;
        display: block;
        float: none;
        margin: 0 auto 20px;
    }
    .popup_content_governance .popup-container .text {
        max-height: calc(100% - 140px);
    }
    .s_ir_faq_fix {
        padding: 0;
    }
    .s_ir_faq_fix .container {
        padding: 0;
    }
    .s-governance .btn-wrap .btn {
        width: 100%;
    }
    .home .s-how-it-work .support-text {
        margin-bottom: 40px;
    }
    .sa-search .select .sumo_award-type.SumoSelect>.optWrapper {
        width: 100%;
    }
}

@media (max-width: 376px) {
    .what-we-do-left .text {
        font-size: 0.867rem;
    }
    .how-it-work .ig-item .title {
        display: flex;
        font-size: 1.18rem;
    }
}


/*changes 12.02*/

@media(max-width:1200px) {
    .s-licensing-benefits .lb-img img {
        max-height: 50%;
    }
    .name_artist_licensing_benefits {
        bottom: 9%;
    }
}


/*changes 17.03 New mailchimp CSS*/

.footer-subscribe-form {
    max-width: 500px;
    margin-bottom: 50px;
}

p.yikes-easy-mc-success-message.yikes-easy-mc-success-message-1.yikes-easy-mc-hidden {
    text-align: center;
}

#subscribeForm .yikes-mailchimp-container {
    padding-top: 20px;
}

.yikes-mailchimp-container span.edit-link {
    display: none !important;
}

button.yikes-easy-mc-submit-button.btn.btn-primary {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 14px 12px;
    font-size: 17px;
    line-height: 1.42857143;
    border-radius: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #fff;
    background-color: #cc102a;
    border-color: #b40e25;
    font-weight: bold;
}

button.yikes-easy-mc-submit-button.btn.btn-primary:hover {
    color: #fff;
    background-color: #9d0c20;
    border-color: #7c0a19;
}

#subscribeForm .yikes-mailchimp-container {
    padding-top: 20px;
    padding-bottom: 20px;
}

.yikes-easy-mc-form label span {
    color: #cc102a;
}

.yikes-mailchimp-container span.edit-link {
    display: none !important;
}

.yikes-easy-mc-form label span,
.yikes-mailchimp-eu-compliance-text p {
    font-size: 16px;
    font-weight: normal;
}

.footer-subscribe-form .yikes-easy-mc-form label.label-inline {
    width: calc(100%);
    padding-right: 0;
    display: block;
    float: left;
}

body .yikes-easy-mc-success-message {
    text-align: center;
    background: transparent !important;
}

body .yikes-easy-mc-error-message {
    background: transparent !important;
    color: red;
    padding: 0;
    margin-bottom: 20px;
}

body .yikes-easy-mc-form input[type=email],
body .yikes-easy-mc-form input[type=number],
body .yikes-easy-mc-form input[type=text],
body .yikes-easy-mc-form input[type=url],
body .yikes-easy-mc-form select {
    background: #fff;
}

#yikes-easy-mailchimp-comment_form-checkbox label input {
    vertical-align: top;
    margin-right: 7px;
}

#yikes-easy-mailchimp-comment_form-checkbox label {
    font-size: 14px;
    font-weight: normal;
    vertical-align: middle;
}

#yikes-easy-mailchimp-comment_form-checkbox a,
.yikes-mailchimp-eu-compliance-text a {
    color: #cc102a;
}

@media (min-width: 767px) {
    .footer-subscribe-form .yikes-easy-mc-form label.label-inline {
        width: calc(50% - 10px);
    }
    .footer-subscribe-form label.EMAIL-label {
        margin-left: 10px;
    }
    .footer-subscribe-form label.FNAME-label {
        margin-right: 10px;
    }
    .footer-subscribe-form button.yikes-easy-mc-submit-button {
        max-width: 300px;
        display: block !important;
        margin: 15px auto 0;
    }
    .site-footer-menu {
        text-align: right;
    }
    .footer-subscribe-form button.yikes-easy-mc-submit-button.btn.btn-primary {
        margin-left: 0;
    }
}

#ouibounce-modal .yikes-modal {
    height: auto !important;
    border-radius: 0;
}

#ouibounce-modal .yikes-mailchimp-popup-title {
    font-size: 19px;
    margin-bottom: 10px;
    position: relative;
    display: block;
    margin-top: 0;
}

body #ouibounce-modal .modal-body {
    border-radius: 0;
    background: #fff;
    padding: 70px;
}

body #ouibounce-modal p {
    color: #333;
    opacity: 1;
    margin-left: 0;
    margin-top: inherit;
    padding-top: inherit;
    font-size: 16px;
}

#ouibounce-modal .modal-body-text {
    margin-bottom: 30px;
    display: block;
    position: relative;
}

body #ouibounce-modal form input[type=email],
body #ouibounce-modal form input[type=text] {
    border-radius: 0;
    border: 2px solid rgba(51, 51, 51, .1);
    padding: .5278em;
    font-size: 16px;
    margin-bottom: 8px;
}

body #ouibounce-modal .modal-footer {
    margin: 0;
    border: none;
    padding: 0;
    line-height: 1em;
}

body #ouibounce-modal .modal-footer p {
    border: none;
    font-size: 16px;
    font-weight: 400;
    padding: 0;
}

body #ouibounce-modal .modal-footer p:hover {
    color: #cb102a;
}

body #ouibounce-modal .close-yikes-ouibounce-modal {
    font-size: 0;
    z-index: 99;
    position: absolute;
    top: 15px;
    right: 15px;
}

body #ouibounce-modal .close-yikes-ouibounce-modal:before {
    content: 'Close';
    text-transform: uppercase;
    color: #fff;
    background-color: #cc102a;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    font-size: 15px;
    line-height: 1.42857143;
    padding: 6px 30px;
}

body.language-fr #ouibounce-modal .close-yikes-ouibounce-modal:before {
    content: 'Fermer';
}

body #ouibounce-modal .close-yikes-ouibounce-modal:hover:before {
    background-color: #9d0c20;
}

@media (max-width: 767px) {
    body #ouibounce-modal .modal-body {
        padding: 70px 15px;
    }
}

.yikes-mailchimp-popup-onclick {
    display: none;
}

.yikes-mailchimp-eu-compliance-label input[type=checkbox] {
    width: auto;
}

.main_repertory_preloader {
    display: none;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 10px;
}

.main_repertory_preloader.active {
    display: block;
}

.page-template-page-awards .sa-search .select .SumoSelect>.optWrapper {
    color: #fff;
}

.search #ouibounce-modal,
.error404 #ouibounce-modal {
    display: none;
}

.popup-content-text.popup-content-repertoire {
    padding: 0;
}

.popup-content-repertoire.popup-content-text .popup-container-repertoire {
    max-width: 100vw;
    min-height: 100vh;
    max-height: unset;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: unset;
    bottom: unset;
    z-index: 1;
}

.popup-contents-description-repertoire {
    max-width: 1310px;
    margin: 0 auto;
}

.popup-content-repertoire.popup-content-text .popup-contents-description-repertoire .text {
    max-height: unset;
    min-height: unset;
    padding-right: 0;
}

.popup-repertoire-button {
    margin-top: 25px;
}

.footer-info-links a {
    padding: 0 5px;
}

.footer-info-links a:first-child {
    padding-left: 2px;
}

.footer-info-links a:last-child {
    padding-right: 2px;
}

.description_footer_reproduction {
    margin: 15px 0 15px 0;
}

@media (max-width: 1820px) and (min-width: 992px) {
    .ms-content__inner {
        width: 300px;
    }
    .ms-left .ms-content__inner {
        -webkit-transform: translate(18%, -50%);
        -ms-transform: translate(18%, -50%);
        transform: translate(18%, -50%);
    }
    .ms-right .ms-content__inner {
        -webkit-transform: translate(-18%, -50%);
        -ms-transform: translate(-18%, -50%);
        transform: translate(-18%, -50%);
    }
}

@media (max-width: 1400px) and (min-width: 992px) {
    .main-slider .swiper-slide .photo {
        width: 400px;
        max-height: 400px;
        margin-left: -200px;
        bottom: 130px;
    }
}

@media (max-width: 1310px) and (min-width: 1200px) {
    .key-numbers .item.size-2 {
        position: absolute;
        right: -60px;
        bottom: 50px;
    }
    .key-numbers {
        padding: 0 0 50px 30px;
    }
    .key-numbers .item {
        width: 230px;
    }
}

@media (max-width: 1200px) and (min-width: 992px) {
    .ms-content .title {
        font-size: 1.833rem;
    }
    .key-numbers {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
    }
    .key-numbers .item.size-2 {
        right: -20px;
    }
}

@media (max-width: 1400px) and (min-width: 992px) {
    .ms-content.big .ms-content__inner .btn-wrap {
        bottom: -20px;
    }
    .ms-content.big .ms-content__inner .text {
        bottom: 30px;
    }
    .ms-content.big .ms-content__inner {
        padding-bottom: 160px;
    }
}

.what-we-do-right .item:nth-child(2) {
    margin: 15px 0 15px 60px;
}

.what-we-do-right .item {
    padding: 5px 15px 5px 40px;
}

@media (max-width: 1310px) {
    .what-we-do-right .item:nth-child(2) {
        margin: 15px 0 15px 88px;
    }
    .what-we-do-right .item:nth-child(3) {
        margin: 15px 0 15px 37px;
    }
}

.s-how-it-work .support-text {
    margin-bottom: 60px;
}

.s-how-it-work {
    padding: 100px 0;
}

.how-it-work .ig-item-1 {
    top: -90px;
}

.how-it-work .ig-item-3 {
    bottom: -78px;
}

.s-how-it-work .support-text {
    line-height: 1;
}

.page-template-page-music-creator .page-banner .btn-wrap .btn {
    max-width: 250px;
    line-height: 18px;
    padding: 10px 10px;
    vertical-align: middle;
    height: max-content;
}

.page-template-page-music-creator .lb-item .title {
    font-size: 15px;
    line-height: 20px;
}

.house-details-list .item {
    padding: 6px 15px 6px 38px;
}

.page-template-page-music-licensees .side-scroll .h2 {
    margin-bottom: 85px;
}

.page-template-page-music-licensees .gl-question {
    height: 400px;
    width: 400px;
    padding: 65px 35px 40px;
}

.page-template-page-music-licensees .gl-question .h3 {
    max-width: 250px;
    margin: auto;
}

@media (max-width: 991px) {
    .page-template-page-music-licensees .gl-question .h3 {
        max-width: 240px;
        font-size: 17px;
    }
    .page-template-page-music-licensees .gl-question .text {
        font-size: 14px;
    }
    .page-template-page-music-licensees .gl-question {
        height: 350px;
        width: 350px;
        padding: 65px 35px 40px;
    }
}

.page-template-page-contacts .h2.color-white {
    font-size: 30px;
}

.page .resource-main {
    padding: 95px 0;
}

@media (max-width: 767px) {
    .page .resource-main {
        padding: 20px 0;
    }
    .home .s-how-it-work {
        padding: 30px 0 100px;
    }
    .home .s-how-it-work .support-text {
        margin-bottom: 100px;
    }
    .home .how-it-work .center-item {
        top: -65px;
    }
}


/*CHANGES 18.06*/

.hb-search .banner-link {
    font-size: 18px;
    display: inline-block;
    color: #fff;
    margin-left: 15px;
    position: relative;
}

.hb-search .banner-link span {
    position: relative;
    z-index: 2;
}

.hb-search .banner-link span:before {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    top: auto;
    bottom: 1px;
    height: 2px;
    background: #919191;
    z-index: -1;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}

.hb-search .banner-link svg {
    fill: #fff;
    vertical-align: middle;
    margin-top: -2px;
    margin-left: 5px;
}

.btn-wrap.type2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.btn-wrap.type2>* {
    width: 50%;
    margin-right: 30px;
}

.btn-wrap.type2.with-auto {
    justify-content: flex-start;
}

.btn-wrap.type2.with-auto>* {
    width: auto;
    margin-bottom: 20px;
}

.btn-wrap.type2>*:last-child {
    margin-right: 0;
}

.btn.btn-block {
    width: 100%;
}

.btn.capitalize {
    text-transform: capitalize;
}

.btn-xl {
    min-width: 220px;
}

.subtitle.color-gray {
    color: #8F8F8F;
}

.subtitle.size2 {
    font-size: 16px;
}

.text.color2 {
    color: #1E1E1E;
}

.content-block>* {
    margin-bottom: 35px;
}

.content-block.m-20>* {
    margin-bottom: 20px;
}

.content-block.m-05>* {
    margin-bottom: 5px;
}

.content-block>*:last-child {
    margin-bottom: 0;
}

.max-500>* {
    max-width: 500px;
}

.page-banner.type2:before {
    content: none;
}

.page-banner.type2 .page-banner__left>* {
    max-width: 100%;
}

.color-white-opacity {
    color: rgba(255, 255, 255, 0.87);
}

.page-template-page-music-creator .page-banner .page-banner__left .btn {
    margin-top: 20px;
    max-width: 500px;
}

.page-template-page-music-creator .signup-block {
    margin-top: 35px;
}

.page-template-page-music-creator .page-banner .btn-wrap.type2 {
    max-width: 500px;
    margin-top: 0;
}

.page-template-page-music-creator .page-banner .btn-wrap.type2 .btn {
    margin-top: 0;
}

.page-template-page-music-creator .go-to-portal .subtitle {
    margin-bottom: 0;
}

.s-reproduction-rights .btn-wrap {
    margin-top: 35px;
}

.s-reproduction-rights-license .rr-license-links a .arrow-btn {
    display: none;
}

.s-get-licensed .gl-question .text {
    margin: 20px 0;
}

.s-get-licensed .ld-form-questions {
    margin: 50px 0;
}

.s-get-licensed .ld-form-questions>* {
    margin-top: 30px;
}

.s-get-licensed .ld-form-questions .item {
    font-size: 15px;
    font-weight: 700;
    color: #1e1e1e;
    letter-spacing: 0.11px;
    line-height: 24px;
}

.s-get-licensed .ld-form-questions .item .text {
    color: #1E1E1E;
    font-family: "Rubik", sans-serif;
    font-weight: 400;
    font-size: 15px;
}

.s-get-licensed .ld-form-questions .item a {
    color: #6A71B5;
    text-decoration: underline;
}

.s-get-licensed .ld-form-questions .item .text a {
    font-weight: 500;
}

.independed-block {
    position: relative;
    padding: 80px 0 50px 60px;
    background: #EDEDED;
}

.independed-block:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 3000px;
    background: #EDEDED;
}

.independed-item {
    margin-bottom: 50px;
}

.independed-item .desc {
    font-weight: 500;
    margin-top: 10px;
}

.independed-block .oval27 {
    bottom: auto;
    left: 65%;
    top: 0;
}

.independed-block .oval28 {
    bottom: auto;
    left: 70%;
    top: -37%;
}

.resource-center-block {
    position: relative;
    margin-top: 50px;
}

.resource-center-block.bg-color {
    background: #EEE;
    padding: 50px 15px 50px 0;
}

.resource-center-block.bg-color:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 3000px;
    transform: translateX(-100%);
    background: #EEE;
}

.resource-center-block .content-block {
    max-width: 830px;
}

.resource-center-block .content-block>* {
    max-width: 100%;
    margin-bottom: 25px;
}

.resource-center-block .content-block>*:last-child {
    margin-bottom: 0;
}

.resource-center-block .content-block a {
    color: #6A71B5;
    font-weight: 500;
    text-decoration: underline;
}

.resource-center-block .text ol {
    counter-reset: number;
}

.resource-center-block .text ol li {
    padding-left: 30px;
    position: relative;
}

.resource-center-block .text ol li:before {
    position: absolute;
    top: 0;
    left: 0;
    content: counter(number) ".";
    margin-right: 0;
}

.resource-center-block .text ul {
    counter-reset: number;
}

.resource-center-block .text ul li {
    position: relative;
}

.resource-center-block .text ul li:before {
    content: "";
    position: absolute;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: #1E1E1E;
    top: 9px;
    left: 0;
}

.resource-center-block .oval21 {
    bottom: auto;
    top: -5%;
    left: -20%;
}

.page-banner .pb-img-wrap .oval-img.size2 {
    width: 334px;
    height: 334px;
    top: 60px;
    right: 70px;
}

.page-banner .pb-img.size2 {
    width: 250px;
    height: 250px;
    border-radius: 125px;
    margin-top: 30px;
}

.page-banner .pb-img.no-margin {
    margin-top: 0;
}

.resource-center-block .oval22 {
    right: 15%;
    bottom: -33%;
}

.what-we-do {
    position: relative;
    overflow: hidden;
}

.what-we-do .content-block {
    padding: 80px 15px 60px 100px;
}

.what-we-do .content-block:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    bottom: 0;
    width: 100vw;
    background: linear-gradient(135deg, #D81531 30%, #DD2078 100%);
    z-index: -1;
}

.what-we-do .oval20 {
    right: -185px;
    bottom: -25%;
}

.what-we-do .oval21 {
    width: 250px;
    height: 250px;
    bottom: auto;
    top: 12%;
    right: auto;
    left: -5%;
}

.why-choose-do {
    position: relative;
    margin: 50px 0;
}

.why-choose-block {
    margin-left: 65px;
}

.why-choose-block .caption {
    margin-left: 35px;
}

.why-choose-block .why-choose-item {
    padding: 0 20px 15px 35px;
    border-bottom: 1px solid #C2C6D8;
    margin-top: 30px;
}

.why-choose-block .question-block {
    margin-top: 50px;
    margin-left: 35px
}

.why-choose-block .question-block .title {
    margin-bottom: 10px;
}

.why-choose-block .question-block .text a.tel {
    color: inherit;
}

.why-choose-block .question-block .text a.mail {
    color: #6A71B5;
}

.why-choose-do .oval20 {
    bottom: 27%;
}

.why-choose-do .oval22 {
    right: 23%;
    bottom: -18%;
}

.why-choose-do .oval24 {
    right: 60px;
    bottom: 56%;
    left: auto;
}

.sec-managment {
    position: relative;
    background: #161616;
    padding: 60px 0;
}

.sec-party-users {
    position: relative;
    padding: 60px 0 80px;
}

.sec-party-users:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100vw;
    opacity: .4;
    background: linear-gradient(179.03deg, rgba(238, 238, 238, 0) 0%, #6A71B5 100%);
}

.sec-party-users .oval41 {
    bottom: auto;
    top: -90px;
}

.sec-party-users .oval24 {
    right: 200px;
    bottom: auto;
    left: auto;
    top: -10%;
}

.sec-party-users .oval24 .red-oval {
    width: 230px;
    height: 230px;
}

.sec-managment .text ul li {
    position: relative;
    margin-bottom: 20px;
}

.sec-managment .text ul li:last-child {
    margin-bottom: 0;
}

.sec-managment .text ul li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: currentColor;
}

.sec-managment .text ul li b {
    color: #fff!important;
}

.sec-managment .oval23 {
    bottom: auto;
    top: -60%;
    left: auto;
    right: 10%;
    z-index: -1;
}

.sec-what-artist {
    position: relative;
    overflow: hidden;
}

.sec-what-artist .content-block {
    padding: 80px 15px 60px 100px;
}

.sec-what-artist .content-block:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    bottom: 0;
    width: 100vw;
    background: linear-gradient(128deg, #D81531 0%, #E029A9 100%);
    z-index: -1;
}

.sec-how-does {
    position: relative;
    margin: 60px 0;
}

.sec-perfect-fit {
    position: relative;
    padding: 60px 0 115px;
}

.sec-perfect-fit:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100vw;
    opacity: .4;
    background: linear-gradient(179.03deg, rgba(238, 238, 238, 0) 0%, #6A71B5 100%);
}

.sec-what-artist .oval22 {
    right: 10%;
    bottom: -60px;
}

.sec-what-artist .oval21 {
    width: 250px;
    height: 250px;
    bottom: auto;
    top: 12%;
    right: auto;
    left: -5%;
}

.how-does-block {
    position: relative;
    margin-left: 100px;
}

.how-does-block .faq-accordeon {
    margin: 35px 0;
}

.faq-accordeon button.acc-head {
    width: 100%;
}

.faq-accordeon .acc-head {
    font-weight: 700;
}

.sec-perfect-fit .content-block {
    position: relative;
    margin-left: 100px;
}

.sec-perfect-fit .content-block .text a {
    color: #6A71B5;
    text-decoration: underline;
}

.sec-perfect-fit .oval21 {
    width: 164px;
    height: 164px;
    bottom: auto;
    left: auto;
    top: 0;
    right: 10%;
}

.sec-perfect-fit .oval22 {
    width: 420px;
    height: 420px;
    right: auto;
    left: -10%;
}

.sec-integrated {
    position: relative;
}

.sec-integrated .content-block {
    padding: 80px 15px 60px 100px;
}

.sec-integrated .content-block:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    bottom: 0;
    width: 100vw;
    background: linear-gradient(128deg, #D81531 0%, #E029A9 100%);
    z-index: -1;
}

.sec-integrated .oval22 {
    right: 30px;
    bottom: 42%;
    width: 164px;
    height: 164px;
    z-index: 0;
}

.sec-integrated .oval21 {
    width: 250px;
    height: 250px;
    bottom: auto;
    top: -45px;
    right: auto;
    left: -5%;
}

.oval-img {
    position: relative;
    width: 400px;
    height: 400px;
    border-radius: 200px;
    overflow: hidden;
    text-align: center;
}

.oval-img img {
    display: inline-block;
    position: relative;
    height: 100%;
    z-index: 1;
}

.sec-integrated .oval-img {
    position: absolute;
    right: 20px;
    bottom: -120px;
    z-index: 0;
}

.sec-margin-block {
    position: relative;
    margin: 60px 0;
}

.sec-margin-block .margin-block-item {
    margin-left: 100px;
}

.sec-margin-block .margin-block-item .content-block {
    margin-bottom: 50px;
}

.sec-margin-block .margin-block-item .content-block .text {
    font-weight: 500;
}

.sec-margin-block .margin-block-item .content-block:nth-child(2) {
    margin-left: 60px;
}

.sec-margin-block .margin-block-item .content-block:nth-child(3) {
    margin-left: 150px;
}

.sec-margin-block .margin-block-item .content-block:last-child {
    margin-bottom: 0;
}

.sec-margin-block .oval23 {
    left: -20%;
    top: 20%;
}

.sec-we-make {
    z-index: 1;
    margin-bottom: 40px;
}

.sec-we-make .content-block {
    padding: 70px 15px 140px 100px;
}

.sec-we-make .content-block:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    bottom: 0;
    width: 100vw;
    background: linear-gradient(323deg, #D2D2D2 0%, #EDEDED 100%);
    z-index: -1;
}

.sec-we-make .oval24 {
    left: 16%;
    bottom: auto;
    top: 75px;
    z-index: -1;
}

.sec-we-make .oval24 .red-oval {
    width: 290px;
    height: 290px;
    border-radius: 290px;
}

.sec-we-make .oval22 {
    right: -40px;
    bottom: -15%;
}

.sec-processing {
    position: relative;
    padding: 0 0 80px;
}

.sec-processing:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100vw;
    opacity: .4;
    background: linear-gradient(179.03deg, rgba(238, 238, 238, 0) 0%, #6A71B5 100%);
}

.sec-question {
    padding: 70px 0 50px;
}

.sec-question .why-choose-block {
    margin-left: 0;
}

.sec-question .why-choose-block .question-block {
    margin: 0;
}

.sec-question .oval21 {
    height: 138px;
    width: 138px;
    left: 1%;
    bottom: auto;
    top: -35px;
}

.sec-question .oval22 {
    height: 420px;
    width: 420px;
    left: auto;
    bottom: auto;
    top: 40%;
    right: 10%;
}

.sec-how-obtain .subtitle a {
    color: #6A71B5;
    text-decoration: underline;
}

.sec-how-obtain .page-banner__left .rr-links {
    margin-top: 30px;
}

.rr-links.color-black span {
    color: #161616;
}

.header-login {
    position: relative;
}

.login-inner-menu {
    position: absolute;
    top: 100%;
    right: 0;
    background: #161616;
    padding: 20px 20px 30px;
    min-width: 200px;
    margin-top: 20px;
    border-top: 8px solid transparent;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    opacity: 0;
    visibility: hidden;
}

.login-inner-menu ul {
    font-size: 0;
    text-align: left;
}

.login-inner-menu ul li {
    display: block;
}

.login-inner-menu ul li a {
    font-size: 15px;
    line-height: 30px;
    color: #fff;
    font-weight: 500;
}

.login-inner-menu ul li:nth-child(1) a {
    color: #6A71B5;
    font-size: 13px;
}

.sec-sign-up {
    padding-bottom: 50px;
}

.sec-sign-up:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100vw;
    height: 100%;
    opacity: .4;
    background: linear-gradient(179.03deg, rgba(238, 238, 238, 0) 0%, #6A71B5 100%);
}

.sec-sign-up .pb-img-wrap {
    height: 100%;
}

.sec-sign-up .oval24 {
    top: 40%;
    left: 15%;
    z-index: -1;
    bottom: auto;
}

.sec-sign-up .oval24 .red-oval {
    width: 200px;
    height: 200px;
}

.sec-music-notice {
    padding: 75px 0 90px;
    overflow: hidden
}

.sec-music-notice .notice-docs {
    margin-top: 20px;
}

.notice-docs .rr-links {
    display: inline-block;
    margin-right: 60px;
    margin-bottom: 25px;
}

.notice-docs .rr-links a {
    max-width: 400px;
    min-width: 400px;
}

.sec-music-notice .oval22 {
    width: 550px;
    height: 550px;
    bottom: -45%;
    right: -12%;
}

.sec-how-license {
    position: relative;
    margin-top: -230px;
    z-index: 2;
}

.sec-how-license .content-block {
    padding: 85px 45px 45px 55px;
}

.sec-how-license .content-block:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100vw;
    background: #161616;
    z-index: -1;
}

.sec-how-license .text ul li {
    position: relative;
    margin-bottom: 5px;
}

.sec-how-license .text ul li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: currentColor;
}

.sec-how-license .text a {
    color: #6A71B5;
    text-decoration: underline;
}

.sec-how-license .oval28 {
    position: absolute;
    left: auto;
    bottom: auto;
    top: -30%;
    right: 34%;
    width: 360px;
    height: 360px;
    z-index: -1;
}

.sec-hosting-both {
    margin-top: -120px;
    margin-bottom: 65px;
}

.sec-hosting-both .content-block {
    position: relative;
    padding: 90px 75px;
}

.sec-hosting-both .content-block:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #EDEDED;
    z-index: -1;
}

.sec-hosting-both .text a {
    color: #6A71B5;
    text-decoration: underline;
}

.sec-hosting-both .oval28 {
    left: auto;
    right: 17%;
    bottom: 100px;
}

.sec-hosting-both .oval27 {
    left: auto;
    right: 24%;
    z-index: -1;
    bottom: 70px;
}

.sec-more-info {
    position: relative;
    padding-bottom: 110px;
}

.sec-more-info .title a {
    color: #6A71B5;
}

.sec-more-info .text a {
    color: #6A71B5;
    text-decoration: underline;
}

.sec-more-info .oval28 {
    width: 420px;
    height: 420px;
    bottom: auto;
    top: 30%;
    z-index: -1;
}

.main-slider .swiper-slide .photo {
    bottom: auto;
}

.main-slider .swiper-slide .photo .name {
    margin-top: 10px;
}

.main-slider-bottom {
    text-align: center;
    color: #fff;
    padding-bottom: 50px;
}

.main-slider-bottom .title {
    font-size: 2.133rem;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    letter-spacing: 0.96px;
    line-height: 1.218;
    text-transform: uppercase;
}

.main-slider-bottom .btn {
    margin-top: 30px;
}

.sec-hosting-both .text ul li {
    position: relative;
    margin-bottom: 5px;
}

.sec-hosting-both .text ul li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: currentColor;
}

.sec-how-license .text ul ul li:before {
    width: 5px;
    height: 5px;
    background: transparent;
    border: 1px solid #fff;
}


/*media*/

@media(min-width:992px) {
    .ms-content {
        height: calc(100vh - 300px);
        min-height: 500px;
    }
}

@media(min-width:1200px) {
    .hb-search .banner-link:hover span:before {
        background: #fff;
    }
    .s-get-licensed .ld-form-questions .item a:hover {
        color: #D81531;
    }
    .resource-center-block .content-block a:hover {
        color: #D81531;
    }
    .why-choose-block .question-block .text a.tel:hover,
    .why-choose-block .question-block .text a.mail:hover {
        color: #D81531;
    }
    .sec-perfect-fit .content-block .text a:hover {
        color: #D81531;
    }
    .sec-how-obtain .subtitle a:hover,
    .rr-links.color-black a:hover span {
        color: #D81531;
    }
    .header-login:hover .login-inner-menu,
    .header-login.active .login-inner-menu {
        opacity: 1;
        visibility: visible;
        margin-top: 1px;
    }
    .header-login button.close-header-login {
        width: 1px;
        height: 1px;
        background: transparent;
        font-size: 0;
        overflow: hidden;
        text-indent: -9999rem;
        display: block;
        margin: 0;
        padding: 0;
        border: none;
    }
    .login-inner-menu ul li a:hover {
        color: #6A71B5;
    }
    .sec-how-license .text a:hover,
    .sec-hosting-both .text a:hover,
    .sec-more-info .title a:hover,
    .sec-more-info .text a:hover {
        color: #D81531;
    }
    .btn.padd-rl {
        padding-left: 40px;
        padding-right: 40px;
    }
}

@media(max-width: 1500px) {
    .sec-we-make .oval24 {
        left: 3%;
    }
}

@media(max-width: 1199px) {
    .header-login.active .login-inner-menu {
        opacity: 1;
        visibility: visible;
        margin-top: 1px;
    }
}

@media(max-width: 991px) {
    .btn-wrap.type2 {
        display: block;
    }
    .btn-wrap.type2>* {
        width: auto;
        margin-right: 0;
    }
    .max-500>* {
        max-width: 100%;
    }
    .independed-block {
        margin-top: 50px;
        padding: 40px;
    }
    .spacer-md {
        height: 50px;
    }
    .what-we-do .content-block {
        padding: 40px 35px;
    }
    .why-choose-block {
        margin-left: 0;
    }
    .sec-managment,
    .sec-party-users {
        padding: 50px 0;
    }
    .sec-what-artist .content-block {
        padding: 30px 5px;
    }
    .sec-how-does {
        margin-bottom: 30px;
    }
    .how-does-block {
        margin-left: 5px;
    }
    .sec-perfect-fit {
        padding: 30px 0 60px;
    }
    .sec-perfect-fit .content-block {
        margin-left: 5px;
    }
    .sec-integrated .content-block {
        padding: 30px 5px;
    }
    .sec-integrated .oval-img {
        display: none;
    }
    .sec-margin-block .margin-block-item {
        margin-left: 5px;
    }
    .sec-margin-block .margin-block-item .content-block {
        margin-bottom: 30px;
    }
    .sec-margin-block .margin-block-item .content-block:nth-child(2),
    .sec-margin-block .margin-block-item .content-block:nth-child(3) {
        margin-left: 0;
    }
    .sec-we-make .content-block {
        padding: 30px 5px;
    }
    .page-banner .pb-img.no-margin {
        margin-top: 30px;
    }
    .sec-processing {
        padding-bottom: 30px;
    }
    .sec-question {
        padding: 30px 0;
    }
    .sec-music-notice {
        padding: 50px 0 25px;
    }
    .sec-how-license {
        margin-top: 0;
    }
    .sec-how-license .content-block {
        padding: 30px 0;
    }
    .sec-how-license .content-block:before {
        left: -50px;
        right: -50px;
        width: auto;
    }
    .sec-hosting-both {
        margin: 50px 0;
    }
    .sec-hosting-both .content-block {
        padding: 30px 0;
    }
    .sec-hosting-both .content-block:before {
        left: -50px;
        right: -50px;
        width: auto;
    }
    .sec-more-info {
        padding-bottom: 50px;
    }
    .main-slider-bottom {
        padding: 30px 0;
    }
    .main-slider-bottom .title {
        font-size: 1.2rem;
    }
}

@media(max-width: 767px) {
    .s-get-licensed .gl-question .text {
        margin: 10px 0;
    }
    .btn-wrap.type2.with-auto>*:last-child {
        margin-bottom: 0;
    }
    .s-get-licensed .ld-form-questions {
        margin: 40px 0 0;
    }
    .s-get-licensed .ld-form-questions>* {
        margin-top: 20px;
    }
    .spacer-md {
        height: 0;
    }
    .content-block>* {
        margin-bottom: 20px;
    }
    .page-banner-4 .container {
        padding-left: 15px;
        padding-right: 15px;
    }
    .independed-block {
        margin-top: 30px;
        padding: 20px 20px 5px;
    }
    .independed-block:before {
        content: none;
    }
    .independed-item {
        margin-bottom: 15px;
    }
    .independed-item .desc {
        margin-top: 5px;
    }
    .resource-center-block {
        margin-top: 40px;
    }
    .resource-center-block.bg-color {
        padding: 30px 0;
    }
    .resource-center-block.bg-color:before {
        right: -15px;
        left: -15px;
        width: auto;
        transform: none;
        z-index: -1;
    }
    .what-we-do .content-block {
        padding: 30px 0px;
    }
    .why-choose-do {
        margin: 30px 0;
    }
    .why-choose-block .why-choose-item {
        padding: 0;
        padding-bottom: 15px;
    }
    .why-choose-block .caption {
        margin-left: 0;
    }
    .why-choose-block .question-block {
        margin-top: 30px;
        margin-left: 0;
    }
    .sec-managment,
    .sec-party-users {
        padding: 30px 0;
    }
    .how-does-block,
    .sec-perfect-fit .content-block {
        margin-left: 0;
    }
    .sec-how-does {
        margin-top: 30px;
    }
    .how-does-block .faq-accordeon {
        margin: 30px 0;
    }
    .sec-perfect-fit {
        padding: 10px 0 30px;
    }
    .sec-margin-block .margin-block-item {
        margin-left: 0;
    }
    .sec-we-make .content-block {
        padding: 30px 0;
    }
    .sec-margin-block {
        margin: 30px 0;
    }
    .sec-margin-block .margin-block-item .content-block {
        margin-bottom: 20px;
    }
    .header-login .login-inner-menu {
        right: auto;
        left: 0;
        padding: 20px;
    }
    .sec-sign-up {
        padding-bottom: 25px;
    }
    .sec-music-notice {
        padding: 30px 0 5px;
    }
    .notice-docs .rr-links {
        display: block;
        margin-right: 0;
    }
    .notice-docs .rr-links a {
        min-width: auto;
    }
    .notice-docs .rr-links a span {
        margin-bottom: 10px;
    }
    .sec-sign-up .rr-links a {
        max-width: 100%;
    }
    .sec-hosting-both {
        margin: 30px 0;
    }
    .sec-more-info {
        padding-bottom: 30px;
    }
    .sec-more-info .title br {
        display: none;
    }
    .main-slider-bottom {
        padding: 20px 0;
    }
    .main-slider-bottom .btn {
        margin-top: 20px;
    }
}

.anrepcontainer {
    flex-direction: column;
}

.anrepcontainer a {
    max-width: 25%;
    margin-top: 35px;
}

@media(max-width:991px) {
    .anrepcontainer {
        display: flex!important;
    }
    .anrepcontainer a {
        max-width: 100%;
        margin-top: 35px;
    }
}

@media(max-width:1100px) {
    .page-template-page-music-creator .btn-wrap.type2>* {
        width: 50%;
        margin-right: 20px;
    }
}

.circle-image {
    border-radius: 50%;
}

.circle-image-center {
    align-items: center;
}

.firstletter {
    text-transform: initial!important;
}


/* @media(min-width:991px) and (max-width:1310px){
    .s-reproduction-rights .btn-wrap.type2.with-auto{
        flex-direction: column;
        align-items: center;
    }
    .s-reproduction-rights .btn-wrap.type2.with-auto a:nth-child(1){
        margin-right: 0;
    }
    .s-reproduction-rights .btn-wrap.type2.with-auto a{
        width:100%;
    }
} */

@media(min-width:990px) and (max-width:1310px) {
    .page-template-page-sign-up-for-performing-rights .page-banner .subtitle-big {
        max-width: 485px;
    }
}

@media(min-width:990px) and (max-width:1310px) {
    .page-template-page-sign-up-for-performing-rights.language-fr .page-banner .subtitle-big {
        max-width: 450px;
    }
}

.page-template-page-music-creator .btn-wrap.type2 a:nth-child(1) {
    margin-right: 20px!important;
}

.yikes-mailchimp-eu-compliance-label input[type=checkbox] {
    width: auto;
    margin-right: 10px!important;
}

/*
.EMAIL-label {
    display: none;
}
*/

/* Text meant only for screen readers */
.screen-reader-text { clip: rect(1px, 1px, 1px, 1px); position: absolute !important; }

.screen-reader-text:hover, .screen-reader-text:active, .screen-reader-text:focus { /* Above WP toolbar */ background-color: #f1f1f1; border-radius: 3px; box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6); clip: auto !important; color: #21759b; display: block; font-size: 14px; font-weight: bold; height: auto; left: 5px; line-height: normal; nowhitespace: afterproperty; padding: 15px 23px 14px; text-decoration: none; top: 5px; width: auto; z-index: 100000; }

/*.support-text {display: none !important;}*/
