/*
 * Testimonials
*/

.full-width-content {
	padding: 3.71em 0;
	background: #F2F2F2;
	font-family: Mulish;
	font-weight: 800;
}

.full-width-content .row {
	align-items: center;
}

.full-width-content-text {
	margin-bottom: 1em;
	font-size: 1.29em;
	line-height: 1.39;
}

.full-width-content-undertext {
	margin-bottom: 1.5em;
	font-size: 0.86em;
	line-height: 1.17em;
}

.full-width-content .button {
	margin-bottom: 2em;
}

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

.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:hover {
	font-weight: bold;
	color: #BAA375;
}

.options li::before {
	content: none;
}

.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;
}

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

.testimonials-video-item {
	margin-bottom: 2.3em;
}

.testimonials-video {
	position: relative;
	cursor: pointer;
}

.testimonials-video svg {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	opacity: 0.7;
}

.testimonials-video iframe,
.testimonials-video img {
	display: block;
	height: 20em;
	width: 100%;
	object-fit: cover;
}

.testimonials-video:hover svg {
	opacity: 1;
}

.testimonials-video:hover svg path {
	fill: #ff0000;
}

.entry-bottom {
	display: flex;
	justify-content: space-between;
	align-items: center;
	background: #7BA1AB;
	color: #fff;
	padding: 0.5em;
}

article .entry-title {
	font-weight: bold;
	font-size: 1.29em;
	margin: 0;
}

.entry-program {
	font-family: Mulish;
	font-style: italic;
	font-weight: 300;
	font-size: 1.14em;
}

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

.modal-testimonials-video iframe {
	display: block;
	width: 100%;
	height: 40em;
}


/*
 * RESPONSIVE STYLES
*/

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

}

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

/* Portrait tablet to landscape and desktop */
@media (max-width: 991px) {
	.modal-testimonials-video .modal-dialog {
		max-width: 90%;
	}

	.modal-testimonials-video iframe {
		height: 56vw;
	}
}
 
/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
	.filter {
		margin-bottom: 1em;
	}

	.full-width-content img {
		margin-bottom: 1em;
	}
}
 
/* Landscape phones and down */
@media (max-width: 480px) {

	.modal-testimonials-video .modal-dialog {
		max-width: 100%;
	}

	.testimonials-video iframe {
		height: 16em;
	}

}