/*
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.   ***************/

.mfp-content {
	min-width: 320px !important;
}
.mfp-content .subtitle {
	font-size: 10px !important;
}
.mfp-content .toggle {
	width: 40px !important;
}

#n3-search-tool-section-find #n3-search-tool-input {
	width: 70%;
}
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/

	#n3-search-tool-section-find #n3-search-tool-input {
		width: 100%;
	}

}