/*
==================================================
#BASIC TYPOGRAPHY
#HEADER
#NEW ALBUM RELEASE
#ON TOUR
#GALLERY
#VIDEO
#NEWS
#TESTIMONIALS
#CONTACT US
#FOOTER
#MUSIC DISCOGRAPHY
#MUSIC SINGLE ALBUM
#ALL EVENTS
#SINGLE EVENTS
#VIDEOS
#SINGLE VIDEO
#GALLERY PHOTOGALLERY
#GALLERY SINGLE GALLERY
#BLOG GRID
#BLOG SINGLE POST
#BLOG STANDARD
#BLOG MANSORY
#CONTACT US
#404 PAGE
#SEARCH RESULT
#SHOP
#CHECKOUT
#SINGLE PRODUCT
#RESPONSIVE
#FOR MOZILA FIREFOX
*/
/*--------------------*/
/* BASIC TYPOGRAPHY */
/*--------------------*/


/***** Preloader *****/
#preloader{
    width: 100%;
    height:100%;
    background-color: rgb(29, 29, 29);
    position: fixed;
    top:0;
    left:0;
    z-index: 9999;
}
@font-face {
    font-family: OpenSans-Bold;
    src: url(../fonts/OpenSans-Bold.ttf);
}
body, html {
    padding:0px;
    margin:0px;
}
body {
    font-family: 'Open Sans', sans-serif;
    background-color: rgb(255, 255, 255);
}
body.home{
    background-color: rgb(18, 17, 17)!important;
}
body#tinymce{
    background-color: inherit;
}
ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
a {
    text-decoration: none;
    -o-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
}
.form-control:focus{
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0);
    -moz-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0);
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0);
}
a:focus,a:hover {
    outline: none;
    text-decoration: none;
}
.row{
    margin:0;
}
.overly{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8;
    width: 100%;
    height: 100%;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#a938b7), to(#28e3e6));
    background-image: -webkit-linear-gradient(#a938b7, #28e3e6);
    background-image: -moz-linear-gradient(#a938b7, #28e3e6);
    background-image: -o-linear-gradient(#a938b7, #28e3e6);
    background-image: linear-gradient(#a938b7, #28e3e6);
    opacity: 0.7;
}
.section{
    position: relative;
    z-index: 88;
    max-width: 1645px;
    width: 90%;
    margin: auto;
    float: none;
}
#footer_sidebars .section{
    position: relative;
    z-index: 88;
    max-width: 1645px!important;
    width: 90%;
    margin: auto;
    float: none;
}
.title{
    text-align: center;
    padding-top: 105px;
    padding-bottom: 105px;
    position: relative;
    z-index: 10;
}
.title h1{
    font-family: Open Sans;
    font-size: 40px;
    font-weight: 700;
    letter-spacing: 2px;
    color: #ab2eba;
    margin-bottom: 22px;
    line-height: 30px;
}
.woocommerce-privacy-policy-link:hover{
    color: rgb(171, 46, 186);
}
.title p{
    font-family: 'Oswald', sans-serif;
    font-size: 15px;
    font-weight: 300;
    line-height: 30px;
    letter-spacing: 8px;
    color: #888;
    margin-bottom: 0px;
}
.canvas_image, .canvas_overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1000;
}
.display_none {
    display: none;
}
.lc_content_with_sidebar {
    width: 75%;
}
.lc_content_with_sidebar, #sidebar {
    display: inline-block;
    float: left;
}
.no-bg-color{
    background-color: transparent!important;
}
.wpb_content_element{
    margin-bottom:0px!important;
}
/*--------------------*/
/* HEADER */
/*--------------------*/
#header ul.nav li .nav-link.active{
    color: rgb(171, 46, 186);
}
#header .nav-menu.nav-demo-2 ul.nav li.active > a{
    color: rgb(171, 46, 186);
}
#header ul.nav li.active a{
    color: rgb(171, 46, 186);
}
#header ul.nav li a:hover{
    color: rgb(171, 46, 186);
}
#header .nav > li ul.child-item > li a:hover{
    color: rgb(171, 46, 186);
}
#header .search-bar form{
    position: absolute;
    z-index: 99;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 710px;
    width: 95%;
}
#header .search-bar form input{
    height: 80px;
    width: 100%;
    margin-right: 0!important;
    background-color: rgba(255, 255, 255, 0.3);
    border: none;
    border-radius: 10px;
    padding-left:30px;
    font-size: 20px;
    text-transform:capitalize;
}
#header .search-bar form button{
    position: absolute;
    right: 35px;
    border: none;
    padding: 0;
    margin-top: 2px!important;
    color: #fff;
}
#header .search-bar form button svg path{
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
}
#header .search-bar form button:hover{
    background-color: transparent;
    border-color: transparent;
}
#header .search-bar form button:hover svg path{
    fill: rgb(171, 46, 186);
}
#header .search-bar form input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    font-family: 'Open Sans';
    color: #fff;
    font-size: 20px;
}
#header .search-bar form input::-moz-placeholder { /* Firefox 19+ */
    font-family: 'Open Sans';
    color: #fff;
    font-size: 20px;
}
#header .search-bar form input:-ms-input-placeholder { /* IE 10+ */
    font-family: 'Open Sans';
    color: #fff;
    font-size: 20px;
}
#header .search-bar form input:-moz-placeholder { /* Firefox 18- */
    font-family: 'Oswald';
    color: #fff;
    font-size: 20px;
}
#header .search-bar form input:active,#header .search-bar form input:focus{
    border:none;
    outline:none;
    box-shadow: none;
    color:#fff;
}
#header .search-bar form button:active,#header .search-bar form button:focus{
    border:none;
    outline:none;
    box-shadow: none;
    background-color: transparent;
    border-color: transparent;
}
#header .nav-menu.nav-demo-1 .overly{
    background-color: rgba(15, 15, 15, 0.85);
    z-index: 99;
}

.header_items svg:hover path{
    fill: rgb(171, 46, 186);
}
.home .header_items svg:hover path{
    fill: rgb(171, 46, 186);
}
.home #header .nav-menu.nav-demo-2 .nav > li > a {
    color: #ffffff;
}
#header .nav-menu.nav-demo-2 .nav > li > a{
    color: #1b1b1b;
}
/* Creative Menu */
.home .header-continer .logo img.white-logo{
    display: block;
}
.home .header-continer .logo img.phink-logo{
    display: none;
}
.home .header-continer.active .logo img.white-logo{
    display: none;
}
.home .header-continer.active .logo img.phink-logo{
    display: block;
}
.header-continer .logo img.white-logo{
    display: none;
}
.home .header_items svg path {
    fill: #fff;
}
.home .header_items i, .home #header .search-bar form button {
    color: #ffffff;
}
.home .header-continer.active .header_items svg path {
    fill: #1b1b1b;
}
.home .header-continer.active .header_items svg:hover path{
    fill: rgb(171, 46, 186);
}
.header_items svg path {
    fill: #1b1b1b;
}
#header .header-continer.active .header_items i {
    color: #1b1b1b;
}
.header_items i{
    color: #1b1b1b;
}
body.home .header-continer {
    background-color: transparent;
}
body.home .header-continer.active{
    background-color:rgb(255, 255, 255);
}

/* Centered Menu */
.home .header-continer #logo.centered_menu img.white-logo{
    display: block;
}
.home .header-continer #logo.centered_menu img.phink-logo{
    display: none;
}
.home .header-continer.active #logo.centered_menu img.white-logo{
    display: none;
}
.home .header-continer.active #logo.centered_menu img.phink-logo{
    display: block;
}
.header-continer #logo.centered_menu img.white-logo{
    display: none;
}


.home .header-continer .mobile-logo img.white-logo{
    display: block;
}
.home .header-continer .mobile-logo img.phink-logo{
    display: none;
}
.home .header-continer.active .mobile-logo img.white-logo{
    display: none;
}
.home .header-continer.active .mobile-logo img.phink-logo{
    display: block;
}
.header-continer .mobile-logo img.white-logo{
    display: none;
}
.header-continer .mobile-logo img.white-logo{
    display: none;
}

.home .header_items.centered_menu svg path {
    fill: #fff;
}
.home .header_items.centered_menu svg:hover path {
    fill: rgb(171, 46, 186);
}
.header_items.centered_menu svg path{
    fill: #1b1b1b;
}
.header-continer.centered_menu.active{
    background-color:rgb(255, 255, 255);
}


#header .nav-menu.nav-demo-1 ul.nav > li > a {
    color: #ffffff;
}
#header .nav-menu.nav-demo-1 ul.nav li a:hover{
    color: rgb(171, 46, 186);
}
#header ul.nav li .nav-link.active{
    color: rgb(171, 46, 186);
}
#header .nav-menu.nav-demo-2 ul.nav li.active > a{
    color: rgb(171, 46, 186);
}
#header .nav-menu.nav-demo-2 ul.nav li:hover > a{
    color: rgb(171, 46, 186);
}
#header ul.nav li.active a{
    color: rgb(171, 46, 186);
}

#header .nav > li ul.child-item{
    background-color: rgb(255, 255, 255)!important;
}
#header .nav > li ul.child-item:after{
    border-right-color: rgb(255, 255, 255)!important;
}
#header .nav > li ul.child-item > li a:hover{
    color: rgb(171, 46, 186);
}
#header .header-continer.active .nav-menu.nav-demo-2 ul.nav li.active > a{
    color: rgb(171, 46, 186);
}
#header .header-continer.active .nav-menu.nav-demo-2 .nav > li > a{
    color: #1b1b1b;
}
#header .header-continer.active .nav-menu.nav-demo-2 .nav > li ul.child-item > li a {
    color: #1b1b1b;
}
#header .header-continer.active .nav-menu.nav-demo-2 .nav > li ul.child-item > li:hover > a{
    color: rgb(171, 46, 186);
}
#header .nav-menu.nav-demo-2 .nav > li ul.child-item > li a{
    color: #1b1b1b;
}
#header .nav-menu.nav-demo-2 .nav > li ul.child-item > li:hover > a{
    color: rgb(171, 46, 186);
}
body.home #header .header-continer{
    background-color: rgba(255, 255, 255, 0);
}
body.home #header .header-continer.active{
    background-color: rgb(255, 255, 255);
}
#header .header-continer{
    background-color: rgb(255, 255, 255);
}
.header-continer.active{
    background-color: rgb(255, 255, 255);
    -webkit-box-shadow: 0px 2px 10px 1px rgb(217, 217, 217);
    -moz-box-shadow: 0px 2px 10px 1px rgb(217, 217, 217);
    box-shadow: 0px 2px 10px 1px rgb(217, 217, 217);
}
#header .nav-menu.nav-demo-2 .nav > li ul.child-item{
    -webkit-box-shadow: 2px 2px 3px -1px rgb(150, 150, 150);
    -moz-box-shadow: 2px 2px 3px -1px rgb(150, 150, 150);
    box-shadow: 2px 2px 3px -1px rgb(150, 150, 150);
}
#header .search-bar form button i{
    font-size: 30px;
    -o-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
}
#header .search-bar form button:hover i{
    color:rgb(171, 46, 186);
}
.header_items > div:hover i{
    color: rgb(171, 46, 186);
}

.home #header .card_count{
    background-color: rgb(171, 46, 186);
}
.card_count{
    color: #fff;
    background-color: rgb(171, 46, 186);
}

.tp-bgimg.defaultimg{
    background-position-y: 0px!important;
}
#header .section_bg_image{
    opacity: 1;
    z-index: 7;
    background-size: cover;
}
#header .bg_image{
    background-position-y: 0px;
}
.bg_image{
    position: relative;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
}
#footer_sidebars.lc_lif_boxed{
    margin: auto;
}
#footer_sidebars.lc_lif_boxed .section{
    width:100%;
}
#footer.lc_lif_boxed{
    margin: 0 auto;
}
.big-title{
    display: table-cell;
    vertical-align: bottom;
}
.big-title img{
    width: 100%;
    object-fit: cover;
    -o-object-fit: cover;
    opacity: 0.7;
}
.big-title h1{
    font-size: 16vw;
    text-transform: uppercase;
    text-align: center;
    color: rgba(255, 255, 255, 0.45);
}
.header-title h1{
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
    color: #fff;
    font-size: 55px;
    text-align: left;
    text-transform: none;
    letter-spacing: 4px;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.header-title a{
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 25px;
    font-weight: 600;
    color: #fff;
    background-color: rgb(171, 46, 186);
    line-height: 30px;
    padding: 18px 50px 20px;
    border-radius: 50px;
    font-family: 'Oswald';
}
.header-title a:hover{
    background-color: rgb(255, 255, 255) !important;
    color: rgb(171, 46, 186);
}
.header-title a:focus{
    background-color: rgb(255, 255, 255);
}
.section_1_title{
    display: table;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 9;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.header-title{
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin:auto;
    text-align: center;
    z-index: 9;
    margin-bottom: 16px!important;
}
.header-title h1 span{
    color: #2ac4b7;
}
/*--------------------*/
/* HEADER END */
/*--------------------*/


/* =================================================  */
/* HOME PAGE CSS */
/* =================================================  */


/*--------------------*/
/* NEW ALBUM RELEASE */
/*--------------------*/

/*--------------------*/
/* Player.css */
/*--------------------*/

.plyr input[type=range]:focus,.plyr:focus{
    outline:0
}
.plyr .plyr__video-embed iframe,.plyr__tooltip{
    pointer-events:none
}
@keyframes plyr-progress{
    to{
        background-position:25px 0
    }
}
.plyr{
    position:relative;
    max-width:100%;
    min-width:200px;
    font-family:Avenir,'Avenir Next','Helvetica Neue','Segoe UI',Helvetica,Arial,sans-serif;
    direction:ltr
}
.plyr,.plyr *,.plyr ::after,.plyr ::before{
    box-sizing:border-box
}
.plyr a,.plyr button,.plyr input,.plyr label{
    -ms-touch-action:manipulation;
    touch-action:manipulation
}
.plyr audio,.plyr video{
    width:100%;
    height: 100%;
    vertical-align:middle;
    border-radius:inherit
}
.plyr input[type=range]{
    display:block;
    height:19px;
    width:100%;
    margin:0;
    padding:0;
    vertical-align:middle;
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    cursor:pointer;
    border:none;
    background:0 0;
    margin-top: 3px;
}
body.firefox .plyr input[type=range]{
    margin-top: 0px;
}
.plyr input[type=range]::-webkit-slider-runnable-track{
    height:8px;
    background:0 0;
    border:0;
    border-radius:4px;
    -webkit-user-select:none;
    user-select:none
}
.plyr input[type=range]::-webkit-slider-thumb{
    -webkit-appearance:none;
    margin-top:-8px;
    position:relative;
    height:20px;
    width:3px;
    background: #4b4b4b;
}
.plyr__volume input[type=range]::-webkit-slider-thumb{
    height:15px;
    width:15px;
    border-radius: 50%;
    background: rgb(171, 46, 186);
    border-color: transparent;
}
.plyr input[type=range]::-moz-range-track{
    height:8px;
    background:0 0;
    border:0;
    border-radius:4px;
    -moz-user-select:none;
    user-select:none
}
.plyr input[type=range]::-moz-range-thumb{
    position:relative;
    height:20px;
    width:3px;
    background: #4b4b4b;
    border-color: transparent;
}
.plyr__volume input[type=range]::-moz-range-thumb{
    height:15px;
    width:15px;
    border-radius: 50%;
    background: rgb(171, 46, 186);
    border-color: transparent;
}
.plyr input[type=range]::-ms-track{
    height:8px;
    background:0 0;
    border:0;
    color:transparent
}
.plyr input[type=range]::-ms-fill-upper{
    height:8px;
    background:0 0;
    border:0;
    border-radius:4px;
    -ms-user-select:none;
    user-select:none
}
.plyr input[type=range]::-ms-fill-lower{
    height:8px;
    border:0;
    border-radius:4px;
    -ms-user-select:none;
    user-select:none;
    background: #4b4b4b;
}
.plyr input[type=range]::-ms-thumb{
    position:relative;
    height:20px;
    width:3px;
    background: #4b4b4b;
    margin-top:0;
    border-color: transparent;
}
.plyr__volume input[type=range]::-ms-thumb{
    height:15px;
    width:15px;
    border-radius: 50%;
    background: rgb(171, 46, 186);
}
.plyr input[type=range]::-ms-tooltip{
    display:none
}
.plyr input[type=range]::-moz-focus-outer{
    border:0
}
.plyr input[type=range].tab-focus:focus{
    outline-offset:3px
}
.plyr input[type=range]:active::-webkit-slider-thumb{
    background: #4b4b4b;
    border-color: #4b4b4b;
    transform:scale(1.25)
}
.plyr input[type=range]:active::-moz-range-thumb{
    background: #4b4b4b;
    border-color: #4b4b4b;
    transform:scale(1.25)
}
.plyr input[type=range]:active::-ms-thumb{
    background: #4b4b4b;
    border-color: #4b4b4b;
    transform:scale(1.25)
}
.plyr--video input[type=range].tab-focus:focus{
    outline:rgba(255,255,255,.5) dotted 1px
}
.plyr--audio input[type=range].tab-focus:focus{
    outline:rgba(86,93,100,.5) dotted 1px
}
.plyr__sr-only{
    clip:rect(1px,1px,1px,1px);
    overflow:hidden;
    position:absolute!important;
    padding:0!important;
    border:0!important;
    height:1px!important;
    width:1px!important;
}
.plyr__video-wrapper{
    position:relative;
    background:#000;
    border-radius:inherit;
    height: 100%;
    overflow: hidden;
}
.plyr__video-embed{
    padding-bottom:56.25%;
    height:0;
    border-radius:inherit;
    overflow:hidden;
    z-index:0
}
.plyr__video-embed iframe{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    border:0;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none
}
.plyr__video-embed>div{
    position:relative;
    padding-bottom:200%;
    transform:translateY(-35.95%)
}
.plyr video::-webkit-media-text-track-container{
    display:none
}
.plyr__captions{
    display:none;
    position:absolute;
    bottom:0;
    left:0;
    width:100%;
    padding:20px;
    transform:translateY(-40px);
    transition:transform .3s ease;
    color: #4b4b4b;
    font-size:16px;
    text-align:center;
    font-weight:400
}
.plyr__captions span{
    border-radius:2px;
    padding:3px 10px;
    background:rgba(0,0,0,.7);
    -webkit-box-decoration-break:clone;
    box-decoration-break:clone;
    line-height:150%
}
.plyr__captions span:empty{
    display:none
}
@media (min-width:768px){
    .plyr__captions{
        font-size:24px
    }
}
.plyr--captions-active .plyr__captions{
    display:block
}
.plyr--hide-controls .plyr__captions{
    transform:translateY(-15px)
}
@media (min-width:1024px){
    .plyr--fullscreen-active .plyr__captions{
        font-size:32px
    }
}
.plyr ::-webkit-media-controls{
    display:none
}
.plyr__controls{
    display:-ms-flexbox;
    display:flex;
    -ms-flex-align:center;
    align-items:center;
    line-height:1;
    text-align:center
}
.plyr__controls .plyr__progress,.plyr__controls .plyr__time,.plyr__controls>button{
    margin-left:5px
}
.plyr__controls .plyr__progress:first-child,.plyr__controls .plyr__time:first-child,.plyr__controls>button:first-child{
    margin-left:0
}
.plyr__controls .plyr__volume{
    margin-left:5px
}
.plyr__controls [data-plyr=pause]{
    margin-left:0
}
.plyr__controls button{
    position:relative;
    display:inline-block;
    -ms-flex-negative:0;
    flex-shrink:0;
    overflow:visible;
    vertical-align:middle;
    padding:7px;
    border:0;
    background:0 0;
    border-radius:3px;
    cursor:pointer;
    transition:background .3s ease,color .3s ease,opacity .3s ease;
    color:inherit
}
.plyr__controls button svg{
    width:20px;
    height:20px;
    display:block;
    fill:currentColor
}
.plyr__controls button:focus{
    outline:0
}
.plyr__controls .icon--captions-on,.plyr__controls .icon--exit-fullscreen,.plyr__controls .icon--muted{
    display:none
}
@media (min-width:480px){
    .plyr__controls .plyr__progress,.plyr__controls .plyr__time,.plyr__controls>button{
        margin-left:10px
    }
}
.plyr--hide-controls .plyr__controls{
    opacity:0;
    pointer-events:none
}
.plyr--video .plyr__controls{
    position:absolute;
    left:0;
    right:0;
    bottom:0;
    z-index:2;
    padding:50px 10px 10px;
    background:linear-gradient(rgba(0,0,0,0),rgba(0,0,0,.5));
    border-bottom-left-radius:inherit;
    border-bottom-right-radius:inherit;
    color: #4b4b4b;
    transition:opacity .3s ease
}
.plyr--video .plyr__controls button.tab-focus:focus,.plyr--video .plyr__controls button:hover{
    color: #4b4b4b;
}
.plyr--audio .plyr__controls{
    padding:10px;
    border-radius:inherit;
    background: #ab2eba;
    border:1px solid #4b4b4b;
    color: #ab2eba;
}
.plyr--audio .plyr__controls button.tab-focus:focus,.plyr--audio .plyr__controls button:hover,.plyr__play-large{
    background: #ab2eba;
    color: #ab2eba;
}
.plyr__play-large{
    display:none;
    position:absolute;
    z-index:1;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    padding:10px;
    border:4px solid currentColor;
    border-radius:100%;
    box-shadow:0 1px 1px rgba(0,0,0,.15);
    transition:all .3s ease
}
.plyr__play-large svg{
    position:relative;
    left:2px;
    width:20px;
    height:20px;
    display:block;
    fill:currentColor
}
.plyr__play-large:focus{
    outline:rgba(255,255,255,.5) dotted 1px
}
.plyr .plyr__play-large{
    display:inline-block
}
.plyr--audio .plyr__play-large,.plyr--playing .plyr__controls [data-plyr=play],.plyr__controls [data-plyr=pause]{
    display:none
}
.plyr--playing .plyr__play-large{
    opacity:0;
    visibility:hidden
}
.plyr--playing .plyr__controls [data-plyr=pause]{
    display:inline-block
}
.plyr--captions-active .plyr__controls .icon--captions-on,.plyr--fullscreen-active .icon--exit-fullscreen,.plyr--muted .plyr__controls .icon--muted{
    display:block
}
.plyr [data-plyr=captions],.plyr [data-plyr=fullscreen],.plyr--captions-active .plyr__controls .icon--captions-on+svg,.plyr--fullscreen-active .icon--exit-fullscreen+svg,.plyr--muted .plyr__controls .icon--muted+svg{
    display:none
}
.plyr--captions-enabled [data-plyr=captions],.plyr--fullscreen-enabled [data-plyr=fullscreen]{
    display:inline-block
}
.plyr__tooltip{
    position:absolute;
    z-index:2;
    bottom:100%;
    margin-bottom:10px;
    padding:5px 7.5px;
    opacity:0;
    background:rgba(0,0,0,.7);
    border-radius:3px;
    color: rgb(255, 255, 255);
    font-size:14px;
    line-height:1.3;
    transform:translate(-50%,10px) scale(.8);
    transform-origin:50% 100%;
    transition:transform .2s .1s ease,opacity .2s .1s ease;
}
.plyr__tooltip::before{
    content:'';
    position:absolute;
    width:0;
    height:0;
    left:50%;
    transform:translateX(-50%);
    bottom:-4px;
    border-right:4px solid transparent;
    border-top:4px solid rgba(0,0,0,.7);
    border-left:4px solid transparent;
    z-index:2
}
.plyr button.tab-focus:focus .plyr__tooltip,.plyr button:hover .plyr__tooltip,.plyr__tooltip--visible{
    opacity:1;
    transform:translate(-50%,0) scale(1)
}
.plyr button:hover .plyr__tooltip{
    z-index:3
}
.plyr__controls button:first-child .plyr__tooltip{
    left:0;
    transform:translate(0,10px) scale(.8);
    transform-origin:0 100%
}
.plyr__controls button:first-child .plyr__tooltip::before{
    left:16px
}
.plyr__controls button:last-child .plyr__tooltip{
    right:0;
    transform:translate(0,10px) scale(.8);
    transform-origin:100% 100%
}
.plyr__controls button:last-child .plyr__tooltip::before{
    left:auto;
    right:16px;
    transform:translateX(50%)
}
.plyr__controls button:first-child .plyr__tooltip--visible,.plyr__controls button:first-child.tab-focus:focus .plyr__tooltip,.plyr__controls button:first-child:hover .plyr__tooltip,.plyr__controls button:last-child .plyr__tooltip--visible,.plyr__controls button:last-child.tab-focus:focus .plyr__tooltip,.plyr__controls button:last-child:hover .plyr__tooltip{
    transform:translate(0,0) scale(1)
}
.plyr__progress{
    position:relative;
    display:none;
    -ms-flex:1;
    flex:1
}
.plyr__progress input[type=range]{
    position:relative;
    z-index:2
}
.plyr__progress input[type=range]::-webkit-slider-runnable-track{
    background:0 0
}
.plyr__progress input[type=range]::-moz-range-track{
    background:0 0
}
.plyr__progress input[type=range]::-ms-fill-upper{
    background:0 0
}
.plyr__progress .plyr__tooltip{
    left:0
}
.plyr .plyr__progress{
    display:inline-block;
    max-width: 365px;
    margin-left: 90px;
    margin-top: 0px;
}
.plyr__progress--buffer,.plyr__progress--played,.plyr__volume--display{
    position:absolute;
    left:0;
    top:61%;
    width:100%;
    height:4px;
    margin:-4px 0 0;
    padding:0;
    vertical-align:top;
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    border:none;
    border-radius:100px
}
.plyr__progress--buffer::-webkit-progress-bar,.plyr__progress--played::-webkit-progress-bar,.plyr__volume--display::-webkit-progress-bar{
    background: #4b4b4b;
}
.plyr__progress--buffer::-webkit-progress-value,.plyr__progress--played::-webkit-progress-value,.plyr__volume--display::-webkit-progress-value{
    background:currentColor;
    border-radius:100px;
    min-width:8px
}
.plyr__progress--buffer::-moz-progress-bar,.plyr__progress--played::-moz-progress-bar,.plyr__volume--display::-moz-progress-bar{
    background:currentColor;
    border-radius:100px;
    min-width:8px
}
.plyr__progress--buffer::-ms-fill,.plyr__progress--played::-ms-fill,.plyr__volume--display::-ms-fill{
    border-radius:100px
}
.plyr__progress--played,.plyr__volume--display{
    z-index:1;
    color: #4b4b4b;
    background:0 0;
    transition:none
}
.plyr__progress--played::-webkit-progress-value,.plyr__volume--display::-webkit-progress-value{
    min-width:8px;
    max-width:99%;
    border-top-right-radius:0;
    border-bottom-right-radius:0;
    transition:none
}
.plyr__progress--played::-moz-progress-bar,.plyr__volume--display::-moz-progress-bar{
    min-width:8px;
    max-width:99%;
    border-top-right-radius:0;
    border-bottom-right-radius:0;
    transition:none
}
.plyr__progress--played::-ms-fill,.plyr__volume--display::-ms-fill{
    display:none
}
.plyr__progress--buffer::-webkit-progress-value{
    transition:width .2s ease
}
.plyr__progress--buffer::-moz-progress-bar{
    transition:width .2s ease
}
.plyr__progress--buffer::-ms-fill{
    transition:width .2s ease
}
.plyr--video .plyr__progress--buffer,.plyr--video .plyr__volume--display{
    background:rgba(255,255,255,.25)
}
.plyr--video .plyr__progress--buffer{
    color:rgba(255,255,255,.25)
}
.plyr--audio .plyr__progress--buffer,.plyr--audio .plyr__volume--display{
    background:rgba(198,214,219,.66)
}
.plyr--audio .plyr__progress--buffer{
    color:rgba(198,214,219,.66)
}
.plyr--loading .plyr__progress--buffer{
    animation:plyr-progress 1s linear infinite;
    background-size:25px 25px;
    background-repeat:repeat-x;
    background-image:linear-gradient(-45deg,rgba(0,0,0,.15) 25%,transparent 25%,transparent 50%,rgba(0,0,0,.15) 50%,rgba(0,0,0,.15) 75%,transparent 75%,transparent);
    color:transparent
}
.plyr--video.plyr--loading .plyr__progress--buffer{
    background-color:rgba(255,255,255,.25)
}
.plyr--audio.plyr--loading .plyr__progress--buffer{
    background-color:rgba(198,214,219,.66)
}
.plyr__time{
    display:inline-block;
    vertical-align:middle;
    font-size:20px
}
.plyr__controls > .plyr__time{
    position: absolute;
    left: 58px;
    margin-top: -1px;
}
.plyr__time+.plyr__time{
    display:inline-block;
    position: initial;
    margin-left: 25px;
    margin-right: 55px;
    margin-top: -2px;
}
.plyr__controls>button:last-of-type:before {
    content: '\f026';
    font-family: fontawesome;
    font-size: 25px;
    position: absolute;
    right: 495%;
    top: 0px;
    padding:5px;
    border-radius: 3px;
    -o-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
}
.plyr__controls>button:last-of-type:hover:before{
    background: rgba(0,0,0,.1);
}
.plyr .plyr__volume{
    -ms-flex:1;
    flex:1;
    position:relative
}
.plyr .plyr__volume input[type=range]{
    position:relative;
    z-index:2;
    top: 2px;
}
.plyr__controls>button:last-of-type{
    position: absolute;
    position: absolute;
    right: 20px;
    top: 70px;
}
@media (min-width:480px){
    .plyr .plyr__volume{
        display:block;
        max-width:60px
    }
}
@media (min-width:768px){
    .plyr .plyr__volume{
        max-width:135px;
        margin-left: 0px;
    }
}
.plyr--is-ios .plyr__volume,.plyr--is-ios [data-plyr=mute]{
    display:none!important
}
.plyr--fullscreen-active{
    position:fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
    height:100%;
    width:100%;
    z-index:10000000;
    background:#000;
    border-radius:0!important
}
.plyr--fullscreen-active video{
    height:100%
}
.plyr--fullscreen-active .plyr__video-wrapper{
    height:100%;
    width:100%
}
.plyr--fullscreen-active .plyr__video-embed{
    overflow:visible
}
.plyr--fullscreen-active .plyr__controls{
    position:absolute;
    bottom:0;
    left:0;
    right:0
}
.plyr--fullscreen-active.plyr--vimeo .plyr__video-wrapper{
    height:0;
    top:50%;
    transform:translateY(-50%)
}
/* Misc.
================================================== */

.add-bottom { margin-bottom:2rem !important; }
.left { float:left; }
.right { float:right; }
.center {
    text-align: center;
}
/* Audio Player Styles
================================================== */

audio {
    margin:0 15px 0 14px;
    width:670px;
}
#audiowrap,
#plwrap {
    margin:0 auto;
}
#tracks {
    position:relative;
    text-align:center;
}
#nowPlay {
    display:inline;
}
#npAction {
    padding:21px;
    position:absolute;
}
#npTitle {
    padding:21px;
}
#plList li {
    cursor:pointer;
    display:block;
    margin:0;
    padding:21px 0;
}
#plList li:hover {
    background-color:rgba(0,0,0,.1);
}
.plItem {
    position:relative;
}
.plTitle {
    left:50px;
    overflow:hidden;
    position:absolute;
    right:65px;
    text-overflow:ellipsis;
    top:0;
    white-space:nowrap;
}
.plNum {
    padding-left:21px;
    width:25px;
}
.plLength {
    padding-left:21px;
    position:absolute;
    right:21px;
    top:0;
}
.plSel,
.plSel:hover {
    background-color:rgba(0,0,0,.1);
    color: #4b4b4b;
    cursor:default !important;
}
a[id^="btn"] {
    border-radius:3px;
    color: #4b4b4b;
    cursor:pointer;
    display:inline-block;
    font-size:2rem;
    height:35px;
    line-height:.8;
    margin:0 20px 20px;
    padding:5px 10px;
    text-decoration:none;
    transition:background .3s ease;
    width:35px;
}
a[id^="btn"]:last-child {
    margin-left:-4px;
}
a[id^="btn"]:hover,
a[id^="btn"]:active {
    background-color: #4b4b4b;
    color: #4b4b4b;
}
a[id^="btn"]::-moz-focus-inner {
    border:0;
    padding:0;
}
/* Plyr Overrides
================================================== */
.music{
    position: relative;
    max-width: 860px;
}
.mp3 {
    position: relative;
}
.mp3 > span {
    position: absolute;
    z-index: 9;
    font-size: 18px;
    color: #470f50;
    left: 26px;
    top: 20px;
}
.music > span{
    position: absolute;
    color: #797f80;
    font-size: 18px;
    z-index: 9;
    left: 20px;
}
.music > span:nth-child(1){
    top: 5px;
}
.music > span:nth-child(3){
    top: 95px;
}
.music > span:nth-child(5){
    top: 185px;
}
#album-release .plyr__controls,#discography-post .mp3 .plyr__controls{
    background-color: rgba(34, 34, 34, 0)!important;
}
.plyr--playing .plyr__controls [data-plyr=pause] svg{
    color: #4b4b4b!important;
}
.plyr--audio .plyr__controls {
    border: 2px solid rgba(25, 25, 25, 0);
    color: #4b4b4b;
    padding: 68px 20px 25px 16px;
    width: 100%;
}
.mp3_1 .plyr--audio .plyr__controls,.mp3_2 .plyr--audio .plyr__controls{
    border-bottom:none;
}
.plyr--audio .plyr__controls button.tab-focus:focus,
.plyr--audio .plyr__controls button:hover,
.plyr__play-large {
    background:rgba(0,0,0,.1);
}
.plyr__progress--played, .plyr__volume--display {
    color: #4b4b4b;
}
.plyr--audio .plyr__progress--buffer,
.plyr--audio .plyr__volume--display {
    background: #4b4b4b;
}
.plyr--audio .plyr__progress--buffer {
    color: #4b4b4b;
}
/* Media Queries
================================================== */

@media only screen and (max-width:850px) {
    #nowPlay { display:none; }
}
/*--------------------*/
/* Player.css  End*/
/*--------------------*/

#album-release .mp3 .plyr--audio .plyr__controls{
    border-bottom: 0px!important;
}
#album-release .mp3:last-of-type .plyr--audio .plyr__controls{
    border-bottom: 2px solid #191919!important;
}
#album-release{
    position: relative;
    background-color: rgb(245, 248, 250);
    overflow: hidden;
    padding-bottom: 97px;
}
.section_bg_image{
    position: absolute;
    z-index: 9;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom;
    opacity: 0.2;
}
.m_img{
    height: 150px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
}
.sec_2_content{
    font-family: 'Open Sans';
    line-height: 30px;
}
.col.sec_2_content{
    max-width: 785px;
}
.sec_2_content *{
    font-size: 18px;
    line-height: 30px;
    color: #4b4b4b;
    margin-bottom: 0px;
}
.sec_2_content .cta a{
    letter-spacing: 1px;
}
#album-release .col{
    min-height: auto;
    padding: 0;
}
#album-release .buy{
    margin-top: 49px;
}
#album-release .section > .row{
    margin: 0px;
}
.disc_cover img {
    width: 58%;
    top: -5%;
}
.disc{
    position: relative;
    left: 15px;
    z-index: 99;
}
.cd{
    position: absolute;
    left: 37%;
    top: 2%!important;
    width: 53%!important;
    z-index: 9;
    -webkit-animation: spin 15s linear infinite;
    -moz-animation: spin 1s linear infinite;
    animation: spin 15s linear infinite;
}
@-webkit-keyframes spin {
    100%{
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
.cta{
    margin-top: 30px;
}
.cta a{
    font-family: 'Oswald';
    font-size: 15px;
    padding: 15px 40px 15px 40px;
    border: 1px solid rgb(171, 46, 186);
    border-radius: 50px;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
}
.cta a:hover{
    border-color:rgb(171, 46, 186);
    background-color:rgb(171, 46, 186);
    color: #fff!important;
    text-decoration: none!important;
}
#album-release .cta a{
    color: rgb(171, 46, 186);
    border-color: rgb(171, 46, 186)!important;
    letter-spacing: 1px;
}
#album-release .cta a:hover{
    border-color:rgb(171, 46, 186);
    color: #fff;
}
#album-release .cta i{
    margin-left: 6px;
}
.home #on-tour{
    background-color: rgb(27, 27, 27);
}
#on-tour{
    position: relative;
    overflow: hidden;
}
.on-tour-wrapper{
    padding-bottom: 105px;
}
#on-tour .section_bg_image{
    background-attachment: fixed;
    background-size: cover;
    background-position: 50%;
    opacity: 0.9;
    z-index: 7;
}
.home-demo-2.demo-2-bg .tp-bgimg.defaultimg{
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}
.home-demo-2.demo-2-bg .wpb_revslider_element.wpb_content_element{
    margin-bottom: 0px;
}
.j_c{
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 60px;
}
.j_c .mp3_1 .plyr__controls{
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.j_c .mp3_3 .plyr__controls{
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
/*--------------------*/
/* NEW ALBUM RELEASE END */
/*--------------------*/

/*--------------------*/
/* ON TOUR */
/*--------------------*/
.home #on-tour{
    background-color: #1b1b1b;
}
#on-tour{
    position: relative;
    overflow: hidden;
}
#on-tour .title p{
    color:#fff;
}
#on-tour .section_bg_image{
    background-attachment: fixed;
    background-size: auto;
    background-position: 50%;
    opacity: 0.7;
}
.tickets{
    padding: 0px;
}
.ticket{
    margin:0px;
    margin-top: 1px;
}
.ticket-link{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.ticket *{
    color: #888;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
}
.row.ticket:after {
    content: '';
    display: block;
    height: 3px;
    width: 100%;
    background-image:url(../images/doted.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
}
.tickets > div.ticket:first-child > div{
    padding-top: 0px;
}
.row.ticket > div{
    padding: 40px 20px;
}
.buy{
    text-align:right;
}
.day_num{
    width: 167px;
    height: 63px;
    border-right: 5px solid #ffffff;
    line-height: 33px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.day_num span{
    font-family: 'Oswald';
    font-size: 68px;
    color: #fff;
}
.day_num div{
    margin-left: 7px;
}
.day_num div p{
    font-family: 'Oswald';
    font-size: 30px;
    margin: 0;
    text-transform: uppercase;
}
.row.ticket > div > div{
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
}
.day{
    float: left;
}
.name{
    float: left;
    padding-left: 30px;
}
.name p{
    font-family: 'Oswald';
    font-size: 40px;
    margin: 0;
    font-weight: 300;
    color: #fff;
}
.name span:first-child{
    margin-right: 30px;
}
.buy a{
    font-family: 'Oswald';
    font-size: 25px;
    color: #f8f8f8!important;
    text-transform: uppercase;
    padding: 11px 33px;
    border: 1px solid #fff;
    border-radius: 50px;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
}
.row.ticket:hover *{
    color: #fff;
}
.row.ticket:hover .day_num{
    border-color:rgb(171, 46, 186);
}
.row.ticket:hover .day_num *{
    color: rgb(255, 255, 255);
}
.row.ticket:hover .buy a{
    background-color: rgb(171, 46, 186);
    border-color: rgb(171, 46, 186);
    color:#fff!important;
}
.buy a:hover{
    text-decoration: none;
    color: #fff;
}
.buy p{
    font-family: 'Special Elite';
    font-size: 30px;
    margin: 0;
    text-transform: uppercase;
    text-align: center;
    -webkit-transform: rotate(20deg);
    -moz-transform: rotate(20deg);
    -ms-transform: rotate(20deg);
    -o-transform: rotate(20deg);
    transform: rotate(20deg);
}
/*--------------------*/
/* ON TOUR */
/*--------------------*/

/*--------------------*/
/* GALLERY */
/*--------------------*/

#gallery{
    background-color: rgb(255, 255, 255);
    padding-bottom: 119px;
}
#gallery .vc_column-inner{
    padding-top:0px;
}
#gallery .row.title{
    margin-bottom: 65px;
}
#gallery .row,#gallery .col{
    padding: 0px;
    margin: 0px;
}
#image-gallery > div.row{
    width:100%;
}
#gallery .row > div{
    padding: 0px;
}
#image-gallery .grid-item{
    width:25%;
    background-image: -webkit-linear-gradient(230deg, rgb(100, 21, 34), rgb(37, 22, 26));
    background-image: -moz-linear-gradient(230deg, rgb(100, 21, 34), rgb(37, 22, 26));
    background-image: -o-linear-gradient(230deg, rgb(100, 21, 34), rgb(37, 22, 26));
    background-image: linear-gradient(-140deg, rgb(100, 21, 34), rgb(37, 22, 26));
}
#image-gallery .grid-item:hover img{
    opacity: 0.5;
}
#image-gallery .grid > div.grid-item:nth-child(2){
    width:50%;
    height:965px;
}
#image-gallery .grid > div.grid-item:last-child{
    height:425px!important;
}
#image-gallery .grid > div.grid-item:nth-child(2n+1){
    height:540px;
}
#image-gallery .grid > div.grid-item:nth-child(3n+1){
    height:965px;
}
#image-gallery .grid-item a.img_link,
#image-gallery .grid-item a.img_link img{
    width: 100%;
}
#image-gallery .grid-sizer {
    width: 25%;
}
#gallery .music-banner{
    background-image: -webkit-gradient(linear, right top, left top, from(rgb(171, 46, 186)), to(#17f1ff));
    background-image: -webkit-linear-gradient(right, rgb(171, 46, 186), #17f1ff);
    background-image: -moz-linear-gradient(right, rgb(171, 46, 186), #17f1ff);
    background-image: -o-linear-gradient(right, rgb(171, 46, 186), #17f1ff);
    background-image: linear-gradient(-90deg, rgb(171, 46, 186), #17f1ff);
}
#gallery .music-banner:hover a.img_link img{
    opacity: 0.5;
}
.img_gallery{
    position: relative;
    overflow: hidden;
}
#popup-container{
    opacity: 0;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 90;
    background-color: rgba(82, 64, 110, 0.9);
}
#slides-container{
    position: relative;
    width: 90%;
    height: 100%;
    margin: auto;
}
.popup-image{
    width:100%;
    height: 100%;
    text-align: center;
    cursor: auto;
}
.popup_block{
    position: absolute;
    z-index: 100;
    width: 100%;
    height: 70%;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    overflow: hidden;
}
.popup_block:hover .popup_left{
    left: -105px;
}
.popup_block:hover .popup_right{
    right:-105px;
}
.popup_arrow{
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 130px;
    width: 180px;
    background-color: rgba(171, 46, 186, 0.54);
    border-radius: 70%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    z-index: 99;
}
.popup_left{
    left: -200px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-right: 30px;
    -o-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
}
.popup_right{
    right: -200px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-left: 30px;
    -o-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
}
.popup_arrow i{
    font-size: 35px;
    color: #fff;
}
#popup-container ul{
    position: absolute;
    bottom: 10%;
    left: 0;
    right: 0;
    margin: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
#popup-container ul li{
    width: 13px;
    height: 13px;
    margin:0px 3px;
    border: 2px solid #fff;
    border-radius: 50%;
    position: relative;
    display: inline-block;
    cursor: pointer;
    -o-transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
    -webkit-transition: all 0.2s ease-out 0s;
}
#popup-container ul li:hover{
    -webkit-transform: scale(1.3, 1.3);
    -moz-transform: scale(1.3, 1.3);
    -ms-transform: scale(1.3, 1.3);
    -o-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3);
    border: none;
    background-color: rgb(171, 46, 186);
}
#popup-container ul li.active{
    -webkit-transform: scale(1.3, 1.3);
    -moz-transform: scale(1.3, 1.3);
    -ms-transform: scale(1.3, 1.3);
    -o-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3);
    border: none;
    background-color: rgb(171, 46, 186);
}
.banner_2 {
    overflow: hidden;
    padding-right: 0px;
}
a.popup-image img {
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.banner_1{
    height: 100%;
    overflow: hidden;
    padding-left: 0;
}
a.img_link{
    display: block;
    width: 101%;
    height:100%;
    overflow: hidden;
}
#single-gallery a.img_link{
    width:100%;
}
a.img_link img{
    width: 101%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
}
a.anim_border {
    position: absolute;
    z-index: 9;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
a.anim_border::before {
    border-top: 1px solid rgb(255, 255, 255);
    border-bottom: 1px solid rgb(255, 255, 255);
    bottom: 20px;
    content: "";
    left: 10px;
    position: absolute;
    right: 10px;
    top: 20px;
    transform: scale(0, 1);
    -webkit-transform: scale(0, 1);
    transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
    z-index: 9;
}
a.anim_border::after {
    border-left: 1px solid rgb(255, 255, 255);
    border-right: 1px solid rgb(255, 255, 255);
    bottom: 10px;
    content: "";
    left: 20px;
    position: absolute;
    right: 20px;
    top: 10px;
    transform: scale(1, 0);
    -webkit-transform: scale(1, 0);
    transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
    z-index: 9;
}
.anim_border:hover:before, .anim_border:hover:after {
    transform: scale(1);
    -webkit-transform: scale(1);
}
#gallery .cta{
    text-align: center;
    margin-top: 119px;
}
#gallery .buy a,#album-release .buy a{
    color: #fff;
}
#album-release .buy a{
    padding: 15px;
}
#gallery .banner_1 > div:first-child{
    height: 25%;
    padding-bottom:15px;
}
#gallery .banner_1 > div:last-child{
    height: 25%;
    padding-top:15px;
}
#gallery .banner_1 > div:nth-child(2){
    height: 50%;
    padding: 15px 0px;
}
#gallery .banner_2 > div:first-child{
    height: 50%;
    padding-bottom: 15px;
}
#gallery .banner_2 > div:last-child{
    height: 25%;
    padding-top: 15px;
}
#gallery .banner_2 > div:nth-child(2){
    height: 25%;
    padding: 15px 0px;
}
#gallery .banner_1 > div:first-child > div:first-child{
    margin-right: 15px;
}
#gallery .banner_1 > div:first-child > div:last-child{
    margin-left: 15px;
}
#gallery .banner_1 > div:last-child > div:first-child{
    margin-right: 15px;
}
#gallery .banner_1 > div:last-child > div:last-child{
    margin-left: 15px;
}
#gallery .banner_1 > div > div,#gallery .banner_2 > div > div{
    height: 100%;
}
/*--------------------*/
/* GALLERY END*/
/*--------------------*/

/*--------------------*/
/* VIDEO */
/*--------------------*/
.youtube .thumb{
    height: 100% !important;
    object-fit: cover!important;
}
#video{
    position:relative;
    padding-bottom: 105px;
}
#video:before,
#contact-us:before{
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}
#video .title p{
    color:#fff;
}
#video .embed-responsive{
    max-width: 1360px;
    width: 90%;
    margin:auto;
    border: 19px solid #ab2eba;
    border-radius: 70px;
      -webkit-box-shadow: 0 0 10px 1px #2e253d;
    box-shadow: 0 0 10px 1px #2e253d;
}
#video .embed-responsive iframe{
    width: 100%;
    height: 100%;
    border: 0;
}
.video .youtube{
    border: 1px solid #ab2eba;
    background-color: transparent;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 100%;
    height: 100%;
    z-index: 2;
}
.video .embed-responsive{
    height: 100%;
}
.video iframe{
    width: 100%;
    height: 100%;
    border: 0;
}
/*--------------------*/
/* VIDEO END*/
/*--------------------*/

/*--------------------*/
/* NEWS */
/*--------------------*/
#news{
    position: relative;
    background-color: rgb(27, 27, 27);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
    padding-bottom: 105px;
    overflow: hidden;
    background-color: rgb(255, 255, 255);
}
#news .section_bg_image{
    background-attachment: fixed;
    background-size: cover;
    opacity: 1;
    background-position:0%;
}
#news .section {
    max-width: 1665px;
}
.news > div.row{
    margin: 0;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.news > div > div{
    position: relative;
    max-width: 575px;
    width: 95%;
    padding: 0 10px;
}
.news_content{
    position: relative;
    z-index: 10;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
    text-align: left;
    padding: 35px 0px 15px;
}
.news_content_3 {
    background-color: #121213;
}
.news .cta{
    width: auto;
    margin-top: 0px;
}
.news > div > div:hover .news_content .cta a {
    background-color: rgb(171, 46, 186);
    color: #fff!important;
}
.news .cta a{
    border-color: rgb(171, 46, 186);
}
.news_content h2{
    font-family: 'Oswald';
    font-size: 34px;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #1b1b1b;
    margin-bottom: 20px;
    -o-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
}
.news_content .day_num{
    width: auto;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    border: none;
}
.news_content .day_num *{
    color: rgb(171, 46, 186);
    margin: 0;
}
.news_content .day_num div{
    border-right: 3px solid rgb(171, 46, 186);
    padding-right: 10px;
    margin-right: 10px;
    margin-left: 4px;
    line-height: 14px;
}
.n_c{
    margin-top: 20px;
    margin-bottom: 40px;
}
.n_c *{
    font-family: 'Open Sans';
    font-size: 18px;
    text-align: left;
    letter-spacing: 1px;
    color: #4b4b4b;
    line-height: 30px;
    margin: 0;
    -o-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
}
.news_content_3{
    background-color: rgb(18, 18, 18);
}
.news_content .buy{
    opacity: 0;
    -o-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
}
.news .bg_image{
    background-image: linear-gradient(#c86a8f, #178d8f);
    -o-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;

}
.news .bg_image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    -o-object-fit: cover;
}
.news .bg_image .overly{
    opacity: 0;
    -o-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
}
.news > div > div:hover .bg_image{
    -webkit-filter: initial;
    filter: initial;
}
.news_content:hover .buy{
    opacity: 1;
}
.news_content:hover h2{
    color: rgb(171, 46, 186);
}
.news > div > div:hover .bg_image .overly{
    opacity: 0.7;
}
.news > div > div:hover .news_content .buy{
    opacity: 1;
}
.news > div > div:hover .news_content h2{
    color: rgb(171, 46, 186);
}
.news > div > div:hover .news_content .cta a{
    background-color: rgb(171, 46, 186);
    color:#fff;
}
.news_content:hover .cta a{
    background-color: rgb(171, 46, 186);
    border-color: rgb(171, 46, 186);
    color:#fff;
}
.news_content:hover .day_num span{
    color: rgb(255, 255, 255);
}
.news_content:hover .day_num div p{
    color: rgb(255, 255, 255);
}
.news_content .day_num div p{
    font-size: 14px;
    color: rgb(171, 46, 186);
    text-align: left;
    -o-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
}
.news > div > div:hover .day_num div p{
    color: #1b1b1b!important;
}
.news > div > div:hover .news_content .day_num div {
    border-color: #1b1b1b;
}
.news_content .day_num span{
    font-size: 26px;
    color: rgb(171, 46, 186);
    -o-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
}
.news > div > div:hover .day_num span{
    color: #1b1b1b!important;
}
.news_content .day_num div{
    -o-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
}
.news > div > div:hover .news_content .day_num div {
    border-color: #1b1b1b!important;
}
.news_content .day_num > p{
    font-family: 'Open Sans';
    font-size: 14px;
    font-style: italic;
    -o-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
}
.news > div > div:hover .day_num > p{
    color: #1b1b1b !important;
}
.news_content .buy a{
    color: #fff;
    padding: 22px 46px;
}
/*--------------------*/
/* NEWS END */
/*--------------------*/


/*--------------------*/
/* TESTIMONIALS */
/*--------------------*/
#testimonials{
    position: relative;
    background-color: rgb(245, 248, 250);
    padding-bottom: 89px;
    background-repeat: no-repeat;
    background-size: cover;
}
.vc_column-inner{
    padding-top: 0px!important;
}
.flex-direction-nav{
    display: none;
}
.flex-control-nav{
    text-align: center;
    margin-top: 60px;
    padding: 0;
}
.flex-control-nav li{
    display: inline-block;
}
.flex-control-nav li a{
    display:block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 1px solid #4d1c52;
    background-color: transparent;
    text-indent: -9999px;
    margin: 0px 5px;
    font-size: 0;
    color: transparent;
    cursor: pointer;
}
.flex-control-nav li a.flex-active {
    background-color: rgb(171, 46, 186);
    border-color: rgb(171, 46, 186);
}
.slide_img{
    display: block;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 1px solid transparent;
    margin: auto auto 35px auto;
    overflow: hidden;
}
.slide_img img{
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 0px 0px;
    object-position: 0px 0px;
}
.carousel-indicators li{
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 1px solid white;
    background-color: transparent!important;
}
.carousel-indicators .active {
    background-color: #fff!important;
}
.carousel_content {
    font-family: 'Open Sans';
    position: relative;
    max-width: 770px;
    width: 95%;
    margin: auto;
    text-align:center;
}
.carousel_content *{
    color: #4b4b4b;
    font-size: 18px;
    line-height: 30px;
    font-style: italic;
}
.quote-before{
    width: 40px;
    height: 40px;
    position: absolute;
    top: 6%;
    left: -10%;
}
.quote-after{
    width: 40px;
    height: 40px;
    position: absolute;
    top: 6%;
    right: -10%;
}
.quote-before path,.quote-after path{
    fill: rgb(171, 46, 186);
}
/*--------------------*/
/* TESTIMONIALS END */
/*--------------------*/

/*--------------------*/
/* CONTACT US */
/*--------------------*/
#contact-us{
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
    padding-bottom: 105px;
}
#contact-us .title p{
    color:#fff;
}
.form form input{
    height: 55px;
    color:#fff;
    text-transform: capitalize;
}
.form form textarea{
    height: 295px;
    color:#fff;
    text-transform: capitalize;
}
.form form input,.form form textarea{
    background-color: rgba(255, 255, 255, 0.25);
    border-radius: 5px;
    border: 1px solid rgba(255, 255, 255, 0.1803921568627451) !important;
}
.form form input:focus,.form form textarea:focus{
    background-color: rgba(255, 255, 255, 0.1803921568627451);
    border-color: #fff!important;
    outline: 0;
    box-shadow: none;
    color:#fff;
}
.form .row{
    margin-right: -15px;
    margin-left: -15px;
}
.form .fild_1{
    margin-bottom: 20px;
}
.form .btn-primary{
    font-family: 'Oswald';
    color: #fff;
    background-color: transparent;
    border-color: #fff!important;
    padding: 15px 65px 15px;
    font-size: 15px;
    margin-top: 19px;
    border-radius: 50px;
}
.form .btn-primary:focus,
.form .btn-primary:active,
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus{
    box-shadow: 0 0 0 0;
}
.form .btn-primary:hover{
    background-color: rgb(171, 46, 186)!important;
    border-color: rgb(171, 46, 186)!important;
}
.form .btn-primary:active{
    background-color: rgb(171, 46, 186)!important;
    border-color: rgb(171, 46, 186)!important;
}
.form input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    font-family: 'Open Sans';
    font-style: italic;
    color: #fff;
    font-size: 14px;
    text-transform: capitalize;
}
.form input::-moz-placeholder { /* Firefox 19+ */
    font-family: 'Open Sans';
    font-style: italic;
    color: #fff;
    font-size: 14px;
    text-transform: capitalize;
}
.form input:-ms-input-placeholder { /* IE 10+ */
    font-family: 'Open Sans';
    font-style: italic;
    color: #fff;
    font-size: 14px;
    text-transform: capitalize;
}
.form input:-moz-placeholder { /* Firefox 18- */
    font-family: 'Oswald';
    font-style: italic;
    color: #fff;
    font-size: 14px;
    text-transform: capitalize;
}
.form textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    font-family: 'Open Sans';
    font-style: italic;
    color: #fff;
    font-size: 14px;
    text-transform: capitalize;
    padding-top:245px;
}
.form textarea::-moz-placeholder { /* Firefox 19+ */
    font-family: 'Open Sans';
    font-style: italic;
    color: #fff;
    font-size: 14px;
    text-transform: capitalize;
    padding-top:245px;
}
.form textarea:-ms-input-placeholder { /* IE 10+ */
    font-family: 'Open Sans';
    font-style: italic;
    color: #fff;
    font-size: 14px;
    text-transform: capitalize;
    padding-top:245px;
}
.form textarea:-moz-placeholder { /* Firefox 18- */
    font-family: 'Open Sans';
    font-style: italic;
    color: #fff;
    font-size: 14px;
    text-transform: capitalize;
    padding-top:245px;
}
.beatswave_cf_error {
    display: none;
    color: red!important;
}
.formResultOK .beatswave_cf_error{
    color: green!important;
}
#contact-us #submit{
    height: auto;
}
/*--------------------*/
/* CONTACT US END */
/*--------------------*/

/*--------------------*/
/* FOOTER */
/*--------------------*/
.lc_back_to_top_btn{
    position: fixed;
    display: none;
    right: 80px;
    bottom: 15px;
    color: rgb(171, 46, 186);
    font-size: 50px;
    cursor: pointer;
    z-index: 100;
}
#footer{
    position: relative;
    background-color: rgb(245, 248, 250);
}
#footer .bg_image {
    margin-top: 0px;
    position: absolute;
    background-position: 0% 20%;
}
.footer-overly{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8;
    width: 100%;
    height: 100%;
      background-color: rgb(245, 248, 250);
    opacity: 0.9;
}
#footer .overly{
    background-color: rgba(19, 19, 19, 0.95);
    opacity: 1;
}
.footer{
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0;
    padding-top: 40px;
    padding-bottom: 40px;
}
.footer > div{
    max-width: 340px;
    width: 95%;
    padding: 0;
}
.f-content{
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin: auto;
}
.footer > div:last-child{
    padding-left: 45px;
}
.footer h2{
    font-family: 'Oswald';
    color: #2e2e2e;
    font-size: 20px;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 1px;
}
.footer *{
    color: #6b6b6b;
}
.footer .main_p{
    color: rgb(171, 46, 186);
}
.footer > div:first-child p{
    font-family: 'Open Sans';
    font-size: 14px;
    line-height: 25px;
    margin: 0;
}
.footer .day_num{
    display: block;
    border: none;
    width: auto;
    height: auto;
    margin-bottom: 10px;
}
.footer .day_num > a{
    display:-webkit-box;
    display:-webkit-flex;
    display:-moz-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -webkit-align-items:center;
    -moz-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    text-decoration: none;
}
.footer .day_num span {
    width: 15px;
    font-family: 'Oswald';
    font-size: 24px;
    margin-right: 5px;
    color: rgb(171, 46, 186);
}
.footer .day_num div {
    line-height: 14px;
    margin-right: 20px;
}
.footer .day_num div p{
    font-family: 'Oswald';
    font-size: 14px;
}
.footer .day_num > a > p{
    font-family: 'Open Sans';
    font-size: 14px;
    line-height: 30px;
    margin: 0px;
}
.footer_logo img{
    width: 140px;
}
.footer_logo{
    margin-bottom: 20px;
}
.info p{
    font-family: 'Open Sans';
    font-size: 14px;
    line-height: 30px;
    margin: 0;
}
.widget_beatswave_contact_data h2{
    font-weight: bold;
    font-family: 'Open Sans', sans-serif;
}
.info p a, .lc_widget_contact, .lc_widget_contact span{
    -o-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
    font-family: 'Open Sans';
    font-size: 14px;
    line-height: 30px;
    margin: 0;
}
a:focus, a:hover{
    color: rgb(171, 46, 186);
}
.info p:hover a{
    color: rgb(171, 46, 186);
    text-decoration: none;
    -o-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
}
.folow{
    margin-top: 35px;
}
.folow ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.folow ul li {
    display: inline-block;
}
.folow ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.folow ul li a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    font-size: 21px;
    background-color: #888;
    margin-right: 5px;
    margin-bottom: 5px;
    -o-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
}
.folow ul li a i{
    color:#fff;
    -o-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
}
.folow ul li a:hover{
    background-color:rgb(171, 46, 186);
    text-decoration:none;
    -o-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
}
.folow ul li a:hover i{
    color: #fff;
    -o-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
}
.demo-2-bg.classic .footer .main_p{
    color: #a5a5a5 !important;
}
.footer .day_num *{
    -o-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
}
.footer .day_num:hover *{
    color: rgb(171, 46, 186);
    -o-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
}
.copyright{
    text-align: center;
    padding: 25px 0px;
    border-top: 1px solid #dddddd;
}
.copyright *{
    font-family: 'Open Sans';
    font-size: 12px;
    color: #4b4b4b;
    cursor: auto;
}
.f_1{
    margin:0;
    position: relative;
    z-index: 11;
}
.f_1 .col{
    padding: 0;
}
/*--------------------*/
/* FOOTER END*/
/*--------------------*/

/* =================================================  */
/* HOME PAGE END */
/* =================================================  */


/* =================================================  */
/* MUSIC DISCOGRAPHY */
/* =================================================  */

#page-title{
    position: relative;
    margin-top: 140px;
    margin-bottom: 70px;
}
.title-image img {
    width: 100%;
    opacity: 0.5;
}
.music-discography #page-title{
    margin-bottom: 70px;
}
.title-image img{
    width: 100%;
    opacity: 0.5;
}
.title-image h1{
    text-transform: uppercase;
    font-size: 17vw;
    text-align: center;
    opacity: 0.3;
    line-height: 13vw;
}
.global-title{
    position: absolute;
    z-index: 9;
    top: 20%;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
}
.global-title h1{
    font-family: 'Oswald';
    font-weight: 700;
    font-size: 85px;
    color: #ab2eba;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 4px;
    margin-bottom: 0;
}
#discography{
    padding:0px 15px;
    margin-bottom: 40px;
}
.discography_post_nav:after{
    content: '';
    display: block;
    clear: both;
}
.discography_post_nav{
    max-width:1645px;
    width:90%;
    margin: auto auto 70px auto;
    float:none;
}
.discography_post_nav .text_left{
    float: left;
}
.discography_post_nav .text_right{
    float: right;
}
body.page-template-template-discography .discography_post_nav{
    margin:0;
}
.archive_nav a:hover{
    color:rgb(42, 196, 183);
}
#discography .section > div{
    margin-right: -5px;
    margin-left: -5px;
}
.music-banner{
    padding: 5px;
    overflow: hidden;
}
#discography{
    margin-bottom: 40px;
    overflow: hidden;
}
#discography > .section{
    padding: 0px 50px;
}
#discography .discography-line{
    width: 100%;
    position: relative;
    padding: 0;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
#discography .discography-line > div{
    padding: 0;
}
.discography-line > div:hover .disc-image{
    -webkit-transform: translateX(53%);
    -moz-transform: translateX(53%);
    -ms-transform: translateX(53%);
    -o-transform: translateX(53%);
    transform: translateX(53%);
}
.disc-image{
    position: absolute;
    top: 15px;
    left: 0;
    z-index: 1;
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
    -o-transition: all 0.35s ease-out 0s;
    -moz-transition: all 0.35s ease-out 0s;
    transition: all 0.35s ease-out 0s;
    -webkit-transition: all 0.35s ease-out 0s;
}
.disc-image img{
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.discography_banner{
    overflow: hidden;
    position: relative;
    z-index: 2;
}
.music-discography #discography .section > div{
    margin-right: -5px;
    margin-left: -5px;
}
.music-banner-image {
    background-color: rgb(21, 18, 37);
}
.discography-line > div:nth-child(2) .music-banner-image{
    margin:auto;
}
.discography-line > div:nth-child(2) .disc-image{
    left: 12%;
}
.discography-line > div:nth-child(2) .music-banner-text{
    margin:auto;
}
.discography-line > div:last-child .music-banner-image{
    margin:auto 0 auto auto;
}
.discography-line > div:last-child .music-banner-text{
    margin:auto 0 auto auto;
}
.discography-line > div:last-child .disc-image{
    left: 23%;
}
.music-banner > div {
    position: relative;
    height: 100%;
    overflow: hidden;
}
.discography_banner:hover .music-banner-image img{
    opacity: 0.5;
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    -webkit-transition-delay: .05s;
    -moz-transition-delay: .05s;
    -o-transition-delay: .05s;
    transition-delay: .05s;
    -webkit-transition-duration: .35s;
    -moz-transition-duration: .35s;
    -o-transition-duration: .35s;
    transition-duration: .35s;
}
.music-banner-text{
    text-align: center;
    padding: 0px 0px 50px;
}
.music-banner-image img{
    width: 100%;
    height:100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: -webkit-calc(100% + 50px)!important;
    width: -moz-calc(100% + 50px)!important;
    width: calc(100% + 50px)!important;
    max-width: -webkit-calc(100% + 50px)!important;
    max-width: -moz-calc(100% + 50px)!important;
    max-width: calc(100% + 50px)!important;
    -webkit-transition: opacity .35s,
    -webkit-transform .35s;
    transition: opacity .35s,
    -webkit-transform .35s;
    -o-transition: opacity .35s,
    -o-transform .35s;
    -moz-transition: opacity .35s,
    transform .35s,
    -moz-transform .35s;
    transition: opacity .35s,
    transform .35s;
    transition: opacity .35s,
    transform .35s,
    -webkit-transform .35s,
    -moz-transform .35s,
    -o-transform .35s;
    transition: opacity .35s,transform .35s,
    -webkit-transform .35s;
    -webkit-transform: translate3d(-40px,0,0);
    -moz-transform: translate3d(-40px,0,0);
    transform: translate3d(-40px,0,0);
}
.dis-name{
    display: table-cell;
    vertical-align: middle;
}
.music-banner:hover .music-banner-text{
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    -webkit-transition-delay: .05s;
    -moz-transition-delay: .05s;
    -o-transition-delay: .05s;
    transition-delay: .05s;
    -webkit-transition-duration: .35s;
    -moz-transition-duration: .35s;
    -o-transition-duration: .35s;
    transition-duration: .35s;
    opacity: 1;
    -webkit-transition-delay: .05s;
    transition-delay: .05s;
    -webkit-transition-duration: .35s;
    transition-duration: .35s;
}
.music-banner:hover .music-banner-image{
    opacity: 0.2;
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    -webkit-transition-delay: .05s;
    -moz-transition-delay: .05s;
    -o-transition-delay: .05s;
    transition-delay: .05s;
    -webkit-transition-duration: .35s;
    -moz-transition-duration: .35s;
    -o-transition-duration: .35s;
    transition-duration: .35s;
}
.discography_banner:hover .music-banner-text h2{
    color: rgb(171, 46, 186);
}
.discography_banner:hover .music-banner-text p, .discography_banner:hover .music-banner-text p a{
    color: #333333;
}
.music-banner-text{
    text-align: center;
    padding: 0px 0px 50px;
}
.music-banner-text *{
    color: #2b2b2b;
}
.music-banner-text h2{
    font-family: 'Oswald';
    text-transform: uppercase;
    font-weight: 400;
    font-size: 40px;
    line-height: 45px;
    margin-top: 10px;
    margin-bottom: 5px;
    letter-spacing: 5px;
    -webkit-transition-duration: .35s;
    -moz-transition-duration: .35s;
    -o-transition-duration: .35s;
    transition-duration: .35s;
}
.music-banner-text p{
    margin-bottom: 0;
}
.music-banner-text p a{
    font-family: 'Oswald';
    font-weight: 300;
    font-size: 20px;
    color: #888;
    line-height: 30px;
    text-transform: capitalize;
    margin-bottom: 0px;
    letter-spacing: 1px;
    -webkit-transition-duration: .35s;
    -moz-transition-duration: .35s;
    -o-transition-duration: .35s;
    transition-duration: .35s;
}
.music-banner-link{
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
}
/* =================================================  */
/* MUSIC DISCOGRAPHY END */
/* =================================================  */


/* =================================================  */
/* MUSIC SINGLE ALBUM */
/* =================================================  */
#video-post .youtube{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}
#video-post .youtube img{
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
#discography-post {
    position: relative;
    margin-top: 70px;
    padding-top: 70px;
    padding-bottom: 55px;
    overflow: hidden;
    padding-top: 70px;
}
#discography-post .global-title{
    padding: 85px 0px 165px;
}
#discography-post .global-title h1{
    color:#fff;
}
.discography_banner_background_image{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    height: 100%;
    width: 100%;
}
.discography_banner_background_image img{
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
#discography-post .cover-image{
    padding: 0;
}
#discography-post .cover-image img{
    max-height: 425px;
}
#discography-post .section > .row {
    margin: 0px;
}
#discography-post .col{
    padding: 0px;
}
#discography-post .mp3 .plyr--audio .plyr__controls{
    position: relative!important;
    padding: 0px 55px 0px 18px!important;
    margin: 20px 0px 48px 0px;
}
#discography-post .mp3 .plyr__controls>button:last-of-type{
    top: 2px!important;
    display: block!important;
}
#discography-post .mp3 .plyr .plyr__progress{
    display: block!important;
    margin-left: 105px!important;
    max-width: 410px!important;
}
#discography-post .mp3 .plyr__controls > .plyr__time{
    margin-top: -1px!important;
    display: block!important;
    left: 53px!important;
    font-size: 20px!important;
}
#discography-post .mp3 .plyr__time+.plyr__time{
    margin-top: -3px!important;
    display: block!important;
    position: initial!important;
    margin-left: 20px!important;
    margin-right: 30px!important;
}
#discography-post .mp3 .plyr .plyr__volume{
    margin-top: 3px!important;
    display: block!important;
    max-width: 110px!important;
    margin-right: 20px!important;
}
#discography-post .plyr__volume input[type=range]::-webkit-slider-thumb{
    background: rgb(171, 46, 186) ;
}
#discography-post .plyr__volume input[type=range]::-moz-range-thumb{
    background: rgb(171, 46, 186) ;
}
#discography-post .plyr__volume input[type=range]::-ms-thumb{
    background: rgb(171, 46, 186) ;
}
#discography-post  .j_c{
    padding-bottom: 0px;
}
#discography-post .sec_2_content{
    max-width: 755px;
    padding-right: 45px!important;
}
#discography-post .music{
    max-width: 890px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    padding: 25px 24px 5px 23px;
    background-color: rgba(255, 255, 255, 0.35);
    -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.2);
}
#discography-post .plyr--audio .plyr__controls{
    border-color: transparent!important;
}
#discography-post .plyr__controls>button:last-of-type{
    right: 20px;
}
#discography-post .plyr__controls>button:last-of-type:before{
    font-size: 25px!important;
    right: 495%!important;
    top: 0px!important;
}
#discography-post .plyr--audio .plyr__controls{
    color: #fff;
}
#discography-post .plyr--video .plyr__controls button.tab-focus:focus,
#discography-post .plyr--video .plyr__controls button:hover{
    color:rgb(255, 255, 255);
}
#discography-post .plyr--audio .plyr__controls button.tab-focus:focus,
#discography-post .plyr--audio .plyr__controls button:hover,.plyr__play-large{
    background: rgb(255, 255, 255);
    color: rgb(255, 255, 255);
}
#discography-post .plyr__progress--buffer::-webkit-progress-bar,
#discography-post .plyr__progress--played::-webkit-progress-bar,
#discography-post .plyr__volume--display::-webkit-progress-bar{
    background: rgb(255, 255, 255);
}
#discography-post .plyr input[type=range]::-webkit-slider-thumb{
    background: rgb(255, 255, 255);
}
#discography-post .plyr input[type=range]::-moz-range-thumb{
    background: rgb(255, 255, 255);
}
#discography-post .plyr__volume input[type=range]::-moz-range-thumb{
    background: rgb(255, 255, 255);
}
#discography-post .plyr__volume input[type=range]:active::-moz-range-thumb{
    background: rgb(255, 255, 255);
    border-color:rgb(171, 46, 186)!important;
}
#discography-post  .plyr__volume input[type=range]:active::-ms-thumb{
    background: rgb(255, 255, 255);
    border-color:rgb(171, 46, 186)!important;
}
#discography-post .plyr__volume input[type=range]:active::-webkit-slider-thumb{
    background: rgb(255, 255, 255);
    border-color:rgb(171, 46, 186)!important;
}
#discography-post .plyr__volume input[type=range]::-ms-thumb{
    background: rgb(255, 255, 255);
    border-color:rgb(171, 46, 186);
}
#discography-post .plyr input[type=range]::-ms-fill-lower{
    background: rgb(255, 255, 255);
}
#discography-post .plyr input[type=range]::-ms-thumb{
    background: rgb(255, 255, 255);
}
#discography-post .plyr input[type=range]:active::-webkit-slider-thumb{
    background: rgb(255, 255, 255);
    border-color:rgb(255, 255, 255);
}
#discography-post  .plyr input[type=range]:active::-moz-range-thumb{
    background: rgb(255, 255, 255);
    border-color:rgb(255, 255, 255);
}
#discography-post  .plyr input[type=range]:active::-ms-thumb{
    background: rgb(255, 255, 255);
    border-color:rgb(255, 255, 255);
}
#discography-post .plyr__progress--buffer::-webkit-progress-bar,
#discography-post .plyr__progress--played::-webkit-progress-bar,
#discography-post .plyr__volume--display::-webkit-progress-bar{
    border-color:rgb(255, 255, 255);
}
#discography-post .plyr__progress--played,
#discography-post .plyr__volume--display{
    border-color:rgb(255, 255, 255);
}
#discography-post .plSel,
#discography-post .plSel:hover{
    color:rgb(255, 255, 255);
}
#discography-post a[id^="btn"] {
    color:rgb(255, 255, 255);
}
#discography-post a[id^="btn"]:hover,
#discography-post a[id^="btn"]:active {
    background-color: rgb(255, 255, 255);
    color: rgb(255, 255, 255);
}
#discography-post .plyr--playing .plyr__controls [data-plyr=pause] svg{
    color: rgb(171, 46, 186)!important;
}
#discography-post .plyr--audio .plyr__controls{
    color: rgb(255, 255, 255);
}
#discography-post .plyr__progress--played,#discography-post .plyr__volume--display{
    color: rgb(255, 255, 255);
}
.plyr__volume--display{
    color: #1b1b1b;
}
#discography-post .plyr--audio .plyr__progress--buffer,
#discography-post .plyr--audio .plyr__volume--display {
    background: rgb(255, 255, 255);
}
#discography-post .plyr--audio .plyr__progress--buffer {
    color: rgb(255, 255, 255);
}
#discography-post .plyr--audio .plyr__controls button.tab-focus:focus,
#discography-post .plyr--audio .plyr__controls button:hover,
#discography-post .plyr__play-large{
    background: rgba(0,0,0,.1);
    color: rgb(255, 255, 255);
}
.cover-image{
    padding: 10px 0px 20px;
    margin-bottom: 40px!important;
    background-color: rgb(255, 255, 255);
}
.cover-image img{
    margin: 0px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.music_line{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    margin-bottom: 10px;
}
.music_line .plyr__time{
    float: right!important;
}
.play-pause{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-right: 25px;
}
.player-grig{
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -moz-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    margin: 0px 10px 8px;
    position: relative;
    background-position: 100% bottom;
    background-repeat: repeat-x;
    -webkit-background-size: 16px 2px;
    -moz-background-size: 16px 2px;
    -o-background-size: 16px 2px;
    background-size: 16px 2px;
    background-image: -webkit-radial-gradient(circle closest-side, #fff -webkit-calc(100% - 0.5px), transparent 100%);
    background-image: -moz-radial-gradient(circle closest-side, #fff -moz-calc(100% - 0.5px), transparent 100%);
    background-image: -o-radial-gradient(circle closest-side, #fff calc(100% - 0.5px), transparent 100%);
    background-image: radial-gradient(circle closest-side, #fff calc(100% - 0.5px), transparent 100%);
}
.player-grig svg g{
    fill:#fff;
    -o-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
}
.playlist .music_line:hover .player-grig {
    background-image: -webkit-radial-gradient(circle closest-side, rgb(171, 46, 186) -webkit-calc(100% - 0.5px), transparent 100%);
    background-image: -moz-radial-gradient(circle closest-side, rgb(171, 46, 186) -moz-calc(100% - 0.5px), transparent 100%);
    background-image: -o-radial-gradient(circle closest-side, rgb(171, 46, 186) calc(100% - 0.5px), transparent 100%);
    background-image: radial-gradient(circle closest-side, rgb(171, 46, 186) calc(100% - 0.5px), transparent 100%);
}
.playlist .plyr__time{
    -webkit-box-flex: 0!important;
    -webkit-flex: 0 0 auto!important;
    -moz-box-flex: 0!important;
    -ms-flex: 0 0 auto!important;
    flex: 0 0 auto!important;
}
.music-name{
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}
.play-pause svg{
    width:20px;
    height: 20px;
    cursor:pointer;
}
.play-pause svg polygon,
.play-pause svg path{
    -o-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
}
.play-pause svg:hover polygon,
.play-pause svg:hover path{
    fill:rgb(171, 46, 186);
}
#discography-post .plyr .plyr__volume input[type=range]{
    top: 3px !important
}
body.firefox #discography-post .plyr .plyr__volume input[type=range]{
    top: 0px !important
}
body.firefox .plyr .plyr__volume input[type=range]{
    top: 0px !important
}
.music_line .plyr--audio .plyr__controls {
    padding: 0px 0px 0px 0px!important;
}
.music_line .plyr .plyr__progress,
.music_line .plyr .plyr__volume,
.music_line .plyr__controls>button:last-of-type,
.music_line .plyr__controls > .plyr__time{
    display:none!important;
}
.music_line .plyr__time+.plyr__time{
    display: block!important;
    position: absolute;
    right: 0;
    width: fit-content;
    left: auto!important;
    margin-left: 0;
    margin-right: 0;
    -o-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
}
.playlist .music_line .plyr--audio .plyr__controls{
    background-color: rgba(0, 0, 0, 0)!important;
    border-color: transparent!important;
}
#discography-post .plyr__controls button svg{
    width: 20px!important;
    height: 20px!important;
}
.playlist .music_line > span {
    color: #2b2b2b;
    font-size: 18px;
    line-height: 30px;
    -o-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
}
.playlist-title h2{
    font-family: 'Oswald';
    font-size:40px;
    color: #2b2b2b;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.music_line .plyr__controls button svg{
    -o-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
}
.playlist .music_line:hover .plyr__time+.plyr__time{
    color:rgb(171, 46, 186);
}
.playlist .music_line:hover > span,.playlist .music_line:hover .plyr__controls button svg{
    color:rgb(171, 46, 186);
}
.playlist .music_line:hover .plyr__time:after{
    color:rgb(171, 46, 186);
}
.playlist .music_line:hover .player-grig:after{
    opacity: 0;
}
.playlist .music_line:hover .player-grig:before{
    opacity: 1;
}
.playlist .music_line:hover .player-grig{
    background-image: -webkit-radial-gradient(circle closest-side, rgb(171, 46, 186) -webkit-calc(100% - 0.5px), transparent 100%);
    background-image: -moz-radial-gradient(circle closest-side, rgb(171, 46, 186) -moz-calc(100% - 0.5px), transparent 100%);
    background-image: -o-radial-gradient(circle closest-side, rgb(171, 46, 186) calc(100% - 0.5px), transparent 100%);
    background-image: radial-gradient(circle closest-side, rgb(171, 46, 186) calc(100% - 0.5px), transparent 100%);
}
.playlist .music_line:hover .play-pause svg polygon,
.playlist .music_line:hover .play-pause svg path{
    fill:rgb(171, 46, 186);
}
.playlist{
    margin-top: 50px;
}
.playlist-title{
    margin-bottom: 30px;
}
.playlist .plyr__controls button {
    padding:0px!important;
}
.music_date{
    margin-bottom: 0px!important;
}
.music_date i{
    width: 20px;
    margin-bottom: 0;
    font-size: 18px;
}
.music_date p{
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 8px;
}
.music_date span{
    margin-left: 8px;
}
.music_date *{
    font-size: 18px;
    color: #fff;
    -o-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
}
.music_date a{
    display:block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-bottom: 0;
}
.music_date a:hover *{
    color: rgb(171, 46, 186);
}
.music_after{
    margin-bottom: 16px!important;
}
.music_after p{
    color: #fff;
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 8px;
}
.music_after a{
    color: #999;
    -o-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
}
.music_after a:hover{
    color: rgb(171, 46, 186);
}
.music_shop{
    margin-bottom: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.shop_cta{
    font-family: 'Oswald';
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 15px;
    color: #fff;
    border: 1px solid #fff;
    width: 127px;
    height: 50px;
    margin: 0;
    padding-top: 1px;
    border-radius: 8px;
    -o-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
    margin-right: 15px;
    margin-bottom: 15px!important;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.shop_cta{
    border-color:rgb(255, 255, 255);
}
.shop_cta:hover{
    background-color: rgb(171, 46, 186);
    border-color:rgb(171, 46, 186);
    color:#fff;
}
.discography_description p{
    margin-bottom:0px;
}
.discography_description *{
    font-size: 18px;
    line-height: 30px;
    color: #4b4b4b;
}
#discography-text{
    margin-top: 70px;
}
.social-icons{
    padding-top: 30px;
    border-top: 1px solid #dddddd;
    margin-bottom: 70px;
    margin-top: 30px;
}
.social-icons > span{
    font-family: 'Oswald';
    font-size: 16px;
    color:#4b4b4b;
    text-transform: uppercase;
    margin-right: 15px;
    letter-spacing: 3px;
}
.social-icons a{
    font-size:18px;
    color: #4b4b4b;
    margin-right: 15px;
    -o-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
}
.social-icons a:hover {
    color: rgb(171, 46, 186);
}
/* =================================================  */
/* MUSIC SINGLE ALBUM END */
/* =================================================  */


/* =================================================  */
/* ALL EVENTS*/
/* =================================================  */


#on-tour.all-events{
    padding-bottom: 70px;
}
.all-events .row.ticket:hover *{
    color: rgb(171, 46, 186);
}
.all-events .buy a{
    color: rgb(171, 46, 186)!important;
    border-color: rgb(171, 46, 186);
}
.all-events .day_num span{
    color: #ab2eba;
}
.all-events#on-tour .overly{
    background-image: -webkit-gradient(linear,left top, left bottom,from(rgb(27, 27, 27)), color-stop(rgb(100, 21, 34)), to(rgb(0, 0, 0)));
    background-image: -webkit-linear-gradient(top,rgb(27, 27, 27), rgb(100, 21, 34), rgb(0, 0, 0));
    background-image: -moz-linear-gradient(top,rgb(27, 27, 27), rgb(100, 21, 34), rgb(0, 0, 0));
    background-image: -o-linear-gradient(top,rgb(27, 27, 27), rgb(100, 21, 34), rgb(0, 0, 0));
    background-image: linear-gradient(180deg,rgb(27, 27, 27), rgb(100, 21, 34), rgb(0, 0, 0));

}
.all-events #on-tour .section_bg_image{
    background-size: cover;
}
.all-events .ticket *{
    color: #4b4b4b;
    border-color: #ab2eba;
}
/* =================================================  */
/* ALL EVENTS END */
/* =================================================  */


/* =================================================  */
/* SINGLE EVENTS */
/* =================================================  */

.slider-info{
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
#events-banner .row{
    margin:0px;
}
#events-banner .events_date a:hover{
    color: #2b2b2b;
}
#events-banner .col{
    padding:0px;
}
.events-slider{
    width: 29%;
    height: 545px;
}
.events-slider img{
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.events-info{
    width: 68%;
    padding-left: 5px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
}
.events-slider .carousel-item img{
    width: auto;
    height:100%;
    -o-object-fit: contain;
    object-fit: contain;
}
.events_date *{
    font-size:30px;
    color: #2b2b2b;
}
.events_date p{
    line-height: 30px;
    margin-bottom: 10px;
}
.events_date i{
    width: 33px;
    margin-right:15px;
    text-align: center;
}
.event-tickets a{
    font-family: 'Oswald';
    font-size: 18px;
    border: 1px solid rgb(171, 46, 186);
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 3px;
    -o-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    margin-top: 10px;
}
.event-tickets a:hover{
    color: #fff;
}
.event-tickets{
    margin-top: 55px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.event-tickets a{
    font-family: 'Oswald';
    font-size: 18px;
    text-transform: uppercase;
    color: #4b4b4b;
    letter-spacing: 3px;
    padding: 30px 65px 28px;
    border: 1px solid rgb(171, 46, 186);
    border-radius: 50px;
    -o-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
}
.event-tickets a:first-child{
    margin-right: 35px;
    color:#fff;
    background-color: rgb(171, 46, 186);
}
.event-tickets a:hover:first-child{
    border-color: rgb(171, 46, 186);
    background-color: rgb(171, 46, 186);
}
.event-tickets a:hover:last-child{
    background-color: rgb(171, 46, 186);
    border-color: rgb(171, 46, 186);
    color:#fff;
}
#text-and-video .row{
    margin: 0;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
#text-and-video .row > div{
    padding: 0px;
}
#text-and-video .row > div:first-child{
    margin-right: 35px;
    max-width: 765px;
    -webkit-box-flex: initial;
    -webkit-flex: initial;
    -moz-box-flex: initial;
    -ms-flex: initial;
    flex: initial;
}
.single-events-text{
    margin-top: -10px;
}
.single-events-text p{
    font-size: 18px;
    line-height: 30px;
    color: #4b4b4b;
    margin-bottom: 35px;
}
#text-and-video .row > div:last-child{
    max-width: 845px;
    -webkit-box-flex: initial;
    -webkit-flex: initial;
    -moz-box-flex: initial;
    -ms-flex: initial;
    flex: initial;
}
.event-text{
    margin-top: 73px;
}
.event-text .social-icons{
    padding-top: 5px;
    padding-left: 0;
    margin-bottom: 0;
    margin-top: 0;
    border-top: none;
}
#text-and-video{
    background-color: rgb(16, 22, 23);
    z-index: 2;
    position: relative;
    margin-top: 70px;
    padding: 140px 0px 70px;
}
#text-and-video .embed-responsive{
    max-width: 1360px;
    width:90%;
    margin: auto;
}
#text-and-video .youtube{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}
#text-and-video .embed-responsive iframe{
    height:100%;
}
#text-and-video .youtube img{
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
#text-and-video .social-icons{
    margin-top:55px;
    padding-left: 0;
    margin-bottom: 0;
    border-color: rgb(49, 54, 55);
}
#events-banner{
    position: relative;
    overflow: hidden;
}
.background-map{
    width: 100%;
    position: absolute;
    z-index:3;
    top: 25%;
    left: 0;
}
#map{
    position: relative;
       margin-top: 140px;
}
#map iframe{
    width:100%;
    height: 405px;
    border:none;
    margin-bottom: -6px;
}
.background-map .overly-1{
    opacity: 1;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
    cursor: pointer;
}
#custom-single #commentform textarea{
    border-radius: 0;
    height: 295px;
    color: white;
    text-transform: capitalize;
}
#custom-single #commentform{
    margin-bottom: 70px;
}
#custom-single .form{
    margin-top: 75px;
}
#custom-single .form .btn-primary {
    border-color: rgb(42, 196, 183);
    padding: 20px 38px 20px;
    text-transform: uppercase;
}
/* =================================================  */
/* SINGLE EVENTS END */
/* =================================================  */


/* =================================================  */
/* VIDEOS */
/* =================================================  */
.videos #page-title{
    margin-bottom: 0px;
}
#videos{
    position: relative;
}
#videos .embed-responsive{
    height:290px;
    background-color: rgb(0, 0, 0);
}
#videos .embed-responsive .youtube{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    -o-object-fit: cover;
    object-fit: cover;
}
#videos .embed-responsive .youtube img{
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
}
#videos .youtube .play{
    background-image: url(../images/play-video.png);
    width: 100px;
    height: 100px;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0;
    -o-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
}
#videos .youtube:hover img{
    opacity: 0.6;
}
#videos .youtube:hover .play{
    opacity: 1;
}
#videos .video-img-banner{
    position: relative;
    height: 290px;
}
#videos .video-img-banner img{
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
}
#videos .video-img-banner .play{
    width: 100px;
    height: 100px;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0;
    -o-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 9;
}
#videos .w-100:hover .play{
    opacity: 1;
}
#videos .video-img-banner .play svg{
    width: 100%;
    height: 100%;
}
#videos .w-100:hover img{
    opacity: 0.6;
}
#videos .w-100:hover .play{
    opacity: 1;
}
.video-banner-name {
    font-family: 'Oswald';
}
.video-banner-name h2{
    font-family: "Oswald";
    color: #2b2b2b;
    font-weight: 400;
    font-size: 30px;
    margin-top: 10px;
    margin-bottom: 5px;
    letter-spacing: 2px;
    text-transform: uppercase;
    -o-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
}
#videos .w-100:hover .video-banner-name h2{
    color: rgb(171, 46, 186);
}
.video-banner-name p{
    color: #888;
    font-size: 18px;
    line-height: 30px;
    font-weight: 300;
}
.video-block {
    margin-bottom: 70px;
}
/* =================================================  */
/* VIDEOS END */
/* =================================================  */


/* =================================================  */
/* SINGLE VIDEOS */
/* =================================================  */

.single-video #discography-text {
    margin-top: 70px;
}
.single-video #video-post{
    margin-top:0px;
}
/* =================================================  */
/* SINGLE VIDEOS END */
/* =================================================  */


/* =================================================  */
/* GALLERY-PHOTOGALLERY */
/* =================================================  */

#discography.gallery-photogallery{
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 0;
}
#discography.gallery-photogallery .grid-item{
    width: 33.3333%;
    height: 635px;
    overflow: hidden;
}
#discography.gallery-photogallery .grid-item:nth-child(2){
    width: 66.6666%!important;
    height: 635px!important;
}
#discography.gallery-photogallery  .grid-item:nth-child(5n+1){
    height: calc(635px * 2)!important;
}
#discography.gallery-photogallery .music-banner-text{
    display: table;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0;
}
#discography.gallery-photogallery .music-banner-text .overly{
    position: absolute;
    opacity: 0;
    -webkit-transition-delay: .05s;
    -moz-transition-delay: .05s;
    -o-transition-delay: .05s;
    transition-delay: .05s;
    -webkit-transition-duration: .35s;
    -moz-transition-duration: .35s;
    -o-transition-duration: .35s;
    transition-duration: .35s;
    -webkit-transition-delay: .05s;
    transition-delay: .05s;
    -webkit-transition-duration: .35s;
    transition-duration: .35s;
}
#discography.gallery-photogallery .music-banner-text .dis-name{
    position: relative;
    display: table-cell;
    vertical-align: middle;
    margin: auto;
    z-index: 9;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    text-align: center;
    opacity: 0;
    -webkit-transition: opacity .2s,-webkit-transform .35s;
    transition: opacity .2s,-webkit-transform .35s;
    -o-transition: opacity .2s,-o-transform .35s;
    -moz-transition: opacity .2s,transform .35s,-moz-transform .35s;
    transition: opacity .2s,transform .35s;
    transition: opacity .2s,transform .35s,-webkit-transform .35s,-moz-transform .35s,-o-transform .35s;
    transition: opacity .2s,transform .35s,-webkit-transform .35s;
    -webkit-transform: translate3d(0,40px,0);
    -moz-transform: translate3d(0,40px,0);
    transform: translate3d(0,40px,0);
    -webkit-transition-delay: .05s;
    -moz-transition-delay: .05s;
    -o-transition-delay: .05s;
    transition-delay: .05s;
    -webkit-transition-duration: .35s;
    -moz-transition-duration: .35s;
    -o-transition-duration: .35s;
    transition-duration: .35s;
}
#discography.gallery-photogallery a.img_link img{
    width: -webkit-calc(100% + 50px)!important;
    width: -moz-calc(100% + 50px)!important;
    width: calc(100% + 50px)!important;
    max-width: -webkit-calc(100% + 50px)!important;
    max-width: -moz-calc(100% + 50px)!important;
    max-width: calc(100% + 50px)!important;
    -webkit-transition: opacity .35s,
    -webkit-transform .35s;
    transition: opacity .35s,
    -webkit-transform .35s;
    -o-transition: opacity .35s,
    -o-transform .35s;
    -moz-transition: opacity .35s,
    transform .35s,
    -moz-transform .35s;
    transition: opacity .35s,
    transform .35s;
    transition: opacity .35s,
    transform .35s,
    -webkit-transform .35s,
    -moz-transform .35s,
    -o-transform .35s;
    transition: opacity .35s,transform .35s,
    -webkit-transform .35s;
    -webkit-transform: translate3d(-40px,0,0);
    -moz-transform: translate3d(-40px,0,0);
    transform: translate3d(-40px,0,0);
}
#discography.gallery-photogallery .grid-item:hover .dis-name{
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    -webkit-transition-delay: .05s;
    -moz-transition-delay: .05s;
    -o-transition-delay: .05s;
    transition-delay: .05s;
    -webkit-transition-duration: .35s;
    -moz-transition-duration: .35s;
    -o-transition-duration: .35s;
    transition-duration: .35s;
    opacity: 1;
    -webkit-transition-delay: .05s;
    transition-delay: .05s;
    -webkit-transition-duration: .35s;
    transition-duration: .35s;
}
#discography.gallery-photogallery .grid-item:hover .overly{
    opacity: 0.7;
    -webkit-transition-delay: .05s;
    -moz-transition-delay: .05s;
    -o-transition-delay: .05s;
    transition-delay: .05s;
    -webkit-transition-duration: .35s;
    -moz-transition-duration: .35s;
    -o-transition-duration: .35s;
    transition-duration: .35s;
    -webkit-transition-delay: .05s;
    transition-delay: .05s;
    -webkit-transition-duration: .35s;
    transition-duration: .35s;
}
#discography.gallery-photogallery .grid-item:hover img{
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    -webkit-transition-delay: .05s;
    -moz-transition-delay: .05s;
    -o-transition-delay: .05s;
    transition-delay: .05s;
    -webkit-transition-duration: .35s;
    -moz-transition-duration: .35s;
    -o-transition-duration: .35s;
    transition-duration: .35s;
}
#discography.gallery-photogallery  > .row{
    margin: 0;
}
#discography.gallery-photogallery .music-banner{
    padding:0px;
}
#discography.gallery-photogallery .dis-name h2{
    font-family: 'Oswald';
    font-size: 40px;
    font-weight: 400;
    line-height: 45px;
    color:#fff;
    margin-top: 0px;
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 5px;
}
#discography.gallery-photogallery .dis-name p{
    font-family: 'Open Sans';
    color: #fff;
    font-size: 20px;
    line-height: 30px;
    font-weight: 300;
    letter-spacing: 1px;
    text-transform: capitalize;
}
#discography.gallery-photogallery .music-banner > div{
    background-color: transparent!important;
}
.gallery-photogallery .music-banner-text h2{
    font-size: 40px;
}
.gallery-photogallery .music-banner-text p{
    font-size: 20px;
    line-height: 30px;
}
/* =================================================  */
/* GALLERY-PHOTOGALLERY END */
/* =================================================  */

/* =================================================  */
/* SINGLE GALLERY */
/* =================================================  */

#single-gallery .grid-item{
    height: 800px;
    width: 33.3333%;
    background-image: -webkit-gradient(linear, right top, left top, from(rgb(171, 46, 186)), to(#17f1ff));
    background-image: -webkit-linear-gradient(right, rgb(171, 46, 186), #17f1ff);
    background-image: -moz-linear-gradient(right, rgb(171, 46, 186), #17f1ff);
    background-image: -o-linear-gradient(right, rgb(171, 46, 186), #17f1ff);
    background-image: linear-gradient(-90deg, rgb(171, 46, 186), #17f1ff);

}
#single-gallery .grid-item:hover img{
    opacity: 0.5;
}
#single-gallery .grid-item:nth-child(6n+1),
#single-gallery .grid-item:nth-child(5n+1){
     width:66.6666%;
    height: 400px;
}
#single-gallery .grid-item:nth-child(9n+1){
    width:66.6666%;
}
#single-gallery .grid-item img{
    width:100%;
    height:100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
}
.sm-title{
    margin-bottom: 70px;
}
.sm-title h2{
    font-family: 'Oswald';
    color: #2b2b2b;
    font-size: 30px;
    line-height: 30px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 400;
}
.sm-section .discography_description p{
    font-size: 16px;
    line-height: 30px;
}
.sm-section .social-icons{
    padding-top: 30px;
    padding-left: 0px;
    margin-bottom: 0px;
    padding-bottom: 70px;
    text-align: center;
}
.sm-section .social-icons a:hover{
    color: rgb(171, 46, 186);
}
/* =================================================  */
/* SINGLE GALLERY END */
/* =================================================  */


/* =================================================  */
/* BLOG GRID */
/* =================================================  */

#blog-grid-gallery{
    padding-bottom:41px;
}
#blog-grid-gallery .section{
    max-width: 1685px;
    overflow: hidden;
}
.grid-gallery ul {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
}
.grid-gallery figure img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.grid-gallery figcaption h3 {
    font-family: 'Oswald';
    font-weight: 400;
    font-size: 30px;
    line-height: 30px;
    color:#ab2eba;
    margin-bottom: 15px;
    text-transform: capitalize;
}
.grid-gallery figcaption .post-publish-date{
    font-family: 'Open Sans';
    font-size: 16px;
    text-transform: capitalize;
    color: #888;
    font-style: italic;
}
.grid-gallery figcaption p {
    font-family: 'Open Sans';
    font-size: 18px;
    line-height: 30px;
    color: #6b6b6b;
    margin-bottom: 0;
    margin-top: 10px;
}
.grid li {
    width: 33.333%;
    padding:0px 20px 40px 20px;
    float: left;
    cursor: pointer;
}
.grid li.grid-sizer{
    padding:0px;
}
.grid figure {
    margin:0px;
}
.grid li:hover figcaption *{
    -o-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
}
.grid li:hover figcaption h3{
    color: #fff!important;
}
.grid li:hover figcaption p{
    color: #cacaca;
}
.grid li:hover figcaption span{
    color: #fff!important;
}
.grid li:hover figcaption{
    background-color: #ab2eba;
}
.grid figcaption {
    background-color: rgb(245, 248, 250);
    padding: 35px 45px 45px;
    -o-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
}
.grid li:nth-of-type(2) .blog-grid-image,
.grid li:nth-of-type(4) .blog-grid-image,
.grid li:nth-of-type(5) .blog-grid-image,
.grid li:nth-of-type(6) .blog-grid-image,
.grid li:nth-of-type(7) .blog-grid-image,
.grid li:nth-of-type(10) .blog-grid-image{
    height: 330px;
}
.grid li:nth-of-type(3) .blog-grid-image,
.grid li:nth-of-type(8) .blog-grid-image,
.grid li:nth-of-type(9) .blog-grid-image{
    height: 520px;
}
/* =================================================  */
/* BLOG GRID END */
/* =================================================  */


/* =================================================  */
/* BLOG SINGLE POST*/
/* =================================================  */
#footer_sidebar2 > div{
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin: auto;
}
.widget_recent_entries{
    margin-top: 46px;
}
.widget_beatswave_next_events{
    margin-top: 0px;
}
.blog-content #commentform textarea{
    border-radius: 0;
    height: 295px;
    color: white;
    text-transform: capitalize;
}
.blog-content input#author, .blog-content input#email{
    border-radius: 0;
    height: 55px;
    color: white;
    text-transform: capitalize;
}
.featured-image{
    position: relative;
    height: 540px;
    margin-bottom: 40px;
}
.featured-overly{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 9;
    opacity: 0.3;
    background-image: radial-gradient( rgba(40, 59, 94, 0.43137254901960786), rgb(40, 59, 94) );
}
.featured-image img{
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 0 40%;
    object-position: 0 40%;
}
.post-text{
    text-align: center;
}
.post-category{
    font-family: 'Open Sans';
    font-size: 16px;
    color:#4b4b4b;
}
.post-category a{
    color: inherit;
    text-decoration: none;
}
.post-category a:hover,.post-by a:hover{
    color: rgb(171, 46, 186);
}
.post-heading h2{
    font-family:'Oswald';
    font-weight: 700;
    font-size: 40px;
    line-height: 30px;
    color: #ab2eba;
    margin: 20px 0px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.post-by{
    font-family: 'Open Sans';
    font-style: italic;
}
.post-by *{
    font-size: 14px;
    color: #4b4b4b;
    letter-spacing: 1px;
}
.post-by i{
    margin-right: 13px;
}
.post-text p{
    font-size: 18px;
    line-height: 30px;
    color: #4b4b4b;
    margin-top: 40px;
    letter-spacing: 0.02px;
    text-align: left;
    letter-spacing: .02px;
    margin-top: 60px;
}
p.post-quote{
    position: relative;
    width: 100%;
    float: none;
    margin: 60px auto 60px;
    padding: 0px 50px;
    font-style: italic;
    color: rgb(80, 56, 116);
}
p.post-quote:after{
    content: '';
    display: block;
    width: 32px;
    height: 30px;
    position: absolute;
    background-image: url(../images/quote-2-demo-4.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50%;
    top: -7px;
    right: 0%;
}
p.post-quote:before{
    content: '';
    display: block;
    width: 32px;
    height: 30px;
    position: absolute;
    background-image: url(../images/quote-1-demo-4.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50%;
    top: -7px;
    left: 0%;
}
p.p-white{
    color: #fff;
}
.post-share{
    margin-top: 30px;
    text-align: left;
}
.post-share span{
    font-family: 'Oswald';
    font-size: 16px;
    color: #2b2b2b;
    margin-right: 15px;
    letter-spacing: 3px;
}
.post-share a{
    font-size: 18px;
    color: #888;
    margin-right: 15px;
    -o-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
}
.post-share a:hover{
    color:rgb(171, 46, 186);
}
.author-form-group{
    position:relative;
    margin-top: 65px;
    padding: 70px 0px;
}
#respond #reply-title{
    font-family: 'Oswald';
    font-size: 24px;
    color: #fff;
    margin-bottom: 30px;
    font-weight: 300;
    letter-spacing: 3px;
}
#respond #reply-title *{
    color: #c5c5c5;
}
.post-author:after {
    content: '';
    display: block;
    clear: both;
}
.post-author{
    max-width: 75%;
    clear: both;
}
.author-info:after{
    content: '';
    display: block;
    clear: both;
}
.author-image{
    width:60px;
    height: 60px;
    float: left;
    margin-bottom: 5px;
    background-color: rgb(204, 204, 204);
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    overflow: hidden;
}
.author-image img{
    width: 100%;
    height: 100%;
    border-radius: 50%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 0 10%;
    object-position: 0 10%;
}
.author-image img.no-pic{
    width: 60%;
    height: 60%;
    -o-object-fit: contain;
    object-fit: contain;
}
.author-name-date{
    float: left;
    margin-left: 10px;
    margin-top: 5px;
}
.comment_author_details a, .logged-in-as a{
    color: #424242;
}
.comment-form-rating{
    display: none;
}
.woocommerce-Reviews .comment-form-rating{
    display: block;
}
.author-info em{
    display: block;
    clear: both;
    font-size: 16px;
    color: #fff;
}
.author-description{
    margin-top: 6px;
    clear: both;
}
.author-name-date p:nth-of-type(1), .author-name-date p:nth-of-type(1) a{
    font-size: 18px;
    line-height: 30px;
    text-transform: uppercase;
    color:#fff;
    margin-bottom: 2px;
}
.author-name-date p:nth-of-type(2){
    font-size: 16px;
    color: #c5c5c5;
    margin-bottom: 0px;
    font-style: italic;
}
.author-description p{
    font-size: 18px;
    line-height: 30px;
    color: #ddd;
}
.reply{
    float: right;
    margin-top: 0px;
    margin-bottom: 70px;
    font-size: 18px;
    color:#ffffff;
    cursor: pointer;
    -o-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
}
#sidebar a:hover{
    color:rgb(171, 46, 186);
}
#sidebar abbr{
    text-decoration: none;
}
#sidebar > ul >  li{
    padding: 0;
}
#sidebar li{
    font-size: 16px;
    line-height: 30px;
    color: #656565;
    text-transform: capitalize;
    padding: 3px 0px;
}
#sidebar .post-date{
    font-size: 14px;
    font-style: italic;
}
.p-categories > a:last-child,
.p-recent-posts a:last-child{
    border-bottom:none!important;
}
.p-recent-posts a{
    -webkit-box-pack: unset!important;
    -webkit-justify-content: unset!important;
    -moz-box-pack: unset!important;
    -ms-flex-pack: unset!important;
    justify-content: unset!important;
}
#recentcomments a{
    border-bottom:none;
}
#recentcomments > li{
    padding: 5px 0px;
}
#recentcomments > li:last-child{
    border-bottom: none;
}
@media (max-width: 1380px) {
    #sidebar h3{
        font-size: 20px;
        line-height: 28px;
    }
    #sidebar li {
        font-size: 15px;
        line-height: 28px;
    }
    #sidebar .post-date{
        font-size: 13px;
    }
}
@media (max-width: 1180px){
    #sidebar h3{
        font-size: 18px;
        line-height: 26px;
    }
    #sidebar li {
        font-size: 12px;
        line-height: 26px;
    }
    #sidebar .post-date {
        font-size: 11px;
    }
}
@media (max-width: 767px){
    .folow ul{
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    #sidebar h3{
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 0px;
    }
    #sidebar li {
        font-size: 12px;
        line-height: 22px;
    }
}
#sidebar ul li ul > li:last-child a{
    border-bottom: none;
}
.reply:hover{
    color:rgb(171, 46, 186);
}
.reply i{
    margin-left: 10px;
    -o-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
}
.reply a{
    color: inherit;
}
#blog-post .form{
    clear: both;
    margin-top: 70px;
}
#blog-post .form h2{
    font-family: 'Oswald';
    font-size: 24px;
    text-align: left;
    color: #fff;
    margin-bottom: 30px;
    font-weight: 300;
    letter-spacing: 3px;
}
#comments ul.children{
    padding-left: 50px;
}
#blog-post #reply-title{
    font-family: 'Oswald';
    font-size: 24px;
    text-align: left;
    color: #eee;
    margin-bottom: 30px;
    font-weight: 300;
    letter-spacing: 3px;
}
#blog-post.woocommerce-Reviews #reply-title{
    text-align: left;
    text-transform: uppercase;
}
#blog-post #reply-title a{
    color: #919da6;
    font-family: 'Oswald';
    font-size: 30px;;
}
#blog-post .form .btn-primary{
    border-color:#fff;
    padding: 15px 62px 15px;
}
#blog-post .form .btn-primary:hover{
    border-color:rgb(171, 46, 186);
}
.blog-content > div.post-content{
    padding: 0px;
}
.blog-content > div.sitebar{
    padding-top: 15px;
    padding-left: 50px;
    padding-right: 0px;
}
.blog-search form{
    height: 55px;
    border-top: 1px solid #c6c6c6;
    border-left: 1px solid #c6c6c6;
    border-bottom: 1px solid #c6c6c6;
}
.blog-search form input{
    font-family: 'Oswald';
    text-transform: capitalize;
    margin-right: 0px!important;
    width: 85%!important;
    height: 100%;
    border:none;
    padding-left:20px;
    padding-top: 3px;
    padding-bottom: 0;
    background-color: rgb(255, 255, 255);
    color: initial;
    border-radius: 0;
}
.blog-search form input:focus{
    outline: none;
}
.blog-search form button:focus{
    outline: none;
}
.blog-search form button{
    width: 15%;
    height: 100%;
    cursor: pointer;
    border: none;
    background-color: rgb(171, 46, 186);
    border-radius: 0;
}
.blog-search form button i{
    font-size:20px;
    color:#fff;
}
.blog-search form input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    font-family: 'Oswald';
    color: #000;
    font-size: 16px;
    text-transform: capitalize;
}
.blog-search form input::-moz-placeholder { /* Firefox 19+ */
    font-family: 'Oswald';
    color: #000;
    font-size: 16px;
    text-transform: capitalize;
}
.blog-search form input:-ms-input-placeholder { /* IE 10+ */
    font-family: 'Oswald';
    color: #000;
    font-size: 16px;
    text-transform: capitalize;
}
.blog-search form input:-moz-placeholder { /* Firefox 18- */
    font-family: 'Oswald';
    color: #000;
    font-size: 16px;
    text-transform: capitalize;
}
.blog-categories,
.widget_recent_comments, .widget_archive,
.widget_categories, .widget_meta{
    margin-top: 46px;
}
.widget_meta{
    margin-bottom: 46px;
}
.blog-categories h3,.blog-recent-post h3, .widgettitle{
    font-family: 'Oswald';
    font-size: 24px;
    line-height: 30px;
    text-align: left;
    color: #2b2b2b;
    letter-spacing: 2px;
    margin-bottom: 25px;
    font-weight: 400;
    text-transform: uppercase;
}
.categories-line{
    font-size: 16px;
    line-height: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: #4b4b4b;
    text-transform: capitalize;
    padding: 3px 0px;
    border-bottom: 1px solid #373737;
}
.categories-line:hover{
    color: rgb(171, 46, 186);
}
.p-categories > a.categories-line:last-child{
    border: none;
}
.blog-recent-post{
    margin-top:30px;
}
.resent-posts-line {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding: 5px 0px 5px;
    border-bottom: 1px solid #414141;
}
.resent-posts-line:after{
    content: '';
    display: block;
    clear: both;
}
.resent-posts-line:hover .recent-post-name h3{
    color: rgb(171, 46, 186);
}
.recent-post-image{
    width: 90px;
    height: 70px;
    margin-right: 10px;
}
.recent-post-image img{
    width: 90px;
    height: 70px;
    object-fit: cover;
    -o-object-fit: cover;
}
.recent-post-name{
    position: relative;
    display: -ms-grid;
    display: grid;
}
.recent-post-name h3{
    font-family: 'Open Sans';
    font-size: 16px;
    color: #4b4b4b;
    line-height: 22px;
    text-transform: capitalize;
    letter-spacing: 1px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    -o-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
}
.recent-post-name span{
    font-family: 'Open Sans';
    font-size: 14px;
    color: #888;
    font-style: italic;
    text-transform: capitalize;
    letter-spacing: 1px;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    -o-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
}
.p-recent-posts > a.resent-posts-line:last-child{
    border: none;
}
/* =================================================  */
/* BLOG SINGLE POST END */
/* =================================================  */

/* =================================================  */
/* BLOG STANDARD */
/* =================================================  */

#standard-blog{
    position: relative;
}
#standard-blog .see-more{
    margin-bottom: 8px;
}
#standard-blog .blog-content {
    padding-bottom: 94px;
    margin-bottom: 0;
}
#standard-blog .blog-content > div.sitebar{
    padding-top: 0px;
}
@media(min-width:901px){
    #standard-blog .post-content > .standard-post-item:last-child{
        margin-bottom: 28px;
    }
}
.standard-post-item{
    margin-bottom: 118px;
}
.standard-blog-title h2{
    -o-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
}
.standard-blog-title:hover h2{
    color: #513c71!important;
}
.post-category{
    -o-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
}
.categories-name:hover span{
    color: rgb(171, 46, 186);
}
.categories-name:hover{
    color: rgb(171, 46, 186);
}
.post-cta{
    text-align:center;
    margin-top: 64px;
}
.post-cta a{
    font-family: 'Oswald';
    font-size: 15px;
    color: rgb(171, 46, 186);
    border: 1px solid rgb(171, 46, 186);
    border-radius: 50px;
    padding: 15px 40px 15px 40px;
}
.post-cta a:hover{
    background-color: rgb(171, 46, 186);
    border-color: rgb(171, 46, 186);
    color:#fff!important;
}
.btn-outline-success:hover{
    background-color: rgb(33, 33, 33);
    border-color: transparent;
}
.btn-outline-success:not(:disabled):not(.disabled):active,
.btn-outline-success:not(:disabled):not(.disabled).active,
.show > .btn-outline-success.dropdown-toggle{
    background-color: rgb(33, 33, 33);
    border-color: transparent;
}
.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-success.dropdown-toggle:focus{
    box-shadow: none;
}
.btn-outline-success:focus, .btn-outline-success.focus{
    box-shadow: none;
}
/* =================================================  */
/* BLOG STANDARD END */
/* =================================================  */

/* =================================================  */
/* BLOG MANSORY */
/* =================================================  */

#blog-mansory-section .grid-item.active{
    background-color: #fff;
    -o-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
}
#blog-mansory-section .grid-item.active .g_t{
    opacity: 0.5;
    -o-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
}
#blog-mansory-section .grid-item.active .grid-item-img img{
    opacity: 0.5;
    -o-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
}
.grid:after {
    display: block;
    content: '';
    clear: both;
}
.grid-sizer{
    width: 33.33333333%;
}
.grid-item {
    width:100%;
}
.grid-item--width1{
    width:100%;
    height: 720px;
}
.grid-item--width2 {
    width: 33.33333333%;
    height: 1440px;
}
.grid-item--width3 {
    width: 66.666666%;
    height: 720px;
}
.grid-item--width4 {
    width: 66.7%;
    height: 720px;
}
.grid-item-img{
    position: relative;
    height: 100%;
    float: left;
    background-color: rgba(27, 27, 27, 0.5);
}
.grid-item-img img{
    width: 100%!important;
    height: 100%;
    position: absolute;
    z-index: 8;
    top: 0;
    left: 0;
    object-fit: cover;
    -o-object-fit: cover;
}
.grid-item-content{
    display: table;
    position: relative;
    height: 100%;
    float: left;
    background-color: rgb(245, 248, 250);
    -o-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
}
.grid-item-content:after{
    content:'';
    display:block;
    width: 0;
    height: 0;
    position: absolute;
    z-index: 9;
    -o-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
}
.grid-item--width1 .grid-item-content:after,
.grid-item--width4 .grid-item-content:after{
    border-top: 15px solid transparent;
    border-right: 15px solid rgb(245, 248, 250);
    border-bottom: 15px solid transparent;
    top: 47.5%;
    left: -14px;
}
.grid-item--width1:hover .grid-item-content:after,
.grid-item--width4:hover .grid-item-content:after{
    border-right-color: rgb(171, 46, 186);
}
.grid-item--width2 .grid-item-content:after{
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid rgb(245, 248, 250);
    top: -14px;
    left: 47.5%;
}
.grid-item--width2:hover .grid-item-content:after{
    border-bottom-color: rgb(171, 46, 186);
}
.grid-item--width3 .grid-item-content:after{
    border-top: 15px solid transparent;
    border-left: 15px solid rgb(245, 248, 250);
    border-bottom: 15px solid transparent;
    top: 47.5%;
    right:-14px;
}
.grid-item--width3:hover .grid-item-content:after{
    border-left-color: rgb(171, 46, 186);
}
.grid-item--width1 .grid-item-img{
    width: 66.666666%;
}
.grid-item--width1 .grid-item-content{
    width: 33.33333333%;
}
.grid-item--width2 .grid-item-img{
    width:100%;
    height: 50%;
}
.grid-item--width2 .grid-item-content{
    height:50%;
    width: 100%;
}
.grid-item--width3 .grid-item-img{
    width: 50%;
}
.grid-item--width3 .grid-item-content{
    width:50%;
}
.grid-item--width4 .grid-item-img{
    width: 50%;
}
.grid-item--width4 .grid-item-content{
    width:50%;
}
.grid-item-content:after{
    content:'';
    display:block;
    width: 0;
    height: 0;
    position: absolute;
    z-index: 9;
    -o-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
}
.grid-item--width1 .grid-item-content:after,
.grid-item--width4 .grid-item-content:after{
    border-top: 15px solid transparent;
    border-right: 15px solid #fff;
    border-bottom: 15px solid transparent;
    top: 47.5%;
    left: -14px;
}
.g_t *{
    -o-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
}
.g_t{
    display: table-cell;
    vertical-align: middle;
    padding: 0px 70px;
}
.g_t h3{
    font-size: 30px;
    line-height: 30px;
    letter-spacing: 8px;
    font-family: 'Oswald';
    font-weight: 500;
    text-align: center;
    color: #2b2b2b;
    margin-bottom: 18px;
    text-transform: uppercase;
}
.g_t p{
    font-size: 18px;
    line-height: 30px;
    color: #6b6b6b;
}
.grid-item:hover .grid-item-content{
    background-color: rgb(171, 46, 186);
}
.grid-item:hover .g_t *{
    color: #fff;
}
.grid-item:hover .g_t p{
    color: #cacaca;
}
.grid-item--width2 .grid-item-content:after{
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid #fff;
    top: -14px;
    left: 47.5%;
}
.grid-item--width3 .grid-item-content:after{
    border-top: 15px solid transparent;
    border-left: 15px solid #fff;
    border-bottom: 15px solid transparent;
    top: 47.5%;
    right:-14px;
}
#blog-mansory-section{
    padding-bottom: 64px;
}
.see-more{
    text-align: center;
    margin-top: 94px;
    margin-bottom: 94px;
}
#blog-mansory-section .see-more{
    margin-bottom: 28px;
}
.see-more a{
    font-family: 'Oswald';
    font-size: 15px;
    color: rgb(171, 46, 186);
    letter-spacing: 3px;
    border-radius: 50px;
}
.see-more a:hover{
    color:#513c71!important;
}
.grid-item-img:after {
    content: '';
    display: block;
    width: 375px;
    height: 50px;
    position: absolute;
    z-index: 9;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background-repeat: no-repeat;
    background-size: contain;
}
.grid-item--width2 .grid-item-img:after{
    top: auto;
    bottom:15%;
}
#blog-grid-gallery .see-more{
    margin-top: 24px;
    margin-bottom: 24px;
}
.grid-item-img{
    position: relative;
}
.massonry-post-logo{
    display: block;
    width: 375px;
    height: 50px;
    position: absolute;
    z-index: 9;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.massonry-post-logo img{
    opacity: 1;
}
body.net .compat-object-fit .massonry-post-logo img{
    display:block!important;
}
.grid-item--width2 .massonry-post-logo{
    top: auto;
    bottom:15%;
}
/* =================================================  */
/* BLOG MANSORY END */
/* =================================================  */


/* =================================================  */
/* CONTACT US */
/* =================================================  */

.contact-us-page#contact-us{
    padding: 70px 0px 70px;
}
.contact-info{
    width: 60%;
}
.contact-info .wpb_content_element{
    margin-bottom: 0px;
}
.contact-info h2{
    font-family: 'Oswald';
    font-weight: 400;
    width: 82%;
    font-size: 40px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 3px;
    padding-bottom: 10px;
    margin-bottom: 40px;
}
.contact-info p{
    font-size: 18px;
    line-height: 30px;
    color: #fff;
    margin-bottom: 0px;
}
.contact-adress{
    margin-top:40px;
    margin-bottom: 40px;
}
.contact-adress > a,
.contact-adress > p{
    display:block;
    font-size:16px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    color:#fff;
    margin-bottom: 5px;
}
.contact-adress > a:hover{
    color: rgb(171, 46, 186);
}
.contact-adress > a i,
.contact-adress > p i{
    width: 20px;
    margin-right: 15px;
}
.form .fild_2{
    margin-bottom: 20px;
}
.contact-us-page textarea{
    padding-top: 20px;
}
.contact-us-page .form input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    font-style: initial;
}
.contact-us-page .form input::-moz-placeholder { /* Firefox 19+ */
    font-style: initial;
}
.contact-us-page .form input:-ms-input-placeholder { /* IE 10+ */
    font-style: initial;
}
.contact-us-page .form input:-moz-placeholder { /* Firefox 18- */
    font-style: initial;
}
.contact-us-page .form textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    font-style: initial;
    padding-top:0px;
}
.contact-us-page .form textarea::-moz-placeholder { /* Firefox 19+ */
    font-style: initial;
    padding-top:0px;
}
.contact-us-page .form textarea:-ms-input-placeholder { /* IE 10+ */
    font-style: initial;
    padding-top:0px;
}
.contact-us-page .form textarea:-moz-placeholder { /* Firefox 18- */
    font-style: initial;
    padding-top:0px;
}
/* =================================================  */
/* CONTACT US END */
/* =================================================  */


/* =================================================  */
/* CART */
/* =================================================  */

#cart-order{
    padding-bottom: 70px;
}
.product-cart > .row > div:first-child{
    padding: 0px;
}
.cart-name{
    font-family: 'Open Sans';
    border-bottom:2px solid #ebebeb;
    padding-bottom: 8px;
    margin-top: -8px;
}
.cart-name *{
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    color: #2b2b2b;
}
.cart-item{
    padding: 30px 0px;
    border-bottom:1px solid #ebebeb;
}
.cart-item:after{
    content:'';
    display: block;
    clear: both;
}
.cart-item > div:after{
    content: '';
    display: block;
    clear: both;
}
.cart-image{
    width:230px;
    height: 230px;
    border: 2px solid #fff;
    border-radius: 20px;
    overflow: hidden;
    float: left;
    margin-right: 45px;
    background-color: rgb(255, 255, 255);
}
.cart-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    -o-object-fit: cover;
}
.cart-description{
    width: 60%;
    padding-top: 15px;
    padding-right: 20px;
    float: left;
}
.cart-description a,
.cart-description h2{
    font-size: 30px;
    line-height: 30px;
    color: rgb(171, 46, 186);
    margin-bottom: 20px;
    -o-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
}
.cart-description a:hover h2{
    color: rgb(81, 60, 113)!important;
}
.cart-description p{
    font-size: 18px;
    line-height: 30px;
    color: #313131;
    margin-bottom: 0;
}
.product-total:after{
    content:'';
    display:block;
    clear: both;
}
.product-total{
    position: absolute;
    width: 100%;
    height: 27px;
    top: 0;
    bottom: 0;
    margin: auto;
}
.product-price *{
    font-size: 30px;
    line-height: 30px;
    color: #4a4a4a;
}
.delete-product{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 25px;
    height: 25px;
}
.delete-product svg{
    width: 23px;
    height: 23px;
    cursor: pointer;
    -o-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
}
.delete-product svg path{
    -o-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
}
.delete-product svg path{
    fill: #313131;
}
.delete-product svg:hover path{
    fill: rgb(171, 46, 186);
}
.order-coupon:after{
    content:'';
    display: block;
    clear: both;
}
.order-coupon{
    margin-top: 70px;
}
.enter-coupon,.order-button{
    max-width: 520px;
    width:100%;
}
.enter-coupon{
    float: left;
}
.order-button{
    float: right;
}
.coupon-title h3{
    font-size: 30px;
    line-height: 30px;
    color: #4b4b4b;
    margin-bottom: 0;
    text-transform: uppercase;
}
.coupon-title span{
    font-size:20px;
    line-height: 30px;
    color: #888;
}
.coupon-form{
    margin-top: 25px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-align: center;
    align-items: center;
}
.coupon-form{
    height: 55px;
}
.coupon-form input{
    width: 73%;
    height: 100%;
    margin-right: 0px!important;
    color: #313131;
    text-transform: uppercase;
    padding-left: 15px;
    background-color: rgb(241, 241, 241);
    border: 1px solid #f1f1f1;
    border-right: none;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
}
.coupon-form input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #4a4a4a;
    opacity: 0;
}
.coupon-form input::-moz-placeholder { /* Firefox 19+ */
    color: #4a4a4a;
    opacity: 0;
}
.coupon-form input:-ms-input-placeholder { /* IE 10+ */
    color: #4a4a4a;
    opacity: 0;
}
.coupon-form input:-moz-placeholder { /* Firefox 18- */
    color: #4a4a4a;
    opacity: 0;
}
.coupon-form input:focus{
    outline: 0;
    border-color: rgb(171, 46, 186);
}
.coupon-form button{
    width:27%!important;
    height: 100%!important;
    cursor: pointer!important;
    background-color:  rgb(171, 46, 186)!important;
    border: 2px solid rgb(171, 46, 186)!important;
    border-bottom-right-radius: 50px!important;
    border-top-right-radius: 50px!important;
    color: #fff!important;
    font-size: 18px!important;
    font-weight: 700;
    font-family: 'Oswald';
    text-transform: uppercase;
}
.coupon-form form button:focus{
    outline: none;
}
.order-button:after,.glob-price:after,.cart-buttons:after{
    content:'';
    display: block;
    clear: both;
}
.o-t{
    float: left;
}
.g-p{
    float: right;
}
.o-t *{
    font-size: 30px;
    line-height: 30px;
    color: #4b4b4b;
}
.g-p *{
    font-size:40px;
    line-height: 30px;
    font-weight: 400;
    color: rgb(171, 46, 186);
}
a.shipping-calculator-button:hover{
    color: rgb(171, 46, 186);
}
.cart-buttons{
    margin-top: 25px;
    margin-bottom: 25px;
}
.cart-buttons a, .cart-buttons button{
    font-size: 18px!important;
    color: #fff!important;
    padding: 14px 55px!important;
    background-color: rgb(49, 49, 49)!important;
    border-radius: 50px!important;
    letter-spacing: 1px!important;
    font-weight: 400!important;
    line-height: 27px!important;
        font-family: 'Oswald';
}
.cart-buttons a:hover, .cart-buttons button:hover:enabled{
    background-color: rgb(171, 46, 186)!important;
}
.cart-buttons a:first-child, .cart-buttons button:first-child{
    float: left;
}
.cart-buttons a:last-child{
    float: right;
    padding: 14px 68px;
    background-color: rgb(171, 46, 186);
}
.cart-buttons a.checkout-button, .cart-buttons button:last-child{
    float: right;
    padding: 14px 68px!important;
    font-weight: 400;
    line-height: 27px;
}
button[name=calc_shipping]{
    padding: 14px 68px!important;
    font-family: 'Open Sans';
    font-weight: 400!important;
    line-height: 27px!important;
    color: #fff!important;
    text-transform: uppercase;
    border-radius: 5px!important;
    letter-spacing: 1px!important;
}
.cart-buttons a.checkout-button:hover{
    color: #fff!important;
}
.c-t *{
    font-size: 18px;
    line-height: 30px;
    color: #888;
    margin-bottom: 0;
}
.plusminus {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    display: inline-block;
    width: 145px;
    height: 56px;
    border: 1px solid #dfdfdf;
    border-radius: 50px;
    overflow: hidden;
}
.plusminus button {
    display: block;
    width: 45px;
    height: 54px;
    position: absolute;
    margin: 0;
    padding: 0;
    border: 0;
    background: #fff;
    color: #8b8b8b;
    line-height: 1;
    cursor: pointer;
}
.plusminus button:focus {
    outline: none;
    background-color: rgb(171, 46, 186);
    color:#fff;
}
.plusminus button:disabled {
    background: #999;
    color: #ccc;
    cursor: default;
}
.plusminus button:first-child {
    left: 0;
    bottom: 0;
}
.plusminus button:first-child:before {
    content: "";
    display: block;
    width: 15px;
    height: 2px;
    background-color: #505050;
    margin: auto;
}
.plusminus button:focus:first-child:before{
    background-color:rgb(255, 255, 255);
}
.plusminus button:last-child{
    right: 0;
    top: 0;
}
.plusminus button:last-child:before{
    content: "+";
    font-size: 30px;
}
.plusminus input[type="number"] {
    width: 51px!important;
    height: 53px!important;
    position: absolute;
    left: 45px!important;
    top: 0px;
    margin: 0;
    border: 0;
    font-size: 18px;
    color: #4a4a4a;
    font-weight: bold;
    text-align: center;
    -moz-appearance: textfield;
}
.plusminus input:focus{
    outline:none;
}
.plusminus input::-webkit-outer-spin-button,
.plusminus input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.prise-mobile,
.total-mobile{
    display:none;
}
/* =================================================  */
/* CART END */
/* =================================================  */


/* =================================================  */
/* 404 PAGE */
/* =================================================  */

.page-404#header-404 .bg_image{
    background-position: 50% 100%;
}
.section-404{
    display: table;
    width: 90%;
    height: 100%;
    position: absolute;
    z-index: 9;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.page-404#header-404 .overly{
    background-color: rgba(0, 0, 0, 0.79);
}
.page-404 .big-title{
    position: absolute;
    bottom:30%;
    top: 0%;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    opacity: 1;
    bottom:30%;
}
.page-404 .big-title img{
    max-width: 600px;
    width: auto;
    opacity: 1;
}
.page-404 .big-title h2{
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    position: absolute;
    top: 92px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background-color: rgb(255, 255, 255);
    font-size: 24px;
    text-transform: uppercase;
    letter-spacing: 15px;
    padding: 0px 17px 0px 25px;
    color: rgb(33, 37, 41);
}
.search-404{
    max-width: 1080px;
    width: 100%;
    position: absolute;
    bottom: 30%;
    left: 0;
    right: 0;
    margin: auto;
}
.search-404 form{
    height: 60px;
}
.search-404 form input{
    width: 82%;
    height: 100%;
    margin-right: 0!important;
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
    padding-left:20px;
    border: 2px solid #fff;
    text-transform: capitalize;
}
.search-404 form input:focus{
    outline: none;
    border-color: rgb(171, 46, 186);
}
.search-404 form button{
    width: 18%;
    height: 100%;
    background-color: rgb(171, 46, 186);
    border: 2px solid rgb(171, 46, 186);
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
    cursor: pointer;
    color: #fff;
    font-size: 16px;
    -o-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
}
.search-404 form input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #363636;
}
.search-404 form input::-moz-placeholder { /* Firefox 19+ */
    color: #363636;
}
.search-404 form input:-ms-input-placeholder { /* IE 10+ */
    color: #363636;
}
.search-404 form input:-moz-placeholder { /* Firefox 18- */
    color: #363636;
}
.content-404{
    max-width: 540px;
    position: absolute;
    bottom: 40%;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
}
.content-404 h2{
    font-size: 34px;
    color: #fff;
    margin-bottom: 5px;
}
.content-404 p{
    font-size: 16px;
    color: #fff;
    margin-top: 1rem;
}
.go-back-home{
    max-width: 540px;
    position: absolute;
    bottom: 21%;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
}
.go-back-home a{
    font-size: 24px;
    color: rgb(171, 46, 186);
}
.go-back-home a:hover{
    color: rgb(171, 46, 186);
}
.go-back-home a i{
    margin-right: 20px;
}
.content-404 a{
    font-size: 24px;
    color: #ffff;
}
.content-404 a:hover{
    color: rgb(171, 46, 186);
}
.content-404 a i{
    margin-right: 20px;
}
/* =================================================  */
/* 404 PAGE END  */
/* =================================================  */

/* =================================================  */
/* SEARCH RESULT  */
/* =================================================  */
.search-result .global-title h2{
    font-family: 'Oswald';
    font-weight: 900;
    font-size: 55px;
    color: rgb(171, 46, 186);
    margin-top: 15px;
}
.search-result .blog-content{
    margin-bottom: 0px;
}
.search-result .blog-content > div.sitebar{
    padding-top: 0px;
}
.global-title h2{
    font-family: 'Oswald';
    font-weight: 900;
    font-size: 55px;
    color: rgb(171, 46, 186);
    margin-top: 15px;
}
.global-title.title_transparent_color h1{
    opacity: 0.2;
}
.global-title.title_transparent_color h2{
    position: absolute;
    width: 100%;
    top: 0;
    bottom: 0;
    margin: auto;
    display: table;
    font-weight: 300;
    z-index: 9;
}
.global-title h1.black_on_white{
    color: #525252;
}
.search-result .blog-content{
    margin-bottom: 0px;
}
.search-result .blog-content > div.sitebar{
    padding-top: 0px;
}
.t-shirt-image{
    height: 800px;
}
.t-shirt-image img{
    width:100%;
    height: 100%;
    object-fit: contain;
    -o-object-fit: contain;
}
.t-shirt-description{
    padding: 40px 5px 94px;
    text-align: center;
}
.t-shirt-description a:hover h2{
    color:#513c71!important;
}
.search-result .see-more{
    margin-bottom: 64px;
}
.t-shirt-description h2{
    font-family: 'Oswald';
    font-weight: 400;
    font-size: 30px;
    line-height: 30px;
    letter-spacing: 1px;
    color: #ab2eba;
    margin-bottom: 40px;
    text-transform: uppercase;
    -o-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
}
.t-shirt-description p{
    font-size: 18px;
    line-height: 30px;
    color: #4b4b4b;
    text-align: left;
}
.t-shirt-description .post-cta {
    margin-top: 70px;
}
/* =================================================  */
/* SEARCH RESULT END */
/* =================================================  */


/* =================================================  */
/* SHOP */
/* =================================================  */
#shop-contanier > .section{
    max-width: 1725px;
    overflow: hidden;
}
.shop-items.products .star-rating{
    display: none!important;
}
.results:after{
    content: '';
    display: block;
    clear: both;
}
.results{
    padding: 0px 35px 45px 35px;
}
.results form{
    margin-bottom: 0!important;
}
.results-text{
    font-family: 'Open Sans';
    float: left;
    margin-top: 15px;
}
.results-text *{
    font-size: 20px;
    line-height: 30px;
    color: #1b1b1b;
}
.results-select{
    float: right;
}
.results-select .btn-primary{
    font-family: 'Open Sans';
    font-size: 20px;
    background-color: rgba(0, 0, 0, 0);
    border-color: rgb(171, 46, 186);
    color: rgb(171, 46, 186);
    padding: 10px 54px 10px 40px;
    border-radius: 50px;
}
.results-select .btn-primary:focus{
    color: #fff!important;
}
.results-select .dropdown-item a:hover{
    color: #fff!important;
}
.results-select .dropdown-toggle::after{
    color: rgb(171, 46, 186);
    vertical-align: 0.2em;
}
.results-select .btn-primary:not(:disabled):not(.disabled):active,
.results-select .btn-primary:not(:disabled):not(.disabled).active,
.results-select .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: rgb(171, 46, 186);
    border-color: rgb(171, 46, 186);
}
.results-select .btn-primary:not(:disabled):not(.disabled):active:after,
.results-select .btn-primary:not(:disabled):not(.disabled).active:after,
.results-select .show > .btn-primary.dropdown-toggle:after{
    color: #fff;
}
.results-select .btn-primary:focus{
    outline: none;
    box-shadow: none!important;
}
.results-select .dropdown-menu.show{
    background: #fff;
    width:100%;
    visibility: visible;
    opacity: 1;
    -webkit-transform: translate3d(0px, 61px, 0px)!important;
    -moz-transform: translate3d(0px, 61px, 0px)!important;
    transform: translate3d(0px, 61px, 0px)!important;
}
.results-select .dropdown-menu{
    display: block!important;
    visibility: hidden;
    opacity: 0;
    width:100%;
    background-color: rgb(27, 27, 27);
    border-color: rgb(171, 46, 186);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -o-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    -webkit-transform: translate3d(0px, 80px, 0px)!important;
    -moz-transform: translate3d(0px, 80px, 0px)!important;
    transform: translate3d(0px, 80px, 0px)!important;
}
.results-select .dropdown-item,
.chosen-results li{
    color: #616161;
    padding: 7px 20px;
    -o-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
}
.chosen-container .chosen-drop{
    background-color: rgb(225, 225, 225);
}
.chosen-results li{
    font-size:16px;
    cursor: pointer;
}
.results-select .dropdown-item:hover,
.results-select .dropdown-item:focus,
.chosen-results li:hover,
.chosen-results li:focus{
    background-color: rgb(171, 46, 186);
    color: #fff;
}
.results-select .dropdown-item:hover a,
.results-select .dropdown-item:focus a{
    color: #fff;
}
.results-select .dropdown-item a{
    display: block;
    color: #6a6a6a;
}
.shop-items{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.s-item{
    position: relative;
    margin-bottom: 70px!important;
    padding: 0px 35px!important;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.333333%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}
.s-item-image{
    overflow: hidden;
}
.s-item:hover .s-item-image img{
    -webkit-transform: rotate(5deg) scale(1.1);
    -moz-transform: rotate(5deg) scale(1.1);
    -ms-transform: rotate(5deg) scale(1.1);
    -o-transform: rotate(5deg) scale(1.1);
    transform: rotate(5deg) scale(1.1);
}
.s-item-image img{
    width:100%;
    height:100%;
    object-fit: cover;
    -o-object-fit: cover;
    -o-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
}
.s-item-name{
    padding-top: 20px!important;
    padding-bottom: 20px!important;
    text-align: center;
}
.s-item-name h2{
    font-weight:400;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 10px!important;
    text-transform: capitalize;
    color: rgb(171, 46, 186);
    -o-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
}
.s-item:hover .s-item-name h2{
    color: #513c71!important;
}
#releated-products .s-item:hover .s-item-name h2{
    color: #513c71!important;
}
.s-item-name p{
    font-size: 20px!important;
    font-weight: 500;
    color: #ab2eba!important;
}
.bs_sale{
    position: relative;
    font-size: 18px;
    color: #4b4b4b;
}
span.bs_sale:after{
    content: '';
    width: 75%;
    height: 1px;
    background-color: #4b4b4b;
    display: block;
    position: absolute;
    left: 0;
    bottom: 12px;
}
.bs_sale sup{
    position: relative;
    color: #4b4b4b;
}
.bs_sale sup:after{
    content: '';
    width: 100%;
    height: 1px;
    background-color: #4b4b4b;
    display: block;
    position: absolute;
    left: 2px;
    top: 10px;
}
.ad-to-card-button {
    margin-top: 28px;
}
.ad-to-card-button a,
.woocommerce-message a,.return-to-shop a.button.wc-backward{
    font-size: 15px!important;
    color: #4b4b4b!important;
    border: 1px solid #4b4b4b!important;
    padding: 15px 20px!important;
    border-radius: 50px!important;
    font-weight: 400!important;
    text-transform: capitalize!important;
    margin: 0px 2px!important;
    line-height: 21px!important;
    margin-top: -20px!important;
    background: transparent!important;
        font-family: 'Oswald'!important;
    margin: 0px 2px;
}
.return-to-shop{
    margin-bottom: 70px;
}
.ad-to-card-button a.view-cart{
    border: none!important;
    padding: 0px 0px 0px 10px!important;
}
.ad-to-card-button a.view-cart:hover{
    background-color: transparent!important;
}
.ad-to-card-button a:hover{
    color:#fff!important;
    border-color: rgb(171, 46, 186)!important;
    background-color: rgb(171, 46, 186)!important;
}
.woocommerce-message{
    background-color: transparent!important;
    border: none!important;
    color: #7b7b7b;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    margin-top: 55px;
    margin-bottom: 60px;
    padding: 0px 35px;
}
.woocommerce-message::before{
    content: '';
}
.woocommerce-message i{
    color: rgb(171, 46, 186);
    margin-right: 10px;
    font-size: 20px;
}
.ad-to-card-button a.view-cart{
    border: none!important;
    padding: 0px 0px 0px 10px!important;
}
.ad-to-card-button a.view-cart:hover{
    background-color: transparent!important;
}
.ad-to-card-button a:hover,.return-to-shop a.button.wc-backward:hover{
    color:#fff!important;
    border-color: rgb(171, 46, 186)!important;
    background-color: rgb(171, 46, 186)!important;
}
.single-product .best-offer{
    top: 10px;
    left: 45px;
}
.related.products .best-offer{
    top: -60px;
    left: 35px;
}
.best-offer{
    width: 105px;
    height: 105px;
    position: absolute;
    top: -60px;
    left: 35px;
    z-index: 9;
    padding-top: 25px;
    background-repeat: no-repeat;
    background-size: contain;
}
.best-offer svg{
    width: 105px;
    height: 105px;
    position: absolute;
    top:0;
    left: 0;
}
.best-offer svg path{
    fill:  rgb(171, 46, 186);
}
.best-offer h4{
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size:22px;
    font-weight: bold;
    margin: 0px 30px auto auto;
    color:#fff;
    letter-spacing: 2px;
    -webkit-transform: rotate(-35deg);
    -moz-transform: rotate(-35deg);
    -ms-transform: rotate(-35deg);
    -o-transform: rotate(-35deg);
    transform: rotate(-35deg);
}
.best-offer p{
    font-size: 18px;
    font-weight: bold;
    margin: -8px auto auto 25px;
    color:#fff;
    letter-spacing: 2px;
    -webkit-transform: rotate(-35deg);
    -moz-transform: rotate(-35deg);
    -ms-transform: rotate(-35deg);
    -o-transform: rotate(-35deg);
    transform: rotate(-35deg);
}
.best-offer hr{
    width: 18px;
    height: 4px;
    min-height: 4px;
    border: none;
    background-color: #fff;
    border-radius: 8px;
    margin: 3px 27px auto auto;
    color:#fff;
    letter-spacing: 2px;
    -webkit-transform: rotate(-35deg);
    -moz-transform: rotate(-35deg);
    -ms-transform: rotate(-35deg);
    -o-transform: rotate(-35deg);
    transform: rotate(-35deg);
}
.comment-form-rating{
    margin-bottom: 35px;
}
.comment-form-rating > label{
    color: #7b7b7b;
    margin-bottom: 0;
}
.comment-form-rating p.stars a {
    color: #fff;
    cursor: auto;
}
.comment-form-rating p.stars a i {
    color: #fff;
}
.comment-form-rating p.stars a.star-1 i,
.comment-form-rating p.stars a.star-2 i,
.comment-form-rating p.stars a.star-3 i{
    color: #f5c314;
}
/* =================================================  */
/* SHOP END */
/* =================================================  */


/* =================================================  */
/* CHECKOUT */
/* =================================================  */
.woocommerce-checkout #payment{
    background: none!important;
}
.woocommerce ul#shipping_method li input{
    margin: 0;
}
.woocommerce ul#shipping_method li{
    color: #959595;
    padding: 7px 20px!important;
}
.woocommerce ul#shipping_method li label{
    padding: 7px 20px!important;
}
.woocommerce form .form-row{
    margin: 0!important;
    margin-top: 24px!important;
}
.woocommerce-privacy-policy-text p{
    margin-bottom: 24px;
    font-size: 18px;
    color: #656565;
}
form.woocommerce-form-register .woocommerce-privacy-policy-text p{
    margin-bottom: 0px;
}
form.woocommerce-form-register .woocommerce-FormRow.form-row{
    margin-bottom: 0px!important;
}
.woocommerce form .shipping-calculator-form .form-row{
    margin-top: 0px!important;
    padding:0px;
}
.woocommerce form .shipping-calculator-form .form-row input,
.woocommerce form .shipping-calculator-form .form-row textarea,
.woocommerce form .shipping-calculator-form .chosen-container {
    margin-bottom:20px;
}
.woocommerce form .shipping-calculator-form .form-row input,
.woocommerce form .shipping-calculator-form .form-row textarea{
    padding:0px 20px;
}
#shipping_method input[type=radio]{
    height: auto!important;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
}
#checkout-list form h3{
    font-size: 30px;
    line-height: 30px;
    color: #ab2eba;
    margin-bottom: 17px;
    text-transform: uppercase;
}
#ship-to-different-address label{
    margin-bottom: 0px!important;
}
.shipping.shipping-method .form-group{
    margin-bottom: 0px!important;
}
#checkout-list form .form-group{
    width: 100%;
    margin-bottom: 23px;
}
.add-info{
    margin-top: 50px;
}
.select2.select2-container{
    display:none;
}
#checkout-list form .form-group label{
    font-size: 18px;
    color: #4b4b4b;
    margin-bottom: 11px;
}
#shipping_method .dropdown-item label{
    font-size: inherit!important;
}
#checkout-list form .form-group input,#checkout-list form .form-group textarea,
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea,
.chosen-container-single .chosen-search input{
    font-size: 18px;
    background-color: rgb(225, 225, 225);
    color: #616161;
    text-transform: capitalize;
    border: none;
    height: 60px;
    border-radius: 50px;
    padding-left: 25px;
}
#checkout-list form .form-group textarea{
     height: 100px;
    border-radius: 100px;
    padding-top: 15px;
    padding-left: 35px;
}
#checkout-list form .form-group input:focus,
#checkout-list form .form-group textarea:focus,
.woocommerce form .form-row input.input-text:focus, .woocommerce form .form-row textarea:focus,
.chosen-container-single .chosen-search input:focus{
    outline: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
#checkout-list form .form-group a.bfh-selectbox-toggle{
    background-color: rgb(38, 38, 38);
    color: #959595;
    text-transform: capitalize;
    border: none;
    height: 60px;
    border-radius: 10px;
}
#checkout-list form .form-group a.bfh-selectbox-toggle:after{
    color: #959595;
    vertical-align: 0.2em;
    content: '\f107 ';
    font-family: fontawesome;
    border: none;
    position: absolute;
    font-size: 26px;
    right: 20px;
    top: 20%;
}
#checkout-list form .form-group a.bfh-selectbox-toggle:focus{
    outline: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
#checkout-list form .form-group a.bfh-selectbox-toggle span.bfh-selectbox-option{
    font-size: 19px;
    color: #959595;
    height: 100%;
    padding-top: 10px;
}
#checkout-list form .form-group .bfh-selectbox .bfh-selectbox-options{
    background-color: rgb(38, 38, 38);
    width: 100%;
    border: none;
    box-shadow: none;
    border-radius: 10px;
}
#checkout-list form .form-group .bfh-selectbox .bfh-selectbox-options ul{
    max-height: 290px;
    margin: 0;
    width: 99%;
    max-width: 100%;
}
#checkout-list form .form-group .bfh-selectbox .bfh-selectbox-options ul li > a{
    font-size: 19px;
    color: #959595;
    padding: 4px 10px;
}
#checkout-list form .form-group .bfh-selectbox .bfh-selectbox-options ul li > a:hover,
#checkout-list form .form-group .bfh-selectbox .bfh-selectbox-options ul li > a:focus{
    background-color: rgb(171, 46, 186);
    color:#fff;
}
#checkout-list form .form-group .bfh-selectbox .bfh-selectbox-options ul::-webkit-scrollbar-track,
.chosen-results::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 3px rgb(177, 177, 177);
    background-color: rgb(177, 177, 177);
    border-radius: 5px;
}
#checkout-list form .form-group .bfh-selectbox .bfh-selectbox-options ul::-webkit-scrollbar,
.chosen-results::-webkit-scrollbar{
    width: 3px;
    background-color: rgb(171, 46, 186);
    border-radius: 5px;
}
#checkout-list form .form-group .bfh-selectbox .bfh-selectbox-options ul::-webkit-scrollbar-thumb,
.chosen-results::-webkit-scrollbar-thumb {
    background-color: rgb(171, 46, 186);
    border-radius: 5px;
}
#checkout-list form .form-group .results-select{
    float: none;
}
#checkout-list form .form-group .results-select .btn-group{
    width: 100%;
}
#checkout-list form .form-group .results-select .btn-primary,
.chosen-single{
    font-size: 19px;
    padding: 16px 20px 16px 20px;
    background-color: rgb(225, 225, 225);
    color: #616161;
    text-transform: capitalize;
    border: none;
    border-radius: 50px;
    position: relative;
    display: block;
    width: 100%;
    text-align: left;
}
.chosen-single:hover{
    color: #959595;
}
.chosen-single{
    height:60px;
}
#checkout-list form .form-group .results-select .dropdown-toggle::after,
.chosen-single:after{
    color: #4b4b4b;
    vertical-align: 0.2em;
    content: '\f107 ';
    font-family: fontawesome;
    border: none;
    position: absolute;
    font-size: 26px;
    right: 36px;
    top: 22%;
}
#checkout-list form .form-group .results-select .dropdown-menu{
    background-color: rgb(225, 225, 225);
    border: none;
    border-radius: 10px;
}
.chosen-results{
    background-color: rgb(225, 225, 225);
    border: none;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    height: 380px;
    overflow-y: scroll;
    margin-top: 1px;
}
.chosen-search:after {
    content: '';
    display: block;
    width: 15px;
    height: 15px;
    background-image: url("../images/search-2.svg");
    position: absolute;
    top: 24px;
    right: 35px;
    z-index: 99;
    background-size: cover;
}
#checkout-list form .form-group .results-select .dropdown-item, #checkout-list form .form-group .results-select .dropdown-item a{
    color: #616161;
}
#checkout-list form .form-group .results-select .dropdown-item:hover a,
#checkout-list form .form-group .results-select .dropdown-item:focus a{
    color:#fff;
}
#checkout-list form .form-group .results-select > p{
    font-size: 18px;
    line-height: 30px;
    color: #888;
    margin-bottom: 11px;
    margin-top: 20px;
}
.payment-method{
    margin-top: 50px;
}
.woocommerce-shipping-fields.dif-address{
    margin-bottom: 33px;
}
.shipping.shipping-method{
    margin-bottom: 50px;
}
.woocommerce-additional-fields h3{
    margin-top: 50px;
}
.payment-method .custom-radio{
    padding-left: 60px;
    margin: 30px 0px;
}
.payment-method .custom-radio.ubs{
    margin-top: 30px;
}
.pay-text{
    clear:both;
}
.custom-control-label{
    cursor: pointer;
}
.pay-text p{
    color: #888;
    font-size: 16px;
    line-height: 22px;
    padding-top: 10px;
    font-style: italic;
}
.payment-method .custom-radio > label span{
    font-size: 18px;
    line-height: 30px;
    color: #4b4b4b;
    margin-bottom: 18px;
}
.payment-method .custom-radio label div.payment-cart-paypal{
    padding: 0;
    border: none;
}
.payment-method .custom-control.custom-radio.paypal{
    margin-top: 30px;
}
.payment-method .custom-control.custom-radio.paypal:after{
    content:'';
    display:block;
    clear: both;
}
.payment-method .custom-control.custom-radio.paypal label{
    float: left;
}
.custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0px #fff, 0 0 0 0rem rgba(0, 123, 255, 0)!important;
}
.payment-method .custom-control.custom-radio.paypal label:after,
.payment-method .custom-control.custom-radio.paypal label:before{
    top: 18px;
}
.payment-method .custom-control.custom-radio.paypal .custom-control-input:checked ~ .custom-control-label::after{
    top: 25px;
}
.payment-method .custom-radio label:before,
.payment-method .custom-radio label:after{
    left: -60px;
    top: 0px;
    width: 30px;
    height: 30px;
    cursor: pointer;
}
.payment-method .custom-radio label:focus{
    outline: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.payment-method .custom-radio .custom-control-input:checked ~ .custom-control-label::before{
    background-color: transparent;
    border: 1px solid rgb(171, 46, 186);
}
.payment-method .custom-control-input:active ~ .custom-control-label::before{
    color: #fff;
    background-color: transparent;
    border: 1px solid rgb(171, 46, 186);
}
.payment-method .custom-control-label::before{
    background-color: transparent;
    border: 1px solid rgb(171, 46, 186);
    height: 30px;
    width: 30px;
    top: -45px;
}
.payment-method .custom-radio .custom-control-input:checked ~ .custom-control-label::after{
    background-image: none;
    width: 16px;
    height: 16px;
    background-color: rgb(171, 46, 186);
    border-radius: 50%;
    left: -53px;
    top: 7px;
}
.payment-method .other-payment .custom-control-label::before{
    top: 0px;
}
.payment-method .custom-radio.other-payment .custom-control-input:checked ~ .custom-control-label::after{
    top: 7px;
}
.what-is-paypal{
    margin-left: 15px;
    float: left;
}
.what-is-paypal a{
    font-size: 18px;
    color: #4b4b4b;
    text-decoration: underline;
    margin-top: 15px;
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}
.what-is-paypal img{
    margin-left: 5px;
}
.payment-method .custom-control.custom-radio.other-payment{
    margin-top: 30px;
}
.other-payment label{
    padding: 10px;
    border: 1px solid #9b9b9b;
    border-radius: 7px;
    background-color: rgb(38, 38, 38);
    max-width: 253px;
}
.other-payment label img{
    float: left;
    margin: 0px 4px 5px 4px;
}
.other-payment label img:first-child{
    margin: 0px 72px 5px;
}
.other-payment label img:nth-child(2){
    clear: both;
}
.other-payment label img:last-child{
    padding: 4px 10px;
    border:1px solid rgba(255, 255, 255, 0.4117647058823529);
    border-radius: 2px;
}
.p-carts{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.p-carts img {
    margin: 5px;
}
.p-carts div{
    width: 68px;
    height: 42px;
    margin: 5px;
    border: 1px solid #9b9b9b;
    border-radius: 3px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.create-password{
    margin-top: 60px;
}
.create-password .form-group p{
    font-size: 19px;
    color: #4b4b4b;
    margin-bottom: 24px;
    line-height: 21px;
    margin-top: 14px;
}
.create-password .checkbox label span, .dif-address .checkbox label span{
    font-size: 18px;
    line-height: 30px;
    color: #4b4b4b;
    margin-bottom: 17px;
    text-transform: uppercase;
}
.shipping-method .results-select .dropdown-menu{
    -webkit-transform: translate3d(0px, 80px, 0px)!important;
    -moz-transform: translate3d(0px, 80px, 0px)!important;
    transform: translate3d(0px, 80px, 0px)!important;
}
.shipping-method .results-select .dropdown-menu.show{
    -webkit-transform: translate3d(0px, 61px, 0px)!important;
    -moz-transform: translate3d(0px, 61px, 0px)!important;
    transform: translate3d(0px, 61px, 0px)!important;
}
.create-password .checkbox label, .dif-address .checkbox label{
    cursor: pointer
}
.create-password .checkbox label input[type="checkbox"], .dif-address .checkbox label input[type="checkbox"],
#respond form input[type="checkbox"]{
    display: none
}
.create-password .checkbox label input[type="checkbox"] + .label-text:before, .dif-address .checkbox label input[type="checkbox"] + .label-text:before {
    display: inline-block;
    transition: all 0.2s ease-in-out;
    margin: -6px 30px 0 0;
    vertical-align: middle;
    width: 30px;
    height: 30px;
    border: 1px solid rgb(171, 46, 186);
    border-radius: 7px;
    content: '';
}
#respond form input[type="checkbox"] + label:before{
    display: inline-block;
    transition: all 0.2s ease-in-out;
    margin: 0px 10px 0px 15px;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    border: 1px solid rgb(171, 46, 186);
    border-radius: 3px;
    content: '';
}
.create-password .checkbox label input[type="checkbox"]:checked + .label-text:before,
.dif-address .checkbox label input[type="checkbox"]:checked + .label-text:before,
#respond form input[type="checkbox"]:checked + label:before{
    content: '\f00c';
    font-family: fontawesome;
    font-size: 18px;
    text-align: center;
    line-height: 26px;
    color: rgb(171, 46, 186);
}
#respond form input[type="checkbox"]:checked + label:before{
    font-size: 16px;
    line-height: 16px;
}
#respond form label{
    color:#c5c5c5;
    margin-top: 10px;
    margin-bottom: 0;
    cursor: pointer;
}
#checkout-list{
    padding-bottom:50px;
}
#checkout-list.table th, .table td {
    border-top: 1px solid #e0e0e0;
}
#checkout-list table.table {
    border-collapse: separate;
    border-spacing: 0;
    margin-top: 24px;
    margin-bottom: 24px;
}
.privacy-policy p{
    font-size: 18px;
    margin-bottom: 24px;
    color: #656565;
}
.privacy-policy a{
    color: #656565;
}
.privacy-policy a:hover{
    color:rgb(171, 46, 186);
}
#checkout-list table.table tr th,
#checkout-list table.table tr td {
    padding: 20px 30px;
}
#checkout-list table.table tr td{
    font-size: 18px;
    color: #888;
}
#checkout-list table.table tr th{
    font-size: 18px;
    text-transform: capitalize;
    color: #4b4b4b;
}
#checkout-list table.table tr th span{
    color: #898989;
    margin-left: 10px;
}
#checkout-list #order_review table.table tr th span{
    color: #a5a5a5;
}
#checkout-list table.table tbody tr:last-child th span{
    color: #fff!important;
}
span.woocommerce-Price-currencySymbol {
    margin-right: 4px;
}
#checkout-list table.table tr th:first-child,
#checkout-list table.table tr td:first-child {
    border-left: 1px solid #e0e0e0;
}
#checkout-list table.table tr th:last-child,
#checkout-list table.table tr td:last-child {
    border-right: 1px solid #e0e0e0;
    text-align:right;
}
#checkout-list table.table tr th {
    border-top: 1px solid #e0e0e0;
    text-align: left;
}
#checkout-list table.table tr:first-child th{
    border-bottom: 0px;
    font-size: 18px;
    font-weight: 700;
    text-transform: capitalize;
    color: rgb(171, 46, 186);
}
/* top-left border-radius */
#checkout-list table.table tr:first-child th:first-child {
    border-top-left-radius: 10px;
}
/* top-right border-radius */
#checkout-list table.table tr:first-child th:last-child {
    border-top-right-radius: 10px;
}
#checkout-list table.table tbody tr:last-child th{
    background-color: rgb(171, 46, 186);
}
/* bottom-left border-radius */
#checkout-list table.table tbody tr:last-child th:first-child {
    border-bottom-left-radius: 10px;
    border-bottom: 1px solid rgb(171, 46, 186);
    font-size:22px;
    color:#fff;
    font-weight:700;
    padding-top: 29px;
}
/* bottom-right border-radius */
#checkout-list table.table tbody tr:last-child th:last-child {
    border-bottom-right-radius: 10px;
    border-bottom: 1px solid rgb(171, 46, 186);
    font-size:35px;
    color:#fff;
    font-weight:100;
}
#checkout-list table.table tbody tr:last-child th:last-child span{
    color:#fff;
}
#checkout-list form button.btn-primary{
    font-family: 'Oswald';
    width:100%;
    font-size:20px;
    background-color: transparent;
    border: 1px solid;
    border-radius: 50px;
    border-color: rgb(171, 46, 186);
    color: rgb(171, 46, 186);
    padding-top: 24px;
    padding-bottom: 23px;
    -o-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    font-weight: inherit;
}
#checkout-list form button.btn-primary:hover{
    background-color: rgb(171, 46, 186);
    color:#fff!important;
}
#checkout-list form button.btn-primary:focus{
    outline: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.login-and-cupon{
    margin-bottom: 70px;
}
.login-and-cupon .form-group{
    padding-left: 0;
}
.login-and-cupon a.btn-primary{
    background-color: transparent;
    border: none;
    padding: 0;
}
.login-and-cupon a.btn-primary:focus{
    outline: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.login-and-cupon a.btn-primary:not(:disabled):not(.disabled):active,
.login-and-cupon a.btn-primary:not(:disabled):not(.disabled).active{
    background-color: transparent;
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.to-login{
    margin-bottom:14px;
}
.l-b *,.c-b *{
    font-size:20px;
    line-height: 30px;
    color: #4b4b4b;
}
.l-b i,.c-b i{
    color: rgb(171, 46, 186);
    margin-right: 5px;
    font-size: 20px;
    line-height: 30px;
}
.l-b a,.c-b a{
    display: inline-block;
    color: rgb(171, 46, 186);
    margin-left: 6px;
    margin-top: -3px;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle{
    color: rgb(81, 60, 113)!important;
}
.l-b a:hover,.c-b a:hover{
    color: rgb(81, 60, 113)!important;
}
.woocommerce form.login{
    border: none;
    margin: 0;
    padding: 0px;
    border-radius: 0px;
    margin-top: 0px;
}
.woocommerce form.login .lost_password{
    margin-bottom: 0px;
}
.woocommerce form.register{
    border: none;
    margin: 0;
    padding: 0px;
    border-radius: 0px;
    margin-top: 0px;
}
.reg-form-div{
    margin-top: 70px;
}
.woocommerce form .form-row .required{
    color: #959595!important;
}
.l-form{
    padding: 15px 15px 30px 0px;
    border-radius: 10px;
    margin-top: 10px;
}
.l-f form p{
    font-size: 18px;
    line-height: 30px;
    color: #888;
}
.l-f form .create-password {
    margin-top: 0px;
}
.l-f form .create-password .checkbox label input[type="checkbox"] + .label-text:before{
    width: 15px;
    height: 15px;
    border-radius: 3px;
    margin-right: 5px;
    margin-top: -4px;
}

.l-f form .create-password .checkbox label span{
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 0;
    text-transform: capitalize;
}
.l-f form .create-password .checkbox label input[type="checkbox"]:checked + .label-text:before,
.dif-address .checkbox label input[type="checkbox"] + .label-text:before{
    font-size: 10px;
    line-height: 12px;
}
.l-f form .create-password .checkbox label{
    margin-bottom: 0;
    margin-top: 8px;
    margin-left: 10px;
}
#checkout-list .l-f form button.btn-primary{
    font-size: 16px;
    padding-top: 11px;
    padding-bottom: 9px;
    width: 210px;
    max-width: 210px;
    margin-top: 0!important;
}
.l-f form .create-password .checkbox label span{
    text-transform: capitalize;
}
.l-form  a:last-of-type{
    font-size: 19px;
    color: #1b1b1b;
    margin-top: 20px;
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}
.l-form > a:hover{
    color: rgb(171, 46, 186);
}
.l-f form p {
    font-size: 18px;
    line-height: 30px;
    color: #5f5f5f;
}
.lost_password{
    padding-left: 0;
    padding-right: 0;
}
.l-form  a:last-of-type:hover{
    color:rgb(171, 46, 186);
}
.c-f .l-form form{
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
    border: none!important;
    padding: 0;
    margin: 0;
    text-align: left;
}
.coupon-btn{
    margin-bottom:0px;
}
#checkout-list .c-f form button.btn-primary {
    font-size: 16px;
    padding-top: 11px;
    padding-bottom: 9px;
    margin-top: 15px!important;
    width: 210px;
    max-width: 210px;
    color: #fff;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    line-height: 1.5;
}
.woocommerce-billing-fields .form-row-first, .woocommerce-billing-fields .form-row-last, .woocommerce-shipping-fields .form-row-first, .woocommerce-shipping-fields .form-row-last{
    float: none!important;
    width: 100% !important;
}
.woocommerce table.shop_table{
    border: none!important;
}
/* =================================================  */
/* CHECKOUT END */
/* =================================================  */

/* =================================================  */
/* SINGLE PRODUCT */
/* =================================================  */
.woocommerce-product-gallery__image{
    float: left;
    padding: 3px;
}
.product-image.woocommerce-product-gallery__image{
    float: none;
    clear: both;
}
#single-product-section .woocommerce-tabs.wc-tabs-wrapper{
    width: 100%;
}
.single-product{
    position: relative;
}
.product-description{
    margin-bottom: 0!important;
}
.single_add_to_cart_button{
    background: none;
    padding: 0;
    font: inherit;
    cursor: pointer;
    outline: inherit;
    position: relative;
    font-size: 17px;
    color: white!important;
    border: 2px solid rgb(171, 46, 186);
    border-radius: 7px;
    padding: 14px 50px 15px 85px;
    font-family: 'Open Sans', sans-serif!important;
    text-transform: capitalize;
}
p.stars a{
    padding-right: 5px;
}
p.stars a i{
    font-size: 25px;
    color: #fff;
}
.star-rate{
    color: #f5c314!important;
}
.woocommerce .star-rating::before{
    content: ''!important;
}
.woocommerce .star-rating span::before{
    content: ''!important;
}
.single-product #single-product-section > .section {
    max-width: 1725px;
    overflow: hidden;
}
#shop-contanier .section{
    max-width: 1725px;
    overflow: hidden;
}
#shop-contanier .product-container{
    margin-top: 70px;
}
#shop-contanier .single-product .product-container{
    margin-top: 0px;
}
html.magnifying > body {
    overflow-x: hidden !important;
}
.woocommerce #respond input#submit.loading::after, .woocommerce a.button.loading::after, .woocommerce button.button.loading::after, .woocommerce input.button.loading::after{
    top: 15px;
    right: 3px;
}
.shop-view-cart{
    padding: 0px 35px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    overflow: hidden;
}
.name-title *{
    font-size:20px;
}
.name-title i{
    color: rgb(171, 46, 186);
    margin-right:10px;
}
.name-title span{
    color: #4b4b4b;
}
.single-product .ad-to-card-button a {
    color: #4b4b4b!important;
    border-color:#4b4b4b!important;
}
.woocommerce-message a:hover, .single-product .ad-to-card-button a:hover{
    color:#fff!important;
    border-color:rgb(171, 46, 186)!important;
}
.shop-view-cart .ad-to-card-button{
    margin-top:0px!important;
}
.single-image{
    padding: 0px 20px 0px 35px;
    margin-bottom: 0!important;

}
.product-description{
    padding:20px 35px 0px 20px;
}
.magnify,
.magnify > .magnify-lens,
.magnify-mobile,
.lens-mobile { /* Reset */
    min-width: 0;
    min-height: 0;
    animation: none;
    border: none;
    float: none;
    margin: 0;
    opacity: 1;
    outline: none;
    overflow: visible;
    padding: 0;
    text-indent: 0;
    transform: none;
    transition: none;
}
.magnify {
    position: relative;
    width: 100%;
    height: 100%;
    box-shadow: none;
    display: inline-block;
    z-index: inherit;
}
.magnify > .magnify-lens { /* Magnifying lens */
    position: absolute;
    width: 200px;
    height: 200px;
    border-radius: 100%;
    /* Multiple box shadows to achieve the glass lens effect */
    box-shadow: 0 0 0 7px rgba(255, 255, 255, 0.85),
    0 0 7px 7px rgba(0, 0, 0, 0.25),
    inset 0 0 40px 2px rgba(0, 0, 0, 0.25);
    cursor: none;
    display: none;
    z-index: 99;
    transform: scale(1.5);
}
.magnify > .magnify-lens.loading {
    background: #333 !important;
    opacity: 0.8;
}
.magnify > .magnify-lens.loading:after { /* Loading text */
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    color: #fff;
    content: 'Loading...';
    font: italic normal 16px/1 Calibri, sans-serif;
    letter-spacing: 1px;
    margin-top: -8px;
    text-align: center;
    text-shadow: 0 0 2px rgba(51, 51, 51, 0.8);
    text-transform: none;
}
.product-image{
    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;
    background-color: rgb(255, 255, 255);
    border-radius: 10px;
    padding: 30px 0px;
}
.product-image > a{
    width:75%;
}
.magnify img{
    width:100%;
    height: 100%;
    object-fit: cover;
    -o-object-fit: cover;
}
.single-pr-name h3{
    font-family: 'Oswald';
    font-size: 40px;
    line-height: 30px;
    color: rgb(171, 46, 186);
    font-weight:400;
    letter-spacing: 1px;
}
.single-price p{
    font-family: 'Oswald'!important;
    font-size:30px!important;
    color:rgb(171, 46, 186)!important;
    font-weight: 300!important;
    margin-bottom:0px;
    margin-top: 1rem;
}
.single-price .bs_sale{
    font-family: 'Open Sans';
    font-size:26px;
    margin-left: 38px;
}
span.bs_sale:after {
    content: '';
    width: 75%;
    height: 1px;
    background-color: #a5a5a5;
    display: block;
    position: absolute;
    left: 0;
    bottom: 12px;
}
.single-price span.bs_sale:after{
    width: 100%;
    bottom: 17px;
}
.single-style *{
    font-size:20px;
    color:#ebebeb;
}
.single-style a{
    color: #2a2a2a;
}
.single-style a:hover{
    color: rgb(171, 46, 186);
}
.single-star{
    margin-bottom: 16px;
}
.single-star:after{
    content:'';
    display: block;
    clear: both;
}
.single-star ul:after{
    content:'';
    display:block;
    clear:both;
}
.single-star ul li{
    float:left;
    margin-right: 10px;
}
.single-star ul i, .comment-form-rating p.stars a i{
    font-size:25px;
    color:#f5c314;
}
.single-star ul li:last-child i{
    color:#d9d9d9;
}
.woocommerce .star-rating{
    width: auto!important;
    height: auto!important;
}
.rating-desc{
    font-family: 'Open Sans', sans-serif;
    padding-bottom: 2px;
}
.comment-form-rating p.stars a{
    color: #7b7b7b!important;
}
.comment-form-rating p.stars.selected a{
    color: #f5c314!important;
}
.comment-form-rating p.stars.selected a.active{
    color: #f5c314!important;
}
.comment-form-rating p.stars a.active ~ a {
    color: #4b4b4b!important;
}
.single-button-count:after{
    content:'';
    display:block;
    clear: both;
}
.single-button-count{
    margin-top: 15px;
    margin-bottom: 15px;
}
.single-button-count form{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px!important;
}
.catd-button{
    float: left!important;
    margin-right: 25px!important;
}
.catd-button button{
    -o-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
}
.catd-button a, .single_add_to_cart_button{
    position: relative!important;
    font-size: 15px!important;
    color: rgb(171, 46, 186)!important;
    border: 1px solid rgb(171, 46, 186)!important;
    border-radius: 50px!important;
    padding: 14px 50px 15px 50px!important;
    font-family: 'Oswald'!important;
    font-weight: 400!important;
    background-color: transparent!important;
    line-height: 22px!important;
}
.single_add_to_cart_button:focus{
    outline: none;
}
.single_add_to_cart_button:hover {
    color: #fff!important;
}
.catd-button a:hover, .single_add_to_cart_button:hover{
    background-color: rgb(171, 46, 186)!important;
}
.catd-button button img{
    position:absolute!important;
    left: 25px!important;
    top: 12px!important;
}
.single-button-count .plusminus{
    position:relative!important;
    float: left!important;
    width: 135px!important;
    height: 54px!important;
    border-radius: 50px!important;
}
.single-button-count .plusminus button{
    width: 40px!important;
    height:52px!important;
}
.single-button-count .plusminus input[type="number"]{
    left: 40px!important;
    height: 52px!important;
    font-size: 18px!important;
    font-weight: 400;
}
.single-button-count .plusminus button:first-child{
    border-right:0px!important;
}
.single-button-count  .plusminus button:last-child{
    border-left: 0px!important;
}
.single-text{
    margin-top:15px;
}
.single-text *{
    font-size:18px;
    line-height: 30px;
    color: #4b4b4b;
    margin-bottom: 10px;
}
#single-style-p a:hover{
    color:rgb(171, 46, 186);
}
.single-code *{
    font-size:16px;
    color: #4b4b4b;
}
.single-product .bs_sale{
    color: #4a4a4a;
}
.single-product span.bs_sale:after{
    background-color: #4a4a4a;
}
.single-code{
    margin-top: 15px;
}
.single-code span:first-child{
    color:#2a2a2a;
}
.sku{
    color: #2a2a2a;
}
.product_meta.single-code p > span {
    margin-right: 3px;
}
.product_meta.single-code a:hover{
    color:rgb(171, 46, 186);
}
.single-tab-content .tab-content .fade:not(.show){
    opacity: 1;
}
.single-code p > span {
    margin-right: 3px;
}
.sku{
    color: #4b4b4b;
}
.single-tab-content{
    padding:0px 35px;
    margin-top: 70px;
}
.single-tab-content .nav-tabs{
    border-bottom: 2px solid #2a2a2a;
}
.single-tab-content .nav-tabs .nav-item {
    margin-bottom: -3px;
}
.single-tab-content .nav-tabs .nav-link{
    font-size:20px;
    color: #2a2a2a;
    padding: 0px 0px 12px;
    border:0px;
    border-bottom:5px solid transparent;
    font-weight: 600;
    text-transform: uppercase;
}
.single-product .author-name-date p:nth-of-type(1){
    color: #2b2b2b;
}
.single-product .author-name-date p:nth-of-type(2){
    color: #888;
}
.single-product .author-info em{
    color: #2b2b2b;
}
.single-product .author-description p{
    color: #6b6b6b;
}
.single-tab-content .nav-tabs .nav-item:last-child .nav-link{
    padding-left: 24px;
    padding-right: 24px;
    margin-left: 30px;
}
.single-tab-content .nav-tabs .nav-link:hover,
.single-tab-content .nav-tabs .nav-link:focus{
    border-color:rgb(171, 46, 186);
    color:rgb(171, 46, 186)!important;
}
.single-tab-content .nav-tabs .nav-link.active,
.single-tab-content .nav-tabs .nav-item.show .nav-link{
    background-color: transparent;
    border-color:rgb(171, 46, 186);
    color:rgb(171, 46, 186)!important;
}
.single-tab-content .tab-content{
    margin-top:45px;
}
.single-tab-content .comment-form-rating{
    margin-bottom: 40px;
}
.first-tab-pane *, #tab-description *{
    font-size:18px;
    line-height: 30px;
    color:#4b4b4b;
    margin-bottom: 20px;
}
#releated-products{
    background-color: rgb(255, 255, 255);
    padding-top: 70px;
    margin-top: 70px;
}
#releated-products > .section {
    max-width: 1725px;
    overflow: hidden;
}
.related-product-title{
    padding: 0px 35px;
    margin-bottom: 76px;
}
.related-product-title h3{
    font-family: 'Oswald';
    font-weight: 400;
    font-size: 30px;
    color: #2b2b2b;
    letter-spacing: 5px;
    text-transform: uppercase;
    margin-bottom: 0;
}
#single-product-section #blog-post .form h2, #blog-post.woocommerce-Reviews #reply-title{
    text-align: left;
    color: #2b2b2b;
}
.single-tab-content #blog-post .form{
    margin-top: 70px;
}
.single-product .form form input,.single-product .form form textarea{
    border-color:#ced4da!important;
    color: #575756!important;
}
.single-product .form form input:focus,.single-product .form form textarea:focus,
.woocommerce #review_form #respond form input:focus,.woocommerce #review_form #respond textarea:focus {
    border-color: #2e0733!important;
}
.single-product .form input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color:#575756;
}
.single-product .form input::-moz-placeholder { /* Firefox 19+ */
    color:#575756;
}
.single-product .form input:-ms-input-placeholder { /* IE 10+ */
    color:#575756;
}
.single-product .form input:-moz-placeholder { /* Firefox 18- */
    color:#575756;
}
.single-product .form textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color:#575756;
}
.single-product .form textarea::-moz-placeholder { /* Firefox 19+ */
    color:#575756;
}
.single-product .form textarea:-ms-input-placeholder { /* IE 10+ */
    color:#575756;
}
.single-product .form textarea:-moz-placeholder { /* Firefox 18- */
    color:#575756;
}
.single-product #blog-post .form .btn-primary{
    border-color: rgb(171, 46, 186);
    color: rgb(171, 46, 186);
}
.single-product #blog-post .form .btn-primary:hover{
    color: #fff!important;
}
.comment-form-rating{
    margin-bottom: 35px;
}
.comment-form-rating > label{
    color: #7b7b7b;
    margin-bottom: 0;
}
.comment-form-rating p.stars a {
    color: #fff;
    cursor: auto;
}
.comment-form-rating p.stars a i {
    color: #7b7b7b;
}
.comment-form-rating p.stars a.star-1 i,
.comment-form-rating p.stars a.star-2 i,
.comment-form-rating p.stars a.star-3 i{
    color: #f5c314;
}
/* =================================================  */
/* SINGLE PRODUCT END */
/* =================================================  */
/* =================================================  */
/* HOME DEMO 2 */
/* =================================================  */
body.demo-2-bg.classic{
    background-color: rgb(255, 255, 255);
}
#my-music{
    position: relative;
    background-color: rgb(42, 42, 42);
    padding-bottom: 145px;
}
#my-music .music-banner{
    padding:0px;
}
#my-music  div.section  div.row{
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.music-banner-1{
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 36%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 36%;
    flex: 0 0 36%;
    max-width: 36%;
}
.music-banner-2{
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 32%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 32%;
    flex: 0 0 32%;
    max-width: 32%;
}
.music-banner-3{
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 29%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 29%;
    flex: 0 0 29%;
    max-width: 29%;
}
#about-me{
    position:relative;
    padding-bottom: 115px;
    background-color: rgb(42, 42, 42);
    background-size: cover;
    background-position: 0% 40%;
    opacity: 0.9;
}
#about-me .section_bg_image{
    background-size: cover;
    background-position: 0% 40%;
    opacity: 0.9;
}
.about-me-content{
    margin-top: 100px;
}
.about-me-content *{
    font-size: 18px;
    color: #fff;
    text-align: justify;
    line-height: 35px;
}
.signature{
    margin-top: 110px;
    text-align:right;
}
.home-demo-2.classic #testimonials .section_bg_image{
    opacity: 1;
    background-size: cover;
}
.home-demo-2.classic #footer .overly {
    background-color: rgba(0, 0, 0, 0.8);
}
.home-demo-2.classic #header-404 .overly{
    background-color: rgba(0, 0, 0, 0.3);
}
/***** Woocommerce MyAccount Navigation *****/
nav.woocommerce-MyAccount-navigation ul > li a{
    display:block;
    font-size: 16px;
    line-height: 30px;
    color: #a5a5a5;
    text-transform: uppercase;
    padding: 20px 0px;
    border-bottom: 1px solid #373737;
}
nav.woocommerce-MyAccount-navigation ul > li:last-child a{
    border-bottom:none;
}
nav.woocommerce-MyAccount-navigation ul > li a:hover{
    color: rgb(171, 46, 186);
}
.woocommerce-MyAccount-content{
    padding-top: 20px;
    padding-left: 20px;
}
.woocommerce-MyAccount-content *{
    font-size:16px;
    line-height:30px;
    margin-bottom: 0;
}
.woocommerce-MyAccount-content a:hover{
    color: rgb(171, 46, 186);
}
.woocommerce-MyAccount-content div.woocommerce-Address{
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -moz-box-flex: 0;
    -ms-flex: none;
    flex: none;
    max-width: 100%;
    float: none!important;
    width: 100%!important;
}
.woocommerce-MyAccount-content .title{
    padding-top: 30px;
    padding-bottom: 0px;
}
.woocommerce-MyAccount-content form .form-row,
form.woocommerce-form-login .form-row,
form.woocommerce-ResetPassword .form-row,
form.woocommerce-form-register .form-row{
    margin-top: 0px!important;
    margin-bottom: 20px!important;
}
.woocommerce-MyAccount-content form input,
form.woocommerce-form-login input,
form.woocommerce-ResetPassword input{
    padding: 0.375rem 0.75rem;
}
.woocommerce-MyAccount-content form button,
form.woocommerce-form-login button,form.woocommerce-form-register button,
form.woocommerce-ResetPassword button{
    font-family: 'Oswald';
    font-weight: 400!important;
    color: rgb(171, 46, 186)!important;
    font-size: 20px!important;
    letter-spacing: 2px!important;
    background-color: transparent!important;
    border: 1px solid rgb(171, 46, 186)!important;
    text-transform: uppercase!important;
    padding-top: 24px!important;
    padding-bottom: 23px!important;
    -o-transition: all 0.3s ease-out 0s!important;
    -moz-transition: all 0.3s ease-out 0s!important;
    transition: all 0.3s ease-out 0s!important;
    -webkit-transition: all 0.3s ease-out 0s!important;
    margin-top: 20px!important;
    border-radius: 50px!important;
}
.woocommerce-MyAccount-content form button:hover,
form.woocommerce-form-login button:hover,form.woocommerce-form-register button:hover,
form.woocommerce-ResetPassword button:hover{
    background-color: rgb(171, 46, 186)!important;
    color:#fff!important;
}
.woocommerce-LostPassword.lost_password a:hover{
    color: rgb(171, 46, 186);
}
form.woocommerce-form-login label.woocommerce-form__label{
    margin-bottom: 0;
    margin-top: 28px;
    margin-left: 10px;
    cursor: pointer;
}
.woocommerce-MyAccount-content form .form-group{
    margin-bottom: 20px;
}
.woocommerce-MyAccount-content form .form-group input,
.woocommerce-MyAccount-content form .form-group textarea{
    font-size: 18px;
    background-color: rgb(38, 38, 38);
    color: #959595;
    text-transform: capitalize;
    border: none;
    height: 60px;
    border-radius: 10px;
}
.woocommerce-MyAccount-content form .chosen-single{
    color: #959595;
}
.woocommerce-MyAccount-content form h3{
    font-size: 18px;
    margin-bottom: 15px;
}
#checkout-list .l-f form button.btn-primary,form.woocommerce-form-login button, form.woocommerce-form-register button{
    font-size: 16px!important;
    padding-top: 11px!important;
    padding-bottom: 9px!important;
    width: 210px;
    max-width: 210px;
    line-height: inherit!important;
    font-weight: inherit!important;
}
@media(max-width: 1380px){
    nav.woocommerce-MyAccount-navigation ul > li a {
        font-size: 15px;
        line-height: 28px;
    }
    .woocommerce-MyAccount-content *{
        font-size: 18px;
        line-height: 28px;
    }
    .woocommerce-MyAccount-content form .form-group{
        margin-bottom: 15px;
    }
    .woocommerce-MyAccount-content form .form-group input{
        height: 50px;
    }
    .woocommerce-MyAccount-content form .form-row,
    form.woocommerce-form-login .form-row,
    form.woocommerce-ResetPassword .form-row,
    form.woocommerce-form-register .form-row{
        margin-bottom: 15px!important;
    }
    .woocommerce-MyAccount-content .woocommerce-message .woocommerce-Button.button{
        font-size: 14px!important;
    }
}
@media(max-width: 1180px) {
    nav.woocommerce-MyAccount-navigation ul > li a {
        font-size: 12px;
        line-height: 26px;
    }
    .woocommerce-MyAccount-content *{
        font-size: 16px;
        line-height: 26px;
    }
    .woocommerce-MyAccount-content form .form-group{
        margin-bottom: 10px;
    }
    .woocommerce-MyAccount-content form .form-group input{
        height: 40px;
    }
    .woocommerce-MyAccount-content form .form-row,
    form.woocommerce-form-login .form-row,
    form.woocommerce-ResetPassword .form-row,
    form.woocommerce-form-register .form-row{
        margin-bottom: 10px!important;
    }
    .woocommerce-MyAccount-content form button,
    form.woocommerce-ResetPassword button{
        font-size: 18px!important;
        padding-top: 10px!important;
        padding-bottom: 10px!important;
    }
    .l-f form .create-password .checkbox label{
        margin-top: 30px;
    }
}
@media(max-width: 1100px){
    nav.woocommerce-MyAccount-navigation ul > li a {
        padding: 15px 0px;
    }
    .woocommerce-MyAccount-content .woocommerce-message .woocommerce-Button.button{
        padding: 12px 10px!important;
        font-size: 12px!important;
        border-radius: 6px!important;
    }
}
@media(max-width:767px){
    nav.woocommerce-MyAccount-navigation ul > li a {
        font-size: 12px;
        line-height: 22px;
    }
    .woocommerce-MyAccount-content{
        padding-left:0px;
    }
    .woocommerce-MyAccount-content *{
        font-size: 14px;
        line-height: 22px;
    }
    .woocommerce-MyAccount-content form .form-group input,
    .woocommerce-MyAccount-content form .form-group textarea{
        font-size: 14px;
    }
    .woocommerce-MyAccount-content form button,
    form.woocommerce-ResetPassword button{
        font-size: 16px!important;
        padding-bottom: 8px!important;
        padding-top: 8px!important;
    }
    .woocommerce-MyAccount-content .woocommerce-message{
        padding:0px;
    }
    .woocommerce-MyAccount-content .woocommerce-message .woocommerce-Button.button{
        padding: 12px 9px!important;
    }
}
@media (max-width: 575px){
    .woocommerce-MyAccount-content form .form-group input,
    .woocommerce-MyAccount-content form .form-group textarea{
        border-radius: 3px;
    }
}
@media(max-width:1380px){
    .on-tour-wrapper{
        padding-bottom: 60px;
    }
    .return-to-shop{
        margin-bottom: 55px;
    }
}
@media(max-width:1024px){
    .standard-post-item {
        margin-bottom: 72px;
    }
}
@media(max-width:767px){
    #sidebar{
        float: none;
    }
    .about-me-content * {
        font-size: 14px;
        line-height: 22px;
    }
    .music-banner-1,.music-banner-2,.music-banner-3{
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .music-banner-1,.music-banner-2{
        margin-bottom: 40px;
    }
    .signature{
        text-align: left;
    }
    .signature img{
        width:40%;
    }
    #about-me .section_bg_image{
        background-position: center center;
    }
    .blog-content #commentform textarea{
        height: 190px;
    }
    .on-tour-wrapper {
        padding-bottom: 50px;
    }
}
@media (max-width: 380px){
    .music-banner-1,.music-banner-2{
        margin-bottom: 20px;
    }
}
@media (max-width: 1024px) and (min-width: 768px){
    .home-demo-2.classic #on-tour {
        top: 0px;
    }
    #my-music {
        top: 6px;
    }
    #about-me{
        top: 5px;
    }
}
/* =================================================  */
/* HOME DEMO 2 END */
/* =================================================  */

/**************** BODY CSS END *******************/

/* ========================================================== */
/*   RESPONSIVE CSS
/* ========================================================== */

@media(max-width:1820px){
    .plyr .plyr__volume{
        max-width: 130px!important;
        margin-right: 30px!important;
    }
    .plyr__controls>button:last-of-type{
        right:2%;
    }
    #discography-post .plyr__controls>button:last-of-type{
        right:1%;
    }
    #discography-post .mp3 .plyr--audio .plyr__controls{
        padding:  0px 20px 0px 4px!important;
        margin: 46px 0px 48px 0px!important;
    }
    #discography-post .plyr__controls>button:last-of-type:before{
        right: 415%!important;
    }
}
@media(max-width:1690px){
    .plyr__controls>button:last-of-type{
        right:3%;
    }
    .plyr__controls>button:last-of-type:before{
        right: 390%;
    }
    .plyr__time+.plyr__time{
        margin-right: 50px!important;
    }
    /***** Single Events *****/
    .event-tickets a{
        padding: 25px 55px 25px;
    }
    .event-tickets a:first-child{
        margin-right: 25px;
    }
    .event-tickets a:last-child{
        padding: 25px 30px;
    }
    /***** Checkout ****/
    #checkout-list table.table tr:first-child th{
        font-size: 16px;
    }
    #checkout-list table.table tr th,
    #checkout-list table.table tr td{
        font-size: 16px;
        padding: 15px;
    }
    #checkout-list table.table tbody tr:last-child th:first-child{
        font-size: 18px;
        padding-top: 21px;
    }
    #checkout-list table.table tbody tr:last-child th:last-child{
        font-size: 26px;
    }
}
@media(max-width:1600px){
    #image-gallery .grid > div.grid-item:nth-child(2) {
        width: 50%;
        height: 890px;
    }
    #image-gallery .grid > div.grid-item:nth-child(2n+1) {
        height: 500px;
    }
    #image-gallery .grid > div.grid-item:nth-child(3n+1) {
        height: 890px;
    }
    #image-gallery .grid > div.grid-item:last-child {
        height: 390px!important;
    }
}
@media(max-width:1560px){

    /***** Cart *****/
    .cart-image{
        width: 200px;
        height: 200px;
        margin-right: 30px;
    }
    .cart-description a, .cart-description h2{
        margin-bottom: 10px;
    }
    .plusminus,.plusminus button,.plusminus input[type="number"]{
        height: 50px!important;
    }
    .plusminus button,
    .plusminus input[type="number"]{
        height: 46px;
    }
}
@media(max-width: 1530px){
    /***** Blog Single Post *****/
    .recent-post-image img,.recent-post-image{
        width: 70px;
    }
}
@media(max-width:1500px){
    .background-map{
        top: 20%;
    }
    /***** Search Result *****/
    .t-shirt-image {
        height: 600px;
    }
    /*** Shop ***/
    .results-select .btn-primary{
        padding: 8px 54px 10px 40px;
    }
    .results-select .dropdown-menu{
        -webkit-transform: translate3d(0px, 70px, 0px)!important;
        -moz-transform: translate3d(0px, 70px, 0px)!important;
        transform: translate3d(0px, 70px, 0px)!important;
    }
    .results-select .dropdown-menu.show{
        -webkit-transform: translate3d(0px, 51px, 0px)!important;
        -moz-transform: translate3d(0px, 51px, 0px)!important;
        transform: translate3d(0px, 51px, 0px)!important;
    }
}
@media(max-width:1430px){
    .buy a{
        padding: 11px 30px 10px;
    }
}
@media(max-width: 1400px){
    #image-gallery .grid > div.grid-item:nth-child(2) {
        width: 50%;
        height: 800px;
    }
    #image-gallery .grid > div.grid-item:nth-child(2n+1) {
        height: 450px;
    }
    #image-gallery .grid > div.grid-item:nth-child(3n+1) {
        height: 800px;
    }
    #image-gallery .grid > div.grid-item:last-child {
        height: 350px!important;
    }
    .plyr--audio .plyr__controls{
        padding: 60px 20px 25px 18px!important;
    }
    .plyr__controls button svg{
        width: 20px!important;
        height: 20px!important;
    }
    .plyr__controls > .plyr__time{
        left: 50px!important;
    }
    .plyr .plyr__progress{
        margin-left: 70px!important;
    }
    .plyr__time+.plyr__time{
        margin-left: 15px!important;
        margin-right: 30px!important;
    }
    .plyr__controls>button:last-of-type{
        right: 4%;
        top: 51%;
    }
    .plyr__controls>button:last-of-type:before{
        font-size: 24px!important;
        top: 0px!important;;
        right: 380%!important;
    }
    .plyr__time{
        font-size: 18px!important;
    }
    .buy a{
        font-size: 21px;
        padding: 11px 33px 11px;
    }
    .name p{
        font-size: 40px;
        line-height: 45px;
    }
    .day_num{
        width: 130px;
        height: 45px;
        line-height: 24px;
    }
    .day_num span{
        font-size: 54px;
    }
    .day_num div p{
        font-size: 22px;
    }
    #discography-text{
        margin-top: 60px;
    }
    .social-icons {
        margin-top: 25px;
        margin-bottom: 55px;
        padding-top: 25px;
    }
    .playlist .music_line .plyr__time:after{
        right: 50px!important;
    }
    .plyr .plyr__volume{
        margin-right: 32px!important;
        max-width: 100px;
    }
    #discography-text{
        margin-top: 5px;
    }
    /***** Blog Mansory *****/
    .grid-item--width2 {
        height: 1140px;
    }
    .grid-item--width1,
    .grid-item--width3,
    .grid-item--width4 {
        height: 570px;
    }
    .massonry-post-logo{
        width: 270px;
        height: 35px;
    }
    .grid-item-img:after{
        width: 270px;
        height: 35px;
    }
}
@media (min-width: 1381px) and (max-width:1690px) {
    .plyr .plyr__volume{
        max-width: 105px!important;
    }
}
@media (max-width: 1380px) {
    .privacy-policy p{
        font-size: 16px;
    }
    .header-title h1{
        font-size: 40px;
    }
    .title h1{
        font-size: 36px;
    }
    .title p{
        font-size: 14px;
        line-height: 28px;
    }
    .sec_2_content{
        line-height: 28px;
    }
    .sec_2_content *{
        font-size: 16px;
        line-height: 30px;
        margin-bottom: 20px;
    }
    .music_date i{
        font-size: 16px;
    }
    #album-release .sec_2_content *{
        margin-bottom: 0;
    }
    .cta a{
        font-size: 14px;
    }
    .plyr__controls>button:last-of-type {
        top: 53%;
    }
    .mp3_3  .plyr__controls>button:last-of-type {
        top: 52%;
    }
    #news{
        padding-bottom: 59px;
    }
    .n_c *{
        font-size:18px;
        line-height:28px;
    }
    .music-banner-text h2{
        font-size: 36px;
        line-height: 40px;
    }
    .music-banner-text  p{
        font-size: 36px;
        line-height: 40px;
    }
    .music-banner-text  p{
        font-size: 18px;
        line-height: 28px;
    }
    .music-banner-text{
        padding: 0px 0px 40px;
    }
    body.gallery-photogallery .dis-name h2{
        font-size: 36px;
    }
    body.gallery-photogallery .dis-name p{
        font-size: 18px;
        line-height: 28px;
    }
    .header-title h1{
        font-size: 40px;
    }
    .header-title a{
        font-size: 21px;
        padding: 15px 50px 16px;
    }
    #page-title{
        margin-top: 110px;
        margin-bottom: 55px;
    }
    #about-me{
        padding-bottom: 60px;
    }
    .about-me-content * {
        font-size: 16px;
        line-height: 28px;
    }
    .title{
        padding-top: 59px;
        padding-bottom: 53px;
    }
    #contact-us{
        padding-bottom: 60px;
    }
    #testimonials{
        padding-bottom: 44px;
    }
    #video{
        padding-bottom: 61px;
    }
    #video .embed-responsive {
        max-width: 1000px;
        border-width: 14px;
    }
    .carousel_content * {
        font-size: 16px;
        line-height: 28px;
    }
    .music_shop{
        margin-bottom: 0px;
    }
    .m_img {
        height: 100px;
    }
    .plyr__controls button svg {
        height: 16px !important;
    }
    #discography-post .mp3 .plyr__controls > .plyr__time{
        font-size: 18px;
    }
    .plyr__time {
        font-size: 16px !important;
    }
    .plyr__controls > .plyr__time {
        margin-top: 0px!important;
        margin-left: 4px!important;
    }
    .plyr__controls > button:last-of-type:before {
        font-size: 18px !important;
        top: 2px!important;
    }
    .plyr .plyr__volume {
        max-width: 100px!important;
        margin-right: 30px!important;
    }
    .plyr__controls > button:last-of-type {
        top: 53%;
    }
    .plyr .plyr__progress {
        margin-left: 60px !important;
    }
    .plyr__time + .plyr__time::before {
        top: -1px !important;
    }
    .mp3 > span {
        left: 30px;
        font-size: 16px;
    }
    .cta {
        margin-top: 40px;
    }
    .j_c {
        padding-bottom: 50px;
    }
    #album-release{
        padding-bottom: 33px;
    }
    #on-tour > div:first-child > div {
        padding-bottom: 60px!important;
    }
    .page-template-template-events-upcoming #on-tour > div:first-child > div,
    .page-template-template-events-past #on-tour > div:first-child > div,
    .page-template-template-events-all #on-tour > div:first-child > div {
        padding-bottom: 0!important;
    }
    .day_num {
        line-height: 23px;
        border-right-width: 5px;
    }
    .day_num span{
        font-size: 50px;
    }
    .name p {
        font-size: 35px;
    }
    .row.ticket > div{
        padding: 30px 20px;
    }
    .buy a{
        text-align: center;
        font-size: 18px;
        padding: 9px 25px 10px;
    }
    .n_c *{
        font-size: 16px;
        line-height: 28px;
    }
    .carousel_content * {
        font-size: 16px;
        line-height: 28px;
    }
    .buy p{
        font-size: 24px;
    }
    #gallery .cta {
        margin-top: 73px;
    }
    #video {
        padding-bottom: 60px;
    }
    #video .embed-responsive{
        max-width:1000px;
        border-width: 14px;
    }
    .news_content{
        padding-top: 24px;
    }
    .news_content h2{
        font-size: 32px;
    }
    #gallery{
        padding-bottom: 74px;
    }
    #gallery .cta{
        margin-top: 73px;
    }
    .playlist-title h2 {
        font-size: 36px;
    }
    .playlist .music_line > span {
        font-size: 16px;
        line-height: 28px;
    }
    #discography-post .mp3 .plyr__controls > .plyr__time{
        font-size: 18px;
    }
    .sm-title h2 {
        font-size: 26px;
        line-height: 28px;
    }
    .shop_cta{
        font-size: 14px;
    }
    .video-banner-name h2 {
        font-size: 26px;
    }
    .video-banner-name p {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: -4px;
    }
    /***** Gallery *****/
    #discography.gallery-photogallery .grid-item{
        height: 570px;
    }
    #discography.gallery-photogallery .grid-item:nth-child(2){
        height: 570px!important;
    }
    #discography.gallery-photogallery .grid-item:nth-child(5n+1) {
        height: calc(570px * 2)!important;
    }
    #contact-us {
        padding-bottom: 60px;
    }
    /***** Music Single Album *****/
    #discography-post{
        padding-top: 50px;
    }
    .social-icons{
        margin-top: 25px;
        margin-bottom: 55px;
        padding-top: 25px;
    }
    .single-video .social-icons{
        margin-top: 25px;
        margin-bottom: 55px;
    }
    .single-video #discography-text{
        margin-top: 55px;
        margin-bottom: 55px;
    }
    .reg-form-div{
        margin-top: 55px;
    }
    /***** Cart *****/
    .cart-image {
        width: 180px;
        height: 180px;
        margin-right: 20px;
    }
    .enter-coupon, .order-button {
        max-width: 430px;
    }
    .cart-buttons a {
        font-size: 16px!important;
        padding: 14px 35px;
    }
    .cart-buttons button:first-child{
        font-size: 16px!important;
        padding: 14px 35px!important;
    }
    .cart-buttons a:last-child {
        padding: 14px 47px!important;
    }
    button[name=calc_shipping]{
        padding: 14px 47px!important;
        font-size: 16px!important;
    }
    #cart-order {
        padding-bottom: 42px;
    }
    /******* Music Discography   **********/
    #discography-post{
        margin-top: 55px;
        padding-top: 55px;
        padding-bottom: 35px;
    }
    #discography-post .global-title {
        padding: 53px 0px 110px;
    }
    .global-title h1 {
        font-size: 70px;
    }
    .music-banner-text p{
        font-size: 18px;
        line-height: 28px;

    }
    .gallery-photogallery .music-banner-text h2{
        font-size: 36px;
    }
    .gallery-photogallery .music-banner-text p {
        font-size: 18px;
        line-height: 28px;
    }
    #discography-post .mp3 .plyr__controls > .plyr__time{
        font-size: 18px!important;
    }
    .playlist-title h2{
        font-size: 36px;
    }
    .playlist .music_line > span{
        font-size: 16px;
        line-height: 28px;
    }
    .discography_description *{
        font-size: 16px;
        line-height: 28px;
    }
    .sm-title h2{
        font-size: 26px;
        line-height: 28px;
    }
    .shop_cta{
        font-size: 14px;
        margin-bottom:0px;
    }
        #discography-text {
        margin-top: 30px;
    }
    .social-icons {
        margin-top: 25px;
        margin-bottom: 55px;
        padding-top: 25px;
    }
    .single-video #discography-text {
        margin-top: 55px;
    }
    .single-video .social-icons {
        margin-top: 25px;
        margin-bottom: 55px;
    }
    /**** All Events ****/
    #on-tour.all-events {
        padding-bottom: 55px;
    }
    /***** Single Events *****/
    #text-and-video .social-icons {
        margin-top: 25px;
    }
    .event-tickets a {
        padding: 20px 45px 20px;
    }
    .event-tickets a:last-child{
        padding: 20px 30px;
    }
    .events-slider{
        height: 520px;
    }
    .events_date *{
        font-size: 26px;
        line-height: 28px;
    }
    .event-tickets{
        margin-top: 40px;
    }
    .event-text {
        margin-top: 50px;
    }
    .single-events-text p{
        font-size: 16px;
        line-height: 28px;
        margin-bottom: 30px;
    }
    #text-and-video{
        padding: 55px 0px;
    }
    #text-and-video .social-icons {
        margin-top: 25px;
    }
    #map iframe{
        height: 700px;
    }
    .video-banner-name p{
        font-size: 18px;
        line-height: 28px;
        margin-bottom: -4px;
    }
    .video-banner-name h2{
        font-size: 26px;
    }
    body.single-video #discography-text {
        margin-top: 55px;
    }
    body.single-video .social-icons{
        margin-top: 25px;
        margin-bottom: 55px;
    }
    #custom-single #commentform  {
        margin-bottom: 55px;
    }
    #standard-blog .blog-content{
        padding-bottom: 55px;
    }
    .social-icons > span {
        font-size: 16px;
    }
    .social-icons a {
        font-size: 18px;
    }
    #map {
        margin-top: 55px;
    }
     /***** Single Gallery *****/
    #single-gallery .grid-item{
        height: 700px;
    }
    #single-gallery .grid-item:nth-child(6n+1), #single-gallery .grid-item:nth-child(5n+1){
        height: 350px;
    }
    .gallery-single-gallery #discography-text {
        margin-top: 0;
        padding-top: 55px;
    }
    .sm-title {
        margin-bottom: 55px;
    }
    .sm-title h2 {
        font-size: 26px;
        line-height: 28px;
    }
    /****** Blog Grid ****/
    .grid li {
        padding: 0px 15px 30px 15px;
    }
    .grid figcaption{
        padding: 25px 30px 30px;
    }
    #blog-grid-gallery {
        padding-bottom: 23px;
    }
    .grid-gallery figcaption h3{
        font-size: 26px;
        line-height: 28px;
    }
    .grid-gallery figcaption .post-publish-date{
        font-size: 15px;
    }
    .grid-gallery figcaption p{
        font-size: 16px;
        line-height: 28px;

    }
    /***** Blog Single Post *****/
    .featured-image{
        height: 400px;
        margin-bottom: 30px;
    }
    .blog-categories h2, .blog-recent-post h2{
        font-size: 20px;
        line-height: 28px;
    }
    .categories-line{
        font-size: 15px;
        line-height: 28px;
    }
    .recent-post-name h3{
        font-size: 15px;
        line-height: 20px;
    }
    .recent-post-name span{
        font-size: 12px;
    }
    .post-text p{
        font-size: 16px;
        line-height: 28px;
        margin-top: 50px;
    }
    #blog-post .form h2{
        font-size: 20px;
    }
    #blog-post #reply-title{
        font-size: 20px;
    }
    #single-product-section #blog-post .form h2{
        font-size: 26px;
        margin-bottom: 25px;
    }
    .comment-form-rating{
        margin-bottom: 30px;
    }
    .author-name-date p:nth-of-type(1){
        font-size: 18px;
        line-height: 28px;
    }
    .author-name-date p:nth-of-type(2) {
        font-size: 15px;
    }
    .author-info em {
        font-size: 15px;
    }
    .author-description p {
        font-size: 16px;
        line-height: 28px;
    }
    .reply {
        font-size: 18px;
        margin-bottom: 55px;

    }
    #blog-post .form h2, #blog-post.woocommerce-Reviews #reply-title{
        font-size: 26px;
    }
    .post-category, .post-by * {
        font-size: 15px;
    }
    .post-share {
        margin-top: 25px;
    }
    .post-author {
        margin-top: 55px;
    }
    #blog-post .form{
        margin-top: 55px;
    }
    /**** Blog Standard ****/
    #standard-blog .blog-content{
        padding-bottom: 55px;
    }
    .standard-post-item {
        margin-bottom: 93px;
    }
    .blog-search form button{
        width: 18%;
    }
    .blog-search form input{
        width: 82%!important;
    }
    #blog-grid-gallery {
        padding-bottom: 25px;
    }
    .see-more {
        text-align: center;
    }
    #blog-grid-gallery .see-more{
        margin-top: 20px;
        margin-bottom: 24px;
    }
    .standard-post-item {
        margin-bottom: 78px;
    }
    .post-heading h2{
        font-size: 36px;
        line-height: 28px;
    }
    .g_t h3{
        font-size: 26px;
        line-height: 28px;
    }
    .g_t p {
        font-size: 16px;
        line-height: 28px;
    }
    .cart-name * {
        font-size: 18px;
        line-height: 28px;
    }
    .cart-description a, .cart-description h2 {
        font-size: 26px;
        line-height: 28px;
    }
    .cart-description p {
        font-size: 16px;
        line-height: 28px;
    }
    .product-price *{
        font-size: 26px;
        line-height: 28px;
    }
    .coupon-title h3 {
        font-size: 26px;
        line-height: 28px;
    }
    .coupon-title span {
        font-size: 18px;
        line-height: 28px;
    }
    .o-t * {
        font-size: 26px;
        line-height: 28px;
    }
    .g-p * {
        font-size: 36px;
        line-height: 28px;
    }
    .c-t * {
        font-size: 16px;
        line-height: 28px;
    }
    .l-b *, .c-b * {
        font-size: 18px;
        line-height: 28px;
    }
    .l-f form p, .l-form > a {
        font-size: 18px;
        line-height: 28px;
    }
    .l-f form .create-password .checkbox label span,
    .dif-address .checkbox label span{
        font-size: 18px;
        line-height: 28px;
    }
    .l-f form p, .l-form > a {
        font-size: 18px;
        line-height: 28px;
    }
    #checkout-list form h3 {
        font-size: 26px;
        line-height: 28px;
    }
    #checkout-list form .form-group .results-select > p {
        font-size: 16px;
        line-height: 28px;
    }
    .pay-text p {
        font-size: 14px;
    }
    .woocommerce-privacy-policy-text p{
        font-size: 16px;
    }
    .create-password .checkbox label span {
        font-size: 18px;
        line-height: 28px;
    }
    #checkout-list table.table tr:first-child th {
        font-size: 15px;
    }
    .what-is-paypal a {
        font-size: 16px;
    }
    .contact-info h2{
        font-size: 36px;
        margin-bottom: 40px;
    }
    .contact-us-page#contact-us{
        padding: 55px 0px 55px;
    }
    .contact-info p {
        font-size: 18px;
        line-height: 28px;
    }
    .contact-adress > a, .contact-adress > p {
        font-size: 15px;
        margin-bottom: 10px;
    }
    /***** Search Result *****/
    .t-shirt-image {
        height: 460px;
    }
    .t-shirt-description{
        padding: 30px 5px 79px;
    }
    .search-result .see-more {
        margin-bottom: 49px;
    }
    .t-shirt-description .post-cta {
        margin-top: 60px;
    }
    .global-title h2{
        font-size: 45px;
    }
    .t-shirt-description h2 {
        font-size: 26px;
        line-height: 28px;
        margin-bottom: 30px;
    }
    .t-shirt-description p {
        font-size: 18px;
        line-height: 28px;
    }
    /*** Shop ***/
    .s-item{
        margin-bottom: 55px!important;
    }
    .results-select .btn-primary {
        font-size: 18px;
        padding: 8px 30px 8px 25px;
    }
    .best-offer{
        width: 95px;
        height: 95px;
    }
    .best-offer svg{
        width: 95px;
        height: 95px;
    }
    .related.products .best-offer {
        top: -45px;
        left: 35px;
    }
    .best-offer h4{
        font-size:18px;
        margin-bottom: 0px;
    }
    .best-offer p{
        font-size:14px;
    }
    .results-text{
        margin-top: 5px;
    }
    .results-select .dropdown-menu{
        -webkit-transform: translate3d(0px, 70px, 0px)!important;
        -moz-transform: translate3d(0px, 70px, 0px)!important;
        transform: translate3d(0px, 70px, 0px)!important;
    }
    .results-select .dropdown-menu.show{
        -webkit-transform: translate3d(0px, 44px, 0px)!important;
        -moz-transform: translate3d(0px, 44px, 0px)!important;
        transform: translate3d(0px, 44px, 0px)!important;
    }
    .results-text * {
        font-size: 18px;
        line-height: 28px;
    }
    .s-item-name h2 {
        font-size: 16px;
        line-height: 28px;
    }
    .s-item-name p {
        font-size: 18px!important;
    }
    .bs_sale {
        font-size: 18px;
    }
    .bs_sale:after{
        bottom: 11px;
    }
    .bs_sale sup:after{
        top: 9px;
    }
    .ad-to-card-button a{
        font-size: 14px!important;
    }
    .results-select .dropdown-menu{
        -webkit-transform: translate3d(0px, 70px, 0px)!important;
        -moz-transform: translate3d(0px, 70px, 0px)!important;
        transform: translate3d(0px, 70px, 0px)!important;
    }
    .results-select .dropdown-menu.show{
        -webkit-transform: translate3d(0px, 44px, 0px)!important;
        -moz-transform: translate3d(0px, 44px, 0px)!important;
        transform: translate3d(0px, 44px, 0px)!important;
    }
    .single-tab-content .tab-content{
        margin-top: 40px;
    }
    .single-tab-content #blog-post .form {
        margin-top: 34px;
    }
    .single-tab-content .comment-form-rating {
        margin-bottom: 38px;
    }
    .related-product-title{
        margin-bottom: 55px;
    }
    /***** Checkout ******/
    #checkout-list {
        padding-bottom: 40px;
    }
    #checkout-list .l-f form button.btn-primary{
        padding-top: 9px!important;
        padding-bottom: 7px!important;
    }
    #checkout-list .c-f form button.btn-primary{
        margin-top: 22px;
        padding-top: 9px;
        padding-bottom: 7px;
    }
    #checkout-list form .form-group input,
    .chosen-container-single .chosen-search,
    .chosen-single,.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea,
    .chosen-container-single .chosen-search input{
        height: 50px;
    }
    .chosen-search:after{
        top:20px;
    }
    #checkout-list form .form-group .results-select .dropdown-toggle::after, .chosen-single:after{
        top: 16%;
    }
    #checkout-list form .form-group .results-select .btn-primary, .chosen-single{
        padding: 11px 20px 10px 20px;
    }
    .chosen-container.chosen-with-drop .chosen-drop{
        -webkit-transform: translate3d(0px, -50px, 0px)!important;
        -moz-transform: translate3d(0px, -50px, 0px)!important;
        transform: translate3d(0px, -50px, 0px)!important;
    }
    #checkout-list form .form-group {
        margin-bottom: 15px;
    }
    .woocommerce form .shipping-calculator-form .form-row input, .woocommerce form .shipping-calculator-form .form-row textarea, .woocommerce form .shipping-calculator-form .chosen-container {
        margin-bottom: 15px;
    }
    #checkout-list form .form-group a.bfh-selectbox-toggle{
        height: 50px;
    }
    #checkout-list form .form-group a.bfh-selectbox-toggle span.bfh-selectbox-option{
        padding-top: 4px;
    }
    #checkout-list form .form-group .results-select .btn-primary{
        padding: 11px 20px 11px 20px;
    }
    #checkout-list form .form-group .results-select .dropdown-toggle::after{
        top: 14%;
    }
    .shipping-method .results-select .dropdown-menu.show {
        -webkit-transform: translate3d(0px, 51px, 0px)!important;
        -moz-transform: translate3d(0px, 51px, 0px)!important;
        transform: translate3d(0px, 51px, 0px)!important;
    }
    #checkout-list table.table tr th, #checkout-list table.table tr td{
        font-size: 15px;
    }
    #checkout-list table.table tbody tr:last-child th:first-child {
        font-size: 16px;
        padding-top: 19px;
    }
    #checkout-list table.table tbody tr:last-child th:last-child {
        font-size: 21px;
    }
    .what-is-paypal {
        margin-left: 8px;
    }
    .what-is-paypal img{
        width: 35px;
    }
    .login-and-cupon {
        margin-bottom: 55px;
    }
    .contact-us-page #contact-us {
        padding: 55px 0px 55px;
    }
    .contact-info h2{
        font-size: 36px;
        margin-bottom: 40px;
    }
    .contact-info p {
        font-size: 18px;
        line-height: 28px;
    }
    .contact-adress > a, .contact-adress > p {
        font-size: 15px;
        margin-bottom: 10px;
    }
    .what-is-paypal a {
        font-size: 13px;
    }
    /***** Cart *****/
    .order-coupon {
        margin-top: 55px;
    }
    /***** Single Product *****/
    .product-description {
        padding: 0px 35px 0px 20px;
    }
    .single-price p{
        font-size: 24px!important;
    }
    .single-style *{
        font-size: 18px;
        margin-bottom: 10px;
    }
    .single-pr-name h3 {
        font-size: 36px;
        line-height: 28px;
    }
    .single-text * {
        font-size: 16px;
        line-height: 28px;
    }
    .single-tab-content .nav-tabs .nav-link {
        font-size: 18px;
    }
    .first-tab-pane * {
        font-size: 16px;
        line-height: 28px;
    }
    .single-product #releated-products {
        padding-top: 55px;
        margin-top: 25px;
    }
    #releated-products .s-item {
        margin-bottom: 55px;
    }
    .related-product-title h3 {
        font-size: 26px;
    }
    .author-description p {
        font-size: 16px;
        line-height: 28px;
    }
    .single-star ul i, .comment-form-rating p.stars a i{
        font-size: 18px;
    }
    .single-button-count {
        margin-top: 16px;
    }
    .catd-button a, .single_add_to_cart_button{
        font-size: 14px!important;
        padding: 12px 30px 12px 30px!important;
    }
    .catd-button a img, .single_add_to_cart_button img{
        left: 25px!important;
        top: 10px!important;
        width: 18px!important;
    }
    .single-button-count .plusminus{
        width: 120px!important;
        height: 44px!important;
    }
    .single-button-count .plusminus button{
        height: 42px!important;
    }
    .single-button-count .plusminus input[type="number"]{
        width: 35px!important;
        height: 40px!important;
        font-size: 21px!important;
    }
    .single-code {
        margin-top: 10px;
    }
    /***** Blog Mansory *****/
    .grid-item--width1 {
        margin-top: -3px;
    }
    body.gallery-single-gallery #discography-text {
        padding-top: 55px;
    }
    .sm-section .discography_description p {
        font-size: 16px;
        line-height: 28px;
    }
    .sm-section .social-icons {
        padding-top: 25px;
        padding-bottom: 55px;
    }
    .grid-gallery figcaption h3{
        font-size: 26px;
        line-height: 28px;
    }
    .grid-gallery figcaption .post-publish-date {
        font-size: 15px;
    }
    .grid-gallery figcaption p {
        font-size: 16px;
        line-height: 28px;
    }
    .post-heading h2 {
        font-size: 36px;
        line-height: 28px;
    }
    .post-category, .post-by * {
        font-size: 15px;
    }
    .post-text p {
        font-size: 16px;
        line-height: 28px;
        margin-top: 30px;
    }
    p.post-quote {
        margin: 50px auto 50px;
    }
    .post-share{
        margin-top: 25px;
    }
    .post-cta a{
        font-size: 14px;
    }
    .see-more a{
        font-size: 14px;
    }
    .author-name-date p:nth-of-type(1) {
        font-size: 18px;
        line-height: 28px;
    }
    .author-name-date p:nth-of-type(2) {
        font-size: 15px;
    }
    .author-info em {
        font-size: 15px;
    }
    .reply {
        font-size: 18px;
        margin-bottom: 55px;
    }
    .author-form-group{
        margin-top: 55px;
        padding: 55px 0px;
    }
    .blog-categories h2, .blog-recent-post h2 {
        font-size: 20px;
        line-height: 28px;
    }
    .categories-line {
        font-size: 15px;
        line-height: 28px;
    }
    .recent-post-name h3 {
        font-size: 15px;
        line-height: 20px;
    }
    .recent-post-name span {
        font-size: 12px;
    }
    .g_t h3 {
        font-size: 26px;
        line-height: 28px;
    }
    .g_t p {
        font-size: 18px;
        line-height: 28px;
    }
    #blog-mansory-section{
        padding-bottom: 49px;
    }
    .see-more {
        text-align: center;
        margin-top: 79px;
        margin-bottom: 79px;
    }
    .cart-name * {
        font-size: 18px;
        line-height: 28px;
    }
    .cart-description a, .cart-description h2 {
        font-size: 26px;
        line-height: 28px;
    }
    .cart-description p {
        font-size: 16px;
        line-height: 28px;
    }
    .product-price * {
        font-size: 26px;
        line-height: 28px;
    }
    .coupon-title h3 {
        font-size: 26px;
        line-height: 28px;
    }
    .coupon-title span {
        font-size: 18px;
        line-height: 28px;
    }
    .order-coupon {
        margin-top: 55px;
    }
    .o-t * {
        font-size: 26px;
        line-height: 28px;
    }
    .g-p * {
        font-size: 36px;
        line-height: 28px;
    }
    .c-t * {
        font-size: 18px;
        line-height: 28px;
    }
    .l-b *, .c-b * {
        font-size: 18px;
        line-height: 28px;
    }
    .l-b i, .c-b i{
        font-size: 18px;
        line-height: 28px;
    }
    .l-f form p, .l-form > a {
        font-size: 18px;
        line-height: 28px;
    }
    .l-f form .create-password .checkbox label span {
        font-size: 18px;
        line-height: 28px;
    }
    #checkout-list form h3 {
        font-size: 26px;
        line-height: 28px;
    }
    #checkout-list form .form-group .results-select > p {
        font-size: 18px;
        line-height: 28px;
    }
    .what-is-paypal a {
        font-size: 16px;
    }
    .create-password .checkbox label span {
        font-size: 18px;
        line-height: 28px;
    }
    .login-and-cupon {
        margin-bottom: 55px;
    }
    #checkout-list {
        padding-bottom: 40px;
    }
    .comment-form-rating{
        margin-bottom: 30px;
    }
    .single-pr-name h3{
        font-size: 36px;
        line-height: 28px;
    }
    .single-style * {
        font-size: 18px;
    }
    .single-text * {
        font-size: 16px;
        line-height: 28px;
    }
    .first-tab-pane *, #tab-description *{
        font-size: 16px;
        line-height: 28px;
    }
    .single-tab-content .nav-tabs .nav-link {
        font-size: 18px;
    }
    .related-product-title h3 {
        font-size: 26px;
    }
    .single-product #releated-products{
        padding-top: 55px;
        margin-top: 25px;
    }
    .related-product-title{
        margin-bottom: 55px;
    }
    #releated-products .s-item{
        margin-bottom: 55px!important;
    }
    .single-tab-content {
        margin-top: 55px;
    }
        /***** Blog Mansory *****/
    .grid-item--width1 {
        margin-top: -3px;
    }
    body.contact-us-page #contact-us {
        padding: 55px 0px 55px;
    }
}
@media(max-width:1280px){
    #image-gallery .grid > div.grid-item:nth-child(2) {
        width: 50%;
        height: 750px;
    }
    #image-gallery .grid > div.grid-item:nth-child(2n+1) {
        height: 420px;
    }
    #image-gallery .grid > div.grid-item:nth-child(3n+1) {
        height: 750px;
    }
    #image-gallery .grid > div.grid-item:last-child {
        height: 330px!important;
    }
}
@media(max-width:1366px){
    #blog-post .form h2 {
        font-size: 20px;
    }
}
@media(max-width:1260px){
    /***** Videos ****/
    #videos .embed-responsive,
    #videos .video-img-banner{
        height: 210px;
    }
}
@media(max-width:1180px){
    .privacy-policy p{
        font-size: 14px;
    }
    .add-info{
        margin-top: 30px;
    }
     .comment-form-rating {
        margin-bottom: 25px;
    }
    #image-gallery .grid > div.grid-item:nth-child(2) {
        width: 50%;
        height: 650px;
    }
    #image-gallery .grid > div.grid-item:nth-child(2n+1) {
        height: 360px;
    }
    #image-gallery .grid > div.grid-item:nth-child(3n+1) {
        height: 650px;
    }
    #image-gallery .grid > div.grid-item:last-child {
        height: 290px!important;
    }
    .about-me-content *{
        font-size: 16px;
        line-height: 30px;
    }
    #about-me{
        padding-bottom: 60px;
    }
    .about-me-content {
        margin-top: 0;
    }
    .signature{
        margin-top: 0;
    }
    #my-music{
        padding-bottom: 60px;
    }
    .on-tour-wrapper{
        padding-bottom: 60px;
    }
    .header-title h1 {
        font-size: 30px;
    }
    .header-title a {
        font-size: 18px;
        padding: 12px 50px 13px;
    }
    .title h1{
        font-size: 32px;
        line-height: 26px;
        margin-bottom: 10px;
    }
    .title p{
        font-size: 13px;
        line-height: 26px;
    }
    .sec_2_content{
        padding-right: 30px!important;
        line-height: 26px;
    }
    .sec_2_content *{
        font-size: 14px;
    }
    .music_date i{
        font-size: 14px;
    }
    .plyr .plyr__volume{
        max-width: 74px!important;
    }
    .plyr .plyr__volume {
        margin-right: 24px!important;
    }
    .plyr__controls>button:last-of-type:before {
        right: 300%!important;
        top: 2px!important;
    }
    .mp3 > span{
        font-size: 14px;
    }
    .buy a{
        display: block;
        padding-left: 5px;
        padding-right: 5px;
        padding-bottom: 7px;
        font-size: 16px;
    }
    .row.ticket > div{
        padding: 25px 20px;
    }
    .cta a{
        font-size: 12px;
    }
    .mp3_3  .plyr__controls>button:last-of-type {
        top: 53%;
    }
    .plyr__controls>button:last-of-type{
        right: 3%;
    }
    .news .cta a{
        font-size: 12px;
        padding: 11px 20px 11px 20px;
    }
    .n_c{
        margin-bottom: 20px;
    }
    .name p{
        font-size: 32px;
    }
    #gallery .banner_1 > div:first-child{
        padding-bottom: 10px;
    }
    #gallery .banner_1 > div:first-child > div:first-child {
        margin-right: 10px;
    }
    #gallery .banner_1 > div:first-child > div:last-child {
        margin-left: 10px;
    }
    #gallery .banner_1 > div:nth-child(2) {
        padding: 10px 0px;
    }
    #gallery .banner_1 > div:last-child {
        padding-top: 10px;
    }
    .banner_1{
        padding-right: 10px;
    }
    .banner_2{
        padding-left: 10px;
    }
    #gallery .banner_2 > div:first-child {
        padding-bottom: 10px;
    }
    #gallery .banner_2 > div:nth-child(2) {
        padding: 10px 0px;
    }
    #gallery .banner_2 > div:last-child {
        padding-top: 10px;
    }
    #gallery .banner_1 > div:last-child > div:first-child {
        margin-right: 10px;
    }
    #gallery .banner_1 > div:last-child > div:last-child {
        margin-left: 10px;
    }
    .popup_arrow{
        height: 90px;
        width: 150px;
    }
    .popup_right{
        padding-left: 10px;
    }
    .popup_left{
        padding-right: 10px;
    }
    .popup_arrow i{
        font-size: 24px;
    }
    #on-tour > div:first-child > div {
        padding-bottom: 60px!important;
    }
    #gallery .cta {
        margin-top: 71px;
    }
    #news{
        padding-bottom: 54px;
    }
    #video {
        padding-bottom: 60px;
    }
    .news_content h2 {
        font-size: 32px;
    }
    .carousel_content *{
        font-size: 16px;
        line-height: 26px;
        padding: 0px 15px;
    }
    .carousel_content:before{
        width: 30px;
        height: 30px;
        left: -5%;
    }
    .carousel_content:after{
        width: 30px;
        height: 30px;
        right: -5%;
    }
    .n_c *{
        font-size: 16px;
        line-height: 26px;
    }
    .flex-control-nav{
        margin-top: 25px;
    }
    .carousel-indicators{
        bottom: -70px;
    }
    .form .btn-primary{
        font-size: 12px;
    }
    .form input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
        font-size: 12px;
    }
    .form input::-moz-placeholder { /* Firefox 19+ */
        font-size: 12px;
    }
    .form input:-ms-input-placeholder { /* IE 10+ */
        font-size: 12px;
    }
    .form input:-moz-placeholder { /* Firefox 18- */
        font-size: 12px;
    }
    .form textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
        font-size: 12px;
    }
    .form textarea::-moz-placeholder { /* Firefox 19+ */
        font-size: 12px;
    }
    .form textarea:-ms-input-placeholder { /* IE 10+ */
        font-size: 12px;
    }
    .form textarea:-moz-placeholder { /* Firefox 18- */
        font-size: 12px;
    }
    .form form input, .form form textarea{
        font-size: 14px;
    }
    .footer{
        padding-top: 40px;
    }
    .footer > div:first-child{
        padding-right: 50px;
    }
    .footer > div:first-child p{
        line-height: 26px;
        margin: 0;
    }
    .footer .day_num > a > p{
        line-height: 26px;
    }
    .info p, .lc_widget_contact{
        line-height: 26px;
    }
    .folow {
        margin-top: 15px;
    }
    .folow ul li a{
        width: 35px;
        height: 35px;
        font-size: 18px;
    }
    .carousel_content{
        max-width: 570px;
    }
    .see-more a{
        font-size: 12px;
    }
    #releated-products .s-item {
        margin-bottom: 50px;
    }
    body.single-product #releated-products{
        padding-top: 50px;
        margin-top: 50px;
    }
    .related-product-title {
        margin-bottom: 50px;
        padding: 0px 15px;
    }
    #blog-grid-gallery .see-more {
        margin-top: 17px;
    }
    /***** Cart *****/
    .cart-image{
        width: 110px;
        height: 110px;
    }
    .cart-description{
        padding-top: 0px;
    }
    .enter-coupon, .order-button {
        max-width: 380px;
    }
    .plusminus{
        width: 100px!important;
        height: 32px!important;
    }
    .plusminus button{
        height: 32px!important;
        width:30px!important;
    }
    .plusminus input[type="number"]{
        width:36px!important;
        height: 32px!important;
        left:30px!important;
        font-size: 16px!important;
    }
    .product-price *{
        font-size: 24px;
        line-height: 26px;
    }
    .delete-product svg {
        width: 20px;
        height: 20px;
    }
    .cart-name *{
        font-size: 16px;
        line-height: 26px;
    }
    .cart-description a, .cart-description h2{
        font-size: 24px;
        line-height: 26px;
    }
    .cart-description p{
        font-size: 14px;
        line-height: 26px;
    }
    .g-p *{
        font-size: 32px;
        line-height: 26px;
    }
    .o-t * {
        font-size: 24px;
        line-height: 26px;
    }
    .c-t *{
        font-size: 16px;
        line-height: 26px;
    }
    .coupon-title h3{
        font-size: 24px;
        line-height: 26px;
    }
    .coupon-title span{
        font-size: 16px;
        line-height: 26px;
    }
    /******* Music Discography   **********/
    #discography-text {
        margin-top: 40px;
    }
    .gallery-single-gallery #discography-text{
        padding-top: 50px;
    }
    #discography-post .global-title {
        padding: 48px 0px 103px;
    }
    .global-title h1{
        font-size: 60px;
    }
    .playlist .music_line > span{
        font-size: 16px;
        line-height: 26px;
    }
    #discography-post .mp3 .plyr__controls > .plyr__time{
        font-size: 16px!important;
    }
     .music-banner-text{
        padding: 0px 0px 30px;
    }
    .music-banner-text h2{
        font-size: 32px;
        line-height: 38px;
    }
    .music-banner-text p {
        font-size: 24px;
        line-height: 26px;
    }
    .playlist-title h2{
        font-size: 32px;
    }
    .music-banner-text p, .music-banner-text p a{
        font-size: 16px;
        line-height: 26px;
    }
    .play-pause{
        margin-right: 15px;
    }
    .play-pause svg{
        width: 15px;
        height: 15px;
    }
    .music_date p,.music_after p{
        font-size: 14px;
        line-height: 26px;
    }
    #discography-post .plyr__controls button svg{
        height: 16px!important;
    }
    #discography-post .plyr__controls>button:last-of-type:before{
        right: 290%;
        font-size: 18px!important;
        top: 0px!important;
    }
    .shop_cta{
        width: 110px;
        font-size: 12px;
    }
    #discography-post .mp3 .plyr__controls>button:last-of-type{
        top: 0px!important;
        right: 2%;
    }
    #discography-post .plyr__controls>button:last-of-type:before{
        right: 305%!important;
        top: 1px!important;
    }
    #discography-post .mp3 .plyr .plyr__progress{
        margin-left: 60px!important;
    }
    #discography-post .mp3 .plyr__controls > .plyr__time{
        left: 34px!important;
    }
    #discography-post .mp3 .plyr__time+.plyr__time{
        margin-left: 15px!important;
    }
    #discography-post .mp3 .plyr--audio .plyr__controls{
        padding: 0px 20px 0px 4px!important;
        margin: 36px 0px 38px 0px!important;
    }
    #discography-post .mp3 .plyr .plyr__volume{
        max-width: 70px!important;
        margin-top: 0px!important;
    }
    .discography_description *{
        font-size: 14px;
        line-height: 26px;
    }
    /******** All Events *****/

    /***** Single Events *****/
    .events_date *{
        font-size: 24px;
    }
    .events_date p{
        line-height: 26px;
    }
    .events_date i {
        width: 25px;
    }
    #text-and-video{
        margin-top: 50px;
        padding: 50px 0px;
    }
     #map {
        margin-top: 50px;
    }
    #map img.map-icon{
        width: 50px;
    }
    .background-map{
        top: 20%;
    }
    .events-slider{
        width: 40%;
        height: 500px;
    }
    .event-tickets {
        margin-top: 40px;
    }
    .event-text {
        margin-top: 40px;
    }
    .single-events-text p{
        font-size: 14px;
        line-height: 26px;
        margin-bottom: 20px;
    }
    .single-events-text {
        margin-top: -7px;
    }
    .event-tickets{
        margin-top: 40px;
    }
    .event-tickets a{
        font-size: 18px;
    }
    .events-info {
        width: 57%;
    }
    .social-icons > span {
        font-size: 16px;
    }
    .social-icons a {
        font-size: 18px;
    }
    /****Single Video ******/
    .video-banner-name h2{
        font-size: 24px;
    }
    .video-banner-name p{
        font-size: 16px;
        line-height: 26px;
    }
    #discography.gallery-photogallery  .music-banner-text h2{
        font-size:32px!important;
    }
    #discography.gallery-photogallery .music-banner-text p{
        font-size: 16px!important;
        line-height: 26px!important;
    }
    /***** Single Gallery *****/
    .sm-title {
        margin-bottom: 50px;
    }
    .sm-title h2{
        font-size: 24px;
        line-height: 26px;
        margin-bottom: 0;
    }
    .sm-section .discography_description p{
        font-size: 14px;
        line-height: 26px;
    }
    .sm-section .social-icons{
        margin-bottom: 0;
        padding-bottom: 50px;
    }
     #discography.gallery-photogallery .grid-item{
        height: 500px;
    }
     #discography.gallery-photogallery .grid-item:nth-child(2){
        height: 500px!important;
    }
     #discography.gallery-photogallery .grid-item:nth-child(5n+1) {
        height: calc(500px * 2)!important;
    }
    #single-gallery .grid-item{
        height: 500px;
    }
    #single-gallery .grid-item:nth-child(6n+1), #single-gallery .grid-item:nth-child(5n+1){
        height: 250px;
    }
    /****** Blog Grid ****/
    .grid li:nth-of-type(2) .blog-grid-image,
    .grid li:nth-of-type(4) .blog-grid-image,
    .grid li:nth-of-type(5) .blog-grid-image,
    .grid li:nth-of-type(6) .blog-grid-image,
    .grid li:nth-of-type(7) .blog-grid-image,
    .grid li:nth-of-type(10) .blog-grid-image {
        height: 280px;
    }
    .grid li:nth-of-type(3) .blog-grid-image,
    .grid li:nth-of-type(8) .blog-grid-image,
    .grid li:nth-of-type(9) .blog-grid-image{
        height: 470px;
    }
    .grid-gallery figcaption h3{
        font-size: 24px;
        line-height: 26px;
    }
    .grid-gallery figcaption p{
        font-size: 14px;
        line-height: 26px;
    }
    .grid-gallery figcaption .post-publish-date{
        font-size: 14px;
    }
    .grid figcaption{
        padding: 25px;
    }
    /***** Blog Single Post *****/
    .blog-search form{
        height: 45px;
    }
    .blog-search form button{
        width: 20%;
    }
    .blog-search form input{
        width: 80%!important;
    }
    p.post-quote{
        font-size: 18px;
    }
    .post-category,.post-by *{
        font-size: 12px;
    }
    .post-heading h2{
        font-size: 32px;
        line-height: 26px;
        margin: 40px auto auto;
    }
    .post-text p{
        font-size: 14px;
        line-height: 26px;
        margin: 40px auto 0;
    }
    #respond #reply-title{
        font-size: 18px;
    }
    #blog-post #reply-title {
        font-size: 18px;
    }
    .post-share span{
        font-size: 14px;
    }
    .post-share a{
        font-size: 16px;
    }
    .author-name-date p:nth-of-type(2){
        font-size: 14px;
    }
    .author-name-date p:nth-of-type(1){
        font-size: 16px;
        line-height: 26px;
    }
    .author-info em{
        font-size: 14px;
    }
    .author-description p{
        font-size: 14px;
        line-height: 26px;
    }
    .reply{
        font-size: 16px;
    }
    #blog-post .form h2, #blog-post.woocommerce-Reviews #reply-title{
        font-size: 20px;
    }
    .blog-categories h2, .blog-recent-post h2{
        font-size: 18px;
        line-height: 26px;
    }
    .categories-line{
        font-size: 12px;
        line-height: 26px;
    }
    .recent-post-name h3{
        font-size: 12px;
        line-height: 18px;
    }
    .recent-post-name span {
        font-size: 10px;
    }
    /**** Blog Standard ****/
    .standard-post-item {
        margin-bottom: 72px;
    }
    .post-cta a{
        font-size: 12px;
    }
    /**** Contact us *****/
    .contact-info {
        width: 70%;
    }
    .contact-info h2{
        font-size:32px;
        margin-bottom: 40px;
    }
    .contact-info p{
        font-size: 14px;
        line-height: 26px;
        margin-bottom: 0px;
    }
    .contact-adress{
        margin-top: 35px;
        margin-bottom: 45px;
    }
    .contact-adress > a,
    .contact-adress > p{
        font-size: 14px;
        margin-bottom: 5px;
    }
    .contact-adress > a i,
    .contact-adress > p i {
        width: 23px;
        margin-right: 15px;
    }
    /***** Search Result *****/
    .global-title h2{
        font-size: 30px;
        margin-top: 15px;
    }
    .t-shirt-description h2{
        font-size: 24px;
        line-height: 26px;
    }
    .t-shirt-description p{
        font-size: 16px;
        line-height: 26px;
    }
    /***** Shop *****/
    .results-text * {
        font-size: 16px;
        line-height: 26px;
    }
    .results-select .btn-primary {
        font-size: 16px;
    }
    .results-select .dropdown-item a{
        font-size: 14px;
    }
    .s-item-name h2{
        font-size: 16px;
        line-height: 26px;
    }
    .results-select .btn-primary{
        font-size: 16px;
    }
    .results {
        padding: 0px 15px 45px 15px;
    }
    .best-offer {
        width: 70px;
        height: 70px;
        top: -45px;
        left: 15px;
        padding-top: 20px;
    }
    .best-offer svg{
        width: 70px;
        height: 70px;
    }
    .related.products .best-offer {
        top: -45px;
        left: 15px;
    }
    .best-offer h4{
        font-size:13px;
        margin: 0px 20px auto auto;
    }
    .best-offer p{
        font-size:10px;
        margin: -3px auto auto 17px;
    }
    .best-offer hr{
        height: 2px;
        min-height: 2px;
        margin: 5px 16px auto auto;
    }
    .s-item{
        padding: 0px 15px!important;
    }
    .s-item-name{
        padding-top: 20px!important;
    }
    .s-item-name p{
        font-size: 16px!important;
    }
    .bs_sale{
        font-size: 16px;
    }
    span.sale:after{
        bottom: 8px;
    }
    span.bs_sale:after{
        bottom: 10px;
    }
    .bs_sale sup:after{
        left: 2px;
        top: 8px;
    }
    /***** Checkout *****/
    .l-b *, .c-b *{
        font-size: 16px;
        line-height: 26px;
    }
    .l-b i, .c-b i{
        font-size: 16px;
        line-height: 26px;
    }
    #checkout-list {
        padding-bottom: 40px;
    }
    #checkout-list form h3{
        font-size: 24px;
        line-height: 26px;
    }
    .payment-method .custom-radio > label span{
        font-size: 16px;
        line-height: 26px;
    }
    #checkout-list form .form-group label{
        font-size: 16px;
        margin-bottom: 5px;
    }
    .woocommerce form .shipping-calculator-form .form-row input, .woocommerce form .shipping-calculator-form .form-row textarea, .woocommerce form .shipping-calculator-form .chosen-container {
        margin-bottom: 10px;
    }
    #checkout-list form .form-group{
        margin-bottom: 10px;
    }
    #checkout-list form .form-group input ,
    .chosen-container-single .chosen-search, .chosen-single,
    .woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea,
    .chosen-container-single .chosen-search input{
        height: 40px;
    }
    #checkout-list form .form-group a.bfh-selectbox-toggle {
        height: 40px;
    }
    #checkout-list form .form-group .bfh-selectbox .bfh-selectbox-options ul li > a {
        font-size: 15px;
        padding: 3px 10px;
    }
    #checkout-list form .form-group a.bfh-selectbox-toggle span.bfh-selectbox-option {
        font-size: 15px;
        padding-top: 2px;
    }
    #checkout-list form .form-group .results-select .btn-primary,
    .chosen-single{
        font-size: 16px;
        padding: 8px 20px 8px 20px;
    }
    #checkout-list form .form-group .results-select .dropdown-toggle::after,
    .chosen-single:after{
        font-size: 18px;
        top: 22%;
    }
    .chosen-single:after{
        right: 20px;
    }
    .chosen-search:after {
        top: 14px;
        right: 20px;
    }
    .chosen-container.chosen-with-drop .chosen-drop {
        -webkit-transform: translate3d(0px, -40px, 0px)!important;
        -moz-transform: translate3d(0px, -40px, 0px)!important;
        transform: translate3d(0px, -40px, 0px)!important;
    }
    .shipping-method .results-select .dropdown-menu.show{
        -webkit-transform: translate3d(0px, 41px, 0px)!important;
        -moz-transform: translate3d(0px, 41px, 0px)!important;
        transform: translate3d(0px, 41px, 0px)!important;
    }
    #checkout-list form .form-group .results-select > p{
        font-size: 16px;
        line-height: 26px;
        margin-top: 10px;
    }
    .woocommerce-privacy-policy-text p {
        font-size: 14px;
    }
    .woocommerce-shipping-fields.dif-address{
        margin-bottom: 13px;
    }
    .woocommerce-additional-fields h3{
        margin-top: 30px;
    }
     .payment-method {
        margin-top: 30px;
    }
    .shipping.shipping-method {
        margin-bottom: 30px;
    }
    .payment-method .custom-radio {
        margin: 20px 0px;
        padding-left: 30px;
    }
    .payment-method .custom-radio label:before, .payment-method .custom-radio label:after{
        height: 20px;
        width: 20px;
        top: 3px;
    }
    .payment-method .custom-radio .custom-control-input:checked ~ .custom-control-label::after{
        width: 10px;
        height: 10px;
    }
    .payment-method .custom-radio .custom-control-input:checked ~ .custom-control-label::after{
        top: 8px;
        left: -25px;
    }
    .payment-method .custom-radio.other-payment .custom-control-input:checked ~ .custom-control-label::after {
        top: 5px;
    }
    .payment-method .custom-control.custom-radio.paypal .custom-control-input:checked ~ .custom-control-label::after{
        top: 22px;
    }
    .pay-text p{
        font-size: 14px;
        padding-top: 5px;
    }
    .payment-method .custom-radio label:before, .payment-method .custom-radio label:after{
        left: -30px;
    }
    .payment-method .custom-control.custom-radio.paypal label:after, .payment-method .custom-control.custom-radio.paypal label:before {
        top: 17px;
    }
    .payment-method .custom-radio > p{
        font-size: 18px;
        margin-bottom: 10px;
    }
    .create-password .checkbox label span,
    .dif-address .checkbox label span{
        font-size: 16px;
        line-height: 26px;
    }
    .create-password .checkbox label input[type="checkbox"]:checked + .label-text:before,
    .dif-address .checkbox label input[type="checkbox"]:checked + .label-text:before{
        font-size: 16px;
        line-height: 17px;
    }
    .create-password .checkbox label input[type="checkbox"] + .label-text:before,
    .dif-address .checkbox label input[type="checkbox"] + .label-text:before{
        width: 20px;
        height: 20px;
        border-radius: 3px;
        margin: -6px 5px 0 0;
    }
    .create-password {
        margin-top: 30px;
    }
    .create-password .form-group p{
        font-size: 16px;
    }
    .create-password .checkbox label input[type="checkbox"]:checked + .label-text:before{
        font-size: 16px;
        line-height: 17px;
    }
    .p-carts img {
        margin: 3px;
        width: 60px;
        object-fit: contain;
        -o-object-fit: contain;
    }
    .p-carts div{
        width: 60px;
    }
    .p-carts div img{
        width: 40px;
    }
    .p-services img{
        width:60px;
        object-fit: contain;
        -o-object-fit: contain;
    }
    #checkout-list table.table tr th, #checkout-list table.table tr td{
        padding: 10px;
        font-size: 13px;
    }
    #checkout-list table.table tr:first-child th{
        font-size: 14px;
    }
    #checkout-list table.table tbody tr:last-child th:first-child {
        font-size: 14px;
        padding-top: 14px;
    }
    #checkout-list table.table tbody tr:last-child th:last-child {
        font-size: 19px;
    }
    #checkout-list form button.btn-primary{
        font-size: 18px;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .l-f form p,.l-form > a{
        font-size: 16px;
        line-height: 26px;
    }
    .l-f form .create-password .checkbox label span{
        font-size: 16px;
        line-height: 26px;
    }
    #checkout-list form .form-group input, #checkout-list form .form-group textarea,
    .woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea,
    .chosen-container-single .chosen-search input{
        font-size: 16px;
    }
    .what-is-paypal a{
        font-size: 16px;
    }
    /***** Single Product *****/

    .magnify > .magnify-lens{
        width: 150px;
        height: 150px;
    }
    .single-tab-content .tab-content {
        margin-top: 30px;
    }
    .first-tab-pane *, #tab-description *{
        font-size: 14px;
        line-height: 26px;
        margin-bottom: 10px;
    }
    .single-tab-content .post-author{
        margin-top: 40px;
    }
    .single-tab-content .author-description p{
        font-size: 14px;
        line-height: 23px;
    }
    .single-tab-content #blog-post .form {
        margin-top: 40px;
    }
    #single-product-section #blog-post .form h2 {
        margin-bottom: 20px;
    }
    .single-tab-content .comment-form-rating {
        margin-bottom: 20px;
    }
    #single-product-section #blog-post .form h2, #blog-post.woocommerce-Reviews #reply-title {
        margin-bottom: 20px;
    }
    .related-product-title h3{
        font-size: 24px;
    }
    #releated-products .s-item {
        margin-bottom: 50px!important;
    }
    body.single-product #releated-products {
        padding-top: 50px;
        margin-top: 50px;
    }
    .related-product-title {
        margin-bottom: 50px;
        padding: 0px 15px;
    }
    /***** Blog Mansory *****/
    .grid-item--width1,
    .grid-item--width3,
    .grid-item--width4 {
        height: 470px;
    }
    .grid-item--width2 {
        height: 940px;
    }
    .g_t{
        padding: 0px 30px;
    }
    .g_t h3{
        font-size: 24px;
        line-height: 26px;
        letter-spacing: 6px;
    }
    .g_t p{
        font-size: 16px;
        line-height: 26px;
    }
    .single-pr-name h3{
        font-size:32px;
        line-height: 26px;
    }
    .single-style *{
        font-size: 16px;
    }
    .single-text *{
        font-size: 14px;
        line-height: 26px;
    }
    .comment-form-rating {
        margin-bottom: 25px;
    }
    .single-price p {
        font-size: 24px!important;
        margin-top: 13px;
    }
    .single-button-count {
        margin-top: 15px;
    }
    .return-to-shop{
        margin-bottom: 55px;
    }
}
@media(max-width:1100px){
    /***** Single Events *****/
    .events_date p {
        margin-bottom: 10px;
    }
    .events-info {
        width: 55%;
    }
    .event-tickets a {
        font-size: 16px;
    }
    .event-tickets a:first-child {
        margin-right: 10px;
        padding: 20px 30px 20px;
    }
    .event-tickets a:last-child{
        padding: 20px 20px;
    }
    .events-slider {
        width: 50%;
    }
    /****** Single gallery ****/
    #single-gallery .grid-item{
        height:250px;
    }
    #single-gallery .grid-item:nth-child(3),
    #single-gallery .grid-item:nth-child(6n+1){
        height:500px;
    }
    /****** Blog Grid ****/
    .grid li {
        padding: 0px 10px 20px 10px;
    }
    .grid li:nth-of-type(2) .blog-grid-image,
    .grid li:nth-of-type(4) .blog-grid-image,
    .grid li:nth-of-type(5) .blog-grid-image,
    .grid li:nth-of-type(6) .blog-grid-image,
    .grid li:nth-of-type(7) .blog-grid-image,
    .grid li:nth-of-type(10) .blog-grid-image {
        height: 250px;
    }
    .grid li:nth-of-type(3) .blog-grid-image,
    .grid li:nth-of-type(8) .blog-grid-image,
    .grid li:nth-of-type(9) .blog-grid-image{
        height: 400px;
    }
    /***** Blog Single Post *****/
    .featured-image {
        height: 330px;
        margin-bottom: 30px;
    }
    .blog-content > div.sitebar{
        padding-left: 30px;
    }
    .categories-line{
        padding: 15px 0px;
    }
    .recent-post-image img, .recent-post-image{
        width: 60px;
        height: 60px;
    }
    .blog-search form{
        height: 40px;
    }
    .blog-search form input {
        width: 75%!important;
        padding-left: 10px;
    }
    .blog-search form button {
        width: 25%;
    }
    .blog-search form button i {
        font-size: 17px;
    }
    .blog-categories {
        margin-top: 30px;
    }
    p.post-quote:before,p.post-quote:after{
        width: 25px;
        height: 25px;
        top: -2px;
    }
    /***** Cart *****/
    .cart-item{
        padding: 15px 0px;
    }
    .product-price *{
        font-size: 18px;
    }
    .delete-product svg {
        width: 15px;
        height: 15px;
    }
    /***** Single Product *****/
    .single-price p {
        font-size: 24px;
    }
    .single-price .bs_sale{
        font-size: 24px;
        margin-left: 20px;
    }
    .single-price span.bs_sale:after {
        bottom: 13px;
    }
    .catd-button a, .single_add_to_cart_button {
        font-size: 13px!important;
        padding: 9px 30px 9px 30px!important;
    }
      .catd-button a {
        font-size: 13px;
        padding: 9px 30px 9px 30px;
    }
    .catd-button a img, .single_add_to_cart_button img {
        left: 15px!important;
        top: 8px!important;
        width: 15px!important;
    }
    .single-button-count .plusminus{
        height: 40px!important;
    }
    .single-button-count .plusminus button {
        height: 38px!important;
    }
    .single-button-count .plusminus input[type="number"] {
        height: 36px!important;
    }
    .single-star ul li{
        margin-right: 5px;
    }
    .single-star ul i, .comment-form-rating p.stars a i {
        font-size: 16px;
    }
    .single-button-count {
        margin-top: 15px;
    }
    .single-tab-content{
        margin-top: 60px;
    }
    .single-tab-content .nav-tabs .nav-link{
        padding: 0px 0px 7px;
    }
    .single-tab-content .nav-tabs .nav-item:last-child .nav-link{
        margin-left: 30px;
    }
    /***** Blog Mansory *****/
    .grid-item--width1,
    .grid-item--width3,
    .grid-item--width4 {
        height: 400px;
    }
    .grid-item--width2 {
        height: 800px;
    }
    .massonry-post-logo {
        width: 240px;
    }
    .grid-item-img:after {
        width: 240px;
    }
    .see-more {
        margin-top: 74px;
        margin-bottom: 74px;
    }
    /***** Single Product *****/
    .name-title * {
        font-size: 16px;
    }
    .shop-view-cart .ad-to-card-button a{
        padding: 10px 20px!important;
    }
    /***** Shop *****/
    .ad-to-card-button a{
        padding: 12px 10px!important;
        font-size: 12px!important;
    }
}
@media(max-width:1024px){
    #blog-grid-gallery .see-more {
        margin-top: 22px;
        margin-bottom: 14px;
    }
    .social-icons, #text-and-video .social-icons{
        margin-top: 20px;
    }
    #image-gallery .grid > div.grid-item:nth-child(2) {
        width: 50%;
        height: 550px;
    }
    #image-gallery .grid > div.grid-item:nth-child(2n+1) {
        height: 300px;
    }
    #image-gallery .grid > div.grid-item:nth-child(3n+1) {
        height: 550px;
    }
    #image-gallery .grid > div.grid-item:last-child {
        height: 250px!important;
    }
    #standard-blog .blog-content {
        padding-bottom: 44px;
    }
    .standard-post-item {
        margin-bottom: 72px;
    }
    #blog-grid-gallery {
        padding-bottom: 30px;
    }
    .t-shirt-description {
        padding: 30px 5px 72px;
    }
    .search-result .see-more {
        margin-bottom: 44px;
    }
    .single-video #discography-text {
        margin-top: 50px;
        margin-bottom: 50px;
    }
    .social-icons a{
        font-size: 18px;
    }
    .social-icons > span{
        font-size: 16px;
    }
    .social-icons, .single-video .social-icons {
        margin-top: 20px!important;
        margin-bottom: 50px;
        padding-top: 50px;
    }
    .reg-form-div{
        margin-top: 50px;
    }
    #discography-text{
        margin-bottom: 50px;
    }
    .sm-title {
        margin-bottom: 50px;
    }
    .sm-section .social-icons {
        padding-top: 50px;
        margin-bottom: 0px;
    }
    .single-tab-content{
        margin-top: 50px;
    }
    .return-to-shop{
        margin-bottom: 50px;
    }
}
@media(max-width:991px){

    /***** Checkout *****/
    #checkout-list .section > form > div{
        margin-top:30px;
    }
    #checkout-list .section > form > div > div {
        margin-top: 30px;
    }
    .woocommerce-additional-fields {
        margin-top: 40px;
    }
    .login-and-cupon {
        margin-bottom: 0;
    }
    /***** Single Product *****/
    .single-image {
        padding: 0;
    }
    .product-description {
        padding: 0;
        margin-top: 30px;
    }
    .single-tab-content{
        padding: 0;
        margin-top: 20px;
    }
}
@media(max-width:980px){
    .plyr .plyr__volume{
        max-width: 70px!important;
        margin-right: 27px!important;
    }
    .plyr__controls>button:last-of-type{
        right: 5%;
    }
    .plyr__controls>button:last-of-type:before {
        right: 285%!important;
    }
    /***** Shop *****/
    .results {
        padding: 0px 15px 60px 15px;
    }
    .s-item{
        margin-bottom: 40px!important;
    }
    .s-item-name {
        padding-top: 15px!important;
    }
    .results-select .btn-primary{
        padding: 7px 20px 8px 25px;
    }
    .results-select .dropdown-menu {
        -webkit-transform: translate3d(0px, 60px, 0px)!important;
        -moz-transform: translate3d(0px, 60px, 0px)!important;
        transform: translate3d(0px, 60px, 0px)!important;
    }
    .results-select .dropdown-menu.show {
        -webkit-transform: translate3d(0px, 40px, 0px)!important;
        -moz-transform: translate3d(0px, 40px, 0px)!important;
        transform: translate3d(0px, 40px, 0px)!important;
    }
    .results-select .dropdown-item a{
        font-size: 14px;
    }
    .results-select .dropdown-item{
        padding: 5px 20px;
    }
    .name p {
        font-size: 33px;
    }
    .name span:first-child {
        margin-right: 15px;
    }
    .ad-to-card-button a{
        margin: 0 0!important;
        padding: 12px 9px!important;
    }
    /***** Cart *****/
    .cart-item > div:nth-child(3),
    .cart-name > div:nth-child(3){
        padding-left:0px;
    }
}
@media(min-width: 481px) and (max-width:980px){
    .results-select .dropdown-item a{
        white-space: nowrap;
        width: 130px;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}

@media(max-width:900px){
    .blog-categories h2, .blog-recent-post h2{
        margin-bottom: 10px;
    }
    .plyr__controls>button:last-of-type {
        right: 4%;
    }
    .plyr__controls>button:last-of-type{
        right: 4%;
        top: 53%;
    }
    .mp3_3 .plyr__controls>button:last-of-type {
        top: 52%;
    }
    .plyr--audio .plyr__controls{
        padding: 60px 25px 25px 18px!important;
    }
    .plyr .plyr__progress {
        margin-left: 50px!important;
    }
    .plyr .plyr__volume {
        max-width: 50px!important;
        margin-right: 20px!important;
    }
    .plyr__time+.plyr__time{
        margin-right: 15px!important;
    }
    .plyr__controls>button:last-of-type:before {
        right: 225%!important;
    }
    #discography-post .mp3 .plyr .plyr__volume {
        max-width: 50px!important;
    }
    #discography-post .sec_2_content{
        padding-right: 30px!important;
    }
    .play-pause {
        margin-right: 5px;
    }
    .playlist .music_line > span {
        font-size: 14px;
        line-height: 28px;
    }
    .name{
        padding-left: 10px;
    }
    .name p {
        font-size: 28px;
    }
    .day_num{
        width: 110px;
    }
    .buy a{
        font-size: 12px;
        letter-spacing: 1px;
    }
    .buy p {
        font-size: 16px;
    }
    .news_content h2 {
        font-size: 24px;
    }
     .news_content {
        padding-top: 14px;
    }
    .news_content .day_num span{
        font-size: 24px;
    }
    .news_content .day_num div p{
        font-size: 12px;
    }
    .news_content .day_num div{
        line-height: 12px;
    }
    .n_c * {
        font-size: 14px;
        line-height: 22px;
    }
    .news .cta{
        margin-top: 20px;
    }
    .folow ul li a{
        width: 34px;
        height: 34px;
    }
    /******* Music Discography   **********/
    .title-image img{
        height: 100%;
        object-fit: contain;
        -o-object-fit: contain;
    }
    .global-title{
        height: 67px;
        top: 0;
        bottom: 0;
    }
    .global-title h1{
        font-size: 50px;
        margin-bottom: 0px;
    }
    .music-banner-text h2 {
        margin-bottom: 10px;
    }
    .music-banner-text p{
        font-size: 18px;
    }
    #discography-post .plyr__controls>button:last-of-type:before{
        right: 230%!important;
    }
    #discography-post .mp3 .plyr .plyr__progress{
        margin-left: 45px!important;
    }
    #discography-post .mp3 .plyr__controls > .plyr__time {
        left: 25px!important;
    }
    #discography-post .mp3 .plyr__time+.plyr__time {
        margin-left: 5px!important;
        margin-right: 20px!important;
    }
    #discography-post .mp3 .plyr--audio .plyr__controls {
        padding: 0px 20px 0px 2px!important;
        margin: 31px 0px 33px 0px!important;
    }
    #discography-post .mp3 .plyr__controls>button:last-of-type {
        top: 0px!important;
        right: 3%;
    }
    #discography-post .global-title {
        padding: 32px 0px 80px;
    }
    .discography-line > div:hover .disc-image{
        -webkit-transform: translateX(65%);
        -moz-transform: translateX(65%);
        -ms-transform: translateX(65%);
        -o-transform: translateX(65%);
        transform: translateX(65%);
    }
    /***** Single Events *****/
    .events-slider{
      width: 37%;
        height: 400px;
    }
    .events-info{
        max-width:420px;
        float: none;
        width: 60%;
        left: 0;
    }
    .event-tickets {
        margin-top: 20px;
    }
    .event-tickets a {
        letter-spacing: 1px;
    }
    .event-text {
        margin-top: 30px;
    }
    .events-slider .carousel-item img{
        width: 100%;
    }
    .event-tickets a:last-child{
        padding: 15px 20px;
    }
    .event-tickets a:first-child{
        padding: 15px 30px 15px;
    }
    #text-and-video {
        margin-top: 37px;
        padding: 45px 0px;
    }
    #map {
        margin-top: 45px;
    }
    /****** Videos *****/
    #videos .embed-responsive,
    #videos .video-img-banner{
        height: 140px;
    }
    #videos .youtube .play{
        width: 50px;
        height: 50px;
        margin-left: -26px;
        margin-top: -22px;
    }
    #videos .video-img-banner .play{
        width: 50px;
        height: 50px;
    }
    /**** Single Video ******/
    body.single-video #discography-text {
        margin-top: 50px;
    }
    body.single-video .social-icons{
        margin-top: 50px;
        margin-bottom: 50px;
        padding-top: 50px;
    }
    /***** Gallery *****/
     #discography.gallery-photogallery .grid-item{
        height: 400px;
    }
    #discography.gallery-photogallery .grid-item:nth-child(2){
        height: 400px!important;
    }
     #discography.gallery-photogallery .grid-item:nth-child(5n+1) {
        height: calc(400px * 2)!important;
    }
    #single-gallery .grid-item{
        height: 400px;
    }
    #single-gallery .grid-item:nth-child(6n+1), #single-gallery .grid-item:nth-child(5n+1){
        height: 200px;
    }
    /****** Blog Grid ****/
    .grid li{
        width: 50%;
    }
    #grid-gallery .grid-sizer {
        width: 50%;
    }
    /***** Blog Single Post *****/
    .row.blog-content{
        display:block;
    }
    .blog-content > div.post-content,
    .blog-content > div.sitebar{
        max-width: 100%;
    }
    .blog-content > div.sitebar{
        padding-top: 20px;
        padding-left: 0px;
    }
    /***** Blog Standard *****/
    .standard-post-item {
        margin-bottom: 67px;
    }
    /**** Contact us *****/
    .contact-info {
        width: 100%;
    }
    .contact-info h2{
        width: 60%;
        padding-bottom: 15px;
        margin-bottom: 25px;
    }
    .contact-adress{
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .contact-adress > a i,
    .contact-adress > p i{
        width: 20px;
        margin-right: 10px;
    }
    /***** Cart *****/
    .order-coupon {
        margin-top: 30px;
    }
    .enter-coupon, .order-button {
        max-width: 320px;
    }
    .coupon-form {
        margin-top: 20px;
    }
    .coupon-form {
        height: 40px;
    }
    .coupon-form button{
        font-size: 16px!important;
    }
    .cart-buttons{
        margin-top: 34px;
        margin-bottom: 15px;
    }
    .cart-buttons a{
        font-size: 14px!important;
        padding: 9.5px 25px!important;
    }
    .cart-buttons button:first-child{
        font-size: 14px!important;
        line-height: 21px!important;
        padding: 9.5px 24px!important;
    }
    .cart-buttons a:last-child, .cart-buttons button:last-child{
        padding: 9.5px 35px!important;
    }
    button[name=calc_shipping]{
        padding: 9.5px 35px!important;
        font-size: 14px!important;
    }
    /***** Search Result *****/
    .t-shirt-image {
        height: 380px;
    }
    .search-result #blog-post{
        margin-bottom: 50px;
    }
    /***** Blog Mansory *****/
    .grid-item--width1,
    .grid-item--width3,
    .grid-item--width4 {
        height: 350px;
    }
    .grid-item--width2 {
        height: 700px;
    }
    .g_t h3{
        margin-bottom: 10px;
    }
    .massonry-post-logo {
        width: 165px;
        height: 22px;
    }
    .grid-item-img:after {
        width: 165px;
        height: 22px;
    }
    .see-more{
        margin-bottom: 33px;
    }
    #sidebar > ul > li{
        margin-top: 30px;
        margin-bottom: 0;
    }
    #sidebar h3{
        margin-bottom: 10px;
    }
    #standard-blog .blog-content {
        padding-bottom: 38px;
    }
}
@media(min-width:768px) and (max-width:900px){
    .news .cta a{
        letter-spacing: 1px;
        padding: 10px 9px;
        border-radius: 5px;
    }
    .n_c {
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .news_content h2 {
        margin-bottom: 10px;
    }
    .news .cta{
        margin-top: 40px;
    }
    /***** Blog Single Post *****/
    .categories-line{
        padding: 20px 0px;
    }
    .news_content h2 {
        margin-bottom: 10px;
    }
    .n_c {
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .music-name {
        white-space: nowrap;
        width: 185px;
        overflow: hidden;
    }
}
@media (min-width:768px)  and (max-width:1024px){
    #album-release{
        top: 5px;
        z-index: 9;
    }
    #on-tour{
        top: 5px;
    }
    #gallery{
        position: relative;
        top: 4px;
    }
    #video{
        top: 3px;
        position: relative;
    }
    #news{
        top: 2px;
    }
    #testimonials{
        top: 2px;
        position: relative;
        z-index: 2;
    }
    #contact-us{
        top: 1px;
        z-index: 1;
    }
    body.home-demo-2 #lc_lif_content > div:first-child{
        top: 0px;
    }
    body.home-demo-2 #album-release{
        top: 0px;
        z-index: 9;
    }
    body.home-demo-2 #my-music{
        top: 0px;
    }
    body.home-demo-2 #about-me{
        top: 0px;
    }
    body.home-demo-2 #on-tour{
        top: 0px;
    }
    body.home-demo-2 #gallery{
        position: relative;
        top: 0px;
    }
    body.home-demo-2 #video{
        top: 0px;
        position: relative;
    }
    body.home-demo-2 #news{
        top: 0px;
        z-index: 2;
    }
    body.home-demo-2 #testimonials{
        top: 0px;
        position: relative;
        z-index: 2;
    }
    body.home-demo-2  #contact-us{
        top: -2px;
        z-index: 1;
    }
    body.home-demo-2  #footer{
        top: -2px;
    }
    /******** Photogallery *****/
    #discography.gallery-photogallery .music-banner > div{
        height: 101%;
    }
    #discography.gallery-photogallery .music-banner-image{
        top: -1px;
    }
    .player-grig{
        background-image: -webkit-radial-gradient(circle closest-side, #fff -webkit-calc(100% - -0.5px), transparent 100%);
        background-image: -moz-radial-gradient(circle closest-side, #fff -moz-calc(100% - -0.5px), transparent 100%);
        background-image: -o-radial-gradient(circle closest-side, #fff calc(100% - -0.5px), transparent 100%);
        background-image: radial-gradient(circle closest-side, #fff calc(100% - -0.5px), transparent 100%);

    }
}
@media (min-width:768px)  and (max-width:1024px){
    /******** Photogallery *****/
    .gallery-photogallery .music-banner > div{
        height: 101%;
    }
    .gallery-photogallery .music-banner-image{
        top: -1px;
    }
    .contact-us-page #contact-us {
        padding: 50px 0px 50px;
    }
}
@media(max-width:768px){
    .single-product .best-offer{
        left: 10px;
    }
}
@media(max-width: 767px){
 .comment-form-rating {
        margin-bottom: 20px;
    }
    #header .bg_image{
        background-position: 35%;
    }
    #image-gallery .grid > div.grid-item{
        width: 100%!important;
        height: 500px!important;
    }
    #image-gallery .grid > div.grid-item:last-child {
        height: 500px!important;
    }
    .about-me-content * {
        font-size: 14px;
        line-height: 22px;
    }
    .signature{
        text-align: left;
    }
    .signature img{
        width:40%;
    }
    #about-me .section_bg_image{
        background-position: center center;
    }
    #page-title {
        margin-top: 90px;
        margin-bottom: 30px;
    }
    #discography {
        margin-bottom: 0px;
    }
    .video-block{
        margin-bottom: 30px;
    }
    .search-bar form svg{
        width:20px;
    }
    .header-title h1 {
        font-size: 25px;
    }
    .header-title a {
        font-size: 16px;
        padding: 10px 50px 11px;
    }
    .title {
        padding-top: 47px;
        padding-bottom: 45px;
    }
    .title h1 {
        font-size: 24px;
        line-height: 22px;
        margin-bottom: 3px;
    }
    #album-release {
        padding-bottom: 20px;
    }
    #album-release .title{
        padding-bottom: 20px;
    }
    .results-select{
        float:none;
    }
    button[name=calc_shipping]{
        width:100%;
    }
    .header-title h1{
        font-size: 25px;
    }
    #about-me {
        padding-bottom: 50px;
    }
    .title h1{
        font-size: 24px;
        line-height: 26px;
        margin-bottom: 3px;
    }
    .title p {
        font-size: 12px;
        line-height: 22px;
    }
    .j_c{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .cd_block{
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -moz-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
    .j_c .plyr--audio .plyr__controls {
        padding: 45px 0px 15px 0px!important;
    }
    .col.music,.col.sec_2_content{
        -webkit-flex-basis: initial;
        -ms-flex-preferred-size: initial;
        flex-basis: initial;
        -webkit-box-flex: initial;
        -webkit-flex-grow: initial;
        -moz-box-flex: initial;
        -ms-flex-positive: initial;
        flex-grow: initial;
    }
    .col.sec_2_content{
        line-height: 22px;
        padding-right: 0px!important;
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -moz-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
    .sec_2_content{
        line-height: 22px;
        padding-right: 0px !important;
    }
    .sec_2_content *{
        font-size: 14px;
    }
    .music_date i {
        width: 15px;
    }
    #discography-post {
        margin-top: 30px;
        padding-top: 30px;
        padding-bottom: 10px;
    }
    #discography-post  .j_c{
        padding-bottom: 0;
    }
    .music_date i{
        width: 15px;
        font-size: 14px;
    }
    .col.music{
        margin-bottom: 40px;
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
    .mp3 > span {
        left: 12px;
        font-size: 14px;
    }
    .plyr--audio .plyr__controls {
        padding: 45px 25px 25px 18px!important;
    }
    .plyr__time {
        font-size: 14px!important;
    }
    .j_c .plyr__time {
        left: 35px!important;
    }
    .j_c .plyr__controls>button:last-of-type {
        top: 51%!important;
        right: 2%;
    }
    .plyr__controls>button:last-of-type {
        right: 3%;
    }
    .plyr__controls>button:last-of-type{
        top: 46%;
    }
    .plyr .plyr__volume{
        margin-right: 25px!important;
    }
    .plyr__time+.plyr__time {
        margin-left: 30px!important;
        margin-right: 30px!important;
    }
    .plyr .plyr__volume{
        max-width: 100px!important;
    }
    .plyr__controls>button:last-of-type:before {
        right: 365%!important;
        top: 1px!important;
    }
    #discography-post .mp3 .plyr .plyr__volume{
        max-width: 70px!important;
    }
    #discography-post .mp3 .plyr__controls > .plyr__time {
        font-size: 14px!important;
    }
    .music_date p, .music_after p {
        font-size: 14px;
        line-height: 22px;
    }
    .shop_cta{
        font-size: 12px;
    }
    .cta{
        width: 100%;
        text-align: left;
    }
    .disc{
        left:0;
    }
    .cd{
        left: 34%;
    }
      .n_c{
        margin-top: 10px;
    }
    .cta a,#gallery .cta a{
        font-size: 12px;
    }
    #album-release .section_bg_image{
        background-position: 75%;
    }
    .j_c {
        padding-bottom: 31px;
    }
    .j_c .cta{
        margin-top: 28px;
    }
    #gallery .cta {
        margin-top: 61px;
    }
    #on-tour .section {
        width: 100%;
    }
    #gallery {
        padding-bottom: 63px;
    }
    #on-tour > div:first-child > div {
        padding-bottom: 50px!important;
    }
    #video {
        padding-bottom: 51px;
    }
    #testimonials {
        padding-bottom: 34px;
    }
    #contact-us {
        padding-bottom: 50px;
    }
    #on-tour .section {
        width: 100%;
    }
    .row.ticket:after {
        height: 2px;
    }
    .row.ticket > div {
        padding: 40px 0px;
    }
    .row.ticket > div > div {
        display: block;
        margin: 0px;
    }
    a.ticket-link {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin: auto auto 30px auto;
        max-width: 100%;
        padding: 0;
    }
    .news_content h2 {
        font-size: 24px;
        margin-bottom: 10px;
    }
    .day {
        float: left;
    }
    .day_num {
        width: 120px;
    }
    .name {
        float: left;
        max-width: 85%;
        padding-left: 20px;
    }
    .name p {
        font-size: 30px;
    }
    .name span:first-child {
        margin-right: 5px;
    }
    .name span:last-child {
        margin-left: 5px;
    }
    .col-2.buy{
        clear: both;
        width: 100%;
        max-width: 100%;
        text-align: center;
    }
    .buy a {
        display: initial;
        padding-left: 25px;
        padding-right: 25px;
    }
    .banner_1 {
        max-width: 100%;
        padding: 0;
    }
    .banner_2 {
        max-width: 100%;
        padding: 0;
    }
    #news {
        padding-bottom: 15px;
    }
    .news > div.row {
        display: block;
    }
    .news > div > div {
        max-width: 685px;
        width: 100%;
        margin: auto auto 30px;
    }
    .news_content h2 {
        font-size: 24px;
    }
    .news_content .day_num span {
        font-size: 22px;
    }
    .news_content .day_num div {
        line-height: 10px;
    }
    .news_content .day_num div p {
        font-size: 10px;
    }
    .news_content .day_num div p:first-child {
        margin-top: -1px;
    }
    .news_content .day_num div p:last-child {
        margin-top: 2px;
    }
    .news_content .day_num > p {
        font-size: 12px;
    }
    .n_c * {
        font-size:14px;
        line-height: 22px;
    }
    .d-md-block {
        display: block !important;
    }
    .carousel_content {
        width: 80%;
    }
    .carousel_content * {
        font-size: 14px;
        line-height: 22px;
    }
    #footer .bg_image {
        background-position: 50%;
    }
    .footer {
        display: block;
    }
    .footer .day_num div{
        margin-right: 15px;
    }
    #gallery .row, #gallery .col{
        display: block;
        padding: 0px!important;
        margin: 0px!important;
        height: 100%;
        min-height: 100%;
        max-width: 100%;
    }
    #gallery .col {
        height: 300px;
    }
    .col-8.banner_1 {
        max-width: 100%;
        padding: 0;
    }
    .col-4.banner_2 {
        max-width: 100%;
        padding: 0;
    }
    #gallery .col.cta{
        height:auto;
        margin-top: 61px!important;

    }
    .news > div.row{
        display: block;
    }
    .news_content h2 {
        font-size: 24px;
    }
    .news_content .day_num span {
        font-size: 22px;
    }
    .news_content .day_num div {
        line-height: 10px;
    }
    .news_content .day_num div p {
        font-size: 10px;
    }
    .news_content .day_num div p:first-child{
        margin-top: -1px;
    }
    .news_content .day_num div p:last-child{
        margin-top: 2px;
    }
    .news_content .day_num > p {
        font-size: 12px;
    }
    .n_c * {
        font-size: 14px;
        line-height: 22px;
    }
    .d-md-block {
        display: block !important;
    }
    #footer .bg_image{
        background-position: 50%;
    }
    .row.footer{
        display: block;
    }
    .footer > div:first-child {
        padding-right: 0;
        width: 100%;
        max-width: 100%;
        margin-bottom: 40px;
        text-align: center;
    }
    .footer > div:first-child p{
        line-height: 22px;
    }
    .footer .day_num > a > p {
        line-height: 22px;
    }
    .info p, .lc_widget_contact {
        line-height: 22px;
    }
    .footer > div {
        max-width: 100%;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        margin: auto;
    }
    .footer > div:last-child {
        padding-left: 0;
        width: 100%;
        margin-top: 40px;
        text-align: center;
    }
    .footer h2{
        text-align:center;
    }
    .footer .day_num div{
        margin-right: 15px;
    }
    .popup_block {
        height: 50%;
    }
    #popup-container ul {
        bottom: 18%;
    }
    .form .btn-primary {
        font-size: 12px;
        margin-top: 14px;
    }
    .form form textarea {
        height: 190px;
    }
    .form textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
        padding-top: 150px;
    }
    .form textarea::-moz-placeholder { /* Firefox 19+ */
        padding-top: 150px;
    }
    .form textarea:-ms-input-placeholder { /* IE 10+ */
        padding-top: 150px;
    }
    .related-product-title {
        margin-bottom: 30px;
    }
    .form textarea:-moz-placeholder { /* Firefox 18- */
        padding-top: 150px;
    }
   #releated-products{
        padding-top: 30px;
        margin-top: 30px;
    }
    /******* Music Discography   **********/
    .global-title{
        height: 53px;
    }
    .global-title h1 {
        font-size: 40px;
    }
    .music-banner-text h2{
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 0;
    }
    .gallery-photogallery .music-banner-text h2{
        font-size: 24px;
        line-height: 22px;
    }
    .gallery-photogallery .music-banner-text p{
        font-size: 14px;
        line-height: 22px;
    }
    .music-banner-text p,.music-banner-text p a{
        font-size: 16px;
        line-height: 22px;
    }
    #discography-post .sec_2_content {
        padding-right: 0px !important;
    }
    #discography-text {
        margin-top: 35px;
        margin-bottom: 0;
    }
    #discography-post .global-title {
        padding: 21px 0px 57px;
    }
    .discography_description * {
        font-size: 14px;
        line-height: 22px;
    }
    .single-video #discography-text {
        margin-top: 30px;
    }
    .single-video .social-icons {
        margin-top: 20px;
        margin-bottom: 30px;
        padding-top: 30px;
    }
    .social-icons {
        margin-top: 20px;
        margin-bottom: 30px;
        padding-top: 30px;
    }
    .reg-form-div{
        margin-top: 30px;
    }
    .social-icons a{
        font-size: 16px;
        margin-right: 10px;
    }
    .social-icons > span{
        font-size: 14px;
        margin-right: 10px;
    }
    .playlist-title h2{
        font-size: 24px;
    }
    .playlist-title {
        margin-bottom: 21px;
    }
    #discography-post .mp3 .plyr__time + .plyr__time {
        margin-right: 50px!important;
    }
    #discography-post .mp3 .plyr .plyr__progress {
        margin-left: 55px!important;
    }
    #discography-post .mp3 .plyr__controls > .plyr__time {
        left: 35px!important;
    }
    #discography-post .mp3 .plyr__controls>button:last-of-type {
        top: 0px!important;
        right: 1%;
    }
    .playlist {
        margin-top: 20px;
    }
    #discography-post .plyr__controls>button:last-of-type:before {
        right: 300%!important;
        top: 2px!important;
    }
    #discography-post .mp3 .plyr--audio .plyr__controls {
        padding: 0px 20px 0px 5px!important;
        margin: 31px 0px 33px 0px!important;
    }
    .play-pause{
        margin-right: 10px;
    }
    #discography > .section {
        padding: 0px 30px;
    }
    .discography-line > div:nth-child(2) .music-banner-image{
        margin: inherit;
    }
    .single-video #discography-text {
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .single-video .social-icons {
        margin-top: 30px;
        padding-top: 30px;
        margin-bottom: 30px;
    }
    .discography-line > div:nth-child(2) .disc-image{
        left: 0%;
    }
    .discography-line > div:nth-child(2) .music-banner-text{
        margin: inherit;
    }
    .discography-line > div:last-child .music-banner-image{
        margin: inherit;
    }
    .discography-line > div:last-child .music-banner-text{
        margin: inherit;
    }
    .discography-line > div:last-child .disc-image{
        left: 0%;
    }
    /***** Single Events *****/
    .slider-info{
        display: block;
    }
    .events-slider{
        width: 100%;
        height: 350px;
    }
    .events-info{
        width: 100%;
        padding-left: 0;
        margin-top: 38px;
    }
    .events_date *{
        font-size: 18px;
    }
    .events_date p{
        line-height: 22px;
    }
    .events_date i {
        width: 18px;
        margin-right: 10px;
    }
    #text-and-video .row {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    #text-and-video .row > div:first-child {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -moz-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        width: 100%;
        margin: 30px auto auto;
    }
    #text-and-video .social-icons{
        margin-top: 30px;
        padding-top: 20px;
    }
    .single-events-text p{
        font-size: 14px;
        line-height: 22px;
    }
    #text-and-video .row > div:last-child {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
    #map iframe {
        height: 300px;
    }
    #text-and-video {
        margin-top: 30px;
        padding: 30px 0px;
    }
        #text-and-video .overly{
        height: 101%;
    }
    #map {
        margin-top: 40px;
    }
    .background-map .overly-1{
        background-position: 70%;
    }
    .social-icons > span {
        font-size: 14px;
        margin-right: 10px;
    }
    /****** Videos *****/
    #videos .embed-responsive,
    #videos .video-img-banner{
        height: 200px;
    }
    .video-banner-name h2{
        font-size: 18px;
        margin-bottom: 0px;
    }
    .video-banner-name p{
        font-size: 14px;
        line-height: 22px;
    }
    #single-gallery .column{
        max-width: 100%;
        -webkit-box-flex: 100%;
        -webkit-flex: 100%;
        -moz-box-flex: 100%;
        -ms-flex: 100%;
        flex: 100%;
        padding: 0;
    }
    #single-gallery .column:nth-of-type(2) .gallery-image:nth-of-type(3) {
        width: 100%;
    }
    #single-gallery .gallery-image {
        height: 270px !important;
        padding-top: 1px !important;
    }
    .sm-title {
        margin-bottom: 30px;
    }
    .gallery-single-gallery #discography-text {
        padding-top: 30px;
    }
    .sm-title {
        margin-bottom: 20px;
    }
    .sm-section .social-icons {
        padding-top: 30px;
    }
    .sm-title h2 {
        font-size: 18px;
        line-height: 22px;
    }
    .sm-section .discography_description p {
        font-size: 14px;
        line-height: 22px;
    }
    .sm-section .social-icons{
        padding-bottom: 30px;
        padding-top: 30px;
        margin-top: 15px;
    }
    /******** Photogallery *****/
     .music-banner-text h2{
        font-size:24px;
        line-height: 22px;
    }
     .music-banner-text p{
        font-size: 14px;
        line-height: 22px;
    }
     #discography.gallery-photogallery .grid-item{
        height: 300px;
        width:100%!important;
    }
   #discography.gallery-photogallery .grid-item:nth-child(2){
        height: 300px!important;
        width:100%!important;
    }
     #discography.gallery-photogallery .grid-item:nth-child(5n+1) {
        height: 300px!important;
        width:100%!important;
    }
     #single-gallery .grid-item:nth-child(6n+1),
    #single-gallery .grid-item:nth-child(5n+1){
        width:100%;
    }
    #discography.gallery-photogallery  .grid-item:nth-child(3),
    #discography.gallery-photogallery .grid-item:nth-child(7),
    #discography.gallery-photogallery .grid-item:last-child {
        height: 300px!important;
        padding: 0px 0px;
    }
    /***** Blog Single Post *****/
    .author-form-group {
        margin-top: 30px;
        padding: 30px 0px;
    }
    .recent-post-name h3 {
        font-size: 12px;
        line-height: 14px;
    }
    .recent-post-name span {
        font-size: 10px;
    }
    #standard-blog .blog-content {
        padding-bottom: 20px;
    }
    .post-category, .post-by * {
        font-size: 12px;
    }
    .post-heading h2 {
        font-size: 24px;
        line-height: 22px;
        margin: 10px 0px;
    }
    .post-text p {
        font-size: 14px;
        line-height: 22px;
        margin-top: 20px;
    }
    #respond #reply-title {
        font-size: 16px;
        line-height: 22px;
    }
    p.post-quote {
        margin: 30px auto 30px;
    }
    #blog-post #reply-title {
        font-size: 16px;
        line-height: 22px;
    }
    .author-name-date p:nth-of-type(1){
        font-size: 14px;
        line-height: 22px;
    }
    .author-name-date p:nth-of-type(2) {
        font-size: 12px;
    }
    .author-info em {
        font-size: 12px;
    }
    .author-description p {
        font-size: 14px;
        line-height: 22px;
    }
    .reply {
        font-size: 14px;
    }
    #blog-post .form h2,.blog-categories h2, .blog-recent-post h2, #blog-post.woocommerce-Reviews #reply-title {
        font-size: 16px;
        line-height: 22px;
    }
    #blog-post .form h2{
        margin-bottom: 30px;
    }
    .blog-categories h2, .blog-recent-post h2{
        margin-bottom: 10px;
    }
    #blog-post .form h2, #blog-post.woocommerce-Reviews #reply-title{
        margin-bottom: 30px;
    }
    .blog-content, #custom-single #commentform  {
        margin-bottom: 30px;
    }
    .post-share span{
        font-size: 12px;
    }
    .post-share a{
        font-size: 14px;
    }
    .categories-line{
        font-size: 12px;
        line-height: 22px;
    }
    /***** Blog Grid *****/
    .grid-gallery figcaption h3{
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 5px;
    }
    .grid-gallery figcaption .post-publish-date{
        font-size: 12px;
    }
    .grid-gallery figcaption p {
        font-size: 14px;
        line-height: 22px;
        margin-top: 5px;
    }
    /***** Cart *****/
    .cart-name * {
        font-size: 14px;
        line-height: 22px;
    }
    .cart-description p {
        font-size: 14px;
        line-height: 22px;
    }
    .cart-item {
        position: relative;
        display: block;
        padding: 15px 0px 45px;
    }
    .cart-item > div {
        max-width: 100%;
        display: block;
        padding: 0;
    }
    .cart-image {
        width: 100px;
        height: 100px;
        margin: auto;
        float: none;
    }
    .cart-description {
        width: 100%;
        float: none;
        padding: 0;
        text-align: center;
        margin-top: 20px;
    }
    .cart-description a, .cart-description h2 {
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 5px;
    }
    .product-count {
        width: 100px;
        height: 35px;
        margin: 15px auto auto auto;
    }
    .plusminus input[type="number"] {
        font-size: 14px;
    }
    .delet-line {
        width: 15px;
        position: absolute;
        z-index: 9;
        top: 9px;
        bottom: auto;
        right: 0;
    }
    .delete-product{
        position: initial;
        width: 15px;
    }
    .delete-product a{
        width:15px!important;
    }
    .product-total {
        position: static;
    }
    .total-name-line .product-price {
        position: static;
        text-align: right;
        width: 100%;
    }
    .enter-coupon, .order-button {
        float: none;
        max-width: 100%;
    }
    .order-coupon {
        position: relative;
        margin-top: 15px;
        padding-top: 45px;
    }
    .glob-price {
        position: absolute;
        top: 0;
        width: 100%;
    }
    .g-p * {
        font-size: 24px;
        line-height: 22px;
    }
    .o-t *{
        font-size: 18px;
        line-height: 22px;
    }
    .g_t h3{
        font-size: 18px;
        line-height: 22px;
        letter-spacing: 4px;
    }
    .g_t p{
        font-size: 14px;
        line-height: 22px;
    }
    .c-t * {
        font-size: 14px;
        line-height: 22px;
    }
    .cart-buttons {
        margin-top: 15px;
        margin-bottom: 10px;
    }
    .cart-buttons a, .cart-buttons button{
        display: block!important;
        float: none!important;
        text-align: center!important;
    }
    .cart-buttons button{
        width: 100%;
    }
    .cart-buttons a:first-child, .cart-buttons button:first-child{
        margin-bottom: 15px!important;
    }
    .coupon-form {
        margin-top: 15px;
    }
    .coupon-title{
        display:none;
    }
    .coupon-form form input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
        opacity: 1;
    }
    .coupon-form form input::-moz-placeholder { /* Firefox 19+ */
        opacity: 1;
    }
    .coupon-form form input:-ms-input-placeholder { /* IE 10+ */
        opacity: 1;
    }
    .coupon-form form input:-moz-placeholder { /* Firefox 18- */
        opacity: 1;
    }
    .cart-name > div {
        display: none;
    }
    .cart-name > div:first-child {
        display: block;
    }
    #cart-order {
        padding: 0px 0px 30px;
    }
    .prise-mobile,
    .total-mobile{
        display:inline-block;
        margin-right: 5px;
        color: #959595;
    }
    .price-name-line{
        position: absolute;
        left: 0;
        bottom: 0;
        width: 50%;
    }
    .total-name-line{
        position: absolute;
        width: 50%;
        right: 0;
        bottom: 0;
    }
    .price-name-line .product-price{
        position: static;
        width:100%;
        text-align: left;
    }
    .product-price * {
        font-size: 14px;
    }
    #checkout-list .section > form > div{
        margin-top: 0px;
    }
    #checkout-list .section > form > div > div{
        margin-top: 30px;
    }
    #order_review{
        margin-top: 29px!important;
    }
    .woocommerce-additional-fields {
        margin-top: 30px;
    }
    .woocommerce-shipping-fields.dif-address {
        margin-bottom: 20px;
    }
    .shipping.shipping-method {
        margin-bottom: 20px;
    }
    .payment-method .custom-radio{
        margin: 10px 0px 0px;
    }
    #checkout-list table.table{
        margin-top: 13px;
    }
    .login-and-cupon {
        margin-bottom: 4px;
    }
    .l-b *, .c-b *{
        font-size: 14px;
        line-height: 22px;
    }
    .l-b i, .c-b i{
        font-size: 14px;
        line-height: 22px;
    }
    .l-f form p, .l-form > a {
        font-size: 14px;
        line-height: 22px;
    }
    .l-f form .create-password .checkbox label span,
    .dif-address .checkbox label span{
        font-size: 14px;
        line-height: 22px;
    }
    #checkout-list .l-f form button.btn-primary{
        font-size: 14px!important;
        padding-top: 7px!important;
    }
    .l-f form .create-password .checkbox label {
        margin-top: 25px;
    }
    #checkout-list .c-f form button.btn-primary{
        font-size: 14px;
        padding-top: 7px;
    }
    /***** Contact Us *****/
    body.contact-us-page #contact-us {
        padding: 25px 0px 30px;
    }
    .contact-info h2{
        font-size:24px;
    }
    .contact-adress {
        margin-top: 28px;
        margin-bottom: 36px;
    }
    .contact-info p{
        font-size:14px;
        line-height: 22px;
    }
    #checkout-list form .form-group label{
        font-size: 14px;
    }
    .contact-adress > a, .contact-adress > p{
        font-size:14px;
    }
    #checkout-list form .form-group input, #checkout-list form .form-group textarea,
    .woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea,
    .chosen-container-single .chosen-search input{
        font-size: 14px;
    }
    #checkout-list form h3{
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 5px;
    }
    .create-password .checkbox label span {
        font-size: 14px;
        line-height: 22px;
    }
    #checkout-list form .form-group .results-select > p{
        font-size: 14px;
        line-height: 22px;
    }
    .payment-method .custom-radio > label span{
        font-size: 14px;
        line-height: 22px;
    }
    .what-is-paypal a{
        font-size: 14px;
    }
    #checkout-list form .form-group .results-select .btn-primary, .chosen-single{
        font-size: 14px;
        padding: 9px 20px 8px 20px;
    }
    .chosen-results li{
        font-size: 14px;
    }
    #checkout-list form button.btn-primary{
        font-size: 16px;
        padding-bottom: 10px;
    }
    #checkout-list {
        padding-bottom: 30px;
    }
    .c-f .l-form form{
        padding: 0px 0px 5px 0px!important;
    }
    .woocommerce form.login{
        padding: 0;
    }
    /***** 404 Page ******/
    .page-404 .big-title img {
        width: 90%
    }
    .page-404 .big-title h2 {
        width:90%;
        letter-spacing: 8px;
    }
    .search-404 form {
        height: 50px;
    }
    .search-404 form input {
        padding-left: 15px;
    }
    .content-404{
        bottom: 39%;
    }
    /***** Search Result *****/
    .search-result .blog-content {
        padding-top: 30px;
    }
    .global-title h2 {
        font-size: 25px;
        margin-top: 5px;
    }
    .t-shirt-image {
        height: 300px;
    }
    .t-shirt-description {
        padding: 35px 5px 60px;
    }
    .t-shirt-description h2 {
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 10px;
    }
    .t-shirt-description p {
        font-size: 14px;
        line-height: 22px;
    }
    .t-shirt-description .post-cta {
        margin-top: 50px;
    }
    .search-result .see-more {
        margin-bottom: 21px;
    }
    .search-result #blog-post {
        margin-bottom: 20px;
    }
    /***** Shop *****/
    .results-text * {
        font-size: 14px;
        line-height: 22px;
    }
    .s-item-name h2 {
        font-size: 14px;
        line-height: 22px;
    }
    .s-item-name p {
        font-size: 14px!important;
    }
    span.bs_sale:after {
        bottom: 8px;
    }
    .bs_sale {
        font-size: 14px;
    }
    .results {
        padding: 0px 15px 30px 15px;
    }
    #releated-products .s-item {
        margin-bottom: 30px;
    }
    .results-select .btn-primary, .results-select .dropdown-menu {
        font-size: 14px;
    }
    .single-product #releated-products {
        padding-top: 30px;
        margin-top: 30px;
    }
    .related-product-title{
        margin-bottom: 30px;
    }
    .s-item {
        margin-bottom: 41px!important;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .s-item-name p {
        font-size: 14px;
    }
    .bs_sale{
        font-size: 14px;
    }
    .bs_sale:after{
        bottom: 8px;
    }
    .bs_sale sup:after{
        top: 7px;
    }
    .best-offer{
        top: -35px;
        left: 0;
    }
    .related.products .best-offer {
        top: -30px;
        left: 0px;
    }
    .results-text * {
        font-size: 14px;
        line-height: 22px;
    }
    .results-select .btn-primary{
        font-size: 14px;
    }
    .single-tab-content #blog-post .form {
        margin-top: 15px;
    }
    .single-tab-content .comment-form-rating {
        margin-bottom: 18px;
    }
    .single-tab-content #blog-post .form h2{
        margin-bottom: 10px!important;
    }
    /***** Single Gallry *****/
    #single-gallery .grid-item,
    #single-gallery .grid-sizer{
        width: 50%;
    }
    #single-gallery .grid-item:nth-child(9n+1){
        width:100%;
    }
    /***** Blog Mansory *****/
    #discography.gallery-photogallery .grid-item{
        height: 300px;
        width: 100%!important;
    }
    #discography.gallery-photogallery .grid-item:nth-child(2){
        height: 300px!important;
        width: 100%!important;
    }
    #discography.gallery-photogallery .grid-item:nth-child(3),
    #discography.gallery-photogallery .grid-item:nth-child(7),
    #discography.gallery-photogallery .grid-item:last-child{
        height: 300px!important;
        padding: 0px 0px;
    }
    .grid > div {
        width: 100%;
    }
    .grid > div.grid-item {
        height: 300px;
    }
    .grid > div .grid-item-img {
        width: 65%;
        height: 100%;
    }
    .grid > div .grid-item-content {
        width: 35%;
        height: 100%;
    }
    .grid > div:nth-child(odd) .grid-item-img {
        float: right;
    }
    .grid > div:nth-child(odd) .grid-item-content {
        float: left;
    }
    .grid > div:nth-child(odd) .grid-item-content:after {
        border-top: 15px solid transparent;
        border-left: 15px solid #fff;
        border-bottom: 15px solid transparent;
        border-right: none;
        top: 47.5%;
        right: -14px;
        left: auto
    }
    .grid > div:nth-child(odd):hover .grid-item-content:after {
        border-left-color: rgb(42, 196, 183);
    }
    .grid > div:nth-child(even) .grid-item-img {
        float: left;
    }
    .grid > div:nth-child(even) .grid-item-content {
        float: right;
    }
    .grid > div:nth-child(even) .grid-item-content:after {
        border-top: 15px solid transparent;
        border-right: 15px solid #fff;
        border-bottom: 15px solid transparent;
        border-left: none;
        top: 47.5%;
        left: -14px;
    }
    .grid > div:nth-child(even):hover .grid-item-content:after {
        border-right-color: rgb(42, 196, 183);
    }
    .grid-item--width2 .massonry-post-logo {
        top: 0;
        bottom: 0;
    }
    .see-more {
        margin-top: 66px;
        margin-bottom: 68px;
    }
    #blog-mansory-section .see-more {
        margin-bottom: 44px;
    }
    #blog-mansory-section {
        padding-bottom: 24px;
    }
    .standard-post-item{
        margin-bottom: 48px;
    }
    #sidebar > ul > li{
        margin-top: 30px;
    }
    .post-cta{
        margin-top: 41px;
    }
    .blog-search form{
        margin-top: 0px!important;
    }
    .mb-2, .my-2{
        margin-top: 0!important;
        margin-bottom: 0!important;
    }
    #standard-blog .blog-content {
        padding-bottom: 20px;
    }
    /**** Single Product *****/
    #single-product-section {
        padding-top: 0;
    }
    .shop-view-cart{
        display: block;
        text-align: center;
        margin-top: 0;
        padding: 0px;
    }
    .shop-view-cart .ad-to-card-button {
        margin-top: 20px!important;
    }
    .name-title * {
        font-size: 14px;
    }
    .shop-view-cart .ad-to-card-button a{
        font-size: 13px!important;
    }
    .single-pr-name h3{
        font-size:24px;
        line-height: 22px;
    }
    .single-price p {
        font-size: 18px!important;
    }
    .single-tab-content .author-description p {
        font-size: 14px;
        line-height: 22px;
    }
    .single-button-count {
        margin-top: 13px;
    }
    .single-price .sale{
        font-size: 16px;
    }
    .single-style * {
        font-size: 14px;
    }
    .single-button-count .plusminus input[type="number"]{
        font-size: 18px!important;
    }
    .single-text * {
        font-size: 14px;
        line-height:22px;
    }
    .single-code *{
        font-size:14px;
    }
    .single-tab-content .nav-tabs .nav-link{
        font-size: 16px;
    }
    .first-tab-pane *, #tab-description *{
        font-size: 14px;
        line-height:22px;
    }
    .related-product-title h3 {
        font-size: 18px;
    }
    .single-tab-content{
        margin-top: 20px;
    }
}
@media(max-width: 736px) {
    .all-events #on-tour {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .single-video #discography-text {
        margin-top: 30px;
    }
    .single-video .social-icons {
        margin-top: 30px;
        margin-bottom: 30px;
        padding-top: 30px;
    }
    .social-icons {
        padding-top: 30px;
    }
    .shop_cta{
        margin-bottom: 0px;
    }
    .music {
        margin-bottom: 30px;
    }
    .home .footer {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    #standard-blog .blog-content {
        padding-bottom: 10px;
    }
    .see-more {
        margin-top: 50px;
        margin-bottom: 50px;
    }
    #blog-mansory-section .see-more {
        margin-bottom: 27px;
    }
    .sm-section .social-icons {
        padding-top: 15px;
        text-align: left;
        margin-top: 15px;
    }
    .footer {
        padding-top: 30px;
        padding-bottom: 25px;
    }
    .row.footer {
        padding-top: 30px;
        padding-bottom: 25px;
    }
    .all-events#on-tour {
        padding-bottom: 30px;
    }
    .single-video #discography-text {
        margin-top: 30px;
    }
    .single-video .social-icons {
        margin-top: 30px;
        margin-bottom: 30px;
        padding-top: 30px;
    }
    .sm-section .social-icons {
        padding-top: 15px;
        text-align: left;
        margin-top: 15px!important;
    }
    .post-author {
        margin-top: 30px;
    }
    .post-share {
        margin-top: 30px;
    }
    .blog-content, #custom-single #commentform  {
        margin-bottom: 20px;
    }
    #blog-post .form{
        margin-top: 30px;
    }
}
@media(max-width:575px){
    #page-title {
        margin-top: 77px;
    }
    .all-events #on-tour {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .big-title{
        height: 140px;
    }
    .plyr__time + .plyr__time {
        margin-left: 15px!important;
        margin-right: 15px!important;
    }
    .plyr .plyr__volume {
        max-width: 82px!important;
    }
    .plyr__controls>button:last-of-type:before {
        right: 315%;
    }
    .form .fild_1 > div:first-child {
        margin-bottom: 20px;
    }
    .carousel_content:before,.carousel_content:after{
        width: 30px!important;
        height: 30px!important;
    }
    .row.ticket > div {
        padding: 25px 0px;
    }
    .day_num{
        width: 75px;
        line-height: 13px;
        height: 28px;
        border-right-width: 4px;
    }
    .day_num span {
        font-size: 33px;
    }
    .day_num div {
        margin-left: 3px;
        line-height: 16px;
    }
    .day_num div p {
        font-size: 14px;
    }
    .name{
        padding-left: 10px;
        padding-right: 0;
    }
    .name p {
        font-size: 16px;
        line-height: 29px;
    }
    .buy a {
        padding-left: 20px;
        padding-right: 20px;
        font-size: 12px;
    }
    .buy p {
        font-size: 15px;
    }
    .footer .day_num div{
        margin-left: 5px;
    }
    /******* Music Discography   **********/
    #discography-post .global-title {
        padding: 27px 0px 54px;
    }
    #discography-post  .j_c{
        padding-bottom: 20px;
    }
    #discography-text {
        margin-top: 30px;
    }
    #page-title{
        margin-top: 93px;
        margin-bottom: 50px;
    }
    .global-title {
        height: 32px;
    }
    .global-title h1{
        font-size: 24px;
    }
    .social-icons{
        padding-top: 15px;
    }
    #discography-post .mp3 .plyr__time + .plyr__time {
        margin-right: 25px!important;
    }
    #discography-post .mp3 .plyr__controls>button:last-of-type {
        top: 0px!important;
         right: -3%;
    }
    #discography-post .mp3 .plyr--audio .plyr__controls {
        padding: 0px!important;
        margin: 0!important;
    }
    /***** Single Events *****/
    .event-tickets{
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .event-tickets a:last-child{
        margin-top: 10px;
    }
    .event-tickets a{
        font-size: 14px;
    }
    .events-slider .carousel-item img{
        -o-object-fit: cover;
        object-fit: cover;
    }
    #text-and-video .social-icons{
        margin: 20px auto auto auto;
         margin-top: 30px;
        width: 90%;
    }
    .single-events-text{
        margin: -7px auto auto auto;
    }
    .background-map {
        top: 16%;
    }
    .background-map .overly-1 {
        background-position: 60%;
    }
    /***** Single Gallry *****/
    #single-gallery .grid-item{
        height: 150px;
    }
    #single-gallery .grid-item:nth-child(6n+1), #single-gallery .grid-item:nth-child(5n+1) {
        height: 150px;
    }
    #single-gallery .grid-item:nth-child(3), #single-gallery .grid-item:nth-child(6n+1) {
        height: 300px;
    }
    .popup_block {
        height: 35%;
    }
    #popup-container ul {
        bottom: 29%;
    }
    /****** Blog Grid ****/
    .grid li{
        width: 100%;
    }
    .grid li:nth-of-type(3) .blog-grid-image,
    .grid li:nth-of-type(8) .blog-grid-image,
    .grid li:nth-of-type(9) .blog-grid-image{
        height: 250px;
    }
    /***** Blog Single Post *****/
    .featured-image{
        height: 200px;
        margin-bottom: 30px;
    }
    .post-text p{
        padding: 0;
    }
    p.post-quote{
        text-align: center;
        padding: 0px 33px;
    }
    .reply{
        margin-top: 10px;
        margin-bottom: 30px;
    }
    /**** Contact us *****/
    .contact-us-page #contact-us {
        padding: 60px 0px 60px;
    }
    .contact-info h2{
        width:100%;
    }
    .contact-adress > a i,
    .contact-adress > p i{
        width: 17px;
    }
    /***** 404 Page ******/
    .page-404 .big-title h2{
        top: 0;
        bottom: 0;
        font-size: 18px;
        letter-spacing: 2px;
    }
    .search-404 {
        bottom: 33%;
    }
    .go-back-home{
        bottom: 26%;
    }
    .search-404 form {
        height: 45px;
    }
    .search-404 form input{
        width: 70%;
        font-size: 14px;
    }
    .search-404 form button{
        width: 30%;
        font-size: 13px;
    }
     .go-back-home a {
        font-size: 21px;
    }
    .content-404 a {
        font-size: 21px;
    }
    /***** Search Result *****/
    .t-shirt-image {
        height: 230px;
    }
    .t-shirt-description {
        padding: 35px 15px 60px;
    }
    /***** Shop *****/
    .s-item{
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .single-product .best-offer{
        top: 5px;
        left: 5px;
    }
    /***** Checkout *****/
    .chosen-results{
        height: 240px;
        border-bottom-left-radius: 3px;
        border-bottom-right-radius: 3px;
    }
    #checkout-list{
        padding-top:0px;
    }
    .login-and-cupon {
        margin-bottom: 0px;
    }
    .login-and-cupon a.btn-primary{
        display: block;
        text-align: left;
    }
    .login-and-cupon .form-group{
        padding-right: 0;
    }
    #checkout-list .l-f form button.btn-primary,
    #checkout-list .c-f form button.btn-primary,
    form.woocommerce-form-login button, form.woocommerce-form-register button{
        width: 100%;
        max-width: 100%;
        margin-top: 0;
    }
    .l-form{
        padding: 20px 0px 20px 0px;
    }
    .l-f form .create-password .checkbox label{
        margin-left: 0;
    }
    .l-f form .create-password .checkbox label {
        margin-top: 10px;
    }
    /***** Blog Mansory *****/
    .grid > div .grid-item-img {
        width: 50%;
    }
    .grid > div .grid-item-content {
        width: 50%;
    }
    .popup_block {
        height: 35%;
    }
    #popup-container ul {
        bottom: 29%;
    }
    .footer .day_num div {
        margin-left: 5px;
    }
}
@media (max-width:480px) {
    #image-gallery .grid > div.grid-item{
        width: 100%!important;
        height: 300px!important;
    }
    #image-gallery .grid > div.grid-item:last-child {
        height: 300px!important;
    }
    #video .embed-responsive {
        border-width: 10px;
        border-radius: 30px;
    }
    .woocommerce .woocommerce-ordering{
        width: 100%;
    }
    .plyr__controls button{
        padding: 5px!important;
    }
    .plyr__controls button svg {
        height: 13px!important;
    }
    .plyr__time {
        font-size: 11px!important;
    }
    .plyr__controls > .plyr__time {
        margin-top: 0px!important;
    }
    .plyr__controls > .plyr__time {
        left: 39px!important;
    }
    .plyr .plyr__progress {
        margin-left: 50px!important;
    }
    .plyr__time+.plyr__time {
        margin-left: 15px!important;
        margin-right: 15px!important;
    }
    .plyr .plyr__volume {
        max-width: 40px!important;
        margin-right: 18px!important;
    }
    .plyr__volume input[type=range]::-webkit-slider-thumb{
        height:13px!important;
        width:13px!important;
    }
    .plyr .plyr__volume input[type=range]{
        top: 4px!important;
    }
    #discography-post .plyr .plyr__volume input[type=range] {
        top: 4px !important;
    }
    .plyr__controls>button:last-of-type {
        right: 5%;
        top: 50%;
    }
    .j_c .plyr__controls>button:last-of-type {
        top: 55%!important;
        right: -2%;
    }
    .plyr__controls>button:last-of-type:before {
        right: 225%!important;
        top: -2px!important;
        font-size: 16px!important;
    }
    .j_c .mp3_3 .plyr__controls>button:last-of-type{
        top: 54%!important;
    }
    .j_c .mp3_3 .plyr__controls>button:last-of-type:before{
        top: -1px!important;
    }
     #video .embed-responsive {
        border-width: 9px;
        border-radius: 30px;
    }
    .carousel_content{
        padding: 0px 20px;
    }
    .news_content h2 {
        font-size: 22px;
    }
    #discography-post .music{
        padding:0px;
        background-color: rgba(255, 255, 255, 0);
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        margin-bottom: 3px;
    }
    .social-icons {
        padding-top: 15px;
    }
    #discography-post .mp3 .plyr__time+.plyr__time {
        margin-right: 20px!important;
        margin-top: 0px!important;
    }
    #discography-post .mp3 .plyr .plyr__progress {
        margin-left: 50px!important;
    }
    #discography-post .plyr__controls>button:last-of-type:before {
        right: 265%!important;
        top: 0!important;
    }
    #discography-post .mp3 .plyr__controls>button:last-of-type {
        top: 1px!important;
    }
    #discography-post .mp3 .plyr .plyr__volume {
        max-width: 50px!important;
        margin-top: 2px!important;
        margin-right: 20px!important;
    }
    #discography-post .plyr .plyr__volume input[type=range] {
        top: 4px;
    }
    .discography-line > div:hover .disc-image{
        -webkit-transform: translateX(60%);
        -moz-transform: translateX(60%);
        -ms-transform: translateX(60%);
        -o-transform: translateX(60%);
        transform: translateX(60%);
    }
    /***** Single Events *****/
    .events-slider{
        height: 300px;
    }
    .events-info{
        margin-top: 28px;
    }
    .event-tickets{
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .event-tickets {
        margin-top: 20px;
    }
    .event-tickets a{
        margin-top: 10px;
    }
    /***** Shop *****/
    .results{
        text-align: center;
    }
    .results-text{
        float: none;
        margin-top: 0;
    }
    .results-select{
        float: none;
        margin-top: 15px;
    }
    .results .btn-group{
        width: 100%;
    }
    .results-select .btn-primary{
        width: 100%;
        text-align: left;
    }
    .results-select .dropdown-toggle::after{
        position: absolute;
        right: 20px;
        top: 17px;
    }
    #blog-grid-gallery {
        padding-bottom: 30px;
    }
    /***** Blog Mansory *****/
    .grid > div.grid-item {
        height: 600px;
    }
    .grid > div.grid-item > a{
        width: 100%;
        height: 100%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .grid > div .grid-item-img {
        width: 100%;
        height: 50%;
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        float: none;
    }
    .grid > div .grid-item-content {
        width: 100%;
        height: 50%;
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -moz-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        float: none;
    }
    .grid > div .grid-item-content:after{
        top: -28px!important;
        left: 47.5%!important;
        border-left: 15px solid transparent!important;
        border-right: 15px solid transparent!important;
        border-bottom: 15px solid #fff!important;
    }
    .grid-item:hover .grid-item-content:after{
        border-bottom-color:rgb(42, 196, 183)!important;
    }
    .post-cta{
        margin-top: 50px;
    }
    #video .embed-responsive {
        border-width: 10px;
        border-radius: 30px;
    }
    .post-author {
        margin-top: 30px;
    }
    #comments ul.children {
        padding-left: 30px;
    }
    .post-share {
        margin-top: 30px;
    }
    .blog-content, #custom-single #commentform  {
        margin-bottom: 20px;
    }
    .lc_content_with_sidebar, #sidebar, .event_left, .event_right{
        display: block;
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }
}
@media only screen and (min-width: 481px) and (max-width : 900px) {
    .lc_content_with_sidebar, #sidebar {
        display: block;
        width: 100%;
        padding-left: 0;
        padding-right: 0;
        float:none;
    }
}
@media (max-width: 420px) {
    #discography-post .global-title {
        padding: 17px 0px 37px;
    }
    #page-title {
        margin-top: 75px;
    }
}
@media(max-width:400px){
    .music-name{
        white-space: nowrap;
        width: 125px;
        overflow: hidden;
    }
    .playlist .music_line > span {
        font-size: 13px;
    }
}
@media(max-width:390px){
    .discography-line > div:hover .disc-image{
        -webkit-transform: translateX(65%);
        -moz-transform: translateX(65%);
        -ms-transform: translateX(65%);
        -o-transform: translateX(65%);
        transform: translateX(65%);
    }
    /***** Checkout *****/
    .other-payment label{
        max-width: 175px;
    }
    .other-payment label img:first-child {
        margin: 0px 35px 5px;
    }
    /***** Single Product *****/
    #single-product-section {
        padding-top: 0px;
    }
    .single-pr-name h3 {
        font-size: 21px;
    }
    .single-price p {
        font-size: 18px!important;
    }
    .single-price .bs_sale {
        font-size: 18px;
        margin-left: 10px;
    }
    .single-price span.bs_sale:after {
        bottom: 10px;
    }
    .single-style * {
        font-size: 14px;
        margin-bottom: 5px;
    }
    .catd-button, .single_add_to_cart_button{
        float: none;
    }
    .single-button-count .plusminus{
        float: none;
        margin-top: 30px;
    }
    .single-text {
        margin-top: 10px;
    }
    .single-tab-content .nav-tabs .nav-link{
        font-size: 14px;
        padding: 0px 0px 5px;
        border-bottom: 3px solid transparent;
    }
    .single-tab-content .nav-tabs .nav-item {
        width:50%;
        margin-bottom: -2px;
    }
    .single-tab-content .nav-tabs .nav-item:last-child .nav-link {
        margin-left: 0px;
        padding-left: 0;
        padding-right: 0;
    }
    .first-tab-pane *, #tab-description * {
        font-size: 14px;
        line-height: 21px;
    }
    .single-tab-content .author-description p {
        font-size: 14px;
        line-height: 21px;
    }
    #releated-products{
        padding-top: 30px;
        margin-top: 60px;
        padding-bottom: 0;
    }
    .related-product-title {
        padding: 0;
        margin-bottom: 30px;
    }
    #releated-products .s-item {
        padding: 0;
    }
    .single-tab-content #blog-post{
        padding: 0;
    }
    #releated-products .s-item {
        margin-bottom: 24px!important;
    }
    /***** 404 Page ******/
    .page-404 .big-title h2{
        font-size: 14px;
    }
    .search-404 {
        bottom: 32%;
    }
    .content-404 {
        bottom: 40%;
    }
    .go-back-home {
        bottom: 24%;
    }
    /***** Single Gallry *****/
    #single-gallery .grid-item,
    #single-gallery .grid-sizer {
        width: 100%;
    }
    #single-gallery .grid-item {
        height: 250px;
    }
    #single-gallery .grid-item:nth-child(3),
    #single-gallery .grid-item:nth-child(6n+1),
    #single-gallery .grid-item:nth-child(5n+1) {
        height: 250px;
    }
}
@media (max-width: 380px){
    .header-title h1 {
        font-size: 18px;
    }
    .global-title h2{
        font-size: 18px;
    }
    .search-result .global-title h2{
        font-size: 18px;
    }
    #page-title {
        margin-top: 70px;
    }
}
@media(max-width:369px){
    .single-button-count .plusminus{
        float: none!important;
    }
    .single-button-count form {
        margin-bottom: 11px!important;
    }
}
@media(min-width:768px) and (max-height: 830px){

    /***** 404 Page *****/
    .search-404{
        bottom: 23%;
    }
    .content-404{
        bottom: 32%;
    }
}
@media(max-width:767px) and (max-height: 720px){

    /***** 404 Page *****/
    .search-404 {
        bottom: 30%;
    }
    .content-404 {
        bottom: 37%;
    }
    .go-back-home {
        bottom: 23%;
    }
}
@media(max-width:320px) and (max-height: 568px){
    .search-404 {
        bottom: 40%!important;
    }
    .go-back-home {
        bottom: 28%!important;
    }
}
@media(min-width:768px) and (max-height: 720px){

    /***** 404 Page *****/
    .search-404{
        bottom: 30%;
    }
    .content-404{
        bottom: 8%;
    }
}
@media only screen and (min-width: 769px) and (max-width: 979px) {
    .lc_lif_boxed, .lc_lif_full {
        padding-left: 20px;
        padding-right: 20px;
    }
    .lc_content_with_sidebar {
        padding-right: 20px;
    }
}
@media(max-width:767px) and (max-height: 720px){

    /***** 404 Page *****/
    .search-404 {
        bottom: 42%;
    }
    .content-404 {
        bottom: 13%;
    }
}
@media(max-height: 565px){
    .big-title{
        height: 100px;
    }
    .popup_block{
        height: 60%;
        top: 19%;
    }
    #popup-container ul {
        bottom: 4%;
    }
}
@media(max-height: 630px){
    /***** 404 Page *****/
    .search-404 {
        bottom: 33%;
    }
    .search-404 form {
        height: 35px;
    }
    .search-404 form input,.search-404 form button{
        font-size: 14px;
    }
    .content-404 {
        bottom: auto;
        top: 35%;
    }
    .page-404 .big-title {
        height: 80px;
        bottom: 65%;
    }
    .page-404 .big-title img{
        max-width: 200px;
    }
    .page-404 .big-title h2 {
        font-size: 13px;
        max-width: 350px;
        top: 0;
        bottom: 0;
        letter-spacing: 8px;
    }
    .go-back-home a {
        font-size: 18px;
    }
    .search-404 form {
        height: 35px;
    }
    .search-404 form input,.search-404 form button{
        font-size: 14px;
    }
    .content-404 h2 {
        font-size: 26px;
        margin-bottom: 0;
    }
    .content-404 p {
        font-size: 14px;
        margin-bottom: 5px;
    }
    .content-404 a {
        font-size: 18px;
    }
}
@media(min-width:1025px) and (max-width:1380px){
    .video-block{
        margin-bottom: 55px;
    }
}
@media(min-width:1025px) and (max-width:1366px){
    #page-title{
        margin-top: 110px;
    }
    .music-discography #page-title {
        margin-bottom: 55px;
    }
    #discography {
        margin-bottom: 10px;
    }
    .discography_post_nav{
        margin:auto auto 55px auto;
    }
}
@media(min-width:768px) and (max-width:1024px){
    .contact-us-page #contact-us {
        padding: 50px 0px 50px;
    }
    #page-title{
        margin-top: 100px;
        margin-bottom: 50px;
    }
    .music-discography #page-title {
        margin-bottom: 50px;
    }
    .discography_post_nav{
        margin:auto auto 50px auto;
    }
    #discography {
        margin-bottom: 0px;
    }
    .video-block{
        margin-bottom: 50px;
    }
    #videos {
        padding-bottom: 50px;
    }
    #gallery .music-banner{
        margin-top: -1px;
    }
    #discography.gallery-photogallery .grid-item {
        margin-top: -2px;
    }
    #discography.gallery-photogallery .grid-item:nth-child(5n+1) {
        margin-top: -2px;
    }
}
@media(min-width:1024px) and (max-width:1366px){
    #gallery .music-banner{
        margin-top: -1px;
    }
    #discography.gallery-photogallery .grid-item {
        margin-top: -2px;
    }
    #discography.gallery-photogallery .grid-item:nth-child(5n+1) {
        margin-top: -4px;
    }
}
@media(max-width:767px){
    #blog-grid-gallery .see-more {
        margin-bottom: 13px;
    }
    #page-title {
        margin-top: 90px;
        margin-bottom: 30px;
    }
    .music-discography #page-title {
        margin-bottom: 30px;
    }
    .discography_post_nav{
        margin:auto auto 30px auto;
    }
    .contact-us-page#contact-us{
        padding: 25px 0px 30px;
    }
    body.single-product #releated-products {
        padding-top: 30px;
        margin-top: 30px;
    }
    #releated-products .s-item {
        margin-bottom: 20px!important;
    }
    .related-product-title {
        margin-bottom: 30px;
    }
    .search-result #blog-post {
        margin-bottom: 20px;
    }
    .carousel_content * {
        font-size: 14px;
        line-height: 22px;
    }
    .return-to-shop{
        margin-bottom: 30px;
    }
}
@media(max-width:575px){
    #page-title {
        margin-top: 77px;
    }
    form.woocommerce-form-login label.woocommerce-form__label {
        margin-top: 10px;
        margin-left: 0px;
    }
}
@media(max-width:420px){
    #page-title {
        margin-top: 75px;
    }
}
@media(max-width:380px){
    #page-title {
        margin-top: 70px;
    }
}
/*--------------------*/
/* FOR MOZILA FIREFOX */
/*--------------------*/
body.firefox #header .creative_menu{
    display: table;
    width: 90%;
    margin: auto;
    height: 100%;
}
body.firefox #header .nav{
    top: auto;
    position: relative;
    bottom: auto;
    display: table-cell;
    vertical-align: middle;
}
@media(max-width: 1450px){
    body.firefox #header .nav-menu.nav-demo-2 .nav > li > a{
        padding-right: 5px;
        padding-left: 5px;
    }
}
body.page-404.firefox .big-title {
    display: table;
}
body.firefox .events-info{
    display: table;
    top: 130px;
}
body.gallery-photogallery.firefox .music-banner > div{
    display: table;
}
body.gallery-photogallery.firefox .music-banner-text{
    display: table-cell;
    vertical-align: middle;
    position: relative;
}
.firefox .page-404 .big-title{
    display: table;
    top: 20%;
}
.page-404 .big-title h2{
    display: table;
    top: 63%;
    color: #212529;
}
@media(max-width: 1380px){
    body.firefox .events-info{
        top: 110px;
    }
}
@media(max-width: 1180px){
    body.firefox .events-info{
        top: 120px;
    }
}
@media(max-width: 1100px){
    body.firefox .events-info{
        top: 100px;
    }
}
@media(max-width: 900px){
    body.firefox .events-info{
        top: 120px;
    }
}
@media(max-width: 570px){
    body.firefox .events-info{
        top: 90px;
    }
    .popup_block {
        height: 35%;
    }
    #popup-container ul {
        bottom: 29%;
    }
}
@media(max-height: 630px){
    .page-404.firefox .content-404 {
        bottom: auto;
        top: 44%;
    }
}
@media(min-width:768px) and (max-height: 830px){
    .page-404.firefox .big-title{
        top: 12%;
    }
}
/*--------------------*/
/* FOR INTERNET EXPLORER */
/*--------------------*/
body.net .compat-object-fit img{
    display:none!important;
}
body.net .header-title h1{
    font-weight: 600;
}
body.net .global-title h1{
    font-weight: 600;
}
body.net .title p{
    font-weight: 400;
}
body.net .name p{
    font-weight: 200;
}
body.net .footer h2{
    font-weight: 600;
}
body.net .video-banner-name p{
    font-weight: 200;
}
body.net .post-heading h2{
    font-weight: 600;
}
body.net .recent-post-name{
    display: table;
}
body.net .single-price p{
    font-weight: 200;
}
body.net #blog-post .form h2{
    font-weight: 200;
}
body.net .coupon-form form{
    border:1px solid rgb(171, 46, 186);
    border-radius: 50px;
}
body.net .coupon-form form input:focus{
    border: none;
}
body.search-result.net .global-title h2{
    font-weight: 600;
}
body.net .t-shirt-description h2{
    font-weight: 600;
}
body.net .news > div > div{
    max-width: 545px;
}
body.net a.popup-image img{
    width:auto;
}
body.net .header-title a{
    display: inline;
}
body.net .section_1_title{
    display: table;
    width:100%;
}
body.net .big-title{
    display: table-cell;
    height: 235px;
}
body.net .header-title{
    height: 65px;
}
body.net .global-title h1{
    font-weight:600;
}
body.net .header-title h1{
    font-weight:600;
}
body.net .title p{
    font-weight:400;
}
body.net .name p{
    font-weight:200;
}
body.net .music-banner-text h2{
    font-weight:400;
}
body.net .playlist-title h2{
    font-weight:400;
}
body.net .news .col{
    flex-basis: inherit;
}
body.net #footer .col{
    flex-basis: inherit;
}
.compat-object-fit{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.compat-object-fit img{
    display:none
}
body.net .events-info{
    top: 130px;
}
body.gallery-photogallery.net .music-banner > div{
    display: table;
}
body.gallery-photogallery.net .music-banner-text{
    display: table-cell;
    vertical-align: middle;
    position: relative;
}
.net .content-404{
    max-width:100%;
}
.net .page-404 .big-title h2{
    top:76%;
    bottom:auto;
    left:31.8%;
    right:auto;
}
.page-404.net .big-title h2{
    top:76%;
    bottom:auto;
    left:31.8%;
    right:auto;
}
.page-404.net .go-back-home{
    width: 100%;
}
.page-404.net .section-404{
    display: block;
}
body.net .plyr__controls > .plyr__time{
    margin-top: -9px;
}
body.net .plyr__time + .plyr__time{
    position: absolute;
    right: 20%;
    width: 50px;
    left:auto;
}
body.net .plyr .plyr__volume{
    right:-16%;

}
body.net #discography-post .mp3 .plyr__controls > .plyr__time{
    margin-top: -9px!important;
}
body.net #discography-post .mp3 .plyr__time + .plyr__time{
    position: absolute;
    right: 20%;
    width: 50px;
    left:auto!important;
}
body.net #discography-post .mp3 .plyr .plyr__volume{
    right:-15%;

}
body.net .shop_cta{
    width: 127px;
    float: left;
    margin-right: 15px;
    margin-bottom: 15px;
}
body.net .plyr .plyr__volume input[type=range]{
    top:-1px;
}
body.net .plyr__progress input[type=range]{
    margin-top:0px;
}
body.net #discography-post .plyr .plyr__volume input[type=range]{
    top:-1px;
}
body.net .coupon-form form input{
    border-width: 1px;
}
@media(max-width: 1380px){
    body.net .events-info{
        top: 110px;
    }
}
@media(max-width: 1180px){
    body.net .events-info{
        top: 120px;
    }
}
@media(max-width: 1100px){
    body.net .events-info{
        top: 100px;
    }
}
@media(max-width: 900px){
    body.net .events-info{
        top: 120px;
    }
    .blog-categories h2, .blog-recent-post h2{
        margin-bottom: 10px;
    }
}
@media(max-width: 570px){
    body.net .events-info{
        top: 90px;
    }
}
.vc_row{
    margin-right: 0!important;
    margin-left: 0!important;
}
.vc_row.section{
    margin: auto!important;
}
.vc_column_container>.vc_column-inner{
    padding-left: 0!important;
    padding-right: 0!important;
}
.vc_row-has-fill+.vc_row>.vc_column_container>.vc_column-inner{
    padding-top: 0;
}
.vc_row-has-fill>.vc_column_container>.vc_column-inner{
    padding-top: 0!important;
}
.lc_lif_overlay{
    width: 100%;
    height: 100%;
}
.woocommerce a.remove:hover{
    background-color: inherit!important;
}
#slider-logo img{
    opacity: 0.15;
}
