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

/*************** ADD CUSTOM CSS HERE.   ***************/
p.quform-description.quform-description-below {
    display: none;
}
.quform-field-size-fat>.quform-input>.quform-field-textarea {
    height: 200px;
}
button.button.primary.is-outline.is-small {
    border-radius: 3px;
}
.quform-success-message {
    background-color: #a7fa7d;
    border-left: 5px solid #a7fa7d
    padding: 5px 15px;
    margin: 0 0 10px 0;
    position: relative;
}
h1.entry-title {
    font-size: 40px;
    text-transform: uppercase;
}
.box-blog-post .is-divider {
    display: none!important;
}
p.from_the_blog_excerpt {
    line-height: 1.5em;
}
.badge.absolute.top.post-date.badge-outline {
    display: none;
}
.quform-edit-form .quform-edit-form-link {
    display: none;
}

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


}