/**
 * Custom container for all website inner content
 */
.custom-container {
	max-width:1200px;	
	margin:auto;
}
.small-custom-container {
		max-width:500px;	
		margin:auto;
}
/**
 * Custom class no margin for text
 */
.no-text-margin h1,
.no-text-margin h2,
.no-text-margin h3,
.no-text-margin h4,
.no-text-margin h5,
.no-text-margin h6,
.no-text-margin p {
	margin:0;
}
.custom-newsletter-form-btn {
		width: 100% !important;
    background: #ff8b00 !important;
}
/**
 * Override pricing table widget styles
 */
.lsow-pricing-table .lsow-top-header {
	background:#ffffff !important;
		border-top-left-radius:7px;
		border-top-right-radius:7px;
		border-bottom:0;
}
.lsow-pricing-table .lsow-top-header h3 {
	color:#ff8b00;
}
.lsow-plan-price.lsow-plan-header.lsow-center {
		display:none;
}
.lsow-pricing-table .lsow-plan-details {
	display:none;		
}
.lsow-pricing-table .lsow-purchase a {
	background:#ff8b00;
}
.lsow-pricing-table .lsow-purchase {
	background:#ffffff;
	border-bottom-left-radius:7px;
	border-bottom-right-radius:7px;
}
.lsow-grid-item {
	border-radius:7px;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(219,219,219,1);
	-moz-box-shadow: 0px 0px 5px 0px rgba(219,219,219,1);
	box-shadow: 0px 0px 5px 0px rgba(219,219,219,1);
}