/*
Theme Name: Hotel Xenia Child
Theme URI: http://plethorathemes.com/avoir/
Description: Child theme for Avor (Plethora Themes)
Author: Plethora Themes
Author URI: http://plethorathemes.com
License: GNU General Public License v2 or later 
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: theme-options, translation-ready
Template: hotel-xenia
*/
/* DO YOUR STUFF AFTER THIS !!  */

/* Mobile menu */
@media only screen and (max-width: 768px) {
	.bf-topbar-left-span {
		display: inline-block;
		width: 100%;
		margin-bottom: 10px;
	}
}

/* Menu */
.header nav.primary_nav ul li.lihaschildren:not(.sublihaschildren):after {
    opacity: 1;
}
.header nav.primary_nav ul li a:before {
    background: #fff;
}

/* Slider */
/* Normal */
.slider_wrapper .owl-carousel .owl-prev, 
.slider_wrapper .owl-carousel .owl-next {
    opacity: 0.6;
    height: 54px !important;
}
.slider_wrapper .owl-carousel .owl-prev {
    background-image: url(/wp-content/themes/hotel-xenia-child/images/slider-arrows-1.png) !important;
    left: 20px;
}  
.slider_wrapper .owl-carousel .owl-next {
    background-image: url(/wp-content/themes/hotel-xenia-child/images/slider-arrows-2.png) !important;
    background-position: 0 0 !important;
} 
/* Hover */
.slider_wrapper .owl-carousel .owl-prev:hover 
.slider_wrapper .owl-carousel .owl-next:hover {
    opacity: 1;
}
.slider_wrapper .owl-carousel .owl-prev:hover {
    background-image: url(/wp-content/themes/hotel-xenia-child/images/slider-arrows-1.png) !important;
}
.slider_wrapper .owl-carousel .owl-next:hover {
    background-position: 0 0 !important;
    background-image: url(/wp-content/themes/hotel-xenia-child/images/slider-arrows-2.png) !important;
}

/* Rooms */
.rooms_grid_classic_vertical_wrapper .rooms_grid_item .rooms_grid_item_content {
	position: absolute;
	bottom: 0;
	left: 15px;
	background: rgb(255,255,255,0.7);
	width: calc(100% - 30px);
	padding: 15px;
}
.rooms_grid_classic_vertical_wrapper .rooms_grid_item .rooms_grid_item_content p {
	margin: 0;	
	color: #5c5c5c;
	font-weight: 400;
}
.rooms_grid_classic_vertical_wrapper .rooms_grid_item .rooms_grid_item_content h3 {
	margin: 0;
	font-size: 18px;
}
.rooms_grid_classic_vertical_wrapper .rooms_grid_item .rooms_grid_item_content h3 + p:not(.subtitle) {
	margin: 0;
	color: #4e4e4e;
	font-weight: 400;
}
.rooms_grid_classic_vertical_wrapper .rooms_grid_item .rooms_grid_item_content p.excerpt,
.rooms_grid_classic_vertical_wrapper .rooms_grid_item .rooms_grid_item_content a.btn.btn-link ,
.room_listed_amenities {
	display: none;
}

.rooms_grid_classic_vertical_wrapper .rooms_grid_item {
    margin-bottom: 30px;
}
/* End rooms */

#custom-topbar-container .custom-topbar-left, 
#custom-topbar-container .custom-topbar-right {
    width: 50%;
    float: left;
    margin-top: 10px;
    padding: 0 8px 0 8px;
}  
    #custom-topbar-container .custom-topbar-left {
        text-align: left;
    }
    #custom-topbar-container .custom-topbar-right {
        text-align: right;
    }
#custom-topbar-container .textwidget,
#custom-topbar-container p {
    margin: 0;
    color: white;
    font-weight: 400;
    font-size: 14px;
}

.head_panel .container, .head_panel .container-fluid {
    padding-top: 215px;
}

.form-control, select, textarea, 
input[type="text"], input[type="password"], 
input[type="datetime"], input[type="datetime-local"], 
input[type="date"], input[type="month"], 
input[type="time"], input[type="week"], 
input[type="number"], input[type="email"], 
input[type="url"], input[type="search"], 
input[type="tel"], input[type="color"] {
    margin-bottom: 0px;
}

.large_form .form-control, .large_form select, 
.large_form textarea, .large_form input[type="text"], 
.large_form input[type="password"], .large_form input[type="datetime"], 
.large_form input[type="datetime-local"], .large_form input[type="date"], 
.large_form input[type="month"], .large_form input[type="time"], 
.large_form input[type="week"], .large_form input[type="number"], 
.large_form input[type="email"], .large_form input[type="url"], 
.large_form input[type="search"], .large_form input[type="tel"], 
.large_form input[type="color"] {
    padding: 10px 16px;
}

.header.logo_centered_in_menu .logo {
    margin: 0 0 24px 0;
}

@media all and (max-width: 991px) {
    #custom-topbar-container .custom-topbar-left, 
    #custom-topbar-container .custom-topbar-right {
        width: 100%;
        text-align: center;
    }
        #custom-topbar-container .custom-topbar-right {
            display: none;
        }
    .black_section {
        margin-top: 140px;
    }

    .header.sticky_header {
        /* position: relative !important; */
        /* margin: 0px !important; */
        background-color: #000000 !important;
    }
    .header.logo_centered_in_menu .logo {
        margin: 24px 0;
    }
}

/* Cars */
.cars-main {
    padding: 20px 0;
    float: left;
    /* width: 100%; */
    margin-left: -15px;
    margin-right: -15px;
}
.cars-main .single-member {
    margin-top: 0;
    margin-bottom: 30px;
    overflow: hidden;
    position: relative;
    z-index: 3;
}
.cars-main .team-img {
    display: block;
    position: relative;
    /* border-radius: 3px; */
    max-height: 50vh;
    overflow: hidden;
    height: 16em;
}
.cars-main .team-img img {
    /* border-radius: 4px; */
    margin: 0 auto;
    display: block;
    min-width: 100%; 
    height: auto;
}
.cars-main .team-text {
    background: rgba(0,0,0,0) -webkit-linear-gradient(rgba(0,0,0,0),#000) repeat scroll 0 0;
    background: rgba(0,0,0,0) linear-gradient(rgba(0,0,0,0),#000) repeat scroll 0 0;
    border-radius: 0 0 3px 3px;
    bottom: 0;
    left: 0;
    padding: 0 24px;
    position: absolute;
    width: 100%;
}
.cars-main .team-info {
    padding-bottom: 18px;
    padding-top: 41px;
    -webkit-transition: all .5s ease 0;
    transition: all .5s ease 0;
}
.cars-main .member-info {
    color: #ddd;
    font-size: 1.2em;
    font-weight: 700;
    font-family: Source Serif Pro, sans-serif;
}
.cars-main .team-hover {
    bottom: -400%;
    left: 0;
    padding-right: 24px;
    padding-left: 24px;
    padding-bottom: 0;
    position: absolute;
    -webkit-transition: all .4s ease 0;
    transition: all .4s ease 0;
    width: 100%;
}
.cars-main .member-name {
    display: block;
    font-size: 1.2em;
    margin-bottom: 8px;
    text-transform: uppercase;
    margin-top: 5px;
    font-size: 16px;
    color: white;
    font-family: Source Sans Pro, sans-serif;
}
.cars-main .member-name a {
    color: #fff;
    font-size: 16px;
    font-family: Source Sans Pro, sans-serif;
}
.cars-main .single-member:hover .team-info {
    padding-bottom: 250px;
}
.cars-main .single-member:hover .team-hover {
    bottom: 0;
}
.cars-main .single-member:hover .team-img:after {
    background: rgba(0,0,0,.5);
    transition: background .2s;
}
.cars-main .single-member .team-img:after {
    display: inline-block;
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

/* Congierge */
.custom-hover-grid .vc_gitem-post-data-source-post_excerpt {
    display: none;
}
.custom-hover-grid .vc_grid-item-mini {
    position: relative;
}
.custom-hover-grid .vc_gitem-zone-c > .vc_gitem-zone-mini > .vc_gitem_row,
.custom-hover-grid .vc_gitem-zone-c {
    background-color: transparent !important;
}
.services_grid_item_content .textify_links a:link, 
.services_grid_item_content .textify_links a:visited {
    color: #fff;
}
.custom-hover-grid .vc_grid-item-mini .vc_gitem-post-data-source-post_title,
.services_grid_item_content .textify_links {
    position: absolute;
    bottom: 0;
    font-size: 20px;
    left: 0;
    width: 100%;
    color: #fff;
}
.custom-hover-grid .vc_gitem-zone-c,
.services_grid_item_content {
    position: absolute;
    bottom: 0;
    left: 15px;
    width: calc(100% - 30px);
    padding: 15px;
    height: 100%;
    margin-top: 0 !important;
    text-align: center;
    -webkit-transition: all .4s ease 0;
    transition: all .4s ease 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 999;
}
.custom-hover-grid .vc_gitem-zone-c {
    left: 0;
    height: 100%;
    width: 100%;
    background: rgb(0,0,0,0);
    padding: 0;
}
    .custom-hover-grid .vc_gitem-zone-c > .vc_gitem-zone-mini,
    .custom-hover-grid .vc_gitem-zone-c > .vc_gitem-zone-mini > .vc_gitem_row,
    .custom-hover-grid .vc_gitem-zone-c > .vc_gitem-zone-mini > .vc_gitem_row > .vc_gitem-col {
        width: 100%;
        height: 100%;
        position: relative;
    }
    .custom-hover-grid .vc_gitem-zone-c > .vc_gitem-zone-mini > .vc_gitem_row > .vc_gitem-col {
        display: flex;
        align-items: center;
        justify-content: center;

    }
    .custom-hover-grid .vc_gitem-zone-c > .vc_gitem-zone-mini > .vc_gitem_row > .vc_gitem-col .vc_gitem-post-data-source-post_title h4,
    .custom-hover-grid .vc_gitem-zone-c > .vc_gitem-zone-mini > .vc_gitem_row > .vc_gitem-col .vc_btn3-left {
        text-align: center !important;
        margin: 0;
    }
    .custom-hover-grid .vc_gitem-zone-c > .vc_gitem-zone-mini > .vc_gitem_row .vc_btn3,
    .services_grid_item_content a.btn.btn-primary {
        opacity: 0;
        -webkit-transition: transform .4s, opacity .4s;
        -moz-transition: transform .4s, opacity .4s;
        transition: transform .4s, opacity .4s;
        -webkit-transform: translateY(-10%);
        -moz-transform: translateY(-10%);
        transform: translateY(-10%);
        border: 1px solid #fff;
        color: #fff !important;
        margin-top: 0 !important;
        border-radius: 0;
        font-size: 13px;
        text-transform: uppercase;
        padding: 8px 24px;
        background-color: transparent;
        font-weight: 500;
    }
.custom-hover-grid .vc_grid-item:hover .vc_gitem-zone-c ,
.services_grid_item:hover .services_grid_item_content {
    background: rgb(0,0,0,0.5) !important;
}
    .custom-hover-grid .vc_gitem-zone-c > .vc_gitem-zone-mini > .vc_gitem_row .vc_btn3:before {
        content: "";
        position: absolute;
        z-index: -1;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: #000000;
        -webkit-transform: scaleY(0);
        transform: scaleY(0);
        -webkit-transform-origin: 50% 100%;
        transform-origin: 50% 100%;
        -webkit-transition-property: transform;
        transition-property: transform;
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
    }
    .custom-hover-grid .vc_grid-item:hover .vc_gitem-zone-c > .vc_gitem-zone-mini > .vc_gitem_row .vc_btn3,
    .services_grid_item:hover .services_grid_item_content a.btn.btn-primary  {
        opacity: 1;
        -webkit-transform: translateY(0%);
        -moz-transform: translateY(0%);
        transform: translateY(0%);
        margin-top: 0 !important;
    }
.services_grid_classic_vertical_wrapper .services_grid_item {
    margin-bottom: 30px;
}

/* Icon fix */
.bf-custom-phone {
    margin-left: 20px;
}

@media all and (max-width: 768px) {
	.contact_detail {
		width: 100%;
		text-align: left;
	}
	.bf-custom-phone-wrapper {
		width: 100%;
		float: left;
		margin: 10px 0 0 0 !important;
	}
	.bf-custom-phone {
		margin-left: 0;
	}
}