@charset "UTF-8";
/*!
Theme Name: Villagio Child
Theme URI: http://www.getmotopress.com/themes/villagio/
Author: MotoPress
Author URI: http://www.getmotopress.com/
Description: WordPress photography theme.
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: villagio
Tags:one-column, two-columns, right-sidebar, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, flexible-header, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready, blog
Template: villagio

*/

.text-center{
    text-align: center;
}

.h4{
    display: block;
    margin-bottom: 1em;
    font-size: 1.5em;
}

.single-mphb_room_type .entry-header:before {
    content: none !important;
}

@media(min-width:560px) {
    .single-mphb_room_type .flexslider .slides img {
        height: 800px;
        margin: auto;
        width: auto;
    }
}

@media only screen and (max-width: 560px) {
    .mphb-calendar-flex > div{
        width: 100%;
    }
    
    .mphb-booking-form .mphb-reserve-btn{
        width: 100%;
        padding: 1.3em 0 !important;
        text-align: center;
    }
}

.btn.loadMoreBtn {
    color: #01bea0 !important;
    text-align: center;
    line-height: 5;
}

.btn.loadMoreBtn:after {
    content: ' \f078';
    font-family: 'FontAwesome';
    font-size: 0.6em;
}

.btn.loadMoreBtn:hover {
    text-decoration: none;
}

.category_cities{
    display: flex;
    justify-content: center;
    list-style: none;
    margin: 0;
}

.category_cities a{
    text-decoration: none;
    transition: color linear .7s;
}

.category_cities a:hover{
    color: #111111;
}

.category_cities li{
    margin-right: 0.5em;
}

/*Photo correct */
body .site-content .mphb-flexslider .gallery-item {
    display: block;
    height: 254px !important;
    overflow: hidden !important;
}
body .gallery-columns-4 img {
    height: 190px;
}


body span.gallery-icon.landscape {
    display: inline-flex;
    height: 100%;
    background: #cfd1dfc7;
    align-items: center;
}
body .site-content .mphb-flexslider .gallery-item,body span.gallery-icon{
	background: #cfd1dfc7;
    align-items: center;
}
body .site-content .mphb-flexslider ul.slides img {
    display: block !important;
    margin: 0 auto;
}
body.mphb_room_type-template-default.single .site-content .entry-header .mphb-flexslider .gallery-item{
	height: auto !important;
}
@media only screen and (max-width: 900px) {
	
	body.mphb_room_type-template-default.single .gallery-columns-4 .gallery-item {
    max-width: 50% !important;
    min-width: none !important;
}
}

@media(max-width: 700px){
body.single  span.gallery-icon.portrait, body.single  span.gallery-icon.landscape {
  
    height: 260px !important;
    max-height: 260px !important;
    
}
body.single .site-content .mphb-flexslider ul.slides img {
    width: 100% !important;
    height: 260px !important;
}
body.home .mphb-flexslider ul.slides img {
    width: 100% !important;
    height: 320px !important;
}
}
.vd-soc{
	text-align:center;
}
.vd-soc h4{margin:0px;margin-bottom:10px;}
.vd-soc ul,.vd-soc li{
list-style: none;
    display: inline-block;
    font-size: 30px;
    margin: 0 5px;
}
.vd-soc li{
	
}
add_filter( 'pll_get_the_language', function( $language ) {
    return 'uk';
} );} );
