/*
font-family: 'Poppins', sans-serif;
font-family: 'Roboto Condensed', sans-serif;
font-family: 'Oswald', sans-serif;


font-family: 'Inter', sans-serif;
font-family: 'Patua One', cursive;
*/

body,
body.custom-font-enabled {
    /* font-family: 'Poppins', sans-serif; */
    font-family: 'Inter', sans-serif;
}

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
    margin: 24px 0;
    line-height: 1.4;
    letter-spacing: 0.02em;
    /* font-family: 'Oswald', sans-serif; */
    font-family: 'Patua One', cursive;
    font-weight: 400;
}

.entry-content p,
.entry-summary p,
.comment-content p,
.mu_register p {
    line-height: 1.5;
    font-weight: 300;
}

.entry-content h1 {
    font-size: 21px;
    font-size: 1.5rem;
    line-height: 1.5;
}

.entry-content h2 {
    font-size: 18px;
    font-size: 1.285714286rem;
    line-height: 1.6;
}

.entry-content h3 {
    font-size: 28px;
    line-height: 1.4;
}

.entry-content h4 {
    font-size: 22px;
    line-height: 1.2;
}

.entry-content h5 {
    font-size: 13px;
    font-size: 0.928571429rem;
    line-height: 1.846153846;
}

.entry-content h6 {
    font-size: 12px;
    font-size: 0.857142857rem;
    line-height: 1.846153846;
}

.send-btn button,
.send-btn a {
    font-weight: 800;
    font-size: 20px!important;
    letter-spacing: 0.05em;
    padding-left: 30px!important;
    padding-right: 30px!important;
}

.pink-txt {
    color: #fc9a2d;
}

.displaynone {
    display: none;
}

.site-header {
    background-color: #FFF;
}

.container {
    max-width: 1170px;
    margin: 0 auto;
}

.wrapper {
    max-width: 1170px;
    margin: 0 auto;
}

.syncs-img img {
    max-height: 180px;
    max-width: none;
    width: auto;
}

.site-header {
    width: 100%;
    float: left;
    padding: 15px 0px;
}

.site-header .header_panel {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
}

.site-header hgroup {
    float: left;
}

.site-header hgroup img {
    max-width: 300px;
}

.site-header .top-social {
    float: right;
}

.site-header .top-social ul {
    float: right;
    margin-top: 28px;
}

.site-header .top-social ul li {
    display: inline-block;
    margin-left: 6px;
}

.site-header .top-social ul li a {
    font-size: 24px;
}

.site-header .top-social ul li a:hover {
    color: #eb008b;
}

.bottom-social,
.bottom-social ul {
    text-align: center;
}

.bottom-social ul li {
    display: inline-block;
    margin-left: 10px;
}

.bottom-social ul li a {
    font-size: 22px;
    width: 44px;
    height: 44px;
    text-align: center;
    line-height: 40px;
    border: 3px solid #FFF;
    color: #FFF;
    display: inline-block;
    -webkit-border-radius: 500px;
    -moz-border-radius: 500px;
    border-radius: 500px;
}

.bottom-social ul li a:hover {
    border-color: #f89b2c;
    color: #f89b2c;
}

.section-head {
    position: relative;
}

.section-head:before {
    content: '';
    width: 130px;
    height: 5px;
    background-color: #fc9a2d;
    position: absolute;
    bottom: 0px;
}

.main-nav-col {
    display: inline-block;
    float: right;
    padding-top: 23px;
}

.menu-toggle {
    padding: 6px 10px;
    font-size: 14px;
    line-height: 1.428571429;
    font-weight: normal;
    color: #FFF;
    background-color: #212121;
    border: 1px solid #212121;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.team-panel {
    font-size: 16px;
}

.team-panel a {
    font-size: 18px;
    color: #FFF;
}

.morecontent span {
    display: none;
}

.spotify--artist-icon a {
    font-size: 26px;
    color: #FFF;
    display: inline-block;
    margin-top: 0px;
    position: relative;
    top: -15px;
    background-color: #7dc211;
    padding: 3px;
    height: 30px;
    width: 30px;
    text-align: center;
    vertical-align: middle;
    line-height: 34px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 1px 1px 0px 1px #008ec4;
    -webkit-box-shadow: 1px 1px 0px 1px #008ec4;
    box-shadow: 1px 1px 0px 1px #008ec4;
}

.spotify--artist-icon a:hover {
    background-color: #fc9a2d;
}

.spotify--artist-icon span {
    position: relative;
    left: 10px;
    top: -13px;
}

.rev_slider .slider_caption {
    width: 750px!important;
    position: relative;
    left: 50%;
    margin-left: -375px!important;
}

.rev_slider .slider_caption h1 {
    font-size: 46px!important;
}

.rev_slider .slider_caption ul {
    margin-bottom: 24px!important;
}

.rev_slider .slider_caption ul li {
    font-size: 28px!important;
    line-height: 1.4!important;
    text-align: left!important;
}

.rev_slider .slider_caption p {
    font-size: 24px!important;
    margin-bottom: 20px!important;
}

.rev_slider .slider_caption p a {
    background-color: #fc9a2d;
    color: #ffffff;
    padding: 14px 20px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    font-weight: 600;
}

.entry-content .home-banner-section .wpb_revslider_element.wpb_content_element {
    margin-bottom: 0px!important;
}

.page-id-471 {
    background: url(https://www.maxmusicpublishing.co.uk/wp-content/uploads/2020/07/yvette-de-wit-8XLapfNMW04-unsplash-1.jpg) no-repeat center center;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.page-id-471 .site {
    background-color: rgba(0, 0, 0, 0.4);
}

.synch_form_wrapper div {
    box-sizing: border-box;
}

.synch_form_wrapper {
    max-width: 700px;
    margin: 0 auto;
    padding: 25px;
    background-color: rgba(254, 254, 254, 1);
    color: #000;
    font-size: 16px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.synch_form_wrapper .form_head {
    text-align: center;
    padding: 15px 35px;
    max-width: 100%;
    margin: 0 auto;
    font-size: 20px;
}

.synch_form_wrapper .field_heading {
    background-color: #928f8e;
    color: #FFF;
    padding: 20px 20px 20px 20px;
    margin-bottom: 15px;
    margin-top: 15px;
}

.synch_form_wrapper .field_heading h3 {
    margin: 0px;
    font-size: 22px;
    text-transform: uppercase;
}

.synch_form_wrapper .field_row {
    padding: 15px;
}

.synch_form_wrapper .field_row .field-label {
    width: 35%;
    display: inline-block;
    vertical-align: top;
}

.synch_form_wrapper .field_row .field-right {
    width: 64%;
    display: inline-block;
    vertical-align: top;
}

.synch_form_wrapper .field_row .form-control {
    width: 100%;
    border-radius: 0;
    padding: 8px 15px;
    box-sizing: border-box;
    border: 1px solid #ccc;
}

.synch_form_wrapper .field_row .field-label {
    line-height: 1.2;
}

.synch_form_wrapper .field_row .field-label span {
    color: #FF0000;
}

.synch_form_wrapper .field_row small {
    line-height: 1.3;
    font-size: 12px;
    display: block;
    padding-top: 5px;
}

.synch_form_wrapper .submit-btn {
    padding: 10px 25px;
    font-size: 18px;
    background: #fc9a2d;
    color: #FFF;
    border: 0px;
}

.synch_form_wrapper .submit-btn:hover {
    background: #fc9a2d;
    color: #FFF;
}

.synch_form_wrapper .submit-btn:active,
.synch_form_wrapper .submit-btn:focus {
    box-shadow: none;
    border: 0px;
}

.synch_form_wrapper span.wpcf7-list-item {
    display: inline-block;
    margin: 0 1em 0 0em;
}

.synch_form_wrapper .field_row input[type='date'] {
    background-image: url(../images/dateicon.jpg);
    background-repeat: no-repeat;
    background-position: 96.5% 50%;
}

div.wpcf7-response-output {
    max-width: 700px;
    margin: 0 auto;
    text-align: center;
    font-size: 18px;
}

div#ui-datepicker-div {
    z-index: 1000!important;
}

.modal {
    text-align: center;
}

@media screen and (min-width: 768px) {
    .modal:before {
        display: inline-block;
        vertical-align: middle;
        content: " ";
        height: 100%;
    }
}

.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}

.front__artist_roster__section .artist_roster_item {
    max-width: 20%;
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    float: left;
    margin-bottom: 5px;
    position: relative;
}

.front__artist_roster__section .artist_roster_item .artist_roster_pic {
    overflow: hidden;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    /*height: 180px; width: 100%;*/
}

.front__artist_roster__section .artist_roster_item img {
    max-width: 100%;
    display: block;
    transition: transform .4s;
    -webkit-transition: transform .4s;
}

.front__artist_roster__section .artist_roster_item:hover img {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
}

.front__artist_roster__section .artist_roster_item h2 {
    margin-top: 10px;
    margin-bottom: 5px;
    font-size: 15px;
    text-transform: uppercase;
}

.front__artist_roster__section .artist_roster_item .artist_roster_detail {
    text-align: center;
}

.front__artist_roster__section .artist_roster_item a.links {
    color: #FFF;
    text-transform: uppercase;
    padding: 8px 10px 6px 10px;
    background-color: #fc9a2d;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    line-height: 1;
}

.front__artist_roster__section .artist_roster_item a.links:hover,
.front__artist_roster__section .artist_roster_item a.links:focus,
.front__artist_roster__section .artist_roster_item a.links:active {
    text-decoration: none;
}

.front__artist_roster__section .artist_roster_item .middle {
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
}

.front__artist_roster__section .artist_roster_item:hover .image {
    opacity: 0.3;
}

.front__artist_roster__section .artist_roster_item:hover .middle {
    opacity: 1;
}

.front__artist_roster__section .close {
    float: right;
    position: absolute;
    right: 0;
    top: 3px;
    opacity: 1;
    font-size: 30px;
    background-color: #FFF;
    color: #000;
    border-radius: 0;
    border: 0;
    width: 30px;
    height: 44px;
    padding: 0;
}

.front__artist_roster__section .modal-dialog {
    color: #000;
}

.front__artist_roster__section h5.modal-title {
    margin: 0px 0px;
    line-height: 1;
    font-size: 16px;
}

.front__artist_roster__section .modal-header {
    background-color: #00adef;
    color: #FFF;
    position: relative;
    border-bottom: 0px;
    padding-left: 25px;
}

.front__artist_roster__section .spotify--artist-icon a {
    top: -2px;
    box-shadow: none;
    height: 34px;
    width: 34px;
}

.front__artist_roster__section .spotify--artist-icon span {
    top: -0px;
    font-weight: 700;
}

.modal-content {
    overflow: hidden;
}

.modal-body {
    padding: 25px;
}

.modal-backdrop.in {
    filter: alpha(opacity=90);
    opacity: .9;
}

.front__featured_artist {
    display: table;
    clear: both;
    width: 100%;
}

.front__featured_artist .artist-left-div {
    width: 62%;
    float: left;
}

.front__featured_artist .artist-right-div {
    width: 100%;
    float: right;
    padding-left: 0px;
}

.front__featured_artist .artist_roster_item {
    width: 50%;
    /*display: block;*/
    float: left;
    max-width: 100%!important;
}

.front__featured_artist .front__artist_featured-3column .artist_roster_item {
    width: 33.33%;
}

.front__featured_artist .front__artist_featured-3column .artist_roster_item .artist_roster_pic {
    height: 320px;
}

.front__featured_artist .artist_roster_item .artist_roster_panel {
    overflow: hidden;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.front__featured_artist .artist-left-div .artist_roster_pic {
    height: 465px;
    width: 100%;
}

.front__featured_artist .artist-right-div .artist_roster_pic {
    height: 300px;
    width: 100%;
    filter: grayscale(0);
    -webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    transition: transform .4s;
    -webkit-transition: transform .4s;
    /* Animation */
}

.front__featured_artist .artist_roster_item .artist_roster_panel:hover .artist_roster_pic {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    /* IE5+ */
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
}

.front__featured_artist .artist-left-div .artist_roster_detail {
    position: absolute;
    bottom: 25px;
    left: 25px;
}

.front__featured_artist .artist-right-div .artist_roster_detail {
    position: absolute;
    bottom: 25px;
    left: 25px;
}

.front__featured_artist .artist_roster_item .artist_roster_panel:hover .artist_roster_pic a.links {
    filter: grayscale(0);
    -webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
}

.front__featured_artist .artist_roster_detail h2 {
    font-size: 22px;
    float: left;
}

.front__syncs__section .syncs_item {
    float: left;
    width: 33%;
    text-align: center;
    padding: 10px 30px 40px 30px;
}

.front__syncs__section .syncs_item h2 {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 0.05em;
    line-height: 1.1;
    min-height: 38px;
}

.front__syncs__section .syncs_item img {
    max-width: 100%;
}

.front__syncs__section .syncs_item .syncs_detail {
    position: relative;
    margin: 0 auto;
}

.front__syncs__section .syncs_item .syncs_detail .syncsPic {
    position: relative;
    width: auto;
    height: 180px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.front__syncs__section .syncs_item .syncs_detail .syncsPic img {
    position: relative;
    width: auto;
    left: 0;
    /*top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);*/
    max-height: 180px;
}

.home .entry-content video {
    margin-bottom: 0;
}

.page-template-home-landing-page .site-header {
    display: none;
}

.page-template-home-landing-page .wrapper {
    width: 100%;
    max-width: none;
}

.page-template-home-landing-page .wrapper .home_landing_wrapper {
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

.page-template-home-landing-page {
    overflow-y: hidden;
}

.page-template-home-landing-page .wrapper .home_landing_wrapper>img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    object-position: top center;
}

.page-template-home-landing-page .wrapper .home_landing_wrapper img.mobile-pic {
    display: none;
}

.page-template-home-landing-page .enter-btn-home .vc_btn3.vc_btn3-size-md {
    font-size: 20px;
    padding: 5px 20px;
    letter-spacing: 0.1em;
}

.page-template-home-landing-page .wrapper .home_landing_wrapper .enter_button_panel {
    position: absolute;
    z-index: 9;
    width: 100%;
    left: 0;
    bottom: 25px;
    text-align: center;
}

.page-template-home-landing-page .wrapper .home_landing_wrapper .enter_button_panel a {
    text-decoration: none;
    font-size: 20px;
    padding: 5px 20px;
    letter-spacing: 0.25em;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    border: 2px solid #272727;
    color: #272727;
    background-color: #f89b2c;
}

.page-template-home-landing-page .wrapper .home_landing_wrapper .enter_button_panel a:hover {
    background-color: #272727;
    color: #FFF;
}

.video-frame {
    position: relative;
}

.video-frame .wpb_wrapper:before,
.video-frame .wpb_wrapper:after,
.video-frame:before,
.video-frame:after {
    content: '';
    position: absolute;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}


/* .video-frame .wpb_wrapper iframe,
.video-frame .wpb_wrapper video, */

.video-frame {
    margin-bottom: 0px;
}

.video-frame .wpb_wrapper h2 {
    margin-bottom: 10px;
}

.video-frame .wpb_wrapper:before {
    background-image: url(../images/video-frame-left.png);
    width: 21px;
    height: 100%;
    top: 0px;
    left: -1px;
    z-index: 9;
}

.video-frame .wpb_wrapper:after {
    background-image: url(../images/video-frame-right.png);
    width: 21px;
    height: 100%;
    top: 0px;
    right: -11px;
    background-size: auto 600px;
}

.video-frame:before {
    background-image: url(../images/video-frame-top.png);
    width: 100%;
    height: 21px;
    top: 0px;
    right: 0px;
}

.video-frame:after {
    background-image: url(../images/video-frame-bottom.png);
    width: 100%;
    height: 21px;
    bottom: 24px;
    right: 0px;
}

.video-frame-big:after {
    bottom: 27px;
}

.front__featured_artist .artist-right-div.front__artist_featured-3column {
    width: 100%;
    float: none;
}

.front__featured_artist .artist-right-div.front__artist_featured-bigcolumn {
    width: 25%;
    float: left;
    padding-left: 0px;
}

.front__featured_artist .artist-right-div.front__artist_featured-bigcolumn .artist_roster_item {
    width: 100%;
}

.front__featured_artist .artist-right-div.front__artist_featured-bigcolumn .artist_roster_item .artist_roster_pic {
    height: 425px;
}

@media screen and (max-width: 991px) {
    .front__artist_roster__section .artist_roster_item {
        max-width: 33.3%;
        padding: 10px;
    }
    .syncs-img img {
        max-width: 100%;
    }
}

@media screen and (max-width: 767px) {
    .site-header {
        padding-left: 15px;
        padding-right: 15px;
        box-sizing: border-box;
    }
    .site-header img {
        max-width: 100%;
    }
    .site-header .header_panel {
        display: block;
    }
    /*.entry-content .home-banner-section {
    background-image: url(https://www.maxmusicpublishing.co.uk/wp-content/uploads/2019/10/mobile-banner-pic.jpg) !important;}
*/
    .entry-content .home-banner-section .vc_hidden-xs {
        display: block!important;
    }
    .rev_slider .slider_caption {
        width: 100%!important;
        position: relative;
        left: 0%;
        margin-left: 0px!important;
        padding-left: 0px!important;
        padding-right: 0px!important;
    }
    .rev_slider .slider_caption h1 {
        font-size: 18px!important;
    }
    .rev_slider .slider_caption ul {
        margin-bottom: 15px!important;
    }
    .rev_slider .slider_caption ul li {
        font-size: 16px!important;
        line-height: 1.2!important;
        text-align: left!important;
    }
    .rev_slider .slider_caption p {
        font-size: 16px!important;
        margin-bottom: 15px!important;
    }
    .synch_form_wrapper .field_row .field-label,
    .synch_form_wrapper .field_row .field-right {
        width: 100%;
        display: block;
    }
    .synch_form_wrapper {
        padding: 15px;
    }
    .synch_form_wrapper .form_head {
        padding: 15px 0px;
    }
    .front__artist_roster__section .artist_roster_item {
        max-width: 50%;
        padding: 5px;
    }
    .front__featured_artist .artist-left-div,
    .front__featured_artist .artist-right-div {
        width: 100%;
        float: none;
        padding-bottom: 5px;
    }
    .front__featured_artist .artist-left-div .artist_roster_pic,
    .front__featured_artist .artist-right-div .artist_roster_pic {
        height: 250px;
    }
    .front__featured_artist .artist_roster_item {
        max-width: 100%;
    }
    .front__artist_roster__section .artist_roster_item h2 {
        line-height: 1;
        height: 30px;
    }
    .front__syncs__section .syncs_item {
        width: 50%;
    }
    .page-template-home-landing-page .wrapper .home_landing_wrapper img.mobile-pic {
        display: block;
    }
    .page-template-home-landing-page .wrapper .home_landing_wrapper img.desktop-pic {
        display: none;
    }
    .front__featured_artist .artist-right-div.front__artist_featured-3column,
    .front__featured_artist .artist-right-div.front__artist_featured-bigcolumn {
        width: 100%;
        float: none;
    }
    .front__featured_artist .front__artist_featured-3column .artist_roster_item {
        width: 50%;
    }
    .front__featured_artist .artist-right-div.front__artist_featured-bigcolumn .artist_roster_item .artist_roster_pic {
        height: 280px;
    }
}

@media screen and (max-width: 599px) {
    .site-header {
        text-align: center;
    }
    .site-header hgroup {
        float: none;
        text-align: center;
    }
    .team-panel a {
        font-size: 15px;
        color: #FFF;
    }
    .site-header .top-social {
        float: none;
        text-align: center;
        padding-bottom: 20px;
        display: inline-block;
        width: 100%;
    }
    .site-header .top-social ul {
        float: none;
        margin-top: 16px;
        text-align: center;
    }
    .main-nav-col {
        display: inline-block;
        float: none;
        margin-bottom: 25px;
        padding-top: 0px;
    }
    .rev_slider iframe {
        -ms-transform: scale(1.25);
        -moz-transform: scale(1.25);
        -o-transform: scale(1.25);
        -webkit-transform: scale(1.25);
        transform: scale(1.25);
    }
    .site-header hgroup img {
        max-width: 280px;
    }
    .site {
        overflow-x: hidden;
    }
    .front__syncs__section .syncs_item {
        width: 100%;
    }
}