/*
Welcome to Custom CSS!

CSS (Cascading Style Sheets) is a kind of code that tells the browser how
to render a web page. You may delete these comments and get started with
your customizations.

By default, your stylesheet will be loaded after the theme stylesheets,
which means that your rules can take precedence and override the theme CSS
rules. Just write here what you want to change, you don't need to copy all
your theme's stylesheet content.
*/
/* Enterprise Pro Red
--------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
	color: #660E0D;
	font-family: 'Titillium Web', sans-serif;
	font-weight: 700;
	line-height: 1.2;
	margin: 0 0 10px;
}

body {
	background-color: #fff;
	color: #000;
	font-family: 'Lato', sans-serif;
	font-weight: normal;
	line-height: 1.625;
}

.post a {
	color: #800000;
	text-decoration: underline;
}

blockquote, blockquote::before {
	color: #444;
}

.enterprise-pro-red .comment-meta a:hover,
.enterprise-pro-red .entry-comments .comment-author a:hover,
.enterprise-pro-red .entry-title a:hover,
.enterprise-pro-red .genesis-nav-menu .current-menu-item > a,
.enterprise-pro-red .genesis-nav-menu .sub-menu .current-menu-item > a:hover,
.enterprise-pro-red .genesis-nav-menu .sub-menu a:hover,
.enterprise-pro-red .genesis-nav-menu a:hover,
.enterprise-pro-red .site-footer a:hover,
.enterprise-pro-red .site-title a,
.enterprise-pro-red .site-title a:hover,
.enterprise-pro-red a {
	color: #660E0D;
}

.enterprise-pro-red .comment-meta a,
.enterprise-pro-red .site-footer a {
	color: #aaa;
}

.enterprise-pro-red .entry-comments .comment-author a,
.enterprise-pro-red .entry-title a,
.enterprise-pro-red .genesis-nav-menu a,
.enterprise-pro-red .sidebar .widget-title a,
.enterprise-pro-red a:hover {
	color: #999;
}

.enterprise-pro-red .nav-primary a {
	color: #fff;
}

.enterprise-pro-red .archive-pagination .active a,
.enterprise-pro-red .archive-pagination li a:hover,
.enterprise-pro-red .button,
.enterprise-pro-red .home-top .more-link,
.enterprise-pro-red button,
.enterprise-pro-red input[type="button"],
.enterprise-pro-red input[type="reset"],
.enterprise-pro-red input[type="submit"] {
	background-color: #660E0D;
	color: #fff;
}

.enterprise-pro-red .button:hover,
.enterprise-pro-red .home-top .more-link:hover,
.enterprise-pro-red button:hover,
.enterprise-pro-red input:hover[type="button"],
.enterprise-pro-red input:hover[type="reset"],
.enterprise-pro-red input:hover[type="submit"] {
	background-color: #999;
	color: #fff;
}

/* Comment Forms Text Entry
--------------------------------------------- */
input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ececec;
	border-radius: 3px;
	box-shadow: inset 1px 1px 2px rgba(0,0,0,0.06);
	color: #222;
	font-size: 16px;
	font-weight: 400;
	padding: 16px;
	width: 100%;
}

/* Custom CSS For WooCommerce */
.woocommerce .sidebar {
	display: none !important;
}

.woocommerce .site-inner {
	background-color: #fff !important;
}

.woocommerce .entry {
	border: 0 !important;
	box-shadow: none !important;
}

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
	background-color: #FFC10F;
	color: #000;
	font-size: 22px;
	padding: 15px 30px;
}

.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
	background-color: #039AB5;
}

.woocommerce .products ul, .woocommerce ul.products {
	padding-top: 40px;
}

mark {
	background: none;
}

/* Custom CSS For Events */
#tribe-events-footer~a.tribe-events-ical.tribe-events-button {
	display: none;
}

/* Home Page CSS */
.fl-builder-content .fl-node-5824b81ae89a1 a.fl-button:hover {
	padding: 14px 38px;
}

.single-contest .entry-meta {
	display:none;
}

.single-contest .author-box {
	display:none;
}