/*
	Theme Name: Casa Foundation
	Theme URI: http://casafoundation.com/
	Description: Custom WordPress Theme
	Author: Anchorwave
	Author URI: http://anchorwave.com/
	Version: 1.0
	License: WTFPL
	License URI: http://sam.zoy.org/wtfpl/
	Tags: blank, html5, clean, html5 boilerplate, best practices
*/


/* Table of Content
==================================================
        #Reset & Basics
        #Basic Styles
        #Site Styles
        #Typography
        #Links
        #Lists
        #Images/Medias
        #Helper classes
        #Basic WordPress Classes
        #Buttons
        #Forms
        #Misc
        -----------------------------------------------
        #Site Styles
        #Page Styles
        #Media Queries
        #Font-Face
*/


/* #Reset & Basics (Inspired by E. Meyers)
================================================== */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* #Basic Styles
================================================== */
body {
	background: url(images/bodyBg.gif) repeat #f2ecda;
	font: 18px/20px "Garamond", Helvetica, Arial, sans-serif;
	color: #362c21;
	-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
	-webkit-text-size-adjust: 100%;
}

/* Highlight Color */
::-moz-selection {
background: #014160;
color:#fff;
text-shadow: none;
}
::selection {
	background: #014160;
	color: #fff;
	text-shadow: none;
}
/* Device onclick */	
a:link {
	-webkit-tap-highlight-color: #014160;
}
/* #Typography
================================================== */
h1, h2, h3, h4, h5, h6 {
	color: #181818;
	font-family: 'MyriadProSemibold';
	font-weight: normal;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	font-weight: inherit;
}
h1 {
	line-height: 50px;
	margin-bottom: 14px;
	color: #eaeee6;
	font-family: 'Garamond-Italic';
	font-size: 48px;
}
h2 {
	font-size: 35px;
	line-height: 40px;
	margin-bottom: 10px;
}
h3 {
	font-size: 32px;
	line-height: 34px;
	margin-bottom: 10px;
	color: #88401F;
	font-family: 'Garamond-Italic';
}
h4 {
	font-size: 22px;
	line-height: 20px;
	margin-bottom: 10px;
	font-family: 'MyriadProSemiboldItalic';
	color: #604b35;
	text-shadow: 1px 1px 1px #FFFDF7;
}
h5 {
	font-size: 17px;
	line-height: 24px;
}
h6 {
	font-size: 14px;
	line-height: 21px;
}
.subheader {
	color: #777;
}
h7 {
	font-size: 18px;
	line-height: 21px;
}
p {
	margin: 0 0 20px 0;
	line-height: 25px;
}
p img {
	margin: 0;
}
p.lead {
	font-size: 21px;
	line-height: 27px;
	color: #777;
}
em {
	font-style: italic;
}
strong {
	font-weight: bold;
	color: #333;
}
small {
	font-size: 80%;
}
/*	Blockquotes  */
blockquote, blockquote p {
	font-size: 17px;
	line-height: 24px;
	color: #777;
	font-style: italic;
}
blockquote {
	margin: 0 0 20px;
	padding: 9px 20px 0 19px;
	border-left: 1px solid #ddd;
}
blockquote cite {
	display: block;
	font-size: 12px;
	color: #555;
}
blockquote cite:before {
	content: "\2014 \0020";
}
blockquote cite a, blockquote cite a:visited, blockquote cite a:visited {
	color: #555;
}
hr {
	border: solid #ddd;
	border-width: 1px 0 0;


	clear: both;
	margin: 10px 0 30px;
	height: 0;
}
/* #Links
================================================== */
a, a:visited {
	color: #604B35;
	text-decoration: none;
	outline: 0;
}
a:hover, a:focus {
	color: #000;
}
p a, p a:visited {
	line-height: inherit;
	color: #B31111;
}
p a:hover {
	text-decoration: underline;
}
/* #Lists
================================================== */
ul, ol {
	margin-bottom: 20px;
}
ul {
	list-style: none outside;
}
ol {
	list-style: decimal;
}
ol, ul.square, ul.circle, ul.disc {
	margin-left: 30px;
}
ul.square {
	list-style: square outside;
}
ul.circle {
	list-style: circle outside;
}
ul.disc {
	list-style: disc outside;
}
ul ul, ul ol, ol ol, ol ul {
	margin: 4px 0 5px 30px;
	font-size: 90%;
}
ul ul li, ul ol li, ol ol li, ol ul li {
	margin-bottom: 6px;
}
li {
	line-height: 18px;
	margin-bottom: 12px;
}
ul.large li {
	line-height: 21px;
}
li p {
	line-height: 21px;
}
/* #Images
================================================== */

img.scale-with-grid {
	max-width: 100%;
	height: auto;
	width: auto;
}
/* #Helper classes
================================================== */
.ir {
	display: block;
	text-indent: -999em;
	overflow: hidden;
	background-repeat: no-repeat;
	text-align: left;
	direction: ltr;
}
.hidden {
	display: none;
	visibility: hidden;
}
.visuallyhidden {
	position: absolute !important;
	clip: rect(1px 1px 1px 1px);
	clip: rect(1px, 1px, 1px, 1px);
}
.invisible {
	visibility: hidden;
}
.col {
	display: inline;
	float: left;
}
/* #Basic WordPress Classes
================================================== */
/* Aligns, prev next links */
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.navigation, .comment-navigation {
	display: block;
	clear: both;
}
.navigation {
	margin-top: 40px;
	padding-bottom: 70px;
}
.comment-navigation {
	margin-top: 15px;
	padding-bottom: 5px;
}
.navigation a, .comment-navigation a {
}
.navigation a:hover, .comment-navigation a:hover {
}
.attachment a {
	border: 0
}
.navigation a img {
	border-radius: 0;
	border: none
}
.navigation-image a {
	border: none
}
/* images */
p img {
	padding: 0;
	max-width: 100%;
}
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignright {
	padding: 4px;
	margin: 0 0 2px 10px;
	display: inline;
}
img.alignleft {
	padding: 4px;
	margin: 0 10px 2px 0;
	display: inline;
}
.alignright {
	float: right;
}
.alignleft {
	float: left;
}
/* Captions */
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #fafafa;
	padding-top: 5px;
	margin: 5px 25px 25px 0px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption p.wp-caption-text {
	font-size: 10px;
	line-height: 16px;
	padding: 4px 4px 5px 0;
	margin: 0;
	color: #666;
}
/* Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
}
acronym, abbr {
	border-bottom: 1px dashed #999;
}
blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
}
blockquote cite {
	margin: 5px 0 0;
	display: block;
}
.center {
	text-align: center;
}
.hidden {
	display: none;
}
.screen-reader-text {
	position: absolute;
	left: -1000em;
}
/* #Clearing
================================================== */
/* Use clearfix class on parent to clear nested columns,
or wrap each row of columns in a <div class="row"> */
.clearfix:before, .clearfix:after, .row:before, .row:after {
	content: '\0020';
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
.row:after, .clearfix:after {
	clear: both;
}
.row, .clearfix {
	zoom: 1;
}
/* You can also use a <br class="clear" /> to clear columns */
.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
.clearboth {
	clear: both;
}
/* #Buttons
================================================== */

/* Fix for odd Mozilla border & padding issues */
button::-moz-focus-inner, input::-moz-focus-inner {
 border: 0;
 padding: 0;
}
.button {
	color: #fff !important;
	background: #d78727;
	display: inline-block;
	font-family: 'Garamond-Italic';
	font-size: 23px;
	padding: 8px 20px;
	text-shadow: none;
	border-radius: 5px;
	border: none;
	cursor: pointer;
}
.button:hover {
	background: #f49c32;
}
/* #Forms
================================================== */
.gform_body input[type="text"], .gform_body input[type="password"], .gform_body input[type="email"], .gform_body textarea, .gform_body select {
	color: #604b35;
	text-transform: capitalize;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	font-family: 'Garamond';
	font-size: 15px;
	border: none;
	padding: 10px;
	outline: none;
	width: 290px;
	margin-right: 10px;
}
fieldset {
	margin-bottom: 20px;
}
select {
	padding: 0;
}
input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, textarea:focus {
	border: none;
}
textarea {
	max-height: 150px;
}
label, legend {
	display: block;
	font-weight: bold;
	font-size: 13px;
}
.gform_body select {
	width: 310px;
}
input[type="checkbox"] {
	display: inline;
}
label span, legend span {
	font-weight: normal;
	font-size: 13px;
	color: #444;
}
/* #Misc
================================================== */
.remove-bottom {
	margin-bottom: 0 !important;
}
.half-bottom {
	margin-bottom: 10px !important;
}
.add-bottom {
	margin-bottom: 20px !important;
}
.sprite, .ico {
	background-image: url(images/sprite.png);
	background-color: transparent;
	background-repeat: no-repeat;
	float: left;
}
/* #Site Styles
================================================== */
/* Self Clearing Goodness */
.container {
	width: 960px;
	margin: 0 auto;
}
.container:after {
	content: "\0020";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#main {
	background: url(images/mainBg.jpg) no-repeat center 37px;
	min-height: 400px;
}
#top-header {
	background: #7d2b27;
}
#top-header ul {
	float: right;
}
.text-size > span {
	float: left;
	padding: 7px 0 0;
}
#top-header ul.resize-list {
	margin: 5px 0 0;
}
#top-header ul, #top-header li {
	margin-bottom: 0;
}
#top-header li {
	float: left;
	margin-left: 30px;
}
#top-header li.col-1 {
	margin-right: 20px;
	padding: 4px 0;
}
#searchform input[type="text"] {
	width: 183px;
	margin-bottom: 0;
	float: left;
	color: #79654c;
	text-transform: uppercase;
	height: 16px;
	border-radius: 3px 0 0 3px;
	-moz-border-radius: 3px 0 0 3px;
	-webkit-border-radius: 3px 0 0 3px;
	font-family: 'Garamond';
	border: none;
	padding: 6px 4px;
	outline: none;
}
#searchsubmit {
	background-color: transparent;
	background-image: url("images/sprite.png");
	background-repeat: no-repeat;
	float: left;
	background-position: 0 0;
	width: 33px;
	height: 28px;
	border: none;
	display: block;
	text-indent: -999em;
	cursor: pointer;
}
#searchsubmit:hover {
	background-position: 0 -31px;
}
#top-header li.col-2 {
	padding-top: 7px;
}
.text-size, #top-header a {
	color: #fff;
	font: 14px 'MyriadProSemibold';
	line-height: 1;
}
#top-header a:hover {
	color: #f3e7c4;
}
.text-size {
	height: 20px;
}
.fontResizer {
	display: inline;
	margin-left: 5px;
}
.text-size .fontResizer a {
	padding: 2px 5px;
}
#top-header .fontResizer a:hover, #top-header .fontResizer a.active {
	background: none repeat scroll 0 0 #e3dbc2;
	color: #525142;
	border-radius: 50% 50% 50% 50%;
}
.text-size .fontResizer .fontResizer_reset:hover {
	padding: 1px 5px;
}
.text-size .fontResizer .fontResizer_add:hover {
	padding: 0 5px;
}
#top-header li.col-3 {
	padding-top: 8px;
}
#top-header li.col-3 .ico {
	background-position: -38px 0;
	height: 21px;
	margin-right: 10px;
	margin-top: -2px;
	width: 20px;
}
#top-header li.col-3 a:hover .ico {
	background-position: -38px -23px;
}
#top-header li.col-4 {
	padding-top: 8px;
}
#top-header li.col-4 .ico {
	background-position: -64px 0;
	width: 21px;
	height: 14px;
	margin-right: 7px;
	margin-top: 2px;
}
#top-header li.col-4 a:hover .ico {
	background-position: -64px -16px;
}
#logo {
	display: inline-block;
	margin-top: 20px;
	float: left;
}
.small-donate-btn {
	background-position: -86px -2px;
	color: #604B35;
	float: right;
	font-family: 'Garamond-Italic';
	font-size: 15px;
	height: 32px;
	margin-right: -15px;
	margin-top: 15px;
	padding-top: 50px;
	text-align: center;
	width: 222px;
}
#nav-sec .qucik-contact {
	color: #655C50;
	float: right;
	font-family: 'Garamond';
	font-size: 18px;
	margin-right: 20px;
	margin-top: 20px;
	text-align: right;
	width: 180px;
}
#nav-sec .qucik-contact .phone {
	font-size: 24px;
	display: block;
}
#primary-nav {
	clear: both;
}
#primary-nav .main-nav {
	float: right;
	margin-top: -30px;
}
#primary-nav .main-nav li:last-child a {
	padding-right: 0;
}
/*#billboard
================================================== */
#home #billboard {
	background: url(images/homeBillboard.png) no-repeat center top;
	padding-bottom: 25px;
}
.interior #billboard {
	background: url(images/interiorBillboard.png) no-repeat center top;
	padding-bottom: 35px;
}
#home-slider, #interior-slider {
	-webkit-border-radius: 9px;
	-moz-border-radius: 9px;
	-o-border-radius: 9px;
	border-radius: 9px;
	overflow: hidden;
}
#home-slider {
	height: 379px;
}
#interior-slider {
	height: 281px;
}
.flexslider .slides > li {
	margin-bottom: 0;
}
#home-slider .flex-control-nav {
	bottom: 20px;
	background: url(images/sliderNavBg.png) no-repeat center center;
}
.billboard-content {
	position: absolute;
	padding: 100px 40px;
	color: #3d3b3b;
	font-size: 20px;
	width: 879px;
}
.billboard-content h1 {
	text-transform: capitalize;
}
#home-slider .billboard-content {
	padding: 55px 40px;
}
#home-slider .billboard-content h1 span {
	color: #eaeee6;
	font-size: 48px;
	font-family: 'Garamond-Italic';
	display: block;
}
#home-slider .billboard-content h1 {
	color: #fff;
	font-size: 68px;
	margin-left: 10px;
	font-family: 'AmazoneBT-Regular';
	margin-bottom: 30px;
}
#home-slider .billboard-content p {
	width: 430px;
}
.button-1 {
	background-position: 0 -99px;
	color: #76541E;
	font-family: 'MyriadProSemiboldItalic';
	font-size: 18px;
	height: 21px;
	padding: 11px;
	width: 170px;
}
.button-1:hover {
	background-position: 0 -146px;
}
.breadcrumb {
	color: #8a3a17;
	font-family: 'Garamond';
	font-size: 16px;
}
.breadcrumb a, .breadcrumb span {
	color: #3d3b3b;
}
.breadcrumb a:hover {
	color: #8a3a17;
}
/*#main-content
================================================== */
#main-content {
	background: url(images/mainContentBg.jpg) no-repeat center bottom;
}
.interior #main-content {
	padding-bottom: 125px;
}
.top-content {
	font-size: 22px;
	color: #6a5641;
	text-shadow: 1px 1px 1px #fffdf7;
	text-align: center;
	padding: 0 30px;
	line-height: 25px;
	margin-bottom: 20px;
}
.fancy-border {
	text-align: center;
	background: url(images/fancyBorder.jpg) repeat-x center center;
}
.fancy-border a {
	background: #f5f2e6;
	color: #D78727;
	display: inline-block;
	font-family: 'Garamond-Italic';
	font-size: 24px;
	margin: 0 3px;
	padding: 9px 15px;
	text-shadow: 1px 1px 1px #FFFDF7;
}
.fancy-border a:hover {
	color: #B57230;
}
.row {
	margin-bottom: 30px;
}
#main-content .row:last-child {
	margin-bottom: 0;
}
/*.bottom-widget
================================================== */
.bottom-widget, .subpage-list, .bg1 {
	background: url(images/pattern1.png) repeat;
	padding: 30px 0 20px;
}
.bottom-widget .widget {
	width: 300px;
	float: left;
	margin-right: 30px;
}
.bottom-widget .title {
	display: none;
}
.bottom-widget .widget:last-child {
	margin-right: 0;
}
.bottom-widget .widget-title {
	color: #604b35;
	font-size: 23px;
	font-family: 'MyriadProBoldItalic';
	text-shadow: 1px 1px 1px #ece9db;
	border-bottom: 5px solid #8a3a17;
	padding-bottom: 5px;
	padding-top: 5px;
	margin-bottom: 7px;
	display: block;
	overflow: hidden;
}
.bottom-widget .widget-title a {
	display: block;
	float: left;
	width: 100%;
	position: relative;
}
.widget .ico {
	position: relative;
	right: 0;
	top: -5px;
	float: right;
}
.widget-about-us .ico {
	background-position: -200px -121px;
	width: 28px;
	height: 26px;
}
.widget-donate-now {
	float: right;
}
.widget-about-us .widget-title a:hover .ico {
	background-position: -201px -185px;
}
.widget-family-stories .ico {
	background-position: -200px -89px;
	width: 47px;
	height: 26px;
}
.widget-family-stories .widget-title a:hover .ico {
	background-position: -201px -153px;
}
.widget-programs .ico {
	background-position: -255px -89px;
	width: 38px;
	height: 26px;
}
.widget-programs .widget-title a:hover .ico {
	background-position: -256px -153px;
}
.widget-ways-to-give .ico {
	background-position: -234px -123px;
	width: 26px;
	height: 26px;
}
.widget-ways-to-give .widget-title a:hover .ico {
	background-position: -235px -187px;
}
.widget-memorialize .ico {
	background-position: -57px -52px;
	width: 15px;
	height: 45px;
	margin-top: -20px;
}
.widget-memorialize .widget-title a:hover .ico {
	background-position: -34px -52px;
}
.image-holder {
	padding: 3px;
	background: #fff;
	border-radius: 3px 3px 3px 3px;
	box-shadow: 0 0 1px 2px #E9E7DE;
	-moz-box-shadow: 0 0 1px 2px #E9E7DE;
	-webkit-box-shadow: 0 0 1px 2px #E9E7DE;
	display: inline-block;
}
.image-holder.alignleft {
	margin: 0 10px 2px 0;
	float: left;
	display: inline;
}
.image-holder.alignright {
	margin: 0 0 2px 10px;
	float: left;
	display: inline;
}
.post .image-holder.alignleft {
	margin: 0 15px 2px 0;
}
.post .image-holder.alignright {
	margin: 0 0 2px 15px;
}
.image-holder img, .image-holder iframe {
	border-radius: 2px;
	display: block;
}
.bottom-widget .image-holder {
	margin-bottom: 5px;
}
.bottom-widget .widget-entry {
	font-size: 17px;
	line-height: 18px;
}
/*.teaser
================================================== */
.donate-sec .teaser {
	width: 310px;
	margin-right: 20px;
	float: left;
}
.teaser header {
	font-size: 22px;
	font-family: 'MyriadProSemiboldItalic';
	text-align: center;
	background: #d78727;
	padding: 11px;
}
.teaser header a {
	color: #fff;
}
.teaser .entry {
	background: url(images/white-trans-grad.png) repeat-x;
	padding: 15px;
	font-size: 16px;
	line-height: 18px;
}
.donate-sec .teaser img {
	margin-top: 10px;
}
.donate-now {
	float: left;
	width: 630px;
	text-align: center;
}
.fancytitle {
	font-size: 22px;
	font-family: 'MyriadProSemibold';
	background: url(images/fancyBorder1.png) no-repeat center center;
	line-height: 1;
	color: #604b35;
	text-shadow: 1px 1px 1px #fffcf3;
	margin-bottom: 20px;
	text-align: center;
}
.donate-now .donate-type li {
	float: left;
	width: 145px;
	background: #faf8f2;
	background: none repeat scroll 0 0 rgba(255, 255, 255, 0.6);
	border-radius: 7px;
	padding: 10px;
	color: #6a5641;
	font-size: 16px;
	margin-left: 35px;
}
.donate-type .price {
	color: #958e78;
	font-size: 48px;
	font-family: 'MyriadProBold';
	display: block;
	line-height: 1;
	margin-bottom: 5px;
}
.fancy-border1 {
	text-align: center;
	background: url(images/fancyBorder2.png) repeat-x center center;
}
.fancy-border1 .button {
	margin-left: -10px;
}
.donate-now-btn {
	background-position: 0 -219px;
	width: 258px;
	height: 32px;
	color: #5b360a;
	font-size: 15px;
	float: right;
	margin-left: 15px;
	margin-right: -20px;
	text-align: center;
	padding-top: 165px;
	font-family: 'Baskerville-Italic';
	text-shadow: 1px 1px 1px #eb9f0b;
}
.two-col .post.col {
	width: 455px;
	margin-bottom: 30px;
}
.two-col .post.col:nth-child(2n+1) {
	clear:both;
}
.post .post-title, .member-post {
	font-size: 22px;
	font-family: 'MyriadProSemibold';
	line-height: 1;
	color: #604b35;
	text-shadow: 1px 1px 1px #FFFDF7;
}
.post .entry {
	overflow: hidden;
	padding-top: 5px;
}
.left {
	clear: both;
	margin-right: 50px;
}
.subpage-list .post .button {
	margin-left: 20px;
}
.subpage-list h3 {
	margin-bottom: 20px;
}
.special-text {
	text-align: center;
}
.special-text h2 {
	color: #88401f;
	font-family: 'Garamond-Italic';
}
.special-text p {
	padding: 0 40px 50px;
}
.member-post {
	font-family: 'Garamond-Italic';
	display: block;
	margin-bottom: 20px;
	text-transform: capitalize;
}
.directors-list {
	padding-top: 20px;
}
.interior .fancybox-skin {
	background: url(images/pattern2.jpg) repeat;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border: 1px solid #ada99f;
	box-shadow: 0 0 80px 0 rgba(242, 235, 223, 0.5) inset !important;
	-mox-box-shadow: 0 0 80px 0 rgba(242, 235, 223, 0.5) inset !important;
	-webkit-box-shadow: 0 0 80px 0 rgba(242, 235, 223, 0.5) inset !important;
}
.interior .fancybox-close {
	right: 0;
	top: 0;
}
.director-detail .post-title {
	margin-bottom: 5px;
}
.director-detail img {
	margin: 0 15px 2px 0;
}
.director-detail .entry {
	padding-top: 0;
}
.report-list {
	padding-top: 20px;
}
.three-col .col.post {
	width: 280px;
	margin-bottom: 30px;
}
.three-col .post .button {
	margin-left: 70px;
}
.middle {
	margin: 0 40px;
}
.support-result .entry {
	overflow: hidden;
	color: #362c21;
	font-size: 17px;
	padding-top: 15px;
}
.list {
	margin-left: 40px;
}
.list li {
	background: url(images/bullet.png) no-repeat center left;
	padding-left: 20px;
}
.post-list {
	padding-top: 20px;
}
.post-list .post {
	border-bottom: 1px solid #cbc2ad;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.post-list .post p {
	margin-bottom: 10px;
}
.post-list .post .entry {
	padding: 0;
}
.way-to-donate {
	background: url(images/ways-to-give.jpg) no-repeat center;
	padding: 20px 20px 10px 300px;
	text-align: center;
	color: #fff;
	height: 200px;
	overflow: hidden;
	margin-bottom: 30px;
}
.way-to-donate .fancytitle {
	background: url("images/fancyBorder3.png") no-repeat scroll center center transparent;
	text-shadow: none;
	color: #fff;
	margin-bottom: 15px;
}
.way-to-donate p {
	padding: 0 40px;
	line-height: 18px;
}
.way-to-donate .button {
	background: #8a3a17;
}
.way-to-donate .button:hover {
	background: #a4451c;
}
.content.col {
	width: 710px;
	float: left;
	margin-right: 20px;
}
#sidebar {
	float: left;
	width: 230px;
	padding-top: 30px;
}
#sidebar .widget {
	margin-bottom: 20px;
}
.widget-donate-now .title {
	display: none;
}
.widget-annual-reports .widget-entry, .widget-schedule-a-speaker .widget-entry {
	background: #fbfaf7;
	box-shadow: 0 0 80px rgba(176,144,124,.5) inset;
	border-radius: 4px;
	overflow: hidden;
	float:left;
}
.widget-annual-reports .image-holder {
	margin: 10px 8px;
}
.widget-annual-reports .widget-title, .widget-schedule-a-speaker .widget-title, .epl_upcoming_events_widget .title > a {
	color: #5b360a;
	font-family: 'Garamond-Italic';
	font-size: 26px;
	background: #e58d04;
	padding: 10px 15px;
	box-shadow: -10px 0 25px rgba(211, 125, 3, 0.9) inset;
	-moz-box-shadow: -10px 0 25px rgba(211, 125, 3, 0.9) inset;
	-webkit-box-shadow: -10px 0 25px rgba(211, 125, 3, 0.9) inset;
}

#sidebar .title {
	display: none;
}
.story-line {
	background: #f2eddd;
	background: rgba(251,249,243,0.4);
	padding: 20px 0;
	margin-bottom: 0;
}
#story-line .entry {
	overflow: hidden;
	padding-top: 10px;
}
#story-line .image-holder.alignleft {
	margin: 0 20px 2px 0;
	margin-left: 5px;
}
.carousel {
	margin-bottom: 70px;
}
#story-carousel .slides li {
	margin-right: 25px;
	text-align: center;
	margin-bottom: 0;
	cursor: pointer;
}
#story-carousel .story-author {
	color: #604b35;
	font-family: 'MyriadProSemibold';
	font-size: 16px;
	padding-top: 5px;
	display: inline-block;
}
.contact-detail {
	width: 600px;
	float: left;
	margin-right: 40px;
}
.contact-detail address {
	width: 255px;
	margin-bottom: 30px;
	margin-left: 20px;
	line-height: 30px;
}
.contact-detail address strong {
	color: #362c21;
}
address a {
	color: #8c3c19;
}
.contact-form {
	width: 310px;
	float: left;
}
.google-map h4 {
	margin-bottom: 20px;
}
.google-map small a {
	color: #904220;
	font-size: 18px;
	font-family: 'Garamond-Italic';
	padding-top: 10px;
	display: inline-block;
}
/* Donate Page
================================================== */
.sec-cont {
	margin-top: 30px;
}
.gform-wrap .gform_fields {
	float: left;
	width: 520px;
}
.gform-wrap .right-from {
	float: left;
	width: 425px;
}
.gform-wrap .gform_footer {
	clear: both;
}
.gform_heading {
	border-bottom: 1px solid #d2cbb9;
	margin-bottom: 20px;
}
.gform_footer {
	border-top: 1px solid #d2cbb9;
	margin-top: 10px;
	padding-top: 10px;
	text-align: right;
}
.validation_error {
	border: 1px solid #D2CBB9;
	color: #ED1111;
	margin-bottom: 10px;
	padding: 10px;
}
.validation_message {
	color: #ED1111;
	font-size: 15px;
	margin-top: 3px;
}
.gform-wrap label.gfield_label, .right-from h3 {
	font-size: 18px;
	font-weight: bold;
}
.options-select label {
	display: none;
}
.btn-radio-hldr .gfield_label {
	font-size: 18px;
	font-weight: bold;
	text-align: left;
	width: 160px;
	float: left;
}
li.gfield.btn-radio-hldr {
	float: left;
}
.btn-radio-hldr .ginput_container {
	float: left;
	margin-left: 20px;
	width: 330px;
}
.btn-radio-hldr .ginput_container ul {
	margin: 0px;
}
.btn-radio-hldr .ginput_container ul li {
	clear: both;
}
.btn-radio-hldr .ginput_container ul li input {
	float: left;
	margin-right: 10px;
}
.btn-radio-hldr .ginput_container ul li label {
	font-size: 18px;
	font-weight: normal;
}
.gfield_checkbox {
	margin: 0;
}
.gfield_checkbox input[type="checkbox"] {
	margin: 0 10px 0 0;
	float: left;
}
.gfield_html_formatted {
	clear: both;
}
.form-two-col .address-field {
	float: right;
	width: 640px;
	margin-top: -158px;
	margin-right: 0!important;
	margin-bottom: 0;
}
.form-two-col .address-field input, .form-two-col .address-field select {
	margin-bottom: 12px;
}
.container .related.products {
	display: none;
}
/* Single Page
================================================== */
h2.page-title {
	color: #604B35;
	font-size: 30px;
	text-shadow: 1px 1px 1px #FFFDF7;
}
/* Product Pages
================================================== */
.woocommerce-breadcrumb {
	display: none;
}
.content.shop-left {
	float: left;
	margin-right: 29px;
	width: 740px;
}
body.woocommerce-page aside#sidebar {
	width: 190px;
	float: left;
	padding-top: 0;
}
.woocommerce #main-content ul.products li.product, .woocommerce-page #main-content ul.products li.product {
	width: 30%;
	margin-bottom: 40px;
}
.woocommerce #main-content a.button {
	background: url("images/link-arrow.png") no-repeat scroll right 7px transparent!important;
	border: 0 none;
	box-shadow: none;
	clear: both;
	color: #904220 !important;
	margin-right: 22px;
	font: 18px "Garamond-Italic";
	padding: 0 25px 0 0!important;
}
.shop-left .added_to_cart {
	clear: both;
	float: left;
}
.woocommerce #main-content p.buttons a.button {
	background: none repeat scroll 0 0 transparent;
}
.woocommerce #main-content a.button:hover {
	color: #411908 !important;
}
a.product-link, .woocommerce #main-content .widget_shopping_cart_content p.buttons a.button {
	background: none repeat scroll 0 0 #D78727!important;
	border-radius: 6px 6px 6px 6px;
	clear: both;
	color: #FFFFFF;
	display: inline-block;
	font: 20px "Garamond-Italic";
	margin: 10px 0 0 40px;
	padding: 5px 13px 5px 10px!important;
	float: left;
}
a.product-link:hover, .woocommerce #main-content .widget_shopping_cart_content p.buttons a.button:hover {
	background: none repeat scroll 0 0 #A66113;
}
a.product-link:hover {
	color: #8A3A17;
}
ul.products li a img, .woocommerce-main-image {
	background: none repeat scroll 0 0 #FFFFFF;
	border-radius: 3px 3px 3px 3px;
	-moz-border-radius: 3px 3px 3px 3px;
	-webkit-border-radius: 3px 3px 3px 3px;
	box-shadow: 0 0 1px 2px #DCD7BE;
	-webkit-box-shadow: 0 0 1px 2px #DCD7BE;
	-moz-box-shadow: 0 0 1px 2px #DCD7BE;
	padding: 3px;
}
ul.products li a h3 {
	font: 17px "MyriadProSemibold"!important;
	color: #8a3a17;
	text-transform: capitalize;
	text-shadow: 1px 1px 1px #FFFDF7;
}
ul.products li a span.price {
	color: #628E4E!important;
}
body.interior .widget_shopping_cart {
	display: none;
}
body.woocommerce-page .widget_shopping_cart {
	display: block;
}
#sidebar .widget_shopping_cart .title {
	background: none repeat scroll 0 0 #7D2B27;
	border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	color: #FFFFFF;
	display: block;
	font: 20px "Garamond-Italic";
	padding: 5px 0 5px 12px;
}
.widget_shopping_cart .widget_shopping_cart_content {
	background: none repeat scroll 0 0 #FFFFFF;
	border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px;
	padding: 10px 10px 4px;
}
.woocommerce ul.cart_list li a {
	color: #B31111;
}
.woocommerce ul.cart_list li a:hover {
	color: #B31111;
	text-decoration: underline;
}
/* Product Detail Page
================================================== */
.woocommerce-main-image {
	float: left;
}
.images .thumbnails {
	clear: both;
}
.images .thumbnails a.zoom {
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	overflow: hidden;
}
div.pp_woocommerce div.ppt {
	display: none!important;
}
.summary .product_title, .woocommerce-tabs .panel h2 {
	font: 22px "MyriadProSemibold";
	color: #604b35;
	border-bottom: 1px solid #cbc3ae;
	text-shadow: 1px 1px 1px #FFFDF7;
	padding-bottom: 8px!important;
}
.summary .price {
	text-align: right;
}
.summary .price span.amount {
	font: 18px "MyriadProSemibold";
	color: #904220;
}
.summary form.cart {
	border: 1px solid #ccc3af;
	border-width: 1px 0;
	padding: 10px 0;
}
.woocommerce #main-content .quantity .plus, .woocommerce #main-content .quantity .minus {
	background: #D78727;
	border: 0;
	color: #fff;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
}
.woocommerce #main-content .quantity input.qty {
	border: 0;
}
.woocommerce #main-content div.product form.cart div.quantity {
	border-radius: 5px 5px 5px 5px;
	margin-top: 2px;
}
.woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt, .woocommerce #respond input#submit.alt, .woocommerce #content input.button.alt, .woocommerce-page a.button.alt, .woocommerce-page button.button.alt, .woocommerce-page input.button.alt, .woocommerce-page #respond input#submit.alt, .woocommerce-page #content input.button.alt {
	background: none repeat scroll 0 0 #D78727 !important;
	border-color: transparent !important;
	font: 19px "Garamond-Italic";
	padding: 3px 7px;
	text-shadow: none !important;
}
.woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover, .woocommerce #respond input#submit.alt:hover, .woocommerce #content input.button.alt:hover, .woocommerce-page a.button.alt:hover, .woocommerce-page button.button.alt:hover, .woocommerce-page input.button.alt:hover, .woocommerce-page #respond input#submit.alt:hover, .woocommerce-page #content input.button.alt:hover {
	background: #D38329!important;
}
.widget_shopping_cart_content .cart_list li a {
	font-size: 15px;
	font-weight: normal !important;
}
.widget_shopping_cart_content .cart_list li .quantity {
	font-size: 14px;
}
.woocommerce #main-content .widget_shopping_cart .total, .woocommerce-page #main-content .widget_shopping_cart .total {
	border-color: #cbc3ae;
}
.woocommerce #main-content .widget_shopping_cart_content p.buttons a.button {
	color: #FFFFFF !important;
	font-size: 16px;
	margin-left: 1px;
	text-shadow: none;
}
.woocommerce-tabs ul.tabs {
	clear: both;
	float: left;
	margin: 0 0 10px;
	width: 100%;
	border-bottom: 1px solid #CBC3AE;
}
.woocommerce-tabs ul.tabs li {
	float: left;
	margin: 0 11px 6px 0;
}
.woocommerce-tabs ul.tabs li a {
	color: #604B35;
	font: 22px "MyriadProSemibold";
	text-shadow: 1px 1px 1px #FFFDF7;
}
.panel.entry-content {
	clear: both;
}
.upsells.products h2 {
	border-bottom: 1px solid #CBC3AE;
	color: #604B35;
	font: 22px "MyriadProSemiboldItalic";
	margin-bottom: 20px;
	padding-bottom: 10px;
	clear: both;
}
.woocommerce-tabs {
	clear: both;
}
.woocommerce-message, .woocommerce-info {
	border-color: #7D2B27!important;
}
.woocommerce-message:before, .woocommerce-info:before {
	background-color: #7D2B27!important;
}
#main-content .upsells.products ul.products li.product a img {
/*    height: 120px;*/
}
.woocommerce #main-content .upsells ul.products li.product {
	clear: none;
	float: left;
	margin: 0 1%;
	width: 23%;
}
.upsells.products {
	margin-top: 50px;
}
/* Cart page
================================================== */
.cart.woocommerce-page #main-content table.shop_table, .cart.woocommerce-page #main-content table.shop_table td {
	border: 0;
}
.woocommerce-page #main-content table.shop_table tr th {
	border-bottom: 1px solid #cdc4b0;
}
.woocommerce-page #main-content table.shop_table tr.cart_table_item td {
	background: #f8f5ec;
	background: none repeat scroll 0 0 rgba(255, 255, 255, 0.6);
	padding: 6px 12px!important;
}
.cart.woocommerce-page #main-content table.shop_table tr td {
	padding: 40px 12px 0 12px!important
}
.cart.woocommerce-page #main-content table.shop_table tr.cart_table_item td {
	padding-top: 7px !important;
}
.woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce #respond input#submit, .woocommerce #content input.button, .woocommerce-page a.button, .woocommerce-page button.button, .woocommerce-page input.button, .woocommerce-page #respond input#submit, .woocommerce-page #content input.button {
	background: none repeat scroll 0 0 #D78727 !important;
	border-color: transparent !important;
	font: 19px "Garamond-Italic" !important;
	padding: 3px 7px !important;
	text-shadow: none !important;
}
.woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover, .woocommerce #respond input#submit:hover, .woocommerce #content input.button:hover, .woocommerce-page a.button:hover, .woocommerce-page button.button:hover, .woocommerce-page input.button:hover, .woocommerce-page #respond input#submit:hover, .woocommerce-page #content input.button:hover {
	background: #D38329!important;
}
.cart-collaterals {
	border-top: 1px solid #cdc5b2;
}
.cart-collaterals .cart_totals > h2 {
	display: none;
}
.cart-collaterals .cart_totals {
	margin-top: 20px;
	width: 226px !important;
}
.cart-collaterals .cart_totals table tr td, .cart-collaterals .cart_totals table tr th {
	border: 0!important;
}
.woocommerce table.cart a.remove:hover, .woocommerce #content table.cart a.remove:hover, .woocommerce-page table.cart a.remove:hover, .woocommerce-page #content table.cart a.remove:hover {
	background-color: none;
}
.cart-collaterals .cart_totals table tr td {
	text-align: left;
}
.cart-collaterals .cart_totals table tr td strong, .cart-collaterals .cart_totals table tr th strong {
	font-weight: normal;
}
.cart-collaterals .cart_totals table tr.total td strong, .cart-collaterals .cart_totals table tr.total th strong {
	font-weight: bold;
}
form.shipping_calculator h2 {
	font-size: 16px;
}
form.shipping_calculator {
	width: 21% !important;
}
.woocommerce form select, .woocommerce form input.input-text, .woocommerce form textarea {
	padding: 5px;
	border: 1px solid #cdc5b2;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
/* Checkout Page Styles
================================================== */	
form.checkout .col2-set label {
	font-size: 17px;
	font-weight: normal;
	margin-bottom: 5px;
}
.chzn-container-single .chzn-single span {
	font-size: 15px;
}
#order_review .shop_table {
	border: 1px solid #CDC4B0 !important;
}
#payment ul.payment_methods li .input-radio {
	float: left;
}
#payment ul.payment_methods li label {
	float: left;
	line-height: 1;
}
#payment ul.payment_methods li {
	clear: both;
	float: left;
	margin-bottom: 15px !important;
	width: 100%;
}
.woocommerce-page #main-content #payment div.payment_box {
	margin-top: 30px;
}
.woocommerce #payment div.payment_box:after, .woocommerce-page #payment div.payment_box:after {
	top: 0!important;
}
.woocommerce-page #main-content #order_review tfoot tr th {
	border-bottom: 0 none;
}
/* Search Page
================================================== */

.article-srch-result {
	border-bottom: 1px solid #CDC4B0;
	margin: 0 0 15px;
	padding-bottom: 15px;
}
div.search-result {
	min-height: 200px;
}
div.search-result .search-form {
	margin-top: 10px;
}
/* 404 Page
================================================== */
.wrongpage-message a {
	color: #8A3A17;
	font-weight: bold;
	padding: 0 5px;
	text-decoration: underline;
}
.wrongpage-message a:hover {
	text-decoration: none;
}
/* Events Calendar Page 
================================================== */
body.event-calendar #calendar {
	clear: both;
	float: left;
	margin-top: 30px;
	width: 100%;
	position: relative;
}
.widget-schedule-a-speaker {
	border-radius: 8px 8px 8px 8px;
	overflow: hidden;
	float: right;
	margin-left: 10px;
}
.widget-schedule-a-speaker .widget-entry {
	margin-bottom: 20px;
	padding: 7px;
}
.widget-schedule-a-speaker .title {
	display: none;
}
#main-content .fc-header .fc-header-center .fc-select-my select {
	border: 0 none;
	color: #604B35;
	font: 16px "MyriadProRegular";
	padding: 5px;
}
#event_list_wrapper {
	clear: both;
	float: left;
	margin-top: 30px;
	width: 100%;
}
.epl_fc_legend {
	float: left;
	margin-top: 20px;
}
#main-content .fc-state-default .fc-button-inner {
	background: none repeat scroll 0 0 #FFFFFF;
}
#main-content .fc-button-prev {
	left: 365px;
	position: absolute;
	top: 9px;
}
#main-content .fc-button-next {
	left: 582px;
	position: absolute;
	top: 9px;
}
#main-content .fc-button-prev.fc-state-default, #main-content .fc-button-next.fc-state-default, #main-content .fc-button-prev .fc-button-inner, #main-content .fc-button-next .fc-button-inner, #main-content .fc-state-default .fc-button-effect span {
	background: transparent;
	border: none;
}
#main-content .fc-button-prev.fc-state-default .fc-button-inner .fc-button-content, #main-content .fc-button-next.fc-state-default .fc-button-inner .fc-button-content {
	font-size: 0;
	width: 10px;
	height: 16px;
}
#main-content .fc-button-prev.fc-state-default .fc-button-inner .fc-button-content {
	background: url(images/left-arrow-calendar.png) no-repeat;
}
#main-content .fc-button-next.fc-state-default .fc-button-inner .fc-button-content {
	background: url(images/right-arrow-calendar.png) no-repeat;
}
#main-content .fc-content table th {
	background: none repeat scroll 0 0 #82300D;
	color: #FFFFFF;
	font: 18px "MyriadProSemiboldItalic";
	padding: 10px 0;
}
#main-content .fc-content table .fc-week0, #main-content .fc-content table .fc-week2, #main-content .fc-content table .fc-week4 {
	background: #fff;
}
#main-content .fc-content table .fc-week1, #main-content .fc-content table .fc-week3, #main-content .fc-content table .fc-week5 {
	background: #f6f3e8;
}
#main-content .fc-content table .fc-day-number {
	font: 24px "MyriadProSemiboldItalic";
	color: #604b35;
}
#main-content .fc-content table tr td:nth-child(2n+2) {
	background: #f2efde
}
#main-content .fc-content table .fc-week1 td:nth-child(2n+2), #main-content .fc-content table .fc-week2 td:nth-child(2n+2), #main-content .fc-content table .fc-week3 td:nth-child(2n+2) {
	background: #f0ebd8;
}
#main-content .fc-border-separate tr th, #main-content .fc-border-separate tr td {
	border: 0 none;
}
#main-content .fc-content table .fc-week0, #main-content .fc-content table .fc-week2, #main-content .fc-content table .fc-week4 {
	background: #fff;
}
#main-content .fc-content {
	border-radius: 10px 10px 10px 10px;
	overflow-y: hidden;
	border: 1px solid #CCCCCC;
}
#main-content .fc-grid .fc-day-number {
	float: left;
	padding: 2px 0 0 10px;
}
#main-content .fc-event .fc-event-inner .fc-event-title {
	background: none repeat scroll 0 0 transparent !important;
	color: #D07A03;
	font: 19px "Garamond-Italic";
}
#main-content .fc-event .fc-event-inner .fc-event-title span.epl_fc_title_time {
	display: none;
}
.list-events.group {
	float: left;
	margin-top: 50px;
}
.list-events > h3 {
	margin-bottom: 20px;
}
.list-events article.post {
	border-bottom: 1px solid #CDC5B2;
	clear: both;
	float: left;
	margin-bottom: 15px;
	padding-bottom: 15px;
	width: 100%;
}
.epl_button {
	float: left;
}
.info-event {
	float: left;
	margin-bottom: 4px;
	width: 100%;
}
.info-event table {
	float: left;
}
#main-content .event_name {
	border: 0 none;
	box-shadow: none;
	background: none!important;
}
#main-content .epl_cart_wrapper .epl_section {
	background: none repeat scroll 0 0 #F6F3E8;
}
.epl_cart_wrapper .epl_regis_attendee_wrapper {
	border: 0 none!important;
	clear: both;
}
.epl_cart_wrapper .epl_regis_attendee_wrapper .epl_header h1 {
	color: #333333;
	font: 24px "MyriadProRegular";
}
.epl_cart_wrapper .epl_regis_attendee_wrapper legend {
	margin-bottom: 10px!important;
}
.epl_cart_wrapper .epl_section .field_wrapper {
	font-size: 15px;
}
.epl_button_wrapper input.epl_button {
	height: 33px;
	margin-left: 7px;
	cursor: pointer;
}
.epl_regis_field_wrapper label {
	font-size: 15px;
	font-weight: normal;
}
/* Event Single Page
================================================== */
#main-content .event_wrapper {
	border: 0;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	padding: 0;
}
#main-content .event_wrapper .event_description {
	font-size: 18px;
}
#main-content .event_wrapper .info-event-cnt table {
	border: 0;
}
#main-content .content .col_left .event_dates, #main-content .content .col_left .event_times {
	float: none;
}
.info-event-cnt {
	border: 1px solid #D2CAB4;
	border-width: 1px 0;
	margin: 0 auto;
	overflow: hidden;
}
#main-content .content .col_left .event_dates span, #main-content .content .col_left .event_times span {
	float: left;
	font-size: 18px;
	font-weight: bold;
}
#main-content .event_wrapper .col_left {
	float: left;
	margin-right: 20px;
	width: 710px;
}
#main-content .event_wrapper .col_right {
	width: 230px;
	background: none;
}
.epl_upcoming_events_widget {
	background: #fff;
}
.epl_upcoming_events_widget .title > a {
	background: none repeat scroll 0 0 #7D2B27;
	color: #FFFFFF;
	display: block;
	border-radius: 5px 5px 0 0;
}
.epl_upcoming_events_widget .epl_upcoming_event_list {
	border-radius: 0 0 5px 5px;
	margin: 0;
	padding: 10px;
	width: auto;
}
.epl_upcoming_events_widget .epl_upcoming_event_list li {
	margin-bottom: 10px;
	border: 0;
}
.epl_upcoming_events_widget .epl_upcoming_event_list li:hover {
	background: none;
}
#main-content .epl-ue-widget-calendar {
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	overflow: hidden;
	width: 45px;
	margin: 0 5px 0 0;
}
#main-content .epl-ue-widget-calendar > .month {
	background: #f4efe5;
	font: 14px 'MyriadProSemibold';
	color: #444;
	padding: 2px;
	text-transform: uppercase;
}
#main-content .epl-ue-widget-calendar > .day {
	background: #f4efe5;
	font: 22px 'MyriadProSemibold';
	padding: 2px;
	font-weight: bold;
}
#main-content .epl_upcoming_event_list .event_details {
	padding-top: 5px;
	overflow: hidden;
	font-size: 16px;
}
.epl_upcoming_event_list .event_details a {
	font-family: 'MyriadProSemibold';
}
.epl_upcoming_event_list .event_details a:hover {
	color: #9F9E9E;
}
.bg1.gmap-hldr {
	margin-bottom: 60px;
}
.gmap-hldr iframe {

	background: none repeat scroll 0 0 #FFFFFF;
	border-radius: 3px 3px 3px 3px;
	-moz-border-radius: 3px 3px 3px 3px;
	-webkit-border-radius: 3px 3px 3px 3px;
	box-shadow: 0 0 1px 2px #E9E7DE;
	-moz-box-shadow: 0 0 1px 2px #E9E7DE;
	-webkit-box-shadow: 0 0 1px 2px #E9E7DE;
	padding: 3px;
}
.gmap-hldr small a {
	font: 18px "Garamond-Italic"!important;
	color: #904220!important;
}
.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
	width: 360px!important;
}
.cart-subtotal > th {
	width: 200px;
}
/* Advanced directive Page styles
================================================== */ 
.form-two-col form .gform_footer {
	clear: both;
}
.form-two-col .gfield.address-field {
	float: right;
	margin: 0;
	position: absolute;
	right: 0;
	top: 0;
}
.form-two-col .gfield {
	float: left;
	clear: both;
}
.form-two-col #gform_fields_3 {
	clear: both;
	float: left;
	overflow: hidden;
	position: relative;
	width: 100%;
}
/* Image resize
================================================== */ 
.woocommerce ul.products li.product a img, .woocommerce-page ul.products li.product a img {
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3);
	display: block;
	height: auto;
	margin: 0 0 8px;
	transition: all 0.2s ease-in-out 0s;
	width: auto!important;
}
/* #footer
================================================== */
#footer {
	background: url(images/footerBg.jpg) repeat-x #5f1a17;
	padding: 25px 0;
	text-align: center;
	color: #fff;
	font-size: 18px;
	font-family: 'Garamond';
}
#sec-nav li {
	display: inline;
	margin-bottom: 0;
}
#sec-nav li a {
	border-right: 1px solid #fff;
	padding: 0 7px;
	display: inline-block;
	line-height: 0.9;
}
#sec-nav li:last-child a {
	border: none;
}
#footer a {
	color: #fff;
}
#footer a:hover {
	color: #ff9617;
}
.about-list li {
	position: relative;
	left: 35px;
	list-style-type: square;
}
.abt-sm {
	font-size: 15pt;
}
.owtg-btn {
	position: relative;
	margin: 70px 0 0 0;
}
.article-left {
	width: 325px;
	position: relative;
	float: left;
	margin: -20px 0 0 0;
}
.article-middle {
	width: 325px;
	position: relative;
	float: left;
	margin: -20px 0 0 0;
}
.article-right {
	width: 200px;
	position: relative;
	float: left;
	margin: -20px 0 0 0;
}
.two-col .post.col p {
	font-size: 16px!important;
}
.two-col .post.col h2 + p {
	min-height: 110px;
}
.pp_description {
	display: none!important;
}
.woocommerce div.product div.images, .woocommerce #content div.product div.images, .woocommerce-page div.product div.images, .woocommerce-page #content div.product div.images {
	width: 300px!important;
}
.woocommerce div.product div.images .woocommerce-main-image, .woocommerce #content div.product div.images .woocommerce-main-image, .woocommerce-page div.product div.images .woocommerce-main-image, .woocommerce-page #content div.product div.images .woocommerce-main-image {
	width: 100%;
}
.woocommerce div.product div.summary, .woocommerce #content div.product div.summary, .woocommerce-page div.product div.summary, .woocommerce-page #content div.product div.summary {
	width: 55%!important;
}
.woocommerce div.product div.images img, .woocommerce #content div.product div.images img, .woocommerce-page div.product div.images img, .woocommerce-page #content div.product div.images img {
	width: 100%!important;
}
/*	
.single-epl_event #billboard{
	display: none;}
*/
	
.event-planner-title {
	display: none;
}
.single-epl_event .event-planner-title {
	display: block;
}
.single-epl_event .event-planner-title h2 {
	color: #7d2b27;
	display: block;
	font-size: 25px;
}
.single-epl_event #main-content .event_wrapper .event_description {
	margin-left: 0;
}
.billboard-content.long-title {
	width: 530px;
	padding: 55px 40px;
}
.single-epl_event #billboard figure {
	display: none;
}
#gforms_confirmation_message {
	padding: 15px 10px;
	background-color: #d78727;
        color: #ffffff;
}
#epl_discount_wrapper {
	display: none;
}
#input_3_4_6_label, #input_1_16_6_label {
	display: none;
}
.rain-river-and-sea .woocommerce-tabs, .rain-river-and-sea .related.products, .rain-river-and-sea .upsells.products, #login-form {
	display: none;
}
#login-form {
	position: absolute;
	background: #7d2b27;
	width: 200px;
	height: auto;
	padding: 10px;
	font: 14px 'MyriadProSemibold';
	color: #FFF;
}
#login-form #btn-login-close {
	float: right;
}
#login-form .text-box input {
	float: left;
	border: none;
	padding: 5px;
	border: 1px solid #FFF;
	width: 90%;
}
#btn-login .sprite {
	background-position: -281px -274px;
	width: 14px;
	height: 15px;
	margin-right: 5px;
}
#btn-login:hover .sprite {
	background-position: -281px -301px;
}
#login-form input {
	float: right;
}
.log-out .sprite {
	background-position: -281px -328px;
	width: 15px;
	height: 15px;
	margin-right: 5px;
}
.log-out:hover .sprite {
	background-position: -281px -354px;
}
	
/*+++++++++++ADDED 6-15-2015+++++++++++++++*/

#payment ul.payment_methods li input#payment_method_paypal + label {
    float: none;
}

/* #print
================================================== */
@media print {
* {
	background: transparent !important;
	color: #444 !important;
	text-shadow: none !important;
}
a, a:visited {
	color: #444 !important;
	text-decoration: underline;
}
a:after {
	content: " (" attr(href) ")";
}
abbr:after {
	content: " (" attr(title) ")";
}
.ir a:after {
	content: "";
}
pre, blockquote {
	border: 1px solid #999;
	page-break-inside: avoid;
}
thead {
	display: table-header-group;
}
tr, img {
	page-break-inside: avoid;
}
 @page {
margin: 0.5cm;
}
p, h2, h3 {
	orphans: 3;
	widows: 3;
}
h2, h3 {
	page-break-after: avoid;
}
}
.event_times {
	clear: left;
}

.gform_body input[type="text"],.gform_body select{padding:5px}
select#input_3_4_6 {  width: 300px;}