

.popover {
  border: 1px solid #ffff;
}

.popover.bottom>.arrow {
  border-bottom-color: #ffbb33;
    display: none;
}

.popover.bottom>.arrow:after {
  top: 3px;
display: none;
}


.d_btn:hover{
  color: white;
  box-shadow: 0 3px 6px rgba(0,0,0,0.12), 0 3px 4px rgba(0,0,0,0.24);
  transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}

.d_img{
  width: 150px;
  height: 150px;
  border-radius: 50%;
  box-shadow: 0 3px 6px rgba(0,0,0,0.12), 0 3px 4px rgba(0,0,0,0.24);
}



.d_btn {
  color: white;
  border-radius: 0px;
}


.d_btn {
  background-color: #CAA462;
  color: #ffffff;
  position: relative;
  width: inherit;
  height: 23px;
  line-height: 20px;
  display: block;
  top: 10px;
  left: 0;
  font-size: 10px;
  text-align: center;
  text-transform: uppercase;
  cursor: text;
  padding: 0 5px 0 5px;
    cursor: pointer;
}

button.d_btn::before {
  content: "";
  border-top: 2px solid transparent;
  border-bottom: 8px solid #CAA462;
  border-left: 2px solid transparent;
  border-right: 2px solid #CAA462;
  width: 20px;
  height: 20px;
  line-height: 20px;
  position: absolute;
  bottom: 3px;
  left: 3px;
  -webkit-transform: skew(0deg, 45deg);
  -ms-transform: skew(0deg, 45deg);
  transform: skew(0deg, 45deg);
  z-index: -1;
}

.gallery-card-title {
  font-weight: 300;
  font-style: normal;
  letter-spacing: 1px;
  display: block;
  color: white !important;
  font-size: 20px;
  max-width: 100%;
  padding-top: 0;
  width: 100%;
}


.arrow {
display: none;
}

.popover > .arrow {
display: none;
}



.popover {
  bottom: 0px;
  right: 0 !important;
  width: 700px;
  margin: 0 auto;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
  text-align: center;
  max-height: 400px;
  max-width: 80%;
  min-width: 80%;
  overflow-y: scroll;
  overflow-x: hidden;
  position: fixed;
  height: inherit;
  top: 50% !important;
  left: 0 !important;
  margin-top: -150px;
  margin-left: auto !important;
  margin-right: auto;
  background-color: rgba(0,0,0,0.92);
}


.close-popover {
  text-align: center;
  height: 44px;
  display: block;
/*  float: left;*/
  font-size: 5rem;
  font-weight: 300;
  line-height: 1;
  cursor: pointer;
  color: #fff;
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
  font: normal normal normal 36px/1.4em 'Playfair Display', serif;
}



.int-title-box-pad-top {
  padding-top: 25px;
}


html {
font-family: Nunito, Titillium Web, sans-serif !important;
}
.pswp * {
font-family: Nunito, Titillium Web, sans-serif !important;
}
body, p, a {
font-family: Nunito, Titillium Web, sans-serif !important;
}
