/*
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.
*/
#c7234_7_5 {
	display: none;
}

.box-sidebar, .inner-content .newsletter-box {
	background: #5f1a34;
}

.inner-content .newsletter-box h1 a {
	font-size: 26.5px !important;
}

.inner-content .box h2, .inner-content .newsletter-box h1 {
	margin: 17px 0 15px;
}

.box-sidebar h1 a, .inner-content .box h1 a {
	color: #fff !important;
}

.search-results mark, .single-post mark, .page mark {
	background: #f38a73 !important;
}

.search-terms {
	background: #f38a73;
}

.home .woocommerce-price-suffix {
	display: none;
}

.featcont {
	background: #fff none repeat scroll 0 0;
	padding: 0 0 5px;
}

.search #content {
	width: 100% !important;
	float: left;
}

.entry-content p {
	font-size: 1em !important;
}

a {
	color: #36cece;
}

.asmh-header .primary>ul>li>a {
	color: #000;
}

#partybtn,#nestbtn,#tablebtn {
	background: #2C65AC;
	border: 0;
	padding: 4px 14px;
	border-radius: 7px;
	color: #fff;
	font-family: "futura-pt-condensed", sans-serif;
	font-size: 22px;
}

.single-post img {
	height: auto;
}

.woocommerce table.my_account_orders td, .woocommerce table.my_account_orders th {
	font-size: 12px;
	padding: 4px 5px;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
	margin-top: 20px;
}

.ab-email-validation-error, .ab-email-validation-success, .ab-email-validation-error-1, .ab-email-validation-success-1{
    color: #db1f24;
    position: absolute;
    bottom: -3rem;
    font-size: 16px;
    display: none;
    text-align: left;
    left: 0;
    right: 0;
}

.ab-email-validation-success, .ab-email-validation-success-1 {
    color: #4BB543;
}

.ab-message-button {
	margin-top: 10px;
}