/*

Theme Name: AuthorU Responsive
Author: NGNG Enterprises
Author URI: http://insightfuldevelopment.com/
Description: A plain, bare-bones template used to develop a beautiful custom theme for AuthorU.
License: All rights reserved
Version: 1.1

Google Fonts:
	font-family: 'Open Sans', sans-serif;
COLORS:
	green: #8ec63f
	lt green: #c7e39f
	purple: #591a73
	lt purple: #ac8db9
	red: #c01327
	gray: #e6e6e6

*/

/****************************** normalize **************************/

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, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, /*table, */caption, /*tbody,*//* tfoot, thead, tr, th, td */{
	border: 0;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
html {
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
	margin: 0;
}
img {
	border: 0;
	-ms-interpolation-mode: bicubic;
	vertical-align: middle;
	max-width:100%;
	height:auto;
}
table {
	border-collapse: separate;
	border-spacing: 4px;
}
td {
	vertical-align: top;
}
svg:not(:root) {
	overflow: hidden;
}
/****************************** page layout ******************************/

body {
	background: rgb(255,255,255); /* Old browsers */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ1JSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlN2U4ZTkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 45%, rgba(231,232,233,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(45%, rgba(255,255,255,1)), color-stop(100%, rgba(231,232,233,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 45%, rgba(231,232,233,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 45%, rgba(231,232,233,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 45%, rgba(231,232,233,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 45%, rgba(231,232,233,1) 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e7e8e9', GradientType=0 ); /* IE6-8 */
	text-align: center;
}
.ie9 body {
	filter: none;
}
#page {
	text-align: left;
	/*min-width: 980px;*/
}
.contained {
	/*margin: 0 auto;*/
	position: relative;
	/*width: 980px;*/
}
.header-wrap {
	background: #591a73;
	/* border-top: 75px solid #8ec63f;  top bar */
}
header.page-header {
	height: 170px;
	z-index: 50;
}
#main {
	background: #fff;
	padding-top: 75px;
}
.home #main {
	padding-top: 85px;
}
#content {
	padding: 10px 25px 40px 25px;
	position: relative;
/*	width: 605px;*/
}
/*.one-col #content {
	float: none;
	padding: 0 10px 40px;
	width: 980px;
}
.three-col #content {
	padding: 10px 25px 40px 0;
	width: 505px;
}*/
#content:before {
	background: #e6e6e6;
	content: "";
	display: block;
	width: 2px;
	height: 345px;
	position: absolute;
	left: 0;
	top: -20px;
}
.one-col #content:before, .three-col #content:before {
	content: none;
}
.sidebar {
	float: left;
}
#sidebar-right {
    padding-bottom: 20px;
/*	width: 280px;*/
}
#sidebar-left {
	/*margin-right: 25px;*/
	padding-top: 30px;
	/*width: 145px;*/
}
.partner-wrap {
	background: #fff;
	border-top: 5px solid #8EC63F;
	padding-top: 15px;
	padding-bottom:10px;
}
.pre-footer-wrap {
	background: #591a73;
}

.pre-footer blockquote {
	margin-left:0px;
}

.footer-wrap {
	background: #591a73;
}
footer.page-footer {
	border-top: 1px solid #835496;
	padding: 20px 0;
	text-align: center;
}
header, article, section, footer {
	position: relative;
}


#menu-get-involved a {
	padding-right:20px;
}
/****************************** default typography *************************/

html, button, input, select, textarea {
	font-family: 'Open Sans', sans-serif;
	color: #000;
}
body {
	font-size: 14px;
	line-height: 1.7;
}
.home {
	font-size: 13px;
}
h1, h2, h3, h4, h5 {
	font-weight: bold;
	line-height: 1.3;
	margin-bottom: 10px;
}
h1 {
	color: #fff;
	font-size: 18px;
	font-weight: normal;
}
h2 {
	color: #c01327;
	font-size: 18px;
}
h3 {
	color: #591a73;
	font-size: 16px;
}
h4 {
	color: #78ec63f;
	font-size: 16px;
}
ul, ol {
	list-style: none;
}
dd {
	margin: 0 0 0 40px;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
	content: none;
}
small {
	font-size: 11px;
}
address {
	font-style: normal;
	margin-bottom: 20px;
}
abbr[title] {
	border-bottom: 1px dotted #e6e6e6;
	cursor: help;
}
caption, th, td {
	text-align: left;
}
pre, code, kbd, samp {
	font-family: monospace, serif;
	_font-family: 'courier new', monospace;
	font-size: 10px;
}
pre {
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -5px;
}
sub {
	bottom: -2.5px;
}
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #e6e6e6;
	margin: 10px 0;
	padding: 0;
}
del {
	text-decoration: line-through;
}
mark {
	background: #ff0;
}
b, strong {
	font-weight: bold;
}
i, em, dfn {
	font-style: italic;
}
u {
	text-decoration: underline;
}
/****************************** default links, buttons and forms ******************************/

a {
	color: #591a73;
	text-decoration: none;
}
a:hover {
	color: #c01327;
	outline: 0;
	text-decoration: none;
}
a:focus {
	outline: thin dotted;  /*for accessiblity*/
}
textarea, input {
	border: 1px solid #e6e6e6;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background: #fff;
	color: #666;
	display: block;
	filter: none;
	margin-bottom: 5px;
	padding: 6px;
}
input[type="button"], input[type="reset"], input[type="submit"], .button {
	background: #c01327;
	border: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #FFFFFF;
	cursor: pointer;
	display: inline-block;
	filter: none;
	font-size: 14px;
	line-height: 1;
	padding: 5px;
	text-align: center;
	text-decoration: none;
	text-shadow: none;
	vertical-align: middle;
	-webkit-appearance: none;
}
input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover, .button:hover {
	background: #591a73;
	border: 0;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #FFFFFF;
	filter: none;
}
/********************************** header content ********************************/

.site-title {
	float: left;
	margin-bottom: 0;
	margin-top: 3px;
}
.site-description {
	background: url(images/where-authors-go.png) no-repeat;
	float: left;
	margin: 90px 0 0 35px;
	width: 602px;
	height: 54px;
	text-indent: -9999px;
}
#menu-main-navigation {
	background: #e6e6e6;
	position: absolute;
	bottom: -47px;
	right: 0;
	height: 55px;
	width: 820px;
}
#menu-main-navigation li {
	display: inline-block;
	position: relative;
	-webkit-transition: .5s;
	transition: .5s;
}
#menu-main-navigation .sub-menu {
	background: #e6e6e6;
	display: none;
	left: 5px;
	padding-left:0;
	padding-bottom: 5px;
	position: absolute;
	width: 180px;
	z-index: 500;
	-webkit-transition: .5s;
	transition: .5s;
}
#menu-main-navigation li:hover > .sub-menu, #menu-main-navigation > .sub-menu:hover {
	display: block;
	opacity:1;
}
#menu-main-navigation ul {
		position: absolute;
		left: 20%!important;
		top: 98%;
		display:none;
		opacity: 0;
}


#menu-main-navigation li:hover > ul.dropdown-menu {
	display:block;
	opacity: 1;
}

#menu-main-navigation .sub-menu li {
	display: block;
	width: 100%;
}
#menu-main-navigation a {
	font-size: 15px;
	font-weight: bold;
	line-height: 55px;
	padding: 0 15px;
	display: block;
	text-align: center;
}
#menu-main-navigation a:hover, #menu-main-navigation li.current-menu-item a, #menu-main-navigation li.current-menu-item li a:hover {
	color: #c01327;
}
#menu-main-navigation li.current-menu-item li a {
	color: #591a73;
}
#menu-main-navigation .sub-menu a {
	background: #e6e6e6;
	border-top: 1px solid #ac8db9;
	font-size: 14px;
	line-height: 1.2;
	padding: 10px 15px;
	text-align: left;
}



#menu-member-links {
	position: absolute;
	right: 0;
	top: 10px;
}
#menu-member-links li {
	border-left: 1px solid #fff;
	display: inline-block;
	line-height: .8;
	padding-left: 5px
}
#menu-member-links li:first-child {
	border: 0;
}
#menu-member-links a {
	color: #fff;
	font-size: 11px;
	text-transform: lowercase;
}
#menu-member-links a:hover {
	color: #ac8db9;
}
.page-header .opt-in-form {
	position: absolute;
	right: 0;
	top: -50px;
	width: 86%;
}
.page-header .opt-in-form p {
    color: #fff;
    float: left;
    font-size: 15px;
    line-height: 1.2;
    margin-right: 15px;
    position: relative;
    top: -17px;
    width: 315px;
}
.page-header .opt-in-form img {
	margin-right: 20px;
	padding-top: 12px;
    float: left;
}
.page-header .opt-in-form input {
	background: #c7e39f;
	border: 0;
	color: #54622b;
	float: left;
	font-size: 15px;
	margin-left: 8px;
	padding: 12px 10px 5px;
	position: relative;
	top: -3px;
}
.page-header .opt-in-form input[type="submit"] {
	background: #c01327;
	border-radius: 50%;
	color: #fff;
	font-size: 25px;
	padding: 8px 10px 12px;
	height: 48px;
	width: 42px;
	top: -8px;
}
.page-header .opt-in-form input[type="submit"]:hover {
	background: #591a73;
}
@-moz-document url-prefix() {
	/* CSS Statements that only apply on Firefox/Gecko browsers */
	.page-header .opt-in-form input[type="submit"]  {
		padding: 3px 5px 10px 8px;
	}
}
/********************************** home page ********************************/

.nivo-slider.featured {
	margin: 0 -11px 30px;
	border: 1px solid #EFEFEF;
}
.nivo-prevNav, .nivo-nextNav {
	background: url("images/bg-sprites.png") no-repeat;
	text-indent: -9999px;
	width: 17px;
	height: 22px;
}
.nivo-prevNav:hover, .nivo-nextNav:hover {
	zoom: 1;
	filter: alpha(opacity=50);
	opacity: 0.5;
}
.nivo-prevNav {
	background-position: 0 -96px;
	left: 10px;
}
.nivo-nextNav {
	background-position: -34px -96px;
	right: 10px;
}
.latest-posts {
	line-height: 1.6;
	margin-bottom: 40px;
}
.latest-posts h2 {
	color: #c01327;
	margin-bottom: 20px;
}
.latest-posts .column {
	padding-right: 25px;
	margin-bottom:20px;
}
/*.latest-posts .column:first-child {
	margin-left: 0;
	padding-left:0;
}*/
.latest-posts .entry-title {
	margin-bottom: 3px;
	position: relative;
	height: 40px;
	overflow: hidden;
}
.latest-posts .entry-content {
	height: 60px;
	margin-bottom: 5px;
	overflow: hidden;
}
.latest-posts .read-latest {
	color: #c01327;
	font-weight: bold;
}
.latest-posts .read-latest:hover:after {
	content: " \00bb";
}
.latest-thumbnail {
	width: 100%;
	max-width:100%;
	height: auto;
	margin-bottom: 15px;
}

.latest-thumbnail img {
	width:100%;
	max-width:100%;
	height:auto;
}
.action-buttons {
	margin-bottom: 10px;
}
.action {
	border-right: 1px solid #e6e6e6;
	border-bottom: 2px solid #e6e6e6;
	-moz-box-shadow: 0 0 1px #E6E6E6;
	-webkit-box-shadow: 0 0 1px #E6E6E6;
	box-shadow: 0 0 1px #E6E6E6;
	position: relative;
	padding:0;
	margin-bottom:10px;
	height:188px;

}

.action .wp-caption {
	width:100%!important;
}

.action img {
	width:100%!important;
	height:auto;
	
}
.action .wp-caption-text {
	background: #f8f8f8;
	color: #591a73;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.2;
	position: absolute;
	bottom: 0;
	margin: 0;
	padding: 0;
	text-align: center;
	text-transform: uppercase;
	width: 100%;
	zoom: 1;
	filter: alpha(opacity=90);
	opacity: 0.9;
	height: 60px;
	padding-top: 20px;
}
.action .wp-caption-text a {
	display: block;
}
.action:hover img {
	zoom: 1;
	filter: alpha(opacity=90);
	opacity: 0.9;
}
.action:hover a {
	color: #C01327;
}
.whats-new {
	border-top: 2px solid #e6e6e6;
	padding-top: 20px;
}
.whats-new h2 {
	color: #c01327;
}

.whats-new ul {
	padding-left:0;
}
.whats-new li {
	background: #E6E6E6;
	display: block;
	border-top: 1px solid #FFF;
	padding: 5px 5px 5px 30px;
	line-height: 1.4;
	position: relative;
}
.whats-new li a {
	position: relative;
}
.whats-new li a:before {
	background: url("images/bg-sprites.png") no-repeat -70px -100px;
	content: "";
	display: block;
	width: 14px;
	height: 14px;
	position: absolute;
	left: -20px;
	top: 3px;
}
.whats-new li a:hover:before {
	background-position: -70px -119px;
}
.whats-new p {
	padding: 15px 0;
	text-align: right;
}
.whats-new p a {
	color: #C01327;
	font-weight: bold;
}
.whats-new p a:hover:before {
	content: "\00bb";
	padding-right: 2px;
}
/********************************** main content ********************************/

.entry-content a, .entry-summary a, .entry-meta.below a, #comments a {
	text-decoration: underline;
}
.entry-content a:hover, .entry-summary a:hover, .entry-meta.below a:hover, #comments a:hover {
	text-decoration: none;
}
.page-title {
	background: #8ec63f;
	margin: 0 0 30px 0;
	margin-top: 20px;
	padding: 8px 25px;
}
.two-col .page-title {
	margin-left: -25px;
}
article {
	border-bottom: 1px dotted #8EC63F;
	clear: both;
	margin-bottom: 40px;
}
.entry-header {
	margin-bottom: 10px;
}
h2.entry-title {
	margin-bottom: 3px;
	position: relative;
}
h2.entry-title a, h3.entry-title a {
	text-decoration: none;
}
h2.entry-title:before {
	content: "";
	display: block;
	background: url('images/bg-sprites.png') no-repeat -262px -89px;
	width: 60px;
	height: 36px;
	float: left;
	padding-right: 20px;
	margin-bottom: 15px;
}
.entry-header {
	min-height: 60px;
}
.entry-meta.above {
	font-size: 11px;
	font-style: italic;
	margin-bottom: 15px;
}
.single .entry-meta.above {
	margin-bottom: 30px;
	margin-top: -20px;
}
.entry-meta.above a {
	text-decoration: none;
}
.entry-date.looped {
	color: #c01327;
	display: block;
	position: absolute;
	top: 37px;
	width: 41px;
	text-align: center;
	font-style: normal;
}
.category-videos .entry-summary, .category-videos .entry-content {
	text-align: center;
}
.category-videos .entry-content h3 {
	text-align: left;
}
.entry-content p, .entry-summary p {
	margin-bottom: 20px;
}
.entry-content ul, .entry-summary ul {
	margin-bottom: 20px;
	margin-left: 30px;
}
.entry-content ol, entry-summary ol {
	list-style: decimal;
	margin-bottom: 20px;
	margin-left: 35px;
}
.entry-content li, entry-summary li {
	margin-bottom: 10px;
}
.entry-content ul li, entry-summary ul li {
	list-style: disc;
	padding-left: 5px;
}
.entry-content blockquote, .entry-summary blockquote {
	margin: 30px 0;
	min-height: 30px;
	padding: 5px 30px 0 60px;
	position: relative;
}
.entry-content blockquote .open-quote {
	display: block;
	font-size: 56px;
	position: absolute;
	top: -22px;
	color: #AC8DB9;
	left: 25px;
	font-family: "Times New Roman", Times, serif;
}
.entry-content .testimonials-widget-testimonial div.credit {
	display: block;
	margin: -20px 0 0 60px;
	text-align: left;
	font-size: 13px;
	font-style: italic;
	padding-bottom: 10px;
}
.wp-post-image {
	border: 2px solid #e6e6e6;
}
.wp-post-image:hover {
	border: 1px solid #c01327;
	padding: 1px;
	-moz-box-shadow: 0 0 2px #c01327;
	-webkit-box-shadow: 0 0 2px #c01327;
	box-shadow: 0 0 2px #c01327;
}
.wp-caption-text {
	margin-bottom: 10px;
	padding-top: 10px;
	text-align: center;
}
.entry-summary .read-more {
	font-weight: bold;
	color: #C01327;
	display: block;
	font-size: 13px;
	text-decoration: none;
	margin-top: -10px;
	text-align: right;
	padding-right: 10px;
}
.category-videos .entry-summary .read-more {
	margin-top: 20px;
}
.entry-summary .read-more:hover:before {
	content: " \00bb";
	padding-right: 2px;
}
.single .entry-content .opt-in-form {
	background: #8EC63F;
	color: #fff;
	margin: 0 0 35px 0;
	padding: 10px;
	text-align: left;
}
.single .two-col .entry-content .opt-in-form {
	margin: 0 auto 35px;
	width: 80%;
}
.single .entry-content .opt-in-form p {
	margin-bottom: 5px;
}
.single .entry-content .opt-in-form input[type="text"], .single .entry-content .opt-in-form input[type="email"] {
	background: #C7E39F;
	border: 0;
	color: #54622B;
	float: left;
	font-size: 14px;
	margin-right: 7px;
	width: 40%;
}
.single .entry-content .opt-in-form input[type="submit"] {
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	font-size: 25px;
	width: 50px;
	height: 50px;
	margin-left: 5px;
	margin-top: -10px;
	padding: 0 0 5px;
}
.nrelate {
	margin-bottom: 20px;
}
.entry-content .alrp-content-caption {
	background: #FFF;
	border: 0;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	float: left;
	line-height: 1.4;
	margin: 10px 5px 25px;
	padding: 2px;
	text-align: left;
	/*width: 110px;
	max-width: 110px;*/
}
.entry-content .alrp-content-caption:hover {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.entry-content .alrp-content-caption img {
	border: 1px solid #efefef;
}
.entry-content .alrp-content-caption:hover img {
	border: 1px solid #c01327;
	-moz-box-shadow: 0 0 2px #c01327;
	-webkit-box-shadow: 0 0 2px #c01327;
	box-shadow: 0 0 2px #c01327;
}
.entry-content .alrp-content-caption a {
	color: #591a73;
	text-decoration: none;
}
.entry-content .alrp-content-caption a:hover {
	color: #c01327;
}
#alrp-slidebox .title {
	color: #c01327;
}
#alrp-slidebox .blue a, #alrp-slidebox a {
	color: #591a73;
	text-decoration: none;
}
#alrp-slidebox .blue a:hover, #alrp-slidebox a:hover {
	color: #c01327;
	text-decoration: none;
}
.entry-meta.below {
	font-size: 12px;
}
.single .entry-meta.below {
	border-bottom: 1px dotted #8EC63F;
	margin-bottom: 30px;
	padding-bottom: 10px;
}
.entry-meta.below .row {
	display: table;
	margin-bottom: 20px;
	width: 100%;
}
.entry-meta.below .row span {
	display: table-cell;
}
.entry-meta.below .row .col-1 {
	width: 100px;
}
#nav-below {
	margin: -10px 10px 30px 0;
}
#nav-below a {
	color: #C01327;
	font-weight: bold;
	text-decoration: none;
}
#comments-title {
	font-size: 15px;
}
#comments .logged-in-as {
	font-size: 11px;
	font-style: italic;
	margin-top: -5px;
}
#commentform {
	margin-bottom: 40px;
}
.comment-form-comment label {
	display: block;
	position: relative;
	top: -5px;
}
#commentform label {
	display: inline-block;
	padding-right: 20px;
	padding-top: 20px;
	width: 75px;
}
#comment {
	border: 1px solid #e6e6e6;
	margin-bottom: 20px;
	padding: 5px;
	width: 95%;
}
.commentlist {
	list-style: none;
}
article.comment {
	padding-bottom: 2px;
}
.comment-body {
	padding-top: 10px;
}
.form-allowed-tags {
	display: none;
}

/***************************** single-event calendar page ********************************/

.ai1ec-single-event .ai1ec-event-details { /* hide unused event details fields */
display:none;
}

.content_block .timely {
	display: none!important;
	visibility: hidden;
}
.single-ai1ec_event h2.entry-title {
	background: #8ec63f;
	margin: 0 0 30px 0;
	margin-top: 20px;
	padding: 8px 25px;
}
.single-ai1ec_event h2.entry-title:before {
	content: none;
}
.single-ai1ec_event h2.entry-title a {
	color: #fff;
}
.single-ai1ec_event .ai1ec-tags, .single-ai1ec_event .ai1ec-single-event .ai1ec-category, .single-ai1ec_event .ai1ec-single-event .ai1ec-label {
	display: none!important;
	visibility: hidden;
}
.single-ai1ec_event .ai1ec-single-event .ai1ec-time {
	width: 800px;
}
.single-ai1ec_event .ai1ec-single-event .ai1ec-time .ai1ec-field-value {
	margin: -30px 0 30px 0;
	color: #C01327;
	font-size: 18px;
	font-weight: bold;
}
.single-ai1ec_event  .timely .btn {
	background: #C01327;
	border: 0;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	color: #fff;
	font-size: 14px;
	line-height: 1;
	padding: 5px;
	text-shadow: none;
}
.single-ai1ec_event  .timely .btn:hover {
	background: #591a73;
}

/********************************** footer content ********************************/

.our-partners h2 {
	margin-left: 25px;
}
.partners-slider {
	position: absolute;
	top: -5px;
	right: 20px;
}
.pre-footer {
	color: #fff;
	font-size: 13px;
}
.pre-footer h2 {
	font-size: 14px;
	color: #ac8db9;
	font-weight: normal;
	margin-bottom: 20px;
	text-transform: uppercase;
}
.pre-footer a {
	color: #fff;
}
.pre-footer li {
	margin-bottom: 10px;
	padding-left: 20px;
	position: relative;
}
.pre-footer li a:before {
	content: "";
	display: block;
	position: absolute;
	top: 5px;
	left: 0;
	background: url('images/bg-sprites.png') no-repeat -95px -101px;
	width: 13px;
	height: 12px;
	zoom: 1;
	filter: alpha(opacity=30);
	opacity: 0.3;
}
.pre-footer li:hover a:before {
	zoom: 1;
	filter: alpha(opacity=100);
	opacity: 1;
}

.pre-footer .column {
	padding:30px 0px 40px;
}

.pre-footer .column.col2 {
	padding-right:15px;
}

.pre-footer .column.col4 {
	padding-left:30px;
}

.pre-footer .opt-in-form h2 {
	color: #fff;
	font-size: 20px;
	letter-spacing: 1px;
	margin-bottom: 7px;
}
.pre-footer .testimonials-widget-testimonial .credit {
	font-style: italic;
	padding-top: 10px;
	text-align: left;
}
.pre-footer .opt-in-form {
	background: #835496;
	color: #000;
	font-size: 15px;
	padding: 15px 20px 50px;
	text-align: center;
}
.pre-footer .opt-in-form p {
	line-height: 1.4;
	padding: 0 10px 12px;
}

.pre-footer .opt-in-form form {
	position:relative;
}

.pre-footer .opt-in-form input {
	background: #9f7bae;
	border: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	color: #fff;
	font-size: 15px;
	padding-top: 10px;
	width: 100%;
}
.pre-footer .opt-in-form input[type=submit] {
	background: #000;
	font-size: 18px;
	margin-left: 147px;
	padding: 7px 5px;
	text-transform: uppercase;
	width: auto;
	position:absolute;
	right:0;
	bottom:-40px;
}
@-moz-document url-prefix() {
	.pre-footer .opt-in-form input[type=submit] {
		margin-left: 143px;
	}
}
.pre-footer .opt-in-form input[type=submit]:hover {
	background: #8ec63f;
	color: #000;
}
.pre-footer .social-media-links {
	margin-bottom: 17px;
}
@-moz-document url-prefix() {
	.pre-footer .social-media-links {
		margin-bottom: 25px;
	}
}
.pre-footer .social-media-links a {
	margin-right: 10px;
	vertical-align: bottom;
}
.pre-footer .social-media-links a:hover {
	zoom: 1;
	filter: alpha(opacity=60);
	opacity: .6;
}
.pre-footer .social-media-links a.facebook {
	background-position: -3px 0;
	width: 13px;
	height: 25px;
}
.pre-footer .social-media-links a.twitter {
	background-position: -194px -3px;
	width: 30px;
	height: 23px;
}
.pre-footer .social-media-links a.google {
	background-position: -37px -3px;
	width: 24px;
	height: 23px;
}
.pre-footer .social-media-links a.youtube {
	background-position: -237px -1px;
	width: 25px;
	height: 24px;
}
.pre-footer .social-media-links a.linkedin {
	background-position: -80px -4px;
	width: 19px;
	height: 19px;
}
.pre-footer .social-media-links a.pinterest {
	background-position: -119px -2px;
	width: 20px;
	height: 24px;
}
.pre-footer .social-media-links a.meetup {
	background-position: -280px 0;
	width: 25px;
	height: 25px;
}
.pre-footer .social-media-links a.rss {
	background-position: -159px -3px;
	margin-right: 0;
	width: 22px;
	height: 21px;
}
.pre-footer .vcard {
	line-height: 1.4;
	margin-bottom: 25px;
}
.pre-footer .vcard .email {
	font-weight: bold;
	padding-top: 7px;
}
.pre-footer .searchform {
	position: relative;
}
.pre-footer .searchform input[type="text"] {
	background: #835496;
	border: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	color: #fff;
	margin-top: -5px;
	padding: 12px 45px 12px 10px;
	width: 195px;
}
.pre-footer .searchform input[type="submit"] {
	background: url('images/bg-sprites.png') no-repeat -120px -96px;
	width: 27px;
	height: 25px;
	text-indent: -9999px;
	position: absolute;
	right: 30px;
	bottom: 3px;
}
.pre-footer .searchform input[type="submit"]:hover {
	background-position: -155px -96px;
}
.page-footer {
	color: #ac8db9;
}
.page-footer a {
	color: #ac8db9;
}
.page-footer a:hover {
	color: #fff;
}
.page-footer .copyright {
	margin-bottom: 5px;
}
/********************************** widgets / sidebars ********************************/

.nivo-slider {
	background: url(images/loading.gif) no-repeat 50% 50%;
	position: relative;
}
.nivo-slider img {
	position: absolute;
	top: 0px;
	left: 0px;
	display: none;
}
#searchform {
	margin-bottom: 20px;
}
#searchform #s {
	margin-right: 10px;
	vertical-align: middle;
}
.widget select {
	display: block;
	margin: -5px 0 40px;
}
.sidebar {
	font-size: 13px;
}
.sidebar .widget {
	margin-bottom: 18px;
	position: relative;
}
.sidebar h2 {
	margin-bottom: 18px;
}
.sidebar ul {
	margin-bottom: 40px;
}
.sidebar li {
	background: #E6E6E6;
	display: block;
	border-top: 1px solid #FFF;
	padding: 7px 5px 7px 30px;
	line-height: 1.4;
}
.sidebar li a {
	position: relative;
}
.sidebar li a:before {
	background: url("images/bg-sprites.png") no-repeat -70px -100px;
	content: "";
	display: block;
	width: 14px;
	height: 14px;
	position: absolute;
	left: -20px;
	top: 3px;
}
.sidebar li a:hover:before {
	background-position: -70px -119px;
}
.social-media-links {
	padding-bottom: 5px;
	text-align: center;
}
.social-media-links p {
	font-size: 5px;
}
.social-media-links a {
	background: url("images/bg-sprites.png") no-repeat;
	display: inline-block;
	text-indent: -9999px;
	margin-right: 3px;
	width: 31px;
	height: 31px;
}
.social-media-links a:hover {
	zoom: 1;
	filter: alpha(opacity=80);
	opacity: .8;
}
.social-media-links a.facebook {
	background-position: 0 -37px;
}
.social-media-links a.twitter {
	background-position: -39px -37px;
}
.social-media-links a.google {
	background-position: -78px -37px;
}
.social-media-links a.youtube {
	background-position: -194px -37px;
}
.social-media-links a.linkedin {
	background-position: -155px -37px;
}
.social-media-links a.pinterest {
	background-position: -117px -37px;
}
.social-media-links a.meetup {
	background-position: -233px -37px;
}
.social-media-links a.rss {
	background-position: -272px -37px;
	margin-right: 0;
}
.sidebar .opt-in-form {
	background: #8ec63f;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding: 8px 5px;
	max-width:400px;
	margin:0 auto 20px;
}
.sidebar .opt-in-form input[type="text"], .sidebar .opt-in-form input[type="email"] {
	background: #b0d779;
	border: 0;
	display: inline-block;
	font-size: 14px;
	color: #fff;
	margin: 0 3px 10px 0;
	padding: 4px 3px 2px;
	width: 100%;
}
.sidebar .opt-in-form input[type="submit"] {
	height: 25px;
	margin: 0 auto;
	vertical-align: bottom;
	width:80%;
	display:block;
}
@-moz-document url-prefix() {
	/* CSS Statements that only apply on Firefox/Gecko browsers */
	.sidebar .opt-in-form input[type="text"], .sidebar .opt-in-form input[type="email"] {
		padding: 7px 3px 4px;
	}
	.sidebar .opt-in-form input[type="submit"] {
		height: auto;
		padding: 5px 3px;
	}
}
.sidebar .widget_ai1ec_agenda_widget {
	border-bottom: 2px solid #e6e6e6;
	padding: 10px 0;
}
.sidebar .ai1ec-date {
	background: #fff;
	border: 0;
}
.sidebar .timely .btn {
	background: #FFF;
	border: 0;
	box-shadow: none;
	color: #c01327;
	font-size: 13px;
	font-weight: bold;
}
.sidebar .timely .btn .icon-arrow-right {
	display: none;
}
.sidebar .timely .btn:hover:before {
	content: "\00bb";
}
.sidebar .whats-new {
	float: none;
	border: 0;
	padding: 0;
	width: 100%;
}
.sidebar .whats-new ul {
	padding-left:0;
	margin-bottom: 25px;
}
.sidebar .whats-new p {
	font-weight: bold;
	font-size: 14px;
	padding: 0 5px 15px;
	text-align: right;
}
.action-widget {
	padding-bottom: 1px;
}
.action-widget a {
	background: #8ec63f;
	border-radius: 8px 0 0 8px;
	color: #fff;
	display: block;
	font-size: 15px;
	line-height: 2.1;
	margin: 0 51px 15px 0;
	padding-left: 10px;
	position: relative;
	max-width:400px;
}
.action-widget a:hover {
	background: #c01327;
}
.action-widget a:after {
	background: url('images/bg-sprites.png') no-repeat -199px -87px;
	width: 51px;
	height: 44px;
	content: "";
	display: block;
	position: absolute;
	top: -6px;
	right: -51px;
}
.feed {
	border-bottom: 2px solid #e6e6e6;
	overflow: hidden;
	padding-bottom: 15px;
}
.feed.google {
	border-top: 2px solid #e6e6e6;
	padding-top: 15px;
}
.feed.twitter {
    padding: 10px 40px 15px 5px;
}
.twitter .counter {
    position: absolute;
    padding: 15px 0;
    background: #fff;
    top: 33px;
    width: 95%;
}
.feed-link {
	color: #8EC63F;
	font-size: 16px;
	text-decoration: none;
}
.feed-link:hover {
	color: #c01327;
}
#ssba {
	font-size: 14px!important;
	border-top: 1px dotted #8EC63F;
	margin-top: 30px;
	padding: 20px 0 30px;
}
#ssba a:first-child {
	padding-left: 10px;
}
#ssba a:hover {
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}
.really_simple_share {
	margin-right: -10px;
	padding: 10px 0 20px;
}
.really_simple_share_facebook_like {
	height: 33px;
}
.single .really_simple_share {
	position: absolute;
	top: 75px;
}
.content_block .really_simple_share, .content_block #ssba, .home .entry-content .really_simple_share  {
	/* Hide from both screenreaders and browsers */
	display: none !important;
	visibility: hidden;
}
.tubepress_embedded_title {
	color: #c01327;
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	margin-bottom: 25px;
}
.tubepress_thumb {
	margin: 10px 25px 10px 0;
	width: 125px;
}
.tubepress_thumb img {
	border: 1px solid #fff;
}
.tubepress_thumb img:hover {
	border: 1px solid #c01327;
	-moz-box-shadow: 0 0 2px #c01327;
	-webkit-box-shadow: 0 0 2px #c01327;
	box-shadow: 0 0 2px #c01327;
}
dd.tubepress_meta_title, dd.tubepress_meta_title a, dd.tubepress_meta_title a:hover {
	font-family: 'Open Sans', sans-serif;
	line-height: 1.4;
	padding-top: 3px;
}
div.tubepress_container div.pagination a {
	background: #c01327;
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	height: 26px;
}
div.tubepress_container div.pagination a:hover {
	background: #591a73;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}


.sidebar #custom_post_widget-12 {
	background:#8ec63f;
	padding:20px;
	border-radius:10px;
	max-width:400px;
	margin:0 auto 20px;
}

.sidebar #custom_post_widget-12 form {
	margin:20px auto 0;
}

.sidebar #custom_post_widget-12 input[type=text], .sidebar #custom_post_widget-12 input[type=email] {
 	width:100%;
}


#optin-popup {
	background:#8ec63f;
	padding:20px;
}

#optin-popup input[type=text], #optin-popup input[type=email] {
	display:inline-block;
}


/****************************** misc. helpers ******************************/
.jimmy-wayne-event{
margin:30px 0;
}
.column {
	float: left;
}
.left, .alignleft {
	float: left;
}
.right, .alignright {
	float: right;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft {
	margin: 4px 24px 15px 0;
}
img.alignright {
	margin: 4px 0 15px 24px;
}
img.aligncenter {
	margin-bottom: 15px;
}
.clear {
	clear: both;
}
.clearfix:before, .clearfix:after {
	content: "";
	display: table;
}
.clearfix:after {
	clear: both;
}
.screenreader, .screen-reader-text { /* Hide visually, but have available for screenreaders */
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.screenreader.focusable:active, .screenreader.focusable:focus { /* Extends the .screenreader class to allow the element to be focusable when navigated to via the keyboard */
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto;
}


.page-id-18 #custom_post_widget-11 {display:none;}

.extra-menu {width:100%;}

.extra-menu td {
font-size:16px;
text-align:center;
}

.extra-menu td a {
display:block;
padding:20px;
text-decoration:none;
font-weight:normal;
}

.extra-menu td a:hover {
background:#C11126;
}
.green-heading {
font-weight:normal;
font-size:20px;
color:white;
background:#8EC63F;
padding: 15px;
}
.offset {margin-top:50px;}

.ex-schedule {
background:#ddd;
width:100%;
margin-bottom:20px;
}

.ex-schedule tr {
border-bottom:1px solid #ccc;
}
.ex-schedule td {
padding:5px 10px;}

.ex-schedule .break-row {
background:#ccc;
}
.cptch_block label {
width:250px!important;}



@media only screen and (max-width: 991px) {
/* Styles */
	.site-description {
	  margin: -100px 0 0 275px;
	  width: 63%;
	  height: 100px;
	  background-size: 100%;
	}

	#menu-main-navigation {
	  bottom: -55px;
	  right: 0px;
	  height: 55px;
	  width: 100%;
	}

	#menu-main-navigation a {
	  font-size: 14px;
	  padding: 0 17px;
	}

	.our-partners h2 {
		margin:10px auto;
		text-align:center;
	}

	.partners-slider {
		position:relative;
		top:0;
		left:0;
	}

}

@media only screen and (max-width: 768px) {
	#menu-main-navigation {
		display:none;
	}

	.home #main {
		padding-top:40px;
		margin-top:-20px;
	}

	.action {
		height:268px;
	}

	header.page-header {
		height:auto;
	}

	.site-title {
		width:30%;
		min-width:130px;
	}

	.site-title img {
		position: relative;
  		top: 18px;
	}

	.site-description {
		position:absolute;
		bottom:-35px;
		right:20px;
	}

	#menu-member-links {
		right:20px;
	}

	.pre-footer .column {
		padding:30px 30px 40px;
	}

	#search-2 {
		width:260px;
	}

	.action-widget a {
		margin:20px auto;
	}

}

@media only screen and (max-width: 510px) {
		.action {
			height:172px;
		}

		.single .entry-content .opt-in-form input[type="submit"] {
			margin-top:0;
		}
	}

@media only screen and (max-width: 430px) {
	header.page-header {
		height:130px;
	}

	.site-description {
		position: absolute;
		bottom: 20px;
		right: 20px;
		width: 88%;
	}

	.site-title img {
		top:46px;
	}

	#menu-member-links {
		top:82px;
	}

	.action {
		height:130px;
	}

	.action-widget a {
		max-width:80%;
	}

	#sidebar-left {
		display:none;
	}

	#sidebar-right {
		padding: 0 30px 20px;
	}

	.single .entry-content .opt-in-form input[type="text"], .single .entry-content .opt-in-form input[type="email"] {
		width:100%;
		display:block;
		clear:both;
	}

}

