.msg a {
    margin-top: 5px;
}

.media-image-wrapper {
    height: auto;
}

.media-image-wrapper .wrapphoto {
    margin: 5px;
}

.ui-autocomplete {
    background: #f2f2f2;
}

.product-gallery-popup .popup-overlay {
    background-color: rgba(68, 68, 68, 0.5);
}

.product-gallery-popup .product-popup-content {
    margin-left: auto !important;
    margin-right: auto !important;
    transform: translateX(-50%);
}

.post-img-view {
    float: left;
}

.post-img-view img {
    margin: 0px;
}

@media only screen and (max-width:1300px) {
    .js-artists-slider .slick-arrow {
        left: 5px;
    }

    .js-artists-slider .slick-arrow.slick-next {
        right: 5px;
    }

    .js-review-slider .slick-arrow {
        left: 5px;
    }

    .js-review-slider .slick-arrow.slick-next {
        right: 5px;
    }
}

@media only screen and (max-width:1200px) {
    .toggle-leftmenu {
        display: inline-block;
    }

    a.toggle--nav {
        display: inline-block;
    }

    .primary-nav ul {
        display: block;
    }

    .primary-nav ul li {
        padding: 10px 0px;
    }

    .primary-nav {
        display: block;
        padding-bottom: 10px;
    }

    .header-action-icon {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 36px;
        height: 36px;
        border-radius: 50%;
        background-color: #f0f0f0
    }

    .header-action-icon svg {
        fill: #000
    }

    .header-action-inline {
        display: inline-block;
        vertical-align: middle;
        padding-left: 10px
    }

    .js-toggle.toggle.header-action-inline.search-toggle {
        display: none;
    }

    .tablet.toggle__target {
        position: fixed;
        top: 0;
        bottom: 0;
        z-index: 1000;
        width: 100%;
        max-width: 18rem;
        padding: 20px;
        overflow: hidden;
        overflow-y: auto;
        background-color: #fff;
        -webkit-transition: -webkit-transform .2s ease;
        transition: -webkit-transform .2s ease;
        transition: transform .2s ease;
        transition: transform .2s ease, -webkit-transform .2s ease;
        transition: transform .2s ease, -webkit-transform .2s ease;
        transition: transform .2s ease, -webkit-transform .2s ease;
        transition: transform .2s ease, -webkit-transform .2s ease
    }

    .tablet.toggle__target.left {
        left: 0;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }

    .tablet.toggle__target.right {
        right: 0;
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }

    .tablet.toggle__target.visible {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    .nav.nav-vertical li a {
        padding: 10px 5px;
    }

    .myAccount > a.is-active ~ .nav-dropdown {
        position: relative;
    }

    .nav-dropdown {
        top: 0;
        position: relative;
        visibility: visible;
        box-shadow: none;
        opacity: 1;
    }

    .header-notifier {
        display: none;
    }

    .header-search-form {
        width: 100%;
        max-width: 270px;
        margin: 0 auto
    }

    .logo {
        float: none;
        display: inline-block;
        margin: 0;
        vertical-align: middle;
        padding-left: 20px
    }

    .tb-padd {
        padding: 40px 0
    }

    .js-review-slider,
    .js-artists-slider {
        padding: 0 60px
    }

    .upcommint-events {
        padding: 0 20px
    }

    .review-text p {
        font-size: 14px;
        line-height: 1.5
    }

    .review-body {
        padding: 15px
    }

    .form-head h2,
    .event-title h2 {
        font-size: 28px
    }

    .form-head p {
        font-size: 16px
    }

    .form-head {
        padding-bottom: 20px
    }

    .why-block {
        padding: 10px
    }

    .why-block p {
        font-size: 14px
    }

    .why-block h4 {
        font-size: 18px;
        padding-bottom: 10px
    }

    .white-crcle {
        width: 100px;
        height: 100px;
        margin: 0 auto 20px
    }

    .recent-artist::after {
        display: none
    }

    .event-body {
        display: block
    }

    .event-body .left-grid {
        padding: 10px 0 0
    }

    .event-card {
        padding: 15px;
        text-align: center
    }

    .event--image {
        margin: 0 auto
    }

    .tagslist {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .tagslist li {
        padding: 2px
    }

    .upcoming-event {
        display: block;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33%;
        flex: 0 0 33.33%;
        max-width: 33.33%;
        padding: 0 10px
    }

    .upcoming-event .event-card {
        margin: 0 auto;
        height: auto
    }

    .upcoming-event-date:after,
    .upcoming-event-date:before {
        display: none
    }

    .upcoming-event-date {
        width: auto;
        margin: 0 auto;
        text-align: center;
        display: block
    }

    .upcommint-events {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        background: none
    }

    .event-hover ul {
        display: none;
    }

    .slider-form-wrapper {
        padding: 100px 0 200px;
    }

    /* .slider-image img {height: 390px;} */

    .event--title {
        display: block;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .video-detail {
        display: none
    }

    .video-play-btn {
        width: 42px;
        height: 42px
    }

    .video-play-btn span {
        border-width: 7px 0 8px 12px
    }

    .videoblock-footer {
        padding-right: 60px
    }

    .search-suggestion-wrap {
        padding: 8px 20px;
    }

    .myAccount > a.is-active ~ .nav-dropdown {
        visibility: visible;
        opacity: 1;
        top: 100%;
    }

    .v-usertext {
        padding-top: 0;
    }

    .v-managemenu li:first-child {
        border: none;
    }

    .popup section {
        width: 100%;
    }

    .v-username {
        display: block;
    }

    .sort-by ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .sort-by ul li {
        margin-right: 10px;
    }

    #scrollbar1 .viewport {
        height: auto !important;
    }

    #scrollbar1 .overview,
    #scrollbar1 .scrollbar {
        position: relative !important;
    }

    .ui-autocomplete {
        z-index: 99999999 !important;
    }
}

@media only screen and (max-width:1024px) {
    .banner--section .slider-item {
        min-height: auto;
    }
}

@media only screen and (max-width:992px) {
    .v-bio li {
        padding: 20px 0;
    }

    .v-tacgs li {
        margin-top: 15px;
        margin-right: 15px;
    }

    .v-medialist > li {
        padding-left: 15px;
    }

    .v-rightsidebar .panel__fixed {
        padding-right: 10px;
        padding-left: 5px;
    }

    .irs-to {
        left: 75% !important;
    }

    .product-gallery-popup .product-popup-content {
        width: 700px !important;
    }
}

@media only screen and (max-width:767px) {
    .product-gallery-popup .product-popup-content {
        width: 500px !important;
    }

    h2 {
        font-size: 20px
    }

    .footer-nav h6 {
        margin-bottom: 10px;
        margin-top: 15px;
    }

    .srch-keywrd {
        padding: 8px 20px;
        min-width: inherit;
    }

    .search--form--wrap {
        max-width: 100% !important;
        left: 0;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
        max-height: 80px;
        background-color: #fff !important;
        min-width: inherit
    }

    .header-search-form {
        max-width: inherit
    }

    .mobile.toggle__target {
        position: fixed;
        top: 0;
        bottom: 0;
        z-index: 1000;
        width: 100%;
        max-width: 17rem;
        padding: 20px;
        overflow: hidden;
        overflow-y: auto;
        background-color: #fff;
        -webkit-transition: -webkit-transform .2s ease;
        transition: -webkit-transform .2s ease;
        transition: transform .2s ease;
        transition: transform .2s ease, -webkit-transform .2s ease;
        transition: transform .2s ease, -webkit-transform .2s ease;
        transition: transform .2s ease, -webkit-transform .2s ease;
        transition: transform .2s ease, -webkit-transform .2s ease;
        margin: 0;
    }

    .mobile.toggle__target.left {
        left: 0;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }

    .mobile.toggle__target.right {
        right: 0;
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }

    .mobile.toggle__target.visible {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }


    .account-header {
        display: block
    }

    .account-header li {
        padding-bottom: 10px
    }

    .js-toggle.toggle.header-action-inline.search-toggle {
        display: inline-block;
    }


    .slider-image img {
        height: auto;
    }

    .section-header {
        padding-bottom: 20px
    }

    .slider-form-wrapper {
        position: relative;
        padding: 25px 0
    }

    .form-head h2 {
        line-height: 1.2;
        font-size: 20px;
        padding-bottom: 10px
    }

    .form-head p {
        font-size: 14px
    }

    .form-head h2,
    .form-head p {
        color: #000
    }

    .filter-form input[type="text"] {
        border: 1px solid #e6e9eb;
        padding: 0 20px;
        padding-left: 40px;
        height: 40px;
        background-position: 8px center;
        font-size: 15px
    }

    .filter-form {
        padding: 0 20px;
        max-width: 480px;
        margin: 0 auto
    }

    .field-set .field_cover {
        padding-bottom: 10px
    }

    .section-header {
        text-align: center
    }

    .section-header .fl {
        padding-bottom: 15px
    }

    .section-header .fl,
    .section-header .fr {
        float: none
    }

    .category-list .category-item {
        max-width: inherit;
        padding: 5px
    }

    .category-list {
        margin: 0 -5px
    }

    .category-block {
        border: none;
        background-color: #fff
    }

    .upcommint-events {
        display: block
    }

    .upcoming-event {
        max-width: inherit;
        padding-bottom: 20px
    }

    .event {
        max-width: 400px;
        margin: 0 auto 15px
    }

    .cta-blocks {
        display: block
    }

    .cta-blocks .grid {
        max-width: inherit
    }

    .cta-blocks .grid:first-child {
        border: none;
        border-bottom: 1px solid #eceef0
    }

    .gigs-block {
        display: block;
        text-align: center;
        padding: 35px 15px 15px
    }

    .gigs-detail ul {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding-bottom: 15px
    }

    .card {
        max-width: 300px;
        margin: 0 auto
    }

    .gigs-block .tag-label {
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }

    .flex-row .flex-col {
        max-width: inherit;
        padding: 0 10px 20px
    }

    .flex-row {
        display: block
    }

    .gap40 {
        height: 20px
    }

    .videoblock {
        max-width: 380px;
        margin: 0 auto
    }

    .js-review-slider,
    .js-artists-slider {
        padding: 0
    }

    .review-text {
        padding: 10px 30px;
        text-align: center
    }

    .js-review-slider .slick-arrow {
        z-index: 10;
        border: 1px solid #ddd
    }

    .reviewer .avtar-block {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .reviewer .avtar--img {
        margin: 0 10px 0 0
    }

    .review-body::after {
        height: 16px;
        width: 13px
    }

    .review-body::before {
        height: 22px;
        width: 22px;
        left: 105px
    }

    .theme-btn.btn--large {
        height: 40px;
        padding: 9px 20px;
        font-size: 15px
    }

    #footer .grid_2 {
        text-align: center
    }

    #footer .socials_Link {
        display: inline-block
    }

    #footer .socials_Link li {
        float: none;
        display: inline-block;
        margin: 5px;
        vertical-align: top
    }

    .footer--menu-title {
        display: block
    }

    .footer-nav {
        padding: 0 20px;
        text-align: left;
    }

    .f_logo {
        margin-top: 0
    }

    #footer .grid_1 .copyright {
        padding: 0
    }

    .search-suggestion-wrap {
        position: relative;
        background-color: #f9f9f9;
        border-top: none;
        top: 0;
        margin-top: 0;
        padding: 20px 20px;
        border-radius: 5px;
        margin: 0 0 10px 0;
    }

    .banner-text h2 {
        font-size: 25px;
    }

    .banner-text span {
        font-size: 15px;
    }

    .user--card {
        max-width: 270px;
        margin: 0 auto;
    }

    .form-title .v-btn {
        margin: 10px 0px 0 0;
    }

    .popup section {
        max-width: 300px;
    }

    #facebox .content {
        /* width: 300px;*/
    }

    #facebox .content {
        width: 100%;
    }

    .ui-autocomplete {
        z-index: 99999999 !important;
    }

    .sort-by li select {
        min-width: 175px;
    }

    .resp-tab-content {
        padding: 15px 0px
    }

    .filters {
        padding-right: 15px;
    }

    .media-image-wrapper .wrapphoto {
        width: 90px;
    }

    .post-img-view {
        float: left;
        width: 200px;
    }
}

@media only screen and (max-width:576px) {
    .search-keyword-list {
        display: block;
        text-align: center;
    }

    .srch-keywrd {
        min-width: 170px;
    }

    .sort-by li.sort {
        display: none;
    }

    .product-gallery-popup .product-popup-content {
        width: 280px !important;
        height: 400px !important;
    }

    .post-img-view {
        float: left;
        width: 120px;
    }
}
