/*
Theme Name: Karma Gardening
Description: The official theme of Karma Gardening.
Author: Native Garden Guru
Template: generatepress
Version: 1.0.0
*/

/* hero grid */
.text-to-top {
	align-items: start !important;
}

/* header border */
.site-header {
  border-bottom: 1px solid #f6ebe3; /* Adjust thickness, style, and color as needed */
}

/* header category link */
.gb-container .gb-container-d909e043 { 
	a, a:link a:visited, a:active, a:hover {
  color: white !important;
		border-bottom: 1px dashed !important;
	}
}

.gb-text-52847d9c a:hover {
	color: white;
}

/* footer links */
.gbp-footer__link {
	color: white;
	a, a:visited, a:active, a:hover {
		color: white;
		border-bottom: 1px dashed !important;
	}
}

/* featured image */
.featured-caption {
	font-size: 13px;
	color: white;
	a, a:visited, a:active, a:hover {
		color: white;
		border-bottom: 1px dashed !important;
	}
}

.gb-container-4e92c4e8 {
@media screen and (max-width: 768px) {
	display: none !important;
}}


/* caategory archive thumbnail image */
.card-thumb { 
	border-radius: .3em;
}

.card-thumb-container {
	overflow: hidden !important; /* crop image excess */
}

/* image gallery */
#gallery-1:empty {
  display: none !important;
}

/* lightbox caption */
.mfp-title {
	font-size: .7em;
	color: white !important;
	a, a:link, visited, a:active, a:hover {
		color: white !important;
		border-bottom: 1px dashed !important;
	}
}

/* image gallery*/
.wpmf-gallerys {
padding-bottom: 1em;
}

/* map */
.mapsRectangle-group {
	padding-bottom: 2em !important;
}