/*
Theme Name: Flatsome Child Theme
Theme URI: http://flatsome.uxthemes.com/
Description: This is a child theme for Flatsome
Author: UX Themes
Author URI: http: //www.uxthemes.com/
Template: flatsome
Version: 2.5
*/

/*************** ADD CUSTOM CSS HERE.   ***************/

/*TOPBAR TEXT COLOUR*/

#top-bar li>a {
    color: #848181;
}



/*ADD TESTIMONIAL FIELDS BOTTOM MARGIN SETTING*/

element.style {
}

form#wpmtst-submission-form div.form-field {
    position: relative !important;
    top: -20px !important;
}
.strong-form .form-field {
    margin-bottom: .2em;
}

.strong-form textarea {
    height: 5em;
}

input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="week"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], textarea {
    font-size: 0.7em;
    
}


@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}