/*=========== Reset all elements ===========*/
p,h1,h2,h3,h4,h5,h6,ul{
  padding:0;
  margin:0;
}
@import url(https://fonts.googleapis.com/css?family=Lora:400,700);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700);
@import url(https://fonts.googleapis.com/css?family=Fondamento:400,400i);
@import url(https://fonts.googleapis.com/css?family=Spinnaker);

body{
  font-family:'Lora', serif;
  font-size:14px;
  color:#1a1e23;
  line-height: 1.75;
}
a{
  text-decoration: none;
  color:#997b53;
  border:none;
  outline: none;
}
a:hover,a:active, a:focus{
  text-decoration: none;
  color:#957b54;
}
a, a:active, a:focus,
button, button:focus, button:active,
.btn, .btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn.focus:active, .btn.active.focus {
    outline: none;
    outline: 0;
}
a:link {text-decoration: none;}
a img {outline : none;}
a img:hover, a img:active, a img:focus {
  outline: none;
  -moz-outline-style: none;
}
a[href^=tel] {
  color: inherit;
  text-decoration: none;
}
img{
  display: block;
  max-width: 100%;
  height: auto;
  border:0;
}
.logo.navbar-btn.pull-left {
    width: 130px;
    padding-right: 0;
}

ul{
  list-style-type: none;
}
.phone-no, .phone-no a{
  color: #fff;
}
/*----- Button Styles -----*/
.hvr-sweep-to-right:before{
  background: #957b54;
}
.btn-transparent-bg{
  background: transparent;
  border: 1px solid #997b53;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  padding:6px 20px;
}
.btn-white-bg{
  background: #fff;
  border: 1px solid #997b53;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  padding:6px 20px;
}
.btn-artist-top{
  background: transparent;
  border: 1px solid #997b53;
  -webkit-border-radius: 0;
  border-radius: 0;
  padding:10px 30px;
}
/*----- Animation Effect -----*/
/* Zoom in Keyframes */
@-webkit-keyframes zoomin {
  0% {-webkit-transform: scale(1);transform: scale(1);}
  50% {-webkit-transform: scale(1.1);transform: scale(1.1);}
  100% {-webkit-transform: scale(1.2);transform: scale(1.2);}
}
@keyframes zoomin {
  0% {-webkit-transform: scale(1);transform: scale(1);}
  50% {-webkit-transform: scale(1.1);transform: scale(1.1);}
  100% {-webkit-transform: scale(1.2);transform: scale(1.2);}
} /*End of Zoom in Keyframes */

@-webkit-keyframes zoomout {
  0% {-webkit-transform: scale(1.2);transform: scale(1.2);}
  50% {-webkit-transform: scale(1.2);transform: scale(1.2);}
  100% {-webkit-transform: scale(1.2);transform: scale(1.2);}
}

@keyframes zoomout {
  0% {-webkit-transform: scale(1.2);transform: scale(1.2);}
  50% {-webkit-transform: scale(1.2);transform: scale(1.2);}
  100% {-webkit-transform: scale(1.2);transform: scale(1.2);}
} /*End of Zoom out Keyframes */

.bubble {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 10s;
  -o-transition: all 10s;
  transition: all 10s;
}
.bubble.animate {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
/*----- Scrollbar Style -----*/

::-webkit-scrollbar-track
{
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
  background-color: #F5F5F5;
  -webkit-overflow-scrolling: auto;
}

::-webkit-scrollbar
{
  width: 6px;
  background-color: #F5F5F5;
  -webkit-overflow-scrolling: auto;
}

::-webkit-scrollbar-thumb
{
  background-color: #ccc;
}
/*=========== Common CSS Start ===========*/
/*----- Block Title Start -----*/
.path-frontpage h2.block-title{
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 25px;
  font-size: 37px;
}
h2.block-title{
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 20px;
  font-size: 24px;
}
.view-all{
  text-align: center;
}
.more-link{
  margin:10px 0 ;
  text-align: center;
}
.more-link .btn{
  padding:2px 20px;
}
.page-header, .prod-listing-desc, .prod-listing-desc-fluet{
  border-bottom: none;
  font-family: 'Fondamento', cursive;
  font-style: italic;
  font-weight: normal;
  color: #3d3d3d;
  text-align: center;
  font-size: 32px;
}
.prod-listing-desc-fluet {
  font-size: 25px;
  margin-bottom: 20px;
}
.prod-listing-desc {
  color: #f7f7f7;
  font-size: 25px;
  margin-bottom: 20px;
}
.context-products-elegante-primo .prod-listing-desc {
  color: #000;
}
.product-details-bg .page-header{
  color: #f7f7f7;
}
.page-subtitle{
  font-family: 'Spinnaker', sans-serif;
  font-size:16px;
  text-transform: uppercase;
  text-align: center;
  display: block;
  font-style:normal;
}
.r-more{
  margin:10px 0;
}
/*----- Owl Carousel -----*/
.owl-dots{
  display: none;
}
.owl-prev, .owl-next{
  position: absolute;
  top: 50%;
}
.owl-prev{
  left: 0;
}
.owl-next{
  right: 0;
}
.owl-stage-outer{
  margin: 0 15px;
}
.owl-prev i, .owl-next i{
  font-size: 30px;
  color:#997b53;
}
/*=========== Header Start ===========*/
/*----- Main Navigation Start -----*/
.navbar-btn {
  margin-top: 8px;
  margin-bottom: 0;
}
.navbar-custom {
  background-color: rgba(0,0,0,0.8);
  border-bottom: 1px solid #997b53;
  -webkit-transition: ease .3s;
  -o-transition: ease .3s;
  transition: ease .3s;
}
.navbar-custom .navbar-collapse {
  border-color: #997b53;
}
.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border: none;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-custom .nav li a {
  font-weight: 400;
  letter-spacing: 1px;
  color: #997b53;
}
.navbar-custom .nav li a:hover,
.navbar-custom .nav li a:focus {
  color: #fff;
  outline: none;
}

.navbar-custom .navbar-nav > .active > a {
  -webkit-border-radius: 0;
  border-radius: 0;
  color: #fff;
}

.navbar-custom .navbar-nav > .active > a:hover,
.navbar-custom .navbar-nav > .active > a:focus {
  color: #957b54;
}
.navbar-custom .navbar-nav > .open > a,
.navbar-custom .navbar-nav > .open > a:hover,
.navbar-custom .navbar-nav > .open > a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-fixed-top .navbar-collapse {
  max-height: inherit;
}

.navbar-custom.scrolled-menu{
  background:rgba(0,0,0,0.8);
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus{
  background: transparent;
}
/*.navbar-custom.scrolled-menu .nav li a:hover,
.navbar-custom.scrolled-menu .nav li a:focus,
.navbar-custom.scrolled-menu .navbar-nav > .active > a{
  color:#997b53;
}*/
/*---- Submenu ----*/
.navbar-custom .nav li:first-child .dropdown-menu {
  min-width: 233px;
}
.dropdown-menu {
  position: absolute;
  top: 58px;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 190px;
  padding: 0;
  margin: 6px 0 0;
  font-size: 13px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: none;
  border: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}
.dropdown-menu > li > a {
  line-height: 1;
  color: #333 !important;
  white-space: nowrap;
  padding:10px 20px;
}
.dropdown-menu > li > a:hover{
  color: #957b54 !important;
  background: transparent;
}
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff !important;
  background-color: #957b54;
}
/*---- navbar icon change ----*/
.navbar-toggle .icon-bar {
  /*width: 20px;*/
  background: transparent;
  -webkit-transition: .5s ease;
  -o-transition: .5s ease;
  transition: .5s ease;
}
.navbar-toggle.collapsed .icon-bar:nth-child(2){
  -webkit-transform: rotate(0)translateY(0)translateX(0);
  -ms-transform: rotate(0)translateY(0)translateX(0);
  transform: rotate(0)translateY(0)translateX(0);
}
.navbar-toggle.collapsed .icon-bar:nth-child(3){opacity:1}
.navbar-toggle.collapsed .icon-bar:nth-child(4){
  -webkit-transform:rotate(0)translateY(0)translateX(0);
  -ms-transform:rotate(0)translateY(0)translateX(0);
  transform:rotate(0)translateY(0)translateX(0);
}
.navbar-toggle .icon-bar:nth-child(2){
  -webkit-transform: rotate(-45deg)translateY(5px)translateX(-5px);
  -ms-transform: rotate(-45deg)translateY(5px)translateX(-5px);
  transform: rotate(-45deg)translateY(5px)translateX(-5px);
}
.navbar-toggle .icon-bar:nth-child(3){opacity: 0}
.navbar-toggle .icon-bar:nth-child(4){
  -webkit-transform:rotate(45deg)translateY(-4px)translateX(-3px);
  -ms-transform:rotate(45deg)translateY(-4px)translateX(-3px);
  transform:rotate(45deg)translateY(-4px)translateX(-3px);
}
/*----- Home Page Slider Start -----*/
.path-frontpage header{
  height: 588px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .main-slider {
     -webkit-transform: rotate(0.0001deg);
     -ms-transform: rotate(0.0001deg);
     transform: rotate(0.0001deg);
  }
}
_:-ms-lang(x), .main-slider {
   -ms-transform: rotate(0.0001deg);
   transform: rotate(0.0001deg);
}
_:-ms-lang(x), header {
   -ms-transform: rotate(0.0001deg);
   transform: rotate(0.0001deg);
}
.header-slider{
  width: 100%;
  height: 100%;
  position: absolute;
  top:0;
  left:0;
  overflow:hidden;
  z-index: 500;
}
.home-slider{
  position: relative;
  height: 588px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-animation: zoomin 25s ease-in infinite;
  animation: zoomin 25s ease-in infinite;
  -webkit-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}
.slider-text{
  width: 100%;
  height: 100%;
  border:1px solid #fff;
}
.slider-text p{
  width: 80%;
  font-size: 36px;
  text-transform: uppercase;
  color: #997b53;
  text-align: center;
  position: absolute;
  top:50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.slider-text p img{
  max-width: 323px !important;
  height: 123px !important;
}
.flexslider{
  border:none;
  margin-bottom: 0;
  overflow:hidden;
}
.flex-direction-nav a{
  height: 50px;
}
.flex-direction-nav a:before{
  color: #fff !important;
  font-size: 36px;
}
/*----- Page Banner Start -----*/
header{
  text-align: center;
  height: 365px;
  position: relative;
  overflow:hidden;
}
/*.header-bg{
  width: 100%;
  height: 100%;
  position: absolute;
  top:0;
  left:0;
  overflow:hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-animation: zoomin 10s ease-in infinite;
  animation: zoomin 10s ease-in infinite;
  -webkit-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  overflow: hidden;
  z-index: 500;
}*/

header .page-banner{
  height: 365px;
  text-align: center;
  position: relative;
  margin-bottom: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  /*-webkit-animation: zoomin 10s ease-in forwards;
  animation: zoomin 10s ease-in forwards;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;*/
}
header .intro-text{
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 550;
}

header.page-banner .intro-text{
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 550;
  padding-top: 40px;
}

header .intro-text .intro-heading {
  font-weight: normal;
  font-size: 50px;
  line-height: 50px;
  margin-bottom: 25px;
  /*text-transform: uppercase;*/
  color: #997B53;
  font-family: 'Fondamento', cursive !important;
  font-style: italic !important;
  text-shadow: 3px 3px 3px #939190;
}

header.page-banner .intro-text .intro-heading{
  margin-bottom: 0;
  font-size: 50px;
  line-height: 32px;
  text-transform: capitalize;
}
/*----- Country Flag -----*/
.page-node-28 .after-header{
  padding-bottom: 10px !important;
}
.after-header{
  border-bottom: 1px solid #cecece;
  padding-bottom: 20px;
  margin-bottom: 50px;
}
.country-flags ul{
  float: right;
}
.country-flags li{
  display: inline-block;
  margin-right: 10px;
  width: 48px;
}
.country-flags li:last-child{
  margin-right: 0;
}
.before-content-fullwidth,.after-content-fullwidth{
  background: #f7f7f7;
  padding:50px 0;
}
_:-ms-lang(x), .country-flags li {
  width: 56px;
}
/*=========== Main Content Start ===========*/
.main-container, .product-container{
  padding:50px 0;
}
.path-frontpage .after-content{
  padding:0;
}
.after-content{
  padding:0 0 50px;
}
/*=========== Top Page Blocks Start ===========*/
#block-views-block-artist-carousel-block-1{
  margin-bottom: 50px;
}
/*=========== Top Page Speciality Block Start ===========*/
#block-views-block-our-speciality-block-1 h2.block-title{
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 25px;
  font-size: 37px;
  display: block;
  position: relative;
  width: 30%;
  margin: 0 auto 25px;
  padding-bottom: 10px;
}
#block-views-block-our-speciality-block-1 h2.block-title:before{
  bottom: 0;
  content: "";
  left: 5px;
  position: absolute;
  right: 0;
  border-bottom: 3px solid #997b53;
  width: 55px;
}
/*=========== Top Page Products Block Start ===========*/
#block-views-block-products-products-block .product-grid{
  margin-bottom: 15px;
}
#block-views-block-products-products-block .product-grid .thumbnail{
  border:none;
  background: transparent;
}
#block-views-block-products-products-block .product-image{
  margin-bottom: 20px;
}
#block-views-block-products-products-block .product-desc{
  text-align: center;
  height: 60px;
}
#block-views-block-products-products-block .product-title h3{
  text-align: center;
  font-size: 20px;
  margin:15px 0 5px;
}
#block-views-block-products-block-1 h3{
  text-align: center;
}
#block-views-block-products-block-1 .prod-carousel-desc{
  margin-bottom: 10px;
}
.product-image{
  overflow:hidden;
}
.product-image img{
  -webkit-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
.product-image:hover img{
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
/*=========== Top Page Artists Block Start ===========*/
.about-slider{
  margin-bottom: 30px;
}
#block-views-block-artist-carousel-block-1 .owl-item {
  margin-right: 0;
  padding:0 5px;
}
#block-views-block-artist-carousel-block-1 .thumbnail{
  border:none;
  padding:0;
}
#block-views-block-artist-carousel-block-1 .caption{
  padding: 15px;
  text-align: center;
}
#block-views-block-artist-carousel-block-1 .artist-car-desc{
  text-align: left;
  height: 120px;
  margin-bottom: 10px;
}
#block-views-block-artist-carousel-block-1 .owl-item:nth-child(even) .caption{
  background: #f7f7f7;
}
#block-views-block-artist-carousel-block-1 .owl-wrapper{
  margin-bottom: 30px;
}
.hvr-sweep-to-right:hover a{
  color: #fff;
}
#block-views-block-artist-carousel-block-1 h5{
  margin-bottom:15px;
}
#block-views-block-artist-carousel-block-1 h5 a{
  color: #1a1e23;
  font-weight: bold;
}
/*#block-views-block-artist-carousel-block-1 .owl-prev,
#block-views-block-artist-carousel-block-1 .owl-next{
  top: 25%;
}*/
.artists-carousel-wrapper-view {
  margin: 10px;
}
#block-views-block-artist-carousel-block-1 .owl-item:nth-child(even) .artist-details{
  background: #f7f7f7;
}
.artists-carousel-wrapper-view {
  margin: 10px;
}
.artists-carousel-wrapper-view .artist-details{
  padding:10px 15px;
}
.artists-carousel-wrapper-view h5{
  margin:10px 0;
  text-align: center;
}
.all-artists{
  text-align: center;
}
.owl-next:after {
   font-family: FontAwesome;
   font-size: 40px;
   display: inline-block;
   content: '\f105';
   position: absolute;
   /*right: -15px;*/
   right: -26px;
   bottom: 0;
   top: 0;
   margin: auto;
   height: 70px;
}

.owl-prev:before {
   font-family: FontAwesome;
   font-size: 40px;
   display: inline-block;
   content: '\f104';
   color: #997b53;
   position: absolute;
   /*left: -15px;*/
   bottom: 0;
   right: 32px;
   top: 0;
   margin: auto;
   height: 70px;
}
.owl-theme .owl-controls .owl-buttons div {
   color: #997b53;
   background: transparent;
}
.artists-carousel-wrapper {
  margin-bottom: 95px;
}
/*=========== Top Page News Block Start ===========*/
#block-views-block-news-news-block h2.block-title{
  text-transform: capitalize;
}
#block-views-block-news-news-block .news-row{
  padding: 10px 0;
  border-bottom: 1px solid #ccc;
  width: 48.3%;
  margin-bottom: 10px;
}
#block-views-block-news-news-block .news-row:nth-child(odd){
  margin-right: 25px;
}
#block-views-block-news-news-block .news-image{
  float: left;
  margin-right: 15px;
  margin-bottom: 30px;
}
#block-views-block-news-news-block .news-image img{
  margin: 0 auto;
}
/*#block-views-block-news-news-block .news-row:last-child{
  border-bottom: none;
}*/
#block-views-block-news-news-block .news-details h5{
  font-weight: bold;
}
#block-views-block-news-news-block .news-details .news-date{
  margin:5px 0;
}
#block-views-block-news-news-block .read-more{
  text-align: right;
  margin:5px 0;
}
#block-views-block-news-news-block .read-more a.more-link:after{
  content: "\f105";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  padding-left: 5px;
}
/*=========== Product Details Page Start ===========*/
.product-details-bg{
  background: #1e1d1d;
}
.context-products-elegante-primo .product-details-bg{
  background: #ffffff;
}
.page-node-113 .product-details-bg {
  background: #1e1d1d;
}
.page-node-113 .prod-listing-desc {
  color: #f7f7f7;
}
.prod-model-details{
  margin-bottom: 80px;
}
.prod-detail-desc {
  text-align: center;
  margin-bottom: 87px;
  line-height 1.61;
  color: #f7f7f7;
}
.context-products-elegante-primo .prod-detail-desc {
  color: #000;
}
.context-products-elegante-primo .prod-p-desc p {
  color: #000;
}
.flute-details .prod-detail-desc {
  color:#3d3d3d;
}
.page-node-113 h5.mat-prod-title, .page-node-113 body, .page-node-113 #block-views-block-products-material-table-block-1 td, .page-node-113 #block-views-block-products-material-table-block-1 p, .page-node-113 #block-views-block-products-material-table-block-1 .block-title, .page-node-113 #block-views-block-products-ptitlelist-block .block-title, .page-node-113 #block-views-block-product-material-specific-block-model-specific .block-title, .page-node-113 article > .content p,
#block-views-block-products-material-table-block-1 td, .page-node-113 #block-views-block-products-material-table-block-1 p {
  color: #f7f7f7;
}
.page-node-113 .product-details-bg h2.block-title::before, .page-node-113 #block-views-block-product-material-specific-block-model-specific h2.block-title::before, .page-node-113 #block-views-block-products-ptitlelist-block h2.block-title::before {
  content: url("/themes/custom/pearlgaki/images/view-all.png");
}
.prod-model-details h4{
  color: #f7f7f7;
  font-size: 24px;
  text-align: center;
  margin-bottom: 44px;
}
.prod-model-details h4 > span.model-title{
  text-transform: uppercase;
}
.prod-model-details h4:before{
  content:url('../images/view-all.png');
  width: 19px;
  height: 19px;
  margin-right: 10px;
}
.flute-details .prod-model-details h4{
  color:#3d3d3d;
}
.flute-details .prod-model-details h4 > span.model-title{
  text-transform: uppercase;
}
.flute-details .prod-model-details h4:before{
  content:url('../images/view-all-dark.png');
  width: 19px;
  height: 19px;
  margin-right: 10px;
}
.product-model{
  margin-bottom: 100px;
}
.product-model h4{
  text-align: center;
  color: #997b53;
  font-size: 25px;
  margin-bottom: 44px;
}
.context-products-elegante-primo .product-model h4{
  color: #000;
}
.product-model h4:before{
  display: none;
}
.prod-model-desc{
  width: 70%;
  margin:0 auto 30px;
  text-align: center;
  color: #f7f7f7;
  font-size: 17px;
  line-height: 1.61;
}
.context-products-elegante-primo .prod-model-desc{
  color: #000;
}
.flute-details .prod-model-desc{
  color: #3d3d3d;
}
.prod-model-image img{
  margin:0 auto;
}
.page-node-113 .block.block-pearl-gakki.block-instrumentwize-artists.clearfix,
.page-node-107 .block.block-pearl-gakki.block-instrumentwize-artists.clearfix{
  display: none;
}


/*---- Product Parts ----*/
.prod-parts-desc{
  font-family:'Lora', serif;
  line-height: 1.61;
}
.pp-img img{
  width: 100%;
  height: 100%;
}
.flute-details .prod-parts-desc{
  /*background: #f1f1f1;*/
}
.prod-parts-desc h4{
  font-size: 21px;
  color: #997b53;
  margin-bottom: 15px;
  line-height: 1.19;
  font-family:'Lora', serif !important;
}
.context-products-elegante-primo .prod-parts-desc h4{
  color: #000;
}
.prod-parts-desc h4:before{
  display: none;
}
.prod-p-desc{
  font-weight: 400;
  font-size: 14px;
  color: #f7f7f7;
  line-height: 1.175;
  font-family:'Lora', serif;
  width: 80%;
  margin-left: 60px;
}
.flute-details .prod-p-desc{
  font-weight: 400;
  font-size: 13px;
  color: #727171;
  width: 80%;
  margin-left: 60px;
}
.prod-parts-image{
  padding: 0;
}
.context-products-elegante-primo #block-views-block-products-ptitlelist-block .product-grid a,
.context-products-elegante-primo #block-views-block-products-ptitlelist-block .product-grid a:hover {
  color: #000;
}
_:-ms-lang(x), _:-ms-fullscreen, .prod-parts-image img{
  width: 100%;
  height: auto;
}
/*----- Products / Models List -----*/
.product-details-bg h2.block-title{
  color: #fff;
  margin-bottom: 44px;
}
.context-products-elegante-primo .product-details-bg h2.block-title{
  color: #000;
}
.flute-details h2.block-title{
  color: #3d3d3d;
  margin-bottom: 44px;
}
#block-views-block-products-ptitlelist-block h2.block-title:before,
#block-views-block-flute-material-block-flute-mat-spec-block h2.block-title:before{
  content:url('../images/view-all.png');
  width: 19px;
  height: 19px;
  position: relative;
  left: -30px;
  top: 2px;
}
.context-products-elegante-primo #block-views-block-flute-material-block-flute-mat-spec-block h2.block-title:before, 
.context-products-elegante-primo #block-views-block-products-ptitlelist-block h2.block-title:before {
  content:url('../images/view-all-dark.png');
}
.flute-details #block-views-block-products-ptitlelist-block h2.block-title:before,
.flute-details #block-views-block-flute-material-block-flute-mat-spec-block h2.block-title:before{
  content:url('../images/view-all-dark.png');
  width: 19px;
  height: 19px;
  position: relative;
  left: -30px;
  top: 2px;
}
#block-views-block-products-ptitlelist-block .product-grid {
  width: 18.2%;
  background: rgba(195,152,109,0.1);
  margin: 10px;
  text-align: center;
  color: #997b53;
  line-height: 1;
  padding: 20px 0;
}
.flute-details #block-views-block-products-ptitlelist-block .product-grid {
  background: rgba(208,130,60,0.1);
}
#block-views-block-products-ptitlelist-block .product-grid:hover{
  background: rgba(149,123,84,0.3);
  cursor:pointer;
}
.flute-details #block-views-block-products-ptitlelist-block .product-grid:hover{
  background: rgba(149,123,84,1);
  color: #fff;
  cursor: pointer;
}
.flute-details #block-views-block-products-ptitlelist-block .product-grid:hover a{
  color: #fff;
}
#block-views-block-products-ptitlelist-block .product-grid.active,
.flute-details #block-views-block-products-ptitlelist-block .product-grid.active
{
  background: #997b53;
}
#block-views-block-products-ptitlelist-block .product-grid.active a,
.flute-details #block-views-block-products-ptitlelist-block .product-grid.active a
{
  color:#fff;
}
/*---- Material Specific Block ----*/
h5.mat-prod-title{
  color: #3d3d3d;
  padding-bottom: 3px;
  border-bottom: 1px solid #f7f7f7;
  margin-bottom: 10px;
}
.color-details{
  padding-left: 0;
}
.mat-details{
  padding:0;
}
.material-block{
  background: #fff;
  padding:30px 20px;
}
.material-block table{
  margin-top: 20px;
}
.material-block table>td{
  font-size: 14px;
  color:#f7f7f7;
  line-height: 1.61;
}
.material-block .table-striped > tbody > tr:nth-of-type(odd) {
  background-color: transparent;
}
.material-block .table-hover > tbody > tr:hover {
    background-color: transparent;
}
#block-views-block-flute-material-block-flute-mat-spec-block th,
#block-views-block-flute-material-block-flute-mat-spec-block td,
#block-views-block-flute-material-block-flute-model-det-block td,
#block-views-block-flute-material-block-flute-model-det-block th{
  text-align: left;
  white-space: nowrap;
}
.prod-mat-spec{
  margin-bottom: 15px;
}
.prod-mat-spec h5{
  position: relative;
}
.prod-mat-spec h5:before{
  content: "\f111";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  display: inline-block;
  font-size: 8px;
  position: absolute;
  top: 3px
}
.prod-mat-spec h5 .field--name-field-product-ms-title{
  display: inline-block;
  padding-left: 15px;
}
#block-views-block-products-material-table-block-1,
#block-views-block-flute-material-block-flute-model-det-block,
.views-element-container.contextual-region.block.block-views.block-views-blockproduct-material-specific-block-model-specific{
  margin-top: 110px;
}

#block-views-block-products-material-table-block-1 td,
#block-views-block-products-material-table-block-1 th{
  color: #fff;
  white-space: nowrap;
}

.context-products-elegante-primo #block-views-block-products-material-table-block-1 td,
.context-products-elegante-primo #block-views-block-products-material-table-block-1 th{
  color: #1A1E2B;
}

.context-products-cantabile #block-views-block-products-material-table-block-1 th {
	color: #f7f7f7;
}
#block-views-block-products-material-table-block-1 .table-striped > tbody > tr:nth-of-type(odd),
#block-views-block-flute-material-block-flute-model-det-block > tbody > tr:nth-of-type(odd){
  background-color: transparent;
}
#block-views-block-products-material-table-block-1 .table-striped > tbody > tr:hover,
#block-views-block-products-material-table-block-1 .table-striped > tbody > tr:focus,
#block-views-block-flute-material-block-flute-model-det-block > tbody > tr:focus,
#block-views-block-flute-material-block-flute-model-det-block > tbody > tr:hover{
  background: transparent;
}
#block-views-block-products-material-table-block-1 .table-striped > tbody > tr,
#block-views-block-flute-material-block-flute-model-det-block > tbody > tr{
  border-bottom:1px solid #ddd;
}
#block-views-block-products-material-table-block-1 .footer-table{
  padding:8px;
  color:#fff;
  text-align: center;
}
#block-views-block-products-material-table-block-1 .table-responsive::-webkit-scrollbar, #block-views-block-products-material-table-block-1 .table-responsive::-webkit-scrollbar-thumb, #block-views-block-products-material-table-block-1 .table-responsive::-webkit-scrollbar-track {
visibility: visible !important;
display: block;
}
/*----- Material Specification Start -----*/
.handmade-material a{
  padding-left: 15px;
  padding-right: 15px;
  margin-right: 15px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 15px;
  color: #1a1e23;
  display: block;
}
.mat-color{
  margin-bottom: 2px;
}
.color-title{
  line-height: 1.4;
  vertical-align: middle;
}
.material-color{
  width: 15px;
  height: 15px;
  margin-right: 10px;
  padding:5px;
  display: inline-block;
  vertical-align: middle;
}
#block-views-block-product-material-specific-block-model-specific h2.block-title:before,
#block-views-block-flute-material-block-flute-mat-spec-block h2.block-title:before{
  content:url('../images/view-all.png');
  width: 19px;
  height: 19px;
  position: relative;
  left: -30px;
  top: 2px;
}
.context-products-elegante-primo #block-views-block-product-material-specific-block-model-specific h2.block-title:before {
  content:url('/themes/custom/pearlgaki/images/view-all-dark.png');
}
.context-products-elegante-primo #block-views-block-flute-material-block-flute-mat-spec-block h2.block-title:before{
  content:url('../images/view-all-dark.png');
}
.flute-details #block-views-block-product-material-specific-block-model-specific h2.block-title:before,
.flute-details #block-views-block-flute-material-block-flute-mat-spec-block h2.block-title:before{
  content:url('../images/view-all-dark.png');
  width: 19px;
  height: 19px;
  position: relative;
  left: -30px;
  top: 2px;
}
#block-views-block-product-material-specific-block-model-specific h2.block-title:after,
#block-views-block-flute-material-block-flute-mat-spec-block h2.block-title:after{
  content: "\f107";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  position: relative;
  left: 50px;
}
#block-views-block-product-material-specific-block-model-specific h2.block-title:hover{
  cursor: pointer;
}
.material-block{
  display: block;
}
.color-mat-image img{
  width: 50%;
  height: auto;
}
/*=========== Artist Listing Page Start ===========*/
.context-artists .before-content{
  background:#1e1d1d;
}
#block-views-block-artists-listing-block-1 h3{
  clear: both;
  color: #997b53;
  padding-bottom: 10px;
  border-bottom: 1px solid #f7f7f7;
  margin:0 10px 20px;
  padding-top: 30px;
}
#block-views-block-artists-listing-block-1 .artists-list{
  padding:10px;
}
#block-views-block-artists-listing-block-1 .artist-image img{
  margin:0 auto;
}
#block-views-block-artists-listing-block-1 .artist-name{
  background:#e7e7e7;
  text-align: center;
  width: 100%;
  color: #535353;
  margin:10px 0;
}
#block-views-block-artists-listing-block-1 .artist-name a{
  color:#535353;
  display: block;
  padding: 10px 0;
}
/*=========== Artist Detail Page Start ===========*/
.artist-short-details{
  padding: 30px 0;
  border-top: 1px solid #f7f7f7;
}
.artist-short-details .row{
  margin-bottom: 15px;
}
.a-details h4{
  border-bottom: 1px solid #f7f7f7;
  padding-bottom:5px;
}
.a-desc{
  margin-bottom: 30px;
}
.artist-desc .a-label{
  text-align: left;
  font-weight: bold;
  padding-left: 0;
}
.artist-desc .a-label:after {
  content: ':';
  position: absolute;
  right: 0;
  top: 0;
}
.artist-desc .a-value h4{
  vertical-align: middle;
  color: #997b53;
  font-size: 17px;
  padding-top: 2px;
}
.artist-desc .a-profile .a-label{
  font-weight: normal;
  font-size: 16px;
  padding-bottom: 3px;
  border-bottom: 1px solid #f7f7f7;
  text-align: left;
  padding-left:0;
  margin-bottom: 10px;
}
.a-profile .a-label:after{
  display: none;
}
.artist-desc .a-profile .a-value{
  padding-left:0;
}
.artist-desc .a-profile .a-value p{
  margin-bottom: 10px;
}
.a-movie iframe{
  width: 100% !important;
  height: auto !important;
}
.a-movie .video-file{
  margin-bottom: 15px;
}
.a-movie,.a-music{
  margin-top:20px;
}
.a-movie h3,.a-music h3{
  padding-bottom: 5px;
  border-bottom: 1px solid #f7f7f7;
  margin-bottom: 15px;
}
.a-music .music-item label{
  display: none;
}
.a-music .voice-file .music-item audio{
  background: #fff !important;
  width: 100% !important;
  border:1px solid #f7f7f7;
  padding:15px 10px 8px;
  margin-bottom: 20px;
  min-height: 50px;
}
_::-webkit-full-page-media, _:future, :root audio{
  height: 100px;
}
/*----- Artist Photo Slider -----*/
.artist-img-slider{
  margin-bottom: 20px;
}
.artist-img-slider .owl-nav{
  display: none;
}
.artist-img-slider .owl-stage-outer{
  margin: 0;
}
.artist-img-slider-thumbs button.owl-thumb-item {
  width: 30.9%;
  margin-right: 5px;
  background: transparent;
  padding:0;
  border:none;
}
.artist-img-slider-thumbs button.owl-thumb-item:last-child{
  margin-right: 0;
}
.artist-img-slider-thumbs button.owl-thumb-item img{
  width: 100%;
  height: auto;
}

/*----- Artist Navigation -----*/
#block-pearlgaki-flippyblock{
  margin-top: 30px;
  padding-top:20px;
  border-top: 1px solid #f7f7f7;
}
ul.flippy li{
  padding:10px 0;
}
#block-flippyblock-2{
  margin-right: -15px;
  margin-left:-15px;
}
#block-pearlgaki-flippyblock li.flippy-next,
#block-flippyblock-2 li.flippy-next{
  float: right;
  margin: 10px 0;
}
#block-pearlgaki-flippyblock li.flippy-next a,
#block-flippyblock-2 li.flippy-next a{
  background: transparent;
  padding: 10px 10px 10px 35px;;
  color: #997b53;
  border:1px solid #997b53;
  width: 123px !important;
}
#block-pearlgaki-flippyblock li.flippy-next a:after,
#block-flippyblock-2 li.flippy-next a:after{
  content: "\f105";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  position: relative;
  right: 0;
  margin-left: 25px;
}
#block-pearlgaki-flippyblock li.flippy-previous,
#block-flippyblock-2 li.flippy-previous{
  float: left;
  margin: 10px 0;
}
#block-pearlgaki-flippyblock li.flippy-previous a,
#block-flippyblock-2 li.flippy-previous a{
  background: transparent;
  padding: 10px 15px 10px 10px;;
  color: #997b53;
  border:1px solid #997b53;
  width: 123px !important;
}
#block-pearlgaki-flippyblock li.flippy-previous a:before,
#block-flippyblock-2 li.flippy-previous a:before{
  content: "\f104";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  position: relative;
  left: 0;
  margin-right: 25px;
}
#block-artisttop {
  text-align: center;
  position: absolute;
  bottom: 12px;
}
/*----- Artist Playing Instruments Block Start -----*/
.artist-playing-instru h5{
  text-align: center;
  margin-top: 20px;
}
.artist-playing-instru h5 a{
  font-size: 16px;
  color:#997b53;
  line-height: 1.61;
  font-weight: 600;
}
.artist-playing-instru .ap-image img{
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}

#block-instrumentwiseartists .owl-carousel .owl-wrapper-outer{
  padding:25px 0;
}
#block-instrumentwiseartists .owl-item{
  padding:0 10px;
}
.artist-playing-header h2{
  color: #f7f7f7;
  font-size: 24px;
  text-align: center;
  margin-bottom: 44px;
}
.context-products-elegante-primo .artist-playing-header h2{
  color: #000;
}
.artist-playing-header h2:before{
  content: url(../images/view-all.png);
  width: 19px;
  height: 19px;
  margin-right: 10px;
}
.context-products-elegante-primo .artist-playing-header h2:before{
  content: url(../images/view-all-dark.png);
}
.flute-details .artist-playing-header h2:before{
  content: url(../images/view-all-dark.png);
  width: 19px;
  height: 19px;
  margin-right: 10px;
}
#block-instrumentwiseartists{
  margin-bottom: 63px;
  margin-top: 96px;
}
/*#block-instrumentwiseartists .ap-image img{
  -webkit-border-radius: 100%;
  border-radius: 100%;
}*/
/* only for handmade opera */
/* suggested by Kurumisawa san */
/* css added by Maithili */
.page-node-63 .table-responsive {
  display: none;
}
.promod-img-underline {
  color: #f7f7f7;
  /*text-align: center;*/
  width: 540px;
}
.promod-img-underline .promod-img-underline {
  color: #000;
}
.prod-model-details .field--item:last-child hr.promod-img-underline {
  display: none;
}
.page-node-100 table .views-field.views-field-field-key-style > a, .page-node-100 table .views-field.views-field-field-footioint > a, .page-node-100 table .views-field.views-field-field-g-key > a,
.page-node-101 table .views-field.views-field-field-key-style > a, .page-node-101 table .views-field.views-field-field-footioint > a, .page-node-101 table .views-field.views-field-field-g-key > a,
.page-node-102 table .views-field.views-field-field-key-style > a, .page-node-102 table .views-field.views-field-field-footioint > a, .page-node-102 table .views-field.views-field-field-g-key > a,
.page-node-103 table .views-field.views-field-field-key-style > a, .page-node-103 table .views-field.views-field-field-footioint > a, .page-node-103 table .views-field.views-field-field-g-key > a,
.page-node-104 table .views-field.views-field-field-footioint > a,
.page-node-105 table .views-field.views-field-field-footioint > a {
  color: #1a1e23;
}
.page-node-112 .intro-heading, .page-node-type-products .intro-heading, .page-node-type-flutes .intro-heading {
  text-shadow: 3px 3px 3px #939190;
  font-size: 50px;
  color: #baa45f;
}
.page-node-type-products .intro-heading, .page-node-type-flutes .intro-heading {
  font-family: 'Fondamento', cursive !important;
  font-size: 55px;
  font-style: italic !important;
}
.page-node-type-products .intro-heading {
  text-shadow: 3px 3px 3px #2d2d2d;
}

/*=========== News Listing Page Start ===========*/
#block-views-block-news-listing-block-1{
  margin:0 -15px;
}
#block-views-block-news-listing-block-1 .news-list-image img{
  width: 100%;
}
.context-news .main-container{
  padding:10px 0;
}
/*----- Top News block -----*/
#block-views-block-top-news-block-1{
  margin:40px 0 20px;
}
.top-news{
  display: -webkit-box;
  display: -ms-flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.top-news .banner-image {
  float: right;
  width: -webkit-calc(55% - 20px);
  width: calc(55% - 20px);
  margin-left: 20px;
}
.top-news .banner-image img {
  width: 100%;
  height: 100%;
}
.top-news .news-list-banner-wrap {
  position: relative;
  float: left;
  width: 45%;
  padding: 20px;
  background-color: #f7f7f7;
}
.top-news .news-list-banner-wrap .created-date {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  margin-top: 15px;
  margin-left: -10px;
  padding: 10px 20px;
  background-color: #997b53;
  color: #FFF;
}
.top-news .news-list-banner-wrap .created-date:after {
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
  display: inline-block;
  height: 10px;
  width: 10px;
  margin: 0 0 -10px;
  background-image: url(../images/titile-bottom-arrow.png);
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  background-repeat: no-repeat;
  content: '';
}
.top-news .news-list-banner-wrap .news-title {
  position: relative;
  display: inline-block;
  width: 100%;
  margin-bottom: 5px;
  padding: 45px 0 15px;
  color: #6e6e6e;
  font-size: 28px;
  line-height: 1.2;
  font-weight: bold;
}
.top-news .news-list-banner-wrap .news-title:after {
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
  display: inline-block;
  height: 1px;
  width: 80px;
  background-color: #333;
  content: '';
}
.top-news .news-list-banner-wrap .news-body {
  display: inline-block;
  width: 100%;
  color: #3d3d3d;
  font-size: 16px;
  margin-bottom: 15px;
}
/*----- News List Block Start -----*/
.news-list-desc{
  background: #f7f7f7;
  text-align: center;
  padding:30px 20px;
  height: 137px;
}
.news-list-date{
  color:#997b53;
  font-size: 14px;
  margin-bottom: 5px;
}
.news-list-row {
  margin-bottom: 15px;
}
.news-list-desc .btn-transparent-bg{
  background:#fff;
}
/*.overlay {
  position: absolute;
  bottom: 100%;
  left: 15px;
  right: 0;
  background-color: rgba(0,0,0,0.7);
  overflow: hidden;
  width: -webkit-calc(100% - 30px);
  width: calc(100% - 30px);;
  height:0;
  -webkit-transition: .5s ease;
  -o-transition: .5s ease;
  transition: .5s ease;
}

.news-list:hover .overlay {
  bottom: 0;
  height: 100%;
}

.text {
  white-space: nowrap;
  color: white;
  font-size: 20px;
  position: absolute;
  overflow: hidden;
  margin-top: 15px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.text .btn-transparent-bg{
  border-color: #fff;
  color: #fff;
}*/
/*=========== News Details Page Start ===========*/
.news-details-image img{
  margin:15px auto;
  width: 100%;
}
.news-details-thumbnails{
  margin-bottom: 30px;
  margin-right: -10px;
  margin-left: -10px;
}
.news-details-date{
  margin-bottom: 20px;
  font-size: 18px;
}
.news-details-title{
  font-weight: bold;
  margin-bottom: 20px;
  font-size: 18px;
}
.news-details-desc{
  margin-bottom: 50px;
}
/*.news-thumbnails{
  -webkit-column-count: 7;
  -moz-column-count: 7;
  column-count: 7;
}*/
.news-thumb-col{
  margin-bottom: 20px;
  padding: 0 10px;
}
.news-thumb-img{
  border:1px solid #eee;
}
.news-thumb-img img{
  margin:0 auto;
}
/*----- Pagination -----*/
.pager-nav{
  clear: both;
}
.pagination > li > a, .pagination > li > span{
  margin:5px;
  border-color: #997b53;
  color:#997b53;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
  z-index: 3;
  color: #957b54;
  cursor: default;
  background:rgba(149,123,84,0.3);
  border-color: #957b54;
}
.pagination > li:first-child > a, .pagination > li:first-child > span {
  margin-left: 0;
  -webkit-border-top-left-radius: 0;
  border-top-left-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
}
.pagination > li:last-child > a, .pagination > li:last-child > span {
  -webkit-border-top-right-radius: 0;
  border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
}
.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
  z-index: 2;
  color: #957b54;
  background:rgba(149,123,84,0.3);
  border-color: #957b54;
}

/*----other css ----*/
#block-views-block-product-material-specific-block-model-specific-3{
  display: none;
}
/*=========== Footer Start ===========*/
footer{
  background: #1a1e23;
}
/****** Footer Top Start *****/
.footer-top{
  padding:10px 0;
}
/*----- Comp info Start -----*/
.footer-comp-info{
  color: #fff;
}
#block-pearlgaki-footerinformation{
  text-align: center;
}
#block-pearlgaki-footerinformation p.footer-block-title{
  color:#997b53;
  margin-bottom: 20px;
  line-height: 1;
}
#block-pearlgaki-footerinformation p.footer-company-name{
  margin-bottom: 20px;
  line-height: 1;
}
#block-pearlgaki-footerinformation p.footer-address{
  line-height: 1.4;
  margin-bottom: 33px;
}
/*---- Social Icons Start ----*/
#block-footersociallink{
  text-align: center;
  /*margin-bottom: 40px;*/
}
.sociallink ul{padding:0;}
.sociallink li{display:inline;}
.sociallink li a{
  text-align:center;
  margin-right:20px;
  display:inline-block;
  font-size:19px;
  color:#fff;
}
.sociallink li:last-child a{
  margin-right:0;
}
.sociallink li a:hover,
.sociallink li a:focus{
  color:#957b54;
}
.sociallink li a i{
  word-spacing: -1em;
}
/*---- Footer Menu Start ----*/
#block-mainnavigation-2 .nav > li > a{
  color: #fff;
  line-height: 1;
}
#block-mainnavigation-2 .nav > li > a:hover,
#block-mainnavigation-2.nav > li > a:focus {
  text-decoration: none;
  background-color: transparent;
  color:#957b54;
}

/****** Footer Bottom Start*****/
.footer-bottom{
  border-top:1px solid #997b53;
  padding:10px 0;
  color: #997b53;
  font-size: 13px;
}
/*---- Footer Left Start ----*/
.footer-left{
  padding-left: 0;
}
#block-copyrightmenu .nav > li{
  display: inline-block;
}
#block-copyrightmenu .nav > li{
  margin-right: 20px;
}
#block-copyrightmenu .nav > li > a{
  padding:0;
}
#block-copyrightmenu .nav > li > a:hover,
#block-copyrightmenu .nav > li > a:focus{
  text-decoration: none;
  background-color: transparent;
  color: #fff;
}
/*---- Footer Right Start ----*/
.footer-right{
  text-align: right;
}

/*----- Sitemap Start -----*/
.site-map ul li{
  margin-bottom: 10px;
}
.site-map ul li:before{
  content: "\f111";
  font-family: FontAwesome;
  font-size: 8px;
  font-weight: normal;
  text-decoration: inherit;
  color: #1a1e23;
  margin-right: 5px;
  position: relative;
  top: -1px;
}
.site-map ul li > ul.submenu li{
  margin-left: 5px;
  margin-bottom: 5px;
}
.site-map ul li > ul.submenu li:before{
  content: "\f068";
  font-family: FontAwesome;
  font-size:8px;
  font-weight: normal;
  text-decoration: inherit;
  color: #997b53;
  margin-right: 5px;
  position: relative;
  top: -1px;
}
/*---- Artist page changes----*/
.page-node-80 .after-content{
  padding-bottom: 0;
  height: 0;
}
.page-node-80 .main-container{
  padding: 0;
  height: 0;
}
