body {
	background: linear-gradient(264deg, rgba(23,23,23,1) 0%, rgba(33,33,33,1) 49%, rgba(23,23,23,1) 100%);
	font-family: 'Open Sans', sans-serif;
	margin: 0; 
}
#container {
  margin: auto;
}

.header h1{
	text-align: center;
    background: -webkit-linear-gradient(#e3ca66, #b48e47);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 4.5em;
    font-family: 'Parisienne', cursive;
	margin-bottom: 15px;
}
.header p {
	text-align: center;
    background: -webkit-linear-gradient(#e3ca66, #b48e47);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 700;
    font-size: 20px;
}

.grid-item {
display: inline-block;
overflow: hidden;
text-align: center;
margin: 5px 2px;
padding: 3px 10px 4px 10px;
height: 66px;
background-color: #08877E6F;
color: #ffffff;
border-radius: 7px;
width:25%;
bottom: 0;
cursor: pointer;
}
.grid-item img{
	/* width:100%; */
	height:auto;
	filter: url(filters.svg#grayscale);
    filter: gray;
    -webkit-filter: grayscale(1);
    transition: 0.9s;
}
.grid-item img:hover{
    filter: none;
}

.isotope-pager .pager {
  display: inline-block;
}
.filters {
	width: 100%;
	text-align: center;
	padding-bottom: 35px;
	padding-top:20px;
	
}

.filters ul {
	list-style: none;
  padding: 20px 10px;
  margin: 0 40px;
}

.filters li {
	display: inline-block;
  padding: 10px 2px;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
	width:33%;

}
.filters.filter-button-group ul li {
	width:33%;
 
}
.filters li a{
	color: #b6b6b6;
	text-decoration: none;
}
.filters li a:hover{
	color:#fff;
}

.filters li.active a{

	border-radius: 15px;
	/* padding: 10px 25px; */
	
}

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
     -moz-transition-duration: 0s;
      -ms-transition-duration: 0s;
       -o-transition-duration: 0s;
          transition-duration: 0s;
}

.isotope-pager a{
  margin: 6px 1px;
    display: inline-block;
    width: 50px;
    /* height: 60px; */
    line-height: 31px;
    color: #b6b6b6;
    font-weight: 600;
    transition: 0.3s;
    /* position: relative; */
    /* padding-right: 26px; */
    box-shadow: -1px 1px 11px rgba(0,0,0,.1);
    border-radius: 25px;
    background-color: #232323;
    border: .5px solid #e3ca66;
	text-decoration:none;
}

.isotope-pager a:hover{
  color: #fff;
  border: .5px solid #ffeeac;
  box-shadow: -1px 1px 10px 3px rgba(0,0,0,.1);
}

.isotope-pager .active{
  color: #e3ca66 !important;
    box-shadow: -1px 1px 10px 5px rgba(0,0,0,.1);
    border-radius: 25px;
    background-color: #161616;
    border: 1px dotted #e3ca66;
}

.isotope-pager .prev{
  border-radius: 30px 0 0 30px;
}

.isotope-pager .next{
  border-radius: 0 30px 30px 0;
}

.isotope-pager a::before,.isotope-pager a:after{
  content: "";
  position: absolute;
  border-top: 30px solid transparent;
  border-bottom: 30px solid transparent;
}
.isotope-pager .num::before,.next::before{
  border-right: 20px solid #2c3e50;
  right: 100%;
}

.isotope-pager .num:after,.prev:after{
  border-right: 20px solid #f1f1f1;
  right: 0;
}

.overlay1 {
  position: absolute; 
  bottom: 0; 
  background: rgb(0, 0, 0);
  background: rgba(0, 0, 0, 0.5); /* Black see-through */
  color: #f1f1f1; 
  width: 100%;
  transition: .5s ease;
  /* opacity:0; */
  color: white;
  font-size: 20px;
  padding: 20px;
  text-align: center;
}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
  background-color: #fefefe;
  margin: 15% auto; /* 15% from the top and centered */
  padding: 20px;
  border: 1px solid #888;
  width: 60%; /* Could be more or less, depending on screen size */
  border-radius: 10px;
}

.modal-content ul{
-webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
}

.modal-content ul li{
  list-style: none;
}

/* The Close Button */
.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.pagination a{
  padding: 0px !important;
}

@media (max-width: 1920px) and (min-width: 1400px){
  .filters li{
    width: 33% !important;
  }
}

.tldplus{
	font-size: 25px;
	padding-left: 18px;
	font-weight: bold;
}

/* CSS for Gallery TLDs */
.filters.filter-button-group {
  padding-bottom: 0;
  margin-bottom: 0;
}
.tld-tabs {
  margin: 0 0 20px;
}
.tld-tabs {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.tld-tabs button {
  font-size: 14px;
  border: none;
  background: #d1dbda;
  color: #282828;
  padding: 15px 30px;
  cursor: pointer;
}

.tld-tabs button.active, .tld-tabs button:hover {
  background-color: #ff6716;
  color: #fff;
}
.tld-tab-contents .grid-item {
  width: calc(100% / 6 - 10px);
  margin: 5px;
}

.tld-tab-contents {
  display: flex;
  flex-flow: wrap;
  margin: 0 -5px;
}
@media(max-width: 1024px) {
  .tld-tab-contents .grid-item {
    width: calc(100% / 4 - 10px);
  }
}
@media(max-width: 768px) {
  .tld-tab-contents .grid-item {
    width: calc(100% / 3 - 10px);
  }
}
@media(max-width: 640px) {
  .tld-tab-contents .grid-item {
    width: calc(100% / 2 - 10px);
  }
}

.ajax-loader {
  display: none;
  background-color: rgba(255,255,255,0.7);
  position: relative;
  z-index: +100 !important;
  width: 200px;
  height:100%;
}

.ajax-loader img {
  position: relative;
  top:50%;
  left:50%;
}