/*
 * Testimonials
*/

.content {
	margin-bottom: 3em;
	padding: 3em 0 2em;
	background: #F2F2F2;
}

.content .container {
	max-width: 50em;
	line-height: 1.57;
	color: #121212;
}

.filter-row {
	margin-bottom: 3em;
	margin-top: 1.5em;
}

.filter-row .row {
	align-items: center;
}

.filter_name {
	font-family: Mulish;
	font-weight: 800;
	font-size: 1.5em;
	line-height: 1.5;
	padding: 0.44em 0;
}

.s-hidden {
    visibility:hidden;
    max-width: 100%;
    padding-right:10px;
}
.select {
    cursor:pointer;
    display:inline-block;
    width: 100%;
    padding:1em 1.3em;
    position:relative;
    font:normal 1em/1.3 Mulish;
    background: #F2F2F2;
}
.styledSelect {
    position:absolute;
    top:0;
    right:0;
    bottom:0;
    left:0;
    padding:1em 1.3em;
    color: #636363;
}
.styledSelect::after {
	content: "";
	width: 0.75em;
	height: 0.75em;
	border: 1px solid transparent;
	border-color: transparent transparent black black;
	position: absolute;
	top: 1em;
	right: 1em;
	transform: rotate(-45deg);
}
.styledSelect:active, .styledSelect.active {
    background-color:#eee;
}
.options {
    display:none;
    position:absolute;
    top:100%;
    right:0;
    left:0;
    z-index:1;
    margin:0 0;
    padding:5px 0;
    list-style:none;
    background-color:white;
    -webkit-box-shadow: 0 4px 25px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 4px 25px rgba(0, 0, 0, 0.15);
    box-shadow: 0 4px 25px rgba(0, 0, 0, 0.15);
    font-family: Poppins;
}
.options li {
    margin:0 0;
    padding: 8px 1.6em;
	line-height: 1.5;
	color: #636363;
}
.options li::before {
	content: none;
}
.options li:hover {
	font-weight: bold;
	color: #BAA375;
}

.filter-row input[type="search"] {
	width: 100%;
	background: #F2F2F2;
	padding: 1em 4em 1em 1em;
	border: none;
	font-family: Mulish;
	color: #636363;
}

.filter-row  button {
	position: absolute;
	right: 15px;
	height: 100%;
	background: transparent;
	border: none;
	padding: 1em;
}

::placeholder { 
  opacity: 1;
}

.testimonials-item {
	margin-bottom: 2em;
}

.type-testimonials {
	display: flex;
	flex-direction: column;
	height: 100%;
	background: #FFFFFF;
	box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.15);	
}

.testimonials-class {
	padding: 1em;
	min-height: 3.5em;
	background: #7CA1AB;
	font-family: Mulish;
	font-weight: 800;
	font-size: 1.14em;
	text-align: right;
	color: #FFFFFF;
}

.entry-content {
	flex-grow: 1;
	padding: 4.6em 2.5em 2em 1.5em;
	position: relative;
	line-height: 1.5;
}

.entry-content::before {
	content: "";
	display: block;
	width: 2.6em;
	height: 2em;
	position: absolute;
	top: 1.7em;
	left: 1.4em;
	background: url(/wp-content/uploads/2021/04/quote-2.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.read-more {
	display: block;
	font-weight: 500;
	text-transform: uppercase;
	color: #7CA1AB;
	margin-top: 1em;
}

.read-more:hover {
	color: #7CA1AB;
}

.testimonials-title {
	background: #F2F2F2;
}

.testimonials-title>* {
	margin-bottom: 0;
	padding: 1.25em;
	font-family: Mulish;
	font-style: italic;
	font-weight: bold;
	font-size: 1.14em;
	line-height: 145.5%;
	color: #121212;
	text-align: right;
}

.modal-testimonials .modal-dialog {
	max-width: 60.7em;
}

.modal-testimonials .modal-content {
	max-height: 80vh;
}

.modal-testimonials .testimonials-title > * {
	padding: 0.6em 1.25em;
	font-size: 1.5em;
}

.modal-testimonials .entry-content {
	padding: 4.6em 8.5em 2em 8.5em;
	overflow-y: auto;
}

.modal-testimonials .entry-content::before {
	left: 8.2em;
}

.modal-prev {
	position: absolute;
	left: 2em;
	top: 40%;
	cursor: pointer;
}

.modal-next {
	position: absolute;
	right: 2em;
	top: 40%;
	cursor: pointer;
}

.search-results .entry-header {
	margin: 2em 0;
}

.no-results.not-found .entry-content::before {
	content: none;
}

.no-results.not-found .entry-content {
	padding: 0;
}

/*
 * RESPONSIVE STYLES
*/

/* Large desktop */
@media (min-width: 1200px) { 

}

@media (max-width: 991px){
	
}

/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 991px) {

}
 
/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
	.filter {
		margin-bottom: 1em;
	}
}
 
/* Landscape phones and down */
@media (max-width: 480px) {
	.modal-testimonials .entry-content {
		padding: 3.6em 1.5em 1em 1.5em;
	}

	.modal-testimonials .entry-content::before {
		left: 1.2em;
		top: 58px;
		width: 5em;
		height: 3em;
		opacity: 0.2;
	}

	.modal-next {
		right: 1.2em;
		top: 8px;
	}

	.modal-prev {
		left: 1.2em;
		top: 8px;
	}

	.modal-testimonials .testimonials-title > * {
		font-size: 1.3em;
	}

	.next.page-numbers {
		margin-left: 0.5em;
	}

	.prev.page-numbers {
		margin-right: 0.5em;
	}
}