/*
Theme Name: AASP 2019
Description: AASP 2019
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: #6d7981; /* #444; */
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
br.clear,
.post-edit-link {
    *zoom:1;
	position: absolute;
}
img {
	max-width:100%;
	vertical-align:bottom;
	height: auto;
}
a {
	color: #ab1400;
}
a:hover {
	color: #ab1400;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/* wrapper */
.wrapper {
	display: block;
	position: relative;
	min-height: calc(100vh - 590px);
}

.home .wrapper {
	max-width: none;
	padding: 0px;
}

.wrapper section[role="main"] {
	max-width: 1240px;
	padding: 0px 20px;
	margin: 0 auto 50px;
}

.home .wrapper section[role="main"] {
	max-width: none;
	padding: 0px;
	margin: 0px;
}


.page-template-template-fullfooter .wrapper section[role="main"],
.page-template-template-fullwidth .wrapper section[role="main"] {
	max-width: none;
	padding: 0px;
}

/* header */
.header_widget_wrapper {
	background: #3a295f;
	height: 32px;
}

.header-widget {
	max-width: 1220px;
	padding: 0px 0px 0px 20px;
	margin: 0px auto;
	display: flex;
	justify-content: space-between;
}

.header-widget .widget_text  > h3 {
	display: none;
}

.header_social a {
	display: inline-block;
	height: 32px;
	line-height: 32px;
	color: #FFFFFF;
	padding: 0px 5px;
}

.header_wrapper {
}

.header {
	display: flex;
	margin: 0px auto;
	max-width: 1240px;
	padding: 20px;
	align-items: center;
	justify-content: space-between;
}

.header_members {
	display: flex;
	justify-content: flex-end;
}

.header_members a {
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	font-size: 12px;
	display: block;
	height: 32px;
	line-height: 32px;
	padding: 0px 16px;
	color: #f2f2f2;
	text-decoration: none;
}

.header_members a.header_login {
	font-family: 'Karla', sans-serif;
	font-weight: 700;
	background: #ab1400;
	text-transform: uppercase;
}

.header_members a.header_login:hover {
	color: #ab1400;
	background: #FFFFFF;
}

/* logo */
.logo {
	
}
.logo-img,
.woocommerce .logo-img,
.woocommerce-page .logo-img {
	max-width: 300px;
	width: 100%;
}

.header_button {
	text-align: center;
	margin: 0px auto;
}

.call_to_action,
.woocommerce a.button.alt,
.woocommerce button.button.alt {
	background: #f1b63a;
	border: 2px solid #f1b63a;
	padding: 10px 20px;
	border-radius: 20px;
	color: #FFFFFF;
	font-family: 'Karla', sans-serif;
	font-weight: 700;
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	display: block;
	text-decoration: none;
}

.call_to_action:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover {
	background: #FFFFFF;
	color: #f1b63a;
}

.call_to_action {
	text-overflow: ellipsis;
	max-width: 300px;
	overflow: hidden;
	white-space: nowrap;
}

.woocommerce button.button.alt.disabled,
.woocommerce button.button.alt.disabled:hover {
	background: #FFFFFF;
	color: #f1b63a;
}

.header_search {
	border: 1px solid #f0f1f2;
	border-radius: 30px;
}

.search-input {
	border: none;
	height: 40px;
	line-height: 40px;
	padding-left: 15px;
	background: transparent;
}

.search-input::placeholder {
	font-style: italic;
	color: #6d7981;
}

.search-submit {
	color: #3e2c65;
	background: none;
	border: none;
	font-size: 16px;
}

/* nav */
.nav {
	background: #f0f1f2;
}

.nav_spacer {
	height: 0px;
	overflow: hidden;
}

.nav ul,
.nav_spacer ul {
	display: flex;
	list-style: none;
	padding: 0px 20px;
	margin: 0px auto;
	max-width: 1240px;
	justify-content: space-between;
}

.nav ul li,
.nav_spacer ul li {
	position: relative;
}

.nav ul li a,
.nav_spacer ul li a {
	display: block;
	height: 44px;
	line-height: 44px;
	color: #3e2c65;
	text-transform: uppercase;
	font-size: 13px;
	font-family: 'Karla', sans-serif;
	font-weight: 700;
	padding: 0px 5px;
	white-space: nowrap;
	text-decoration: none;
}

.nav ul li:hover > a,
.nav ul li.current_page_item a {
	color: #ab1400;
}

.nav ul.sub-menu {
	display: none;
	position: absolute;
	background: rgba(240, 241, 242, 0.95);
	flex-direction: column;
	z-index: 10;
	left: -20px;
}

.nav ul li:hover > ul.sub-menu {
	display: block;
}

.nav ul.sub-menu li a {
	white-space: nowrap;
}

.mobile_nav_bar {
	position: absolute;
	top: 0px;
	display: none;
	cursor: pointer;
	width: 100%;
	background: #3a295f;
}

.mobile_nav_bar .mobile_touch_bar {
	flex: 1;
}

#mobile_nav_icon {
	width: 50px;
	height: 50px;
	position: relative;
	padding: 10px 10px 10px;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	cursor: pointer;
	background: #ab1400;
}

#mobile_nav_icon span {
	display: block;
	position: absolute;
	height: 3px;
	width: calc(100% - 20px);
	background: #FFFFFF;
	border-radius: 3px;
	opacity: 1;
	left: 0;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
	margin: 10px 0px 0px 10px;
}

.mobile_nav_bar:hover #mobile_nav_icon span {
	background: #ab1400;
}

.mobile_nav_bar:hover #mobile_nav_icon {
	background: #FFFFFF;
}


#mobile_nav_icon span:nth-child(1) {
	top: 3px;
}

#mobile_nav_icon span:nth-child(2),#mobile_nav_icon span:nth-child(3) {
	top: 12px;
}

#mobile_nav_icon span:nth-child(4) {
	top: 21px;
}

#mobile_nav_icon.open span:nth-child(1) {
	top: 12px;
	width: 0%;
	left: 50%;
}

#mobile_nav_icon.open span:nth-child(2) {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

#mobile_nav_icon.open span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

#mobile_nav_icon.open span:nth-child(4) {
	top: 12px;
	width: 0%;
	left: 50%;
}

.mobilenav {
	display:none;
	position: fixed;
	top: 50px;
	background: rgba(240, 241, 242, 0.95);
	width: 100%;
	padding-top: 0px;
	z-index: 2;
}

.mobilenav_inner {
	display: flex;
	flex-wrap: wrap;
}

.mobilenav ul {
	margin: 0px auto;
	padding: 0px 0px 0px 0px;
	width: 100%;
}

.mobilenav ul li {
	position: relative;
}

.mobilenav ul li a {
	display: block;
	height: 30px;
	line-height: 30px;
	color: #3e2c65;
	font-size: 13px;
	font-family: 'Karla', sans-serif;
	font-weight: 700;
	padding: 0px 20px;
	text-transform: uppercase;
	white-space: nowrap;
}

.mobilenav ul li:hover a {
	text-decoration: none;
	color: #ab1400;
}

.mobilenav ul.sub-menu {
	display: none;
}

.mobilenav .mobile-widget {
	background: #3e2c65;
/*	width: 50%;*/
}

.mobilenav .mobile-widget h3 {
	display: none;
}

.mobilenav .header_members {
/*	width: 50%;*/
	background: #3e2c65;
	flex: 1;
}
	
.mobile_touch_bar {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.force_mobile .mobile_nav_bar {
	align-self: center;
	flex-grow: 1;
	display: flex;
	justify-content: flex-end;
}

.force_mobile .nav {
	display: none;
}

.force_mobile .header {
	flex-wrap: wrap;
	justify-content: center;
}

.force_mobile .header .logo {
	width: 100%;
	text-align: center;
	margin-top: 20px;
}

.force_mobile .header_button,
.force_mobile .header_search {
	margin: 20px;
}

/* main content */
section[role=main] {
	display: block;
	width: 100%
}

.page-template-template-fullfooter section[role=main] {
	max-width: 1240px;
	padding: 0px 20px;
}

/* sidebar */
.sidebar {
	display: block;
}

.sidebar-widget {
	min-width: 350px;
}
/* footer */
.footer_wrapper {
	background: rgb(62,44,101);
	background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(62,44,101,1) 100%);
	clear: both;
/*	margin-top: 50px;*/
}

.footer {
	display: block;
	margin: 0px auto;
	max-width: 1240px;
	padding: 0px 20px;
	color: #cccccc;
	font-size: 13px;
}

.footer a {
	color: #FFFFFF;
}

.footer_social a {
	font-size: 30px;
	padding: 0px 25px 0px 0px;
}

.footer_widgets {
	display: flex;
	justify-content: space-between;
}

.footer_widgets > div {
	width: 23%;
	padding-right: 2%;
}

.footer_widgets h3 {
	font-family: 'Karla', sans-serif;
	font-size: 16px;
	font-weight: 400;
	text-transform: uppercase;
}

.footer_menu ul {
	border-top: 1px solid rgba(255,255,255,0.22);
	border-bottom: 1px solid rgba(255,255,255,0.22);
	display: flex;
	width: 100%;
	list-style: none;
	padding: 0px;
	margin: 15px 0px;
	flex-wrap: wrap;
}

.footer_menu a {
	display: inline-block;
	padding: 0px 10px;
	margin: 15px 0px;
	border-right: 1px solid #cccccc;
}

.footer_menu li:last-child a {
	border: none;
}

.copyright {
	display: flex;
	justify-content: space-between;
	min-height: 40px;
	color: #FFFFFF;
	text-transform: uppercase;
}

/*------------------------------------*\
    HOME
\*------------------------------------*/

.home_banner .slide {
	background-size: cover;
	background-position: center;
}

.home_banner .alternativename {
	background-size: cover;
	background-position: center;
}


.slick-prev,
.slick-next {
	position: absolute;
	z-index: 1;
	background: none;
	border: none;
	top: 50%;
	transform: translate(0, -50%);
	font-size: 0px;
	line-height: 0px;
	padding: 0px;
}

.slick-prev {
	left: -60px;
}

.slick-next {
	right: -60px;
}

.home_banner .slick-prev {
	left: 40px;
}

.home_banner .slick-next {
	right: 40px;
}

.slick-prev::before {
	content: ' ';
	background: url(img/slider_left.png) no-repeat center;
	display: block;
	height: 71px;
	width: 40px;
}

.slick-next::after {
	content: ' ';
	background: url(img/slider_right.png) no-repeat center;
	display: block;
	height: 71px;
	width: 40px;
}

.home_banner .slick-prev::before {
	content: ' ';
	background: url(img/banner_left.png) no-repeat center;
	display: block;
	height: 71px;
	width: 40px;
}

.home_banner .slick-next::after {
	content: ' ';
	background: url(img/banner_right.png) no-repeat center;
	display: block;
	height: 71px;
	width: 40px;
}

.banner_content_wrapper {
	background: rgba(25,17,43,0.15);
	height: 100%;
	display: flex;
	align-items: center;
	min-height: 470px;
}

.banner_content {
	max-width: 1000px;
	text-align: center;
	margin: 0px auto;
	color: #FFFFFF;
	font-size: 16px;
	font-weight: 500;
	padding: 0px 100px;
}

.banner_content h1 {
	font-size: 40px;
	line-height: 40px;
	margin: 0px;
	font-family: 'Karla', sans-serif;
	font-weight: 400;
}

.button_red,
.home .wp-block-button__link,
.gform_wrapper .gform_footer input.button {
	font-size: 15px;
	font-weight: 700;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	background: #ab1400;
	color: #FFFFFF;
	border-radius: 30px;
	padding: 15px 40px;
	display: inline-block;
	margin: 15px 0px; 
	border: 2px solid #ab1400;
	text-decoration: none;
}

.is-style-red_button .wp-block-button__link {
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	background: #ab1400;
	color: #FFFFFF;
	border-radius: 30px;
	padding: 15px 40px;
	display: inline-block;
	margin: 15px 0px; 
	border: 2px solid #ab1400;
	text-decoration: none;
}

.button_red:hover,
.home .wp-block-button__link:hover,
.is-style-red_button .wp-block-button__link:hover,
.gform_wrapper .gform_footer input.button:hover {
	background: #FFFFFF;
	color: #ab1400;
}

.is-style-yellow_button .wp-block-button__link {
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: #FFFFFF;
	border-radius: 30px;
	padding: 15px 40px;
	display: inline-block;
	margin: 15px 0px; 
	border: 2px solid #f1b63a;
	text-decoration: none;
	background: #f1b63a;
}

.is-style-yellow_button .wp-block-button__link:hover {
	background: #FFFFFF;
	color: #f1b63a;
}


.banner_text .view-article {
	display: none;
}

.banner {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.banner_inner {
	min-height: 220px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: rgba(255,255,255,0.37);
}

.banner_inner h1 {
	font-size: 50px;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	max-width: 1200px;
	padding: 20px;
	display: block;
	text-align: center;
}

.title_banner {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.title_banner_inner {
	min-height: 220px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 40px;
}

.title_banner_inner h1 {
	font-size: 50px;
	font-weight: 500;
	letter-spacing: 0.2em;
	max-width: 1200px;
	padding: 20px;
	display: block;
	text-align: center;
	color: #FFFFFF;
}

.home_notice_container {
	display: flex;
	justify-content: space-between;
	max-width: 1200px;
	margin: 0px auto 30px;
}

.home_notice {
	margin: 10px;
	max-width: 360px;
	border-radius: 15px;
	box-shadow: 0px 10px 30px rgba(0,0,0,0.15);
	display: flex;
	color: #FFFFFF;
	font-size: 16px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	text-decoration: none;
}

.home_notice_inner {
	padding: 300px 40px 40px;
	background: rgb(62,44,101);
	background: linear-gradient(0deg, rgba(62,44,101,1) 0%, rgba(62,44,101,1) 6%, rgba(62,44,101,0) 100%);
	border-radius: 15px;
}

.notice_subtitle {
	display: inline-block;
	padding: 10px 20px;
	background: #ab1400;
	border: 1px solid #ab1400;
	font-size: 13px;
	font-family: 'Karla', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.2em;
}

.home_notice h3 {
	font-size: 32px;
	font-family: 'Karla', sans-serif;
	font-weight: 400;
	margin: 20px 0px;
	line-height: 40px;
}

.home_notice:hover {
	color: #FFFFFF;
	box-shadow: 0px 10px 30px rgba(0,0,0,0.15);
}

.home_notice:hover .home_notice_inner {
	background: linear-gradient(0deg, rgba(62,44,101,1) 0%, rgba(62,44,101,1) 6%, rgba(62,44,101,0) 50%, rgba(62,44,101,0) 100%);
}

.home_notice:hover .notice_subtitle {
	background: #FFFFFF;
	color: #ab1400;
}


.home_news_container {
	background: #3e2c65;
	color: #FFFFFF;
	padding: 50px 0px;
}

.home_news_top h2 {
	color: #FFFFFF;
}

.home_news_wrapper {
	max-width: 1240px;
	padding: 0px 20px;
	margin: 0px auto;
}

.home_news_top {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0px 1.5%;
}

.home_news_top a {
	display: inline-block;
	padding: 15px 40px;
	color: #FFFFFF;
	background: #ab1400;
	border-radius: 30px;
	font-size: 13px;
	font-family: 'Karla', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	text-decoration: none;
}

.home_news_top a:hover {
	background: #FFFFFF;
	color: #ab1400;
}

.news_image {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.news_article_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center; /* space-between;*/
}

.news_article {
	max-width: 360px;
	margin: 0px 1.5% 40px;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
}

.news_article a:last-child {
	margin-top: auto;
}

.news_title {
	color: #b2cdf4;
	font-size: 32px;
	font-family: 'Karla', sans-serif;
	font-weight: 400;
	margin: 15px 0px 10px;
}

.news_excerpt {
	margin: 10px 0px 15px;
}

.news_more {
	display: inline-block;
	padding: 5px 20px;
	border: 1px solid rgba(255,255,255,0.45);
	color: #FFFFFF;
	border-radius: 5px;
	text-transform: uppercase;
	font-size: 13px;
	font-family: 'Karla', sans-serif;
	font-weight: 700;
	text-decoration: none;
}

.news_more:hover {
	background: #FFFFFF;
	color: #3e2c65;
}

.news_wrapper .news_more,
.people_wrapper .news_more {
	color: #ab1400;
	border: 1px solid rgba(171,20,0,0.45);
}

.people_wrapper .news_more {
	margin-top: 10px;
}

.news_wrapper .news_more:hover,
.people_wrapper .news_more:hover {
	background: #ab1400;
	color: #FFFFFF;
}

.news_wrapper .news_title,
.news_wrapper .news_title a {
	text-decoration: none;
	color: #3e2c65;
}

.pagination {
	display: flex;
	justify-content: center;
}

.pagination span,
.pagination a {
	display: block;
	padding: 3px 6px;
}

.blockarea-widget {
	display: flex;
	flex-wrap: wrap;
}

.blockarea-widget > div {
	width: 100%;
}


.blockarea_widget_title {
	display: none;
}

.block-area-conference-block {
	background-size: cover;
	background-position: center bottom;
	background-repeat: no-repeat;
	padding: 50px 20px 200px;
	color: #FFFFFF;
}

.block-area-conference-block h2 {
	color: #FFFFFF;
	margin: 0px;
}

.block-area-member-block {
	background-size: auto 100%;
	background-position: right calc(50vw) center;
	background-repeat: no-repeat;
	background-color: #e4ded2;
	color: #6d7981;
	padding: 50px;
}

.content_right {
	max-width: 1240px;
	margin: 0px auto;
	padding: 0px 20px 0px 50%;
}

.content_full {
    max-width: 1240px;
    margin: 0px auto;
}

.blockarea-widget > .widget_connect  {
	width: 50%;
}

.block-area-connect-block {
	max-width: 620px;
	padding: 50px 50px 50px 20px;
	margin-left: auto;
}

.blockarea-widget > .widget_socialfeed {
	width: 50%;
}



/*------------------------------------*\
    PAGES
\*------------------------------------*/

h2 {
	color: #3e2c65;
	font-size: 50px;
	font-family: 'Karla', sans-serif;
	font-weight: 400;
}

.content_center {
	max-width: 720px;
	margin: 0px auto;
	padding: 0px 15px;
}

.wp-block-group.is-style-group_centered {
	max-width: 840px;
	margin: 0px auto;
	padding: 0px 15px;
}

.wp-block-image.is-style-image_button figure {
	position: relative;	
	display: flex;
	border-radius: 15px;
}

.wp-block-image.is-style-image_button a::before {
	content: ' ';
	position: absolute;
	height: 100%;
	width: 100%;
	display: block;
	background-image: url(img/icon_white.png), linear-gradient(0deg, rgba(62,44,101,1) 0%, rgba(62,44,101,1) 6%, rgba(62,44,101,0.5) 100%);
	background-repeat: no-repeat;
	background-position: center;
	border-radius: 15px;
}

.wp-block-image.is-style-image_button figcaption {
	position: absolute;
	text-align: center;
	color: #FFFFFF;
	font-size: 32px;
	font-family: 'Karla', sans-serif;
	font-weight: 400;
	bottom: 35px;
/*	padding-top: calc(100% - 250px);
	padding-bottom: 20px;*/
	width: 100%;
	margin: 0px;
}

.wp-block-group.is-style-group_grey {
	background: #f0f1f2;
	padding: 50px 0px;
}

.wp-block-group.is-style-group_grey .wp-block-group__inner-container {
	max-width: 1240px;
	padding: 0px 20px;
	margin: 0px auto;
}

.wp-block-image.is-style-image_button a:hover::before {
	background-image: url(img/icon_white.png), linear-gradient(0deg, rgba(62,44,101,1) 0%, rgba(62,44,101,1) 6%, rgba(62,44,101,0) 100%);
}

.online-payment-policies table td {
	vertical-align: top;
}

.policies_address td {
	padding: 5px 15px 5px 0px;
}


.people_article {
	display: flex;
	margin-bottom: 40px;
}

.people_image {
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 150px auto;
	min-width: 150px;
	margin-right: 40px;
}

.people_image img {
	width: 150px;
}

.people_title {
	margin-top: 0px;
	margin-bottom: 10px;
}

.people_info {
	color: #000000;
	margin-bottom: 5px;
}

.people_excerpt {
	line-height: 1.8em;
}

.search_countryregion {
	display: flex;
	justify-content: flex-end;
}

.search_countryregion > div {
	margin-right: 10px;
}

.search_countryregion select {
	border: 1px solid #f0f1f2;
}

ol.is-style-list_alpha > li {
	padding-left: 5px;
}

ol.is-style-list_alpha > li::marker {
    content: counter(list-item, lower-alpha) ") ";
	padding-right: 5px;
}


ol.is-style-list_roman > li {
	padding-left: 5px;
}

ol.is-style-list_roman > li::marker {
    content: counter(list-item, lower-roman) ") ";
	padding-right: 5px;
}


/*------------------------------------*\
 * WOOCOMMERCE
\*------------------------------------*/

.membership_product_list.woocommerce ul.products li.product a img {
	display: none;
}

.membership_product_list.woocommerce ul.products li.product {
	display: flex;
	justify-content: center;
}

.membership_product_list.woocommerce .product .variations_form {
	display: flex;
	align-items: center;
}

.membership_product_list.woocommerce .product .variations_form #membership-duration {
	padding: 10px 30px 10px 20px;
	border: 2px solid #ab1400;
	border-radius: 20px;

	-webkit-appearance: none;
	-moz-appearance: none;
	background: transparent;
	background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
	background-repeat: no-repeat;
	background-position-x: 95%;
	background-position-y: 8px;
}

.membership_product_list .single_variation_wrap {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	min-width: 350px;
}

.membership_product_list.woocommerce ul.products li.product .button {
	margin: 0px;
}

.membership_product_list.woocommerce ul.products li.product:nth-child(even) {
}

.membership_product_list.woocommerce ul.products li.product {
	margin: 0px;
	padding: 10px 20px;
	display: none;
}

.membership_product_list.woocommerce ul.products li.product .woocommerce-variation-price .price {
	margin: 0px;
	padding: 0px 10px;
	font-size: 16px;
}

.membership_product_list.woocommerce ul.products li.product a.woocommerce-loop-product__link .price {
	display: none;
}

.membership_product_list.woocommerce ul.products li.product .woocommerce-loop-product__title {
	font-size: 18px;
	font-weight: bold;
	color: #ab1400;
}

.membership_product_list.woocommerce ul.products li.product a {
	cursor: default;
	pointer-events: none;
	display: none;
}

.membership_product_list.woocommerce ul.products li.product .variations .label label {
	padding-right: 5px;
}


.select_membership_type {
	display: flex;
}

.select_membership_type a,
.select_membership_economy a {
	padding: 10px 20px;
	margin: 0px 25px 25px;
	border: 2px solid #FFFFFF;
	border-bottom: 2px solid #ab1400;
	cursor: pointer;
	transition: 0.2s all;
	border-radius: 0px;
	flex: 1;
}

.select_membership_type a:hover,
.select_membership_economy a:hover {
	border: 2px solid #ab1400;
	border-radius: 20px;
}

.select_membership_type a.type_selected,
.select_membership_economy a.type_selected {
	border: 2px solid #ab1400;
	border-radius: 20px;
}

.select_membership_type a.type_notselected,
.select_membership_economy a.type_notselected {
	opacity: 0.25;
}

.select_membership_type a.type_notselected:hover,
.select_membership_economy a.type_notselected:hover {
	opacity: 1;
}

.select_membership_type a strong,
.select_membership_economy a strong {
	font-size: 18px;
	display: block;
	color: #ab1400;
}

.select_membership_economy,
.select_register {
	display: none;
}

.membership_single.woocommerce ul.products li.product a {
	display: none;
}

.membership_single.woocommerce .variations td {
	padding: 0px 20px 20px 0px;
}

.membership_single.woocommerce .variations .label label {
	font-size: 18px;
	display: block;
	color: #ab1400;
}

.membership_single.woocommerce .variations tbody tr:nth-child(1) td label::before { content: '1. '; }
.membership_single.woocommerce .variations tbody tr:nth-child(2) td label::before { content: '2. '; }
.membership_single.woocommerce .variations tbody tr:nth-child(3) td label::before { content: '3. '; }
.membership_single.woocommerce .variations tbody tr:nth-child(4) td label::before { content: '4. '; }

.membership_single.woocommerce .variations tr .value select {
	padding: 10px 30px 10px 20px;
	border: 2px solid #ab1400;
	border-radius: 20px;
	width: 100%;

	-webkit-appearance: none;
	-moz-appearance: none;
	background: transparent;
	background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
	background-repeat: no-repeat;
	background-position-x: 95%;
	background-position-y: 8px;
}

.membership_single.woocommerce .single_variation_wrap {
	display: flex;
	flex-direction: row-reverse;
	justify-content: flex-end;
	align-items: center;
}

.membership_single.woocommerce ul.products li.product .woocommerce-variation-price .price {
	margin: 0px;
	padding: 0px 10px;
	font-size: 16px;
}

.membership_single.woocommerce ul.products li.product .button {
	margin: 0px;
}

.membership_single .quantity {
	display: none;
}

.woocommerce .single-product .product.product_cat-membership {
	.woocommerce-product-gallery,
	.product_meta,
	.woocommerce-tabs {
		display: none;
	}

	.summary {
		float: none;
		width: 100%;
	}
}




#custom_membership_checkout_field .input-text::placeholder {
	font-size: 11px;
}

.woocommerce-checkout .col2-set .col-2 {
	display: none;
}

.woocommerce-checkout .col2-set .col-1 {
	float: none;
	width: 100%;
	display: flex;
}

.woocommerce-billing-fields {
	width: 48%;
	margin-right: 1%;
}

.woocommerce-account-fields {
	width: 48%;
	margin-left: 1%;
}

.woocommerce-account-fields::before {
	content: 'Membership Details';
	font-size: 1.17em;
	margin: 1em 0;
	font-weight: bold;
	display: block;
}

.woocommerce-account-fields .afreg_extra_fields .input-text {
	min-height: 0px !important;
	max-height: none !important;
	height: inherit !important;
}

.woocommerce .quantity .qty {
	display: none;
}

@media screen and (max-width:1024px){
	.home_notice_container {
		align-items: center;
		flex-direction: column;
	}
	
	.home_notice {
		background-position: left center;
		background-size: 300px auto;
		max-width: none;
	}
	
	.home_notice_inner {
		width: 100%;
		padding: 40px 40px 40px 300px;
		background: linear-gradient(90deg, rgba(62,44,101,0) 0%, rgba(62,44,101,1) 300px, rgba(62,44,101,1) 100%);
		min-height: 300px;
	}
	
	.home_notice:hover .home_notice_inner {
		background: linear-gradient(90deg, rgba(62,44,101,0) 0%, rgba(62,44,101,0) 150px, rgba(62,44,101,1) 300px, rgba(62,44,101,1) 100%)
	}

}

@media screen and (max-width:768px){
	.mobile_nav_bar {
		align-self: center;
		flex-grow: 1;
		display: flex;
		justify-content: flex-end;
	}
	
	.header {
		display: flex;
	}
	
	.nav {
		display: none;
	}
	
	.home_banner .slick-prev::before,
	.home_banner .slick-next::after {
		display: none;
	}

	.banner_content {
		padding: 0px 25px;
	}
	
	.footer_widgets {
		justify-content: center;
		flex-wrap: wrap;
	}
	
	.footer_widgets > div {
		min-width: 300px;
	}

	.blockarea-widget > .widget_connect,
	.blockarea-widget > .widget_socialfeed {
		width: 100%;
	}

	.blockarea-widget > .widget_connect h2 {
		margin-top: 0px;
	}
	
	.block-area-connect-block {
		padding: 20px 30px;
	}
	
	.block-area-connect-block {
		margin: 0px auto;
	}
	
	.widget_socialfeed {
		max-width: 620px;
		margin: 0px auto;
	}

}

@media screen and (max-width:640px){
	.home_notice {
		max-width: 360px;
		background-position: top center;
		background-size: cover;
	}

	.home_notice_inner {
		padding: 300px 40px 40px;
		background: linear-gradient(0deg, rgba(62,44,101,1) 0%, rgba(62,44,101,1) 6%, rgba(62,44,101,0) 100%);
	}

	.home_notice:hover .home_notice_inner {
		background: linear-gradient(0deg, rgba(62,44,101,1) 0%, rgba(62,44,101,1) 6%, rgba(62,44,101,0) 50%, rgba(62,44,101,0) 100%);
	}
	
	.banner_content h1 {
		font-size: 30px;
		line-height: 30px;
	}
	
	.banner_content {
		font-size: 14px;
	}
	
	.button_red, .wp-block-button__link {
		font-size: 13px;
		padding: 10px 20px;
	}
	
	h2 {
		font-size: 40px;
	}
	
	.home_news_top {
		justify-content: center;
		flex-direction: column;
		margin-bottom: 20px;
	}
	
	.home_news_top h2 {
		margin: 0px 0px 10px;
	}
	
	.block-area-conference-block .wp-block-columns {
		flex-direction: column;
	}
	
	.block-area-conference-block .wp-block-column:nth-child(2n) {
		margin: 0px;
	}
	
	.block-area-conference-block .wp-block-column .wp-block-button {
		margin: 0px auto;
		float: none;
		text-align: center;
	}
	
	.block-area-member-block .wp-block-columns {
		flex-direction: column-reverse;
	}
	
	.block-area-member-block h2 {
		margin-top: 0px;
	}
	
	.block-area-member-block {
		background-position: bottom left;
		background-size: 100%;
	}
	
	.block-area-member-block .wp-block-column:nth-child(2n) {
		margin: 0px;
		background: rgb(228,222,210);
		background: linear-gradient(0deg, rgba(228,222,210,0) 0%, rgba(228,222,210,1) 10%, rgba(228,222,210,1) 100%);
	}
	
	.block-area-member-block .wp-block-image {
		max-height: 375px;
	}
	
}

@media screen and (max-width:600px){
	.wp-block-column .alignright,
	.wp-block-column .alignleft {
		text-align: center;
		float: none;
		margin: 5px auto;
	}
	
	.wp-block-column .wp-block-image,	
	.wp-block-column .wp-block-image is-style-image_button {
		text-align: center;
	}
	
	.wp-block-column .wp-block-image.is-style-image_button figure {
		display: inline-block;
	}
}

@media screen and (max-width:480px){
	.footer_widgets > div {
		width: 100%;
		padding: 0px;
	}
	
	.copyright {
		flex-wrap: wrap;
		justify-content: center;
	}
	
	.copyright div {
		padding: 10px 0px;
	}
	
}

.display_none {
	display: none;
}

/*------------------------------------*\
 * LOGIN
\*------------------------------------*/

.tml-login form {
	max-width: 320px;
	margin: 0px auto;
	background: #3e2c65;
	border-radius: 15px;
	box-shadow: 0px 10px 30px rgba(0,0,0,0.15);
	color: #FFFFFF;
	padding: 20px;
	
	display: flex;
	flex-wrap: wrap;
	flex-direction: row-reverse;
}

.tml-log-wrap,
.tml-pwd-wrap {
	width: 100%;
}

.tml-rememberme-wrap,
.tml-submit-wrap {
	width: 50%;
}

.tml-login label {
	font-size: 16px;
}

.tml-login input {
	padding: 10px;
	border-radius: 5px;
	border: none;
}

.tml-submit-wrap .tml-button {
	color: #FFFFFF;
	padding: 10px 20px;
	background: #ab1400;
	border: 1px solid #ab1400;
	font-size: 13px;
	font-family: 'Karla', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.2em;
}

.tml-submit-wrap .tml-button:hover {
	background: #FFFFFF;
	color: #ab1400;
}

.tml-rememberme-wrap {
	padding: 7px 7px 7px 0px;
}

.tml-links {
	list-style: none;
	text-align: center;
	padding: 0px;
}

/*------------------------------------*\
    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;
}

div.shiftnav-wrap {
	line-height: 1.4; /* Fixes ShiftNav setting an em based line height when we want a unitless multiplier. */
}

.shiftnav-inner {
	background: url() center top no-repeat; /* Specify the site logo you want to appear in the mobile menu. */
	padding-top: 0px; /* Set to however tall the site logo is. */
}

.shiftnav ul.shiftnav-menu ul.sub-menu li.menu-item > .shiftnav-target,
.shiftnav ul.shiftnav-menu ul.sub-menu li.shiftnav-retract > .shiftnav-target {
	line-height: 100%;
	padding: 15px 25px 15px 35px;
}

div.mobilenav {
	display:none;
}

/*------------------------------------*\
    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;
	}
}
