.inside {
	h1 {
		margin-top: 0;
	}
}

.salacious-crumb {
	font-size: 14px;
	line-height: 1.25em;
	text-align: center;
	text-transform: uppercase;
	padding: 18px 20px;
	margin: 0;

	a {
		text-decoration: none;
		font-weight: var(--fw-bold);
		color: var(--primary-color);
	}

	.crumb-sep {
		margin: 0 8px;
		color: var(--secondary-alt);
	}

	.current-crumb-item {
		color: var(--light-alt);
	}
}

.sitemap-list {
	margin: 1em;
}

/* LEGACY - Use this if you're using contain on the desktop size */
/* .full-width {
	position: relative;
	width: 100vw;
	left: -20px;

@media (width >= 1024px) {
	left: calc(((40px + (50vw - (var(--desktop) / 2)))) * -1);
	left: -40px;
}

@media (width >= 1280px) {
	left: calc(((40px + (50vw - (var(--full) / 2)))) * -1);
}
}

*/
.gallery-columns-0 {

	/* Tablet Styles */
	@media (width >= 768px) {
		display: flex !important;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.gallery-item {

		/* Tablet Styles */
		@media (width >= 768px) {
			width: 48% !important;
		}

		/* Desktop Styles */
		@media (width >= 1024px) {
			width: 32% !important;
		}

		img {
			width: 100%;
			height: auto;
		}
	}
}

/*===============================================
=            Rosemont Content Styles            =
===============================================*/

.rm-content-styles {
	a {
		text-decoration: none;
		font-weight: var(--fw-bold);
	}

	h2 {
		&:first-child {
			margin-top: 0;
		}
	}

	p {
		&:first-child {
			margin-top: 0;
		}
	}

}


ul,
ol {
	margin: 2em 40px;

	li {
		list-style-position: outside;

		&::marker {
			color: var(--secondary-color);
			/* font-size: 1.5em; */
		}
	}

	ul,
	ol {
		margin: 0 1em;
	}
}

/*=================================================
=            Wordpress Default Gallery            =
=================================================*/

.gallery-size-medium {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;

	.gallery-item {
		float: none !important;
		margin-right: 5px;
		margin-left: 5px;
		width: 45% !important;

		/* Tablet Styles */
		@media (width >= 768px) {
			margin-right: 10px;
			margin-left: 10px;
			width: 19% !important;
		}

		img {
			border: none !important;
			width: 100%;
			height: auto;
		}
	}
}

/*=============================================
=            Memberships Shortcode            =
=============================================*/

/* .memberships-sc-wrap {
	list-style: none !important;
	display: flex !important;
	flex-wrap: wrap !important;
	justify-content: center;
	align-items: center;
	background-color: $lightColor;
	margin: 1em 0 !important;

	li {
		&:before {
			display: none;
		}
	}

	svg {
		height: 80px;
		width: auto;
	}
} */

.memberships-sc-wrap {
	/* list-style: none !important;
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: center;
  align-items: center;
  background-color: #ffffff; */
	margin: 1em 0 !important;

	/* column-gap: 12px;
  row-gap: 12px;

	@media (width >= 768px) {
		column-gap: 35px;
	}


	@media (width >= 1024px) {
		column-gap: 66px;
	}

	*/
	li {
		/* flex-basis: calc(50% - 6px); */
		text-align: center;

		/*
		@media (width >= 768px) {
			flex-basis: auto;
		}

		&:before {
			display: none;
		}

		*/
	}

	img,
	svg {
		height: 80px;
		width: auto;
	}

	/* .each-logo {
		opacity: 1;

	@media (width >= 768px) {
		opacity: 0;
	}
}

*/
	.memberships-carousel {
		background-color: transparent;
		position: relative;

		.owl-stage {
			display: flex;
			width: 100%;
		}

		.owl-item {
			display: flex;
			justify-content: center;
			width: fit-content;

			svg,
			img {
				display: block;
				height: 100%;
				width: auto;
				margin: 0 auto;
			}
		}
	}

	.owl-nav {
		position: absolute;
		top: 30px;
		width: 100%;
		display: block;

		/* Tablet Styles */
		@media (width >= 768px) {
			top: 35px;
		}

		/* Desktop Styles */
		@media (width >= 1024px) {
			top: 45px;
		}

		.owl-prev {
			display: flex;
			position: absolute;
			left: 0;
			transform: translateY(-50%);

			/* Tablet Styles */
			@media (width >= 768px) {
				left: -20px;
			}
		}

		.owl-next {
			display: flex;
			position: absolute;
			right: 0;
			transform: translateY(-50%);

			/* Tablet Styles */
			@media (width >= 768px) {
				right: -20px;
			}
		}

		svg {
			height: 30px;
		}

		/* i.fal::before {
			color: rgba(112, 112, 112, 0.5);
			font-size: 3em;
		} */
	}

	.each-logo {
		display: flex;
		height: 60px;
		width: auto;
		max-width: 100%;

		/* Tablet Styles */
		@media (width >= 768px) {
			height: 70px;
		}

		/* Desktop Styles */
		@media (width >= 1024px) {
			height: 90px;
		}

		&:before {
			display: none;
		}
	}

	.carousel-arrow {
		display: flex;
		align-items: center;
		justify-content: center;
	}
}

.owl-dots {
	display: flex;
	justify-content: center;
	margin-top: 1em;
	column-gap: 16px;

	/* @include media($full) {
		display: none !important;
	} */
	.owl-dot {
		width: 16px;
		height: 16px;
		background-color: transparent;
		border: 1px solid var(--primary-color);
		border-radius: 50%;

		/*
		@media (width >= 768px) {
			width: 13px;
			height: 13px;
		}

		/* Desktop Styles */
		@media (width >= 1024px) {
			width: 16px;
			height: 16px;
		}

		*/ &.active {
			background-color: var(--primary-color);
		}
	}
}

/*==============================================
=            Colors for Sample Page            =
==============================================*/

.sample-page {
	.color-grid {
		display: grid;
		grid-template-columns: 50px auto;
		row-gap: 5px;
	}

	.color {
		width: 40px;
		height: 40px;
	}

	.hex {
		display: flex;
		align-items: center;
	}
}

/*======================================
=            Online Reviews            =
======================================*/

#rmrr-ratingavgs {
	.avg-rating-box {
		font-family: var(--secondary-font);
	}

	.avgratingstarslabel {
		font-family: var(--primary-font);
	}

	.avgratingtitle {
		span {
			font-family: var(--primary-font);
		}
	}
}

#rmrrWidget {
	padding-bottom: 100px;

	#rmrr-tabs {
		li {
			font-family: var(--secondary-font);
			letter-spacing: 0;
			text-transform: none;

			a {
				text-decoration: none;

				span {
					font-family: var(--primary-font);
				}
			}
		}
	}
}

#rmrrWidget-contains-reviews {
	cite {
		.rmrr-review-author {
			font-family: var(--secondary-font);
		}

		.rmrr-review-date {
			font-family: var(--secondary-font);
		}
	}
}

#rmrrWidget-contains-pager-button-container {
	margin-top: 20px;

	button {
		cursor: pointer;
		display: inline-block;
		position: relative;
		text-align: center;
		text-decoration: none;
		text-transform: uppercase;
		font-family: var(--secondary-font);
		background-color: var(--primary-color);
		color: var(--light-color);
		padding: 12px 30px;

		&:hover,
		&:active,
		&:focus {
			background-color: var(--secondary-color);
			color: var(--light-color);
		}

		&.btn-inverse {
			background-color: var(--light-color);
			color: var(--primary-color);

			&:hover,
			&:active,
			&:focus {
				background-color: oklch(from var(--light-color) calc(l - 0.10) c h);
				color: var(--primary-color);
			}
		}

		&.btn-dark {
			background-color: var(--dark-color);

			&:hover,
			&:active,
			&:focus {
				background-color: oklch(from var(--dark-color) calc(l + 0.10) c h);
			}
		}
	}
}

/*===========================
=            404            =
===========================*/

/* #error_txt {
	margin-bottom: 100px;
} */

/*===============================================
=            Hiding Elfsight Toolbar            =
===============================================*/

.eapps-widget-toolbar {
	display: none !important;
}