/*
Theme Name: Hotel LUX Child
Theme URI: http://cmsmasters.net/hotel-lux-child/
Author: cmsmasters
Author URI: http://cmsmasters.net/
Description: Hotel LUX Child Theme
Template: hotel-lux
Version: 1.0.0
License:
License URI:
Text Domain: hotel-lux-child
Tags: one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-image-header, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready
*/

.index-contact-column > div > div > .featured_block_inner,
.index-contact-column + div > div > div > .featured_block_inner
{
    width: 100% !important;
}

.index-contact-column > div > div > .featured_block_inner {
    padding: 0px !important;
}

.row {
    width: 100%;
}

@media (max-width: 767px) {
    .col-sm-12 {
        width: 98%;
        display: inline-block;
    }
}

@media (min-width: 768px) {
    .col-md-6 {
        width: 49%;
        display: inline-block;
    }
    .col-md-12 {
        width: 98%;
        display: inline-block;
    }
}

.reservation-contact-form label {
    display: block;
    font-weight: bold;
    margin-bottom: 0px;
}

.reservation-contact-form select {
    background-color: #F5F5F5;
}

.reservation-contact-form h3 {
    text-transform: uppercase;
    font-style: normal;
    text-align: center;
}