/*
Theme Name: Isla Negra
Author: Somos Forma
Version: 0.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/


#mainmenu a {
    position: relative;
    display: inline-block;
    padding: 30px 18px;
    text-decoration: none;
    color: #fff;
    text-align: center;
    outline: none;
}

.menu-item{
    border-bottom: none !important;
}

#back-to-top{
    background: #ca8e46 !important;
}

#mail_success, #mail_fail{
    display: none;
}

#mail_success{
    color: forestgreen !important;
}

input, #message{
    margin: 0px !important;
}

.mb20{
    margin-bottom: 20px !important;
}

#name-error, #email-error, #phone-error, #message-error{
    padding: 0px !important;
    margin: 0px !important;
}

/*** BOTONES FLOTANTES **/
.btn_float{
    background-size: cover;
    position: fixed;
    bottom: 66px;
    right: 0px;
    display: flex;
    flex-direction: column;
    z-index: 9;
}

.btn_float a{
    border-radius: 15px 0px 0px 15px;
    margin-bottom: 5px;
}

.btn_float a img{
    max-width: 65px;
    max-height: 90px;
}
