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

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

.row.content_post {
    border: 1px solid #c5c5c5;
    border-radius: 10px;
    position: relative;
    max-height: 500px;
    overflow: auto;
    scrollbar-width: none;
    box-shadow: inset 1px 1px 4px,2px 2px 5px 2px #911599;
    margin-bottom: 10px;
    padding: 2rem 1rem;
}

.wp-block-search__inside-wrapper .wp-block-search__button {
	padding: 0;
	font-size: 12px;
    min-width: 65px;
}
.searchform-wrapper .searchform .search-field {
    background-color: rgb(0 0 0 / .03);
    border-color: #828282;
    border-radius: 99px;
    box-shadow: none;
    color: currentColor!important
}
.searchform-wrapper .searchform .flex-col:last-of-type {
	margin-left: -2.9em;
}
.searchform-wrapper .searchform .submit-button {
    background-color: transparent!important;
    border-color: transparent!important;
    box-shadow: none;
    color: currentColor!important
}
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}