/*
Theme Name: Fame 
Author: Lotosnile
Description: Fame website theme
Version: 1.4.9.2
License: GNU General Public License v2 or later
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
# Woocommerce
# Footer
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
body {
  margin: 0;
  -webkit-font-smoothing: antialiased;
  font-size: 1.125rem;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
  color: #222;
}

a:active,
a:hover {
  outline: 0;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 2.5rem;
}

hr {
  box-sizing: content-box;
  height: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
  clear: both;
  color: #24292e;
  font-weight: 400;
  margin-top: 24px;
  margin-bottom: 15px;
  text-transform: unset;
}
h1 {
  font-size: 50px;
  padding-bottom: 10px;
}
h2 {
  font-size: 40px;
  padding-bottom: 0.3em;
  line-height: 1.25;
}
h3 {
  font-size: 30px;
  line-height: 1.2;
}
h4 {
  font-size: 16px;
  line-height: 20px;
}
h5 {
  font-size: 14px;
  line-height: 17.5px;
}

p {
  margin-bottom: 1.5em;
}
h1.entry-title {
  font-size: 1.31rem;
  border-bottom: 1px solid #eaecef;
}
h2.entry-title {
  border-bottom: 1px solid #eaecef;
}
h3.widget-title {
  font-size: 1.2rem;
}

*.text-orange{
  color: #ff9f00 !important;
}

.text-padded{
  max-width: 950px;
  margin: 0 auto;
}



a:hover{
  text-decoration: none;
   color: #ff9f00;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
body {
  background: transparent;
  /* Fallback for when there is no custom background color defined. */
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
header#masthead {
  margin-bottom: 0;
  background-color: transparent; ;
  padding: .30rem 1rem;
  border-bottom: 2px solid #fff;
  position: fixed;
  width: 100%;
  z-index: 35;
  transition: all 0.3s;
  top: 0;
}

.admin-bar header#masthead {
  top: 30px;
}

header#masthead *{
  transition: all 0.3s;
}

header#masthead.shrink, 
.page-id-1156 header#masthead{
    background-color: rgba(5, 5, 5, 0.9);
    border: none;
}


header#masthead.nav-up{
  top:-150px;
}

header#masthead.shrink .navbar-brand img{
  max-width: 70%;
}

.navbar-brand > a {
  color: rgba(0, 0, 0, 0.9);
  font-size: 1.1rem;
  outline: medium none;
  text-decoration: none;
  color: #fff;
  font-weight: 700;
}

.navbar-brand > a:visited, .navbar-brand > a:hover {
  text-decoration: none;
}

#header_banner {
    position: relative;
    padding-top: 135px;
    padding-bottom: 0;
    font-size: 1.25rem;
    background-size: cover !important;
    min-height: 385px;
   background:url('images/artists_bkg.jpg') center center no-repeat;
}

.home #header_banner{
  padding-top: 0;
  height: 600px;
  background: #000;
}

#header_banner p{
  margin:0;
}

#header_banner h3,
#header_banner h2,
#header_banner h1{
  color: #fff;
  font-weight: bold;
  margin-bottom: 0;
}

body iframe{
  border:none;
}


@media screen and (min-width: 768px) {
  body:not(.theme-preset-active) #page-sub-header h1 {
    font-size: 3.750rem;
  }
  body:not(.theme-preset-active) #page-sub-header {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 992px) {
  #page-sub-header p {
    max-width: 43rem;
    margin: 0 auto;
  }
}
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
#masthead nav {
  padding-left: 0;
  padding-right: 0;
}

body:not(.theme-preset-active) #masthead .navbar-nav > li > a {
    color: #fff;
    padding: 1rem;
    font-weight: 500;
    font-size: 1.05rem;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
}

body:not(.theme-preset-active) #masthead .navbar-nav > li > a:hover,
body:not(.theme-preset-active) #masthead .navbar-nav > li.current_page_item > a {
  font-weight: 500;
  color: #ff9f00;
  /*background: #f9f9f9;*/
}

.navbar-brand {
  height: auto;
}

.navbar-brand img{
  width: 140px;
  height: auto;
}

.navbar-toggle .icon-bar {
  background: #000 none repeat scroll 0 0;
}

.dropdown-menu .dropdown-toggle::after {
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
  border-top: 0.3em solid transparent;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

.dropdown-item {
  line-height: 1.2;
  padding-bottom: 0.313rem;
  padding-top: 0.313rem;
}

.dropdown-menu {
  min-width: 12.500rem;
}

.dropdown .open .dropdown-menu {
  display: block;
  left: 12.250em;
  top: 0;
}

.dropdown-menu .dropdown-item {
  white-space: normal;
  background: transparent;
  line-height: 1.6;
}
.dropdown-menu .dropdown-item:hover {
  background: transparent;
}

.top_social a{
  color: #fff;
  font-size: 19px;
  margin: 0 10px;
}
/*
.top_social a:hover{
  color: #ff9f00;
}
*/

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .dropdown-menu li > .dropdown-menu {
    right: -9.875rem;
    top: 1.375rem;
  }
}
@media screen and (max-width: 991px) {
  .navbar-nav .dropdown-menu {
    border: medium none;
    margin-left: 1.250rem;
    padding: 0;
  }

  .dropdown-menu li a {
    padding: 0;
  }

  #masthead .navbar-nav > li > a {
    padding-bottom: 0.625rem;
    padding-top: 0.313rem;
  }

  .navbar-light .navbar-toggler {
    border: medium none;
    outline: none;
  }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}
.comment-content.card-block {
  padding: 20px;
}

.navigation.post-navigation {
  padding-top: 1.875rem;
}

.post-navigation .nav-previous a,
.post-navigation .nav-next a {
  border: 1px solid #ddd;
  border-radius: 0.938rem;
  display: inline-block;
  padding: 0.313rem 0.875rem;
  text-decoration: none;
}

.post-navigation .nav-next a::after {
  content: " \2192";
}

.post-navigation .nav-previous a::before {
  content: "\2190 ";
}

.post-navigation .nav-previous a:hover,
.post-navigation .nav-next a:hover {
  background: #eee none repeat scroll 0 0;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 0.313rem;
  line-height: normal;
  padding: 0.938rem 1.438rem 0.875rem;
  text-decoration: none;
  top: 0.313rem;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

a img.alignright {
  float: right;
  margin: 0.313rem 0 1.25rem 1.25rem;
}

a img.alignnone {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

a img.alignleft {
  float: left;
  margin: 0.313rem 1.25rem 1.25rem 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption.alignnone {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

.wp-caption.alignleft {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

.wp-caption.alignright {
  margin: 0.313rem 0 1.25rem 1.25rem;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  font-size: 1.125rem;
  /* Make sure select elements fit in widgets. */
}
.widget select {
  max-width: 100%;
}

.widget_search .search-form input[type="submit"] {
  display: none;
}

.nav > li > a:focus,
.nav > li > a:hover {
  text-decoration: none;
  color: #ff9f00;
}
.half-rule {
  width: 6rem;
  margin: 2.5rem 0;
}
.widget_categories .nav-link {
  display: inline-block;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
#content.site-content {
  padding-bottom: 3.75rem;
  padding-top: 0;
}

.sticky .entry-title::before {
  content: '\f08d';
  font-family: "Font Awesome\ 5 Free";
  font-size: 1.563rem;
  left: -2.5rem;
  position: absolute;
  top: 0.375rem;
  font-weight: 900;
}

.sticky .entry-title {
  position: relative;
}

.single .byline,
.group-blog .byline {
  display: inline;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

.page-template-blank-page .entry-content,
.blank-page-with-container .entry-content {
  margin-top: 0;
}

.post.hentry {
  margin-bottom: 4rem;
}

.posted-on, .byline, .comments-link {
  color: #9a9a9a;
}

.entry-title > a {
  color: inherit;
}

 .entry-content a{
	color:#ff9f00;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

.comment-body .pull-left {
  padding-right: 0.625rem;
}

.comment-list .comment {
  display: block;
}

.comment-list {
  padding-left: 0;
}

.comments-title {
  font-size: 1.125rem;
}

.comment-list .pingback {
  border-top: 1px solid rgba(0, 0, 0, 0.125);
  padding: 0.563rem 0;
}

.comment-list .pingback:first-child {
  border: medium none;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  background: #f1f1f1 none repeat scroll 0 0;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  padding: 0.313rem 0.313rem 0;
  text-align: center;
}
.wp-caption img[class*="wp-image-"] {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 100%;
  padding: 0;
  width: auto;
}
.wp-caption .wp-caption-text {
  font-size: 0.688rem;
  line-height: 1.063rem;
  margin: 0;
  padding: 0.625rem;
}

.wp-caption-text {
  text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-item .gallery-columns-2 {
  max-width: 50%;
}
.gallery-item .gallery-columns-3 {
  max-width: 33.33333%;
}
.gallery-item .gallery-columns-4 {
  max-width: 25%;
}
.gallery-item .gallery-columns-5 {
  max-width: 20%;
}
.gallery-item .gallery-columns-6 {
  max-width: 16.66667%;
}
.gallery-item .gallery-columns-7 {
  max-width: 14.28571%;
}
.gallery-item .gallery-columns-8 {
  max-width: 12.5%;
}
.gallery-item .gallery-columns-9 {
  max-width: 11.11111%;
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Plugin Compatibility
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Woocommerce
--------------------------------------------------------------*/
.woocommerce-cart-form .shop_table .coupon .input-text {
  width: 8.313rem !important;
}

.variations_form .variations .value > select {
  margin-bottom: 0.625rem;
}

.woocommerce-MyAccount-content .col-1,
.woocommerce-MyAccount-content .col-2 {
  max-width: 100%;
}

 .woocommerce-checkout .woocommerce-input-wrapper {
    display: block;
    width: 100%;
}



/*--------------------------------------------------------------
## Elementor
--------------------------------------------------------------*/
.elementor-page article .entry-footer {
  display: none;
}

.elementor-page.page-template-fullwidth #content.site-content {
  padding-bottom: 0;
  padding-top: 0;
}

.elementor-page .entry-content {
  margin-top: 0;
}

.gray_bkg .elementor-widget-image-box .elementor-image-box-content .elementor-image-box-title {
    color: #fff;
    font-family: "Oswald", Sans-serif;
    font-weight: 400;
}

.gray_bkg *{
  color: #fff;
}

.gray_bkg .elementor-widget-image-box .elementor-image-box-content .elementor-image-box-description {
    color: #fff;
}

body .elementor-widget-heading.elementor-widget-heading .elementor-heading-title {
    color: #000;
}

body .elementor-widget-text-editor {
    color: #000;
    font-family: "Muli", Sans-serif;
    font-weight: 400;
}

body .elementor-widget-heading .elementor-heading-title {
    font-family: "Oswald", Sans-serif;
    font-weight: 400;
}

body .elementor-column-gap-default>.elementor-row>.elementor-column>.elementor-element-populated {
  padding: 0;
}

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

  .elementor-widget-image-box .elementor-image-box-content {
      margin-bottom: 50px;
  }
}

/*--------------------------------------------------------------
## Visual Composer
--------------------------------------------------------------*/
.vc_desktop article .entry-footer {
  display: none;
}

.vc_desktop #content.site-content {
  padding-bottom: 0;
  padding-top: 0;
}

.vc_desktop .entry-content {
  margin-top: 0;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
footer#colophon {
  font-size: 85%;
}
body:not(.theme-preset-active) footer#colophon {
  color: #99979c;
  background-color: #f7f7f7;
}
.navbar-dark .site-info {
  color: #fff;
}
.copyright {
  font-size: 0.875rem;
  margin-bottom: 0;
  text-align: center;
}

.copyright a, footer#colophon a {
  color: inherit;
}





/* Custom */

.entry-header {
  display:none;
}

.gray_bkg{
  background-color: #222222;
}

.gray_bkg .h4{
   line-height: 1.4;
}

.album_description_1 .green_accent{
  color: #c3d29a;
  font-weight: 600;
  text-transform: uppercase;
}

.btn.btn-white.btn-primary{
  background-color: #fff;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  color: #000;
}

.btn.btn-white.btn-primary:hover{
  color: #fff;
}

.album_description_1 h3{
  margin-top: 100px;
  font-size: 24px;
}

.album_description_1 .h2{
  margin-top: 50px;
}

.album_description_1 .btn-white{
  margin-top: 70px;
  font-size: 24px;
  padding: 10px 15%;
}

.elementor .cover-image-glow img{
  -webkit-box-shadow: -1px -1px 246px -30px rgba(182,178,130,0.69);
  -moz-box-shadow: -1px -1px 246px -30px rgba(182,178,130,0.69);
  box-shadow: -1px -1px 246px -30px rgba(182,178,130,0.69);
}


.full_width {
  width: 100%;
}




/* orange section */

.orange_section{
    background-color: #ff9f00;
    padding-top: 70px;
    padding-bottom: 70px;
}

.orange_section p{
  color: #fff;
}

.orange_section p a{
  text-decoration: underline;
}

.orange_section p a:hover{
  color: #000;
}

.orange_section h1 {
    color: #fff;
    margin-top: 0;
    margin-bottom: 50px;
    font-size: 3rem;
}

/* Submit material section */

.tape_bkg{
  background:url('images/tape_bkg.jpg') bottom center no-repeat;
  background-size: cover;
  padding-top: 50px;
  padding-bottom: 70px;
  color: #eee;
}

.tape_bkg h1{
  color: #eee;
   margin-bottom: 50px;
}

/* Forms */

form input, .form-control{
  width: 100%;
  height: 40px;
  box-sizing: border-box;
  background: #fff;
  padding-left: 10px;
  padding-right: 2px;
  border:1px solid #ccc;
  margin-bottom: 10px;
  border-radius: 0;
}

.orange_section .form-control{
  border: none;
  }

form input[type="submit"],  .btn.btn-primary {
  background: #222222;
  color: #fff;
  font-size: 1.3rem;
  border-radius: 0;
  border:none;
  font-weight: 400;
}

form input[type="submit"]:hover,  .btn.btn-primary:hover{
  background-color: #3c3c3c;
}

form input:focus{
  outline:none;
  border: none;
}

div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
    border: none;
    text-align: center;
}

div.wpcf7-response-output {
    margin: 0;
    padding: 0.2em 1em;
    border: none;
}

.orange_section input{
  height: 56px;
} 

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

/* footer colunns*/


#footer-widget{
    padding: 60px 0;
    background-color: #222222;
}

#footer-widget h3{
    color: #c8c8c8;
    font-size: 2rem;
    margin-bottom: 35px;
    font-weight: normal;
}

#footer-widget p,#footer-widget a {
    color: #c8c8c8;
}

#footer-widget a {
  color:#ff9f00 ;
}

.footer_social a {
  font-size: 1.7rem;
  margin-right: 1.2rem;
}

.footer_social a .fa-twitter{
  color: #03a9f4;
}

.footer_social a .fa-youtube{
  color: #f61c0d;
}

.footer_social a .fa-facebook-square{
  color: #465892;
}

.footer_social a.instagram_icon i{
  color: #a028ab;
    background: -webkit-linear-gradient(#feba0a, #a028ab);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}


#colophon{
    background-color: #616161;
    text-align: center;
    color: #eeeeee;
    font-size: 0.875rem;
    font-family: "Oswald",sans-serif;
    padding: 20px 0 20px 0;
    -webkit-box-shadow: 0px 4px 5px -2px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 4px 5px -2px rgba(0,0,0,0.75);
    box-shadow: 0px 4px 5px -2px rgba(0,0,0,0.75);
    margin-top: 70px;
}

#colophon p {
    color: #eeeeee;
    font-size: 14px;
    font-family: "Oswald",sans-serif;
}

.artists_grid_card{
  position: relative;
  margin-bottom: 1.3rem;
}

.artists_grid_card img{
  width: 100%;
  height: 100% !important;	
}

.artists_grid_card .caption{
    width: 100%;
    background: rgba(0,0,0,0.4);
    padding: 0 10px;
    color: #fff;
    box-sizing: border-box;
    min-height: 750px;
  /*  margin-top: -60px; */
}

.artists_grid_card .caption h3{
    margin-top: 12px;
    color: #fff;
    display: flex;
    align-items: flex-end;
    padding-top: 10px;
    justify-content: space-between;
    font-size: 1.5rem;
}

.artists_grid_card .caption h3 a {
  color: #fff;
  font-family: 'Muli', sans-serif;
  font-size: 1.175rem;
 /* margin-top: 12px; */
}

.artists_grid_card  .caption_wrap{
  position: absolute;
  bottom: 0px;
  top: auto;

  left: 0;
  height: 60px;
  overflow: hidden;
  transition: all .3s;
}

 .artists_grid_card  .artist_excerpt a{
  color: #ff9f00;
  font-weight: 600;
 }

.artists_grid_card  .artist_excerpt p{
	font-size:0.9em;
}

.artists_grid_card:hover  .caption_wrap{

  bottom: 0;
  min-height: 100px;
  height: 100%;
  }

  .artists_grid_card:hover h3 a{
    display: none;
  }

   .artists_grid_card:hover .caption{
    background: rgba(0,0,0,0.7);
   }

/* news grid */

.ln-news-grid .row{
  padding: 50px 0;
  border-bottom: 2px solid #cdcdcd;
}

.ln-news-grid .row.last-row{
  border-bottom: none;
}

.ln-news-grid h2{
  margin-top: 0;
}

.ln-news-grid h2 a{
  color: #000 !important;
}

.wp-pagenavi {
  text-align: center;
  color: #727272;
}

.wp-pagenavi a{
  color:  #727272;
  border: 1px solid  #727272;
  padding: 0 8px;
  display: inline-block;
}

.wp-pagenavi a.next,.wp-pagenavi a.prev{
  border: none;
}

/* Twitter sidebar */

.twitter_sidebar{
  padding-left: 10px;
}

.twitter_sidebar h3{
  text-align: left;
}

.twitter_sidebar h3 .tfeed{
  margin-left: 10px;
  color: #51a0f6;
}

.twitter_sidebar iframe.twitter-timeline .timeline-Tweet-retweetCredit,
.twitter_sidebar iframe.twitter-timeline .timeline-Tweet-media
{
  display: none;
}

/* Recording studios */

.container-fluid.h-101{
  margin-bottom: 100px;
} 

.rs_card{
  text-align: center;

}

.rs_card div{
  position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-clip: border-box;
}

.recorded_artists_card{
  color: #fff;
}

.recorded_artists_card.odd{
  background-color: #ff9f00;
}

.recorded_artists_card.even{
  background-color: #ffaf29;
}

.fame_musicians_card{
  color: #3a3a3a;
}

.fame_musicians_card.odd{
  background-color: #cdcdcd;
}

.fame_musicians_card.even{
  background-color: #e7e7e7
}

.h-101{
  height: 80px;
}

@media (min-width: 768px) {
  .rs_card.col-md-2 {
      -ms-flex: 0 0 16.666667%;
      flex: 0 0 20%;
      max-width: 20%;
  }
}

/* Our History */

.page-id-38 .elementor-image-box-wrapper{
  margin-top: 30px;
}

.page-id-38 .entry-content p{
    font-size: 14px;
    margin: 0 0 13px 0;
}

.page-id-38 .elementor-image-box-wrapper .elementor-image-box-description{
  display: none;
}

/* Contact Us */

.contact_form label{
  text-transform: uppercase;
  font-size: 20px;
}

.contact_form  .form-control{
  border: 1px solid #ccc;
  margin-bottom: 40px;
  height:50px;
}

.contact_form  textarea.form-control{ 
  height: 200px;
}

body .contact_form .wpcf7-form input[type="submit"].btn.btn-primary,
.btn.btn-primary.btn-alt
{
  width: 100%;
  background-color: #ff9f00;
  text-transform: uppercase;
}

.contact_form  p{
  line-height: 1em;
}

/* Store styles */

.shop_header{
  margin: 40px auto 0 auto;
}

@media (min-width: 1290px) {
  .shop_sidebar{
    padding-right: 80px;
  }
}

.categories_header{
  margin: 50px 0 30px 0;
}

 .shop_sidebar .widget_custom_html{
    margin: 0;
 }

 .shop_sidebar .nav-link{
    padding: .5rem 0;
    font-size: 22px;
 }

  .shop_sidebar .current-cat .nav-link{
    color: #ff9f00;
  }

.woocommerce a.added_to_cart{
  display:none;
}

.woocommerce #respond input#submit, 
.woocommerce a.button, 
.woocommerce button.button, 
.woocommerce input.button,
.woocommerce #respond input#submit.alt, 
.woocommerce a.button.alt, 
.woocommerce button.button.alt,
.woocommerce input.button.alt, 
.ticket-orders button, 
.woocommerce .btn-outline-secondary
{
    font-weight: 400;
    border-radius: 0;
    border:none;
    left: auto;
    color: #fff;
    background-color: #ff9f00;
    text-transform: uppercase;
    font-family: 'Lato', sans-serif;
    text-align: center;
box-shadow: 2px 1px 4px 0px rgb(186 186 186);
transition: all 0.3s;
}

.woocommerce #respond input#submit.alt:hover, 
.woocommerce a.button.alt:hover, 
.woocommerce button.button.alt:hover, 
.woocommerce input.button.alt:hover, 
.woocommerce .btn-outline-secondary
{
    background-color: #dad8da;
    text-decoration: none;
    background-image: none;
    color: #515151;
}

.woocommerce .btn-outline-secondary{
  box-shadow: none;  
  font-weight: bold;  
  border: 1px solid #ccc;
}

.quantity_group .btn-outline-secondary{
  width: 40px;
}

.woocommerce .btn-outline-secondary:hover{
   background-color: #ff9f00;
   color:#fff;
     border: 1px solid #ff9f00;
}

.woocommerce #content div.product div.summary, 
.woocommerce div.product div.summary, 
.woocommerce-page #content div.product div.summary, 
.woocommerce-page div.product div.summary{
  margin-top: 0;
}

.woocommerce .reset_variations{
  display:none;
}

#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
    background: transparent;
    border-radius: 5px;
}

 .woocommerce-checkout #payment ul.payment_methods,.woocommerce-terms-and-conditions-wrapper{
  display: none;
 }

.woocommerce a.button.product_type_variable, .woocommerce a.button.add_to_cart_button{
  width: 100%;
}

.woocommerce a.button.product_type_variable i, .woocommerce a.button.add_to_cart_button i{
  margin-right: 10px;
}

.woocommerce ul.products li.product .woocommerce-loop-category__title, 
.woocommerce ul.products li.product .woocommerce-loop-product__title, 
.woocommerce ul.products li.product h3{
  font-family: 'Muli',sans-serif;
}

.woocommerce ul.products li.product .price{
    color: #ff0000;
    display: block;
    font-weight: 600;
    margin-bottom: .5em;
    font-size: 1em;
    margin-top: 15px;
}

.woocommerce ul.products li.product .price .woocommerce-Price-amount.amount{
  border-top: 1px solid #000;
  padding-top: 10px;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
    display: inline-block;
    height: 50px;
    font-size: 1rem;
}

 .woocommerce.single-product ul.products li.product .woocommerce-loop-product__title {
  height: 70px;
}

/* Tickets woocommerce 115333 , 68511*/

#product-68511 .price,
#product-115333 .price{
  display: none;
}



#product-68511  .single_variation_wrap .price,
#product-115333  .single_variation_wrap .price{
  display: block;
}

#product-68511 .reset_variations,
#product-115333 .reset_variations{
  display: none !important;
}

#product-68511  .variations,
#product-115333  .variations{
  margin: 10px 0 0 0;
}

#product-68511 .variations label,
#product-68511 .single_variation_wrap label,
#product-115333 .variations label,
#product-115333 .single_variation_wrap label
{
  font-weight: bold;
  font-size: 15px;
}

#product-68511 .single_variation_wrap label,
#product-115333 .single_variation_wrap label{
  width: 100%;
}

#product-68511 .single_variation_wrap .woocommerce-input-wrapper,
#product-115333 .single_variation_wrap .woocommerce-input-wrapper{
  width: 100%;
}

#product-68511  .input-group.quantity_group,
#product-68511 .single_add_to_cart_button,
#product-115333  .input-group.quantity_group,
#product-115333 .single_add_to_cart_button{
  margin-top: 20px;
}

#product-68511 .product_meta,
#product-115333 .product_meta{
  display:none;
}

/* Tickets */
.ticket-orders fieldset{
  border:none;
}

#tour_banner{
/*   aspect-ratio: 1997/541; */
}

.tour_widget {
    position: relative;
    height: 100%;
    aspect-ratio: 1997 / 541;
    display: flex;
    align-items: center;
    justify-content: end;
}

.tour_widget .trapezoid{
    background: url(images/buytick_bkg.png) no-repeat;
    position: absolute;
    right: 0;
    top: 30px;
    color: #fff;
    padding: 30px 40px 30px 120px;
    font-size: 25px;
    line-height: 28px;
    transition: all 0.4s;
}

.tour_widget .trapezoid strong{
  text-transform: uppercase;
}

.tour_widget .trapezoid:hover{
  color:#222;
}

.tour_widget #tour_btns{
/* 	position:absolute;
	right:0;
	top:clamp(10px, 20%, 3vw); */
	display: flex;
    flex-direction: column;
}

#tour_btns .backstage_btn_1 img,
#tour_btns .backstage_btn_2 img{
	height:80px;
	margin-bottom:8px;
	transition: all 0.3s;
}

#tour_btns .backstage_btn_1 img:hover,
#tour_btns .backstage_btn_2 img:hover{
	height:82px;	
}

#tour_btns .backstage_btn_1 img:hover{
	margin-bottom:6px;
}

#tour_btns a{
	display: block;
}

@media screen and (max-width: 767px) {
  #masthead .navbar-nav > li > a {
    padding-bottom: 0.938rem;
    padding-top: 0.938rem;
  }
}
/*--------------------------------------------------------------
# Media Query
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Notebook
--------------------------------------------------------------*/
@media only screen and (max-width: 1280px) {
  html {
    font-size: 95%;
  }


}

@media screen and (max-width: 1199px) {
  .navbar-dark .dropdown-item {
    color: #fff;
  }
  .navbar-nav .dropdown-menu {
    background: transparent;
    box-shadow: none;
    border: none;
  }

  header#masthead{
    background-color: rgb(5, 5, 5, 0.9);
    border: none;
  }

  .container{
    max-width: 100%;
  }

  .album_description_1 .h2, 
  .album_description_1 h3,
  .album_description_1 .btn-white{
    margin-top: 30px;
  }
}


/*--------------------------------------------------------------
## Netbook
--------------------------------------------------------------*/
@media only screen and (max-width: 1024px) {
  html {
    font-size: 90%;
  }
    .container{
    max-width: 100%;
  }

.woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product {
    width: 48%;
    float: left;
    clear: both;
    margin: 0 0 2.992em;
}

.woocommerce ul.products[class*=columns-] li.product:nth-child(2n), .woocommerce-page ul.products[class*=columns-] li.product:nth-child(2n) {
    float: right;
    clear: none!important;
}


}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 960px) {
  html {
    font-size: 85%;
  }
    .container{
    max-width: 100%;
  }
  .tour_widget .trapezoid {
   
      right: 0;
      top: auto;
      bottom: -73px;
      color: #fff;
      padding: 10px 10px 10px 60px;
      font-size: 15px;
      line-height: 24px;
     
  }
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 768px) {
  html {
    font-size: 80%;
  }
    .container{
    max-width: 100%;
  }

  #custom_html-7{
    text-align: center;
  }

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

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

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

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

.backstage_form  .wpcf7-form-control-wrap{
  margin-bottom: 10px;
}

.backstage_form a.btn-alt.btn-primary{
  height: auto;
  margin-top: 10px;
}
	
.tour_widget #tour_btns{
	top: auto;
	bottom:-40px;
}
	
.tour_widget>img{
	filter: brightness(0) saturate(100%)
	}

}

@media only screen and (max-width: 767px) {
  .tape_bkg .text-left, .tape_bkg .text-right{
    text-align: center !important;
  }


}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 480px) {
  html {
    font-size: 75%;
  }
    .woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product {
    width: 100%;
    float: left;
    clear: both;
    margin: 0 0 2.992em;
  }

  .woocommerce ul.products li.product .woocommerce-loop-product__title,
  .woocommerce ul.products  li.product-type-variable.product .woocommerce-loop-product__title {
    height: auto;
    font-size: 1.2rem;
  }
}

/* Presets overrides */

@media (min-width: 1280px) {
  .container {
    max-width: 1280px;
  }
}