/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/


@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}
.nav-dropdown-has-arrow li.has-dropdown:before {
    z-index: -999;
    border-bottom-color: #ddd;
    border-width: 9px;
    margin-left: -9px;
}
.nav-dropdown{
	border: 1px solid #ddd;
}
.nav-dropdown-default {
    padding: 13px 5px;
}
.footer_1 p {
    margin: 0;
}
.nav-dropdown {
    position: absolute;
	min-width: 325px;}
  
 
input[type='email'], input[type='date'], input[type='search'], input[type='number'], input[type='text'], input[type='tel'], input[type='url'], input[type='password'], textarea, select, .select-resize-ghost, .select2-container .select2-choice, .select2-container .select2-selection {
  box-sizing: border-box;
    max-width: 100%;
    width: 100%;
    vertical-align: middle;
    color: #333;
    margin-bottom: 15px;
    padding: 23px 20px;
    border: none;
    background: #f8f8f8;
    font-size: 1em;
    border-radius: 5px;
    font-weight: 500;
    letter-spacing: 0.9px;
	box-shadow: none;
  
}