/*
Theme Name: Wp Haswell
Theme URI: http://cmssuperheroes.com
Author: CMSSuperHeroes
Author URI: http://themeforest.net/user/CMSSuperHeroes
Description: The 2015 theme for WordPress is a fully responsive theme that looks great on any device. Features include a front page template with its own widgets, an optional display font, styling for post formats on both index and single views, and an optional no-sidebar page template. Make it yours with a custom menu, header image, and background.
Version: 1.1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, brown, orange, tan, white, yellow, light, one-column, two-columns, right-sidebar, fluid-layout, responsive-layout, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, translation-ready, accessibility-ready
Text Domain: wp_haswell

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
.formulario-reserva {
    position: relative;
}

.formulario-reserva form {
    padding: 30px 0;
}

.formulario-reserva-1 form {
    border-bottom: solid 1px #4b4e53;
}

.formulario-reserva label {
    color: #4b4e53;
}

.formulario-reserva .form-control {
    border: solid 2px #4b4e53;
    color: #4b4e53;
    background-color: transparent;
    border-radius: 0;
    padding-left: 10px;
    height: 36px;
}

.formulario-reserva .form-control option {
    color: #000;
}

.formulario-reserva .form-control:focus {
    border-color: #8d1a14;
    box-shadow: none;
}

.formulario-reserva .btn {
    border: solid 2px #8d1a14;
    color: #8d1a14;
    text-transform: uppercase;
    background-color: transparent;
    border-radius: 0;
    margin-top: 25px;
}

.formulario-reserva .btn:hover,
.formulario-reserva .btn:focus {
    border-color: #4b4e53;
}

@media (min-width:768px) {
    .formulario-reserva form {
        background-color: rgba(0, 0, 0, .5);
        position: absolute;
        width: 100%;
        left: 0;
        top: -201px;
        display: block;
        padding: 10px 0 15px;
        top: -121px;
    }
.formulario-reserva-1 form {
        background-color: #303236;
        position: static;
        width: 100%;
       display: block;
        padding: 10px 0 15px;
top: auto;
.formulario-reserva-1 form {
    border-bottom: solid 1px #fff;
}
       
    }

    .formulario-reserva label {
        color: #FFF;
    }



    .formulario-reserva .form-control,
    .formulario-reserva .btn {
        border: solid 2px #FFF;
        color: #FFF;
    }

    .formulario-reserva .btn:hover,
.formulario-reserva .btn:focus {
    border-color: #8d1a14;
}

}

@media (min-width:992px) {
    .formulario-reserva form {
        padding: 30px;
        top: -171px;
    }

 .formulario-reserva-1 form {
        padding: 30px 0;
        top:auto;
    }

}

.main-footer-wrap.pt-80 {padding-top:30px!important;}