@import url('https://fonts.googleapis.com/css2?family=Anton&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lexend+Giga:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lexend:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bellota+Text:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&amp;display=swap');




p {
	line-height: 1.7em;
	font-family: "Raleway", sans-serif !important;
	font-optical-sizing: auto;
	font-weight: 500;
	font-style: normal;
}

#cstm-post-container p {
	line-height: 1.9em;
	font-size: 1.3em;	
}

:root {
	scroll-behavior: smooth;
}

#h3-gal {
  margin: 0px 0 45px 0;
  font-size: 2.8em;
  text-align: center;
  font-family: "Lexend", sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 1.1em;
}

#h3-section {
  margin: 10px 0 45px 0;
  font-size: 3em;
  font-family: "Lexend", sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 1.1em;
  position: relative;
}

#h3-decor {
  margin: 10px 0 45px 0;
  font-size: 3em;
  font-family: "Lexend", sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 1.1em;
  position: relative;
  padding: 0 0 0 20px;
}

#h4-gal {
	font-family: "Bellota Text", sans-serif;
	margin: 35px auto 30px;
	font-size: 40px;
	letter-spacing: -1px;
	text-shadow: 3px 3px 0px #FFFFFF9E;
}

.decor1::before {
  content: "";
  width: 34px;
  height: 34px;
  background: #ffffff45;
  position: absolute;
  top: 1px;
  left: 6px;
  border-radius: 5px;
}

.decor1::after {
  content: "";
  width: 22px;
  height: 22px;
  background: #ffffff8c;
  position: absolute;
  top: -7px;
  left: -2px;
  border-radius: 3px;
}

#cstm-post-container {
	max-width: 1600px;
	margin: 67px auto 50px;
	display: grid;
	grid-template-columns: 2fr 1fr;
	gap: 50px;
	padding: 0 30px;
}

#cstm-post-top {
	width: 100%;
	margin: 0px auto 0px;
	background: silver;
	padding: 80px 0;
	min-height: 200px;
	background-size: cover !important;
}

#cstm-post-top-left {
	max-width: 800px;
	margin: 0 auto;
}

.h3-post-top {
	margin: 0;
	font-size: 2.8em;
	text-align: center;
	font-family: "Lexend", sans-serif;
	font-weight: 500;
	font-style: normal;
	line-height: 1.1em;
	color: #fff;
	text-shadow: 2px 1px 0px #0000007d;
}

#cstm-post-top-inner {
	max-width: 1600px;
	margin: 0px auto;
	display: grid;
	grid-template-columns: 2fr 1fr;
	gap: 50px;
	padding: 0 30px;
}

#cstm-photohead {
	font-family: "Lexend", sans-serif;
	background-size: cover !important;
	padding: 80px 0;
	font-size: 51px;
	color: #fff;
	text-align: center;
	text-shadow: 2px 2px 0px #000000;
}

.hike-thumb {
	margin-top: -170px;
}


#cstm-gallery-loop {
	background: #4b4a71;
	padding: 45px 30px 20px;
	color: #fff;
	margin: 50px 0 0 0;
}

#cstm-gallery-head {
	max-width: 1400px;
	margin: auto;
}

#cstm-gallery-inner {
	max-width: 1400px;
	margin: auto;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 20px;
}

.cstm-single-art-thumb {
	opacity: 0;
	overflow: hidden;
	border: 0px solid red;
	margin: 0 0 0px 0;
	/* transition: opacity 0.5s ease-in-out; */
	animation-duration: 1s;
	animation-name: gallerytile;
	animation-fill-mode: forwards;
	border-radius: 13px;
	position: relative;
	background-size: cover !important;
}

.cstm-art-thumb-overlay {
	background: #fff;
	width: 100%;
	height: 100%;
	position: absolute;
	opacity: 0;
	transition: opacity 200ms ease-in;
	z-index: 10;
}

.cstm-art-thumb-overlay:hover {
	opacity: .2 !important;
}

.cstm-thumb-hover {
	opacity: 1;
	transition: opacity 2s forwards;
}

.cstm-thumb-hover:hover {
	opacity: .8 !important;
}

.mask-blob {
  mask-image: url('./themegraphics/blob4.svg');
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
}

#cstm-excerpt {
	max-width: 800px;
	margin: 0 auto;
}

#cstm-thumb {
	aspect-ratio: 1 / 1;
	overflow: hidden;	
}

#cstm-thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}


@keyframes gallerytile {
  from {
	opacity: 0;
  }

  to {
	opacity: 1;
  }
}

#cstm-single-art-thumb-inner {
	border: 0px solid green;
	aspect-ratio: 4 / 3;
	overflow: hidden;
	position: relative;
}

#cstm-btn-forsale {
  position: absolute;
  color: green;
  background: #b7e1b7;
  padding: 5px 13px 7px 10px;
  font-weight: bold;
  font-size: 16px;
  display: inline-block;
  bottom: 0;
  right: 0;
  border-radius: 10px 0 0 0;
  z-index: 20;
}

#cstm-btn-sold {
  position: absolute;
  color: red;
  background: #ffcfcf;
  padding: 5px 13px 7px 10px;
  font-weight: bold;
  font-size: 16px;
  display: inline-block;
  bottom: 0;
  right: 0;
  border-radius: 10px 0 0 0;
  z-index: 20;
}

#cstm-btn-forsale a {
	  color: green;
}



#cstm-post-forsale {
  color: green;
  background: #b7e1b7;
  padding: 10px;
  font-weight: bold;
  font-size: 16px;
  display: inline-block;
  border-radius: 10px;
  height: 39px;
  line-height: 21px;
}

#cstm-post-forsale a {
	  color: green;
}

#cstm-post-sold {
  color: red;
  background: #ffcfcf;
  padding: 10px;
  font-weight: bold;
  font-size: 16px;
  display: inline-block;
  border-radius: 10px;
  height: 39px;
  line-height: 21px;
}



/*  single image page  */


#cstm-sing-container {
	max-width: 1400px;
	margin: 20px auto 0;
	display: grid;
	grid-template-columns: 2fr 1fr;
	gap: 50px;
	padding: 0 20px;
}

#cstm-sing-post-img-mobile {
	display: none;
}

#cstm-sing-post-sold {
	margin: 8px 0 0 0;
}

#cstm-sing-post-h3 {
	margin: 30px 0 40px 0;
	line-height: 1.1em;
}


/* end single image page */


/* for show more cards */

.cstm-thumb-hidden {
  display: none;
  opacity: 0;
  max-height: 0;
}

#show-more-btn {
	font-size: 1.5em;
	padding: 10px 20px;
	max-width: 300px;
	width: 100%;
	background: transparent;
	border: 2px solid #fff;
	color: #fff;
	font-weight: bold;
	margin: 15px 0 0 0;
	border-radius: 10px;
}

#show-more-btn:hover {
	/* background: #ffffff59; */
	text-shadow: 2px 2px 0px rgba(0,0,0,0.7);
	cursor: pointer;
}

#show-more-holder {
	padding: 70px 0 50px;
	text-align: center;
}

#out-of-pics {
  color: #000;
  padding: 14px;
  font-size: 1.5em;
  background: #ffffffb2;
  display: none;
  max-width: 300px;
  margin: 25px auto 0;
}



@media screen and (max-width: 880px) {
	#cstm-gallery-inner {
		grid-template-columns: repeat(2, 1fr) !important;
		gap: 20px;
	}
	
	#cstm-post-container {
		  grid-template-columns: 1fr;
	}
	
	#cstm-thumb {
		order: -1 !important;
	}
	.hike-thumb {
		display: none;
	}
	
	#cstm-post-top-right {
		display: none;
	}
	
	#cstm-post-top-inner {
			grid-template-columns: 1fr;
	}
	
	.h3-post-top {
			font-size: 2em;
	}

}


@media screen and (max-width: 600px) {
	
	#cstm-sing-container {
		width: 100%;
		grid-template-columns: 1fr;
	}
	
	#cstm-sing-container img {
		width: 100% !important;
	}

	#cstm-sing-post-img {
		display: none !important;
	}

	#cstm-sing-post-img-mobile {
		display: block;
	}
	
}


/* for categories section */

#cat-thumb-container {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 10px;
	max-width: 1100px;
	margin: auto;
}

.cat-thumb {
	aspect-ratio: 3 / 2;
	background: silver;
	background-size: cover !important;
}

@media screen and (max-width: 550px) {

#cat-thumb-container {
	grid-template-columns: repeat(3, 1fr);
	gap: 0px;

}

}

/* end for categories section */