/*
Theme Name: Hawaiian Style Massage
Theme URI: http://hawaiianstylemassage.com
Description: Hawaiian Style Massage theme.
Author: Web Styles Hawaii
Author URI: http://webstyleshawaii.com
Template: Total
Version: 1.1
*/

@media only screen and (max-width: 959px) {
	body.wpex-mobile-toggle-menu-icon_buttons #site-logo {
    	max-width: 90% !important;
	}
	#site-logo a.site-logo-text {
    	letter-spacing: 0 !important;
	}
}

.wpex-select-wrap select {
    color: #000000;
}
input[type="date"], input[type="time"], input[type="datetime-local"], input[type="week"], input[type="month"], input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="tel"], input[type="number"], textarea {
    display: inline-block;
    color: #000000;
    padding: 6px 12px;
    font-family: inherit;
    font-weight: inherit;
    font-size: 1em;
    line-height: 1.65;
    max-width: 100%;
    border: 1px solid #eee;
    background: #f7f7f7;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}