/*
You can add your own CSS here.

.promo-button {
padding:20px;
border-radius:20px;
background-color:#f68b20;
transition: all 0.3s;
}

.promo-button:hover {
    background-color: #FFA53A;
}

Click the help icon above to learn more.
*/

.newsletter-form .field-row {
	width: 100%;
}

.newsletter-form .field-row input.field-full {
	width: 100%;
}

.newsletter-form .field-row input.field-half {
	width: 49%;
	display: block;
	float: left;
}

.newsletter-form .field-row input.field-half:last-child {
	float: right;
}

.newsletter-form input {
	max-width: none !important;
}

.cff-likebox iframe div._2p3a {
	width: 100% !important;
	max-width: 300px !important;
	background-color: red;
}

#presscore-contact-form-widget-2 input,
#presscore-contact-form-widget-2 textarea{
	width: 100%;
	max-width: none	
}

.fb-page > blockquote {
	background-color: #e5c234;
}

div.grid-align-center > div {
	margin-left: auto;
	margin-right: auto;
}

div#packages_table {
	width: 900px;
}

div#packages_table  > div.caption_column li.header_row_2 {
	padding: 0 0 14px !important;
}

div#packages_table > div {
	width: 20% !important;
}

.multi-sessions {
    line-height: 14px;
    font-size: 14px;
}

.text-orange {
    color: #da4300;
}

@media (max-width: 767px) {
	div#packages_table  > div:not(:first-child) {
		width: 100% !important;
	}
}

@media (max-width: 767px) {
	.newsletter-form .field-row input.field-half {
		width: 100%;
		float: none
	}
}

@media (max-width: 797px) {
	.content h1 {
		font-size: 2em !important;
	}
	.content h2 {
		font-size: 1.75em !important;
	}
	.content h3 {
		font-size: 1.5em !important;
	}
	.content h4 {
		font-size: 1.25em !important;
	}
	.content h5 {
		font-size: 1.15em !important;
	}
	.content h6 {
		font-size: 1em !important;
	}
	
	.content h1,
	.content h2,
	.content h3,
	.content h4,
	.content h5,
	.content h6 {
		line-height: 1.5em;
	}
}

@media (max-width: 979px) {
	div#packages_table {
		width: 100%;
	}

	div#packages_table  > div:not(:first-child) {
		width: 25% !important;
	}
}

.archive .wf-cell {
	opacity: 1 !important;
}