/*
	Theme Name:   	Superfast Child
	Theme URI:    	https://www.idtheme.com/superfast/
	Description:  	Superfast Child Theme
	Author: 		kentooz - Gian MR
	Author URI: 	http://gianmr.com
	Version: 		1.0.0
	License: 		GNU General Public License v2 or later
	License URI: 	http://www.gnu.org/licenses/gpl-2.0.html
	Text Domain: 	superfast
	Template:     	superfast
*/

@import url("../superfast/style.css");

/* match height */
.match-height {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
}

.match-height .col-match-height {
	display: flex;
	flex-direction: column;
}

/* Tour Homepage */
.lmd-fullwidth {
	padding: 0 15px;
}

.tour-welcome-banner {
	position: relative;
	margin-top: -20px;
	margin-bottom: 40px;
}

.tour-welcome-text {
	position: absolute;
	width: 100%;
	left: 0;
	right: 0;
    bottom: 0;
	padding: 30px 20px 20px;
	background: rgba(0,0,0,.5);
	color: #ffffff;
	font-size: 16px;
	text-align: center;
}

.block-title {
	text-align: center;
	margin-bottom: 20px;
}

/* Excerpt Tour */
.tour-excerpt-harga, .tour-harga {
	font-size: 120%;
	font-weight: 600;
}
.tour-excerpt-harga s, .tour-harga s {
	font-size: 90%;
	font-weight: 400;
	opacity: .7;
}
.tour-excerpt-harga span, .tour-harga span {
	font-size: 90%;
	font-weight: 400;
}

.tour-header {
	border-bottom: 1px solid #ecf0f1;
	padding-bottom: 15px;
	margin-bottom: 20px;
}
.tour-harga {
	text-align: center;
	font-size: 140%;
}
.tour-harga s {
	font-size: 100%;
}

/* Single Tour */
.tour-rating .rmp-widgets-container.rmp-wp-plugin.rmp-main-container {
  text-align: center;
  margin: 0 0;
}

.fotorama-wrap {
	margin-bottom: 15px;
}

/* Forms */
.booking-title {
	margin: 30px 0 15px;
	padding: 10px 0;
	text-align: center;
	border: 1px solid #ecf0f1;
	border-left: none;
	border-right: none;
}

.wpcf7 h3 {
	font-size: 16px;
}

.wpcf7-form-control-wrap {
	display: block;
	margin: 6px 0 15px 0;
}
.form-label {
	margin-bottom: 15px;
}
.form-control {
	width: 100%;
}

.btn-bookroom {
	 width: 100% !important;
	 text-align: center;
}

/* Rating Plugins */
.rmp-heading, .rmp-rating-widget__results, .rmp-rating-widget__not-rated, .rmp-rating-widget__msg {
	display: none !important;
}
.rmp-rating-widget .rmp-icon--ratings {
  font-size: 1rem !important;
}

/* recent tour */
.recent-tour-thumbnail {
	float: left;
	margin-right: 15px;
}
.recent-tour-thumbnail img {
	max-width: 80px;
	max-height: 80px;
}

.recent-tour-title {
	display: -webkit-box;
	white-space: normal;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	font-size: 1rem !important;
	margin-bottom: 10px;
}

.recent-tour-harga {
	font-size: 14px;
	font-weight: 600;
}
.recent-tour-harga s {
	font-size: 80%;
	font-weight: 400;
	opacity: .7;
}
.recent-tour span {
	font-size: 80%;
	font-weight: 400;
}

.clear {
	clear: both;
}


/* Media Queries */
@media (min-width: 768px) {
	.tour-harga {
		text-align: left;
	}
	.tour-rating {
		text-align: left;
	}
	.tour-rating .rmp-widgets-container.rmp-wp-plugin.rmp-main-container {
	  text-align: right;
	}
}