/*
Theme Name: Total Child
Theme URI: http://totalwptheme.com
Description: Total WordPress theme example child theme.
Author: AJ Clarke
Author URI: http://totalwptheme.com
Template: Total
Version: 1.1
*/

/* Parent stylesheet should be loaded from functions.php not using @import */


.navbar-style-two .dropdown-menu>li>a {
    display: block;
    height: 50px;
    line-height: 50px;
    color: #555;
    font-weight: normal;
    padding: 0 11px;
}


/* Caldera Button 
-------------------------------*/
/** Change Background color and text color **/
.caldera-grid .btn { background-color: #ff9100 !important; color: #ffffff !important; font-size: 16px !important; -moz-border-radius: 4px !important; border-radius: 4px !important; -webkit-border-radius: 4px !important; }

/** Change Background color and text color on hover **/
.caldera-grid .btn:hover { background-color:#ff9100 !important; color: #ffffff !important; }

/** Change required color  **/
.caldera-grid span.field_required { color: #ff9100 !important; }