/* ---------------------------------------------------------------------------------------------------- */
/* --- The San Antonio Public Library Foundation Website ---------------------------------------------- */
/* --- Copyright 2016  -------------------------------------------------------------------------------- */
/* --- San Antonio Website Design & Development - Backyard Studios ------------------------------------ */
/* --- www.backyardstudios.com ------------------------------------------------------------------------ */
/* ---------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------- */

/* ---------------------------------------------------------------------------------------------------- */
/* --- Basic Elements --------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------- */
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, font, 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 {
    margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; background: transparent;
}

 * {
/*	 -moz-user-select: none;
        -khtml-user-select: none;
        -webkit-user-select: none;
        -o-user-select: none;
*/
}
body {
	background-color:#fff;
    font-family: 'open_sansregular';
	color:#000;
}
a,
a:link,
a:active,
a:visited,
a:focus {
	color:#CA1A44;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	text-decoration:none!important;
}
a:hover {
	color:#E64874;
	text-decoration:none;
}
p {
	margin-bottom:15px;
	font-size:15px;
	line-height:26px;
}
.aligncenter {
	display: block;
    margin-left: auto;
    margin-right: auto
}
.alignleft {
	float:left;
	margin-right:5%;
	margin-bottom:3%;
	display:block;
}
.alignright {
	float:right;
	margin-left:5%;
	margin-bottom:3%;
	display:block;
}
.img-responsive, .size-full {
	display: block;
	height: auto;
	max-width: 100%;
}
.spacer5 {
	height:5px;
}
.spacer10 {
	height:10px;
}
.spacer15 {
	height:15px;
}
.spacer20 {
	height:20px;
}
.spacer30 {
	height:30px;
}
.spacer40 {
	height:40px;
}
.red {
	color:#F00;
	background-image:none!important;
}
.clear {
	clear:both;
	float:none;
}
.showMobile {
	display:none;
}
.nowrap {
	white-space:nowrap;
}
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
table{
    border:0;          /* Replace border */
    border-spacing: 0px; /* Replace cellspacing */
    border-collapse: collapse; /* Patch for Internet Explorer 6 and Internet Explorer 7 */
}
table td{
    padding: 0px;/*replace cellpadding*/
}
.rightSide {
	text-align:right;
}
.leftSide {
	text-align:left;
}
.centerSide {
	text-align:center;
}
ul, ol {
	padding:0px;
	margin:0 0 15px 0;
}
ul li, ol li {
	padding:0px;
	margin:0 0 8px 22px;
	font-size:15px;
	line-height:26px;
}
strong {
	font-family: 'open_sansbold';
	font-weight:normal;
}
em {
	font-family: 'open_sansitalic';
	font-style:normal;
}
footnote {
    font-size: 13px;
    line-height: 13px;
    margin-left: 20px;
}
/* ---------------------------------------------------------------------------------------------------- */
/* --- Logo Area -------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------- */
#logoArea {
	background-color:#fff;
	padding:14px 0;
}
.bookFest #logoArea {
	padding: 30px 0 15px;
}
#logoArea .footnote {
	font-family: 'open_sansitalic';
	font-size:12px;
	line-height:12px;
	color:#333;
	margin-bottom:5px;
}
#logoArea .container-fluid {
	padding-left:80px;
	padding-right:80px;
}
#logoArea .logoImg {
	margin-top:20px;
}
#logoArea .logoImgBF {
	margin-top:0px;
}
a.btnSABF,
a.btnSABF:active,
a.btnSABF:link,
a.btnSABF:visited,
a.btnSABF:focus {
	background-image:url(/_images/nav/btn-sabf.png);
	background-repeat:no-repeat;
	background-position:left top;
	color:#fff;
	font-family: 'latosemibold';
	font-size:13px;
	line-height:13px;
	background-color:#811D89;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	border-radius: 2px 2px 2px 2px;
	-moz-border-radius: 2px 2px 2px 2px;
	-webkit-border-radius: 2px 2px 2px 2px;
	border: 0px solid #000000;
	padding:15px 14px 14px 61px;
	display:inline-block;
	text-transform:none;
	height:42px;
}
a.btnSABF:hover {
	background-color:#CA1A44;
}
a.btnSAPLF,
a.btnSAPLF:active,
a.btnSAPLF:link,
a.btnSAPLF:visited,
a.btnSAPLF:focus,
a.add_to_cart {
	background-image:url(/_images/nav/btn-saplf.png);
	background-repeat:no-repeat;
	background-position:left top;
	color:#fff;
	font-family: 'latosemibold';
	font-size:13px;
	line-height:13px;
	background-color:#CA1A44;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	border-radius: 2px 2px 2px 2px;
	-moz-border-radius: 2px 2px 2px 2px;
	-webkit-border-radius: 2px 2px 2px 2px;
	border: 0px solid #000000;
	padding:15px 14px 14px 57px;
	display:inline-block;
	text-transform:none;
	height:42px;
}
a.add_to_cart {
	background-image:url(/_images/events/gfx-tickets.png);
	background-position: 15px 13px;
    padding: 15px 14px 14px 54px;
	text-transform:uppercase;		
}
a.add_to_cart span {
	padding-top:2px;
}
a.btnSAPLF:hover,
a.add_to_cart:hover {
	background-color:#DB4251;
}
a.btnSABFApp,
a.btnSABFApp:active,
a.btnSABFApp:link,
a.btnSABFApp:visited,
a.btnSABFApp:focus {
	background-image:url(/_images/nav/btn-sabf-app.png);
	background-repeat:no-repeat;
	background-position:left top;
	color:#fff;
	font-family: 'latosemibold';
	font-size:12px;
	line-height:12px;
	background-color:#30A9E1;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	border-radius: 2px 2px 2px 2px;
	-moz-border-radius: 2px 2px 2px 2px;
	-webkit-border-radius: 2px 2px 2px 2px;
	border: 0px solid #000000;
	padding:10px 14px 10px 57px;
	display:inline-block;
	text-transform:none;
	height:42px;
}
a.btnSABFApp:hover {
	background-color:#DB4251;
}
a.btnSABFApp strong {
	font-weight:normal;
}
a.btnSABFApp span {
	display:block;
}
.topBtns ul {
	display:inline-block;
	margin:0px;
	padding:0px;
}
.topBtns ul li {
	float:left;
	padding:0;
	list-style:none;
	margin:0 0 0 12px;
}
a.iYT img,
a.iIN img,
a.iGP img,
a.iTW img,
a.iFB img {
	display:block;
}
.topBtns a.iYT {
	display:inline-block;
	background-color:#CF1E11;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	border-radius: 2px 2px 2px 2px;
	-moz-border-radius: 2px 2px 2px 2px;
	-webkit-border-radius: 2px 2px 2px 2px;
	padding:4px;
}
.topBtns a.iYT:hover {
	background-color:#DB4251;
}
.topBtns a.iIN {
	display:inline-block;
	background-color:#517FA6;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	border-radius: 2px 2px 2px 2px;
	-moz-border-radius: 2px 2px 2px 2px;
	-webkit-border-radius: 2px 2px 2px 2px;
	padding:4px;
}
.topBtns a.iIN:hover {
	background-color:#DB4251;
}
.topBtns a.iGP {
	display:inline-block;
	background-color:#CA4738;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	border-radius: 2px 2px 2px 2px;
	-moz-border-radius: 2px 2px 2px 2px;
	-webkit-border-radius: 2px 2px 2px 2px;
	padding:4px;
}
.topBtns a.iGP:hover {
	background-color:#DB4251;
}
.topBtns a.iTW {
	display:inline-block;
	background-color:#4099ff;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	border-radius: 2px 2px 2px 2px;
	-moz-border-radius: 2px 2px 2px 2px;
	-webkit-border-radius: 2px 2px 2px 2px;
	padding:4px;
}
.topBtns a.iTW:hover {
	background-color:#DB4251;
}
.topBtns a.iFB {
	display:inline-block;
	background-color:#3A589B;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	border-radius: 2px 2px 2px 2px;
	-moz-border-radius: 2px 2px 2px 2px;
	-webkit-border-radius: 2px 2px 2px 2px;
	padding:4px;
}
.topBtns a.iFB:hover {
	background-color:#DB4251;
}
.bookFest .topBtns a.iIN:hover,
.bookFest .topBtns a.iFB:hover,
.bookFest .topBtns a.iTW:hover,
.bookFest .topBtns a.iYT:hover,
.bookFest .topBtns a.btnSABFApp:hover,
.bookFest .topBtns a.btnSAPLF:hover {
	    background-color: rgba(60,53,100,1);
}
a.ss-button-facebook {
    background-image: url(/_images/nav/i-fb.png)!important;
    width: 35px!important;
    height: 35px!important;
    background-repeat: no-repeat;
	background-position: center center!important;
    padding: 0px;
    border: 0px;
    margin: 1% 1% 1% 0;
    display: inline-block;
	background-color:#3A589B!important;
	-webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    border-radius: 2px 2px 2px 2px;
    -moz-border-radius: 2px 2px 2px 2px;
    -webkit-border-radius: 2px 2px 2px 2px;
}
a.ss-button-facebook:hover {
	background-color:#DB4251!important;
}
a.ss-button-twitter {
    background-image: url(/_images/nav/i-tw.png)!important;
    width: 35px!important;
    height: 35px!important;
    background-repeat: no-repeat;
	background-position: center center!important;
    padding: 0px;
    border: 0px;
    margin: 1% 1% 1% 0;
    display: inline-block;
	background-color:#4099ff;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	border-radius: 2px 2px 2px 2px;
	-moz-border-radius: 2px 2px 2px 2px;
	-webkit-border-radius: 2px 2px 2px 2px;
}
a.ss-button-twitter:hover {
	background-color:#DB4251!important;
}
a.ss-button-googleplus {
	background-image: url(/_images/nav/i-gp.png)!important;
    width: 35px!important;
    height: 35px!important;
    background-repeat: no-repeat;
	background-position: center center!important;
    padding: 0px;
    border: 0px;
    margin: 1% 1% 1% 0;
    display: inline-block;
	background-color:#CA4738;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	border-radius: 2px 2px 2px 2px;
	-moz-border-radius: 2px 2px 2px 2px;
	-webkit-border-radius: 2px 2px 2px 2px;
}
a.ss-button-googleplus:hover {
	background-color:#DB4251!important;
}
#mainNav {
	margin-top:15px;
}
#mainNav #mega-menu-wrap-primary {
	background:none;
	display: inline-block;
}
#mainNav #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item {
	background-image:url(/_images/nav/nav-divider.png);
	background-position:left center;
	background-repeat:no-repeat;
	padding-left:4px;
}
#mainNav #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item:first-child {
	background-image:none;
	padding-left:0px;
}
#mainNav #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
	font-family: 'open_sansregular';
	font-size:16px;
	line-height:16px;
	color:#333;
	height:auto;
	padding:10px 15px;
	text-transform:uppercase;
	background:none!important;
}
#mainNav #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:focus {
	background:none!important;
}
#mainNav #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:hover,
#mainNav #mega-menu-wrap-primary #mega-menu-primary > li.mega-toggle-on > a.mega-menu-link {
	color:#EB6D8F;
	background:none!important;
}
#mainNav #mega-menu-wrap-primary #mega-menu-primary > li.mega-current-menu-item > a.mega-menu-link,
#mainNav #mega-menu-wrap-primary #mega-menu-primary > li.mega-current-menu-parent > a.mega-menu-link,
.single-book-author #mainNav #mega-menu-wrap-primary #mega-menu-primary > li#mega-menu-item-204 > a.mega-menu-link,
.single-post #mainNav #mega-menu-wrap-primary #mega-menu-primary > li#mega-menu-item-214 > a.mega-menu-link,
 #mainNav #mega-menu-wrap-primary #mega-menu-primary > li.mega-current-page-ancestor > a.mega-menu-link,
.single-tribe_events #mainNav #mega-menu-wrap-primary #mega-menu-primary > li#mega-menu-item-264 > a.mega-menu-link,
.post-type-archive-tribe_events #mainNav #mega-menu-wrap-primary #mega-menu-primary > li#mega-menu-item-264 > a.mega-menu-link,
.news #mainNav #mega-menu-wrap-primary #mega-menu-primary > li.mega-current_page_parent > a.mega-menu-link {
	color:#CA1A44;
}
#mainNav #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu {
	border-top:1px solid #8F8F93;
	border-bottom:2px solid #CA1A44;
	border-left:1px solid #8F8F93;
	border-right:1px solid #8F8F93;
}
#mainNav #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu > li {
	border-top:1px dashed #C0C0C2;
}
#mainNav #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu > li:first-child {
	border-top:0px dashed #C0C0C2;
}
#mainNav #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item > a.mega-menu-link {
	background:#fff!important;
	font-size:13px;
	line-height:14px;
	padding:12px 18px 12px 10px;
}
#mainNav #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item > a.mega-menu-link:hover {
	background:#E9E4DA!important;
}
#mainNav #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-current-menu-item > a.mega-menu-link,
#mainNav #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-current_page_parent > a.mega-menu-link {
	background:#DFD7CA!important;
	color:#CA1A44;
}
.single-tribe_events #sidebar .menu > li.current_page_parent a {
	background-color: #fff;
	border-left: 4px solid rgba(0,0,0,0.15);
}
.single-tribe_events #mainNav #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-current_page_parent > a.mega-menu-link {
    background: #fff!important;
    color: #666;
}
#mainNav #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-thirdTier > a.mega-menu-link {
	padding-left:20px!important;
	background-image: url(/_images/nav/nav-divider.png)!important;
    background-position: 10px center!important;
    background-repeat: no-repeat!important;
	background-color:#fff!important;
} 
#mainNav #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-thirdTier > a.mega-menu-link:hover {
	background-color:#E9E4DA!important;
	background-image: url(/_images/nav/nav-divider.png)!important;
    background-position: 10px center!important;
    background-repeat: no-repeat!important;
} 
/* ---------------------------------------------------------------------------------------------------- */
/* --- Homepage --------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------- */
.smTitle {
	text-align:center;
	color:#EB812C;
	text-transform:uppercase;
	font-size:16px;
	line-height:16px;
	font-family: 'latosemibold';
}
.smTitle span:before {
	padding-right:10px;
	content:'\2022';
}
.smTitle span:after {
	padding-left:10px;
	content:'\2022';
}
#headerBgrd {
	height:524px;
	position:relative;
	border-bottom:4px solid #fff;
}
.overlayPattern {
	background-image:url(/_images/header/bgrd-pattern.png);
	background-repeat:repeat;
	background-position:left top;
	width:100%;
	height:100%;
	position:absolute;
	z-index:10;
	top:0;
	border-top:5px solid rgba(235,109,143,.55);
}
.bookFest .overlayPattern {
	border-top:5px solid rgba(60,53,100,.55);
}
#mainContent {
	border-top:5px solid #D8D8D9;
	background-image:url(/_images/main-shadow.png);
	background-position:left top;
	background-repeat:repeat-x;
	background-color:#EEEEEE;
	padding:40px 0 50px;
}
.sliderArea {
	margin-top:-483px;
	margin-bottom:34px;
}
.sliderArea .fullwidthbanner-container {
	-webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.5);
	-moz-box-shadow:    0px 0px 8px 0px rgba(0, 0, 0, 0.5);
	box-shadow:         0px 0px 8px 0px rgba(0, 0, 0, 0.5);
	background-color:#fff!important;
}
.home #mainContent {
	padding-top:0px;
}
ul.featureList {
	display:block;
	margin:10px -1.14% 25px;
	padding:0px;
	width:102.28%;
}
ul.featureList:after {
	display:block;
	content:'';
	clear:both;
}
ul.featureList li {
	width:22.72%;
	display:block;
	margin:1% 1.14%;
	float:left;
	padding:0px;
}
ul.featureList li a {
	display:block;
	padding:0px;
	background-image:url(/_images/featured/bgrd-pattern.png);
	background-repeat:no-repeat;
	background-position:center bottom;
	text-align:center;
	background-color:#2DB6D2;
	color:#fff;
	text-decoration:none;
	-webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.5);
	-moz-box-shadow:    0px 0px 8px 0px rgba(0, 0, 0, 0.5);
	box-shadow:         0px 0px 8px 0px rgba(0, 0, 0, 0.5);
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	border-radius: 2px 2px 2px 2px;
	-moz-border-radius: 2px 2px 2px 2px;
	-webkit-border-radius: 2px 2px 2px 2px;
}
ul.featureList li a span {
	display:block;
	background-image:url(/_images/featured/bgrd-slash.png);
	background-repeat:no-repeat;
	background-position:center bottom;
	padding:26px 16px 14px;
}
ul.featureList li a h4 {
	font-family: 'latosemibold';
	color:#fff;
	font-size:23px;
	line-height:23px;
	margin:0px 0 5px;
	padding:0px;
	font-weight:normal;
}
ul.featureList li a.color1 h4,
ul.featureList li a.color2 h4,
ul.featureList li a.color3 h4 {
	padding:12px 0 11px;
}
ul.featureList li img {
	margin-bottom:12px;
}
ul.featureList li a h5 {
	font-family: 'open_sansitalic';
	color:#fff;
	font-size:14px;
	line-height:18px;
	margin:0px 0 10px;
	padding:0px;
	font-weight:normal;
	min-height:72px;
}
ul.featureList li a h6 {
	font-family: 'open_sansbold';
	color:#fff;
	font-size:15px;
	line-height:15px;
	margin:0px;
	padding:0px;
	font-weight:normal;
	text-align:right;
}
ul.featureList li a:hover,
ul.featureList li a.color1:hover,
ul.featureList li a.color2:hover,
ul.featureList li a.color3:hover,
ul.featureList li a.color4:hover {
	background-color: #CA1A44;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
}
ul.featureList li a.color1 {
	background-color:#2DB6D2;
}
ul.featureList li a.color2 {
	background-color:#EB822C;
}
ul.featureList li a.color3 {
	background-color:#E64874;
}
ul.featureList li a.color4 {
	background-color:#811D89;
}
#featuredArea .smTitle {
	text-align:center;
	color:#EB812C;
	text-transform:uppercase;
	font-size:16px;
	line-height:16px;
	font-family: 'latosemibold';
}
#featuredArea .smTitle span:before {
	padding-right:10px;
	content:'\2022';
}
#featuredArea .smTitle span:after {
	padding-left:10px;
	content:'\2022';
}
#featuredArea h2 {
	text-align:center;
	font-size:27px;
	line-height:27px;
	color:#000;
	font-weight:normal;
	font-family: 'latosemibold_italic';
	margin:5px 0 20px;
}
#featuredArea {
	background-image:url(/_images/top-shadow.png);
	background-repeat:repeat-x;
	background-position:left bottom;
	padding-bottom:40px;
}
#mainArea {
	background-color:#fff;
	padding-top:70px;
}
.homepageArea h1 {
	color:#DE3D93;
	font-family: 'latolight';
	font-weight:normal;
	font-size:30px;
	line-height:30px;
	text-align:left;
	padding:0px;
	margin:0 0 8px;
}
.homepageArea .smTitle {
	color:#6C6C72;
	font-weight:normal;
	font-size:20px;
	line-height:20px;
	text-align:left;
	font-family: 'latosemibold';
	margin-bottom:25px;
}
.homepageArea .entry-content {
	text-align:left;
}
.homepageArea hr {
	height:15px;
	display:block;
	background-image:url(/_images/gfx-hr.png);
	background-repeat:no-repeat;
	background-position:center top;
	margin:35px 0 35px;
	border-top:0px;
}
.homepageArea table {
	margin:0px -15px 30px 0;
	padding:0px;
	width:100%;
	border-spacing: 15px;
    border-collapse: separate;
	max-width:1140px!important;
	overflow:hidden;
}
.homepageArea table td {
	width:33.33%;
	background-color:#CA1A44;
	padding:40px 15px;
	vertical-align:middle;
	color:#fff;
	max-width:380px!important;
}
.dzs-progress-bar {
	max-width: 1140px!important;
	overflow:hidden;
}
.progress-bars-item.rtText {
	right:10px!important;
}
.homepageArea .bigNo {
	color:#fff!important;
	font-size:88px!important;
	line-height:88px!important;
	font-family: 'latobold'!important;
	padding:0 20px 24px!important;
	display:inline-block!important;
	width:auto!important;
	margin-bottom:24px!important;
	background-image:url(/_images/gfx-no-line.png);
	background-repeat:repeat-x;
	background-position:center bottom;
}
.homepageArea .smText {
	color:#fff!important;
	font-size:20px!important;
	line-height:20px!important;
	font-family: 'latobold'!important;
}
.homepageArea .smText em {
	display:block;
	font-size:16px!important;
	line-height:16px!important;
	font-family: 'latomedium'!important;
	font-style:normal!important;
	padding-top:4px!important;
}
.home #mainContent {
	padding-bottom:0px;
}
.home #mainArea {
	padding-bottom:70px;
}
.fundsNo .smTitle {
	text-align:center;
	color:#46BFD7;
	text-transform:uppercase;
	font-size:16px;
	line-height:16px;
	font-family: 'latosemibold';
	padding-top:10px;
}
.fundsNo .smTitle span:before {
	padding-right:10px;
	content:'\2022';
}
.fundsNo .smTitle span:after {
	padding-left:10px;
	content:'\2022';
}
.fundsNo h3.sectionTitle {
	text-align: center;
    font-size: 27px;
    line-height: 27px;
    color: #000;
    font-weight: normal;
    font-family: 'latosemibold_italic';
    margin: 5px 0 20px;
}
.fundText {
	font-size:20px!important;
	line-height:20px!important;
	margin-bottom:4px!important;
	color:#252525!important;
	font-family: 'latosemibold'!important;
}
.rtText {
	background-color:transparent!important;
	color:#2CB6D2!important;
	font-size:30px!important;
	line-height:30px!important;
	font-family: 'latoblack'!important;
	opacity: 1!important;
}
/* ---------------------------------------------------------------------------------------------------- */
/* --- Landing Page ----------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------- */
#page #headerBgrd {
	height:390px;
}
#page .mainImg {
	margin-top:-385px;
}
.mainImg {
	position:relative;
}
.mainImg span {
	position:absolute;
	z-index:12;
	height:100%;
	width:100%;
	display:block;
	background-image:url(/_images/header/overlay-pattern.png);
	background-repeat:no-repeat;
	background-position:right center;
}
#page .mainImg img {
	-webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.5);
	-moz-box-shadow:    0px 0px 8px 0px rgba(0, 0, 0, 0.5);
	box-shadow:         0px 0px 8px 0px rgba(0, 0, 0, 0.5);
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	border-radius: 2px 2px 2px 2px;
	-moz-border-radius: 2px 2px 2px 2px;
	-webkit-border-radius: 2px 2px 2px 2px;
}
#page .entry-header {
	padding-top:30px;
}
#page.pageNews .entry-header {
    padding-top: 0;
}
#page.pageNews #searchform_cat {
	display:none;
}
#page .smTitle {
	text-align:center;
	color:#CA1A44;
	text-transform:uppercase;
	font-size:16px;
	line-height:16px;
	font-family: 'latosemibold';
}
#page .smTitle span:before {
	padding-right:10px;
	content:'\2022';
}
#page .smTitle span:after {
	padding-left:10px;
	content:'\2022';
}	
#page h1.entry-title {
	text-align: center;
    font-size: 27px;
    line-height: 27px;
    color: #000;
    font-weight: normal;
    font-family: 'latosemibold';
    margin: 5px 0 20px;
}	
#page #menuSubpageArea h2 {
	color:#DE3D93;
	font-family: 'latolight';
	font-weight:normal;
	font-size:30px;
	line-height:30px;
	text-align:center;
	padding:0px;
	margin:0 0 8px;
}
#page .bookFest #menuSubpageArea h2 {
	color:#3C3564;
}
#page #menuSubpageArea .smTitle {
	color: #6C6C72;
    font-weight: normal;
    font-size: 20px;
    line-height: 20px;
    text-align: center;
    font-family: 'latosemibold';
    margin-bottom: 25px;
	text-transform:none!important;
}
#page #menuSubpageArea {
	background-image:url(/_images/top-shadow.png);
	background-repeat:repeat-x;
	background-position:left top;
	padding:70px 0 50px;
	background-color:#fff;
}
#page #menuSubpageArea hr {
	height:15px;
	display:block;
	background-image:url(/_images/gfx-hr.png);
	background-repeat:no-repeat;
	background-position:center top;
	margin:35px 0 35px;
	border-top:0px;
}
#page #menuSubpageArea ul.menuSubpages {
	margin:0px -1.5% 30px;
	padding:0px;
	width:103%;
	text-align:center;
}
#page #menuSubpageArea ul.menuSubpages:after {
	display:block;
	clear:both;
	content:'';
}
#page #menuSubpageArea ul.menuSubpages li {
	width:30%;
	display:inline-block;
	text-align:center;
	margin:1.5%;
}
#page #menuSubpageArea ul.menuSubpages li:nth-child(3n+1){
    clear:left
}
#page #menuSubpageArea ul.menuSubpages li a {
	display:block;
	background-color:#E94E75;
	padding:40px 15px;
	color:#fff;
	text-align:center;
	-webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.5);
	-moz-box-shadow:    0px 0px 8px 0px rgba(0, 0, 0, 0.5);
	box-shadow:         0px 0px 8px 0px rgba(0, 0, 0, 0.5);
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	border-radius: 2px 2px 2px 2px;
	-moz-border-radius: 2px 2px 2px 2px;
	-webkit-border-radius: 2px 2px 2px 2px;
	text-decoration:none!important;
}
#page .bookFest #menuSubpageArea ul.menuSubpages li a {
	background-color:#3C3564;
}
#page #menuSubpageArea ul.menuSubpages li a span {
	display:block;
	vertical-align:middle;
	text-align:center;
}
#page #menuSubpageArea ul.menuSubpages li a span h5 {
	padding:0 20px 24px;
	display:inline-block;
	margin-bottom:24px;
	background-image:url(/_images/gfx-no-line.png);
	background-repeat:repeat-x;
	background-position:center bottom;
	text-decoration:none!important;
}
#page #menuSubpageArea ul.menuSubpages li a span h4 {
	color:#fff!important;
	font-size:18px!important;
	line-height:18px!important;
	font-family: 'latobold'!important;
	margin:0px;
	padding:0px;
	text-decoration:none!important;
}
#page #menuSubpageArea ul.menuSubpages li a:hover {
	background-color: #CA1A44;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
}
#page .bookFest #menuSubpageArea ul.menuSubpages li a:hover {
	background-color: #DB4251;
}
h3,
#tribe-events-pg-template .tribe-events-content h3, .tribe-events-after-html h3, .tribe-events-before-html h3{
	font-family: 'latosemibold';
	font-weight:normal;
	font-size:26px;
	line-height:26px;
	color:#CA1A44;
	text-align:left;
	margin:0px 0 15px;
	padding:0px 0 0 0;
}
h3 a {
	color:#CA1A44;
}
h3 a:hover {
	color:#DEA214;
}
/* ---------------------------------------------------------------------------------------------------- */
/* --- About Board of Directors Page ------------------------------------------------------------------ */
/* ---------------------------------------------------------------------------------------------------- */
ul.boardList {
    padding: 0px;
    margin: 10px 0 15px 0;
}
ul.boardList:after {
	display:block;
	clear:both;
	content:'';
}
ul.boardList li {
    padding: 8px 10px;
    margin: 0 0 0px;
	float:left;
	list-style:none;
	width:33.33%;
	border-top:1px solid #D3D3D6;
	line-height:18px;
}
ul.boardList li:nth-child(3n+1){
    clear:left
}
/* ---------------------------------------------------------------------------------------------------- */
/* --- About FAQs Page -------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------- */
.faqPage .panel-default > .panel-heading {
	margin:15px 0 0 0;
	padding:15px 10px 0px;
	background-color:transparent!important;
	border-top:1px dashed #4d4042;
	border-radius:0px!important;
}
.faqPage .panel-default:first-child > .panel-heading {
	margin:0px 0 0 0;
	padding:0px 10px 0px;
	border-top:0px dashed #4d4042;
}
.faqPage .panel {
	background-color:transparent!important;
	box-shadow:none!important;
	border: 0px solid transparent;
}
.faqPage .panel-default > .panel-heading h4
.faqPage .panel-default > .panel-heading h4 a,
.faqPage .panel-default > .panel-heading h4 a:link,
.faqPage .panel-default > .panel-heading h4 a:visited,
.faqPage .panel-default > .panel-heading h4 a:active,
.faqPage .panel-default > .panel-heading h4 a:focus,
.faqPage .panel-default > .panel-heading h4 p {
	color:#252525;
	font-weight:normal;
	font-size:20px;
	line-height:24px;
	font-family: 'latosemibold';
	text-decoration:none!important;
	margin-bottom:0px;
}
.faqPage .panel-group .panel-heading + .panel-collapse > .panel-body {
	padding:15px 10px;
	margin-top:15px;
	border-top:1px solid #ccc;
}
/* ---------------------------------------------------------------------------------------------------- */
/* --- Donation Page ---------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------- */
ul.donateList {
	margin:0px;
	padding:0px;
}
ul.donateList li {
	list-style:none;
	padding:0px;
	margin:0px;
}
ul.donateList li.ecs-event {
	border-top:1px dashed #666;
	margin-top:20px;
	padding-top:20px;
}
ul.donateList li:first-child .line2 {
	display:none;
}
ul.donateList li.ecs-event:first-child {
	border-top:0px dashed #666;
	margin-top:0px;
	padding-top:0px;
}
/* ---------------------------------------------------------------------------------------------------- */
/* --- Subpage ---------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------- */
#subpage #headerBgrd,
#page.pageNews #headerBgrd {
	height:190px;
	position:relative;
	border-bottom:4px solid #fff;
}
#subpage .mainImg {
	margin-top:-185px;
}
#subpage .mainImg img {
	-webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.5);
	-moz-box-shadow:    0px 0px 8px 0px rgba(0, 0, 0, 0.5);
	box-shadow:         0px 0px 8px 0px rgba(0, 0, 0, 0.5);
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	border-radius: 2px 2px 2px 2px;
	-moz-border-radius: 2px 2px 2px 2px;
	-webkit-border-radius: 2px 2px 2px 2px;
	position:relative;
	z-index:11;
	background-color: #fff;
}
#subpage .mainImg {
	margin-bottom:30px;
}
.single-post #subpage .entry-header {
    padding-top: 0px;
}
.single-post #subpage .mainImg {
    margin-bottom: 30px;
}
#subpage h1 {
	color:#000;
	font-size:30px;
	line-height:30px;
	font-family: 'latosemibold';
	margin:5px 0 22px 0;
	padding-bottom:0px;
	text-align:center;
}
#subpage.standardPage hr {
	border-top:1px dashed #666;
	margin:20px 0;
}
#subpage.standardpage #sidebar,
#subpage.standardPage #sidebar,
#subpage.supporterPage #sidebar {
	margin-top:0px;
}
#subpage h1.single-title {
	text-align:left!important;
	line-height:34px;
}
.standardpage .line {
	margin-top:18px;
}
.standardpage .eventDates,
.gallerypage .eventDates {
    background-color: #13AADC;
    display: inline-block;
    border: 1px solid #108FBA;
    padding: 8px 15px 5px;
    font-family: 'latomedium';
    color: #fff;
    font-size: 16px;
    line-height: 16px;
    text-transform: uppercase;
    margin: 0 0 5px;
}
blockquote {
	border:1px solid #ccc;
	background-color:#E8E8E8;
	padding:12px 20px;
	text-align:center;
	font-family: 'open_sansitalic';
}
blockquote strong {
	display:block;
	font-family: 'open_sansbold';
	font-weight:normal;
}
.standardpage hr,
#subpage hr,
#page hr,
#bookAuthorDetails hr {
    border-top: 1px dashed #666;
    margin: 20px 0;
}
.hideFeatImg .mobileWide {
	display:none;
}
.hideFeatImg .entry-header {
	padding-top:0px!important;
}
.hideFeatImg #sidebar {
	margin-top:0px;
}
/* ---------------------------------------------------------------------------------------------------- */
/* --- Staff ------------------------------------------------------------------------------------------ */
/* ---------------------------------------------------------------------------------------------------- */
.staffPage ul.authorList li {
    width: 31.3%;
}
.staffPage ul.authorList li h4,
.staffPage ul.authorList li h4 a {
    font-size: 18px!important;
    line-height: 20px!important;
}
.staffPage ul.authorList li h5 {
	color:#000;
	font-size:13px;
	line-height:17px;
	text-align:center;
	margin:5px 0 8px 0;
}
.staffMail,
.staffMail a,
.staffMail a:link,
.staffMail a:focus,
.staffMail a:visited,
.staffMail a:active {
	font-size:14px;
	line-height:14px;
	text-align:center;
	color:#CA1A44;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
}
.staffMail a:hover {
	color:#DEA214;
}
.staffPage ul.authorList li:nth-child(3n+1){
    clear:left;
}
.staffPage ul.authorList li:nth-child(5n+1){
    clear:none;
}
ul.exhibitorList {
	margin:10px 0 0 0;
	padding:0px;
}
ul.exhibitorList li {
	padding:15px 0 0 0;
	margin:15px 0 0 0;
	border-top: 1px dashed #666;
	list-style:none;
}
ul.exhibitorList li:first-child {
	border-top:0px;
}
ul.exhibitorList li h4,
ul.exhibitorList li h4 a {
	color:#3C3564;
	font-size:20px;
	line-height:20px;
	text-transform:none;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	font-family: 'latosemibold';
}
ul.exhibitorList li h4 a:hover {
	color:#DB4251;
}
h4 {
	color:#3C3564;
	font-size:20px;
	line-height:20px;
	text-transform:none;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	font-family: 'latosemibold';
	margin-bottom:10px;
}
.entry-content h4 {
	padding-top:10px;
}
.wp-caption-text {
	background-color: #ddd;
    font-size: 13px;
    padding: 8px 12px;
    margin-top: -4px;
    border: 1px dashed #bbb;
}
.boardPage h4,
.staffPage h4,
ul.boardList h4 {
	color:#000;
	font-size:16px;
	line-height:16px;
	font-family: 'latomedium';
	margin-bottom:0px!important;
}
.boardPage h4 strong,
.staffPage h4 strong {
	font-weight:normal;
	font-family: 'latobold';
}
/* ---------------------------------------------------------------------------------------------------- */
/* --- Book Festival ---------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------- */
.home .bookFest #mainContent {
	padding-bottom:0px;
}
.bookFest #featuredArea {
	padding-bottom:80px;
}
.bookFest #featuredArea .smTitle {
	color:#CC393D;
}
.bookFest #featuredArea ul.featureList li {
    width: 31%;
}
.bookFest #featuredArea ul.featureList li a {
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
	padding:0px;
	box-shadow:none;
}
.bookFest #featuredArea ul.featureList li a span {
	background-image: none;
	padding:45px 25px 30px;
	text-decoration:none;
	-webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.5);
	-moz-box-shadow:    0px 0px 8px 0px rgba(0, 0, 0, 0.5);
	box-shadow:         0px 0px 8px 0px rgba(0, 0, 0, 0.5);
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	border-radius: 2px 2px 2px 2px;
	-moz-border-radius: 2px 2px 2px 2px;
	-webkit-border-radius: 2px 2px 2px 2px;
	position: relative;
    height: 100%;
}
.bookFest #featuredArea ul.featureList li a h4 {
	background-image:url(/_images/gfx-no-line.png);
	background-repeat:repeat-x;
	background-position:left top;
	margin: 30px 0 0px;
	font-size:30px;
	line-height:30px;
}
.bookFest #featuredArea ul.featureList li a h4 span {
	background-image:url(/_images/gfx-no-line.png);
	background-repeat:repeat-x;
	background-position:left bottom;
	padding: 10px 16px 20px;
	box-shadow:none;
	border-radius:0px;
}
.bookFest #featuredArea ul.featureList li a.color1 span.overlay {
    background-color: rgba(204,57,61,.85);
}
.bookFest #featuredArea ul.featureList li a.color2 span.overlay {
    background-color: rgba(60,53,100,.85);
}
.bookFest #featuredArea ul.featureList li a.color3 span.overlay {
    background-color: rgba(244,118,34,.85);
}
.bookFest #featuredArea ul.featureList li a:hover span.overlay, 
.bookFest #featuredArea ul.featureList li a.color1:hover span.overlay, 
.bookFest #featuredArea ul.featureList li a.color2:hover span.overlay, 
.bookFest #featuredArea ul.featureList li a.color3:hover span.overlay {
    background-color: #E26D79;
}
#authorSection {
	background-image:url(/_images/book/bgrd-author.png);
	background-repeat:repeat;
	border-top:4px solid #716668;
	border-bottom:4px solid #716668;
	padding:100px 0 40px;
	text-align:center;
}
.gfxPinwheel {
	margin-top:-177px;
}
#authorSection .smTitle {
    text-align: center;
    color: #3C3564;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 16px;
    font-family: 'latosemibold';
}
#authorSection .smTitle span:before {
	padding-right:10px;
	content:'\2022';
}
#authorSection .smTitle span:after {
	padding-left:10px;
	content:'\2022';
}
#authorSection h2 {
	text-align:center;
	font-size:27px;
	line-height:27px;
	color:#000;
	font-weight:normal;
	font-family: 'latosemibold_italic';
	margin:5px 0 20px;
}
#authorSection .default-theme.wp-posts-carousel .wp-posts-carousel-image {
	padding-top:0px!important;
}
#authorSection .default-theme.wp-posts-carousel .wp-posts-carousel-container {
	padding:0px!important;
	background:none!important;
	box-shadow:none!important;
}
#authorSection .default-theme.wp-posts-carousel .wp-posts-carousel-container {
	padding-top:0px!important;
	position:relative;
}
.tribe-events-event-image a {
	display:inline-block;
}
#authorSection .default-theme.wp-posts-carousel .wp-posts-carousel-image img,
.tribe-events-event-image img {
	-webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.5);
	-moz-box-shadow:    0px 0px 8px 0px rgba(0, 0, 0, 0.5);
	box-shadow:         0px 0px 8px 0px rgba(0, 0, 0, 0.5);
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	border-radius: 2px 2px 2px 2px;
	-moz-border-radius: 2px 2px 2px 2px;
	-webkit-border-radius: 2px 2px 2px 2px;
}
#authorSection .default-theme.wp-posts-carousel .wp-posts-carousel-details {
	position:absolute;
	bottom:4px;
	z-index:10;
	background-color:rgba(17,17,17,0.9);
	color:#fff;
	width:100%;
	padding:0px!important;
}
#authorSection .default-theme.wp-posts-carousel .wp-posts-carousel-title,
#authorSection .default-theme.wp-posts-carousel .wp-posts-carousel-title a {
	color:#fff;
	font-family: 'latosemibold';
	font-size:15px;
	line-height:15px;
	padding:10px 10px;
}
#authorSection .default-theme.wp-posts-carousel .owl-nav div.owl-prev:before {
	content:''!important;
	background-image:url(/_images/gfx-lt-arrow.png);
	background-repeat:no-repeat;
	background-position:center center;
	height:32px;
	width:18px;
	margin-top:12px;
}
#authorSection .default-theme.wp-posts-carousel .owl-nav div.owl-next:before {
	content:''!important;
	background-image:url(/_images/gfx-rt-arrow.png);
	background-repeat:no-repeat;
	background-position:center center;
	height:32px;
	width:18px;
	margin-top:12px;
}
#newsSection {
	background-color:#fff;
	padding:60px 0 60px;
	text-align:center;
}
#newsSection .smTitle {
    text-align: center;
    color: #CC393D;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 16px;
    font-family: 'latosemibold';
}
#newsSection .smTitle span:before {
	padding-right:10px;
	content:'\2022';
}
#newsSection .smTitle span:after {
	padding-left:10px;
	content:'\2022';
}
#newsSection h2 {
	text-align:center;
	font-size:27px;
	line-height:27px;
	color:#000;
	font-weight:normal;
	font-family: 'latosemibold_italic';
	margin:5px 0 20px;
}
.bookFest #sponsorArea {
	background-color:#3C3564;
}
.bookFest #sponsorArea .bx-wrapper {
	max-width:100%!important;
}
.bookFest #sponsorArea h4 span {
    background-color: #3C3564;
}
.bookFest #footerArea {
	border-bottom: 3px solid #3C3564;
}
.bookFest #footerArea h4 {
	color:#736BB6;
}
#subpage #tribe-events-pg-template {
	max-width:100%;
}
.mainImg .tribe-events-events-image img {
	display: block;
	height: auto;
	max-width: 100%;
	margin-left:auto;
	margin-right:auto;
	background-color: #fff;
}
.single-tribe_events .tribe-events-event-image {
	text-align:center!important;
}
.tribe-events-single .mainImg {
	margin-bottom:30px;
}
#subpage h1.tribe-events-single-event-title {
	text-align:left!important;
	margin-bottom:8px!important
}
.single-tribe_events #tribe-events-footer,
.events-list #tribe-events-footer, 
.single-tribe_events #tribe-events-footer, 
.tribe-events-day #tribe-events-footer, 
.tribe-events-map #tribe-events-footer, 
.tribe-events-photo #tribe-events-footer {
    border-top: 1px dashed #666!important;
    margin: 20px 0!important;
}
.tribe-events-schedule h2 {
	font-weight:normal!important;
}
.tribe-events-schedule {
	margin:0px!important;
}
.single-tribe_events .tribe-events-event-meta {
	-webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.5);
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    border-radius: 2px 2px 2px 2px;
    -moz-border-radius: 2px 2px 2px 2px;
    -webkit-border-radius: 2px 2px 2px 2px;
	border-top: 3px solid #108FBA;
	border-bottom: 1px solid #108FBA;
}
a.tribe-events-button,
.tribe-events-list .tribe-events-event-image+div.tribe-events-content a.tribe-events-read-more {
	color:#fff!important;
	font-family: 'latosemibold'!important;
	font-size:15px!important;
	line-height:15px!important;
	background-color:#EB822C!important;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	border-radius: 2px 2px 2px 2px!important;
	-moz-border-radius: 2px 2px 2px 2px;
	-webkit-border-radius: 2px 2px 2px 2px;
	border: 0px solid #000000;
	padding:15px 14px 14px 14px!important;
	display:inline-block!important;
}
a.tribe-events-button:hover,
.tribe-events-list .tribe-events-event-image+div.tribe-events-content a.tribe-events-read-more:hover {
	background-color:#DEA214!important;
}
.tribe-events-meta-group .tribe-events-single-section-title {
	font-size:26px!important;
	font-weight:normal!important;
	margin-top:10px!important;
}
.tribe-events-list-separator-month {
	margin: 0.25em auto!important;
	text-align: center!important;
    color: #EB812C!important;
    text-transform: uppercase!important;
    font-size: 22px!important;
    line-height: 22px!important;
    font-family: 'latosemibold';
	font-weight:normal!important;		
}
.tribe-events-list-separator-month span {
	background-color:transparent!important;
    padding: 0!important;
}
.tribe-events-list-separator-month span:before {
	padding-right: 10px;
    content: '\2022';
}
.tribe-events-list-separator-month span:after {
	padding-left: 10px;
    content: '\2022';
}
.tribe-events-list-separator-month:after {
	display:none!important;
}
.tribe-events-list h2.tribe-events-page-title {
    margin-bottom: 0px!important;
}
#tribe-geo-results h2.tribe-events-page-title, h2.tribe-events-page-title {
    font-size: 30px;
    font-weight: normal!important;
}
.tribe-events-list .tribe-events-event-image {
    width: 30%;
}
.type-tribe_events {
	border-top: 1px dashed #999!important;
}
.search-results .type-tribe_events {
	border-top: 0px dashed #999!important;
}
.single-tribe_events .type-tribe_events {
	border-top: 0px dashed #999!important;
}
.tribe-events-list-separator-month {
	border-top: 1px dashed #999!important;
	padding-top: 15px;
}
.page-template-page-templates .type-tribe_events {
	border-top: 0px dashed #999!important;
}
.single-tribe_events #tribe-events-content .tribe-events-event-meta dd.url a {
	word-wrap: break-word;
}
/* ---------------------------------------------------------------------------------------------------- */
/* --- Schedule of Events ----------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------- */
#schedulePage h1 {
    text-align: center;
    font-size: 27px;
    line-height: 27px;
    color: #000;
    font-weight: normal;
	font-family: 'latosemibold';
	margin:5px 0 22px 0;
}
#schedulePage #mainContent {
	padding:40px 0;
}
#schedulePage .smTitle,
.bookFest .smTitle {
	text-align:center;
	color:#801D88;
	text-transform:uppercase;
	font-size:16px;
	line-height:16px;
	font-family: 'latosemibold';
}
#schedulePage .smTitle span:before {
	padding-right:10px;
	content:'\2022';
}
.bookFest .schedulePage h6 {
	padding:0px;
	margin:0 0 5px;
}
#schedulePage .smTitle span:after {
	padding-left:10px;
	content:'\2022';
}
#scheduleDetails #headerBgrd {
	height:190px;
}
#scheduleDetails .mainImg {
	margin-top:-185px;
	margin-bottom:35px;
}
#scheduleDetails .mainImg img{
	-webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.5);
	-moz-box-shadow:    0px 0px 8px 0px rgba(0, 0, 0, 0.5);
	box-shadow:         0px 0px 8px 0px rgba(0, 0, 0, 0.5);
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	border-radius: 2px 2px 2px 2px;
	-moz-border-radius: 2px 2px 2px 2px;
	-webkit-border-radius: 2px 2px 2px 2px;
}
#scheduleDetails #mainContent {
	padding-top:40px;
}
#scheduleDetails .line,
.endLine {
	border-top:3px solid #716668;
	margin:25px 0;
	border-bottom:0px;
	height:0px;
}
button.simplefavorite-button {
	color:#fff;
	font-family: 'latosemibold';
	font-size:13px;
	line-height:13px;
	background-color:#EB822C;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	border-radius: 2px 2px 2px 2px;
	-moz-border-radius: 2px 2px 2px 2px;
	-webkit-border-radius: 2px 2px 2px 2px;
	border: 0px solid #000000;
	padding:15px 14px 14px 14px;
	display:inline-block;
}
button.simplefavorite-button:hover {
	background-color:#DB4251;
}
button.simplefavorite-button.active {
	opacity:1!important;
	background-color:#CA1A44;
}
#scheduleDetails h1 {
	color:#413A5F;
	font-size:26px;
	line-height:28px;
	font-family: 'latosemibold';
	margin:5px 0 0px 0;
	padding-bottom:22px;
	text-align:left;
}
#scheduleDetails h5,
#scheduleDetails h5 a {
	color:#CC393D;
	font-size:20px;
	line-height:20px;
	font-family: 'latosemibold';
	margin:0px 0 0px 0;
	padding-bottom:0px;
	text-align:left;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	text-decoration:none;
}
#scheduleDetails h5.noRed {
	color: #413A5F;
}
#scheduleDetails h5 a:hover {
	color:#E0558E;
}
#scheduleDetails #sidebar .textwidget h4 {
	font-size: 15px;
    line-height: 17px;
	margin-top: 10px;
}
.input-group-addon, .input-group-btn {
	white-space:normal!important;
	width:auto!important;
	display:inline-block!important;
	margin-left:2px;

}
#super_searchform {
	text-align:center;
}
.input-group .form-control {
	float:none!important;
	display:inline-block!important;
}
.input-group {
	display:block!important;
}
#sidebar .timetable_sidebar_box,
#sidebar aside.widget_search,
#sidebar aside.widget_archive,
#sidebar aside.widget_text,
#sidebar .widget.widget_archive,
#sidebar .widget_search {
	-webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.5);
	-moz-box-shadow:    0px 0px 8px 0px rgba(0, 0, 0, 0.5);
	box-shadow:         0px 0px 8px 0px rgba(0, 0, 0, 0.5);
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	border-radius: 2px 2px 2px 2px;
	-moz-border-radius: 2px 2px 2px 2px;
	-webkit-border-radius: 2px 2px 2px 2px;
	background-color:#fff;
	padding:25px 20px;
	border-top:3px solid #C1406D;
}
#sidebar a.iDonate {
	-webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.5);
	-moz-box-shadow:    0px 0px 8px 0px rgba(0, 0, 0, 0.5);
	box-shadow:         0px 0px 8px 0px rgba(0, 0, 0, 0.5);
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	border-radius: 2px 2px 2px 2px;
	-moz-border-radius: 2px 2px 2px 2px;
	-webkit-border-radius: 2px 2px 2px 2px;
	padding:20px 20px;
	margin-bottom:20px;
	display:block;
    background-color: #F47622;
	color:#fff;
	background-image:url(/_images/sidebar/idonate.png);
	background-repeat:no-repeat;
	background-position:20px center;
}
#sidebar a.iDonate:hover {
	background-color: #E26D79;
}
#sidebar a.iDonate h4 {
	margin:0px;
	padding:8px 0 0px 62px;
	color:#fff;
}
#sidebar a.iAuthors {
	-webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.5);
	-moz-box-shadow:    0px 0px 8px 0px rgba(0, 0, 0, 0.5);
	box-shadow:         0px 0px 8px 0px rgba(0, 0, 0, 0.5);
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	border-radius: 2px 2px 2px 2px;
	-moz-border-radius: 2px 2px 2px 2px;
	-webkit-border-radius: 2px 2px 2px 2px;
	padding:20px 20px;
	margin-bottom:20px;
	display:block;
    background-color: #CC393D;
	color:#fff;
	background-image:url(/_images/sidebar/iPrograms.png);
	background-repeat:no-repeat;
	background-position:20px center;
}
#sidebar a.iAuthors:hover {
	background-color: #E26D79;
}
#sidebar a.iAuthors h4 {
	margin:0px;
	padding:8px 0 0px 62px;
	color:#fff;
}
#sidebar a.iEvents {
	-webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.5);
	-moz-box-shadow:    0px 0px 8px 0px rgba(0, 0, 0, 0.5);
	box-shadow:         0px 0px 8px 0px rgba(0, 0, 0, 0.5);
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	border-radius: 2px 2px 2px 2px;
	-moz-border-radius: 2px 2px 2px 2px;
	-webkit-border-radius: 2px 2px 2px 2px;
	padding:20px 20px;
	margin-bottom:20px;
	display:block;
    background-color: #3C3564;
	color:#fff;
	background-image:url(/_images/sidebar/ievents.png);
	background-repeat:no-repeat;
	background-position:20px center;
}
#sidebar a.iEvents:hover {
	background-color: #E26D79;
}
#sidebar a.iEvents h4 {
	margin:0px;
	padding:8px 0 0px 62px;
	color:#fff;
}
#sidebar .whiteBox {
	-webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.5);
	-moz-box-shadow:    0px 0px 8px 0px rgba(0, 0, 0, 0.5);
	box-shadow:         0px 0px 8px 0px rgba(0, 0, 0, 0.5);
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	border-radius: 2px 2px 2px 2px;
	-moz-border-radius: 2px 2px 2px 2px;
	-webkit-border-radius: 2px 2px 2px 2px;
	background-color:#fff;
	padding:20px 20px;
	margin-bottom:20px;
	display:block;
	color:#000;
	text-align:center;
}
#sidebar .whiteBox em {
	margin-bottom:15px;
	display:block;
}
#sidebar .menu {
	-webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.5);
	-moz-box-shadow:    0px 0px 8px 0px rgba(0, 0, 0, 0.5);
	box-shadow:         0px 0px 8px 0px rgba(0, 0, 0, 0.5);
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	border-radius: 2px 2px 2px 2px;
	-moz-border-radius: 2px 2px 2px 2px;
	-webkit-border-radius: 2px 2px 2px 2px;
	background-color:#fff;
	margin-bottom:20px;
	display:block;
	color:#000;
	text-align:left;
}
#sidebar .menu > li {
	list-style:none;
	border-top:1px dashed #1D1D1E;
	margin:0px;
	padding:0px;
}
#sidebar .menu > li:first-child {
	border-top:2px solid #1D1D1E;
}
#sidebar .menu > li a {
	margin:0px;
	padding:12px 20px;
	display:block;
	color:#1D1D1E;
	font-family: 'latomedium';
	font-size:16px;
	line-height:16px;
	background-color:#fff;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	text-decoration:none;
	border-left:4px solid rgba(0,0,0,0.15);
}
#sidebar .menu li a:hover {
	background-color:rgba(206,79,84,0.25);
	border-left:4px solid rgba(206,79,84,.8);
}
#sidebar .menu > li.current-menu-item a,
.friends-fundraisers #sidebar .menu > li#menu-item-1211 a {
	background-color:rgba(29,29,30,0.25);
	border-left:4px solid rgba(29,29,30,.5);
}
#sidebar .menu > li.current_page_parent a {
	background-color:rgba(204,57,61,0.15);
	border-left:4px solid rgba(29,29,30,.4);
}
#sidebar .menu > li ul.sub-menu {
	margin:0px;
	padding:0px;
}
#sidebar .menu > li ul.sub-menu li {
	list-style:none;
	border-top:1px solid rgba(29,29,30,.8);
	margin:0px;
	padding:0px;
}
#sidebar .menu > li ul.sub-menu li a {
	margin:0px;
	padding:10px 20px 10px 35px;
	display:block;
	color:#1D1D1E;
	font-family: 'latomedium';
	font-size:15px;
	line-height:15px;
	background-color:#fff;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	text-decoration:none;
	border-left:4px solid rgba(0,0,0,0.15);
	background-image:url(/_images/sidebar/btn-grey.png);
	background-repeat:no-repeat;
	background-position:20px center;
}
#sidebar .menu > li ul.sub-menu li a:hover {
	background-color:rgba(206,79,84,0.15);
	border-left:4px solid rgba(206,79,84,.6);
}
#sidebar .menu > li ul.sub-menu li.current-menu-item a {
	background-color:rgba(29,29,30,0.25);
	border-left:4px solid rgba(29,29,30,.5);
}
#sidebar aside {
	margin-bottom:20px;
}
#sidebar aside.widget_search .screen-reader-text {
	display:none!important;
}
#sidebar aside.widget_search .search-submit {
	color: #fff;
    font-family: 'latosemibold';
    font-size: 14px;
    line-height: 14px;
    background-color: #3C3564;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    border-radius: 2px 2px 2px 2px;
    -moz-border-radius: 2px 2px 2px 2px;
    -webkit-border-radius: 2px 2px 2px 2px;
    border: 0px solid #000000;
    padding: 10px 12px 9px 12px;
    display: inline-block;
	margin-top:-2px;
}
#sidebar aside.widget_search .search-submit:hover {
	background-color:#C1406D;
}
#sidebar aside.widget_search label {
	vertical-align:bottom;
	display:block;
}
#sidebar aside.widget_search .search-field {
	border:1px solid #3C3564;
	padding:5px 8px 4px;
	border-radius: 2px 2px 2px 2px;
    -moz-border-radius: 2px 2px 2px 2px;
    -webkit-border-radius: 2px 2px 2px 2px;
	display:block;
	width:100%;
	margin-bottom:8px;
}
#sidebar aside.widget_archive .screen-reader-text {
	display:none!important;
}
#sidebar aside.widget_archive select {
	border:1px solid #3C3564;
	padding:5px 8px 4px;
	border-radius: 2px 2px 2px 2px;
    -moz-border-radius: 2px 2px 2px 2px;
    -webkit-border-radius: 2px 2px 2px 2px;
	display:inline-block;
	width:100%;
}
#sidebar .timetable_sidebar_box h5.box_header {
	text-align:left;
	font-size:25px;
	line-height:25px;
	color:#C1406D;
	font-family: 'latomedium';
	padding-bottom:15px;
	margin:0px;
	padding-top: 20px;
}
#sidebar .timetable_sidebar_box li {
	list-style:none;
	margin:6px 0 0px;
	padding:6px 2px 6px;
	list-style:none;
	border-top:1px dashed #B54C74;
	font-size:14px;
	line-height:15px;
}
#sidebar .timetable_sidebar_box li h6 {
	margin-top:5px;
}
#sidebar .timetable_sidebar_box li .col-lg-3 {
	display:none;
}
#sidebar .timetable_sidebar_box li .col-lg-9 {
	width:100%;
}
#sidebar .timetable_sidebar_box li:first-child {
	margin:0px 0 0px;
	padding:6px 2px 6px;
	border-top:1px solid #B54C74;
}
ul.favorites-list li {
	margin:0px 0 6px;
	padding:6px 2px 6px;
	list-style:none;
	border-bottom:1px dashed #B54C74;
	font-size:14px;
	line-height:15px;
}
ul.favorites-list li:first-child {
	border-top:1px solid #B54C74;
	padding-top:6px;
	padding-bottom:6px;
}
ul.favorites-list li a {
	font-size:14px;
}
h6 .pf-content {
	display:inline-block;
}
h6 .pf-content p {
	margin-bottom:0px;
	line-height: 17px;
}
#schedulePage .pf-content h1 {
    margin: 0px;
    line-height: 0px;
}
.authorContent .row:first-child .line2 {
	display:none;
}
.authorContent .ptb_post {
	margin-bottom: 0px;
}
#scheduleDetails #mainContent h6 {
	margin-bottom:5px;
}
#scheduleDetails hr {
	height:11px;
	background-image:url(/_images/gfx-line-events.png);
	background-repeat:repeat-x;
	background-position:left top;
	border:0px;
	margin:30px 0;
}
#scheduleDetails .mContent {
	margin-top:12px;
}
#scheduleDetails #sidebar a.btnPurple.box_button {
    text-align: center;
    width: 100%;
}
#scheduleDetails #sidebar a.btnPink.box_button {
    text-align: center;
    width: 100%;
}
.line2 {
	border-top:1px dashed #666;
	margin:20px 0;
	clear: both;
}
.line {
	margin:30px 0 35px;
	height:7px;
	border-top:3px solid #C4C4C6;
	border-bottom:1px solid #C4C4C6;
}
.imgShadow,
ul.donateList li img {
	-webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.5);
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    border-radius: 2px 2px 2px 2px;
    -moz-border-radius: 2px 2px 2px 2px;
    -webkit-border-radius: 2px 2px 2px 2px;
}
#mainContent .shareaholic-share-buttons-container ul.shareaholic-share-buttons {
	margin: 0 0 0 0px !important;
	padding: 0 0 0 0px !important;
}
.shareText {
	float:left;
	padding-top:12px;
	padding-right: 5px;
}
.schedulePage .entry-content li {
	list-style:none;
	padding:15px 10px 0;
	margin:15px 0 0 0;
	border-top: 1px dashed #666;
}
.schedulePage .entry-content li:first-child {
	border-top:0px;
	padding-top:0px;
	margin-top:0px;
}
button.simplefavorites-clear {
	color:#fff;
	font-family: 'latosemibold';
	font-size:13px;
	line-height:13px;
	background-color: #382E6B;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	border-radius: 2px 2px 2px 2px;
	-moz-border-radius: 2px 2px 2px 2px;
	-webkit-border-radius: 2px 2px 2px 2px;
	border: 0px solid #000000;
	padding:15px 14px 14px 14px;
	display:inline-block;
}
button.simplefavorites-clear:hover {
	background-color:#DB4251;
}
button.simplefavorites-clear.active {
	opacity:1!important;
	background-color:#CA1A44;
}
#pf-body h1#pf-title {
	margin:15px 0!important;
}
#pf-body li {
	list-style:none!important;
	padding:10px!important;
	border-bottom:1px dashed #B54C74;
	margin:0 0 10px 0!important;
}
#activities2 .tt_single_event {
	background-color:#000!important;
}
.tt_timetable th,
.tt_timetable td {
	width:6.66%;
}
.tt_timetable th {
	background-color:#ddd;
}
.tt_timetable .event a, .tt_timetable .event .event_header {
	line-height:16px;
}
/* ---------------------------------------------------------------------------------------------------- */
/* --- Book Author Details ---------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------- */
#bookAuthorDetails #headerBgrd,
#schedulePage #headerBgrd {
	height:190px;
}
#bookAuthorDetails #mainContent {
	padding-bottom:40px;
}
#bookAuthorDetails .post-thumbnail {
	margin-top:-190px;
	margin-bottom:20px;
}
#bookAuthorDetails .post-thumbnail img {
	-webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.5);
	-moz-box-shadow:    0px 0px 8px 0px rgba(0, 0, 0, 0.5);
	box-shadow:         0px 0px 8px 0px rgba(0, 0, 0, 0.5);
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	border-radius: 2px 2px 2px 2px;
	-moz-border-radius: 2px 2px 2px 2px;
	-webkit-border-radius: 2px 2px 2px 2px;
}
.bgrdPinwheel {
	background-image:url(/_images/authors/gfx-pinwheel.png);
	background-repeat:no-repeat;
	background-position:right top;
	margin-top:-132px;
	padding-top:124px;
}
#bookAuthorDetails h1.author-title {
	color:#000;
	font-size:25px;
	line-height:25px;
	font-family: 'latosemibold';
	border-bottom:1px dashed #4D4042;
	margin-right:70px;
	padding-bottom:22px;
	margin-bottom:22px;
}
#bookAuthorDetails h1.ptb_post_title {
	display:none!important;
}
#bookAuthorDetails h1.staff-title {
	border-bottom:0px dashed #4D4042!important;
	margin-right:0px!important;
	padding-bottom:8px!important;
	margin-bottom:0!important;
	color: #000;
    font-size: 25px;
    line-height: 25px;
    font-family: 'latosemibold';
}
#bookAuthorDetails h5 {
	text-align: left;
	color: #CA1A44;
	font-size: 16px;
    line-height: 16px;
    font-family: 'latosemibold';
    margin-bottom: 5px;
}
.bookFest #bookAuthorDetails h5 {
	text-align: left;
    color: #801D88;
    font-size: 16px;
    line-height: 16px;
    font-family: 'latosemibold';
    margin-bottom: 5px;
}
#bookAuthorDetails .staffMail {
	text-align:left!important;
	margin-top:5px;
}
#bookAuthorDetails .smTitle {
	text-align:left;
	color:#801D88;
	font-size:16px;
	line-height:16px;
	font-family: 'latosemibold';
	margin-bottom:5px;
}
#bookAuthorDetails .ptb_post {
    margin-bottom: 15px;
}
#bookAuthorDetails .ptb_post_image {
	display:none;
}
a.btnPurple,
a.btnPurple:active,
a.btnPurple:link,
a.btnPurple:visited,
a.btnPurple:focus {
	color:#fff;
	font-family: 'latosemibold';
	font-size:15px;
	line-height:15px;
	background-color:#382E6B;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	border-radius: 2px 2px 2px 2px;
	-moz-border-radius: 2px 2px 2px 2px;
	-webkit-border-radius: 2px 2px 2px 2px;
	border: 0px solid #000000;
	padding:15px 14px 14px 14px;
	display:inline-block;
}
a.btnPurple:hover {
	background-color:#DB4251;
}
a.btnPink,
a.btnPink:active,
a.btnPink:link,
a.btnPink:visited,
a.btnPink:focus {
	color:#fff;
	font-family: 'latosemibold';
	font-size:15px;
	line-height:15px;
	background-color:#C1406D;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	border-radius: 2px 2px 2px 2px;
	-moz-border-radius: 2px 2px 2px 2px;
	-webkit-border-radius: 2px 2px 2px 2px;
	border: 0px solid #000000;
	padding:15px 14px 14px 14px;
	display:inline-block;
}
a.btnPink:hover {
	background-color:#E26D79;
}
a.btnBlue,
a.btnBlue:active,
a.btnBlue:link,
a.btnBlue:visited,
a.btnBlue:focus {
	color:#fff;
	font-family: 'latosemibold';
	font-size:15px;
	line-height:15px;
	background-color:#2DB6D2;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	border-radius: 2px 2px 2px 2px;
	-moz-border-radius: 2px 2px 2px 2px;
	-webkit-border-radius: 2px 2px 2px 2px;
	border: 0px solid #000000;
	padding:15px 14px 14px 14px;
	display:inline-block;
}
a.btnBlue:hover {
	background-color:#DEA214;
}
a.btnOrange,
a.btnOrange:active,
a.btnOrange:link,
a.btnOrange:visited,
a.btnOrange:focus {
	color:#fff;
	font-family: 'latosemibold';
	font-size:15px;
	line-height:15px;
	background-color:#EB822C;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	border-radius: 2px 2px 2px 2px;
	-moz-border-radius: 2px 2px 2px 2px;
	-webkit-border-radius: 2px 2px 2px 2px;
	border: 0px solid #000000;
	padding:15px 14px 14px 14px;
	display:inline-block;
}
a.btnOrange:hover {
	background-color:#DEA214;
}
ul.bookcoversList {
	display:block;
	margin:10px -1.14% 25px;
	padding:0px;
	width:102.28%;
}
ul.bookcoversList:after {
	display:block;
	content:'';
	clear:both;
}
ul.bookcoversList li {
	width:18.176%;
	display:block;
	margin:1% 1.14%;
	float:left;
	padding:0px;
}
ul.bookcoversList li:nth-child(5n+1){
    clear:left
}
ul.bookcoversList li img {
	border:1px solid #4D4042;
	-webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.5);
	-moz-box-shadow:    0px 0px 8px 0px rgba(0, 0, 0, 0.5);
	box-shadow:         0px 0px 8px 0px rgba(0, 0, 0, 0.5);
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	border-radius: 2px 2px 2px 2px;
	-moz-border-radius: 2px 2px 2px 2px;
	-webkit-border-radius: 2px 2px 2px 2px;
}
ul.bookcoversList li a:hover img {
	border:1px solid #DB4251;
}
#bookAuthorDetails h4 {
	font-family: 'latosemibold';
	font-weight:normal;
	color:#000;
	font-size:20px;
	line-height:20px;
	margin:0px 0 8px 0;
	padding:15px 0 0 0;
}
#bookAuthorDetails ul.bookcoversList li a h4,
#bookAuthorDetails ul.bookcoversList li a:active h4,
#bookAuthorDetails ul.bookcoversList li a:link h4,
#bookAuthorDetails ul.bookcoversList li a:focus h4,
#bookAuthorDetails ul.bookcoversList li a:visited h4,
#bookAuthorDetails ul.bookcoversList li h4 {
	font-family: 'latobold';
	font-size:16px;
	line-height:20px;
	color:#4D4042;
	margin:10px 0 0 0;
	padding:0px;
	text-align:center;
	font-weight:normal;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	text-decoration:none;
}
#bookAuthorDetails ul.bookcoversList li a:hover h4 {
	color:#DB4251;
}
#boxcoversArea {
	background-image:url(/_images/top-shadow.png);
	background-repeat:repeat-x;
	background-position:left top;
	padding:40px 0;
	background-color:#fff;
}
#boxcoversArea h3 {
	font-family: 'latolight';
	font-weight:normal;
	font-size:30px;
	line-height:30px;
	color:#DB4251;
	text-align:center;
	margin:0px;
	padding:10px 0 0 0;
}
#boxcoversArea hr {
    height: 15px;
    display: block;
    background-image: url(/_images/gfx-hr.png);
    background-repeat: no-repeat;
    background-position: center top;
    margin: 25px 0 35px;
	border:0px;
}
ul.scheduleEventsList {
	margin:0px 0 20px;
	padding:0px;
}
ul.scheduleEventsList li {
	margin:0px 0 6px;
	padding:0px 2px 6px;
	list-style:none;
	border-bottom:1px dashed #B54C74;
}
ul.scheduleEventsList li h4 a {
	color:#CA1A44;
	font-family: 'latoblack';
}
ul.scheduleEventsList li h4 a:hover {
	color: #E64874;
}
ul.scheduleEventsList li h4 a p {
	line-height:19px;
	margin-bottom:0px;
}
ul.scheduleEventsList li:first-child {
	border-top:1px solid #ccc;
	padding-top:6px;
}
#bookAuthorDetails .shareaholic-share-buttons-container ul.shareaholic-share-buttons {
	margin:0px!important;
}
#bookAuthorDetails .shareaholic-share-buttons-container ul.shareaholic-share-buttons li {
	padding-left:0px!important;
}
h6.book-subtitle,
h6.book-subtitle p {
	font-family: 'open_sansregular';
	font-weight:normal;
	color:#000;
	font-size:14px!important;
	line-height:17px!important;
	text-align:center;
}
ul.newsListArea {
	display:block;
	margin:10px -1.14% 25px!important;
	padding:0px!important;
	width:102.28%;
}
ul.newsListArea:after {
	display:block;
	content:'';
	clear:both;
}
ul.newsListArea li {
	width:23%;
	display:block;
	margin:1%;
	float:left;
	padding:0px;
}
.page-header {
	padding:0px!important;
	margin:0px!important;
	border:0px!important;
}
.archive .bookFest ul.newsListArea li {
	width:31.33%!important;
}
.bookFest ul.newsListArea li {
    width: 23%!important;
}
ul.newsListArea li img {
	border:1px solid #4D4042;
	-webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.5);
	-moz-box-shadow:    0px 0px 8px 0px rgba(0, 0, 0, 0.5);
	box-shadow:         0px 0px 8px 0px rgba(0, 0, 0, 0.5);
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	border-radius: 2px 2px 2px 2px;
	-moz-border-radius: 2px 2px 2px 2px;
	-webkit-border-radius: 2px 2px 2px 2px;
}
ul.newsListArea li a:hover img {
	border:1px solid #DB4251;
}
ul.newsListArea li h6,
ul.newsListArea li h6 a,
.tribe-event-title a {
	font-size:13px;
	line-height:15px;
	color:#000;
	text-align:center;
} 
ul.newsListArea li h6 {
	height:32px;
	overflow:hidden;
	padding-left:12px;
	padding-right:12px;
}
ul.newsListArea li h6 a:hover,
.tribe-event-title a:hover {
	color:#DB4251;
}
ul.newsListArea li .marTp {
	margin-top:-17px;
	text-align:center;
}
.tribe-event-duration {
	font-family: 'latosemibold';
	font-size:14px;
	line-height:14px;
	margin-top:5px;
	color:#108FBA;
}
.marTp2 {
	margin-top:10px;
	text-align:center;
}
ul.newsListArea li .eventDates {
	background-color:#13AADC;
	display:inline-block;
	border:1px solid #108FBA;
	padding:4px 15px;
	font-family: 'latomedium';
	color:#fff;
	font-size:20px;
	line-height:20px;
	text-transform:uppercase;
	margin:0 0 15px;
}
ul.newsListArea li .eventDates span {
    display: block;
    font-size: 13px;
    line-height: 13px;
	margin-bottom:-2px;
}
.newsListingNew ul.newsListArea li img {
	border:1px solid #4D4042;
	-webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.3);
	-moz-box-shadow:    0px 0px 8px 0px rgba(0, 0, 0, 0.3);
	box-shadow:         0px 0px 8px 0px rgba(0, 0, 0, 0.3);
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	-webkit-border-top-left-radius: 2px;
	-webkit-border-top-right-radius: 2px;
	-moz-border-radius-topleft: 2px;
	-moz-border-radius-topright: 2px;
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
}
.newsListingNew ul.newsListArea li {
	width:23%;
	display:block;
	margin:1%;
	float:left;
	padding:0px;
	background-color:#fff;
	-webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow:    0px 0px 8px 0px rgba(0, 0, 0, 0.2);
	box-shadow:         0px 0px 8px 0px rgba(0, 0, 0, 0.2);
	border-radius: 2px 2px 2px 2px;
	-moz-border-radius: 2px 2px 2px 2px;
	-webkit-border-radius: 2px 2px 2px 2px;
}
.newsListingNew li {
	min-height:545px;
	position:relative;
}
.newsExcerpt {
	padding:15px 20px;
    font-size: 14px;
    line-height: 20px;
	border-top:1px dotted #999;
	margin-top:15px;
}
.newsYear {
	font-family: 'latoblack';
	color:#444;
	margin-top:10px;
	text-align:center;
}
a.btnNews {
	display:block;
	background-color: #CA1A44;
	padding:8px;
	color:#fff;
	text-align: center;
    -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.5);
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    -webkit-border-bottom-right-radius: 2px;
	-webkit-border-bottom-left-radius: 2px;
	-moz-border-radius-bottomright: 2px;
	-moz-border-radius-bottomleft: 2px;
	border-bottom-right-radius: 2px;
	border-bottom-left-radius: 2px;
    text-decoration: none!important;
	position: absolute;
    width: 100%;
	bottom:0px;
}
a.btnNews:hover {
    background-color: #DEA214;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}
.bookFest a.btnNews {
	background-color: rgba(129,29,137,1);
}
.bookFest a.btnNews:hover {
    background-color: #DEA214;
}
.blog .bookFest .searchArea #searchsubmit {
    background-color: rgba(129,29,137,1);
}
.blog .bookFest .searchArea #searchsubmit:hover {
    background-color: #DEA214;
}
#category_wise_search-2x h2.widgettitle {
	font-family: 'latolight';
    font-weight: normal;
    font-size: 30px;
    line-height: 30px;
    color: #CA1A44;
    text-align: center;
    margin-bottom: 10px;
}
/* ---------------------------------------------------------------------------------------------------- */
/* --- Meet Authors Page ------------------------------------------------------------------------------ */
/* ---------------------------------------------------------------------------------------------------- */
#page.meetAuthors #headerBgrd {
	height:220px;
}
#page.meetAuthors .entry-header {
	padding-top:0px;
}
#page.meetAuthors2 h1.entry-title {
	margin-bottom:0px;
}
ul.authorList {
	margin:30px -1% 30px;
	display:block;
	width:102%;
	padding:0px;
}
ul.authorList:after {
	display:block;
	clear:both;
	content:'';
}
ul.authorList li {
	margin: 1% 1% 2.5%;
	display:block;
	width:18%;
	padding:0px;
	float:left;
	list-style:none;
}
ul.authorList li:nth-child(5n+1){
    clear:left;
}
ul.authorList li a img {
	border:1px solid #4D4042;
	-webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.5);
	-moz-box-shadow:    0px 0px 8px 0px rgba(0, 0, 0, 0.5);
	box-shadow:         0px 0px 8px 0px rgba(0, 0, 0, 0.5);
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	border-radius: 2px 2px 2px 2px;
	-moz-border-radius: 2px 2px 2px 2px;
	-webkit-border-radius: 2px 2px 2px 2px;
}
ul.authorList li a:hover img {
	border:1px solid #DB4251;
}
ul.authorList li a h4,
ul.authorList li a:active h4,
ul.authorList li a:link h4,
ul.authorList li a:focus h4,
ul.authorList li a:visited h4,
ul.authorList li h4 {
	font-family: 'latosemibold';
	font-size:16px;
	line-height:20px;
	color:#4D4042;
	margin:10px 0 0 0;
	padding:0px;
	text-align:center;
	font-weight:normal;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	text-decoration:none;
}
ul.authorList li a:hover h4 {
	color:#DB4251;
}
.custom-pagination {
	text-align:center;
}
.pagination {
	display:block;
	text-align: center;
}
.custom-pagination span,
.custom-pagination a,
.wp-pagenavi a, .wp-pagenavi span{
  display: inline-block;
  padding: 2px 10px;
  border-radius: 2px 2px 2px 2px;
	-moz-border-radius: 2px 2px 2px 2px;
	-webkit-border-radius: 2px 2px 2px 2px;
	border:0px;
}
.custom-pagination a,
.wp-pagenavi a, .wp-pagenavi span{
  background-color: #D3D3D3;
  color: #111;
  -webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
}
.custom-pagination a:hover,
.wp-pagenavi a:hover {
  background-color: #DB4251;
  color: #fff;
  -webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
}
.custom-pagination span.page-num {
  margin-right: 10px;
  padding: 0;
}
.custom-pagination span.dots {
  padding: 0;
  color: #222;
}
.custom-pagination span.current,
.wp-pagenavi span.current{
  background-color: #CA1A44;
  color: #fff;
  font-weight: normal;
}
.bookFest .custom-pagination span.current {
	background-color:rgba(129,29,137,1);
}
.wp-pagenavi span.pages {
	display:none;
}

.searchArea {
	width: 100%;
    height: 100%;
    position: absolute;
    z-index: 20;
    top: 0;
	text-align:center;
	margin:0 auto;
}
.searchArea table {
	width: 100%;
    height: 100%;
}
.searchArea table td {
	vertical-align: middle;
	text-align:center;
}
.searchArea table td h4 {
	font-family: 'latolight';
	font-weight:normal;
	font-size:30px;
	line-height:30px;
	color:#811D89;
	text-align:center;
	margin-bottom:10px;
}
.bookFest .searchArea table td h4,
.searchArea table td h4 {
	color:#fff;
	text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.5);
}
.searchArea .searchandfilter ul {
	margin-bottom:0px!important;
	display: inline-block;
}
.searchArea .searchandfilter li {
	padding-left:12px!important;
	padding-right:0px!important;
	float:left!important;
	display:block!important;
	margin:0px!important;
}
.searchArea .searchandfilter li:first-child {
	padding-left:0px!important;
}
.searchArea .searchandfilter li:first-child input,
.searchArea #s {
	width:400px;
	padding:5px 10px;
	margin:0px;
	border:1px solid rgba(0,0,0,0.8);
	background-color:rgba(0,0,0,0.6);
	color:#fff;
	transition: all .3s linear;
	border-radius: 2px 2px 2px 2px;
	-moz-border-radius: 2px 2px 2px 2px;
	-webkit-border-radius: 2px 2px 2px 2px;
	height:34px;
	font-weight: normal;
}
.searchArea .searchandfilter li select.postform,
.searchArea .searchandfilter li select.sf-input-select {
	padding:4px 10px;
	margin:0px;
	border:1px solid rgba(0,0,0,0.8);
	background-color:rgba(0,0,0,0.6);
	color:#fff;
	transition: all .3s linear;
	border-radius: 2px 2px 2px 2px;
	-moz-border-radius: 2px 2px 2px 2px;
	-webkit-border-radius: 2px 2px 2px 2px;
	height:34px;
	font-weight: normal;
}
.searchArea .searchandfilter li input[type="submit"],
.searchArea #searchsubmit {
	color:#fff;
	font-family: 'latosemibold';
	font-size:15px;
	line-height:15px;
	background-color:#382E6B;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	border-radius: 2px 2px 2px 2px;
	-moz-border-radius: 2px 2px 2px 2px;
	-webkit-border-radius: 2px 2px 2px 2px;
	border: 0px solid #000000;
	padding:9px 14px 9px 14px;
	display:inline-block;
}
.blog .searchArea #searchsubmit,
#page.pageNews .searchArea #searchsubmit {
	background-color:#CA1A44;
	padding:11px 14px 9px 14px;
}
.searchArea .searchandfilter li input[type="submit"]:hover {
	background-color:#DB4251;
}
.searchArea #searchsubmit:hover {
	background-color:#DEA214;
}
.searchArea  .screen-reader-text {
	display:none;
}
.blog #searchform_cat {
	display:none;
}
.blog .searchArea h4,
#page.pageNews .searchArea h4 {
	color:#fff;
	    text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.5);
}
.showAuthor {
	display:none;
}
.meetAuthors .hideAuthor{
	display:none;
}
.meetAuthors .showAuthor{
	display:block;
}
/* ---------------------------------------------------------------------------------------------------- */
/* --- Book News Area --------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------- */
.newsList ul.newsListArea li {
	text-align:center;
	width:31.3%;
}
.newsList ul.newsListArea li h6 {
    height: 30px;
    overflow: hidden;
}
.newsList #sidebar {
	margin-top:0px;
}
.newsList .entry-header {
	padding-top:0px!important;
}
.search #sidebar,
.staffPage #sidebar,
.boardPage #sidebar,
.gallerypage #sidebar {
	margin-top:0px;
}
/* ---------------------------------------------------------------------------------------------------- */
/* --- Sponsors Area ---------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------- */
#sponsorArea {
	background-color:#CA1A44;
	padding:20px 0 30px;
}
#sponsorArea .container {
	width:1370px;
}
#sponsorArea h4 {
	color:#fff;
	text-align:center;
	font-family: 'latoblack';
	font-size:23px;
	line-height:23px;
	background-image:url(/_images/footer/sponsors-line.png);
	background-position:center center;
	background-repeat:no-repeat;
	margin-bottom:20px;
}
#sponsorArea h4 span {
	background-color:#CA1A44;
	padding:0px 15px;
}
#sponsorArea2 .lshowcase-wrap-carousel-0 {
	
}
#sponsorArea .lshowcase-horizontal-slide {
	margin-right:10px!important;
	max-width:204px!important;
}
#sponsorArea .lshowcase-horizontal-slide img {
	height:auto!important;
}
#sponsorArea .lshowcase-horizontal-slide a {
	display:inline-block;
}
#sponsorArea .lshowcase-logos .bx-wrapper .bx-controls-direction a {
	display:none!important;
}
#sponsorArea .hideMobile .lshowcase-logos > div {
	display:block;
}
/* ---------------------------------------------------------------------------------------------------- */
/* --- Footer Area ------------------------------------------------------------------------------------ */
/* ---------------------------------------------------------------------------------------------------- */
#footerArea {
	background-image:url(/_images/footer/bgrd-footer.jpg);
	background-repeat:repeat;
	background-position:left top;
	border-top:1px solid #fff;
	padding-bottom:30px;
	border-bottom:3px solid #CA1A44;
	color:#ccc;
}
.footer-widget-1 p {
	font-size:13px;
	line-height:18px;
	color:#999;
	padding-top:10px;
}
.ftLines {
	border-top:1px solid #0C0C0C;
	border-bottom:1px solid rgba(204,204,204,0.12);
	margin-bottom:60px;
}
.ftLines2 {
	border-top:1px solid rgba(0,0,0,0.3);
	border-bottom:1px solid rgba(255,255,255,0.05);
	margin:50px 0 24px;
}
#footerArea h4 {
	color:#EB6D8F;
	font-family: 'latolight';
	font-size:22px;
	line-height:22px;
	margin-bottom:18px;
}
#footerArea .widget_text {
	color:#fff;
	font-size:13px;
	line-height:19px;
}
#footerArea .widget_text a,
#footerArea .widget_text a:link,
#footerArea .widget_text a:visited,
#footerArea .widget_text a:active,
#footerArea .widget_text a:focus {
	color:#fff;
	text-decoration:none;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
}
#footerArea .widget_text a:hover {
	color:#EB6D8F;
}
#footerArea .footer-widget-3,
#footerArea .footer-widget-3 p {
	color:#ccc;
	font-size: 13px;
    line-height: 19px;
}
#footerArea .footer-widget-3 label {
	display:block;
	font-weight:normal;
}
#footerArea .footer-widget-3 input[type="text"],
#footerArea .footer-widget-3 input[type="email"] {
	background-color: rgba(0,0,0,0.3);
    padding: 6px 10px;
    color: #ccc;
    height: 40px;
    width: 100%;
    border: 1px solid #333;
}
ul.newsletterForm {
	display:block;
	width:100%;
	margin-top:15px;
}
ul.newsletterForm li {
	float:left;
	list-style:none;
	width:10%;
	padding:0px;
	margin:0px;
}
ul.newsletterForm li:first-child {
	width:90%;
}
.newsletterForm .wpcf7-email {
	background-color:#191919;
	padding:6px 10px;
	color:#333;
	height:40px;
	width:100%;
	border:1px solid #333;
}
.newsletterForm .wpcf7-submit,
#footerArea .footer-widget-3 input[type="submit"],
a.btnMail {
	background-color: rgba(0,0,0,0.3);
	font-size:13px;
	line-height:13px;
	background-image:url(/_images/footer/gfx-submit.png);
	background-repeat:no-repeat;
	background-position:right center;
	height:40px;
	padding:14px 50px 8px 20px;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	border:1px solid #333;
	text-transform:uppercase;
	display:inline-block;
}
.newsletterForm .wpcf7-submit:hover,
#footerArea .footer-widget-3 input[type="submit"]:hover,
a.btnMail:hover {
	background-color:#DEA214;
	color:#000!important;
}
#copyrightContent {
	color:#838383;
	font-size:11px;
	line-height:17px;
}
#copyrightContent a,
#copyrightContent a:link,
#copyrightContent a:visited,
#copyrightContent a:active,
#copyrightContent a:focus {
	color:#838383;
	text-decoration:none;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
}
#copyrightContent a:hover {
	color:#CA1A44;
}
.bookFest #copyrightContent a:hover {
	color:#736BB6;
}
.bookFest #footerArea .widget_text a:hover {
	color:#736BB6;
}
.ftPhone {
	font-family: 'open_sansbold';
	font-size:15px;
	line-height:15px;
}
#footerArea ul.socialIcons {
	display:inline-block;
	margin:0px auto 0 0;
	padding:0px;
	text-align:right;
}
#footerArea ul.socialIcons:after {
	content:'';
	clear:both;
	display:block;
}
#footerArea ul.socialIcons li {
	display:block;
	list-style:none;
	float:left;
	margin-left:15px;
}
#footerArea ul.socialIcons li:first-child {
	margin-left:0px;
}
#footerArea ul.socialIcons li a,
#footerArea ul.socialIcons li a img {
	display:block;
}
#footerArea ul.socialIcons li a img {
	background-color:#818181;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	border-radius: 2px 2px 2px 2px;
	-moz-border-radius: 2px 2px 2px 2px;
	-webkit-border-radius: 2px 2px 2px 2px;
	border: 0px solid #000000;
}
#footerArea ul.socialIcons li a img:hover {
	background-color:#EB6D8F;
}
.bookFest #footerArea ul.socialIcons li a img:hover {
	background-color:#736BB6;
}
.faqPage .panel-default > .panel-heading h4 p strong {
	font-weight:normal!important;
}
/* ---------------------------------------------------------------------------------------------------- */
/* --- Gallery Page ----------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------- */
.single-gallery-news #subpage h1 {
	margin-bottom:10px!important;
}
.single-gallery-news .ngg-gallery-thumbnail-box {
	margin:.5%!important;
	width:19%;
}
.single-gallery-news .ngg-gallery-thumbnail-box a {
	display:inline-block;
	margin:0px;
}
.ngg-galleryoverview {
	width:101%!important;
	margin:0 -.5%!important;
}
.ngg-gallery-thumbnail {
	border:0px!important;
}
.ngg-gallery-thumbnail img {
	background-color:transparent !important;
    border: 1px solid #C1406D!important;
    display: block;
    height: auto;
    max-width: 100%!important;
    margin: 0px auto!important;
    padding: 0px!important;
    position: relative;
	-webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.3);
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    border-radius: 2px 2px 2px 2px;
    -moz-border-radius: 2px 2px 2px 2px;
    -webkit-border-radius: 2px 2px 2px 2px;
}
.ngg-gallery-thumbnail img:hover {
	border: 1px solid #DEA214!important;
}
.ngg-navigation a.page-numbers, 
.ngg-navigation a.next, 
.ngg-navigation a.prev, 
.ngg-navigation span.page-numbers, 
.ngg-navigation span.next, 
.ngg-navigation span.prev,
.ngg-navigation span.current {
	padding: 2px 10px!important;
	border-radius: 2px 2px 2px 2px;
    -moz-border-radius: 2px 2px 2px 2px;
    -webkit-border-radius: 2px 2px 2px 2px;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	border: none!important;
	margin-right: 4px!important;
}
.ngg-navigation span {
	margin-right: 4px!important;
	font-weight: normal!important;
}
.ngg-navigation span.current {
	background-color: #CA1A44;
	color: #FFF;
	padding-bottom: 3px!important;
}
.ngg-navigation a {
    display: inline-block!important;
    padding: 2px 10px!important;
    border-radius: 2px 2px 2px 2px;
    -moz-border-radius: 2px 2px 2px 2px;
    -webkit-border-radius: 2px 2px 2px 2px;
	background-color: #D3D3D3;
    color: #111;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}
.ngg-navigation a:hover {
	background-color: #DB4251!important;
    color: #fff!important;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}

/* ---------------------------------------------------------------------------------------------------- */
/* --- Page Not Found --------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------- */
.Xerror404 ul {
	list-style-type:none;
}
.Xerror404 ul li {
	margin: 0 0 8px 0;
}
.Xerror404 ul li.first {
	color:#CC393D;
	font-weight:bold;
	padding-bottom: 3px;
    margin-top: 20px;
	border-bottom:1px solid #C4C4C6;
}
.Xerror404 ul ul li:last-child {
	margin-bottom: 25px;
}
.Xerror404 ul ul li {
	padding-left: 15px;
}
/* ---------------------------------------------------------------------------------------------------- */
/* --- FormStack Forms -------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------- */
.fsBody,
.fsBody .fsForm {
	padding:0!important;
	background:none!important;
	background-color:none!important;
}
.page .fsForm .fsLabel {
	font-size: 15px;
	line-height:15px;
	font-weight:normal;
	padding-bottom:3px;
	padding-top: 15px;
	color:#000;
	font-family: 'open_sansregular';
}
.page .fsFieldCell.fsSpan50 {
    width: 50%;
} 
.page .fsRowBody input[type=text].fsFieldName,
.page .fsRowBody input[type=email].fsFormatEmail,
.page .fsRowBody input[type=text].fsFieldAddress,
.page .fsForm select,
.page .fsRowBody input[type=tel].fsFormatPhoneUS    {
	width:100%;
	border:1px solid #777;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	font-family: 'open_sansregular';
}
.page .fsForm select {
	height:42px;
	margin-bottom:5px;
	width:100%;
}
.page .fsBody .fsSubField {
	width:100%;
	margin-bottom: 20px;
}
.page .fsBody .fsFieldCity {
	width:100%;
	/*margin-top: 10px;*/
}
.page .fsBody .fsForm {
	background-color:transparent!important;
	border:0px!important;
}
.page .fsForm {
	box-shadow:none!important;
}
.page .fsSubmit input.fsSubmitButton {
	color:#fff;
	font-family: 'latosemibold';
	font-size:15px;
	line-height:15px;
	background-color:#2DB6D2;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	border-radius: 2px 2px 2px 2px;
	-moz-border-radius: 2px 2px 2px 2px;
	-webkit-border-radius: 2px 2px 2px 2px;
	border: 0px solid #000000;
	padding:15px 14px 14px 14px;
	display:inline-block;
}
.page .fsSubmit input.fsSubmitButton:hover {
	background-color:#DEA214;
}
.fsBody .fsRowBody {
    padding: 5px 15px!important;
}
.page .fsOptionLabel {
	padding:10px 0;
	border-top:1px dashed #999;
	display:block;
	float:none!important;
	font-family: 'open_sansregular';
}
.page .fsForm textarea {
	width:100%;
	max-width:100%;
	-webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;

}
.page .fsRowBody input[type=email],
.page .fsRowBody input[type=number],
.page .fsRowBody input[type=tel],
.page .fsRowBody input[type=text],
.page .fsForm select.fsRequired {
	width:100%;
	-webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    border: 1px solid #777!important;
	max-width:100%;
}
.page .fsBody .fs2Col {
    margin-left: -15px;
	margin-right: -15px;
}
.fsBody .fsSupporting {
	font-family: 'open_sansregular';
}
img.fsCreditCardLogo {
	margin-top:10px!important;
}
#tribe-events-pg-template .tribe-events-content ol li, #tribe-events-pg-template .tribe-events-content ul li, .tribe-events-after-html ol li, .tribe-events-after-html ul li, .tribe-events-before-html ol li, .tribe-events-before-html ul li {
	margin-left:15px;
}
.fsborderradius .fsBody .fsSectionHeader {
	display:none;
}
.fsRowBody h5 {
	text-align: left;
	color: #CA1A44;
	font-size: 16px;
    line-height: 16px;
    font-family: 'latosemibold';
    margin-bottom: 5px;
}
.fsForm .fsSubmit {
	padding-bottom:0px!important;
	margin-bottom:0px!important;
}
#searchform_cat {
	display:none;
}
/* ---------------------------------------------------------------------------------------------------- */
/* --- Event Listing Area ----------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------- */
ul.ecs-event-list li {
	margin:0px;
	list-style:none;
	border-bottom: 1px dashed #999;
	margin-bottom:20px;
	padding-bottom:20px;
}
ul.ecs-event-list li:after {
	display:block;
	content:'';
	clear:both;
}
ul.ecs-event-list li img {
	float:left;
	margin-right:5%;
	-webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.5);
	-moz-box-shadow:    0px 0px 8px 0px rgba(0, 0, 0, 0.5);
	box-shadow:         0px 0px 8px 0px rgba(0, 0, 0, 0.5);
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	border-radius: 2px 2px 2px 2px;
	-moz-border-radius: 2px 2px 2px 2px;
	-webkit-border-radius: 2px 2px 2px 2px;
}
ul.ecs-event-list li .duration.time {
	font-family: 'open_sansbold';
}
.tribe-events-single-event-description {
    border-bottom: 1px dashed #666;
	padding-bottom:20px!important;
}
.tickera-checkout tr,
.tickera_buyer_info {
    border-bottom: 1px solid #999;
}
.tickera_additional_info label input {
	width:100%;
	max-width:500px;
}
.tickera_owner_info h2 {
	font-family: 'open_sansbold';
	margin-bottom:15px;
}
table.order-details {
	width:100%;
}
/* ---------------------------------------------------------------------------------------------------- */
/* --- Donor Area ------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------- */
#donorArea {
	background-color:rgba(0,0,0,0.2);
	border-top:1px solid rgba(0,0,0,0.3);
}
#donorArea .bgrdPattern {
	background-image:url(/_images/header/bgrd-pattern.png);
	background-repeat:repeat;
	padding:50px 0;
}
#donorArea h2 {
	font-family: 'latosemibold';
	font-size:34px;
	line-height:34px;
	text-align:center;
	color:#000;
	margin-bottom:40px;
}
#donorArea h4 {
	padding-top:5px;
}
#donorArea img {
	-webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.5);
	-moz-box-shadow:    0px 0px 8px 0px rgba(0, 0, 0, 0.5);
	box-shadow:         0px 0px 8px 0px rgba(0, 0, 0, 0.5);
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	border-radius: 2px 2px 2px 2px;
	-moz-border-radius: 2px 2px 2px 2px;
	-webkit-border-radius: 2px 2px 2px 2px;
}
#donorArea .item {
	padding:10px 0 10px 10px;
}
.carousel {
    padding: 0 10%;
}
.carousel-control.left,
.carousel-control.right {
	background-image:none!important;
}
/* ---------------------------------------------------------------------------------------------------- */
/* --- Archive ---------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------- */
.archive .ptb_loops_wrapper.ptb_grid4 .ptb_post {
	width:100%;
}
/* ---------------------------------------------------------------------------------------------------- */
/* --- book Festival Schedule Area -------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------- */
#searchBox form {
	-webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.5);
	-moz-box-shadow:    0px 0px 8px 0px rgba(0, 0, 0, 0.5);
	box-shadow:         0px 0px 8px 0px rgba(0, 0, 0, 0.5);
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	border-radius: 2px 2px 2px 2px;
	-moz-border-radius: 2px 2px 2px 2px;
	-webkit-border-radius: 2px 2px 2px 2px;
	background-color:#fff;
	margin-bottom:20px;
	display:block;
	color:#000;
	text-align:left;
	border-top:2px solid #1D1D1E;
}
#searchBox form ul {
	padding:0px;
	margin:0px;
}
#searchBox form ul li {
	padding:15px 15px 20px;
	margin: 0px;
	list-style: none;
	border-top:1px dashed #1D1D1E;
}
#searchBox form ul li:first-child {
	border-top:0px;
}
#searchBox form ul li h4 {
	font-size: 20px;
	line-height: 20px;
}
.sf-input-text {
	width: 100%;
    border: 1px solid #777;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    font-family: 'open_sansregular';
	height:42px;
	padding: 10px;
}
li.sf-field-search label {
    display: block;
}
#searchBox form ul li ul {
	display:block;
	margin:0px;
	padding:0px;
}
#searchBox form ul li ul li {
	padding:3px 0 4px;
	margin:0px;
	border-top:1px dashed rgba(0,0,0,0.2);
	font-size: 14px;
	line-height: 14px;
}
#searchBox form ul li ul li .sf-count {
	color:rgba(0,0,0,0.5);
}
.sf-field-reset {
	text-align: center;
}
.search-filter-reset {
	color:#fff;
	font-family: 'latosemibold';
	font-size:15px;
	line-height:15px;
	background-color:#C1406D;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	border-radius: 2px 2px 2px 2px;
	-moz-border-radius: 2px 2px 2px 2px;
	-webkit-border-radius: 2px 2px 2px 2px;
	border: 0px solid #000000;
	padding:15px 14px 14px 14px;
	display:block;
	text-align:center;
	width:100%;
}
.search-filter-reset:hover {
	background-color:#E26D79;
}
.resultsBox {
	border:1px solid rgba(0,0,0,0.2);
	background-color: #fff;
	margin-bottom: 20px;
	padding: 12px;
}
.sidebarBox {
    -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.5);
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    border-radius: 2px 2px 2px 2px;
    -moz-border-radius: 2px 2px 2px 2px;
    -webkit-border-radius: 2px 2px 2px 2px;
    background-color: #fff;
    padding: 15px 15px 20px;
    margin: 0px;
    display: block;
    color: #000;
    text-align: left;
    border-top: 2px solid #1D1D1E;
}
.sidebarBox .btnOrange2 {
	padding: 15px 14px 14px 14px;
    display: block;
    text-align: center;
    width: 100%;
}
.entry-content button.simplefavorite-button {
	font-size: 15px;
	line-height: 15px;
}
a.btnOrange2,
a.btnOrange2:active,
a.btnOrange2:link,
a.btnOrange2:visited,
a.btnOrange2:focus  {
    color: #fff;
    font-family: 'latosemibold';
    font-size: 15px;
    line-height: 15px;
	background-color:#EB822C;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	border-radius: 2px 2px 2px 2px;
	-moz-border-radius: 2px 2px 2px 2px;
	-webkit-border-radius: 2px 2px 2px 2px;
	border: 0px solid #000000;
	padding:15px 14px 14px 14px;
	display:inline-block;
}
a.btnOrange2:hover{
	background-color:#DB4251;
}
.centerbtn {
	text-align: center;
}
.tribe-events-list-widget .tribe-events-list-widget-events {
	padding: 0!important;
}
.tribe-events-list-widget-events a {
	display:block;
}
.single-attachment .wp-video {
	margin-left: auto;
	margin-right: auto;
}