/*
Theme Name: CP Divi
Theme URI: https://www.chetanprajapati.com
Version: 1.0
Description: Divi child theme created by Chetan Prajapati
Author: Chetan Prajapati
Author URI: https://www.chetanprajapati.com
Template: Divi
*/


/*** Common CSS ***/

html {
	overflow: auto;
	-webkit-text-size-adjust: 100%;
}

body {
	background-color: #fdfaf5;
	font-family: 'Open Sans', sans-serif;
	line-height: normal;
	font-weight: 400;
	font-size: 16px;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	-webkit-text-stroke: rgba(255, 255, 255, 0.01) 0.1px;
	-webkit-text-stroke-width: 0.1px;
	-webkit-text-shadow: rgba(255, 255, 255, 0.01) 0 0 1px;
}

a,
input,
button,
select,
textarea {
	outline: none !important;
}

a {
	text-decoration: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 700;
	letter-spacing: 0;
	text-transform: none;
	line-height: normal;
	color: #000;
}

h1 {
	font-size: 40px;
}

h2 {
	font-size: 34px;
}

h3 {
	font-size: 30px;
}

h4 {
	font-size: 24px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 14px;
}

img {
	max-width: 100%;
	vertical-align: top;
	height: auto;
}

ul {
	padding-left: 20px;
	list-style-type: disc;
	list-style-position: outside;
}

ul ul {
	list-style-type: circle;
}

#page-container {
	overflow: hidden;
}

.container {
	max-width: 1170px;
}

#page-container .et_pb_button {
	color: #ef3f3a;
	border-color: #ef3f3a;
	font-size: 16px;
}

#page-container .et_pb_button:after {
	color: #fff;
	top: 2px;
}

#page-container .et_pb_button:hover {
	color: #fff;
	background-color: #ef3f3a;
}

.container,
.et_pb_row,
.et_pb_slider .et_pb_container,
.et_pb_fullwidth_section .et_pb_title_container,
.et_pb_fullwidth_section .et_pb_title_featured_container,
.et_pb_fullwidth_header:not(.et_pb_fullscreen) .et_pb_fullwidth_header_container,
.et_section_specialty>.et_pb_row {
	width: 100%;
	max-width: 1230px;
	padding-left: 30px;
	padding-right: 30px;
	box-sizing: border-box;
}

#et-main-area .et_pb_section {
	background-color: transparent;
	padding-top: 15px;
	padding-bottom: 15px;
}

#et-main-area .et_pb_section .et_pb_row {
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 30px;
	padding-right: 30px;
}

#et-main-area .et_pb_row_fullwidth {
	width: 100% !important;
	max-width: 100% !important;
}

#et-main-area .et_pb_fullwidth_section {
	padding-top: 0;
	padding-bottom: 0;
}

.innerpage #et-main-area ul+p,
.innerpage #et-main-area ol+p {
	margin-top: 20px;
}

sup,
sub {
	font-size: 9px;
}


/*** Header ***/

#header {
	background-color: #1e4966;
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	z-index: 999;
	width: 200px;
}

#header #main_logo a {
	padding: 40px 15px;
	display: block;
}

#page {
	padding-left: 200px;
}

#navigation ul {
	padding: 0;
	list-style-type: none;
}

#navigation #menu-main-menu {
	margin: 0;
	padding: 0;
	border-top: 2px solid #fff;
}

#navigation #menu-main-menu li {
	border-bottom: 2px solid #fff;
	position: relative;
}

#navigation #menu-main-menu li a {
	padding: 8px 20px;
	display: block;
	font-size: 18px;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
}

#navigation #menu-main-menu li.current-menu-ancestor ul.sub-menu {
	display: block !important;
	height: auto !important;
}

#navigation #menu-main-menu li li a {
	font-size: 14px;
	font-weight: 400;
}

#navigation #menu-main-menu li li {
	border-top: 2px solid #fff;
	border-bottom: none;
}

#navigation #menu-main-menu li.current-menu-ancestor>a,
#navigation #menu-main-menu li.current-menu-item>a,
#navigation #menu-main-menu li a:hover {
	background-color: rgba(0, 0, 0, 0.2);
}

#navigation #menu-main-menu li.menu-item-has-children i {
	display: none;
	position: absolute;
	width: 30px;
	height: 40px;
	top: 0;
	z-index: 10;
	cursor: pointer;
	right: 0;
	color: #fff;
	line-height: 43px;
	text-align: center;
	font-style: normal;
	font-size: 18px;
}

#navigation #menu-main-menu li.menu-item-has-children i:before {
	content: "\f067";
}

#navigation #menu-main-menu li.menu-item-has-children.current-menu-ancestor i:before,
#navigation #menu-main-menu li.menu-item-has-children i.on:before {
	content: "\f068";
}

#navigation #menu-main-menu li ul.sub-menu::after {
	border: 12px solid transparent;
	content: " ";
	height: 0;
	pointer-events: none;
	position: absolute;
	left: -24px;
	top: 11px;
	display: inline-block;
	width: 0;
	z-index: 30;
}

#navigation #menu-main-menu li.menu-item-has-children:hover ul.sub-menu::after {
	border-right-color: #fff;
}

#navigation #menu-main-menu li ul.sub-menu {
	background-color: #789C48;
	display: block;
	left: 100%;
	position: absolute;
	top: -2px;
	visibility: hidden;
	width: 250px;
	border-bottom: 2px solid #fff;
	border-right: 2px solid #fff;
	border-left: 2px solid #fff;
}

#navigation #menu-main-menu li li a {
	font-size: 14px;
	font-weight: 400;
	padding: 11px 20px;
}

li:hover ul.sub-menu {
	visibility: visible !important;
}

#header .et-social-icons {
	padding: 0;
	float: none;
	text-align: center;
	margin-top: 20px;
}

#header .et-social-icons li {
	display: inline-block;
	margin: 0 15px;
}

#header .et-social-icons li a {
	display: inline-block;
	background-color: #fff;
	color: #1e4966;
	opacity: 1 !important;
	width: 44px;
	height: 44px;
	line-height: 45px;
	font-size: 20px;
}

.become_member {
	/*padding: 10px;*/
}

.become_member a {
	background-color: #fff;
	display: block;
	color: #1E4966;
	font-size: 18px;
	font-weight: 700;
	padding: 10px;
	text-align: center;
	text-transform: uppercase;
}

#sponsors_widget {
	color: #1E4966;
	padding: 15px;
	position: absolute;
	bottom: 0;
	font-size: 15px;
	color: #fff;
	right: 0;
	box-sizing: border-box;
	width: 100%;
}

#sponsors_widget .title strong {
	font-size: 13px;
	font-weight: 400;
	display: block;
	margin-bottom: 20px;
	margin-top: 5px;
}


/*** Home Page ***/

.home .page_content {
	padding: 0;
}

#home_text.et_pb_section {
	text-align: center;
	padding: 20px 80px 120px 80px;
	position: relative;
	z-index: 20;
	min-height: 600px;
}

#home_text.et_pb_section:after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	display: block;
	z-index: -1;
}

#home_text .main-logo {
	max-width: 250px;
}

#home_text #home_content {
	max-width: 800px;
	padding: 15px;
	float: none;
	margin: 0 auto !important;
	/*background-color: rgba(255,255,255,0.9);*/
}

#home_text .et_pb_row {
	padding: 0 !important;
}

#home_text img {}

#home_text h2 {
	font-size: 34px;
	color: #474541;
	font-weight: 700;
	display: block;
	margin-top: 20px;
	margin-bottom: 10px;
	margin-top: 50px;
	text-transform: uppercase;
	margin-bottom: 0;
	padding: 0;
}

#home_text h3 {
	color: #1e4966;
	font-size: 22px;
	font-weight: 400;
	margin-bottom: 0;
	margin-top: 15px;
	font-family: 'Open Sans', sans-serif;
	padding-top: 0;
}

#home_text h6 {
	padding-bottom: 0;
	margin-bottom: 0;
	font-weight: 400;
	position: relative;
	left: 30px;
	bottom: -15px;
	color: #1E4966;
}

#home_text h4 {
	font-family: 'Open Sans', sans-serif;
	color: #474541;
	font-size: 22px;
	text-transform: uppercase;
	font-weight: 400;
	letter-spacing: normal;
	margin-bottom: 0;
}

#home_text .et_pb_button {
	background-color: #ce5828;
	color: #fff;
	text-transform: uppercase;
	padding: 12px 40px !important;
	border: none !important;
	line-height: normal;
	height: auto;
	width: auto;
	font-size: 20px;
	margin-top: 20px;
	display: inline-block;
	border-radius: 0;
	line-height: normal !important;
}


/***Colophon ***/

#colophon {
	display: flex;
	background-color: #789C48;
}

#colophon .widget_box {
	padding: 40px;
	box-sizing: border-box;
}

#colophon #upcoming_events {
	background-color: #789C48;
	width: 100%;
}

#colophon h4 {
	text-transform: uppercase;
	color: #fff;
	padding-bottom: 0;
}

#upcoming_events h4 {
	margin-bottom: 0;
	padding-bottom: 5px;
}

#upcoming_events .all_events {
	display: inline-block;
	color: #fff;
	font-size: 16px;
}

#upcoming_events #events_widget {
	margin: 30px -30px 0 -30px;
	overflow: hidden;
	padding: 0;
	list-style-type: none;
	color: #fff;
	/* display: flex; */
}

#upcoming_events #events_widget li {
	padding: 15px 30px;
	box-sizing: border-box;
	display: inline-block;
	vertical-align: top;
	margin-right: -4px;
	/* border-left: 1px solid #efefef; */
	width: 25%;
	font-size: 14px;
}

#upcoming_events #events_widget li:first-child {
	border: none;
}

#upcoming_events #events_widget li a {
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	display: block;
	margin-bottom: 10px;
}

#upcoming_events #events_widget li strong {
	display: block;
	padding-top: 10px;
	font-size: 16px;
	font-weight: 400;
	padding-bottom: 5px;
}

#upcoming_events #events_widget li span.fa {
	display: inline-block;
	min-width: 20px;
	text-align: center;
	margin-right: 5px;
}

#upcoming_events .date,
#upcoming_events .time,
#upcoming_events .location {
	padding-left: 25px;
	padding-bottom: 7px;
	position: relative;
	color: #fff;
}

#upcoming_events .date:before {
	font-family: "ETmodules" !important;
	content: "\e023";
	position: absolute;
	left: 0;
	top: 2px;
	color: #fff;
}

#upcoming_events .time:before {
	font-family: "ETmodules" !important;
	content: "\7d";
	position: absolute;
	left: 0;
	top: 2px;
	color: #fff;
}

#upcoming_events #events_widget .quick_add {
	margin-top: 15px;
}

#upcoming_events #events_widget .quick_add a {
	display: inline-block;
	background-color: #1E4966;
	color: #fff;
	font-weight: 400;
	padding: 5px 15px;
	font-size: 14px;
}

#upcoming_events #events_widget .quick_add a:hover {
	background-color: #fff;
	color: #789C48;
}

#colophon #members_menu {
	width: 30%;
	border-left: 2px solid #fff;
}

#colophon #members_menu h4 {
	color: #fff;
	text-align: center;
}

#colophon #members_menu ul {
	list-style-type: none;
	padding: 0;
	text-align: center;
	padding-top: 30px;
}

#colophon #members_menu ul li {
	display: inline-block;
	margin: 5px;
}

#colophon #members_menu ul li a {
	display: inline-block;
	color: #789C48;
	padding: 8px 15px;
	font-size: 16px;
	text-transform: uppercase;
	background-color: #fff;
}

#colophon #members_menu ul li a:hover {
	background-color: #1E4966;
	color: #fff;
}


/*** Footer ***/

#main-footer {
	padding: 0;
	background-color: #1e4966 !important;
	color: #efefef;
}

#footer-bottom {
	overflow: hidden;
	padding: 0;
	background-color: #1e4966 !important;
}

#footer-bottom .footer_links {
	float: right;
	padding: 15px 0;
	margin: 0;
}

#footer-bottom #footer-info {
	float: left;
	padding: 15px 0;
	font-size: 14px;
	margin: 0;
	color: #efefef;
	line-height: 24px;
}

#footer-bottom #menu-footer-menu {
	display: inline-block;
	padding: 0;
	line-height: 20px;
}

#footer-bottom .footer_links li {
	padding: 0 0 0 10px;
	margin: 0;
	vertical-align: top;
}

#footer-bottom .footer_links .et-social-icons {
	padding: 0 !important;
}

#footer-bottom .footer_links li a {
	line-height: normal;
	color: #efefef;
	font-weight: 400;
	font-size: 14px;
	line-height: normal;
	opacity: 1 !important;
}

#footer-bottom .footer_links li a:hover {
	color: #1E4966 !important;
}


/*** Page ***/

#main-content {
	background-color: transparent;
}

#main-content .container:before,
#main-content .container:after {
	display: none !important;
}

#main-content .container {
	padding-top: 0;
}

.page_header {
	padding: 70px 0 40px 0;
	text-align: center;
}

.page_header h1 {
	font-size: 40px;
	color: #474541;
	text-align: center;
	margin-bottom: 0;
	text-transform: uppercase;
	padding-bottom: 0;
}

#main-content .defaultpage {
	padding-top: 30px;
	padding-bottom: 30px;
}

#main-content ul,
#main-content ol {
	padding-bottom: 20px;
}


/*#main-content ul:last-of-type, #main-content ol:last-of-type {padding-bottom: 0;}*/

#main-content ul li,
#main-content ol li {
	padding-top: 7px;
}

#main-content ul li:first-child,
#main-content ol li:first-child {
	padding-top: 0;
}

.wp-caption {
	padding: 10px;
	background-color: #fff;
	margin-top: 20px !important;
}

.wp-caption p.wp-caption-text {
	padding: 10px 0 0 0;
	display: block;
	font-size: 14px;
}


/*** About Page ***/

#page #mission {
	margin-top: 30px !important;
	background-color: #679B41;
}

#mission h3 {
	padding-bottom: 0;
}

#mission .et_pb_text {
	color: #fff;
	padding: 20px 0;
	font-size: 20px;
}

#about_text .et_pb_text h2 {
	font-size: 24px;
}


/*** BOD ***/

.governors h2 {
	margin-bottom: 0px;
	background-color: #1E4966;
	color: #fff;
	padding: 15px 30px !important;
	font-size: 24px;
	font-weight: 400;
}

#bod h3 {
	margin-bottom: 15px;
	padding-bottom: 0;
	color: #1E4966;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 400;
}

#bod h4 {
	margin-bottom: 0;
	padding-bottom: 5px;
	font-weight: 400;
}

#bod .governors_list {
	/*margin-bottom: 30px;*/
}

#bod .governors_list .et_pb_column {
	padding: 30px;
	background-color: #efefef !important;
}

#bod .governors_list .et_pb_column_empty {
	background-color: transparent !important;
}

.governors .et_pb_row .et_pb_column {}

.governors .et_pb_row .et_pb_column p {
	padding-bottom: 5px;
}

.governors .et_pb_row .et_pb_column em {
	font-size: 18px;
	color: #789C48;
	font-style: normal;
	font-weight: 700;
}


/*** Sponsors ***/

#sponsors {
	background-color: #fff;
	padding: 40px 60px;
	position: relative;
}

#sponsors h3 {
	font-size: 30px;
	color: #679B41;
	padding: 0;
	text-transform: uppercase;
	margin-bottom: 0;
}

#sponsors h5 {
	margin-bottom: 30px;
	font-weight: 400;
	font-size: 16px;
	font-style: italic;
}

#sponsors li .sponsor_wrap {
	background-color: #efefef;
	padding: 2px;
	text-align: center;
}

#sponsors li .sponsor_wrap.gold_sponsor {
	background-color: #D4AF37;
}

#sponsors li a {
	display: block;
	background-color: #fff;
}

#sponsors li a img {
	margin: 0 auto;
}

#sponsors .spnsors_rotate {
	position: relative;
}

#sponsors .spnsors_rotate .slider_nav {
	color: #679B41;
	font-size: 30px;
	display: inline-block;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	z-index: 30;
	width: 30px;
	text-align: center;
	cursor: pointer;
}

#sponsors .spnsors_rotate .slider_nav span:before {
	font-family: "ETmodules" !important;
}

#sponsors .spnsors_rotate .slider_nav.prev {
	left: -40px;
}

#sponsors .spnsors_rotate .slider_nav.prev span:before {
	content: "\34";
}

#sponsors .spnsors_rotate .slider_nav.next {
	right: -40px;
}

#sponsors .spnsors_rotate .slider_nav.next span:before {
	content: "\35";
}


/*** Sponsorship Opportunities ***/

#spn_opo {
	/*margin-top: 40px; margin-bottom: -60px;*/
	padding: 0 !important;
}

#spn_opo .et_pb_row {
	padding: 0 !important;
}

#spn_opo .et_pb_text {
	padding: 40px;
}

#page #luncheon_sponsor,
#page #yearly_sponsor {
	margin-top: 40px;
	background-color: #679b41;
	padding: 40px 0;
}

#spn_opo h3,
#luncheon_sponsor h3,
#yearly_sponsor h3 {
	border-bottom: 2px solid #fff;
	text-transform: uppercase;
	margin-bottom: 10px;
	display: inline-block;
	padding-bottom: 10px;
	font-family: 'Open Sans', sans-serif;
}

#spn_opo h2,
#luncheon_sponsor h2,
#yearly_sponsor h2 {
	font-size: 24px;
	font-family: 'Open Sans', sans-serif;
	text-transform: uppercase;
	font-weight: 400;
}

#page #luncheon_sponsor {
	background-color: #42688b;
	color: #fff;
	margin-top: 0px;
}

#spn_opo ul li,
#luncheon_sponsor ul li,
#yearly_sponsor ul li {
	padding-bottom: 5px;
}

#spn_opo ul ul,
#luncheon_sponsor ul ul {
	margin-top: 5px;
}

#luncheon_sponsor {
	margin-bottom: -60px;
}

#spn_opo p,
#yearly_sponsor p,
#luncheon_sponsor p {
	margin-bottom: 15px;
}


/*** Membership ***/

#gold_level {
	margin-top: 20px;
	background-color: #b2d39b !important;
}

.membership_level {
	padding: 0 !important;
}

.membership_level .et_pb_row {
	padding: 0 !important;
}

.membership_level .et_pb_column {
	border-left: 1px solid #679B41;
}

.membership_level .level_details {
	padding: 50px 50px 50px 100px;
	background-color: #679b41;
	color: #fff;
	position: relative;
	min-height: 380px;
}

.membership_level .level_details .et_pb_text_inner {
	position: static;
}

.membership_level .level_details h3 {
	font-size: 40px;
	color: #fff;
	left: -60px;
	margin: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%) rotate(-90deg);
	-webkit-transform: translateY(-50%) rotate(-90deg);
	-moz-transform: translateY(-50%) rotate(-90deg);
	-o-transform: translateY(-50%) rotate(-90deg);
	-ms-transform: translateY(-50%) rotate(-90deg);
}

.membership_level .level_details ul {
	list-style-type: none;
	padding: 0;
}

.membership_level .level_details strong {
	font-size: 14px;
	font-weight: 400;
	font-style: italic;
}

.membership_level .level_details ul li {
	padding-bottom: 20px;
}

.membership_level .price {
	color: #1e4966;
	text-align: center;
}

.membership_level .price h3 {
	font-size: 30px;
	text-transform: uppercase;
	padding: 30px;
	margin-top: 40px;
	color: #1e4966;
}

.membership_level .price h2 {
	font-size: 34px;
	color: #1e4966;
}

.membership_level .et_pb_button_module_wrapper {
	margin-top: 40px !important;
}

#page .membership_level .et_pb_button_module_wrapper a {
	background-color: #ce5828;
	font-size: 22px;
	border-radius: 0;
	color: #fff;
	font-weight: 400;
	text-transform: uppercase;
	padding: 12px 50px !important;
	border: none;
	line-height: normal !important;
}

#basic_level {
	background-color: #cde1f3 !important;
}

#basic_level .et_pb_column {
	border-left: 1px solid #42688b;
}

#basic_level .level_details {
	background-color: #42688B;
}

#young_level {
	background-color: #f7e5de !important;
}

#young_level .et_pb_column {
	border-left: 1px solid #ce5828;
}

#young_level .level_details {
	background-color: #ce5828;
	min-height: 480px;
}

#young_level .level_details h3 {
	left: -154px;
}

#young_level .price h3 {
	margin-top: 70px;
}


/*** Members List***/

#members_list_page h3 {
	margin-bottom: 0;
	font-size: 24px;
	padding: 0;
}

#members_list_page ul {
	margin-top: 15px;
}

#members_list_page li {
	padding-bottom: 10px;
}

#members_list_page #individual_members {
	margin-top: 40px;
}

#members_list_page li {
	font-weight: 400;
}

#members_list_page .corporate_members_list {
	max-width: 500px;
	margin: 0 auto;
}

#corporate_gold {
	overflow: hidden;
}

#corporate_gold_wrap {
	max-width: 1000px;
	margin: 0 auto;
}

#corporate_gold_wrap .et_pb_column {
	background-color: #fff;
	border-top: 1px solid #efefef;
	border-right: 1px solid #efefef;
	border-bottom: 1px solid #efefef;
}

#corporate_gold_wrap .et_pb_image {
	display: inline-block;
	vertical-align: top;
	position: relative;
	min-height: 170px;
	padding: 15px;
	box-sizing: border-box;
	width: 25%;
	margin-right: -4px;
	margin: 0;
	border-left: 1px solid #efefef;
	border-bottom: 1px solid #efefef;
	margin-bottom: -1px;
}

#corporate_gold_wrap .et_pb_image a {
	display: block;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	left: 0;
	right: 0;
}

#corporate_gold_wrap .et_pb_image a img {
	margin: 0 auto;
	padding: 15px;
	max-height: 150px;
}

#individual_members {
	max-width: 1000px;
	margin: 0 auto;
}

#individual_members #sec_title {
	text-align: center;
}

#individual_members #sec_title h3 {
	margin-bottom: 0;
	font-size: 24px;
	text-transform: uppercase;
}

#individual_members .et_pb_row {
	max-width: 100%;
}

#ind_gold_members ul {
	background-color: #fff;
	list-style-type: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-wrap: wrap;
	border-top: 1px solid #efefef;
	border-bottom: 1px solid #efefef;
	border-right: 1px solid #efefef;
	overflow: hidden;
}

#ind_gold_members li {
	width: 50%;
	vertical-align: top;
	padding: 15px !important;
	font-size: 14px;
	display: inline-block;
	vertical-align: top;
	margin-right: -4px;
	border-left: 1px solid #efefef;
	border-bottom: 1px solid #efefef;
	margin-bottom: -1px;
}

#young_level h2 {
	font-size: 30px;
}


/*** Contact ***/

#page .caldera-grid {
	max-width: 600px;
}

#page .caldera-grid .form-group label {
	color: #666 !important;
}

#page .caldera-grid .form-control {
	-webkit-appearance: none;
	padding: 10px 15px;
	border-radius: 0 !important;
	box-shadow: none !important;
	border-radius: 0;
	border: 2px solid #1e4966 !important;
	background-color: #fff !important;
	font-family: inherit;
	font-size: 16px;
	line-height: normal;
	width: 100%;
	box-sizing: border-box;
	height: auto !important;
	font-size: 14px;
}

#page .caldera-grid .help-block {
	margin: 0;
	font-size: 14px;
}

#page .caldera-grid .form-group .btn {
	-webkit-appearance: none !important;
	width: auto;
	color: #fff;
	background-color: #1e4966;
	text-transform: uppercase;
	padding: 10px 30px;
	cursor: pointer;
	font-weight: 700;
	border: none;
	height: auto !important;
	border-radius: 0 !important;
	border: none !important;
}

#page .caldera-grid .form-group .btn:hover {
	background-color: #679B41;
}


/*** Events ***/

#past_events,
#events {
	/*margin-top: 40px; margin-bottom: -60px; */
	padding: 0 !important;
	overflow: hidden;
}

#past_events .et_pb_row,
#events .et_pb_row {
	padding: 0 !important;
}

#events .et_pb_column {
	float: none;
}

#events_list .single_event {
	display: inline-block;
	vertical-align: top;
	margin-right: -4px;
	overflow: hidden;
	background-color: #1d2c14;
	width: 20%;
	position: relative;
}

#events_list .single_event a {
	display: block;
	height: 100%;
	width: 100%;
}

#events_list .event_info {
	position: absolute;
	text-align: center;
	padding: 120px 20px 20px 20px;
	bottom: 0;
	right: 0;
	left: 0;
	color: #fff;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	top: auto;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	box-shadow: inset 0px -130px 30px -20px rgba(0, 0, 0, 0.75);
}

#events_list .single_event:hover .event_info {
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0);
}

#events_list .event_image .image_overlay1 {
	background-color: #1d2c14;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	height: 100%;
	width: 100%;
	background-blend-mode: multiply;
	opacity: 0.5;
}

#events_list .event_image img {
	width: 100%;
	vertical-align: top;
	display: block;
	/*opacity: 0.7;*/
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

#events_list .single_event:hover img {
	opacity: 1;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

#events_list .event_info h2 {
	text-transform: uppercase;
	font-size: 20px;
	margin-bottom: 10px;
	font-weight: 400;
	padding-bottom: 0;
}

#events_list .event_info h3 {
	font-size: 18px;
	margin-bottom: 10px;
	font-weight: 400;
	padding-bottom: 0;
}

#events_list .event_info h4 {
	font-size: 16px;
	margin-bottom: 10px;
	font-weight: 400;
	padding-bottom: 0;
}

#events_list .overlay {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	right: 0;
	bottom: 0;
}

#events_list .overlay span {
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale3d(0.9, 0.9, 1) translateY(-50%);
	transform: scale3d(0.9, 0.9, 1) translateY(-50%);
	position: absolute;
	display: inline-block;
	left: 0;
	right: 0;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	font-size: 20px;
	padding: 10px 20px;
	border: 2px solid #fff;
	top: 50%;
	max-width: 200px;
	margin: 0 auto;
}

#events_list .single_event:hover .overlay span {
	opacity: 1;
	-webkit-transform: scale3d(1, 1, 1) translateY(-50%);
	transform: scale3d(1, 1, 1) translateY(-50%);
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

#events_list .event_date {
	position: absolute;
	z-index: 20;
	width: 42px;
	height: 72px;
	display: inline-block;
	right: 30px;
	top: 0;
	background-image: url('img/event_date.png');
	background-repeat: no-repeat;
}

#events_list .past_event .event_date {
	background-image: url('img/event_date_past.png');
}

#events_list .event_date span {
	display: block;
	color: #fff;
	text-align: center;
	font-size: 13px;
	text-transform: uppercase;
	line-height: 17px;
}

#events_list .event_date span.month {
	padding-top: 8px;
}


/*** Single Event ***/

#single_event {
	max-width: 1100px;
	margin: 0 auto;
	padding-top: 40px;
	padding-bottom: 40px;
}

#single_event h1.event_title {
	font-size: 30px;
	padding-bottom: 0;
	margin-bottom: 0;
	font-weight: 400;
}

#single_event h3.event_date_time {
	font-size: 18px;
	padding-bottom: 0;
	margin-bottom: 5px;
	display: block;
	font-weight: 400;
}

#single_event .event_price {
	font-size: 16px;
	display: block;
	margin: 0 0 20px 0;
	font-weight: 400;
}

#single_event .event_content {
	/*margin-bottom: 30px;*/
}

#single_event #tribe-events-header,
#single_event #tribe-events-footer {
	display: none;
}

#single_event .tribe-events-cal-links {
	margin: 0;
}

#single_event .tribe-events-cal-links a {
	display: inline-block;
	padding: 7px 15px;
	background-color: #789c48;
	color: #fff;
	font-size: 14px;
	margin: 2px;
}

#single_event .extra_event_details {
	overflow: hidden;
	clear: both;
	margin: 0 -5px;
	padding: 30px 0 5px 0;
	display: flex;
	flex-wrap: wrap;
}

#single_event .extra_event_details .details_section {
	vertical-align: top;
	padding: 5px;
	box-sizing: border-box;
	width: 25%;
}

#single_event .extra_event_details .details_section .section_area {
	padding: 30px;
	background-color: #fff;
	border: 1px solid #efefef;
	height: 100%;
}

#single_event .extra_event_details .speaker_section .speaker_image {
	max-width: 300px;
}

#single_event .extra_event_details .speaker_section img {
	margin-bottom: 10px;
}

#single_event .extra_event_details .speaker_section strong {
	display: block;
}

#single_event .extra_event_details .speaker_section span.company_name {
	display: block;
	font-size: 14px;
}

#single_event .extra_event_details .speaker_section strong.name {
	font-size: 20px;
	text-transform: uppercase;
	color: #1E4966;
}

#single_event .extra_event_details dl,
#single_event .extra_event_details dd:last-of-type {
	margin-bottom: 0 !important;
}

#single_event .extra_event_details .venue_section strong {
	display: block;
	font-weight: 400;
	padding-bottom: 5px;
}

#single_event .extra_event_details .luncheon_section.luncheon_only {
	float: none;
	text-align: left;
}

#single_event .extra_event_details h4 {
	font-size: 20px;
	text-transform: uppercase;
	padding: 0;
	margin-bottom: 15px;
	color: #1E4966;
}

#single_event .extra_event_details .luncheon_image {
	margin: 0 auto;
	max-width: 200px;
}

#single_event .extra_event_details .luncheon_only .luncheon_image {
	margin: 0;
}

#single_event .timedate_section strong {
	display: block;
}

#single_event .timedate_section .date {
	margin-bottom: 20px;
}

#single_event .membership_info {
	padding: 30px;
	background-color: #fff;
	border: 1px solid #efefef;
	margin-bottom: 10px;
}

#single_event .membership_info strong {
	color: #1E4966;
	font-size: 20px;
}

.single-product #single_event .event_content .et_pb_row {
	padding: 0 !important;
}

.postid-2232 #single_event .extra_event_details .luncheon_section.luncheon_only {
	width: 50%;
}

#single_event .event_cart {
	margin: 0 -5px;
	display: flex;
	flex-wrap: wrap;
}

#single_event .event_cart .col {
	padding: 0 5px;
	width: 50%;
	display: inline-block;
	box-sizing: border-box;
	vertical-align: top;
	margin-bottom: 10px;
}

#single_event .event_cart .col_wrap {
	background-color: #fff;
	border: 1px solid #efefef;
	padding: 30px;
	height: 100%;
	box-sizing: border-box;
}

#single_event .event_cart .col.full_col {
	width: 100%;
}

#single_event .event_cart .col.full_col h4 {
	margin-bottom: 0 !important;
}

#single_event .event_cart h4,
#single_event .event_cart .variations .label label {
	display: block;
	color: #1E4966;
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 15px;
	padding-bottom: 0;
	text-transform: uppercase;
}

#single_event .event_cart .value {
	margin-bottom: 20px;
}

#single_event .event_cart .value select {
	padding: 10px 20px;
	background-color: #fff;
	font-family: inherit;
	font-size: 16px;
	margin-right: 20px;
}

#single_event .event_cart .woocommerce-variation-price {
	font-size: 20px;
	margin-bottom: 15px;
}

#single_event .event_cart .woocommerce-variation-add-to-cart {
	position: relative;
	padding-left: 80px;
	min-height: 50px;
}

#single_event .event_cart .quantity {
	position: absolute;
	left: 0;
	top: 0;
}

#single_event .event_cart .quantity .input-text {
	font-weight: 400 !important;
	height: auto !important;
	padding: 15px 5px !important;
	font-size: 16px !important;
	color: #fff !important;
	line-height: normal !important;
	border: none !important;
}

#single_event .woocommerce-variation-availability,
#single_event .woocommerce-variation-description {
	margin-bottom: 15px;
}

#single_event .tribe-events-event-meta {
	margin: 15px 0;
}

#single_event .tribe-events-meta-group dd {
	margin: 0 0 15px 0;
}

#single_event .tribe-events-single-section-title {
	font-size: 20px;
	text-transform: uppercase;
	padding: 0;
	margin-bottom: 15px;
	color: #1E4966;
}

#single_event .tribe-attendees-list-container {
	display: none;
}

.tribe-events-event-meta .column,
.tribe-events-event-meta .tribe-events-meta-group {
	padding: 0 30px;
}

#single_event .tribe-tickets-attendees-list-optout {
	display: none;
}

#single_event .tribe-events-tickets {
	max-width: 500px;
}

#single_event .tickets_description {
	display: none;
}

#single_event .tickets_name {
	font-size: 16px;
	color: #000;
}

#single_event .add-to-cart {
	margin-top: 15px;
}

#single_event .tribe-events-after-html {
	padding: 30px;
	background-color: #fff;
	border: 1px solid #efefef;
}

#single_event .tribe-events-after-html strong {
	color: #1E4966;
	font-size: 20px;
}

.woocommerce .quantity input.qty,
.woocommerce-page .quantity input.qty,
.woocommerce #main-content .quantity input.qty,
.woocommerce-page #main-content .quantity input.qty,
.woocommerce-cart table.cart td.actions .coupon .input-text {
	background-color: #1E4966;
	font-family: inherit;
	box-shadow: none;
	border-radius: 0;
	border: none;
}

#page #et-main-area #main-content .button,
#page .woocommerce-checkout .button,
#page .wc-proceed-to-checkout .button,
#page .cart .button,
#single_event .add-to-cart .button {
	background-color: #789c48 !important;
	color: #fff !important;
	-webkit-appearance: none;
	box-shadow: none;
	border-radius: 0 !important;
	border: none !important;
	color: #fff !important;
	padding: 15px 30px !important;
	line-height: normal !important;
	font-family: inherit;
	font-size: 16px !important;
	line-height: normal !important;
	height: auto !important;
	box-sizing: border-box;
}

#page .cart .button:after,
#single_event .add-to-cart button:after {
	display: none !important;
}

.woocommerce #main-content table.cart td.actions .input-text,
.woocommerce table.cart td.actions .input-text,
.woocommerce-page #main-content table.cart td.actions .input-text,
.woocommerce-page table.cart td.actions .input-text {
	width: auto;
	font-size: 16px !important;
	font-family: inherit;
	padding: 15px !important;
	border: 1px solid #efefef !important;
	background-color: #fff !important;
	color: #000 !important;
	height: auto !important;
	line-height: normal !important;
}

.woocommerce table.shop_table {
	border-radius: 0;
}

.woocommerce #main-content table.cart img,
.woocommerce table.cart img,
.woocommerce-page #main-content table.cart img,
.woocommerce-page table.cart img {
	display: none;
}

#page .wc-proceed-to-checkout {
	padding: 0;
}

#page .wc-proceed-to-checkout .button {
	width: auto !important;
	display: inline-block !important;
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
	border-radius: 0;
	font-family: inherit;
	font-size: 16px;
	height: auto;
	line-height: normal;
	padding: 15px;
}

.select2-container .select2-choice {
	font-size: 16px;
	border-radius: 0;
	font-size: 16px;
	padding: 15px;
}

.select2-container .select2-choice>.select2-chosen {
	line-height: normal;
}

.select2-container.select2-drop-above .select2-choice {
	border-radius: 0;
}

.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register {
	padding: 0;
	border-radius: 0;
	border: none;
}

#single_event p.tribe-back {
	margin-bottom: 15px;
}

#single_event .tribe-tickets h2 {
	font-size: 24px;
	padding-bottom: 0;
	margin-bottom: 20px;
}

#single_event .tribe-tickets .user-details {
	margin-bottom: 15px;
}

#single_event .tribe-orders-list li {
	margin: 0 0 15px 0;
	border: none;
	padding: 15px;
	background-color: #fff;
}

#single_event .tribe-orders-list .tribe-tickets-list li {
	margin: 0;
	border-bottom: 1px solid #efefef;
}

#single_event .tribe-orders-list .tribe-tickets-list li:first-child {
	border-top: 1px solid #efefef;
}

#single_event .tribe-orders-list .attendees-list-optout input[type="checkbox"] {
	display: inline-block;
	margin: 0;
	vertical-align: middle;
}

#single_event .tribe-orders-list .attendees-list-optout label {
	font-size: 14px;
}

#tribe-events-content {
	margin-bottom: 0;
}

.single-tribe_events #tribe-events-content div.cart,
.single-tribe_events #tribe-events-content form.cart {
	margin: 15px 0 0 0;
}

#page .wad-discount-price,
#page del {
	text-decoration: none;
	position: relative;
}

#page .wad-discount-price:after,
#page del:after {
	content: "";
	border-bottom: 1px solid;
	position: absolute;
	display: block;
	left: 0;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}


/*** Single Product ***/

#page #et-main-area #single_product .product .summary {
	width: 100%;
	float: none;
}

.postid-2270 .timedate_section,
.postid-2270 .event_date_time {
	display: none !important;
}

#events_list .event-2270 .event_date {
	display: none;
}


/*** My Account Page ***/

.cart_totals h2,
.shipping_calculator h2 {
	font-size: 24px;
	font-weight: 400;
}

.woocommerce-MyAccount-navigation ul {
	list-style-type: none;
	padding: 0;
	border-top: 1px solid #efefef;
	max-width: 250px;
}

.woocommerce-MyAccount-navigation ul li {
	border-bottom: 1px solid #efefef;
}

.woocommerce-MyAccount-navigation ul li a {
	padding: 10px;
	display: block;
}

.woocommerce-MyAccount-content h2 {
	margin-top: 30px;
	font-weight: 400;
	font-size: 24px;
	padding-bottom: 0;
}

#wc-memberships-members-area h2 {
	margin-top: 0;
}

#wc-memberships-members-area ul {
	padding-left: 0;
}

.woocommerce-MyAccount-content h3 {
	margin-top: 30px;
	font-weight: 400;
	font-size: 20px;
	margin-bottom: 15px;
}

#wc-memberships-members-area-section .my_account_orders .membership-discount-image {
	display: none;
}

#page #et-main-area #main-content .woocommerce .my_account_orders th {
	color: #000;
	padding: 10px;
}

#page #et-main-area #main-content .woocommerce .my_account_orders td {
	padding: 10px;
}

#page #et-main-area #main-content .woocommerce .my_account_orders .order-actions {
	text-align: left;
}

#page #et-main-area #main-content .woocommerce .my_account_orders a.button {
	padding: 0 !important;
	background: none !important;
	color: #789C48 !important;
	margin: 0 0 0 15px !important;
	font-size: 14px !important;
}

#main-content .woocommerce-thankyou-order-details {
	padding: 0;
	margin-top: 20px;
}

.woocommerce-order-received #main-content h2,
.woocommerce-order-received #main-content h3 {
	margin-top: 30px;
	font-weight: 400;
	font-size: 24px;
	padding-bottom: 0;
}

#main-content .woocommerce-checkout h3,
#main-content .woocommerce-checkout h2 {
	margin-top: 0px;
	font-weight: 400;
	font-size: 24px;
	padding-bottom: 20px;
	margin-bottom: 0;
}

.woocommerce td.product-name dl.variation dd {
	margin-left: 5px;
}

#dietary_restrictions_field label.radio {
	display: inline-block;
	margin-right: 10px;
	margin-left: 5px;
}


/*** Event Experience ***/

#event_archives {
	margin-top: 40px;
}

#event_archives .section_title h2 {
	text-align: center;
	text-transform: uppercase;
	font-size: 40px;
	color: #474541;
}

#testimonials {
	background-color: #679B41 !important;
	padding: 30px 0 0 0 !important;
}

#testimonials h3 {
	font-size: 30px;
	text-transform: uppercase;
	color: #fff;
}

#testimonials .et_pb_testimonial {
	margin-bottom: 40px;
	background-color: rgba(0, 0, 0, 0.2) !important;
	border: none;
}

#testimonials .et_pb_testimonial:before {
	background-color: #42688b;
	color: #fff;
}

#testimonials .et_pb_testimonial .et_pb_testimonial_description_inner {
	color: #fff;
}

#testimonials .et_pb_testimonial .et_pb_testimonial_author {
	margin-top: 0;
}


/*** Blog Page ***/

.single-post .page_header {
	padding-top: 40px;
}

#posts {
	padding-top: 30px;
}

#posts.blog_page {
	max-width: 700px !important;
	margin: 0 auto;
}

.blog_page article {
	max-width: 1100px;
	margin: 0 auto 20px auto !important;
	background-color: #fff;
	border: 1px solid #efefef;
	padding-bottom: 0 !important;
}

.blog_page article h2 {
	margin: 0;
	font-weight: 400;
	font-size: 20px;
	padding: 20px;
}

.blog_page article h2 a {
	display: block;
}

.blog_page article .post_content {
	padding: 30px;
	font-size: 14px;
}

.blog_page article .post_content.divibuilder {
	padding: 0;
}

.blog_page article .post_content .event_sepaker {
	border-bottom: 1px solid #efefef;
}

.blog_page article .post_image {
	margin-bottom: 20px;
}

.blog_page article .mejs-audio {
	margin-top: 20px;
}

.single .blog_page article .post_meta {
	border-top: none;
	/*border-bottom: 1px solid #efefef;*/
}

.blog_page article .post_meta a {
	float: right;
}

.blog_page article .video_wrap {
	margin-top: 20px;
}

.video-container {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* ___ Videos ___ */

#videos {
	margin: 0 -15px;
}

#videos .video-item {
	display: inline-block;
	vertical-align: top;
	padding: 15px;
	width: 33.333333%;
	margin-right: -4px;
}

#videos .video-wrap {
	background-color: #ffffff;
	box-shadow: 0px 8px 15px rgba(0,0,0,0.1);
	padding: 15px;
}

#videos .video-wrap h2 {
	color: #1e4966;
	font-size: 18px;
	font-weight: 700;
	padding: 15px 0;
}

#videos .video-wrap .video-content {
	padding-top: 15px;
}

#videos-page .et_pb_row_0 {
	padding-bottom: 0 !important;
	padding-top: 0 !important;
}

#videos-page .et_pb_button {
	border: none;
	border-radius: 0;
	background-color: #789c48 !important;
	color: #fff !important;
	display: inline-block;
	font-size: 16px;
	padding: 8px 20px !important;
	text-align: center;
}

#videos-page .et_pb_button:hover {
	background-color: #1e4966 !important;
}

.pagination-wrapper {
	padding: 15px;
	text-align: center;
}

.pagination-wrapper .page-numbers {
	background-color: #789c48;
	color: #fff;
	display: inline-block;
	min-width: 40px;
	padding: 8px 10px;
	text-align: center;
}

.pagination-wrapper .page-numbers.current,
.pagination-wrapper .page-numbers:hover {
	background-color: #1e4966;
}

/*#single_event .tribe-events-style-full .tribe-events-tickets td{border: none;}
.tribe-events-tickets td.woocommerce{padding: 10px 0;}*/


/*! lightslider - v1.1.3 - 2015-04-14
* https://github.com/sachinchoolur/lightslider
* Copyright (c) 2015 Sachin N; Licensed MIT */

.lSSlideWrapper,
.lSSlideWrapper .lSFade {
	position: relative
}

.lSSlideWrapper .lSSlide,
.lSSlideWrapper.usingCss .lSFade>* {
	-webkit-transition-timing-function: inherit!important;
	transition-timing-function: inherit!important;
	-webkit-transition-duration: inherit!important;
	transition-duration: inherit!important
}

.lSSlideOuter,
.lSSlideOuter .lSPager.lSGallery {
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-webkit-touch-callout: none;
	-webkit-user-select: none
}

.lSSlideOuter .lSPager.lSGallery:after,
.lSSlideWrapper>.lightSlider:after {
	clear: both
}

.lSSlideOuter {
	overflow: hidden;
	user-select: none
}

.lightSlider:after,
.lightSlider:before {
	content: " ";
	display: table
}

.lightSlider {
	overflow: hidden;
	margin: 0
}

.lSSlideWrapper {
	max-width: 100%;
	overflow: hidden
}

.lSSlideWrapper .lSSlide {
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
	-webkit-transition: all 1s;
	-webkit-transition-property: -webkit-transform, height;
	-moz-transition-property: -moz-transform, height;
	transition-property: transform, height
}

.lSSlideWrapper .lSFade>* {
	position: absolute!important;
	top: 0;
	left: 0;
	z-index: 9;
	margin-right: 0;
	width: 100%
}

.lSSlideWrapper.usingCss .lSFade>* {
	opacity: 0;
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
	-webkit-transition-property: opacity;
	transition-property: opacity
}

.lSSlideWrapper .lSFade>.active {
	z-index: 10
}

.lSSlideWrapper.usingCss .lSFade>.active {
	opacity: 1
}

.lSSlideOuter .lSPager.lSpg {
	margin: 10px 0 0;
	padding: 0;
	text-align: center
}

.lSSlideOuter .lSPager.lSpg>li {
	cursor: pointer;
	display: inline-block;
	padding: 0 5px
}

.lSSlideOuter .lSPager.lSpg>li a {
	background-color: #222;
	border-radius: 30px;
	display: inline-block;
	height: 8px;
	overflow: hidden;
	text-indent: -999em;
	width: 8px;
	position: relative;
	z-index: 99;
	-webkit-transition: all .5s linear 0s;
	transition: all .5s linear 0s
}

.lSSlideOuter .lSPager.lSpg>li.active a,
.lSSlideOuter .lSPager.lSpg>li:hover a {
	background-color: #428bca
}

.lSSlideOuter .media {
	opacity: .8
}

.lSSlideOuter .media.active {
	opacity: 1
}

.lSSlideOuter .lSPager.lSGallery {
	list-style: none;
	padding-left: 0;
	margin: 0;
	overflow: hidden;
	transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	-webkit-transition-property: -webkit-transform;
	-moz-transition-property: -moz-transform;
	user-select: none
}

.lSSlideOuter .lSPager.lSGallery li {
	overflow: hidden;
	-webkit-transition: border-radius .12s linear 0s .35s linear 0s;
	transition: border-radius .12s linear 0s .35s linear 0s
}

.lSSlideOuter .lSPager.lSGallery li.active,
.lSSlideOuter .lSPager.lSGallery li:hover {
	border-radius: 5px
}

.lSSlideOuter .lSPager.lSGallery img {
	display: block;
	height: auto;
	max-width: 100%
}

.lSSlideOuter .lSPager.lSGallery:after,
.lSSlideOuter .lSPager.lSGallery:before {
	content: " ";
	display: table
}

.lSAction>a {
	width: 32px;
	display: block;
	top: 50%;
	height: 32px;
	background-image: url(../img/controls.png);
	cursor: pointer;
	position: absolute;
	z-index: 99;
	margin-top: -16px;
	opacity: .5;
	-webkit-transition: opacity .35s linear 0s;
	transition: opacity .35s linear 0s
}

.lSAction>a:hover {
	opacity: 1
}

.lSAction>.lSPrev {
	background-position: 0 0;
	left: 10px
}

.lSAction>.lSNext {
	background-position: -32px 0;
	right: 10px
}

.lSAction>a.disabled {
	pointer-events: none
}

.cS-hidden {
	height: 1px;
	opacity: 0;
	filter: alpha(opacity=0);
	overflow: hidden
}

.lSSlideOuter.vertical {
	position: relative
}

.lSSlideOuter.vertical.noPager {
	padding-right: 0!important
}

.lSSlideOuter.vertical .lSGallery {
	position: absolute!important;
	right: 0;
	top: 0
}

.lSSlideOuter.vertical .lightSlider>* {
	width: 100%!important;
	max-width: none!important
}

.lSSlideOuter.vertical .lSAction>a {
	left: 50%;
	margin-left: -14px;
	margin-top: 0
}

.lSSlideOuter.vertical .lSAction>.lSNext {
	background-position: 31px -31px;
	bottom: 10px;
	top: auto
}

.lSSlideOuter.vertical .lSAction>.lSPrev {
	background-position: 0 -31px;
	bottom: auto;
	top: 10px
}

.lSSlideOuter.lSrtl {
	direction: rtl
}

.lSSlideOuter .lSPager,
.lSSlideOuter .lightSlider {
	padding-left: 0;
	list-style: none
}

.lSSlideOuter.lSrtl .lSPager,
.lSSlideOuter.lSrtl .lightSlider {
	padding-right: 0
}

.lSSlideOuter .lSGallery li,
.lSSlideOuter .lightSlider>* {
	float: left
}

.lSSlideOuter.lSrtl .lSGallery li,
.lSSlideOuter.lSrtl .lightSlider>* {
	float: right!important
}

@-webkit-keyframes rightEnd {
	0%,
	100% {
		left: 0
	}
	50% {
		left: -15px
	}
}

@keyframes rightEnd {
	0%,
	100% {
		left: 0
	}
	50% {
		left: -15px
	}
}

@-webkit-keyframes topEnd {
	0%,
	100% {
		top: 0
	}
	50% {
		top: -15px
	}
}

@keyframes topEnd {
	0%,
	100% {
		top: 0
	}
	50% {
		top: -15px
	}
}

@-webkit-keyframes leftEnd {
	0%,
	100% {
		left: 0
	}
	50% {
		left: 15px
	}
}

@keyframes leftEnd {
	0%,
	100% {
		left: 0
	}
	50% {
		left: 15px
	}
}

@-webkit-keyframes bottomEnd {
	0%,
	100% {
		bottom: 0
	}
	50% {
		bottom: -15px
	}
}

@keyframes bottomEnd {
	0%,
	100% {
		bottom: 0
	}
	50% {
		bottom: -15px
	}
}

.lSSlideOuter .rightEnd {
	-webkit-animation: rightEnd .3s;
	animation: rightEnd .3s;
	position: relative
}

.lSSlideOuter .leftEnd {
	-webkit-animation: leftEnd .3s;
	animation: leftEnd .3s;
	position: relative
}

.lSSlideOuter.vertical .rightEnd {
	-webkit-animation: topEnd .3s;
	animation: topEnd .3s;
	position: relative
}

.lSSlideOuter.vertical .leftEnd {
	-webkit-animation: bottomEnd .3s;
	animation: bottomEnd .3s;
	position: relative
}

.lSSlideOuter.lSrtl .rightEnd {
	-webkit-animation: leftEnd .3s;
	animation: leftEnd .3s;
	position: relative
}

.lSSlideOuter.lSrtl .leftEnd {
	-webkit-animation: rightEnd .3s;
	animation: rightEnd .3s;
	position: relative
}

.lightSlider.lsGrab>* {
	cursor: -webkit-grab;
	cursor: -moz-grab;
	cursor: -o-grab;
	cursor: -ms-grab;
	cursor: grab
}

.lightSlider.lsGrabbing>* {
	cursor: move;
	cursor: -webkit-grabbing;
	cursor: -moz-grabbing;
	cursor: -o-grabbing;
	cursor: -ms-grabbing;
	cursor: grabbing
}

@media all and (max-width: 1500px) {
	/*** Events ***/
	#events_list .single_event {
		width: 25%;
	}
}

@media all and (max-width: 1200px) {
	/*** Events ***/
	#events_list .single_event {
		width: 33.333%;
	}
}

@media all and (max-width: 1023px) {
	#page {
		padding-left: 0;
	}
	#header {
		position: static;
		width: 100%;
	}
	#header #main_logo {
		max-width: 200px;
		max-height: 100%;
	}
	#header #main_logo a {
		padding: 20px;
	}
	#et_mobile_nav_menu {
		display: none !important;
	}
	#navigation {
		display: none;
	}
	#navigation #menu-main-menu {
		text-align: left;
	}
	#navigation #menu-main-menu li a {
		font-size: 14px;
	}
	#navigation #menu-main-menu li ul.sub-menu::after {
		display: none;
	}
	#navigation #menu-main-menu li ul.sub-menu {
		border: none;
		visibility: visible;
		border: none;
		position: static;
		background-color: transparent;
		width: 100%;
	}
	#page #header #et_mobile_nav_menu {
		position: absolute;
		right: 20px;
		top: 32px;
		display: inline-block !important;
	}
	#navigation #menu-main-menu li li a {
		font-size: 12px;
		padding: 8px 40px;
	}
	#navigation #menu-main-menu li li {
		border: none;
	}
	#header .et-social-icons {
		display: none;
	}
	.become_member {
		margin-top: 0;
	}
	#sponsors_widget {
		display: none;
	}
	.become_member a {
		border: none;
		color: #fff;
		background-color: #789c48;
	}
	#home_text.et_pb_section {
		
	}
	/*** Events Widget ***/
	#colophon {
		display: block;
	}
	#colophon #members_menu,
	#colophon #upcoming_events {
		width: 100%;
	}
	#colophon #upcoming_events {
		padding: 30px 30px 0 30px;
	}
	#colophon #members_menu ul {
		padding: 0;
		text-align: left;
	}
	#colophon #members_menu {
		border-top: 2px solid #fff;
		border-left: none;
		padding: 30px;
	}
	#colophon #members_menu h4 {
		text-align: left;
	}
	/*** Home ***/
	#home_text.et_pb_section {
		padding: 40px;
	}
	#home_text h2 {
		font-size: 30px;
	}
	#single_event .extra_event_details .details_section {
		width: 50%;
	}
	#footer-bottom .footer_links .et-social-icons {
		margin: 0 !important;
		padding: 10px 0 !important;
	}
	#footer-bottom .footer_links .et-social-icons li {
		padding: 0 10px;
	}
	#footer-bottom .footer_links {
		float: none;
		text-align: center;
		padding-bottom: 0;
	}
	#footer-bottom #footer-info {
		float: none;
		text-align: center;
		padding-top: 0;
	}
	#spn_opo .et_pb_text {
		padding: 30px;
	}
	#single_event {
		padding: 30px;
	}
}

@media all and (max-width: 979px) {
	#home_text.et_pb_section .et_pb_module {
		margin-bottom: 0 !important;
	}
	#home_text h2 {
		margin-top: 30px;
	}
	/*** Membership Levels ***/
	.membership_level .level_details {
		padding: 30px;
		min-height: inherit !important;
	}
	.membership_level .level_details h3 {
		position: static;
		font-size: 30px;
		transform: translateY(0) rotate(0deg);
		-webkit-transform: translateY(0) rotate(0deg);
		-moz-transform: translateY(0) rotate(0deg);
		-o-transform: translateY(0) rotate(0deg);
		-ms-transform: translateY(0) rotate(0deg);
	}
	.membership_level .price {
		padding: 30px;
		border-left: none !important;
	}
	.membership_level .price h3 {
		margin-top: 0 !important;
		padding: 0 15px;
	}
	.membership_level .et_pb_column {
		border-left: none !important;
		border-bottom: 1px solid #fff !important;
	}
	#testimonials {
		padding-top: 15px !important;
	}
	#testimonials .et_pb_column {
		margin-bottom: 0;
	}
	#testimonials h3 {
		font-size: 24px;
		margin-bottom: 0;
	}
}

@media all and (max-width: 767px) {
	#header {
		text-align: left;
	}
	#header #logo {
		margin: 0 auto;
	}
	#home_text.et_pb_section {
		min-height: 500px;
	}
	#home_text img {
		max-width: 180px;
	}
	#home_text #home_content {
		padding: 0;
	}
	#home_text h2 {
		font-size: 24px;
	}
	#home_text p img {
		max-width: 150px;
	}
	#home_text .et_pb_button {
		font-size: 16px;
	}
	#home_text h6 {
		bottom: -7px;
		padding-left: 80px;
		left: 0;
	}
	/*** Sponsors Widget ***/
	#sponsors {
		padding: 30px 40px;
	}
	/*** Events Widget ***/
	#upcoming_events #events_widget {
		display: block;
		margin-top: 0;
	}
	#upcoming_events #events_widget li {
		display: block;
		width: 100%;
		margin-right: 0;
		border-left: none;
		border-top: 1px solid #fff;
		padding: 30px;
	}
	#colophon #members_menu h4 {
		padding-bottom: 15px;
	}
	#sponsors h3 {
		font-size: 24px;
		padding-bottom: 5px;
	}
	#bod .et_pb_row_0 .et_pb_column {
		margin-bottom: 15px !important;
	}
	#bod .governors_list {
		padding-top: 0 !important;
		padding-bottom: 0 !important;
	}
	.governors {
		margin-top: -30px !important;
	}
	.governors .et_pb_column_7 {
		margin-bottom: 0 !important;
	}
	/*** Page ***/
	.page_header {
		padding: 30px 0 0 0;
	}
	.page_header h1 {
		font-size: 30px;
	}
	/*** Events ***/
	#events_list .single_event {
		width: 50%;
	}
	#single_event .extra_event_details .details_section {
		width: 100% !important;
	}
	/*** Single Event ***/
	#single_event .cart .quantity {
		width: auto;
	}
	#single_event .tribe-events-tickets tr {
		padding: 0;
	}
	#single_event .tribe-events-tickets td {
		padding: 5px;
		font-size: 14px;
	}
	#corporate_gold_wrap .et_pb_image {
		width: 33.33333%;
		min-height: 140px;
		padding: 10px;
	}
	#ind_gold_members li {
		display: block;
		width: 100%;
	}
	.woocommerce-MyAccount-navigation ul {
		max-width: 100%;
	}
	.woocommerce-MyAccount-content h2 {
		padding-bottom: 20px;
	}
	#single_event .event_cart .col {
		width: 100%;
	}

	#videos .video-item {
		width: 100%;
		display: block;
		margin: 0;
	}
}

@media all and (max-width: 500px) {
	#home_text.et_pb_section {
		padding: 20px;
	}
	#corporate_gold_wrap .et_pb_image {
		width: 50%;
		min-height: 140px;
		padding: 10px;
	}
	/*** Events ***/
	#events_list .single_event {
		width: 100%;
		display: block;
		margin-right: 0;
	}
}

@media all and (min-width: 1024px) {
	#navigation {
		display: block !important;
	}
}

