* {
	box-sizing: border-box;
}
html {
	scroll-behavior: smooth;
}
/* Create two equal columns that floats next to each other */
.column {
	float: left;
	width: 25%;
	padding: 10px;
}

.column.content {
	width: 72%;
	float: right;
}

/* Clear floats after the columns */
.row:after {
	content: "";
	display: table;
	clear: both;
}
/*.row {
}
*/
@media only screen and (max-width: 767px) {
	.social-links ul {
		flex-direction: row;
		margin: auto;
		align-items: center;
		justify-content: center;
		margin-top: 2rem;
	}
}
#filter-form-container {
	/* padding: 1em;
	padding-bottom: 3em;
	max-height: calc(100% - 100px);
	overflow-y: auto;
	z-index: 8;
	margin-left: auto;
	margin-right: auto;
	min-width: 315px;
	max-width: 400px;
	position: relative;
	background-color: white; */

	/* position: absolute; */

	/* border: 3px dashed hotpink; */

	/* position: fixed;
    display: block;
    left: 0px;
    right: 0px;
    
    top: 100px; */
}
button#filter-results-button {
	/* display: none; */
	color: #ffffff;
	background: #eb0145;
	border-radius: 3em;
	padding-left: 2.5rem;
	padding-right: 2.5rem;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	margin: 0 auto;
	min-width: 200px;
	z-index: 9;
	font-weight: 700;
	/* position: sticky; */
	/* top: 100px; */
}
@media only screen and (min-width: 767px) {
	#filter-form-container {
		/* max-height: calc(100vh - 105px); */
		position: sticky;
		top: var(--sticky-offset, 160px);
		/* overflow-y: auto; */
		/* border: 2px solid pink; */
	}
}
#tip-list {
	/* max-width: 1200px; */
	width: 100%;
	margin: 0 auto;
	/* display: grid; */
	/* grid-gap: 0.7rem; */
	/* grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); */
	margin-bottom: 50px;
	/* display: flex;
	flex-direction: row;
	flex-wrap: wrap; */
}

.card {
	/* padding: 1rem; */
	/* width: 100%; */
	/* height: auto; */
	/* max-width: 280px; */
	/* flex: 1 1 250px; */
	/* margin-bottom: 2rem; */
}

.filter-form {
	text-align: left;
	/* padding-left: 40px; */
	/* margin-bottom: 100px; */
	width: 100%;
	margin: auto;
	max-width: 400px;
	/* min-width: ; */
}

@media only screen and (max-width: 767px) {
	/*.filter-form {
		padding-right: 40px;
	}*/
}
@media only screen and (max-width: 800px) {
	/*.filter-form {
		/* padding-right: 20px; 
	}*/
}

.filter-header {
	color: #eb0145;
	margin-bottom: 20px;
	font-weight: bold;
	margin-top: 40px;
}
.filter-header:first-of-type {
	margin-top: 0;
}
input.filter-check {
	margin-right: .5rem;
}
.card .img-wrapper {
	box-shadow: 0px 2px 10px 3px rgba(0, 0, 0, 0.1);
	/* margin-top: 40px; */
	overflow: hidden;
	width: 100%;
	height: 280px;
	position: relative;
	display: block;
}
.card img {
	text-align: center;
	margin: 0 auto;
	width: 100%; /* width of container */
	/* height: 280px; height of container */
	height: 100%;
	object-fit: cover;
	/* object-position: 20% 10%; */
	object-position: center;
	/* transform: scale(1.1); */
	position: relative;
	display: block;
}
.card-title {
	font-size: 26px;
	font-weight: bold;
	/* text-align: left; */
	line-height: 27px;
	/* margin-top: 20px; */
	padding-left: 0.25rem;
}
footer.entry-footer {
	display: none;
}
#filter-form li {
	font-weight: 300;
	margin-top: 5px;
	font-size: 15px;
	width: 100%;
}
#filter-form li input {
	/* margin: auto; */
}
.plusminus-row {
	color: darkgray;
	cursor: pointer;
}
.plusminus {
	float: right;
	font-size: 28px;
	color: darkgray;
	margin-top: -10px;
}
input[type="checkbox"] {
	transform: scale(1.3);
}
#product-search {
	width: 100%;
	margin-bottom: 7px;
	border-radius: 6px;
}
/* .text-center.row {
	margin-top: 70px;
} */

.tip-count {
	color: #eb0145;
	font-size: 16px;
}
.sorter {
	float: right;
	margin-right: 50px;
	margin-top: 9px;
	font-weight: bold;
}
.tip-count-container {
	float: left;
	margin-left: 75px;
	font-weight: bold;
	margin-top: 9px;
}

#categories,
#occasions {
	padding-top: 7em;
	margin-top: -7em;
}
@media only screen and (max-width: 767px) {
	/* .text-center.row {
		margin-top: -50px;
	} */
	/*button#filter-results-button {*/
	/* margin-top: -40px; */
	/* margin-bottom: 20px; */
	/* display: block; */
	/* position: sticky; */
	/* top: 95px; */
	/*}*/

	/*#filter-form {
		/* display: none; 
		/* margin-right: 40px; 
	}*/
	.card {
		margin: 0 auto;
		width: 100%;
		/* text-align: center; */

		.img-wrapper {
			height: auto;
			aspect-ratio: 1/1;
		}
	}
	/*.card img {
		/* width: unset; 
	} */
	.sorter {
		float: right;
		margin-right: 20px;
	}
	.tip-count-container {
		float: left;
		margin-left: 20px;
	}
	p.has-red-color.has-text-color.has-xl-font-size.text-lg.font-cursive.font-medium.md\:text-xl {
		text-align: center;
	}
	.tombras-grid-advanced-columns.w-full.flex.flex-col.col-span-1.row-span-1 {
		text-align: center;
	}
	p.has-black-color.has-text-color.has-2-xl-font-size.text-base.font-bold.md\:text-2xl {
		text-align: center;
	}
}
@media only screen and (max-width: 480px) {
	#tip-list {
		/* padding: 0 20px; */
		/* grid-gap: 1rem; */
		/* grid-template-columns: repeat(auto-fit, minmax(140px, 1fr)); */
	}
}
.fixed.left-2.bottom-8.z-50.text-white.text-sm.text-center {
	display: none;
}
.sort-element {
	color: #eb0145;
	font-weight: bold;
}
.li-col {
	width: 80%;
	padding: 0;
}
.li-col2 {
	width: 20%;
	display: block;
	height: 100%;
	padding-top: 4px;
}
img.maker-approved {
	position: absolute;
	left: 24px;
	background: none;
	height: 80px;
	width: 85px;
	/* top: -44px; */
	top: 0;

	box-shadow: none;
	display: block;
}
.relative {
	position: relative;
}
@media only screen and (max-width: 767px) {
	article#post-54 {
		margin-top: 20px;
	}
}

.tip-cats,
.tip-occasions {
	display: grid;
	margin: auto;
	grid-row-gap: 20px;
	grid-column-gap: 20px;
	grid-auto-rows: 200px;
	justify-items: center;
	padding: 20px 20px 80px;
	grid-template-columns: repeat(2, 1fr);
	grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
}
.tip-cats span,
.tip-occasions span {
	padding-top: 20px;
}
.tip-cats img,
.tip-occasions img {
	width: 100%;
}
video {
	width: 100% !important;
	height: 100% !important;
	object-fit: cover;
}
.lower-slider p {
	font-size: 18px;
	line-height: 24px;
}

.lower-slider #subhead {
	font-size: 22px;
	line-height: 1.75rem;
	text-align: left;
	margin-bottom: 1em;
}
@media (min-width: 768px) {
	.tip-cats,
	.tip-occasions {
		max-width: 90%;
	}
}
@media (min-width: 960px) {
	.tip-cats,
	.tip-occasions {
		max-width: 90%;
	}
}
@media (min-width: 1280px) {
	.tip-cats,
	.tip-occasions {
		max-width: 1280px;
	}
}

.social-links svg {
	fill: black;
}

.entry-content p {
	font-size: 22px;
	letter-spacing: normal;
	line-height: 1.75rem;
}

#breadcrumbs {
	display: none;
}

@media (min-width: 768px) {
	.tip .item-slider {
		max-width: 60vw;
	}
	#breadcrumbs {
		padding-bottom: 0;
		display: block;
	}
}

.sticky-offset {
	position: sticky;
	top: var(--sticky-offset, 160px);
}
