/*
Theme Name: Starhotel Child Theme
Description: Child theme for Starhotel
Version: 1.0
Theme URI: http://themeforest.net/user/slashdown
Author: Slashdown
Author URI: http://themeforest.net/user/slashdown
License: GNU General Public License, version 2
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: starhotel
Template: starhotel
Tags: responsive-layout, two-columns
*/
@import url("../starhotel/style.css");

.ee-gd-imports {
	height: 500px;
}

#owl-gallery .item img {
	height: 400px;
}

.room-thumb .main .price span, article .meta-author, .meta-category, .meta-comments {
	font-size: 9px;
}

.amen-left-side {

}

.amen-left-side img {
	max-width: 100%;
	width: 100%;
    height: 175px;
}

.amen-right-side {

}

.amen-right-side h3 {
    margin-top: 0px;
    padding-top: 0px;
    margin-bottom: 10px;
}

.amen-spacer {
	height: 45px;
    clear: both;
}

body.single-room table.table tbody td {
    width: 33% !important;
}

.isotope-item .room-thumb .main .price, form.reservation-vertical .price {
	display: none !important;
}

#wpc-weather .today {
	margin-top: 25px;
	padding-left: 22%;
}

#wpc-weather .today .day {
	color: #FFF;
	width: 25%;
}

#wpc-weather .today .day span {
	color: #000;
}

#wpc-weather .infos {
	position: relative;
	left: 20%;
	top: -22px;
}

.pum-overlay.pum-theme-916 .pum-container .pum-content .gform_wrapper ul.gform_fields li label {
    display: block !important;
    margin-top: 7px !important;
}

.ewd-ufaq-hidden {
	display: none !important;
}

/* Move The To Top Button For Live Chat */
#go-top {
	bottom: 100px;
	right: 31px;
}

@media (min-width: 990px){
	header div.is-sticky .navbar {
		overflow: visible !important;
	}
}

@media (max-width: 990px){
	 .col-expand-select select {
		width: 144% !important;
		min-width: 144% !important;
		max-width: 144% !important;
	}
}

/* Generic Icon List [START] */
.ft_generic_icon_list > .container{
    font-size: 0;
    text-align: center;
}
.ft_generic_icon_list_item_container {
    display: inline-block;
    width: 100%;
    font-size: initial;
    padding: 0 15px 30px;
    vertical-align: top;
}
.ft_generic_icon_list_item_container a > div,
.ft_generic_icon_list_item_container > div {
    background: #eee;
    padding: 30px 15px;
}
.ft_generic_icon_list_item_container > div {
	padding: 30px 15px 63px;
}
.ft_generic_icon_list_item_container i {
    font-size: 50px;
}
.ft_generic_icon_list_item_container h3 {
    font-size: 20px;
    font-weight: 900;
}
.ft_generic_icon_list_item_container p {
    line-height: 1.5em;
    height: 10.5em;
    overflow: auto;
    color: #333333;
}
@media( min-width: 600px ) {
    .ft_generic_icon_list_item_container {
        width: 50%;
    }
}
@media( min-width: 992px ) {
    .ft_generic_icon_list_item_container {
        width: 33.333333%;
    }
}
@media( min-width: 1366px ) {
    .ft_generic_icon_list_item_container {
        width: 25%;
    }
}
/* Generic Icon List [END] */