/*
Theme Name: Cenote Child
Template: cenote
Text Domain: cenote-child
*/

* {
	font-family: 'Quicksand', sans-serif;
}
body {
	color: #000;
}
.site-content {
	min-height: calc(100vh - 476px);
}
.site-branding img {
	width: 350px;
}
.tg-site-footer .tg-footer-bottom .tg-footer-bottom-left {
	width: 100%;
	text-align: center;
}
.tg-site-footer .tg-footer-bottom .tg-footer-bottom-container {
	border-top: 0;
}
.tg-site-footer.tg-site-footer--light {
	border-top: 1px solid #000;
}
#elementor-lightbox-slideshow-single-img {
	display: none !important;
}

@media screen and (max-width: 768px) {

	.site-branding .custom-logo-link {
		margin-bottom: 10px;
	}

	.site-content {
		min-height: calc(100vh - 346px);
		margin-top: 10px;
		margin-bottom: 10px;
	}

	#primary {
		margin-bottom: 15px !important;
	}

}
