/*
Theme Name: Flatsome
Theme URI: http://flatsome.uxthemes.com/
Author: UX-Themes
Author URI: http://www.uxthemes.com/
Description: Multi-Purpose Responsive WooCommerce Theme
Version: 3.11.0
Text Domain: flatsome
License: http://themeforest.net/licenses
License URI: http://themeforest.net/licenses
*/

/***************
All custom CSS should be added to Flatsome > Advanced > Custom CSS,
or in the style.css of a Child Theme.
***************/

.col.medium-12.small-12.large-5.small-col-first{
	padding-bottom:0px;
}

.has-text-align-center, .aligncenter.size-large {
	text-align:center;
	margin-bottom: 5px;
}

.calltoaction {
	text-align: center;
    font-size: 20px;
    margin: 10px 0px 10px 0px;
    text-transform: uppercase;
}

.calltoaction a {
	color: #b61f1f;
} 

.entry-meta.uppercase.is-xsmall, .badge.post-date{
	display: none;
}

@media screen and (max-width: 549px){
	p {font-size: 16px;}
	.entry-content {padding-left: 1em !important; padding-right: 1em !important;}
}

@media screen and (max-width: 395px){
	p {font-size: 14px;}
	h2 {font-size: 1.1em;}
	.calltoaction {font-size: 16px;}
	.entry-content {padding-left: 0.5em !important; padding-right: 0.5em !important;}
}