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

/*
.content {
	width: 100%;
	@media (min-width: 1060px) {
		width: calc(100% - var(--sidebar));
		padding-right: 50px;
		padding-bottom: 20px;
	}
}
*/


.salacious-crumb {
	font-size: 12.5px;
	font-size: 0.78125rem;
	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(--primary-color);
	}

	.current-crumb-item {
		color: rgb(from var(--primary-color) r g b / 0.5);
	}
}

.sitemap-list {
	margin: 1em;
}

/*
.interior {
	display: block;
	text-align: left;
	margin-bottom: 40px;
	margin-top: 40px;
	@media (min-width: 1060px) {
		display: flex;
	}
*/

.full-width {
	position: relative;
	width: 100vw;
	left: -20px;

	@media (min-width: 1060px) {
		/* Use this if you're using contain on the desktop size */
		/* left: calc(((40px + (50vw - (1060px / 2)))) * -1); */
		left: -40px;
	}

	@media (min-width: 1550px) {
		left: calc(((40px + (50vw - (1550px / 2)))) * -1);
	}
}

.gallery-columns-0 {
	@media (min-width: 768px) {
		display: flex !important;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.gallery-item {
		@media (min-width: 768px) {
			width: 48% !important;
		}

		@media (min-width: 1060px) {
			width: 32% !important;
		}

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

/* End Interior */

/*===============================================
=            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;
		}
	}

}

/* End Content */

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;

		@media (min-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: var(--light-color);
	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 (min-width: 768px) {
		column-gap: 35px;
	}
	@media (min-width: 1060px) {
		column-gap: 66px;
	} */
	li {
		/* flex-basis: calc(50% - 6px); */
		text-align: center;
		/* @media (min-width: 768px) {
			flex-basis: auto;
		}
		&:before {
			display: none;
		} */
	}
	img, svg {
		height: 80px;
		width: auto;
	}
	/* .each-logo {
		opacity: 1;
		@media (min-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;
		@media (min-width: 768px) {
			top: 35px;
		}
		@media (min-width: 1060px) {
			top: 45px;
		}
		.owl-prev {
			display: flex;
			position: absolute;
			left: 0;
			transform: translateY(-50%);
			@media (min-width: 768px) {
				left: -20px;
			}
		}
		.owl-next {
			display: flex;
			position: absolute;
			right: 0;
			transform: translateY(-50%);
			@media (min-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%;
		@media (min-width: 768px) {
			height: 70px;
		}
		@media (min-width: 1060px) {
			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: 10px;
	/* @media (min-width: 1550px) {
		display: none !important;
	} */
	.owl-dot {
		width: 8px;
		height: 8px;
		background-color: var(--secondary-color);
		border: 1px solid var(--secondary-color);
		opacity: 0.5;
		border-radius: 50%;
		transition: all 0.3s;
		/* @media (min-width: 768px) {
			width: 13px;
			height: 13px;
		}
		@media (min-width: 1060px) {
			width: 16px;
			height: 16px;
		} */
		&.active {
			background-color: var(--secondary-color);
			opacity: 1;
		}
	}
}

/*==============================================
=            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 {
		/* NOTE: unrecognized/unsupported construct "@extend .button;" — native CSS has no @extend equivalent.
		   Apply the .button class directly in markup, or duplicate the .button rule's declarations here. */
	}
}

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

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

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

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