.catalogue-feature h2 {
    color: #515151;
}

.catalouge-header {
  padding: 30px 15px;
  background: #515151;
  color: #C1BABA;
}

.catalouge-header h2 {
  font-size: 30px;
  line-height: 49px;
  color: #fff;
  text-transform: uppercase;
  padding: 0;
  margin: 0
}
.catalouge-header.gallery-page-header h2{
 color: #fff;
}
.clearfix {
  /*overflow: hidden;*/
  clear: both;
}
.bold{
  font-family: Gotham Bold;
}
.row.no-pad {
  margin-right: 0;
  margin-left: 0;
}

.row.no-pad>[class*='col-'] {
  padding-right: 0;
  padding-left: 0;
}

.catalouge-header h2 a {
  float: right;
  padding: 0;
  margin: 0;
  border: 0;
  line-height: 49px;
  color: #C1BABA;
}
.catalouge-header h2 a:hover {
  text-decoration: none;
}

.catalouge-header h2+p {
  font-size: 18px;
  font-weight: bold;
}

.filter-header select, .catalouge-header select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 15px;
  float: right;
  border-radius: 0;
  border-color: #cdcdcd;
  font-size: 12px;
  color: #58595b;
  background: #fff url("../images/drop-arrow.jpg") no-repeat 95% center;
  margin-left: 15px;
  display: inline-block;
  cursor: pointer;
  width: 100%;
  max-width: 100%;
  min-width: 0;
}

.catalouge-header input[name=at] {
  padding: 15px;
  float: right;
  border-radius: 0;
  border-color: #C1BABA;
  font-size: 12px;
  color: #58595b;
  background: transparent;
  margin-left: 15px;
  display: inline-block;
  margin-bottom: 0;
  width: 100%;
  max-width: 100%;
  min-width: 0;
}

.catalouge-header button {
  height: 49px;
  width: 100%;
  background: none;
  padding: 0;
  font-size: 13px;
  border: 1px solid #ccc;
}

.catalouge-header button:hover, .catalouge-header button:focus {
  outline: none;
}

.catalouge-header button i {
  margin: 0;
}

.catalouge-header form {
  margin-bottom: 0;
}

.catalouge-header form .row {
  margin-right: -5px;
  margin-left: -5px;
}

.catalouge-header form .row .col-md-1, .catalouge-header form .row .col-md-11, .catalouge-header form .row .col-md-3 {
  padding: 0 5px;
}

.catalouge-header select:last-child {
  margin-left: 0px
}

.catalouge-header input[type=submit] {
  text-indent: -9999px;
  margin: 0;
  cursor: pointer;
  color: #ffffff;
  background: #fff url("../images/arrow.jpg") no-repeat center;
  width: 60px;
  height: 49px;
  display: inline-block
}

.catalouge-header .caret {
  border-top: 6px dashed;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  margin-right: 3px !important;
}

.catalouge-items {
  padding: 20px 0;
}

.catalouge-items h3 {
  margin: 2rem 10px;
  border-bottom: 1px solid #f1f1f1;
  padding: 0 0 1rem;
}
.catalouge-items h3:first-child{
  margin: 0rem 10px 2rem;
}
.catalouge-items .catalogue-by-artist:not(:first-child) h3{
  margin: 2rem 10px 2rem;
 }
.catalouge-header input[type=submit]:hover {
  box-shadow: none;
}

.catalouge-items .grid-item {
  width: 260px;
  float: left;
  margin: 0px 8px;
  overflow: hidden;
  margin-bottom: 30px
}

.catalouge-items .grid-item figure {
  margin-bottom: 20px;
  position: relative;
}
.catalouge-items .grid-item figure:hover:before{
  content: "";
  top: 0;
  width: 100%;
  height: 50px;
  position: absolute;
  background: -moz-linear-gradient(top, rgba(175, 175, 175, 1) 5%, rgba(125,185,232,0) 100%);
  background: -webkit-linear-gradient(top, rgba(175, 175, 175, 1) 5%,rgba(125,185,232,0) 100%);
  background: linear-gradient(to bottom, rgb(175, 175, 175) 5%,rgba(125,185,232,0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#444444', endColorstr='#007db9e8',GradientType=0 );
  opacity: 0;
  display:none;
}
.catalouge-items .grid-item figure img {
  width: 100%
}

.catalouge-items .grid-item a {
  font-size: 20px;
  color: #58595b;
  margin-bottom: 20px
}

.catalouge-items .grid-item p {
  font-size: 14px;
  color: #58595b;
  margin-bottom: 10px
}

.catalouge-items .grid-item p:last-child {
  margin-bottom: 0
}

.catalouge-items .grid-item {
  width: 260px
}

.catalouge-items .grid-item--width2 {
  width: 400px
}

.main-section {
  padding: 100px 0px;
  border-top: 1px solid #f7f7f7
}

.main-section figure {
  border: 0px solid #e4e4e4;
  position: relative;
  text-align: center;
}

.main-section figure img {
  width: auto;
  height: 345px;
}

.main-section figure a {
  display: block;
}

.main-section figure span {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 24px;
  color: #ffffff;
  background: rgba(0, 0, 0, 0.5);
  padding: 8px 15px;
}
.main-section figure:hover span{
  display: block;
}
.main-section figure span i {
  margin: 0;
}

.main-section article h2 {
  font-size: 20px;
  color: #58595b;
  margin: 0 0 15px;
}

.main-section article h5 {
  font-size: 20px;
  color: #58595b;
  margin: 0 0 15px;
  font-weight: bold;
}

.main-section article h6 {
  font-size: 20px;
  color: #58595b;
  margin: 0 0 25px;
}

.main-section article p {
  font-size: 18px;
  color: #58595b;
  margin-bottom: 0;
}

.main-section article p small {
  font-size: 17px;
}
.main-section .button,
.catalouge-header .button,
.page-template-tmp-catalogue-gallery .button {
  font-size: 12px;
  text-transform: uppercase;
  padding: 12px;
  border: 1px solid #c2c2c2;
  display: inline-block;
  margin-right: 0;
  margin-bottom: 40px;
  margin-top: 20px;
  line-height: initial;
}
.catalouge-items .grid-item article a,
.page-template-tmp-catalogue-gallery .grid-item article a{
  pointer-events: none;
}
.main-section .social-icons a {
  background: #58595b;
  border-radius: 50%;
  width: 37px;
  height: 37px;
  display: inline-block;
  text-align: center;
  margin: 0px 5px
}

.main-section .social-icons a .fab {
  color: #ffffff;
  font-size: 20px;
  line-height: 2
}

.title {
  padding: 30px 0px;
  border-top: 1px solid #b7b7b7
}

.title h3 {
  font-size: 30px;
  color: #5c5d5f;
  text-transform: uppercase;
  display: inline-block;
  float: left;
  margin: 0;
  margin-left: -2px;
  padding: 0;
}

.title a {
  font-size: 14px;
  color: #8a8a8a;
  text-transform: uppercase;
  padding-right: 25px;
  display: inline-block;
  text-align: right;
  background: url("../images/arrow.png") no-repeat 73px 6px;
  float: right
}

.title p {
  font-weight: bold;
  font-size: 18px;
  clear: both;
  overflow: hidden;
}

.artists .item {
  width: 260px;
  float: left;
  margin: 0px 8px;
  overflow: hidden;
  margin-bottom: 30px
}

.artists .item figure {
  margin-bottom: 20px
}

.artists .item figure img {
  width: 100%
}

.artists .item a {
  font-size: 20px;
  color: #58595b;
  margin-bottom: 20px
}

.artists .item p {
  font-size: 14px;
  color: #58595b;
  margin-bottom: 10px
}

.artists .item p:last-child {
  margin-bottom: 0
}

.gallery-items .item {
  width: 260px;
  float: left;
  margin: 0px 8px;
  overflow: hidden;
  margin-bottom: 30px;
  position: relative;
}

.gallery-items .item figure {
  margin-bottom: 20px;
  position: relative;
}
.gallery-items .item figure:hover .add-to-favourite{
  opacity: 1;
}
.gallery-items .item figure img {
  width: 100%
}

.gallery-items .item a {
  font-size: 20px;
  color: #58595b;
  margin-bottom: 20px
}

.gallery-items .item p {
  font-size: 14px;
  color: #58595b;
  margin-bottom: 10px
}

.gallery-items .item p:last-child {
  margin-bottom: 0
}

.catalogue-filter {
  margin: 0;
  overflow: hidden;
}

.catalogue-filter label {
  margin: 0 0 20px;
  color: #fff;
}

.catalogue-filter ul {
  padding: 0;
  margin: 0;
}

.catalogue-filter li {
  margin: 0 0 5px;
  list-style: none;
}

.catalogue-filter li span {
  cursor: pointer;
  color: #d8d8d8;
}

.catalogue-filter.medium-select li {
  width: 50%;
  float: left;
}

.catalogue-filter li span:hover, .catalogue-filter li.active span {
  font-weight: bold;
  color: #fff;
}

.grid__col-sizer, .photo-item {
  width: 23.5%;
}

.grid__gutter-sizer {
  width: 2%;
}

.view-more-button {
  background: pink;
}

.photo-item {
  margin-bottom: 10px;
  float: left;
}

.page-load-status {
  display: none;
  padding: 20px 0;
  text-align: center;
  color: #777;
}

.loader-ellips {
  font-size: 20px;
  /* change size here */
  position: relative;
  width: 4em;
  height: 1em;
  margin: 10px auto;
}

.loader-ellips__dot {
  display: block;
  width: 1em;
  height: 1em;
  border-radius: 0.5em;
  background: #555;
  /* change color here */
  position: absolute;
  animation-duration: 0.5s;
  animation-timing-function: ease;
  animation-iteration-count: infinite;
}

.loader-ellips__dot:nth-child(1), .loader-ellips__dot:nth-child(2) {
  left: 0;
}

.loader-ellips__dot:nth-child(3) {
  left: 1.5em;
}

.loader-ellips__dot:nth-child(4) {
  left: 3em;
}

@keyframes reveal {
  from {
    transform: scale(0.001);
  }
  to {
    transform: scale(1);
  }
}

@keyframes slide {
  to {
    transform: translateX(1.5em)
  }
}

.loader-ellips__dot:nth-child(1) {
  animation-name: reveal;
}

.loader-ellips__dot:nth-child(2), .loader-ellips__dot:nth-child(3) {
  animation-name: slide;
}

.loader-ellips__dot:nth-child(4) {
  animation-name: reveal;
  animation-direction: reverse;
}

.mfp-with-zoom .mfp-container, .mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
  opacity: 1;
}

.mfp-with-zoom.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container, .mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}

.white-popup {
  position: relative;
  background: #FFF;
  padding: 30px 20px;
  width: auto;
  max-width: 300px;
  margin: 0 auto;
}

.white-popup .wpcf7 form {
  margin: 20px 0 0;
}

.white-popup .wpcf7 label, .white-popup .wpcf7 input {
  margin: 0;
}

.white-popup .wpcf7 label span {
  margin: 10px 0 0;
  display: block;
}

.white-popup .wpcf7 p {
  margin: 0 0 15px;
}

.white-popup .wpcf7 input.wpcf7-not-valid {
  border-color: red;
}

.white-popup .wpcf7 .wpcf7-not-valid-tip {
  display: none !important;
}

.white-popup .wpcf7 .wpcf7-submit {
  background: #FEA3D5;
}

.multiselect-native-select .btn-group {
  width: 100%;
}

.multiselect-native-select .btn-group button {
  width: 100%;
  border-radius: 0;
  line-height: 38px;
  text-align: left;
  background: #fff;
  padding: 0 10px;
  color: #58595b;
}

.multiselect-native-select .btn-group button span {
  font-size: 12px;
  display: block;
  float: left;
  max-width: 85%;
  overflow: hidden;
}

.multiselect-native-select .btn-group button .caret {
  float: right;
  margin: 16px 0 0;
}

.multiselect-native-select .multiselect-container {
  width: 100%;
  max-width: none;
}

.event_select select {
  margin: 0 auto !important;
  display: block !important;
  height: 49px;
  border-color: #58595b;
  font-size: 12px;
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
  padding-left: 15px;
  padding-right: 45px;
}
.response-favourite {
  position: fixed;
  width: 100%;
  background: #5e5e60;
  top: 129px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  padding: 6px 0;
  z-index: 1;
    display: none;
}
.response-favourite.success{
  background: #8aab85;
}
.response-favourite.error{
  background: #da7a4e;
  color: #fff;
}
.add-to-favourite i{
  cursor: pointer;
}
.page-template-catalogue .add-to-favourite {
  font-size: 22px;
  display: inline-block;
  margin: 0 15px;
  line-height: initial;
}
.grid-item .add-to-favourite {
    font-size: 22px;
    line-height: initial;
    position: absolute;
    top: 12px;
    right: 0;
    color: #fff;
    opacity: 0;
    background: rgba(81, 81, 81, 0.8);
    padding: 8px 10px;
    border-radius: 50%;
    -webkit-transition: opacity .3s linear;
    -o-transition: opacity .3s linear;
    transition: opacity .3s linear;
}
.catalouge-items .grid-item figure:hover .add-to-favourite {
  opacity: 1;

}
.catalouge-items .grid-item figure:hover .add-to-favourite:hover{
/*   background-color: #58595b; */
}
.add-to-favourite[data-type="add-fav"]:hover i:before{
  content: "\f004";
}
.add-to-favourite[data-type="del-fav"]:hover i:before{
  content: "\f08a";
}
.favourite-btn {
    margin: 0;
    overflow: hidden;
}
.favourite-btn li {
  background: #8aab85;
  text-transform: uppercase;
  text-align: center;
  line-height: 1;
  margin-bottom: 0;
  padding: 5px 0;
  margin: 0 0 5px;
  list-style: none;
}
.favourite-btn li span{
  cursor: pointer;
}
.favourite-btn li.active {
    background: #eac663;
}
.bookmark-btn-icon{
  margin-right: 10px;
}
.favourite-btn-icon a,
.bookmark-btn-icon a {
  /* font-size: 16px; */
  /* border: 1px solid; */
  /* min-width: 270px; */
  /* background: #343434; */
  /* color: #fff; */
  text-decoration: none;
  /* text-align: center; */
  font-size: 12px;
  text-transform: uppercase;
  padding: 0;
  /* border: 1px solid #c2c2c2; */
  display: inline-block;
  margin-right: 0;
  color: #58595b;
  font-weight: 700;
}
.favourite-btn-icon a i,
.bookmark-btn-icon a i {
    font-size: 20px;
    margin-right: 5px;
}
.favourite-btn-icon a:hover {
    /* background: #5d5d5f; */
}
.filter-row .favourite-btn-icon a:hover i:before{
  content: "\f004";
}
.filter-row .bookmark-btn-icon a:hover i:before{
  content: "\f02e";
}
.catalogue-links {
    margin: 40px auto 20px;
}
.page-template-tmp-catalogue-detail .main-section .button {
    margin: 0 auto 15px;
}
.page-template-tmp-catalogue-detail .title {
    background: transparent;
}

.catalouge-header select.gallery-select {
  padding: 13px;
  margin: 20px 0;
  background-color: transparent;
  background: transparent url(../images/arrow-down-white.png) no-repeat 95% center;
  color: #fff;
  background-size: 26px;
}
select.gallery-select option{
  background: #515151;
}
.filter-row .filter-header:first-child{
  display: none;
}
.filter-year-catalogue-list {
    margin: 0 0 0 10px;
    padding: 0;
    display: inline-block;
}

.filter-year-catalogue-list li {
    display: inline-block;
    margin: 0 5px 0 0;
}

.filter-year-catalogue-list li a {
    padding: 3px 7px;
}
.filter-year-catalogue-list li a:hover
{
    text-decoration:none;
    border-bottom: 2px solid #b6cedb;
}
.filter-year-catalogue-list li a.selected
{
    text-decoration:none;
    border-bottom: 2px solid #b6cedb;
    font-family: Gotham Bold;
    pointer-events: none;
}

.filter-form-artist {
    border: 1px solid #cdcdcd;
}

.filter-form-artist  input[name=at] {
    border: transparent;
    /* font-size: 14px; */
    color: #fff;
    padding: 13px;
}

.filter-form-artist  input[name=at]::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  opacity: 1; /* Firefox */
}

.filter-form-artist  input[name=at]:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #fff;
}

.filter-form-artist  input[name=at]::-ms-input-placeholder { /* Microsoft Edge */
  color: #fff;
}
.filter-form-artist .search-icon {
    border: transparent;
    font-size: 22px;
    padding: 0;
    width: 60px;
    float: right;
    cursor: pointer;
    height: 43px;
}

.filter-form-artist .search-icon i {
    cursor: pointer;
    color: #fff;
}
.filter-row {
    padding: 30px 15px 30px;
}
.catalouge-header .button {
  color: #fff !important;
  border-color: #fff !important;
  margin: 0;
}

.play {
  display: none;
}

.play-video {
  display: block !important;
  position: absolute; 
  width: 50px !important; 
  top: 38%; 
  left: 40%; 
  right: 0; 
  bottom: 0;
}

@media screen and (max-width: 768px) {
  .catalouge-header {
    padding: 10px 0 20px;
  }
  .catalouge-header h2 {
    font-size: 20px;
    line-height: 20px;
  }
  .catalouge-header h2+p {
    text-align: center;
  }
  .catalouge-header h2 a {
    float: none;
    padding: 0;
    margin: 0;
    border: 0;
    line-height: 49px;
    position: static;
    bottom: -45px;
    left: 0;
    right: 0;
  }
  .catalouge-header input[name=at], .catalouge-header select {
    float: none !important;
    margin: 0;
    padding: 10px;
  }
  .catalouge-header button {
    height: 39px;
  }
  .catalouge-items .grid-item {
    width: 45%;
    margin: 0 2% 20px;
    text-align: center
  }
  .catalouge-header button.multiselect {
    height: 39px;
    border: 1px solid #cdcdcd;
  }
  .catalouge-header button.multiselect:after {
    display: none !important;
  }
  .catalouge-items .grid-item, .catalouge-items .grid-item figure {
    margin-bottom: 10px;
  }
  .catalouge-items .grid-item a {
    font-size: 15px;
  }
  .catalouge-items .grid-item p {
    font-size: 11px;
  }
  .catalouge-items .container {
    width: 100%;
    max-width: 400px;
  }
  .pull-right {
      width: 100%;
  }
  .catalogue-filter label {
    margin: 0 0 10px;
  }
  .catalogue-filter ul {
    margin: 0 0 10px;
    overflow: hidden;
  }
  .filter-header select {
    min-height: 39px;
    padding: 0 15px;
  }
  .main-section {
    padding: 50px 0 25px;
  }
  .main-section figure img {
    width: 100%
  }
  .main-section article {
    text-align: center;
  }
  .main-section article h2 {
    margin-bottom: 10px;
    font-size: 20px;
  }
  .main-section article p {
    margin-bottom: 10px;
    font-size: 14px;
  }
  .main-section .button {
    margin: 10px 0;
    padding: 12px;
  }
  .main-section .social-icons {
    margin: 20px 0 0;
  }
  .main-section .social-icons a {
    float: none;
  }
  .title {
    padding: 60px 0 30px;
    text-align: center;
    margin: 0;
    border: 0;
  }
  .title h3 {
    font-size: 16px;
    margin: 0;
    float: none;
  }
  .title a {
    padding-right: 10px;
    background-position: right center;
    float: none;
    position: absolute;
    bottom: 12px;
    width: 75px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .artists .item {
    width: 100%;
    margin: 0;
    margin-bottom: 20px;
    text-align: center
  }
  .gallery-items .item {
    width: 100%;
    margin: 0;
    margin-bottom: 20px;
    text-align: center
  }
  .main-section figure {
    margin: 0 0 20px;
  }
  .grid__col-sizer, .photo-item {
    width: 48%;
  }
  .grid__gutter-sizer {
    width: 2%;
  }
  .user-login-register form h2{
    font-size: 24px;
  }
  .user-login-register .submit_button {
    margin-right: 3px !important;
  }
  .filter-row .col-md-6,
  .filter-row .filter-header{
    text-align: left !important;
  }

  .filter-row .filter-header:not(:last-child) {
    margin-bottom: 15px;
  }
  .catalouge-header .button {
    margin: 20px 0 0;
  }

  .gallery-items .item figure .add-to-favourite,
  .catalouge-items .grid-item figure .add-to-favourite {
    opacity: 1;
  }

  .user-login-register .mfp-container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .user-login-register button.mfp-close{
    right: 15px;
  }


}
