/*
Theme Name: Diamond
Theme URI: http://
Description: A simple responsive theme based on the Bootstrap framework. Includes multiple page templates, two different sidebars and a theme options panel.
Version: 1.2.1
Author: Raff
Author URI: http://
Tags: black, white, one-column, two-columns, flexible-width, custom-background, custom-colors, custom-menu, full-width-template, theme-options
License: GNU General Public License v2.0 & Apache License 2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html http://www.apache.org/licenses/LICENSE-2.0
*/

/* HEADS UP: Everything that you will normally find here can be found in the library/less/wp.less */
.gform_wrapper .top_label .gfield_label{
display:none !important;
}
.gform_wrapper .gform_footer input.button{
color: #ffffff;
    background-color: #BBA776;
    border-color: #BBA776;
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 10px 30px;
    font-size: 14px;
    line-height: 1.428571429;
    border-radius: 0px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    text-transform: uppercase;
float:right;
}
.gform_wrapper .gform_footer{
    padding: 0em 0 .625em !important;
}
.gform_wrapper .hidden_label input.large, .gform_wrapper .hidden_label select.large, .gform_wrapper .top_label input.large, .gform_wrapper .top_label select.large,.gform_wrapper textarea.large{
width: 100% !important;
}

/* CUSTOM */
/*.navbar-nav a{background:rgba(227, 205, 149, 0.7) !important;display:block;}*/
/*padding:5px 10px !important;background:rgba(0,0,0,0, 0.5) !important;display:block;*/
/*.navbar-nav a{color:#ffffff !important;text-shadow: 0 0 8px #000000;padding:5px 10px !important;background:rgba(225,225,225, 0.4) !important;display:block;}*/
/*.col-md-4 {margin-top:-20px;}*/
.navbar-nav a{color:#ffffff !important;}
body.home .navbar-nav a{color:#000000 !important;}
.navbar-nav li.active a,.navbar-nav a:hover{color:#ffd765 !important;}
#top_contact{color:#ffffff;}
body.home #top_contact{color:#000000;}
#top_contact a{padding-left:20px;color:#ffffff;}
body.home #top_contact a{color:#000000;}
.navbar{background:#BBA776;}
.widgettitle{background:#BBA776 !important;}
.tab-righ{background:transparent !important;}
@media (max-width: 767px) {
.tab-righ{background:#BBA776 !important;overflow:visible !important;}
.navbar-collapse{overflow:visible !important;}
img.alignleft,img.alignright{float:none !important;margin-bottom:15px;}
}