/*
 Theme Name:   Reena Esmail
 Theme URI:    https://reenaesmail.com
 Description:  Custom GeneratePress theme for Reena Esmail
 Author:       Andy McGuinness
 Author URI:   https://andymcguinness.com
 Template:     generatepress
 Version:      1.0.0
*/

/* kelin-eator-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Kelin Eator';
  font-style: normal;
  font-weight: normal;
  src: url('fonts/Kelin Eator.otf') format('opentype'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* Sidebar top margin on mobile */
@media (max-width: 768px) {
	.widget-area.sidebar {
		margin-top: 80px;
	}
}

.site-description {
	text-align: right;
}

.ez-toc-open-icon {
	top: 135px;
}
.facetwp-link {
	margin-bottom: 10px;
}

.text-clip {
	overflow: hidden !important;
  	display: -webkit-box !important;
  	-webkit-line-clamp: 2 !important; /* Limits the text to two lines */
  	-webkit-box-orient: vertical !important;
  	text-overflow: ellipsis !important; /* Displays the ellipsis */
}

.yarpp-wrapper {
	display: flex;
	margin-top: 15px;
}

.yarpp-content {
	padding: 15px;
	margin-right: 15px;
	background-color: #fbf8f8;
	transition-duration: 0.3s;
	transition-property: background;
	transition-timing-function: ease;
	align-content: center;
	text-align: center;
}

.yarpp-content:hover {
	background-color: #DBC0AB;
}

.yarpp-content:nth-child(3) {
	margin-right: 0;
}