/*
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;
}

.cta-button {
background: #ff6900;
}

footer a {
color: inherit;
}