/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/

.error_message{
    display: none;
}

.awb-image-hotspots-hotspot:focus{
    outline: none;
}

span[name="usagetype"] select.usagetype {
    display: inline;
}

span[data-name="usagetype"]{
    display:inline;
}

span[data-name="usagetype"] div{
    display:inline;
}

span[data-name="usagetype"], span[data-name="usagetype"] .select-arrow {
    border:none;
    background-color: transparent!important;
}

span[data-name="usagetype"] .select-arrow {
    background-color: transparent;
    top: -3px;
    right: 15px;
}

span[data-name="usagetype"] select.usagetype {
    display: inline;
    border:none;
    background-color: transparent;
    width:20%;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 1px;
    font-size:26px;

}

span[data-name="usagetype"] select.usagetype:focus {
    background: transparent;
}