/* Sendy form */

.sendy_success_response{
  display: none;
  font-weight: bold;
}

.sent .sendy_success_response{
  display: block;
}

del .amount{
	text-decoration:line-through;
}

.ln-news-grid .ln-post-text{
	min-height: 220px;
}

.mt-datetime{
	display:none !important;
}

.mt_cart th[scope="row"] {
    text-align: left;
    display: flex;
    align-items: center;
}

.mt_cart td {
    vertical-align: middle;
    text-align: center;
}

/* Recording Studios page */

.recorded_artists_section p{
    font-size: 16px;
    line-height: 2;
}

.recorded_artists_section p span{
    margin: 0 3px;
    display: inline-block;
}

.recorded_artists_section .ras_name{
    display: inline-flex;
    background: #ffa002;
    color: #fff;
    width: 650px;
    max-width: 90%;
    height: 85px;
    /* align-content: center; */
    align-items: center;
    text-align: center;
    overflow: hidden;
    margin-bottom:50px;
}

.recorded_artists_section .ras_name b{
    width: 100%;
    text-transform: uppercase;
    font-size: 30px;
    font-family: "Oswald", Sans-serif;
    transition: all 0.4s;
}

.recorded_artists_section .ras_name b.indented{
  text-indent: -1400px;
}

.dark_widget *{
  color:#fff;
}

.dark_widget a{
  color:#ff9f00 ;
}

/* Recording Studios slider */
.rs_navigation{
  margin-bottom:50px;
}

.rs_navigation a{
  font-size: 24px;
  font-weight: 700;
}

.rs_navigation a:not(:first-child):before{
    content: '';
    width: 95px;
    height: 1px;
    background-color: #3D3B42;
    display: inline-block;
    vertical-align: middle;
    opacity: .2;
     margin: 0 15px;
}

.rs_navigation a.slick-disabled{
  color:#222;
}

.recording_studios_slider .rs_slide{
      padding: 50px 0 30px 0;
      background-repeat: no-repeat;
      background-position: top right;
      background-size: cover;
}

.rs_slide .rs_gallery_item{
  margin-bottom:30px;
}

.rs_slide .rs_tabs{
  color:#fff;
  max-width:700px;
  font-size: 16px;
}

.rs_slide h2, .rs_slide h3{
  color:#ffa002;
  font-family: 'Muli', sans-serif;
  text-transform: uppercase;
}

.rs_slide h2{
  font-size: 24px;
}

.rs_slide h3{
  font-size: 18px;
}

.rs_buttons{
  margin-top:100px;
}

.rs_buttons a{
    border: 2px solid #ffa002;
    text-transform: uppercase;
    display: inline-block;
    width: 260px;
    height: 60px;
    text-align: center;
    color: #fff;
    box-sizing: border-box;
    padding: 15px;
    font-size: 18px;
    margin-right: 10px;
    margin-bottom:10px;
}

.rs_tabs{
  position: relative;
}

.rs_tabs .rs_tab{
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  height: 300px;
  overflow: hidden;
  transition: all 0.4s;
}

.rs_tabs .rs_tab.tab_opened{
  visibility: visible;
height: 100%;
  opacity:1;
  position: relative;
}

.rs_back{
  margin-top: 60px;
}

.rs_back a{
  color: #ffa002;
  text-transform: uppercase;
  font-size: 18px;
}

.rs_gear_list ul {
  list-style: none;
    padding: 0 0 0 15px;
    font-size: 15px;
}

.rs_gear_list ul li::before {
  content: "\2022";  
  color: #ffa002; 
  font-weight: bold; 
  display: inline-block; 
  width: 1em; 
  margin-left: -1em; 
}

.rs_download_item{
  margin-bottom: 100px;
  text-align: center;
}

.rs_download_item img{
  margin:0 auto;

}

.rs_download_item .rs_download_btn{
    border: 2px solid #ffa002;
    /* text-transform: uppercase; */
    color: #fff;
    width: 200px;
    display: inline-block;
    background-image: url(images/rstudios/download_icon.png);
    background-repeat: no-repeat;
    background-position: 20px center;
    box-sizing: border-box;
    padding: 10px 0 10px 70px;
    background-size: 12%;
    text-align: left;
    margin-top:10px;
}

/* Backstage styles */

.backstage_video .elementor-widget-container{
    position:relative;
    padding-bottom:56.25%;
    padding-top:30px;
    height:0;
    overflow:hidden;
    border-radius: 10px;
    -webkit-box-shadow: -1px 1px 11px -2px rgba(0,0,0,0.93);
    -moz-box-shadow: -1px 1px 11px -2px rgba(0,0,0,0.93);
    box-shadow: -1px 1px 11px -2px rgba(0,0,0,0.93);
}

.backstage_video .elementor-widget-container iframe{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}

.backstage_form{
    max-width: 734px;
    background-color: #222222;
    color: #fff;
    padding: 2rem 3rem;
}

.backstage_form .btn-alt.btn-primary{
  font-size: 1rem;
  color: #000;
  height: 35px;
  margin-bottom: 0;
}

.backstage_form_wrap .wpcf7-response-output{
  text-align: center;
}

.backstage_form  .wpcf7-form-control-wrap{
  display:inline-block;
  width: 49%;
}

.backstage_form .form_slide{
  display: none;
}

.backstage_form .intro_slide.hidden{
  display:none;
}

.ajax-loader{
  position:absolute;
}

.form_slide.show{
  display: flex;
}

.form_slide .form-control{
  height:35px;
  margin-bottom: 0;
}

.form_slide .col-md-8{
  display:flex;
  justify-content: space-between;
}

.backstage_form .intro_slide{
  display:flex;
  align-items: center;
  line-height: 1.2;
}

.backstage_form .intro_slide span{
  font-size:0.9em;
}

.backstage_cards .elementor-image img{
  -webkit-box-shadow: 7px 10px 15px -4px rgba(0,0,0,0.58);
  -moz-box-shadow: 7px 10px 15px -4px rgba(0,0,0,0.58);
  box-shadow: 7px 10px 15px -4px rgba(0,0,0,0.58);
  transition: all 0.4s;
}

.backstage_cards .elementor-image img:hover{
  -webkit-box-shadow: 7px 10px 15px -4px rgba(0,0,0,0.78);
  -moz-box-shadow: 7px 10px 15px -4px rgba(0,0,0,0.78);
  box-shadow: 7px 10px 15px -4px rgba(0,0,0,0.78);
}

.backstage_carousel .aom_thumb {
    text-align: center;
}

.backstage_carousel .slick-slide img {
    display: inline-block;
}

.backstage_carousel .slick-arrow,
.backstage_slider .slick-arrow{

    position: absolute;
    top: 50%;
    display: block;
    cursor: pointer;
    border: none;
    outline: none;
   font-size: 30px;
   z-index: 100;
}

.backstage_carousel .slick-prev,
.backstage_slider .slick-prev {
  left:-20px;
}


.backstage_carousel .slick-next,
.backstage_slider .slick-next {
  right:-20px;
}

.backstage_carousel .slick-disabled,
.backstage_carousel .slick-disabled:hover{
  color:#ddd;
}

.backstage_slider .slick-arrow{
    opacity: 0.4;
    background: rgba(255,255,255, 0.5);
    padding: 10px 4px;
    top:45%;
    font-size: 20px;
}

.backstage_video_2 .elementor-widget-container{
    position:relative;
    overflow:hidden;
    border-radius: 10px;
    -webkit-box-shadow: -1px 1px 11px -2px rgba(0,0,0,0.93);
    -moz-box-shadow: -1px 1px 11px -2px rgba(0,0,0,0.93);
    box-shadow: -1px 1px 11px -2px rgba(0,0,0,0.93);
}

.video_bkg .volume_control_holder{
    position: absolute;
    color: #fff;
    bottom: 10px;
    left: 30px;
    cursor: pointer;
    font-size: 25px;
    opacity: 0.6;
}


/* ttd_card */



.ttd_card_wrapper .ttd_card{
  background: #ffffff; /* Old browsers */
  background: -moz-linear-gradient(top,  #ffffff 44%, #fdb554 44%, #fdb554 100%, #207cca 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  #ffffff 44%,#fdb554 44%,#fdb554 100%,#207cca 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  #ffffff 44%,#fdb554 44%,#fdb554 100%,#207cca 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#207cca',GradientType=0 ); /* IE6-9 */
  width: 475px;
  height:475px;
  box-sizing: border-box;
  display: inline-block;
  padding: 30px 0 0 30px;
  text-align: left;
transition:all 0.4s;
box-shadow: 10px 10px 20px -10px rgba(0,0,0,0.47);
	color:#000;
}

.ttd_card_wrapper .ttd_card img{
  width: 250px;
  height: auto;
}

.ttd_card_wrapper{
  margin-bottom:100px;
}

.ttd_card_wrapper a:hover .ttd_card{
  box-shadow: 10px 10px 20px -2px rgba(0,0,0,0.47);
}

.ttd_card_wrapper a:hover {
  color: #000;
}

.ttd_card_wrapper  h3,
.ttd_card_wrapper  span,
.ttd_card_wrapper  strong{
  display: inline-block;
  
}

.ttd_card_wrapper  h2{
   font-size: 2.1rem;
   margin:0;
}

.ttd_card_wrapper  h3{
  font-size: 1.6rem;
}

.ttd_card_wrapper .ttd_title_1{
  text-transform: uppercase;
}

.ttd_card_wrapper .ttd_title_2{
  font-weight: bold;
}

.ttd_card_wrapper .ttd_title_3{
  text-transform: uppercase;
  margin-top: 50px;
  line-height: 1.2;
}

.ttd_card_wrapper .ttd_title_4{
  line-height: 1.2;
  margin-top: 20px;
}

.ttd_card_wrapper .ttd_title_5{
font-weight: bold;
font-size: 25px;
letter-spacing: 0.05rem;
/* margin-top: 60px; */
position: absolute;
bottom: -55px;
}

.fcol2, .fcol3{
  text-align: center;
}

.fcol2 .widget, .fcol3 .widget{
  display: inline-block;
}

.fcol2 .widget{
  text-align: center;
}

.fcol3 .widget{
  text-align: center;
}


/*promocode*/

#promocode input{
  width: 100%;
  height: 45px;
  box-sizing: border-box;
  background: #c4c4c4;
  padding-left: 20px;
  padding-right: 20px;
  border:none;
  margin-bottom: 15px;
}

#promocode #submit-btn{
  background: #ff9f00;
  color: #e1e1e1;
  height: 45px;
  font-size: 20px;
}

.promoocode_page  #promocode input{
	background: #fff;
	border:1px solid #ccc;
}

.promoocode_page  #promocode #submit-btn{
	color: #fff;
	border: none;
}

/* Artists gallery  */

.artist_gallery_grid_card{
  position: relative;
  margin-bottom:25px;
}

a.artist_gallery_grid_card_wrapper{
  aspect-ratio: 4 / 5;
  display: block;
  width: 100%;
  background-size: cover;
  background-position: center;
  position: relative;
  transition: all 0.1s;
}

a.artist_gallery_grid_card_wrapper:hover{
  box-shadow: 2px 2px 18px 3px rgba(0, 0, 0, 0.4)
}

a.artist_gallery_grid_card_wrapper .caption{
    position: absolute;
    bottom: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.7);
    padding: 10px;
    color: #fff;
    box-sizing: border-box;
}

a.artist_gallery_grid_card_wrapper .caption h3{
    color: #fff;
    font-size: 1.5rem;
    margin:0;
}

.artist_gallery_grid_card .thumb_placeholder{
  width: 80%;
  height: 100%;
  outline: 1px solid #ccc;
  position: absolute;
  z-index: -2;
  top: 0;
  left:10%;
  opacity: 0;
  transition: all 0.2s;
}

.artist_gallery_grid_card:hover .thumb_placeholder {
  box-shadow: 2px 2px 18px 3px rgba(0, 0, 0, 0.4);
  opacity: 1;
}

.thumb_placeholder.tp_1{
  background-color: #000;
}

.thumb_placeholder.tp_2{
  background-color: brown;
}

.artist_gallery_grid_card:hover  .thumb_placeholder.tp_1{
  rotate: 4deg;
}

.artist_gallery_grid_card:hover  .thumb_placeholder.tp_2{
  rotate: 8deg;
}

/* Masonry gallery */

.grid{
  opacity:1;
  transition: all 0.3s;
   margin: 0 auto;
}

.grid.opacity_0{
  opacity: 0;
}

/* clear fix */
.grid:after {
  content: '';
  display: block;
  clear: both;
}

/* ---- .grid-item ---- */

.grid-sizer,
.grid-item {
  width: 24%;
  margin-bottom: 14px;
}

.grid-item {
  float: left;
  position: relative;
}

.grid-item img {
  display: block;
  max-width: 100%;
}

.grid-item:hover .grid-item-overlay{
  opacity: 1;
}

.type-artist-gallery{
	margin-top: 50px;
}

/* Woocommerce */

.gc_loop .woocommerce-loop-product__title{
	font-weight: 700;
}

.gc_loop  .woocommerce-product-details__short-description p{
	color: #000;
	margin: 0;
    font-size: 15px;
}

.product .product_meta{
	display:none;
}

.woocommerce ul.products li.product .button {
    padding: .618em;
    line-height: 1;
}

.woocommerce-page .entry-content{
	margin: 1.5em 0 3em;
} 

.woocommerce-MyAccount-downloads-file.button{
	padding: 0.618em 1em;
}

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


  .ttd_card_wrapper .ttd_card{
    width: 400px;
    height:400px;   
  }

  .ttd_card_wrapper .ttd_card img{
    width: 200px;
    height: auto;
  }
  .ttd_card_wrapper  h3{
  margin-top: 12px;
}

  .grid-sizer,
  .grid-item {
    width: 32.3%;
  }
 }

 /*--------------------------------------------------------------
## Netbook
--------------------------------------------------------------*/
@media only screen and (max-width: 1024px) {
    .grid-sizer,
  .grid-item {
    width: 31.3%;
  }
}

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

      .grid-sizer,
  .grid-item {
    width: 48.4%;
  }
	
	.woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product{
		width:100%
	}
}

/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 480px) {



        .grid-sizer,
  .grid-item {
    width: 100%;
  }
         
  .grid-item img{
    width:100%;
  }
}
