/*
 * @file splash-review.css
 * @version 1.0.8
 * 
 **/
.splash-animated-video-autoplay {
	display: flex;
	justify-content: center;
	align-items: center;
}
.splash-review-container {
	background: white;
	width: 500px;
	display: flex;
	flex-direction: column;
	padding: 20px;
	border-radius: 10px;
	box-shadow: 0 2px 8px rgba(70, 70, 70, .5);
}
.splash-review-top {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	border-bottom: 2px solid #ddd;
	padding-bottom: 10px;
}
.splash-review-top h2 {
	margin: 0px;
	font-size: 60px;
}
.splash-review-top i {
	color: #12456c;
}
.splash-review-top .sm-button-1 i {
	color: white;
	padding-left: 5px;
}
.splash-review-bottom {
	max-height: 500px;
	overflow-y: auto;
}
.splash-review-item {
	padding: 20px 0px;
	border-bottom: 2px solid #ddd;
}
.post-details-area .splash-review-item h3 {
	font-size: 22px;
	margin-bottom: 3px;
}
.post-details-area .splash-review-item p, .post-details-area .splash-review-form p {
	margin-bottom: 0px;
}
.splash-review-form label, .splash-review-form input, .splash-review-form textarea {
	width: 100%;
}
.splash-review-form input, .widget .splash-review-form select {
	padding: 5px;
	color: #464646;
	line-height: 21px;
}
.widget .splash-review-form select {
	background-color: white;
}
.splash-review-form textarea {
	padding: 5px;
}
.splash-review-form .wpcf7-submit {
	background: #12456c;
    border: none;
    color: white;
    font-weight: 600;
    padding: 10px;
    border-radius: 5px;
	transition: 0.25s ease-in-out;
}
.splash-review-form .wpcf7-submit:hover {
	background: #7d9bc0;
}
.splash-review-top .sm-button-1 {
	background-color: #12456c;
    color: #fff;
    padding: 10px;
    border-radius: 5px;
    margin: 5px;
    text-transform: uppercase;
    cursor: pointer;
    width: auto;
    display: flex;
    float: left;
}