/*
Theme Name: Zonta 2018
Description: Zonta 2018
Author: NTech Media
Author URI: http://ntechmedia.com


	Base Theme Name: HTML5 Blank
	Base Theme URI: http://html5blank.com
	Base Description: HTML5 Blank WordPress Theme
	Base Version: 1.4.2
	Base Author: Todd Motto (@toddmotto)
	Base Author URI: http://toddmotto.com
	Base Tags: Blank, HTML5, CSS3
	
	Base License: MIT
	Base License URI: http://opensource.org/licenses/mit-license.php
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
/* Disabling due to issues, and because HTML5 Boilerplate made the same change */
/* for similar reasons 4 years ago and still hasn't added it back in yet */
/* https://github.com/h5bp/html5-boilerplate/commit/0d7f8d775ab4ab171c6372f992d506088ca5d3ed */
/* http://aestheticallyloyal.com/public/optimize-legibility/ */
/*	text-rendering:optimizeLegibility; */
}
/* html element 62.5% font-size for REM use */
html {
	font-size:62.5%;
}
body {
	font: 400 14px/1.4 'Lato', Helvetica, Arial, sans-serif;
	color: #585d5e;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
	height: auto;
}
a {
	color:#bc8e90;
	text-decoration:none;
}
a:hover {
	color:#812529;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

.top_links_wrapper {
	background: #f6bd47;
}

.top_links {
	width: 100%;
	max-width: 1200px;
	margin: 0px auto;
	height: 32px;
	display: flex;
	justify-content: space-between;
}

.social::before {
	font: normal normal normal 18px/1 FontAwesome;
	color: #FFFFFF;
	line-height: 32px;
	padding-right: 10px;
}

.social:hover::before {
	color: #812529;
}

.social_fb::before {
	content: "\f09a";
}

.social_tw::before {
	content: "\f099";
}

.social_li::before {
	content: "\f0e1";
}

.social_yt::before {
	content: "\f16a";
}

.top_login {
	border-left: 1px solid rgba(255,255,255,0.5);
	color: #FFFFFF;
	text-transform: uppercase;
	text-decoration: none;
	line-height: 32px;
	padding: 0px 10px;
}

.header_wrapper {
	display: flex;
	max-width: 1200px;
	margin: 0px auto;
	justify-content: space-between;
	align-items: center;
}

.register_link {
	color: #8a8a8a;
}

.register_link em {
	color: #0a0a0a;
}

.logo {
	min-width: 300px;
}

.nav {
	border-bottom: 1px solid #e1e1e1;
}

.nav ul {
	display: flex;
	list-style: none;
	padding: 0px;
	max-width: 1200px;
	margin: 0px auto;
	justify-content: space-around;
	position: relative;
	z-index: 1;
}

.nav ul li {
	position: relative;
}

.nav ul li a {
	color: #8a8a8a;
	text-transform: uppercase;
	text-decoration: none;
	line-height: 36px;
	font-size: 13px;
}

.nav ul li:hover > a {
	color: #812529;
}

.nav ul.sub-menu {
	display: none;
	position: absolute;
	z-index: 2;
	max-width: 210px;
	min-width: 210px;
	width: 100%;
	background: rgba(239,239,239,0.9);
}

.nav li:hover > ul.sub-menu {
	display: block;
}


.nav ul.sub-menu a {
	font-size: 12px;
	line-height: normal;
	display: block;
	padding: 10px 20px 10px 15px;
}

.nav ul.sub-menu li {
	border-bottom: 1px solid #e2d3cc;
}

.nav ul.sub-menu ul.sub-menu {
	left: 100%;
	top: 0px;
	border-left: 1px solid #e2d3cc;
}

.nav > ul > li.menu-item-has-children > a::after {
	content: "\f107";
	font: normal normal normal 18px/1 FontAwesome;
	padding-left: 10px;
	line-height: 36px;
	position: absolute;
}

.nav ul.sub-menu > li.menu-item-has-children > a::after {
	content: "\f105";
	font: normal normal normal 18px/1 FontAwesome;
	padding-left: 10px;
	right: 5px;
	top: 8px;
	position: absolute;
}

/* wrapper */
.wrapper {
	margin: 0 auto;
	position: relative;
	width: 100%;
		max-width: 1200px;
}
/* header */
.header {
}
/* logo */
.logo {
	
}
.logo-img {
	
}
/* nav */
.nav {
	
}
/* main content */
section[role=main] {
	display: inline-block;
	vertical-align: top;
	width: calc(100% - 370px);
}

.home section[role=main] {
	width: 100%;
}

/* sidebar */
.sidebar {
	display: inline-block;
	vertical-align: top;
	max-width: 320px;
	margin-left: 50px;
}

.home .sidebar {
	display: none;
}

.page-template-template-clubs .sidebar,
.page-template-page_template_clubs .sidebar {
	margin: 0px;
}

#extra_sidebar {
	display: inline-block;
	vertical-align: top;
	max-width: 320px;
	margin-left: 50px;
}

.admin_links {
	display: flex;
	justify-content: space-between;
	padding: 15px 5px 0px;
}


/* footer */
.footer {
	display: block;
	background: #f7f7f7;
}

.footer-widgets {
	display: flex;
	max-width: 1200px;
	margin: 0px auto;
	justify-content: space-between;
}

.footer-widgets .widget-odd,
.footer-widgets .widget-even {
	/*padding-left: 50px;*/
	width: 33%;
	padding: 0px 50px;
}

.footer-widgets .widget-first {
	padding-left: 0px;
}

.footer-widgets .widget-last {
	padding-right: 0px;
}

.copyright_wrap {
	background: #bc8e90;
}

.copyright {
	max-width: 1200px;
	margin: 0px auto;
	width: 100%;
	height: 40px;
	line-height: 40px;
	color: #FFFFFF;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.copyright img {
	vertical-align: middle;
}

h2 {
	font-size: 30px;
	font-weight: 300;
	text-transform: uppercase;
	color: #7f3050;
}
/*------------------------------------*\
    PAGES
\*------------------------------------*/



/*------------------------------------*\
   HOME PAGE
\*------------------------------------*/

.home-top-widgets,
.widget_donate {
	margin: 18px auto 16px auto;
	font-family: 'Lora', serif;
	color: #c36070;
}

.home-top-widgets > div {
	display: none;
	text-align: center;
	height: 55px;
	line-height: 55px;
}

.home-top-widgets > div:nth-child(1),
.home-top-widgets > div:nth-child(2) {
	display: inline-block;
	width: 49.5%;
	vertical-align: top;
}

.home-top-widgets > div:nth-child(1) > div,
.home-top-widgets > div:nth-child(2) > div {
	display: flex;
	justify-content: center;
	align-items: center;
}

.home-top-widgets > div:nth-child(1) {
	background: #ecd9d6;
}

.home-top-widgets > div:nth-child(1) h3 {
	font-style: italic;
	font-size: 26px;
	font-weight: 400;
}

.home-top-widgets > div:nth-child(2) h3 {
	font-size: 26px;
	font-weight: 400;
}

.widget_donate h3 {
	font-size: 22px;
	font-weight: 400;
}


.home-top-widgets > div:nth-child(2) h3 em {
	font-size: 14px;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	padding: 4px 0px;
	position: relative;
	top: -3px;
}

.widget_donate h3 em {
	font-size: 13px;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	padding: 4px 0px;
	position: relative;
	top: -3px;
}

.widget_donate {
	text-align: center;
	padding: 10px 0px;
}

.home-top-widgets > div:nth-child(2),
.widget_donate {
	background: #f7e6d4 url(img/zonta_z.png) no-repeat right -36px top 0px;
}

.home-top-widgets > div:nth-child(1) {
	margin-right: 1%;
}

.home-top-widgets h3,
.home-top-widgets p,
.widget_donate h3 {
	display: inline;
	margin: 0px;
}

.widget_donate > h3 {
	display: none;
}

.home-top-widgets .widget-odd > h3,
.home-top-widgets .widget-even > h3 {
	display: none;
}

.home-top-widgets p a {
	padding: 5px 0px 5px 36px;
	margin-left: 36px;
	border-left: 1px solid #f4c06a;
	color: #000000;
	text-transform: uppercase;
	text-decoration: underline;
}

.home-top-widgets p a:hover {
	color: #812529;
}

.feature_slider {
	max-height: 400px;
	overflow: hidden;
}

.feature_slider ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.feature_slider li {
	min-height: 400px;
}

.feature_container {
	padding: 100px 50px 50px 50px;
}

.feature_content h3 {
	font-weight: 900;
	font-size: 36px;
	text-transform: uppercase;
	color: #FFFFFF;
	margin: 0px 0px 15px 0px;
	max-width: 700px;
	line-height: 36px;
}

.feature_content div {
	max-width: 400px;
	color: #FFFFFF;
}

.feature_content .feature_more {
	display: block;
	background: #f6bd47;
	border: 1px solid #f6bd47;
	color: #FFFFFF;
	border-radius: 20px;
	width: 160px;
	height: 40px;
	line-height: 40px;
	font-weight: 700;
	text-align: center;
	margin-top: 20px;
	text-transform: uppercase;
}

.feature_content .feature_more:hover {
	background: #FFFFFF;
	color: #f6bd47;
}

.home-widgets {
	display: flex;
	color: #8a8a8a;
	margin-top: 15px;
}

.home-widgets .widget_ai1ec_agenda_widget,
.home-widgets .widget_member {
	width: 25%;
	min-width: 320px;
	min-height: 310px;
	padding: 20px 30px;
	max-height: 310px;
}

.home-widgets .widget_clubs {
	width: 50%;
	padding: 20px 30px;
	max-height: 310px;
}

.home-widgets h3,
.sidebar-widgets h3 {
	font-weight: 300;
	margin-top: 0px;
	font-size: 22px;
	color: #0a0a0a;
	text-transform: uppercase;
	margin-bottom: 15px;
}

.widget_ai1ec_agenda_widget {
	background: #f4eae8;
	position: relative;
}

.widget_ai1ec_agenda_widget .ai1ec-date {
	border: none;
	margin-bottom: 10px;
	font-size: 14px;
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	background: none;
}


.widget_ai1ec_agenda_widget .ai1ec-date-title {
	margin: 0px;
	border-radius: 0px;
	width: 75px;
	background: #FFFFFF;
	border: none;
}

.widget_ai1ec_agenda_widget .ai1ec-month {
	background: #FFFFFF;
	padding: 10px 0px 0px;
	color: #8a8a8a;
}

.widget_ai1ec_agenda_widget .ai1ec-day {
	font-size: 29px;
	padding: 0px;
	color: #8a8a8a;
}

.widget_ai1ec_agenda_widget .ai1ec-weekday {
	font-size: 11px;
	font-weight: 300;
	padding: 2px 0px 10px;
	color: #8a8a8a;
}

.widget_ai1ec_agenda_widget .ai1ec-event {
	margin: 0px 0px 0px 95px;
}

.widget_ai1ec_agenda_widget .ai1ec-event a {
	padding: 0px;
	border: none;
	border-radius: 0px;
	background: none;
}

.widget_ai1ec_agenda_widget .ai1ec-agenda-widget-view .ai1ec-event-title {
	color: #8a8a8a;
	font-weight: 900;
	font-family: 'Lato', sans-serif;
	font-size: 15px;
}

.widget_ai1ec_agenda_widget .ai1ec-allday-badge,
.widget_ai1ec_agenda_widget .ai1ec-subscribe-dropdown {
	display: none;
}

.widget_ai1ec_agenda_widget .ai1ec-calendar-link {
	position: absolute;
	top: 25px;
	right: 30px;
	font-size: 0px;
	border: none;
	border-radius: 0px;
	background: #FFFFFF;
	color: #7f3050;
}

.sidebar .widget_ai1ec_agenda_widget .ai1ec-calendar-link {
	top: 15px;
	right: 25px;
}

.widget_ai1ec_agenda_widget .ai1ec-calendar-link:hover {
	background: #7f3050;
	color: #FFFFFF;
}

.widget_ai1ec_agenda_widget .ai1ec-calendar-link::after {
	content: 'View All';
	text-transform: uppercase;
	font-size: 10px;
	font-family: 'Lato', sans-serif;
	font-weight: 900;
	height: 20px;
	line-height: 20px;
	padding: 0px 10px;
}

.widget_member {
	background: #fff6ed url(img/widget_members.jpg) no-repeat center bottom;
}

.widget_clubs {
	background: #efefef url(img/widget_clubs.jpg) no-repeat right center;
	background-size: auto 100%;
}

.sidebar .widget_clubs {
	padding: 15px 175px 15px 25px;
	margin-bottom: 20px;
}

.sidebar h3 {
	font-size: 22px;
	line-height: 22px;
	font-weight: 300;
	color: #0a0a0a;
	margin: 0px 0px 20px 0px;
	text-transform: uppercase;
}

.sidebar h3 a {
	color: #0a0a0a;
}

.widget_member a,
.widget_clubs a,
.sidebar .widget_conference a,
.widget_whatsnew > a {
	display: block;
	width: 120px;
	height: 30px;
	line-height: 30px;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 12px;
	font-family: 'Lato', sans-serif;
	font-weight: 900;
	letter-spacing: 1.5px;
	text-align: center;
	background: #FFFFFF;
	color: #7f3050;
	margin-top: 30px;
}

.widget_member a:hover,
.widget_clubs a:hover,
.sidebar .widget_conference a:hover,
.widget_whatsnew > a:hover {
	background: #7f3050;
	color: #FFFFFF;
}

.widget_clubs p {
	max-width: 195px;
}

.sidebar .widget_ai1ec_agenda_widget {
	padding: 15px 25px;
}

.sidebar_home h3 {
	display: none;
}

.sidebar_home a {
	text-align: center;
	height: 30px;
	line-height: 20px;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 12px;
	font-family: 'Lato', sans-serif;
	font-weight: 900;
	letter-spacing: 1.5px;
	text-align: center;
	background: #FFFFFF;
	color: #7f3050;
	border: 1px solid #7f3050;
	display: block;
	padding: 5px;
}

.sidebar_home a:hover {
	color: #FFFFFF;
	background: #7f3050;
}

.sidebar .widget_conference {
	padding: 15px 25px;
	background: #ecd9d6;
}

.widget_whatsnew {
	padding: 15px 25px;
	background: #ecd9d6;
	margin: 18px 0px;
}

.widget_whatsnew ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

.widget_whatsnew ul li {
	margin-bottom: 5px;
}

.widget_whatsnew ul a {
	color: #7f3050;
}

.widget_whatsnew ul li span {
	font-size: 11px;
}

.widget_whatsnew > a {
	width: auto;
	margin-top: 15px;
}

.textwidget p:last-child {
	margin-bottom: 0px;
}

.sidebar .widget_conference h3 {
	font-family: 'Lora', serif;
	font-size: 18px;
	font-style: italic;
	color: #c36070;
	text-transform: none;
}

.sidebar .widget_member {
	padding: 15px 25px 100px;
}

.sidebar-widget > div {
	margin-bottom: 20px;
}

.home article table tr:first-child {
	border: 1px solid #E1E1E1;
	margin: 15px 0px !important;
	display: block;
	background: url(img/world_map.png) no-repeat center / auto 100%;
}

.home article table tr:last-child {
	background: #F7F7F7;
}

.home section[role="main"] article table td {
	padding: 30px !important;
	text-align: center;
	display: block;
}

.home article table h1,
.home article table h2 {
	margin-top: 0px;
	margin-bottom: 55px;
	font-weight: 300;
	font-size: 30px;
	color: #7f3050;
	position: relative;
}

.home article table h1::after,
.home article table h2::after {
	content: '';
	border-bottom: 2px solid #7f3050;
	width: 100px;
	margin: 0px auto;
	position: absolute;
	bottom: -30px;
	left: calc(50% - 50px);
}

.home article table a {
	display: block;
	width: 120px;
	height: 30px;
	line-height: 30px;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 13px;
	font-family: 'Lato', sans-serif;
	font-weight: 900;
	letter-spacing: 1.5px;
	text-align: center;
	background: #f6bd47;
	color: #812529;
	margin: 30px auto 0px;
}

.home article table a:hover {
	color: #f6bd47;
	background: #812529;
}

.footer-widgets {
	font-size: 13px;
	color: #8a8a8a;
}

.footer-widgets h3 {
	color: #8a8a8a;
	font-size: 16px;
	text-transform: uppercase;
}

.footer_about td:first-child {
	vertical-align: top;
	font-weight: bold;
	font-size: 15px;
	line-height: 30px;
	padding-right: 20px !important;
}

.headline_list h4 {
	margin: 0px;
}

.headline_list article {
	padding: 0px 0px 15px 0px;
	margin-bottom: 15px;
	border-bottom: 1px solid #DDDDDD;
	font-size: 13px;
}

.headline_list article a {
	font-weight: normal;
	color: #0a0a0a;
}

.headline_list .date {
	color: #bc8e90;
}

.footer_member a {
	display: inline-block;
	padding: 10px 20px;
	background: #f6bd47;
	color: #812529;
	text-transform: uppercase;
	font-weight: 900;
	letter-spacing: 1.5px;
}

.footer_member a:hover {
	background: #812529;
	color: #f6bd47;
}

.member_links {
	text-align: center;
}

.member_links h4 a {
	display: inline-block;
	margin: 25px auto 0px;
	padding: 10px 25px;
	font-family: 'Lora', serif;
	font-weight: normal;
	color: #0a0a0a;
	font-size: 20px;
	background: #f7e6d4 url(img/zonta_z.png) no-repeat right -36px top 0px;
}

.member_links h4 a::after {
	content: '\00BB';
	padding-left: 10px;
}

.member_links h4 a:hover {
	background: #ecd9d6 url(img/zonta_z.png) no-repeat right -36px top 0px;
}

.article_list article:nth-child(odd) {
	background: rgba(247,230,212,0.4);
	padding: 20px;
}

.article_list article:nth-child(even) {
	background: rgba(247,230,212,0.05);
	padding: 20px;
}

.article_list article h4 {
	margin-top: 0px;
}

.register fieldset {
	border: none;
	background: rgba(247,230,212,0.4);
	margin: 0px auto;
	max-width: 450px;
}

.register fieldset legend {
	display: none;
}

.register fieldset label {
	display: inline-block;
	width: 150px;
	vertical-align: top;
	padding: 10px;
}

.register fieldset .div_text,
.register fieldset .div_textarea,
.register fieldset .div_select {
	display: inline-block;
	vertical-align: top;
	width: calc(100% - 150px);
	min-width: 250px;
	padding: 10px;
}

.register fieldset .div_text input,
.register fieldset select,
.register fieldset textarea {
	width: 100%;
	border: 1px solid #ecd9d6;
}

.captcha {
	text-align: left;
	padding: 10px;
}

.g-recaptcha > div {
	margin: 0px auto;
}

.register .button_div {
	text-align: center;
	padding: 10px;
}

.register .button_div input {
	height: 30px;
	line-height: 30px;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 12px;
	font-family: 'Lato', sans-serif;
	font-weight: 900;
	letter-spacing: 1.5px;
	text-align: center;
	color: #FFFFFF;
	background: #7f3050;
	border: 1px solid #7f3050;
}

.register .button_div input:hover {
	background: #FFFFFF;
	color: #7f3050;
}

.zi_structure,
.zi_activities {
	width: 100%;
}

.zi_structure td,
.zi_activities td {
	width: 33%;
	padding: 5px !important;
}

.zi_structure th,
.zi_activities th {
	background: #fff6ed;
	padding: 5px;
	font-weight: normal;
	text-transform: uppercase;
}

section[role=main] table td {
	padding: 5px !important;
	vertical-align: top;
}

.zi_activities > tr > td {
	border-left: 1px solid #fff6ed;
	border-right: 1px solid #fff6ed;
}

.zi_activities  {
	background: rgba(255,246,237,0.4);
}


.district22clubs_toc {
	width: 100%;
}

section[role=main] table.district22clubs_toc td {
	width: 50%;
	padding: 10px 5px !important;
	border-bottom: 1px solid #efefef;
}

.district22clubs_toc td > a {
	font-weight: bold;
}

.district22clubs_toc ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

#stripe {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

#stripe li:nth-child(odd) {
	background: #fff6ed;
}

#stripe li img {
	max-width: 150px;
	height: auto;
}

.district-22-committees table {
	width: 100%;
}

.district-22-committees tbody {
	font-size: 0px;
	text-align: center;
}

.district-22-committees tr {
	display: inline-block;
	vertical-align: top;
	width: 50%;
	min-width: 300px;
	font-size: 14px;
}

.district-22-committees td {
	display: block;
	clear: both;
	text-align: center;
}

.district-22-committees td img,
.district-22-committees td a img {
	float: none;
}
/*
.district-22-structure table tr {
	display: inline-block;
	vertical-align: top;
}

.district-22-structure table th {
	display: block;
}

.district-22-structure table td {
	display: inline-block;
	vertical-align: top;
	min-width: 200px;
}
*/

#wpmem_login {
	margin: 0px auto;
	max-width: 300px;
}

#wpmem_login fieldset {
	background: #f7e6d4 url(img/zonta_z.png) no-repeat right -36px bottom 0px;
	border: none;
	position: relative;
	padding-top: 50px;
}

#wpmem_login fieldset legend {
	padding-top: 10px;
	position: absolute;
	width: 100%;
	top: 0px;
	color: #333333;
	font-size: 18px;
	text-transform: none;
}

#wpmem_login .div_text {
	margin-bottom: 10px;
}

#wpmem_login .div_text input {
	width: 100%;
	height: 30px;
	line-height: 30px;
	border: none;
}

#wpmem_login .button_div input[type=submit] {
	width: 120px;
	height: 30px;
	line-height: 30px;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 12px;
	font-family: 'Lato', sans-serif;
	font-weight: 900;
	letter-spacing: 1.5px;
	text-align: center;
	background: #FFFFFF;
	color: #7f3050;
	border: none;
}

#wpmem_login .button_div input[type=submit]:hover {
	background: #7f3050;
	color: #FFFFFF;
}

.district-board section img,
.district-committees section img,
.conference-2017-speakers-and-facilitators section img
/*article img */ {
	min-width: 150px;
}

.club_area.even {
	background: rgba(255,246,237,0.4);
}

.club_area img {
	min-width: 150px;
	height: auto;
}

.pagination_wrapper {
	background: #fff6ed;
	padding: 5px;
	text-align: center;
	margin-top: 25px;
	font-weight: 600;
}

.pagination a,
.pagination span {
	padding: 3px;
}

#bbpress-forums li.bbp-header,
#bbpress-forums li.bbp-header, #bbpress-forums li.bbp-footer {
	background: #fff6ed;
	border: 1px solid #fff6ed;
}

#bbpress-forums ul.bbp-lead-topic, #bbpress-forums ul.bbp-topics, #bbpress-forums ul.bbp-forums, #bbpress-forums ul.bbp-replies, #bbpress-forums ul.bbp-search-results {
	border: 1px solid #fff6ed;
}

#bbpress-forums div.odd, #bbpress-forums ul.odd {
	background-color: rgba(255,246,237,0.2);
}

div.bbp-template-notice.info {
	background-color: #f4eae8;
	border: none;
}

.button.submit {
	display: block;
	width: 120px;
	height: 30px;
	line-height: 30px;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 12px;
	font-family: 'Lato', sans-serif;
	font-weight: 900;
	letter-spacing: 1.5px;
	text-align: center;
	background: #FFFFFF;
	color: #7f3050;
	margin-top: 30px;
	border: 1px solid rgba(127,48,80,0.2);
}

.button.submit:hover {
	background: #7f3050;
    color: #FFFFFF;
}

#bbpress-forums div.bbp-forum-header, #bbpress-forums div.bbp-topic-header, #bbpress-forums div.bbp-reply-header {
	background-color: #f4eae8;
}

.ai1ec-calendar-toolbar {
	border: none;
}

.ai1ec-agenda-view .ai1ec-date {
	border: none;
	background: none;
}

.ai1ec-agenda-view .ai1ec-date:nth-child(odd) {
	background-color: rgba(255,246,237,0.4);
}

.ai1ec-agenda-view .ai1ec-event {
	border: none;
	background: none;
}

.ai1ec-agenda-view .ai1ec-month {
	background: #FFFFFF;
	border-radius: 0px;
	color: #8a8a8a;
}

.ai1ec-agenda-view .ai1ec-date-title {
	border: 1px solid #f4eae8;
	background: #FFFFFF;
	color: #8a8a8a;
}

.timely a,
.ai1ec-agenda-view .ai1ec-event .ai1ec-event-title {
	color: #7f3050;
}

.mobilenav {
	display:none;
}

.mobilenav_container {
	position: fixed;
	width: 100%;
	top: 50px;
	z-index: 2;
}

.mobilenav_container ul {
	display: none;
	background: rgba(236, 217, 214, 0.95);
	background: rgba(255, 246, 237, 0.95);
	list-style: none;
	margin: 0px;
	padding: 0px;
	box-shadow: 0 3px 5px rgba(0, 0, 0, 0.4);	
}

.mobilenav_container ul.sub-menu {
	position: relative;
	border-left: 20px solid rgba(236, 217, 214, 0.95);
	box-shadow: none;
}

.mobilenav_container ul a {
	display: block;
/*	height: 32px;*/
	line-height: 32px;
	padding: 0px 20px;
	color: #7f3050;
	text-decoration: none;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	font-size: 16px;
	text-transform: uppercase;

}

.mobilenav_container ul a:hover {
	color: #7f3050;
	background: rgba(236, 217, 214, 0.95);
}

.archived-district-awards-program article table table table table td {
	display: block;
	text-align: left;
}

.archived-district-awards-program article table table table td {
	display: block;
}


.club_site_news ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.club_site_news > ul > li:nth-child(odd) {
	background: #f4eae8;
}

.club_site_news > ul > li:nth-child(even) {
	background: #fff6ed;
}

.club_site_news > ul > li h3 {
	margin-top: 0px;
}

.club_site_news > ul > li {
	padding: 15px 25px;
	margin: 18px 0px;
}

.club_site_news > ul > li:last-child {
	margin-bottom: 0px;
}


.search-results article {
	clear: both;
}

.pagination_wrapper {
	text-align: center;
	background: #fff6ed;
}

.pagination {
	display: inline-block;
}

.user-list {
	width: 100%;
	margin-bottom: 20px;
}

.user-list th,
.user-list td {
	text-align: left;
	padding: 5px !important;
}

.user-list tr:nth-child(even) {
	background: rgba(255,246,237,0.65);
} 

#club_site_news_hide {
	padding: 10px;
	margin-top: 15px;
	background: #f7e6d4;
}

#club_site_news_hide h3 {
	margin-top: 0px;
	font-size: 18px;
	font-weight: normal;
}

#club_site_news_hide .login-username input,
#club_site_news_hide .login-password input {
	border: none;
	width: 100%;
	height: 30px;
	line-height: 30px;
}

#club_site_news_hide .login-remember,
#club_site_news_hide .login-submit {
	display: inline-block;
	vertical-align: top;
	width: 49%;
}

#club_site_news_hide .login-submit input {
	width: 120px;
	height: 30px;
	line-height: 30px;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 12px;
	font-family: 'Lato', sans-serif;
	font-weight: 900;
	letter-spacing: 1.5px;
	text-align: center;
	background: #FFFFFF;
	color: #7f3050;
	border: none;
}

@media only screen and (max-width:1200px) {
	section[role="main"] {
		padding: 0px 20px;
	}

	.home-widgets {
		display: block;
		text-align: center;
		max-width: 720px;
		margin: 0px auto;
	}
	
	.home-widgets .widget_ai1ec_agenda_widget, .home-widgets .widget_member {
		display: inline-block;
		vertical-align: top;
		width: 50%;
		text-align: left;
	}
	
	.home-widgets .widget_clubs {
		display: inline-block;
		vertical-align: top;
		width: 100%;
		text-align: left;
	}
	
	.home-top-widgets {
		text-align: center;
		max-width: 720px;
		margin: 0px auto;
	}
	
	.home-top-widgets > div:nth-child(1),
	.home-top-widgets > div:nth-child(2) {
		width: 100%;
		margin: 0px;
	}
}

@media only screen and (max-width:960px) {
	.club_area > tbody > tr > td > table > tbody > tr > td,
	.club_area > tbody > tr > td {
		display: block;
		width: 100%;
		height: auto;
	}
}

@media only screen and (max-width:800px) {
	/*------------------------------------*\
		MOBILE NAV
	\*------------------------------------*/
	
	.top_links_wrapper {
		margin-top: 50px;
	}
	
	.nav {
		display:none;
	}
	
	.mobilenav {
		display: block;
		width: 100%;
		height: 50px;
		background: #7f3050;
		background-position: left;
		position: fixed;
		top:0;
		left:0;
		z-index:999;
		-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
		-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
		box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
	}	
	
	.header_wrapper {
		flex-direction: column;
	}
	
	.register {
		order: 2;
		margin: 0px 0px 10px 0px;
	}
	
	.logo {
		order: 1;
	}
	
	.search {
		order: 3;
		margin: 0px 0px 10px 0px;
	}
	
	section[role="main"] {
		width: 100%;
		display: block;
	}
	
	.sidebar {
		display: block;
		margin: 0px auto;
		clear: both;
	}
	
	.widget_whatsnew {
	}
	
	.sidebar-widget > div {
	}
	
	.district-22-board article tr td {
		width: 50%;
		display: inline-block;
		vertical-align: top;
	}

	.district-22-board article tr td:first-child,
	.district-board article tr td,
	.district-committees article tr td {
		width: 100%;
		display: block;
	}

}

@media only screen and (max-width:768px) {
	.footer-widgets {
		flex-direction: column;
		padding: 10px 25px 25px;
	}
	
	.footer-widgets .widget-odd, .footer-widgets .widget-even {
		width: 100%;
		padding: 0px;
	}

	section .post iframe {
		width: 100%;
	}
}

@media only screen and (max-width:640px) {
	#stripe > li > table > tbody > tr > td {
		display: block;
		width: 100%;
	}
	
	#stripe > li > table > tbody > tr > td tr td {
		word-break: break-all;
	}

	#stripe > li > table > tbody > tr > td tr td:first-child {
		word-break: normal;
	}
	
	#stripe > li > table > tbody > tr > td img {
		float: none;
		margin: 20px auto;
		display: block;
	}

}

@media only screen and (max-width:540px) {
	.home-top-widgets > div {
		height: auto;
		padding: 5px;
		line-height: 30px;
		text-align: center;
	}
	
	.home-top-widgets > div:nth-child(1) > div,
	.home-top-widgets > div:nth-child(2) > div {
		display: block;
	}
	
	.home-top-widgets p a {
		display: block;
		padding: 5px;
		margin: 0px;
		border: none;
	}
	
	.home-widgets .widget_clubs {
		background: #efefef;
		width: 50%;
		min-width: 320px;
	}
	
	.widget_clubs p {
		max-width: 100%;
	}
	
	.zi_structure td {
		width: 100%;
		display: block;
	}
	
	.zi_activities > tbody > tr > td,
	section[role="main"] table.district22clubs_toc td {
		display: block;
		width: 100%;
	}



}

/*------------------------------------*\
    IMAGES
\*------------------------------------*/



/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

@font-face {
	font-family:'Font-Name';
	src:url('fonts/font-name.eot');
	src:url('fonts/font-name.eot?#iefix') format('embedded-opentype'),
		url('fonts/font-name.woff') format('woff'),
		url('fonts/font-name.ttf') format('truetype'),
		url('fonts/font-name.svg#font-name') format('svg');
    font-weight:normal;
    font-style:normal;
}

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media only screen and (max-width:1140px) {
	
}

@media only screen and (max-width:1024px) {

}

@media only screen and (max-width:768px) {

}

@media only screen and (max-width:480px) {

}

@media only screen and (max-width:320px) {
	


}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
   
/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/
   
.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {
	
}
.bypostauthor {
	
}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}
