/*
==================================================
#BASIC TYPOGRAPHY
#HEADER
#NEW ALBUM RELEASE
#ABOUT ME
#DISCOGR
#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: 'Oswald', 'Open Sans', sans-serif;
    background-color: rgb(255, 255, 255);
}
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;
}
a:focus,a:hover {
    outline: none;
    text-decoration: none;
}
h1, h2, h3, h4{
    font-family: 'Oswald', sans-serif;
}
.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(#685d49, #aea391);
    background-image: -moz-linear-gradient(#685d49, #aea391);
    background-image: -o-linear-gradient(#685d49, #aea391);
    background-image: linear-gradient(#685d49, #aea391);
    opacity: 0.7;
}
.section{
    position: relative;
    z-index: 88;
    max-width: 1645px;
    width: 90%;
    margin: auto;
    float: none;
}
.title{
    text-align: center;
    padding-top: 105px;
    padding-bottom: 105px;
}
.title h1{
    font-family: Open Sans;
    font-size: 40px;
    font-weight: 500;
    letter-spacing: 2px;
    color: #815403;
    margin-bottom: 22px;
    line-height: 30px;
}
.title h2{
    color: #815403;
}
.title p{
    font-family: 'Oswald', sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 30px;
    letter-spacing: 8px;
    color: #888;
    margin-bottom: 0px;
}

/*--------------------*/
/* HEADER */
/*--------------------*/
#header .nav-menu,#header .search-bar{
    position: fixed;
    top: 0;
    padding-top: 110px;
    z-index: 99;
    width: 100%;
    height: 100%;
    background-color: #000000;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
}
#header .nav-menu.active,#header .search-bar.active{
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
}
.nav-menu .section{
    z-index: 991;
}
#header .nav > li:first-child a{
    padding-top: 0px;
}
#header .nav{
    font-family: 'Oswald', 'Open Sans';
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
/*    position: absolute;   */
/*    top: 110px;   */
    bottom: 0;
    margin: auto;
    float: none;
    left: 0;
    right: 0;
}
#header .nav > li{
    position:relative;
    width:206px;
}
#header ul.nav > li > a{
    font-size: 40px;
    font-weight: 400;
    padding-top: 3px;
    color: #1b1b1b;
    padding-bottom: 0;
    padding-left: 30px;
    text-transform: capitalize;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
}
.home #header ul.nav > li > a{
    color:#fff;
}
#header ul.nav li .nav-link.active{
    color: rgb(174, 163, 145);
}
#header ul.nav li a:hover{
    color: rgb(174, 163, 145);
}
#header .nav > li ul.child-item{
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    display:none;
    position: absolute;
    left: 200px;
    top: 0;
    padding: 15px 25px 15px 25px;
}
#header .nav > li ul.child-item > li ul.child-item{
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    display:none;
    position: absolute;
    left: 100px;
    top: 0;
    padding: 15px 25px 15px 25px;
}
#header .nav > li ul.child-item:after {
    content: '';
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-right: 20px solid #ffffff;
    border-bottom: 10px solid transparent;
    position: absolute;
    top: 10px;
    left: -17px;
}
#header .nav > li:hover ul.child-item{
    display:block;
}
#header .nav > li ul.child-item > li:hover ul.child-item{
    display:block;
}
#header .nav > li ul.child-item > li a{
    font-size: 24px;
    font-weight: 300;
    color: #1b1b1b;
    padding: 0;
    line-height: 32px;
}
#header .nav > li ul.child-item > li a:hover{
    color: rgb(174, 163, 145);
}
#header .search-bar form{
    position: absolute;
    z-index: 9;
    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(174, 163, 145);
}
#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{
    position: relative;
}
#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%;
}
.logo{
    max-width: 360px;
    width: 50%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    margin-top: 29px;
    margin-bottom: 30px;
    padding-right: 0px;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
}
.header-continer.active .logo{
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
/*    margin-top: 29px;   */
/*    margin-bottom: 30px;   */
    padding-right: 25px;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
}
.home .header-continer .logo img.phink-logo{
    display: block;
}
.home .header-continer .logo img.white-logo{
    display: none;
}
.home .header-continer.active .logo img.phink-logo{
    display: none;
}
.home .header-continer.active .logo img.white-logo{
    display: block;
}
.logo img{
    width: 100%;
}
.header-continer{
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 999;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
}
.header-continer.active{
    padding: 0px;
    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-continer > .section {
    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;
}
.header_items{
    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;
}
.header_items > div{
    cursor: pointer;
    position: relative;
    width: 24px;
    text-align: center;
}
.menu_icon svg{
    display:none;
}
.search_icon svg.close-search{
    display:none;
}
.menu_icon.active i.fa-bars{
    display:none;
}
.menu_icon.active svg{
    display:block;
}
.search_icon.active svg.close-search{
    display:block;
}
.search_icon.active svg.open-search{
    display:none;
}
.header_items > div:hover i{
    color: rgb(174, 163, 145);
}

.home #header .card_count{
    background-color: rgb(174, 163, 145);
}
.card_count{
    width: 20px;
    height: 20px;
    font-size: 11px;
    position: absolute;
    top: -5px;
    right: -9px;
    color: #fff;
    background-color: rgb(171, 46, 186);
    padding: 3px;
    border-radius: 50%;
    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;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
}
.header_items i{
    color:#1b1b1b;
    font-size: 24px;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
}
.home .header_items i {
    color:#fff;
}
#header .header-continer.active .header_items i{
    color: #1b1b1b;
}
#header .header-continer.active .header_items > div:hover i {
    color: rgb(174, 163, 145);
}
.header_items svg{
    width:21px;
}
.header_items svg.open-search{
    height: 25px;
}
.header_items svg.close-search{
    height: 20px;
}
.header_items svg path{
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
}
.home .header_items svg path{
    fill: #fff;
}
.header_items svg path{
    fill: #1b1b1b;
}
.header_items svg:hover path{
    fill: rgb(174, 163, 145);
}
#header .header-continer.active .header_items svg path{
    fill: #1b1b1b;
}
#header .header-continer.active .header_items svg:hover path{
    fill: rgb(171, 46, 186);
}
.search_icon,.shop_icon{
    margin-right: 20px;
}
.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;
    color: #d3991a;
    opacity: 0.4;
/*     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);
    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{
    margin-bottom: -7px;
}
.header-title h1 span{
    color: #2ac4b7;
}
/*--------------------*/
/* HEADER END */
/*--------------------*/


/* =================================================  */
/* HOME PAGE CSS */
/* =================================================  */


/*--------------------*/
/* NEW ALBUM RELEASE */
/*--------------------*/

#album-release{
    position: relative;
    background-color: #F8F8FA;
    overflow: hidden;
    padding-bottom: 97px;
}
.section_bg_image{
    position: absolute;
    z-index: 7;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
}
.sec_2_content{
    font-family: 'Open Sans';
    line-height: 30px;
}
.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;
    color: rgb(129, 84, 3);
    padding: 15px 40px 15px 40px;
    border: 1px solid rgb(129, 84, 3);
    border-radius: 50px;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
    letter-spacing: 2px;
}
.cta a:hover{
    border-color:rgb(174, 163, 145);
    background-color:rgb(174, 163, 145);
    color: #fff;
}
#album-release .cta a{
    color: rgb(129, 84, 3);
    border-color: rgb(129, 84, 3);
    letter-spacing: 1px;
}
#album-release .cta a:hover{
    border-color:rgb(129, 84, 3);
    color: #fff;
}
#album-release .cta i{
    margin-left: 10px;
}

.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;
}
.mp3 {
    position: relative;
}

/*--------------------*/
/* NEW ALBUM RELEASE END */
/*--------------------*/

/*--------------------*/
/* ABOUT ME */
/*--------------------*/
#about-me .title h1,
#about-me .title h2,
#about-me .title p{
    color:#fff;
}
/*--------------------*/
/* ABOUT ME END*/
/*--------------------*/

/*--------------------*/
/* DISCOGRAPHY (DISCOGR) */
/*--------------------*/
#discogr .title h1,
#discogr .title h2,
#discogr .title p{
    color:#fff;
}
/*--------------------*/
/* DISCOGRAPHY (DISCOGR) END*/
/*--------------------*/

/*--------------------*/
/* GALLERY */
/*--------------------*/

#gallery{
    background-color: rgb(255, 255, 255);
    padding-bottom: 119px;
}
#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;
}
#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(174, 163, 145, 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(104, 93, 73, 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;
}
.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(104, 93, 73);
}
#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(104, 93, 73);
}
.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 */
/*--------------------*/
#video{
    position:relative;
    padding-bottom: 105px;
}
#video .cta a{
    color: rgb(255, 255, 255);
    border: 1px solid rgb(174, 163, 145);
}
#video  .cta a:hover{
    background-color:rgb(174, 163, 145);
}
#video .title h1,
#video .title h2,
#video .title p{
    color:#fff;
}
#video .embed-responsive{
    max-width: 1360px;
    width: 90%;
    margin:auto;
    border: 20px solid #685d49;
    border-radius: 70px;
    -webkit-box-shadow: 0 0 10px 1px #aea391;
    box-shadow: 0 0 10px 1px #aea391;
}
.video .youtube{
    position: absolute;
    top: 0;
    left: 0;
    width: 100.5%!important;
    max-width: 100.5%!important;
    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-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
    padding-bottom: 105px;
    overflow: hidden;
    background-color: rgb(245, 248, 250);
    padding-bottom: 33px!important;
}
#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 .cta{
    width: auto;
    margin-top: 0px;
}

.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;
}
.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;
}
.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(104, 93, 73);
    margin: 0;
}
.news_content .day_num div{
    border-right: 3px solid rgb(104, 93, 73);
    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 .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{
    /*height: 530px;*/
    background-image: linear-gradient(#685d49, #aea391);
    -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;
    border-radius: 20px;
}
.news .bg_image img{
    width: 100%;
    height: 100%;
    border-radius: 20px;
    object-fit: cover;
    -o-object-fit: cover;
}
.news .bg_image .overly{
    opacity: 0;
    border-radius: 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 > div > div:hover .bg_image .overly{
    opacity: 0.7;
    border-radius: 20px;
}
.news > div > div:hover .news_content .buy{
    opacity: 1;
}
.news > div > div:hover .news_content h2{
    color: rgb(104, 93, 73);
}
.news > div > div:hover .news_content .cta a{
    background-color: rgb(174, 163, 145);
    color:#fff;
}
.news_content .day_num div p{
    font-size: 14px;
    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 .news_content .day_num div p{
    color: #1b1b1b;
}
.news > div > div:hover .news_content .day_num div {
    border-color: #1b1b1b;
}
.news_content .day_num span{
    font-size: 26px;
    -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 span{
    color: #1b1b1b;
}
.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_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 .news_content .day_num > p{
    color: #1b1b1b;
}
.news_content .buy a{
    color: #fff;
    padding: 22px 46px;
    border-radius: 20px;
}

/*--------------------*/
/* NEWS END */
/*--------------------*/


/*--------------------*/
/* TESTIMONIALS */
/*--------------------*/
#testimonials{
    position: relative;
    background-color: rgb(245, 248, 250);
    padding-bottom: 89px;
}

.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;
}

.flex-control-nav li a.flex-active {
    background-color: rgb(104, 93, 73);
    border-color: rgb(104, 93, 73);
}
.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;
    object-position: 0px;
}
.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;
}
.carousel_content:before {
    content: '';
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    background-image: url(../images/quote-up-demo-3.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50%;
    top: 6%;
    left: -10%;
}
.carousel_content:after {
    content: '';
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    background-image: url(../images/quote-down-demo-3.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50%;
    top: 6%;
    right: -10%;
}
/*--------------------*/
/* TESTIMONIALS END */
/*--------------------*/

/*--------------------*/
/* CONTACT US */
/*--------------------*/
#contact-us{
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
    padding-bottom: 105px;
}
#contact-us .title h1,
#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);
}
.form form input:focus,.form form textarea:focus{
    background-color: rgba(255, 255, 255, 0.1803921568627451);
    border-color: #fff;
    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;
    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(104, 93, 73);
    border-color: rgb(104, 93, 73);
}

.form .btn-primary:active{
    background-color: rgb(104, 93, 73)!important;
    border-color: rgb(104, 93, 73)!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;
}
/*--------------------*/
/* CONTACT US END */
/*--------------------*/

/*--------------------*/
/* FOOTER */
/*--------------------*/
#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.8;
}
.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(104, 93, 73);
}
.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;
}
.footer .day_num span {
    width: 15px;
    font-family: 'Oswald';
    font-size: 24px;
    margin-right: 5px;
    color: rgb(104, 93, 73);
}
.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;
}
.info p a{
    -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;
}
a:focus, a:hover{
    color: rgb(104, 93, 73);
}
.info p:hover a{
    color: rgb(104, 93, 73);
    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 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;
    -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(104, 93, 73);
    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;
}
.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(104, 93, 73);
    -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;
}
.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;
}
.global-title{
    position: absolute;
    top: 20%;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
}
.global-title h1{
    font-family: 'Oswald';
    font-weight: 700;
    font-size: 85px;
    color: #815403;
    text-transform: uppercase;
    letter-spacing: 10px;
    margin-bottom: 0;
}
.global-title p{
    font-weight: 300;
    letter-spacing: 8px;
}
#discography{
    padding:0px 15px;
    margin-bottom: 40px;
}
.discography_banner{
    overflow: hidden;
}
.music-discography #discography .section > div{
    margin-right: -5px;
    margin-left: -5px;
}
.music-banner-image {
    background-color: rgb(21, 18, 37);
}
.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);
}
.discography_banner:hover .music-banner-image img{
    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(104, 93, 73);
}
.discography_banner:hover .music-banner-text p{
    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: 4px;
    -webkit-transition-duration: .35s;
    -moz-transition-duration: .35s;
    -o-transition-duration: .35s;
    transition-duration: .35s;
    text-align: left;
}
.music-banner-text p{
    font-family: 'Oswald';
    font-weight: 300;
    font-size: 20px;
    color: #fff;
    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;
}
#video-post .youtube:hover img{
    opacity: 0.6;
}
#discography-post {
    position: relative;
    margin-top: 70px;
    padding-top: 70px;
    padding-bottom: 55px;
    overflow: hidden;
}
#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%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
}

.discography_banner_background_image img{
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

#discography-post .discography_banner_background_image{
    background-size: cover;
    background-position: 30% 40%;
    opacity: 0.9;
}

#discography-post .section > .row {
    margin: 0px;
}
#discography-post .col{
    padding: 0px;
}
#discography-post .mp3 .plyr--audio .plyr__controls{
    position: relative;
    padding: 0px 55px 0px 18px;
    margin: 20px 0px 48px 0px;
}
#discography-post .mp3 .plyr__controls>button:last-of-type{
    top: 2px;
    display: block;
}
#discography-post .mp3 .plyr .plyr__progress{
    display: block;
    margin-left: 105px;
    max-width: 410px;
}
#discography-post .mp3 .plyr__controls > .plyr__time{
    margin-top: -1px;
    display: block;
    left: 53px;
    font-size: 20px;
}
#discography-post .mp3 .plyr__time+.plyr__time{
    margin-top: -3px;
    display: block;
    position: initial;
    margin-left: 20px;
    margin-right: 30px;
}
#discography-post .mp3 .plyr .plyr__volume{
    margin-top: 3px;
    display: block;
    max-width: 110px;
    margin-right: 20px;
}
#discography-post .plyr__volume input[type=range]::-webkit-slider-thumb{
    background: rgb(104, 93, 73) !important;
}
#discography-post .plyr__volume input[type=range]::-moz-range-thumb{
    background: rgb(104, 93, 73) !important;
}
#discography-post .plyr__volume input[type=range]::-ms-thumb{
    background: rgb(104, 93, 73) !important;
}
#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: 0px 0px 0px 0px;
    background-color: rgba(255, 255, 255, 0);
    -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
}
#discography-post .plyr--audio .plyr__controls{
    border-color: transparent;
}
#discography-post .plyr__controls>button:last-of-type{
    right: 20px;
}
#discography-post .plyr__controls>button:last-of-type:before{
    font-size: 25px;
    right: 495%;
    top: 0px;
}
#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(104, 93, 73)!important;
}
#discography-post  .plyr__volume input[type=range]:active::-ms-thumb{
    background: rgb(255, 255, 255);
    border-color:rgb(104, 93, 73)!important;
}
#discography-post .plyr__volume input[type=range]:active::-webkit-slider-thumb{
    background: rgb(255, 255, 255);
    border-color:rgb(104, 93, 73)!important;
}
#discography-post .plyr__volume input[type=range]::-ms-thumb{
    background: rgb(255, 255, 255);
    border-color:rgb(104, 93, 73);
}

#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(104, 93, 73)!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{
    margin-bottom: 40px;
}
.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;
}
.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%);
}
.playlist .music_line:hover .player-grig {
    background-image: -webkit-radial-gradient(circle closest-side, rgb(104, 93, 73) -webkit-calc(100% - 0.5px), transparent 100%);
    background-image: -moz-radial-gradient(circle closest-side, rgb(104, 93, 73) -moz-calc(100% - 0.5px), transparent 100%);
    background-image: -o-radial-gradient(circle closest-side, rgb(104, 93, 73) calc(100% - 0.5px), transparent 100%);
    background-image: radial-gradient(circle closest-side, rgb(104, 93, 73) calc(100% - 0.5px), transparent 100%);
}
.playlist .plyr__time{
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}
.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(104, 93, 73);
}
#discography-post .plyr .plyr__volume input[type=range]{
    top: 3px;
}
body.firefox #discography-post .plyr .plyr__volume input[type=range]{
    top: 0px;
}
body.firefox .plyr .plyr__volume input[type=range]{
    top: 0px;
}
.music_line .plyr--audio .plyr__controls {
    padding: 0px 0px 0px 0px;
}
.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;
}
.music_line .plyr__time+.plyr__time{
    display: block;
    position: absolute;
    right: 0;
    width: fit-content;
    left: auto;
    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);
    border-color: transparent;
}
#discography-post .plyr__controls button svg{
    width: 20px;
    height: 20px;
}
.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(104, 93, 73);
}
.playlist .music_line:hover > span,.playlist .music_line:hover .plyr__controls button svg{
    color:rgb(104, 93, 73);
}
.playlist .music_line:hover .plyr__time:after{
    color:rgb(104, 93, 73);
}
.playlist .music_line:hover .player-grig:after{
    opacity: 0;
}
.playlist .music_line:hover .player-grig:before{
    opacity: 1;
}
.playlist .music_line:hover .play-pause svg polygon,
.playlist .music_line:hover .play-pause svg path{
    fill:rgb(104, 93, 73);
}

.playlist{
    margin-top: 50px;
}
.playlist-title{
    margin-bottom: 30px;
}
.playlist .plyr__controls button {
    padding:0px;
}
.music_date{
    margin-bottom: 0px!important;
}
.music_date i{
    width: 20px;
    margin-bottom: 0;
}
.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(104, 93, 73);
}
.music_after{
    margin-bottom: 16px!important;
}
.music_after p{
    color: #fff;
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 8px;
}
.music_after a:hover{
    color: rgb(104, 93, 73);
}
.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;
    -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;
}
.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: 120px;
    height: 40px;
    margin: 0;
    padding-top: 1px;
    border-radius: 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;
    margin-right: 15px;
    margin-bottom: 15px!important;
    letter-spacing: 1px;
}
.shop_cta:hover{
    background-color: rgb(104, 93, 73);
    border-color:rgb(104, 93, 73);
    color:#fff;
}
.discography_description p{
    margin-bottom:0px;
}
.discography_description *{
    font-size: 18px;
    line-height: 30px;
    color: #4b4b4b;
}
#discography-text{
    margin-top: 55px;
    margin-bottom: 55px;
}
#discography-text p{
    margin-top: 10px;
    margin-bottom: 0px;
}

.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(104, 93, 73);
}

/* =================================================  */
/* MUSIC SINGLE ALBUM END */
/* =================================================  */


/* =================================================  */
/* ALL EVENTS*/
/* =================================================  */

.all-events #on-tour{
    padding-bottom: 70px;
}
.all-events .row.ticket:hover *{
    color: rgb(104, 93, 73);
}
.all-events .buy a{
    color: rgb(104, 93, 73);
    border-color: rgb(104, 93, 73);
}
.all-events .day_num span{
    color: #513c71;
}
.all-events .ticket *{
    color: #4b4b4b;
    border-color: #513c71;
}
/* =================================================  */
/* 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 .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{
    margin-top: 65px;
    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(104, 93, 73);
    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(104, 93, 73);
}
.event-tickets a:hover:last-child{
    background-color: rgb(104, 93, 73);
    border-color: rgb(104, 93, 73);
    color:#fff;
}

.single-events-text p{
    font-size: 18px;
    line-height: 30px;
    color: #4b4b4b;
    margin-bottom: 35px;
}
.event-text{
    margin-top: 25px!important;
}
.event-text .social-icons{
    padding-top: 5px;
    padding-left: 0;
    margin-bottom: 0;
    margin-top: 0;
    border-top: none;
}
#text-and-video{
    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;
}
#map{
    margin-top: 140px;
}
#map iframe{
    width:100%;
    height: 405px;
    border:none;
    margin-bottom: -6px;
}

/* =================================================  */
/* SINGLE EVENTS END */
/* =================================================  */


/* =================================================  */
/* VIDEOS */
/* =================================================  */

#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{
    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;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 9;
}

#videos .w-100:hover .play{
    opacity: 1;
}
#videos .w-100:hover img {
    opacity: 0.6;
}

.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(104, 93, 73);
}
.video-banner-name p{
    color: #888;
    font-size: 18px;
    line-height: 30px;
    font-weight: 300;
}
.video-block {
    margin-bottom: 70px;
}
/* =================================================  */
/* VIDEOS END */
/* =================================================  */


/* =================================================  */
/* SINGLE VIDEOS */
/* =================================================  */

body.single-video #discography-text {
    margin-top: 70px;
}
body.single-video .social-icons{
    margin-top: 70px;
    margin-bottom: 70px;
}
body.single-video #video-post{
    margin-top:0px;
}
/* =================================================  */
/* SINGLE VIDEOS END */
/* =================================================  */


/* =================================================  */
/* GALLERY-PHOTOGALLERY */
/* =================================================  */

body.gallery-photogallery #discography{
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 0;
}
body.gallery-photogallery #discography .grid-item{
    width: 33.3333%;
    height: 635px;
    overflow: hidden;
}
body.gallery-photogallery #discography .grid-item:nth-child(2){
    width: 66.6666%!important;
    height: 635px!important;
}
body.gallery-photogallery #discography .grid-item:nth-child(5n+1){
    height: calc(635px * 2)!important;
}
body.gallery-photogallery #discography .grid-item:nth-child(6n+1){
    width: 66.6666%!important;
}
body.gallery-photogallery #discography .music-banner-text{
    display: table;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0;
}
body.gallery-photogallery #discography .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;
}
body.gallery-photogallery #discography .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;
}
body.gallery-photogallery #discography 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);
}
body.gallery-photogallery #discography .grid-item .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;
}
body.gallery-photogallery #discography .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;
}
body.gallery-photogallery #discography .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;
}
body.gallery-photogallery #discography > .row{
    margin: 0;
}
body.gallery-photogallery #discography .music-banner{
    padding:0px;
}

body.gallery-photogallery .dis-name h2{
    font-family: 'Oswald';
    font-size: 40px;
    font-weight: 400;
    line-height: 45px;
    color:#fff;
    margin-bottom: 15px;
    background:linear-gradient(to right, rgba(174,163,145,1), rgba(174,163,145,0));
}
body.gallery-photogallery .dis-name p{
    color: #fff;
    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(104, 93, 73)), to(#aea391));
    background-image: -webkit-linear-gradient(right, rgb(104, 93, 73), #aea391);
    background-image: -moz-linear-gradient(right, rgb(104, 93, 73), #aea391);
    background-image: -o-linear-gradient(right, rgb(104, 93, 73), #aea391);
    background-image: linear-gradient(-90deg, rgb(104, 93, 73), #aea391);

}
#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 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;
}
body.gallery-single-gallery #discography-text{
    margin-top: 70px;
}
.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: 70px;
    text-align: center;
}
/* =================================================  */
/* SINGLE GALLERY END */
/* =================================================  */


/* =================================================  */
/* BLOG GRID */
/* =================================================  */

#blog-grid-gallery{
    padding-bottom:41px;
}
#blog-grid-gallery .section{
    max-width: 1685px;
    overflow: hidden;
}
.grid-gallery ul {
    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:#5e3b60;    */
    color:#815403;
    margin-bottom: 15px;
}
.grid-gallery figcaption .post-publish-date{
    font-family: 'Open Sans';
    font-size: 16px;
    text-transform: capitalize;
/*    color: #888;     */
    color: #000;
    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;
}
.grid li:hover figcaption p,
.grid li:hover figcaption .post-publish-date{
/*    color: #cacaca;   */
    color: #fff;

}
.grid li:hover figcaption{
    background-color: #aea391;
/*    background-color: #52406e;   */
}

.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*/
/* =================================================  */
.featured-image{
    position: relative;
    height: 540px;
    margin-bottom: 40px;
}
.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-heading h2{
    font-family:'Oswald';
    font-weight: 700;
    font-size: 40px;
    line-height: 30px;
    color: #513c71;
    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;
}
p.post-quote{
    position: relative;
    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-3.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-3.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50%;
    top: -7px;
    left: 0%;
}
.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(104, 93, 73);
}
.author-form-group{
    position:relative;
    margin-top: 65px;
    padding: 70px 0px;
}
.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%;
    -o-object-fit: cover;
    object-fit: cover;
}
.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;
}
.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){
    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: #888;
    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;
}
.reply:hover{
    color:rgb(104, 93, 73);
}
.reply i{
    margin-left: 10px;
}
#blog-post .form{
    clear: both;
}
#blog-post .form h2{
    font-family: 'Oswald';
    font-size: 24px;
    text-align: left;
    color: #fff;
    margin-bottom: 30px;
    font-weight: 300;
    letter-spacing: 3px;
}
#blog-post .form .btn-primary{
    border-color:#fff;
    padding: 15px 62px 15px;
}
#blog-post .form .btn-primary:hover{
    border-color:rgb(104, 93, 73);
}
.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%;
    height: 100%;
    border:none;
    padding-left:20px;
    padding-top: 3px;
    background-color: rgb(255, 255, 255);
}
.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(104, 93, 73);
}
.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{
    margin-top: 46px;
}
.blog-categories h2,.blog-recent-post h2{
    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;
}
.categories-line:hover{
    color: rgb(104, 93, 73);
}
.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;
}
.resent-posts-line:after{
    content: '';
    display: block;
    clear: both;
}
.resent-posts-line:hover .recent-post-name h3{
    color: rgb(104, 93, 73);
}
.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;
}

/* =================================================  */
/* BLOG SINGLE POST END */
/* =================================================  */

/* =================================================  */
/* BLOG STANDARD */
/* =================================================  */

#standard-blog{
    position: relative;
}
#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: rgb(104, 93, 73);
}
.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(104, 93, 73);
}
.categories-name:hover{
    color: rgb(104, 93, 73);
}
.post-cta{
    text-align:center;
    margin-top: 64px;
}
.post-cta a{
    font-family: 'Oswald';
    font-size: 15px;
    color: rgb(104, 93, 73);
    border: 1px solid rgb(104, 93, 73);
    border-radius: 50px;
    padding: 15px 40px 15px 40px;
}
.post-cta a:hover{
    background-color: rgb(104, 93, 73);
    border-color: rgb(104, 93, 73);
    color:#fff;
}
/* =================================================  */
/* 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;
}
.grid-item-img img{
    width: 100%;
    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(82, 64, 110);
}
.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(82, 64, 110);
}
.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(82, 64, 110);
}
.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%;
}
.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;
}
.g_t p{
    font-size: 18px;
    line-height: 30px;
    color: #6b6b6b;
}
.grid-item:hover .grid-item-content{
    background-color: rgb(82, 64, 110);
}
.grid-item:hover .g_t h3{
    color: #fff;
}
.grid-item:hover .g_t p{
    color: #cacaca;
}
.see-more{
    text-align: center;
    margin-top: 94px;
    margin-bottom: 94px;
}
.see-more a{
    font-family: 'Oswald';
    font-size: 15px;
    color: rgb(104, 93, 73);
    padding: 15px 40px 15px 40px;
    letter-spacing: 3px;
    border: 1px solid rgb(104, 93, 73);
    border-radius: 50px;
}
.see-more a:hover{
    background-color: rgb(104, 93, 73);
    border-color: rgb(104, 93, 73);
    color:#fff;
}

/* =================================================  */
/* BLOG MANSORY END */
/* =================================================  */


/* =================================================  */
/* HOME DEMO 2 */
/* =================================================  */
.home-demo-2 .menu_icon{
    display:none;
}
.nav-demo-1{
    display:none;
}

#header .nav-menu.nav-demo-2{
    display: block;
    position: inherit;
    padding: 0;
    background-color: transparent;
    transform: none;
    height: auto;
}
#header .nav-menu.nav-demo-2 .nav{
    display: block;
    margin-top: 39px;
    position: initial;
    height: auto;
    overflow: initial;
    text-align: right;
}
#header .nav-menu.nav-demo-2 .nav > li{
    width: auto;
    border-left: none;
    display: inline-block;
}
#header .nav-menu.nav-demo-2 .nav > li > a{
    padding-left: 14px;
    padding-top: 0;
    padding-bottom: 37px;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 400;
}
#header .navbar-nav > li > a{
    padding-top: 0;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 400;
    color: #1b1b1b;
}
#header .nav-menu.nav-demo-2 .nav > li ul.child-item{
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    text-align: left;
    left: -28%;
    top: 28px;
    padding: 0px 15px 5px;
    display:block;
    background-color: rgb(174, 163, 145);
    border-radius: 5px;
    visibility: hidden;
    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;
    -webkit-transform: translate3d(0px, 20px, 0px)!important;
    -moz-transform: translate3d(0px, 20px, 0px)!important;
    transform: translate3d(0px, 20px, 0px)!important;
    -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 .nav-menu.nav-demo-2 .nav > li ul.child-item > li ul.child-item{
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    text-align: left;
    left: 100%;
    top: 28px;
    padding: 0px 15px 5px;
    display:block;
    background-color: rgb(174, 163, 145, 0.5);
    border-radius: 5px;
    visibility: hidden;
    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;
    -webkit-transform: translate3d(0px, 20px, 0px)!important;
    -moz-transform: translate3d(0px, 20px, 0px)!important;
    transform: translate3d(0px, 20px, 0px)!important;
    -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 .nav-menu.nav-demo-2 .nav > li ul.child-item:after{
    content:none;
}
#header .nav-menu.nav-demo-2 .nav > li ul.child-item > li ul.child-item:after{
    content:none;
}

#header .nav-menu.nav-demo-2 .nav > li:hover ul.child-item{
    visibility: visible;
    opacity: 1;
    -webkit-transform: translate3d(0px, 0px, 0px)!important;
    -moz-transform: translate3d(0px, 0px, 0px)!important;
    transform: translate3d(0px, 0px, 0px)!important;
}
#header .nav-menu.nav-demo-2 .nav > li ul.child-item > li:hover ul.child-item{
    visibility: visible;
    opacity: 1;
    -webkit-transform: translate3d(0px, 0px, 0px)!important;
    -moz-transform: translate3d(0px, 0px, 0px)!important;
    transform: translate3d(0px, 0px, 0px)!important;
}
.home-demo-2 .header-continer.active{
    padding-bottom: 0;
}

#header .header-continer.active .nav-menu.nav-demo-2 .nav > li > a{
    font-size: 16px;
    padding-bottom: 39px;
    color: #1b1b1b;
}
#header .header-continer.active .nav-menu.nav-demo-2 .nav > li > a.active,
#header .navbar-nav > li > a.active{
    color: rgb(104, 93, 73);
}
#header .header-continer.active .nav-menu.nav-demo-2 .nav > li > a:hover,
#header .navbar-nav > li > a:hover{
    color:rgb(104, 93, 73);
}
#header .header-continer.active .nav-menu.nav-demo-2 .nav > li ul.child-item{
    top: 28px;
}
#header .nav-menu.nav-demo-2 .nav > li ul.child-item > li a{
    display: block;
    color: #1b1b1b;
    white-space: nowrap;
    font-size: 18px;
    line-height: 40px;
    font-weight: 400;
}
#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 a:hover{
    color:rgb(104, 93, 73);
}
#header .nav-menu.nav-demo-2 .nav > li ul.child-item > li a:hover{
    color:rgb(104, 93, 73);
}
.home-demo-2 .header_items{
    margin-top: 38px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
}
.home-demo-2 .title h1{
    font-family: Open Sans;
    font-weight: 700;
}

#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;
}
#about-me{
    position:relative;
    padding-bottom: 115px;
    background-color: rgb(42, 42, 42);
}
#about-me .section_bg_image{
    background-size: cover;
    background-position: 0% 40%;
    opacity: 0.9;
}
.about-me-content{
    margin-top: 50px;
}
.about-me-content *{
    font-size: 18px;
    color: #fff;
    text-align: justify;
    line-height: 35px;
}
#discogr{
    position:relative;
    padding-bottom: 115px;
    background-color: rgb(174, 163, 145);
}
#discogr .section_bg_image{
    background-size: cover;
    background-position: 30% 40%;
    opacity: 0.9;
}
.discogr-content{
    margin-top: 50px;
}
.discogr-content *{
    font-size: 18px;
    color: #fff;
    text-align: justify;
    line-height: 35px;
}

.signature{
    margin-top: 110px;
    text-align:right;
}
.home-demo-2 #testimonials .section_bg_image{
    opacity: 1;
    background-size: cover;
}
@media(max-width:1480px){
    #header .nav-menu.nav-demo-2 .nav > li > a{
        font-size: 18px;
        padding-left: 10px;
    }
    #header .navbar-nav > li > a{
        font-size: 18px;
    }
    #header .nav-menu.nav-demo-2 .nav > li ul.child-item > li a{
        font-size: 16px;
    }
    #header .header-continer.active .nav-menu.nav-demo-2 .nav > li ul.child-item{
        top: 28px;
    }
}

@media(max-width:1280px){
    #header .nav-menu.nav-demo-2 .nav > li > a{
        font-size: 16px;
        padding-left: 5px;
    }
    #header .navbar-nav > li > a{
        font-size: 16px;
    }
    #header .nav-menu.nav-demo-2 .nav > li ul.child-item > li a {
        font-size: 14px;
        line-height: 26px;
    }
    #header .header-continer.active .nav-menu.nav-demo-2 .nav > li ul.child-item {
        top: 28px;
    }
}
@media(max-width:1100px){
    #header .nav-menu.nav-demo-2 .nav > li > a{
        font-size: 14px;
        padding-right: 10px;
    }
    #header .navbar-nav > li > a{
        font-size: 14px;
    }
}
@media(max-width:1024px){
    #header .nav-menu.nav-demo-2{
        display:none;
    }
    .home-demo-2 .menu_icon{
        display:block;
    }
    .nav-demo-1{
        display:block;
    }
}

@media(max-width:767px){
    .about-me-content * {
        font-size: 14px;
        line-height: 22px;
    }
    .discogr-content * {
        font-size: 14px;
        line-height: 22px;
    }
    .signature{
        text-align: left;
    }
    .signature img{
        width:40%;
    }
    #about-me .section_bg_image{
        background-position: center center;
    }
    #discogr .section_bg_image{
        background-position: center center;
    }
}

/* =================================================  */
/* HOME DEMO 2 END */
/* =================================================  */

/**************** BODY CSS END *******************/

/* ========================================================== */
/*   RESPONSIVE CSS
/* ========================================================== */

@media(max-width:1820px){
    .plyr .plyr__volume{
        max-width: 130px;
        margin-right: 30px;
    }
    .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;
        margin: 46px 0px 48px 0px;
    }
    #discography-post .plyr__controls>button:last-of-type:before{
        right: 415%;
    }

}

@media(max-width:1690px){
    #header ul.nav > li > a{
        font-size: 37px;
    }
    #header .nav > li ul.child-item{
        left: 185px;
    }
    .plyr__controls>button:last-of-type{
        right:3%;
    }
    .plyr__time+.plyr__time{
        margin-right: 50px;
    }
    /***** 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){
    #header ul.nav > li > a{
        font-size: 35px;
    }
}
@media(max-width:1560px){

    /***** Cart *****/
    .cart-image{
        width: 200px;
        height: 200px;
        margin-right: 30px;
    }
    .cart-description a, .cart-description h2{
        margin-bottom: 10px;
    }
    .plusminus{
        height: 50px;
    }
    .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){
    /***** 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){
    .plyr--audio .plyr__controls{
        padding: 60px 20px 25px 18px;
    }
    .plyr__controls button svg{
        width: 20px;
        height: 20px;
    }
    .plyr__controls > .plyr__time{
        left: 50px;
    }
    .plyr .plyr__progress{
        margin-left: 70px;
    }
    .plyr__time+.plyr__time{
        margin-left: 15px;
        margin-right: 30px;
    }
    .plyr__controls>button:last-of-type{
        right: 4%;
        top: 51%;
    }
    .plyr__controls>button:last-of-type:before{
        font-size: 24px;
        top: 0px;
        right: 380%;
    }
    .plyr__time{
        font-size: 18px;
    }
    .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;
    }
    .plyr .plyr__volume{
        margin-right: 32px;
        max-width: 100px;
    }
    /***** Blog Mansory *****/
    .grid-item--width2 {
        height: 1140px;
    }
    .grid-item--width1,
    .grid-item--width3,
    .grid-item--width4 {
        height: 570px;
    }
    .grid-item-img:after{
        width: 270px;
        height: 35px;
    }
}

@media (max-width: 1380px) {
    .privacy-policy p{
        font-size: 16px;
    }
    .title h1{
        font-size: 36px;
        line-height: 28px;
    }
    .title p{
        font-size: 15px;
        line-height: 28px;
    }
    .sec_2_content *{
        font-size: 16px;
    }
    .plyr__controls>button:last-of-type {
        top: 53%;
    }
    #news{
        padding-bottom: 59px;
    }
    .n_c *{
        font-size:18px;
        line-height:28px;
    }
    .home-demo-2 .header_items{
        margin-top: 34px;
    }
    #header .nav-menu.nav-demo-2 .nav > li ul.child-item {
        top: 28px;
    }
    #header .header-continer.active .nav-menu.nav-demo-2 .nav > li > a{
        padding-bottom: 32px;
    }
    #header .header-continer.active .nav-menu.nav-demo-2 .nav > li ul.child-item{
        top: 28px;
    }
    .music-banner-text h2{
        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 .nav-menu.nav-demo-2 .nav{
        margin-top: 32px;
    }
    #header .nav-menu.nav-demo-2 .nav > li > a{
        padding-bottom: 32px;
    }
    .header-title h1{
        font-size: 40px;
    }
    .header-title a{
        font-size: 21px;
        padding: 15px 50px 16px;
    }
    #page-title{
        margin-top: 110px;
        margin-bottom: 55px;
    }
    #header .nav > li{
        width: 165px;
    }
    #header ul.nav > li > a{
        font-size: 25px;
    }
    #header .nav > li ul.child-item{
        left: 155px;
        top: 10%;
    }
    #header .nav > li ul.child-item > li a{
        font-size: 21px;
        line-height: 30px;
    }
    .logo{
        max-width: 250px;
    }
    .header_items > div{
        height: 24px;
    }
    .title{
        padding-top: 59px;
        padding-bottom: 33px;
    }
    #contact-us{
        padding-bottom: 60px;
    }
    #testimonials{
        padding-bottom: 44px;
    }
    #video{
        padding-bottom: 61px;
    }
    #video .embed-responsive {
        max-width: 1000px;
        border-width: 15px;
    }
    .carousel_content * {
        font-size: 16px;
        line-height: 28px;
    }
    .music_shop{
        margin-bottom: 0px;
    }
    .plyr__controls button svg{
        height: 16px;
    }
    .plyr__time{
        font-size: 16px;
    }
    .plyr__controls > .plyr__time{
        margin-top: 0px;
        margin-left: 4px;
    }
    .plyr__controls>button:last-of-type:before{
        font-size: 18px;
    }
    .plyr .plyr__volume {
        max-width: 100px;
        margin-right: 30px;
    }
    .plyr .plyr__progress{
        margin-left: 60px;
    }
    .plyr__time+.plyr__time::before{
        top: -1px;
    }
    .mp3 > span{
        font-size: 16px;
        left: 30px;
    }
    .cta{
        margin-top: 40px;
    }
    .cta a{
        font-size: 14px;
    }
    .j_c{
        padding-bottom: 50px;
    }
    #album-release{
        padding-bottom: 33px;
    }
    #on-tour{
        padding-bottom: 60px;
    }
    .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;
    }
    .buy p{
        font-size: 24px;
    }
    .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 *****/
    body.gallery-photogallery #discography .grid-item{
        height: 570px;
    }
    body.gallery-photogallery #discography .grid-item:nth-child(2){
        height: 570px!important;
    }
    body.gallery-photogallery #discography .grid-item:nth-child(5n+1) {
        height: calc(570px * 2)!important;
    }
    /***** Cart *****/
    .cart-image{
        width: 180px;
        height: 180px;
        margin-right: 20px;
    }
    .enter-coupon, .order-button{
        max-width: 430px;
    }
    .cart-buttons a{
        font-size: 16px;
        padding: 14px 35px;
    }
    .cart-buttons a:last-child{
        padding: 14px 47px;
    }
    #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;
    }
    .discography_description * {
        font-size: 16px;
        line-height: 28px;
    }
    #discography-text {
        margin-top: 30px;
    }
    .social-icons {
        margin-top: 25px;
        margin-bottom: 55px;
        padding-top: 25px;
    }
    body.single-video #discography-text {
        margin-top: 55px;
    }
    body.single-video .social-icons {
        margin-top: 25px;
        margin-bottom: 55px;
    }
    /**** All Events ****/
    .all-events #on-tour {
        padding-bottom: 55px;
    }
    /***** Single Events *****/
    .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: 50px;
    }
    .event-text {
        margin-top: 50px;
    }
    .single-events-text p{
        font-size: 16px;
        line-height: 28px;
        margin-bottom: 30px;
    }
    #text-and-video{
        padding: 55px 0px;
        margin-top: 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;
    }
    .sm-title {
        margin-bottom: 55px;
    }

    /****** Blog Grid ****/
    .grid li {
        padding: 0px 15px 30px 15px;
    }
    .grid figcaption{
        padding: 25px 30px 30px;
    }
    #blog-grid-gallery {
        padding-bottom: 23px;
    }

    /***** Blog Single Post *****/
    .featured-image{
        height: 400px;
        margin-bottom: 30px;
    }

    /**** Blog Standard ****/
    #standard-blog .blog-content{
        padding-bottom: 55px;
    }
    .standard-post-item {
        margin-bottom: 93px;
    }

    /***** Search Result *****/
    .t-shirt-image {
        height: 460px;
    }
    .t-shirt-description{
        padding: 30px 5px 79px;
    }
    .t-shirt-description .post-cta {
        margin-top: 60px;
    }
    body.search-result .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 ***/
    .results-select .btn-primary {
        font-size: 18px;
        padding: 8px 30px 8px 25px;
    }
    .best-offer{
        width: 95px;
        height: 95px;
    }
    .best-offer h4{
        font-size:18px;
        margin-bottom: 0px;
    }
    .best-offer p{
        font-size:14px;
    }
    .results-text{
        margin-top: 5px;
    }
    .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;
    }
    .sale{
        font-size: 18px;
    }
    span.sale:after{
        bottom: 11px;
    }
    .sale sup:after{
        top: 9px;
    }
    .ad-to-card-button a {
        font-size: 14px;
    }
    .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;
    }

    /***** Checkout ******/
    #checkout-list .l-f form button.btn-primary{
        padding-top: 9px;
        padding-bottom: 7px;
    }
    #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,
    #checkout-list form .form-group .chosen-single{
        height: 50px;
    }
    .chosen-search:after{
        top:20px;
    }
    #checkout-list form .form-group .results-select .dropdown-toggle::after, #checkout-list form .form-group .chosen-single:after{
        top: 16%;
    }
    #checkout-list form .form-group .results-select .btn-primary, #checkout-list form .form-group .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;
    }
    #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;
    }

    /***** Contact Us *****/
    body.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;
    }

    /***** Single Product *****/
    .product-description {
        padding: 0px 35px 0px 20px;
    }
    .single-price p{
        font-size: 24px;
        margin-bottom: 1rem;
    }
    .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;
    }
    body.single-product #releated-products {
        padding-top: 55px;
        margin-top: 25px;
    }
    .related-product-title{
        margin-bottom: 55px;
    }
    .related-product-title h3 {
        font-size: 26px;
    }
    .author-description p {
        font-size: 16px;
        line-height: 28px;
    }
    .single-star ul i{
        font-size: 18px;
    }
    .single-button-count {
        margin-top: 20px;
    }
    .catd-button{
        margin-top: 12px;
    }
    .catd-button a{
        font-size: 14px;
        padding: 12px 30px 12px 30px;
    }
    .catd-button a img{
        left: 25px;
        top: 10px;
        width: 18px;
    }
    .single-button-count .plusminus{
        width: 120px;
        height: 44px;
    }
    .single-button-count .plusminus button{
        height: 40px;
    }
    .single-button-count .plusminus input[type="number"]{
        width: 35px;
        height: 40px;
        font-size: 21px;
    }
    .single-code {
        margin-top: 10px;
    }

    /***** Blog Mansory *****/
    .grid-item--width1 {
        margin-top: -3px;
    }
    body.gallery-single-gallery #discography-text {
        margin-top: 55px;
    }
    .sm-section .discography_description p {
        font-size: 16px;
        line-height: 28px;
    }
    .sm-section .social-icons {
        padding-top: 25px;
        margin-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;
    }
    .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-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;
    }
}
@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;
    }
    #header .nav-menu.nav-demo-2 .nav > li > a{
        padding-bottom: 35px;
        font-size: 15px;
    }
    #header .nav-menu.nav-demo-2 .nav > li ul.child-item {
        top: 28px;
    }
    #header .header-continer.active .nav-menu.nav-demo-2 .nav > li ul.child-item {
        top: 28px;
    }
    #header .header-continer.active .nav-menu.nav-demo-2 .nav{
        margin-top: 31px;
    }
    #header .header-continer.active .nav-menu.nav-demo-2 .nav > li > a{
        font-size: 14px;
    }
    #header .nav-menu.nav-demo-2 .nav {
        margin-top: 33px;
    }
    #header .header-continer.active .nav-menu.nav-demo-2 .nav > li > a {
        padding-bottom: 34px;
    }
    .about-me-content *{
        font-size: 14px;
        line-height: 30px;
    }
    .discogr-content *{
        font-size: 14px;
        line-height: 30px;
    }
    #about-me{
        padding-bottom: 20px;
    }
    .about-me-content {
        margin-top: 0;
    }
    #discogr{
        padding-bottom: 20px;
    }
    .discogr-content {
        margin-top: 0;
    }
    .signature{
        margin-top: 0;
    }
    #my-music{
        padding-bottom: 60px;
    }
    .header-title h1 {
        font-size: 30px;
    }
    .header-title a {
        font-size: 18px;
        padding: 12px 50px 13px;
    }
    .header-title{
        bottom: 45%;
    }
    .title h1{
        font-size: 32px;
        line-height: 26px;
        margin-bottom: 10px;
    }
    .title p{
        font-size: 14px;
        line-height: 26px;
    }
    .sec_2_content{
        padding-right: 30px!important;
        line-height: 26px;
    }
    .sec_2_content *{
        font-size: 14px;
    }
    .plyr .plyr__volume{
        max-width: 74px;
    }
    .plyr .plyr__volume {
        margin-right: 24px;
    }
    .plyr__controls>button:last-of-type:before {
        right: 300%;
    }
    .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;
    }
    #gallery .cta {
        margin-top: 71px;
    }
    #news{
        padding-bottom: 54px;
    }
    .news_content h2 {
        font-size: 28px;
    }
    .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;
    }
    .footer .day_num > a > p{
        line-height: 26px;
    }
    .info p{
        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;
    }
    body.single-product #releated-products{
        padding-top: 50px;
        margin-top: 50px;
    }
    .related-product-title {
        margin-bottom: 50px;
        padding: 0px 15px;
    }
    /***** Cart *****/
    .cart-image{
        width: 110px;
        height: 110px;
    }
    .cart-description{
        padding-top: 0px;
    }
    .enter-coupon, .order-button {
        max-width: 380px;
    }
    .plusminus{
        width: 100px;
        height: 36px;
    }
    .plusminus button{
        height: 32px;
        width:30px
    }
    .plusminus input[type="number"]{
        width: 36px;
        height: 32px;
        left:30px;
        font-size: 16px;
    }
    .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;
    }
    #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;
    }
    .music-banner-text{
        padding: 0px 0px 30px;
    }
    .music-banner-text h2{
        font-size: 25px;
        line-height: 32px;
    }
    .music-banner-text p {
        font-size: 20px;
        line-height: 26px;
        color: #fff;
    }
    .playlist-title h2{
        font-size: 32px;
    }
    .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;
    }
    #discography-post .plyr__controls>button:last-of-type:before{
        right: 290%;
        font-size: 18px;
        top: 0px;
    }
    .shop_cta{
        width: 110px;
        font-size: 12px;
    }
    #discography-post .mp3 .plyr__controls>button:last-of-type{
        top: 0px;
        right: 2%;
    }
    #discography-post .mp3 .plyr .plyr__progress{
        margin-left: 60px;
    }
    #discography-post .mp3 .plyr__controls > .plyr__time{
        left: 34px;
    }
    #discography-post .mp3 .plyr__time+.plyr__time{
        margin-left: 15px;
    }
    #discography-post .mp3 .plyr--audio .plyr__controls{
        padding: 0px 20px 0px 4px;
        margin: 36px 0px 38px 0px;
    }
    #discography-post .mp3 .plyr .plyr__volume{
        max-width: 70px;
        margin-top: 0px;
    }
    .discography_description *{
        font-size: 14px;
        line-height: 26px;
    }

    /***** 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;
    }
    .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: 50px;
    }
    .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;
    }

    body.gallery-photogallery .music-banner-text h2{
        font-size:32px;
    }
    body.gallery-photogallery .music-banner-text p{
        font-size: 16px;
        line-height: 26px;
    }

    /***** 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: 50px;
    }
    body.gallery-single-gallery #discography-text {
        margin-top: 50px;
    }
    body.gallery-photogallery #discography .grid-item{
        height: 500px;
    }
    body.gallery-photogallery #discography .grid-item:nth-child(2){
        height: 500px!important;
    }
    body.gallery-photogallery #discography .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%;
    }
    .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;
    }
    .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{
        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 *****/
    body.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;
    }
    .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 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;
    }
    .s-item-name{
        padding-top: 20px;
    }
    .s-item-name p{
        font-size: 16px;
    }
    .sale{
        font-size: 16px;
    }
    span.sale:after{
        bottom: 10px;
    }
    .sale sup:after{
        left: 2px;
        top: 8px;
    }

    /***** Checkout *****/
    .l-b *, .c-b *{
        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;
    }
    #checkout-list form .form-group{
        margin-bottom: 10px;
    }
    #checkout-list form .form-group input ,
    .chosen-container-single .chosen-search, #checkout-list form .form-group .chosen-single{
        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,
    #checkout-list form .form-group .chosen-single{
        font-size: 16px;
        padding: 8px 20px 8px 20px;
    }
    #checkout-list form .form-group .results-select .dropdown-toggle::after,
    #checkout-list form .form-group .chosen-single:after{
        font-size: 18px;
        top: 22%;
    }
    #checkout-list form .form-group .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;
    }
    .payment-method {
        margin-top: 30px;
    }
    .payment-method .custom-radio {
        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{
        font-size: 16px;
        line-height: 26px;
    }
    .create-password .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{
        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 *{
        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;
    }
    .related-product-title h3{
        font-size: 24px;
    }
    /***** 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;
    }
}
@media(max-width:1100px){
    /***** Single Events *****/
    .events_date p {
        margin-bottom: 10px;
    }
    .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;
    }

    /****** 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;
    }
    .recent-post-image img, .recent-post-image{
        width: 60px;
        height: 60px;
    }
    .blog-search form{
        height: 40px;
    }
    .blog-search form input {
        width: 75%;
        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 .sale{
        font-size: 24px;
        margin-left: 20px;
    }
    .single-price span.sale:after {
        bottom: 13px;
    }
    .catd-button {
        margin-top: 7px;
    }
    .catd-button a {
        font-size: 13px;
        padding: 9px 30px 9px 3    0px;
    }
    .catd-button a img {
        left: 15px;
        top: 8px;
        width: 15px;
    }
    .single-button-count .plusminus{
        height: 40px;
    }
    .single-button-count .plusminus button {
        height: 36px;
    }
    .single-button-count .plusminus input[type="number"] {
        height: 36px;
    }
    .single-star ul li{
        margin-right: 5px;
    }
    .single-star ul 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;
    }
    .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;
    }

    /***** Shop *****/
    .ad-to-card-button a{
        padding: 12px 10px;
        font-size: 12px;
    }
}
@media(max-width:991px){

    /***** Checkout *****/
    #checkout-list .section > form > div{
        margin-top:30px;
    }
    .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;
        margin-right: 27px;
    }
    .plyr__controls>button:last-of-type{
        right: 5%;
    }
    .plyr__controls>button:last-of-type:before {
        right: 285%;
    }
    /***** Shop *****/
    .results {
        padding: 0px 15px 60px 15px;
    }
    .s-item{
        margin-bottom: 40px;
    }
    .s-item-name {
        padding-top: 15px;
    }

    .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: 0px 0px;
        padding: 12px 9px;
    }

    /***** Cart *****/
    .cart-item > div:nth-child(3),
    .cart-name > div:nth-child(3){
        padding-left:0px;
    }
}



@media(max-width:900px){
    .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 .plyr__progress {
        margin-left: 50px;
    }
    .plyr .plyr__volume {
        max-width: 50px;
        margin-right: 20px;
    }
    .plyr__time+.plyr__time{
        margin-right: 15px;
    }
    .plyr__controls>button:last-of-type:before {
        right: 225%;
    }
    #discography-post .mp3 .plyr .plyr__volume {
        max-width: 50px;
    }
    #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 {
        line-height: 12px;
    }
    .news_content .day_num div p {
        font-size: 12px;
    }
    .n_c * {
        font-size: 14px;
        line-height: 22px;
    }
    .news .cta{
        margin-top: 20px;
    }
    .folow ul li a{
        margin-right: 0px;
        width: 34px;
        height: 34px;
    }
    /******* Music Discography   **********/
    .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%;
    }
    #discography-post .mp3 .plyr .plyr__progress{
        margin-left: 45px;
    }
    #discography-post .mp3 .plyr__controls > .plyr__time {
        left: 25px;
    }
    #discography-post .mp3 .plyr__time+.plyr__time {
        margin-left: 5px;
        margin-right: 20px;
    }
    #discography-post .mp3 .plyr--audio .plyr__controls {
        padding: 0px 20px 0px 2px;
        margin: 31px 0px 33px 0px;
    }
    #discography-post .mp3 .plyr__controls>button:last-of-type {
        top: 0px;
        right: 3%;
    }
    #discography-post .global-title {
        padding: 32px 0px 80px;
    }
    /***** Single Events *****/
    .events-slider {
        width: 37%;
        height: 400px;
    }
    .events-info {
        width: 60%;
    }
    .event-tickets {
        margin-top: 30px;
    }
    .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;
    }
    /***** Gallery *****/
    body.gallery-photogallery #discography .grid-item{
        height: 400px;
    }
    body.gallery-photogallery #discography .grid-item:nth-child(2){
        height: 400px!important;
    }
    body.gallery-photogallery #discography .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), #single-gallery .grid-item:nth-child(12n+1){
        height: 200px;
    }
    #single-gallery .grid-item:nth-child(54n+1){
        height: 300px;
    }
    #single-gallery .grid-item:nth-child(10n+1),
    #single-gallery .grid-item:nth-child(35n+1),
    #single-gallery .grid-item:nth-child(40n+1){
        height: 400px;
    }
    /****** Blog Grid ****/
    .grid li{
        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: 50px;
        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 form {
        height: 40px;
    }
    .coupon-form form button{
        font-size: 16px;
    }


    .cart-buttons{
        margin-top: 34px;
        margin-bottom: 15px;
    }
    .cart-buttons a{
        font-size: 14px;
        padding: 9.5px 25px;
    }
    .cart-buttons a:last-child{
        padding: 9.5px 35px;
    }

    /***** 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;
    }
    .grid-item-img:after {
        width: 165px;
        height: 22px;
    }
}
@media(min-width:768px) and (max-width:900px){
    /***** Blog Single Post *****/
    .categories-line{
        padding: 20px 0px;
    }
    .news_content h2 {
        margin-bottom: 10px;
    }
    .n_c {
        margin-top: 10px;
        margin-bottom: 10px;
    }
}

@media (min-width:768px)  and (max-width:1024px){
    /******** Photogallery *****/
    body.gallery-photogallery .music-banner > div{
        height: 101%;
    }
    body.gallery-photogallery .music-banner-image{
        top: -1px;
    }
    body.contact-us-page #contact-us {
        padding: 50px 0px 50px;
    }
}
@media(max-width: 767px) {
    .comment-form-rating {
        margin-bottom: 20px;
    }
    #page-title {
        margin-top: 90px;
        margin-bottom: 50px;
    }
    #discography {
        margin-bottom: 0px;
    }
    .video-block{
        margin-bottom: 30px;
    }
    #header .search-bar form input {
        height: 50px;
    }
    .search-bar form svg{
        width:20px;
    }
    .header-title {
        bottom: 50%;
    }

    .header-title h1 {
        font-size: 25px;
    }
    .header-title a {
        font-size: 16px;
        padding: 10px 50px 11px;
    }
    .title {
        padding-top: 47px;
        padding-bottom: 30px;
    }
    .title h1 {
        font-size: 24px;
        line-height: 22px;
        margin-bottom: 3px;
    }
    #album-release {
        padding-bottom: 20px;
    }
    #album-release .title{
        padding-bottom: 20px;
    }
    .title p {
        font-size: 13px;
        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{
        margin-bottom: 40px;
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
    .j_c .plyr--audio .plyr__controls {
        padding: 45px 0px 15px 0px;
    }

    .music, .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;
    }

    .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 *{
        font-size: 14px;
    }
    .music_date i {
        width: 15px;
    }
    #discography-post {
        margin-top: 30px;
        padding-top: 30px;
        padding-bottom: 10px;
    }
    #discography-text {
        margin-top: 35px;
    }
    .music {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -moz-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
    .mp3 > span {
        left: 12px;
        font-size: 14px;
    }
    .plyr__time {
        font-size: 14px;
    }
    .j_c .plyr__time {
        left: 35px;
    }
    .j_c .plyr__controls>button:last-of-type {
        top: 51%;
        right: 0%;
    }
    .plyr__controls>button:last-of-type {
        right: 3%;
    }
    .plyr__controls>button:last-of-type{
        top: 46%;
    }
    .plyr .plyr__volume{
        margin-right: 25px;
    }
    .plyr__time + .plyr__time {
        margin-left: 30px;
        margin-right: 30px;
    }
    .plyr .plyr__volume{
        max-width: 100px;
    }
    .plyr__controls>button:last-of-type:before {
        right: 365%;
        top: 0px;
    }
    .j_c .mp3_3 .plyr__controls>button:last-of-type{
        top: 50%;
    }
    #discography-post .mp3 .plyr .plyr__volume{
        max-width: 70px;
    }
    #discography-post .mp3 .plyr__controls > .plyr__time {
        font-size: 14px;
    }
    .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: 14px;
    }
    #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 {
        padding-bottom: 50px;
    }
    #video {
        padding-bottom: 51px;
    }
    #testimonials {
        padding-bottom: 34px;
    }
    #contact-us {
        padding-bottom: 50px;
    }
    .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;
        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%;
        margin-bottom: 30px;
        padding-left: 20px;
    }

    .name p {
        font-size: 30px;
    }

    .name span:first-child {
        margin-right: 5px;
    }

    .name span:last-child {
        margin-left: 5px;
    }

    .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 .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 > 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;
    }
    .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 {
        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;
    }
    .popup_block {
        height: 50%;
    }

    #popup-container ul {
        bottom: 18%;
    }

    .form .btn-primary {
        font-size: 12px;
    }

    .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;
    }
    body.single-product #releated-products{
        padding-top: 30px;
        margin-top: 30px;
    }
    /******* Music Discography   **********/
    .global-title h1 {
        font-size: 40px;
    }

    .music-banner-text h2{
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 0;
    }
    .music-banner-text p {
        font-size: 16px;
        line-height: 22px;
    }
    #discography-post .sec_2_content {
        padding-right: 0px !important;
    }
    #discography-post .global-title {
        padding: 21px 0px 57px;
    }

    .discography_description * {
        font-size: 14px;
        line-height: 22px;
    }
    body.single-video #discography-text {
        margin-top: 30px;
    }
    body.single-video .social-icons {
        margin-top: 20px;
        margin-bottom: 30px;
        padding-top: 30px;
    }
    .social-icons {
        margin-top: 20px;
        margin-bottom: 30px;
        padding-top: 30px;
    }
    .social-icons a {
        font-size: 16px;
        margin-right: 10px;
    }
    .playlist-title {
        margin-bottom: 21px;
    }
    .playlist-title h2{
        font-size: 24px;
    }

    #discography-post .mp3 .plyr__time + .plyr__time {
        margin-right: 50px;
    }
    #discography-post .mp3 .plyr .plyr__progress {
        margin-left: 55px;
    }
    #discography-post .mp3 .plyr__controls > .plyr__time {
        left: 35px;
    }
    #discography-post .mp3 .plyr__controls>button:last-of-type {
        top: 0px;
        right: 1%;
    }
    .playlist {
        margin-top: 20px;
    }
    #discography-post .plyr__controls>button:last-of-type:before {
        right: 300%;
        top: 0px;
    }
    #discography-post .mp3 .plyr--audio .plyr__controls {
        padding: 0px 20px 0px 5px;
        margin: 31px 0px 33px 0px;
    }
    .play-pause{
        margin-right: 10px;
    }

    /***** 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;
    }
    .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;
    }
    .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: 0;
    }
    .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: 20px;
    }
    body.gallery-single-gallery #discography-text {
        margin-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{
        margin-bottom: 30px;
        padding-top: 30px;
    }

    /******** Photogallery *****/
    body.gallery-photogallery .music-banner-text h2{
        font-size:24px;
        line-height: 22px;
    }
    body.gallery-photogallery .music-banner-text p{
        font-size: 14px;
        line-height: 22px;
    }
    body.gallery-photogallery #discography .grid-item{
        height: 300px;
        width:100%!important;
    }
    body.gallery-photogallery #discography .grid-item:nth-child(2){
        height: 300px!important;
        width:100%!important;
    }
    body.gallery-photogallery #discography .grid-item:nth-child(5n+1) {
        height: 300px!important;
        width:100%!important;
    }
    body.gallery-photogallery #discography .grid-item:nth-child(6n+1){
        height: 300px!important;
        width:100%!important;
    }

    /***** 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;
    }
    .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;
    }
    p.post-quote {
        margin: 30px auto 30px;
    }
    .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 {
        font-size: 16px;
        line-height: 22px;
    }

    #blog-post .form h2{
        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;
    }
    .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 {
        display: block;
        float: none !important;
        text-align: center;
    }

    .cart-buttons a:first-child {
        margin-bottom: 15px;
    }

    .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;
    }
    .l-b *, .c-b *{
        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 {
        font-size: 14px;
        line-height: 22px;
    }
    #checkout-list .l-f form button.btn-primary {
        font-size: 14px;
        padding-top: 7px;
    }
    #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{
        font-size: 14px;
    }
    #checkout-list form h3{
        font-size: 18px;
        line-height: 22px;
    }
    .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, #checkout-list form .form-group .chosen-single{
        font-size: 14px;
        padding: 9px 20px 8px 20px;
    }
    #checkout-list form .form-group .chosen-results li{
        font-size: 14px;
    }
    #checkout-list form button.btn-primary{
        font-size: 16px;
        padding-bottom: 8px;
    }
    /***** 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 *****/
    body.search-result .blog-content {
        padding-top: 30px;
    }

    body.search-result .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 #blog-post {
        margin-bottom: 20px;
    }

    /***** Shop *****/
    .results-text * {
        font-size: 14px;
        line-height: 22px;
    }
    .s-item-name h2 {
        font-size: 14px;
        line-height: 22px;
    }
    .results {
        padding: 0px 15px 30px 15px;
    }
    .results-select .btn-primary, .results-select .dropdown-menu{
        font-size: 14px;
    }
    .s-item {
        margin-bottom: 41px;
        -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;
    }
    .sale{
        font-size: 14px;
    }
    span.sale:after {
        bottom: 8px;
    }
    .sale sup:after{
        top: 7px;
    }
    /***** Single Gallry *****/
    #single-gallery .grid-item,
    #single-gallery .grid-sizer{
        width: 50%;
    }
    #single-gallery .grid-item:nth-child(5n+1),
    #single-gallery .grid-item:nth-child(6n+1),
    #single-gallery .grid-item:nth-child(9n+1),
    #single-gallery .grid-item:nth-child(19n+1),
    #single-gallery .grid-item:nth-child(26n+1),
    #single-gallery .grid-item:nth-child(32n+1),
    #single-gallery .grid-item:nth-child(33n+1),
    #single-gallery .grid-item:nth-child(41n+1),
    #single-gallery .grid-item:nth-child(56n+1){
        width:100%;
    }


    /***** Blog Mansory *****/
    .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 .grid-item-img:after {
        top: 0;
        bottom: 0;
    }
    .see-more {
        margin-top: 66px;
        margin-bottom: 68px;
    }

    /**** 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;
    }
    .name-title * {
        font-size: 14px;
    }
    .shop-view-cart .ad-to-card-button a{
        font-size: 13px;
    }

    .single-pr-name h3{
        font-size:24px;
        line-height: 22px;
    }
    .single-price p {
        font-size: 18px;
    }
    .single-price .sale{
        font-size: 16px;
    }
    .single-style * {
        font-size: 14px;
    }
    .single-button-count .plusminus input[type="number"]{
        font-size: 18px;
    }
    .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 *{
        font-size: 14px;
        line-height:22px;
    }
    .related-product-title h3 {
        font-size: 18px;
    }
}
@media(max-width:736px){
    .all-events #on-tour {
        padding-bottom: 30px;
    }
    body.single-video #discography-text {
        margin-top: 30px;
    }
    body.single-video .social-icons {
        margin-top: 20px;
        margin-bottom: 30px;
        padding-top: 30px;
    }
    #standard-blog .blog-content {
        padding-bottom: 10px;
    }
    .see-more {
        margin-top: 50px;
        margin-bottom: 50px;
    }
    .sm-section .social-icons {
        padding-top: 15px;
        text-align: left;
        margin-top: 15px;
    }
    .footer {
        padding-top: 30px;
        padding-bottom: 25px;
    }
}
@media(max-width:575px){
    #page-title {
        margin-top: 77px;
    }
    .all-events #on-tour {
        padding-bottom: 30px;
    }
    .home-demo-2 .header_items {
        margin-top: 23px;
    }
    .logo{
        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-top: 18px;
        margin-bottom: 15px;
        height: 35px;
    }
    .header_items > div{
        height: 20px;
        width: 17px;
    }
    .header_items svg{
        width: 17px;
    }
    .search_icon, .shop_icon {
        margin-right: 10px;
    }
    .header_items i {
        font-size: 18px;
    }
    .card_count{
        width: 15px;
        height: 15px;
        font-size: 8px;
        top: -3px;
        right: -2px;
    }
    .plyr__time + .plyr__time {
        margin-left: 15px;
        margin-right: 15px;
    }
    .plyr .plyr__volume {
        max-width: 82px;
    }
    .plyr__controls>button:last-of-type:before {
        right: 315%;
    }
    .form .fild_1 > div:first-child {
        margin-bottom: 20px;
    }
    #header ul.nav > li > a {
        font-size: 18px;
        padding-left: 20px;
    }
    #header .nav > li {
        width: 120px;
    }
    #header .nav > li ul.child-item {
        left: 105px;
        top: 3%;
        padding: 10px 20px 10px 20px;
    }
    #header .nav > li ul.child-item:after {
        border-top-width: 8px;
        border-right-width: 15px;
        border-bottom-width: 8px;
        left: -15px;
    }
    #header .nav > li ul.child-item > li a {
        font-size: 18px;
        line-height: 26px;
    }
    .carousel_content:before,.carousel_content:after{
        width: 30px;
        height: 30px;
    }
    .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;
        margin-bottom: 30px;
    }
    .name p {
        font-size: 16px;
        line-height: 29px;
    }
    .buy a {
        padding-left: 20px;
        padding-right: 20px;
        font-size: 12px;
    }
    .buy p {
        font-size: 15px;
    }

    /******* Music Discography   **********/
    #discography-post .global-title {
        padding: 27px 0px 54px;
    }
    #discography-post {
        padding-bottom: 20px;
    }
    #discography-text {
        margin-top: 30px;
    }
    .global-title h1{
        font-size: 24px;
    }
    #discography-post .mp3 .plyr__time + .plyr__time {
        margin-right: 25px;
    }
    #discography-post .mp3 .plyr__controls>button:last-of-type {
        top: 0px;
        right: -3%;
    }
    #discography-post .mp3 .plyr--audio .plyr__controls {
        padding: 0px;
        margin: 0px;
    }
    /***** Single Events *****/
    .event-tickets a{
        font-size: 14px;
    }
    .events-slider .carousel-item img{
        -o-object-fit: cover;
        object-fit: cover;
    }
    #text-and-video .social-icons{
        margin-top: 30px;
    }

    /***** Single Gallry *****/
    #single-gallery .grid-item{
        height: 300px;
    }
    #single-gallery .grid-item:nth-child(10n+1),
    #single-gallery .grid-item:nth-child(12n+1),
    #single-gallery .grid-item:nth-child(35n+1),
    #single-gallery .grid-item:nth-child(40n+1){
        height: 300px;
    }
    /****** 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{
        padding: 0px 33px;
    }
    .reply{
        margin-top: 10px;
        margin-bottom: 30px;
    }

    /**** Contact us *****/
    .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;
    }

    /***** 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%;
    }
    /***** Checkout *****/
    #checkout-list form .form-group .chosen-results{
        height: 240px;
    }
    #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{
        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;
    }
    /***** 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) {
    .plyr__controls button{
        padding: 5px;
    }
    .plyr__controls button svg {
        height: 13px;
    }
    .plyr__time {
        font-size: 11px;
    }
    .plyr__controls > .plyr__time {
        margin-top: 0px;
    }
    .plyr__controls > .plyr__time {
        left: 39px;
    }
    .plyr__time+.plyr__time {
        margin-left: 15px;
        margin-right: 15px;
    }
    .plyr .plyr__volume {
        max-width: 40px;
        margin-right: 18px;
    }
    .plyr__volume input[type=range]::-webkit-slider-thumb{
        height:13px;
        width:13px;
    }
    .plyr .plyr__volume input[type=range]{
        top: 4px;
    }
    .plyr__controls>button:last-of-type {
        right: 5%;
        top: 50%;
    }
    .j_c .plyr__controls>button:last-of-type {
        top: 55%;
        right: -2%;
    }
    .plyr__controls>button:last-of-type:before {
        right: 225%;
        top: -2px;
        font-size: 16px;
    }
    .j_c .mp3_3 .plyr__controls>button:last-of-type{
        top: 54%;
    }
    .j_c .mp3_3 .plyr__controls>button:last-of-type:before{
        top: -1px;
    }
    #video .embed-responsive {
        border-width: 10px;
        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;
        margin-top: 0px;
    }
    #discography-post .plyr__controls>button:last-of-type {
        right: 1%;
    }
    #discography-post .mp3 .plyr .plyr__progress {
        margin-left: 50px;
    }
    #discography-post .plyr__controls>button:last-of-type:before {
        right: 265%;
        top: -2px;
    }
    #discography-post .mp3 .plyr__controls>button:last-of-type {
        top: 1px;
    }
    #discography-post .mp3 .plyr .plyr__volume {
        max-width: 50px;
        margin-top: 2px;
        margin-right: 20px;
    }
    /***** 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;
    }
}
@media (max-width: 420px) {
    #discography-post .global-title {
        padding: 17px 0px 37px;
    }
    #page-title {
        margin-top: 75px;
    }
}
@media(max-width:400px){
    .playlist .music_line > span {
        font-size: 13px;
    }
}
@media(max-width:390px){
    /***** 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 .sale {
        font-size: 18px;
        margin-left: 10px;
    }
    .single-price span.sale:after {
        bottom: 10px;
    }
    .single-style * {
        font-size: 14px;
        margin-bottom: 5px;
    }
    .catd-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 * {
        font-size: 14px;
        line-height: 21px;
    }
    .single-tab-content .author-description p {
        font-size: 14px;
        line-height: 21px;
    }
    body.single-product #releated-products{
        padding-top: 30px;
        margin-top: 60px;
    }
    .related-product-title {
        padding: 0;
        margin-bottom: 30px;
    }
    #releated-products .s-item {
        padding: 0;
    }
    .single-tab-content #blog-post{
        padding: 0;
    }

    /***** 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(6n+1),
    #single-gallery .grid-item:nth-child(5n+1) {
        height: 250px;
    }
}
@media (max-width: 380px){
    .header-title h1 {
        font-size: 18px;
    }
    body.search-result .global-title h2{
        font-size: 18px;
    }
    #page-title {
        margin-top: 70px;
    }
}
@media(min-width:768px) and (max-height: 830px){

    /***** 404 Page *****/
    .search-404{
        bottom: 23%;
    }
    .content-404{
        bottom: 32%;
    }
    .go-back-home{
        bottom: 16%;
    }
}
@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(max-height: 565px){
    #header .nav{
        height: 230px;
        display: block;
        top: 50px;
        overflow-y: scroll;
    }
    .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%;
    }
    .content-404 h2 {
        font-size: 26px;
        margin-bottom: 0;
    }
    .content-404 p {
        font-size: 14px;
        margin-bottom: 5px;
    }
    .go-back-home {
        bottom: 20%;
    }
    .go-back-home a {
        font-size: 18px;
    }
    .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;
    }
}
@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;
    }
    #discography {
        margin-bottom: 10px;
    }
}
@media(min-width:768px) and (max-width:1024px){
    #page-title {
        margin-top: 100px;
        margin-bottom: 50px;
    }
    #discography {
        margin-bottom: 0px;
    }
    .video-block{
        margin-bottom: 50px;
    }
    #gallery .music-banner{
        margin-top: -1px;
    }
    body.gallery-photogallery #discography .grid-item {
        margin-top: -2px;
    }
    body.gallery-photogallery #discography .grid-item:nth-child(5n+1) {
        margin-top: -2px;
    }

}
@media(min-width:1024px) and (max-width:1366px){
    #gallery .music-banner{
        margin-top: -1px;
    }
    body.gallery-photogallery #discography .grid-item {
        margin-top: -2px;
    }
    body.gallery-photogallery #discography .grid-item:nth-child(5n+1) {
        margin-top: -4px;
    }
}

/*--------------------*/
/* FOR MOZILA FIREFOX */
/*--------------------*/

body.firefox.home-demo-2 .header_items{
    height: 30px;
}
body.page-404.firefox .big-title{
    display: table;
    top: 20%;
}
body.page-404.firefox .big-title h2{
    display: table;
    top: 63%;
}
@media(max-height: 630px){
    body.page-404.firefox .content-404 {
        bottom: auto;
        top: 44%;
    }
}
@media(min-width:768px) and (max-height: 830px){
    body.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(104, 93, 73);
    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 #header .search-bar form button{
    margin-top: -15px!important;
}
body.net .news > div > div{
    max-width: 545px;
}
body.net a.popup-image img{
    width:auto;
}
body.net #header .nav-menu.nav-demo-2{
    padding: 47px 0px;
}
body.home-demo-2.net .header-continer.active{
    padding-bottom: 0px;
}
body.net #header .nav-menu.nav-demo-2 .nav > li:hover ul.child-item{
    width:auto;
}
body.home-demo-2.net #header .header-continer.active .nav-menu.nav-demo-2 .nav > li ul.child-item{
    top:28px;
}
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 .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;
}

.net .content-404{
    max-width:100%;
}
.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 #header .nav-menu.nav-demo-2 .nav{
    top:0;
}
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;
    }
}



/*!
 *  Font Awesome 4.4.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot?v=4.4.0');
  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.4.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.4.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.4.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.4.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.4.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-home:before {
  content: "\f015";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-rss:before {
  content: "\f09e";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-vk:before {
  content: "\f189";
}
.fa-times:before {
  content: "\f00d";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-envelope-o:before {
  content: "\f003";
}
