/*
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.   ***************/
.html.header-button-1 {
display:none;
}

.header-button {
display:none;
}
.is-divider {
display:none;
}

.more-link.button.primary.is-outline.is-smaller {
display:none;
}
.entry-meta.clearfix{
display:none;
}

.article-inner .entry-image {
	display: none
}

.cat-links {
display:none;
}

.comments-link.pull-right {
display:none;
}

.entry-content {
padding-top: 0px;
}

a {
color: #1e72bd;
text-decoration: none;
}

h6 a {
color: var(--fs-experimental-link-color) !important;
text-decoration: none;
}

.cta-button {
background: #ff6900;
}

footer a {
color: inherit;
}


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


}