@media screen and (max-width: 1500px) {
    .page-content .v-split {
        width: 100%;
        max-width: 100%;
    }
    .responsive .home-top-banner .inner-content .home-title {
        font-size: 55px;
        line-height: 66px;
    }
    .responsive .recent-awards-area .full-container h2,
    .responsive .recent-releases-area .full-container .left-section h2,
    .responsive .intro-area .full-container .right-section h2,
    .widget.widget-article h2,
    .widget.widget-html h2{
        font-size: 40px;
        line-height: 50px;
    }
    .responsive .intro-area .full-container .left-section {
        width: 50%;
    }
    .responsive .intro-area .full-container .right-section {
        width: 50%;
    }
    .header > .widget-container,
    .footer > .widget-container {
        max-width: 100%;
        width: 100%;
    }
    .responsive .home-top-banner .inner-content {
        max-width: 100%;
    }
    .responsive .intro-area .full-container .left-section img {
        margin: 0;
    }
    .responsive .intro-area {
        padding: 120px 0 110px;
    }
    .responsive .intro-area .full-container .right-section .top-meta {
        margin: 0 0 40px;
    }
    .responsive .hm-section-title h2 {
        margin: 0 0 35px 0;
    }
    .widget-gallery.youtube-owl-slider .owl-nav {
        margin-bottom: 190px;
    }
    .responsive .recent-releases-area {
        padding: 120px 0;
        margin: 0 0px 110px 0px;
    }
    .responsive .recent-awards-area {
        padding: 60px 30px 90px;
    }
    .widget.widget-pageHeading {
        padding: 200px 30px 100px;
    }
.widget-pageHeading h1 {
    font-size: 55px;
    line-height: 65px;
    max-width: 100%;
}
    .widget-article.inner-page-content h2 {
        margin: 0 0 15px;
    }
    .responsive .guitar-music-content-area {
        max-width: 100%;
    }
    .page-home .page-content {
        padding: 0;
    }
    .page-content {
        padding: 0 30px;
    }
    .responsive .media-listings-page-content .media-list {
        margin-top: 35px;
    }
}

@media screen and (max-width: 1400px) {
    .responsive .guitar-music-content-area {
        padding: 0;
    }

.responsive .widget-navigation.main-menu .navigation-item {
    padding: 0 11px;
}


.page-content .v-split {
     margin: auto; 
     width: 1400px;
     max-width: 100%;
}
.responsive .header-btn {
    justify-content: right;
    text-align: right;
    display: flex;
}

.footer > .widget-container {
    width: 100%;
}
}
@media screen and (max-width: 1300px) {
    .responsive .home-top-banner .inner-content {
        padding: 115px 30px 15px 30px;
    }
.responsive .header-btn a {
    max-width: 130px;
    margin: 0;
    padding: 6px 10px;
    border: 0;
    text-align: center;
    font-size: 18px;
}
}

@media screen and (max-width: 1200px) {
    .widget-article .page_404 {
        padding: 0 0 40px;
        max-width: 400px;
    }
    .widget-article .page_404 .big {
        font-size: 90px;
        margin-left: -12px;
    }
    .widget-article .page_404 .ops .big_font {
        font-size: 90px;
        margin-right: -12px;
    }
    .widget-article .page_404 .ops {
        font-size: 60px;
    }
    .widget-article .page_404 .error {
        font-size: 35px;
        line-height: 25px;
    }
    .responsive .media-listings-page-content .full-container h2 {
        font-size: 35px;
        line-height: 45px;
        margin: 0 0 25px;
    }
    .responsive .media-listings-page-content .full-container ul li {
        font-size: 24px;
        line-height: 28px;
    }

    .responsive .ngarra-burria-content-area .full-container .ngarra-picture-box img {
        margin: 0;
        max-width: 100%;
    }
    .responsive .home-top-banner .inner-content .home-title {
        font-size: 50px;
        line-height: 60px;
        margin: 0 0 10px;
    }
    /*** start header-menu **/
    .header .widget.widget-navigation.main-menu .menu-title {
        position: absolute;
        right: 20px;
        top: 23px;
        z-index: 1;
    }

    .header .widget.widget-navigation.main-menu {
        width: 100%;
    }

    .header .widget-navigation.main-menu .menu-button em {
        background-color: #fff;
        height: 2px;
        margin: 5px 0 6px 3px;
    }

    .header .widget.widget-navigation.main-menu .nav-wrapper.horizontal {
        text-align: left;
        overflow: hidden;
        margin: 0;
        background: #fff;
        box-shadow: 12px 12px 15px 0 rgba(0, 0, 0, .1);
        z-index: 9999;
    }
    .widget-navigation.main-menu .menu-button {
        height: 22px;
        width: 30px;
    }
    .header .widget.widget-navigation.main-menu .nav-wrapper.horizontal > .navigation-item.has-child:hover span::before {
        color: #fff;
    }

    .header .widget.widget-navigation.main-menu .horizontal .navigation-item > .navigation-item-child-container.open {
        display: block;
        box-shadow: unset;
    }

    .header .widget.widget-navigation.main-menu .horizontal .navigation-item .navigation-item-child-container {
        background: #ceefe6;
        box-shadow: none;
        box-sizing: border-box;
        display: none;
        height: auto !important;
        padding: 0;
        position: static;
        width: 100%;
        transform: translateX(0%);
    }
    .widget-navigation.main-menu .horizontal .navigation-item .navigation-item-child-container .navigation-item:first-child a {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }
    .widget-navigation.main-menu .horizontal .navigation-item .navigation-item-child-container .navigation-item:last-child a {
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
        border-bottom: 0;
    }
    .header .widget.widget-navigation.main-menu .nav-wrapper.horizontal > .navigation-item.has-child > a span::after {
        display: none;
    }

    .header .widget.widget-navigation.main-menu .nav-wrapper.horizontal > .navigation-item.has-child:hover > a span {
        color: #fff;
    }

    .header .widget.widget-navigation.main-menu .navigation-item .navigation-item-child-container .navigation-item {
        margin: 0;
        padding: 0;
        border: none;
    }

    .header .widget.widget-navigation.main-menu .navigation-item.active a::before {
        display: none;
    }

    .header .widget.widget-navigation.main-menu .horizontal .navigation-item:first-child a::after, .widget.widget-navigation.main-menu .horizontal .navigation-item a::after {
        left: 0;
        height: 1px;
        width: 100%;
        margin-left: 0;
    }

    .header .widget.widget-navigation.main-menu .navigation-item .navigation-item-child-container a:hover, .header .widget.widget-navigation.main-menu .navigation-item .navigation-item-child-container a:focus {
        color: rgba(255, 255, 255, 0.6);
    }

    .header .widget-navigation.main-menu .horizontal .navigation-item.has-child::before {
        display: none;
    }

    .header .responsive-navigation.main-menu .navigation-item.has-child .child-opener.close::before {
        content: "\f068";
        font-family: fontawesome;
    }


    .header .widget.widget-navigation.main-menu .horizontal .navigation-item a {
        text-align: left;
        padding: 18px 20px;
    }

    .header .widget.widget-navigation.main-menu .nav-wrapper .navigation-item {
        background-color: transparent;
        padding: 0;
    }

    .header .widget.widget-navigation.main-menu .nav-wrapper .navigation-item a,
    .header .widget.widget-navigation.main-menu .navigation-item.has-child a {
        border-bottom: 1px solid rgba(0, 0, 0, 0.04);
        line-height: 20px;
        padding: 15px 20px;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        margin: 0;
        color: #000;
    }

    .header .widget.widget-navigation.main-menu .horizontal .navigation-item > .navigation-item-child-container.open .navigation-item a {
        padding-left: 40px;
    }
    .header .widget.widget-navigation.main-menu .horizontal .navigation-item > .navigation-item-child-container.open .navigation-item:last-child a {
        border-bottom: 1px solid rgba(0, 0, 0, 0.04);
    }

    .header .widget.widget-navigation.main-menu .horizontal .navigation-item > .navigation-item-child-container .navigation-item > .navigation-item-child-container.open .navigation-item a {
        padding-left: 45px;
        font-size: 15px;
    }

    .header .widget.widget-navigation.main-menu .horizontal .navigation-item > .navigation-item-child-container .navigation-item > .navigation-item-child-container .navigation-item > .navigation-item-child-container.open .navigation-item a {
        padding-left: 60px;
        font-size: 15px;
    }

    .header .widget.widget-navigation.main-menu .navigation-item.has-child a:hover .child-opener::before {
        color: #fff;
    }

    .header .widget.widget-navigation.main-menu .nav-wrapper .navigation-item a:hover {
        color: #fff;
        background: #121132;
        border: none;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
    }

    .header .widget.widget-navigation.main-menu .horizontal .navigation-item a:focus {
        color: #fff;
        background: #121132;
    }

    .header .widget.widget-navigation.main-menu .horizontal .navigation-item a:hover {
        color: #fff;
        background: #121132;
    }

    .header .widget.widget-navigation.main-menu .horizontal .navigation-item a:focus {
        color: #fff;
        background: #121132;
    }

    .header .responsive-navigation.main-menu .navigation-item.has-child .child-opener {
        position: absolute;
        right: 20px;
        top: 3px;
        width: 50px;
    }

    .header .widget.widget-navigation.main-menu .navigation-item.has-child .child-opener::before {
        content: '\f107';
    }

    .header .responsive-navigation.main-menu .navigation-item.has-child .child-opener.close::before {
        content: '\f106';
    }

    .header .widget.widget-navigation.main-menu .horizontal > .has-child > a span::after {
        display: none !important;
    }

    .header .widget.widget-navigation.main-menu .navigation-item .navigation-item-child-container::before {
        display: none;
    }

    .header .widget.widget-navigation.main-menu .navigation-item .navigation-item-child-container {
        margin: 0;
        border-radius: 0;
    }

    .header .widget.widget-navigation.main-menu .navigation-item-child-container .navigation-item.first a::before {
        display: none !important;
    }

    .header .widget.widget-navigation.main-menu .navigation-item.active a::after {
        display: none;
    }

    .header .widget.widget-navigation.main-menu .nav-wrapper {
        background-color: #fff;
        left: 0;
        top:90px;
        width: 100%;
        height: auto !important;
        padding: 0 !important;
        z-index: 1;
        border-top: 1px solid #eaeaea;
    }

    .header.sticky .widget.widget-navigation.main-menu .nav-wrapper {
        top:80px;
    }

    .header .widget.widget-navigation.main-menu div.horizontal > .has-child > .navigation-item-child-container {
        left: unset;
        top: unset;
        width: 100%;
        transform: unset;
        position: relative;
        background: #f4f4f4;
        /*border-top: 1px solid #f5f5f5;
        border-bottom: 1px solid #f5f5f5;*/
    }

    .header .widget-navigation.main-menu .navigation-item {
        padding: 0;
    }

    .header .widget-navigation.main-menu .nav-wrapper.horizontal > .navigation-item a::before {
        display: none;
    }

    .header .widget-navigation.main-menu .nav-wrapper.horizontal > .navigation-item.has-child:hover > a {
        color: #fff;
        background: #121132;
    }

    .widget-navigation .horizontal .navigation-item .navigation-item-child-container .navigation-item a {
        background: #f4f4f4;
        border-bottom: 1px solid #f5f5f5;
    }

    /** End header menu **/
    .responsive .recent-awards-area .full-container h2,
    .responsive .recent-releases-area .full-container .left-section h2,
    .responsive .intro-area .full-container .right-section h2,
    .widget.widget-article h2,
    .widget.widget-html h2{
        font-size: 35px;
        line-height: 45px;
    }
    .responsive .intro-area .full-container .right-section h2 {
        margin: 0 0 10px;
    }
    body.responsive .home-top-banner .inner-content {
        padding: 110px 20px 0 20px;
    }
    .responsive .intro-area {
        padding: 100px 0 90px;
    }
    .responsive .intro-area .full-container {
        padding: 0 20px;
    }
    .responsive .recent-releases-area .full-container {
        padding: 0 20px;
    }
    .responsive .recent-releases-area {
        padding: 100px 0;
        margin: 0 0 90px;
    }
    .responsive .widget-gallery.youtube-owl-slider {
        padding: 0 20px;
    }
    .responsive .hm-section-title {
        padding: 0 20px 15px;
    }
    .responsive .widget-gallery.feature-slider-section {
        padding: 0 20px;
        max-width: 100%;
    }
    .widget-gallery.youtube-owl-slider .owl-nav {
        margin-bottom: 175px;
    }
    .responsive .recent-releases-area .full-container .left-section h3 {
        font-size: 32px;
        line-height: 50px;
    }
    .responsive .hm-section-title h2 {
        margin: 0 0 10px 0;
    }
    .responsive .recent-awards-area {
        padding: 50px 30px 25px;
    }
    .responsive .recent-awards-area .full-container h2 {
        margin: 0 0 50px;
    }
    .responsive .contact-block-area {
        padding: 60px 0 70px;
    }
    .widget-pageHeading h1 {
        font-size: 50px;
        line-height: 60px;
    }
    .widget.widget-pageHeading {
        padding: 190px 20px 85px;
    }
    .page-content {
        padding: 0 20px;
    }
    .page-home .page-content {
        padding: 0;
    }
    .widget.widget-form .single-input-row .form-row.form-title {
        margin: 0 0 10px;
    }
    .widget.widget-form.form-design {
        max-width: 100%;
        padding: 60px 45px 70px;
    }
    .form-row.text.form-title h3 {
        font-size: 35px;
        line-height: 45px;
    }
    .widget.widget-article.small-group h3 {
        font-size: 28px;
        margin: 30px 0 0;
        line-height: 22px;
    }
    .responsive .hear-sounds-page-content .full-container ul {
        padding: 0 0 0 1px;
    }
    .responsive .hear-list-content2 {
        margin-top: 20px;
    }
}

@media screen and (max-width: 991px) {
    .responsive .quick-foo-menu-link .navigation-item {
        width: 100%;
    }

    .header .widget.widget-navigation.main-menu .menu-title {
        top: 22px;
    }

    .responsive .home-top-banner {
        margin-top: -92px;
    }

    .responsive .intro-area .full-container .right-section .top-meta {
        margin: 0 0 30px;
    }

    .footer .copy-right-content p b {
        display: none;
    }

    .responsive .recent-awards-area .full-container h2,
    .responsive .recent-releases-area .full-container .left-section h2,
    .responsive .intro-area .full-container .right-section h2,
    .widget.widget-article h2,
    .widget.widget-html h2,
    .responsive .contact-block-area .full-container h2 {
        font-size: 35px;
        line-height: 45px;
    }

    .responsive .intro-area .full-container {
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }

    .responsive .intro-area .full-container .left-section {
        width: 100%;
        padding-right: 0;
        margin-top: 40px;
        margin-bottom: 0
    }

    .responsive .recent-releases-area {
        padding: 90px 0;
        margin: 0 0 80px;
    }

    .widget-gallery.youtube-owl-slider .owl-nav {
        margin-bottom: 160px;
    }

    .responsive .recent-releases-area .full-container {
        flex-direction: column;
    }

    .responsive .recent-releases-area .full-container .left-section h2 {
        margin: 0 0 25px;
    }

    .responsive .recent-releases-area .full-container .right-section {
        width: 100%;
        padding: 0;
    }

    .responsive .recent-releases-area .full-container .right-section img {
        position: relative;
        top: unset;
    }

    .responsive .intro-area .full-container .left-section img {
        position: unset;
        top: 0;
    }

    .responsive .intro-area .full-container .right-section {
        width: 100%;
        padding-left: 0;
    }

    body.responsive .home-top-banner .inner-content {
        padding: 75px 20px 0 20px;
    }

    .responsive .home-top-banner {
        padding: 100px 0 75px;
    }

    .responsive .intro-area {
        padding: 90px 0 80px;
    }

    .responsive .recent-awards-area {
        padding: 50px 20px 0;
    }

    .responsive .recent-awards-area .awards-wrap img {
        max-width: 36%;
    }

    .responsive .recent-awards-area .full-container h2 {
        margin: 0 0 40px;
    }

    .responsive .recent-awards-area .awards-wrap {
        gap: 50px;
    }

    .responsive .home-top-banner .inner-content .home-title {
        font-size: 45px;
        line-height: 55px;
    }

    .widget.widget-form.form-design {
        padding: 45px 35px 55px;
    }

    .widget.widget-form .checkbox label::before {
        top: 5px;
    }
    .widget.widget-form .checkbox label::after {
        top: 0;
    }
}


@media screen and (max-width: 767px) {
    .widget-article .page_404 {
        padding: 0 0 20px;
        max-width: 100%;
    }
    .widget-article .page_404 .ops {
        font-size: 45px;
    }
    .widget-article .page_404 .ops .big_font {
        font-size: 65px;
        margin-right: -8px;
    }
    .widget-article .page_404 .big {
        font-size: 65px;
        margin-left: -8px;
    }
    .widget-article .page_404 .error {
        font-size: 25px;
        line-height: 20px;
        margin: 12px 0 15px 0;
    }
    .widget-article .page_404 a,
    .widget.widget-snippet .container-thankyou .text-content a{
        font-size: 16px;
        line-height: 22px;
        padding: 8px 5px 10px;
        max-width: 160px;
    }
    .widget.widget-snippet .container-thankyou {
        padding: 0;
        max-width: 100%;
        margin: 0 auto 20px;
    }
    .widget.widget-snippet .container-thankyou .img-content img {
        width: 70px;
        margin: 0;
    }
    .widget.widget-snippet .container-thankyou .text-content h3 {
        font-size: 32px;
        line-height: 35px;
        margin: 10px 0;
    }
    .widget.widget-snippet .container-thankyou .text-content h6 {
        font-size: 20px;
        line-height: 28px;
    }
    .widget.widget-snippet .container-thankyou .text-content p {
        font-size: 16px;
        line-height: 26px;
        margin: 10px auto 20px;
    }
.header .widget.widget-navigation.main-menu .menu-title {
    right: 15px;
    top: 18px;
}
    .responsive .header-btn a {
        max-width: 110px;
        padding: 8px 5px;
        height: 40px;
        font-size: 16px;
        line-height: 22px;
    }
    .header .widget.widget-navigation.main-menu .nav-wrapper {
        top: 80px;
    }
    .header .widget.widget-navigation.main-menu .nav-wrapper .navigation-item a,
    .header .widget.widget-navigation.main-menu .navigation-item.has-child a {
        padding: 14px 15px;
    }
    .quick-foo-menu-link .navigation-item {
        width: 100%;
    }
    body > .footer {
        padding: 0 15px;
    }
    .footer > .widget-container p {
        padding: 0;
    }
    .responsive .recent-awards-area .full-container h2,
    .responsive .recent-releases-area .full-container .left-section h2,
    .responsive .intro-area .full-container .right-section h2,
    .widget.widget-article h2,
    .widget.widget-html h2,
    .responsive .contact-block-area .full-container h2{
        font-size:30px;
        line-height:38px;
    }
    .responsive .contact-block-area .full-container h2 {
        font-size: 28px;
        line-height: 38px;
        margin: 0 0 25px;
    }
    .responsive .home-top-banner .inner-content .home-title {
        font-size: 32px;
        line-height: 42px;
    }
    body.responsive .home-top-banner .inner-content {
        padding: 115px 15px 45px 15px;
    }
    .responsive .home-top-banner .list-content ul {
        display: flex;
        gap: 0 10px;
        flex-wrap: wrap;
        margin: 0;
    }
    .responsive .home-top-banner {
        padding: 0;
        margin-top: -82px;
    }
    .responsive .home-top-banner .list-content ul li {
        font-size: 16px;
        line-height: 26px;
        opacity: unset;
        padding: 0 0 5px 10px;
    }
    .responsive .home-top-banner ul li:first-child {
        padding-left: 0px;
    }
    .responsive .home-top-banner ul li::before {
        left: 0;
        top: 14px;
    }
    .responsive .intro-area {
        padding: 50px 0;
    }
    .responsive .intro-area .full-container {
        padding: 0 15px;
    }
    .responsive .intro-area .full-container .right-section .top-meta h4 {
        font-size: 18px;
        line-height: 23px;
        margin: 0 0 4px 0;
    }
    .responsive .intro-area .full-container .right-section .top-meta {
        border-left: 2px solid #3F90A6;
        padding: 0 0 0 18px;
        margin: 0 0 28px;
    }
    .responsive .intro-area .full-container .right-section p {
        line-height: 29px;
        margin: 0 0 20px;
    }
    .responsive .intro-area .full-container .left-section {
        margin-top: 30px;
    }
    .responsive .hm-section-title {
        padding: 0 15px 10px;
    }
    .responsive .widget-gallery.youtube-owl-slider {
        padding: 0 15px;
    }
    .widget-gallery.feature-slider-section .owl-prev::before,
    .widget-gallery.youtube-owl-slider .owl-prev::before {
        width: 45px;
        height: 45px;
        left: -40px;
    }
    .widget-gallery.feature-slider-section .owl-next::before,
    .widget-gallery.youtube-owl-slider .owl-next::before {
        width: 45px;
        height: 45px;
        left: 0;
    }
    .widget-gallery.youtube-owl-slider .owl-nav {
        margin-bottom: 120px;
        margin-top: -30px;
    }
    .responsive .recent-releases-area .full-container {
        padding: 0 15px;
    }
    .responsive .recent-releases-area {
        padding: 50px 0 60px;
        margin: 0 0 40px;
    }
    .responsive .recent-releases-area .full-container .left-section h3 {
        font-size: 28px;
        line-height: 40px;
    }
    .responsive .widget-gallery.feature-slider-section {
        padding: 0 15px;
    }
    .responsive .recent-releases-area .full-container .left-section ul {
        margin: 0 0 10px;
        padding: 0;
    }
    .responsive .recent-releases-area .full-container .left-section h6 {
        margin: 0 0 15px;
    }
    .widget-gallery.feature-slider-section .article-item img {
        height: 350px;
    }
    .widget-gallery.feature-slider-section .owl-nav {
        margin-bottom: 55px;
        margin-top: -30px;
    }
    .responsive .recent-awards-area .awards-wrap img {
        max-width: 42%;
    }
    .responsive .recent-awards-area .awards-wrap {
        gap: 0 15px;
    }
    .responsive .recent-awards-area {
        padding: 50px 15px 10px;
    }
    .responsive .recent-awards-area .full-container h2 {
        margin: 0 0 10px;
    }
    .responsive .contact-block-area {
        padding: 50px 0 60px;
    }
    .responsive .contact-block-area .full-container a {
        padding: 8px 5px;
        font-size: 17px;
        line-height: 26px;
        max-width: 150px;
        margin: 0 auto;
        height: 45px;
        display: block;
    }
    .widget.widget-form.form-design {
        padding: 0;
        box-shadow: unset;
    }
    .form-row.text.form-title h3 {
        font-size: 30px;
        line-height: 40px;
    }
    .form-row.text.form-sub-title p {
        margin: 0 0 25px 0;
        padding: 0 0 22px 0;
        font-size: 16px;
        line-height: 26px;
    }
    .widget.widget-form .custom-form .form-row input {
        height: 45px;
    }
    .widget.widget-form .custom-form .double-input-row .form-row {
        padding: 0 15px;
        width: 100%;
        margin: 0 0 15px;
    }
    .widget.widget-form .radio-checkbox-row {
        display: block;
        margin-top: 0;
        padding-bottom: 0;
    }
    .widget.widget-form .custom-form .form-row textarea {
        height: 100px;
    }
    .widget.widget-form .custom-form .form-row.btn-row button {
        font-size: 16px;
        padding: 11px 0 15px;
        margin-top: 30px;
    }
    .widget.widget-form .single-input-row .form-row {
        margin: 0 0 20px;
    }
    .widget-html figure img {
        max-width: 100%;
    }
    .widget-html.find-scores h2,
    .widget-article.orc-inner-content h2{
        margin: 0 0 10px;
    }
    .widget-html.find-scores h4 {
        font-size: 22px;
        line-height: 28px;
        margin: 20px 0 10px;
    }
    .widget-html.find-scores  p {
        font-size: 16px;
        line-height: 26px;
        margin: 0 0 15px 0;
    }
    .widget-html.find-scores figure{
        margin: 0 0 10px;
    }
    .widget.widget-article.inner-page-content h4 {
        font-size: 20px;
        margin: 18px 0 5px 0;
        line-height: 28px;
    }
    .inner-page-content p {
        margin: 0 0 20px 0;
    }
    .widget.widget-article.inner-page-content h3 {
        font-size: 25px;
        margin: 30px 0 8px;
        line-height: 28px;
    }
    .widget-article.orc-inner-content  h3 {
        font-size: 25px;
        margin: 20px 0 8px;
        line-height: 35px;
    }
    .widget.widget-article.orc-inner-content h4 {
        font-size: 21px;
        line-height: 26px;
        margin: 20px 0 8px;
    }
    .responsive .recent-releases-area .full-container .left-section img.audio-icon {
        width: 18px;
    }
    .widget.widget-snippet .smallgroup-title h3 {
        margin: 0 0 10px;
    }
    .responsive .ngarra-burria-content-area .full-container ul {
        padding: 0 0 0 1px;
        margin: 0;
    }
    .responsive .ngarra-burria-content-area .full-container h4 {
        font-size: 22px;
        line-height: 30px;
        margin: 15px 0 10px;
    }
    .responsive .ngarra-burria-content-area .full-container h3 {
        font-size: 28px;
        line-height: 35px;
        margin: 20px 0 10px;
    }
    .responsive .media-listings-page-content .full-container h2 {
        font-size: 28px;
        line-height: 38px;
        margin: 0;
    }
    .responsive .media-listings-page-content .full-container ul li {
        font-size: 22px;
        line-height: 26px;
    }
    .responsive .media-listings-page-content .media-list {
        margin-top: 25px;
    }
    .responsive .hear-sounds-page-content {
        padding: 0;
    }
    .responsive .hear-sounds-page-content .full-container h4 {
        font-size: 24px;
        line-height: 36px;
    }
    .responsive .hear-sounds-page-content .full-container .click-title {
        font-size: 20px;
        line-height: 28px;
    }
    .responsive .hear-sounds-page-content .full-container ul li img.audio-icon {
        width: 18px;
    }
}



@media screen and (max-width: 400px) {

}
@media screen and (max-width: 320px) {
    .responsive .header-btn a {
        max-width: 100px;
    }
}
.image-popup-container-for-zoom-preview {
    display: none;
}
.popup-mask {
    background-color: transparent;
}