/*
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 */

#dropdownbox{
color: #a7a7a7;
    padding: 6px 12px;
    display: inline-block;
    font-size: 1em;
    font-weight: inherit;
    transition: .15s linear border;
    -webkit-appearance: none;
    max-width: 100%;
    border: 1px solid #eee;
    background: #f7f7f7;
    font-family: inherit;
    line-height: 1.65;
    border-radius: 0;
    -webkit-border-radius: 0;
    margin-top: 3px;
    width: 100%;
}