html.user-logged-in {
	margin-top: unset !important;
}

html.user-logged-in #wpadminbar {
	top: -25px;
	opacity: 0.001;
	transition: all 0.4s;
}

html.user-logged-in #wpadminbar:hover {
	top: 0;
	opacity: 0.8;
}

/* Styles*/
body,
html {
	height: auto;
	width: 100%;
	margin-bottom: unset;
	margin-top: 0px;
	min-height: 100vh;
}

#page.site {
	width: 100%;
	overflow: hidden;
	min-height: 100%;
	height: auto;
	position: relative;

}

#page.site:before {
	content: '';
	position: fixed;
	top: 135px;
	left: 0;
	background-image: url(/wp-content/themes/amplify/images/site-bg-4.jpg);
	background-size: cover;
	background-repeat: repeat-y;
	background-position: center top;
	height: 100%;
	width: 100%;
	z-index: 1;
}

.mode-light #page.site:before {
	background-image: url(/wp-content/themes/amplify/images/site-bg-4-light.jpg);
}

#page.site>#primary {
	position: relative;
	z-index: 10;
}

#page.site>#masthead {
	position: relative;
	z-index: 99;
}

#main.hentry {
	margin: 0;
	margin-bottom: 0;
	max-width: 100%;
}

.wrapper {
	margin: 0;
	flex-direction: column;
	justify-content: flex-start;
	align-items: stretch;
	align-content: stretch;
	position: relative;
}

.grid-container {
	max-width: 1550px;
	width: 100%;
	margin: 0 auto;
	flex: 1;
}

.grid-container.full-width {
	max-width: 100%;
}

.grid-container.columns {
	margin-bottom: 0;
}

.wp-block-columns {
	margin-bottom: 0;
}

@media(max-width:1400px) {
	#main .wp-block-columns.columns-has-slider  {
		flex-direction: column;
	}
	#main .wp-block-column.column-has-slider {
		width: 100%;
		margin-left: 0;
		margin-right: 0
	}
}

@media(max-width:1024px) {
	#main .wp-block-columns {
		flex-direction: column;
	}

	#main .wp-block-column {
		width: 100%;
		margin-left: 0;
		margin-right: 0
	}

}

@media (max-width:1024px) {
	.grid-container {
		padding-left: 20px;
		padding-right: 20px;
	}
}

@media (max-width:767px) {
	.grid-container {
		padding-left: 10px;
		padding-right: 10px;
	}

}


.content-wrap .columns:last-child,
.content-wrap .columns {
	margin-top: 0;
	margin-bottom: 0;
}

/*no space between content and footer wrap*/
.block-type-content .hentry,
.block-type-content div.entry-content,
.content-wrap,
.main-content {
	margin-bottom: 0;
	padding-bottom: 0;
}

div.clearboth {
	clear: both;
	width: 100%;
}

div {
	box-sizing: border-box;
}

/* Bulma Override */
.nav {
	background-color: transparent;
}

/* Padding / Margins */
.mb-0 {
	margin-bottom: 0;
}

.mb-1 {
	margin-bottom: 10px;
}

.mb-2 {
	margin-bottom: 20px;
}

.mb-3 {
	margin-bottom: 30px;
}

.mb-4 {
	margin-bottom: 40px;
}

.box-shadow {
	-webkit-box-shadow: 0 2px 3px rgba(10, 10, 10, 0.1), 0 0 0 1px rgba(10, 10, 10, 0.1);
	box-shadow: 0 2px 3px rgba(10, 10, 10, 0.1), 0 0 0 1px rgba(10, 10, 10, 0.1);
}

/******************************************
   HEADERS + FONT
*******************************************/
@font-face {
	font-family: helvetica-neue-bold;
	src: url(/wp-content/themes/amplify/fonts/helvetica-neue-bold.eot);
	src: url(/wp-content/themes/amplify/fonts/helvetica-neue-bold.eot?#iefix) format('embedded-opentype'), url(/wp-content/themes/amplify/fonts/helvetica-neue-bold.woff) format('woff'), url(/wp-content/themes/amplify/fonts/helvetica-neue-bold.ttf) format('truetype'), url(/wp-content/themes/amplify/fonts/helvetica-neue-bold.svg#helveticabold) format('svg');
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: helvetica-neue;
	src: url(/wp-content/themes/amplify/fonts/helvetica-neue.eot);
	src: url(/wp-content/themes/amplify/fonts/helvetica-neue.eot?#iefix) format('embedded-opentype'), url(/wp-content/themes/amplify/fonts/helvetica-neue.woff) format('woff'), url(/wp-content/themes/amplify/fonts/helvetica-neue.ttf) format('truetype'), url(/wp-content/themes/amplify/fonts/helvetica-neue.svg#helvetica-neue) format('svg');
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: helvetica-neue-light;
	src: url(/wp-content/themes/amplify/fonts/helveticaneue-light.eot);
	src: url(/wp-content/themes/amplify/fonts/helveticaneue-light.eot?#iefix) format('embedded-opentype'),
		url(/wp-content/themes/amplify/fonts/helveticaneue-light.woff) format('woff'),
		url(/wp-content/themes/amplify/fonts/helveticaneue-light.ttf) format('truetype'),
		url(/wp-content/themes/amplify/fonts/helveticaneue-light.svg#helveticaneue-light) format('svg');
	font-weight: 400;
	font-style: normal;
}


body {
	font-size: 22px;
	line-height: 1.45em;
	color: #000;
	font-family: 'helvetica-neue', sans-serif;
	font-style: normal;
	font-weight: 400;
}

h1, h1.entry-title {
	font-size: 3.125rem;
	line-height: 1.2em;
	letter-spacing: -2px;
	font-family: 'helvetica-neue-bold', sans-serif;
}

h2 {
	font-size: 2rem;
	line-height: 1.2em;
	font-family: 'helvetica-neue-bold', sans-serif;
}

.home .main-content h2 {
  font-size: 3.125rem;
}

h3 {
	font-size: 1.65rem;
	line-height: 1.4em;
	font-family: 'helvetica-neue-bold', sans-serif;
}

h4 {
	font-size: 1.35rem;
	line-height: 1.25em;
	font-family: 'helvetica-neue', serif;
}

h5 {
	font-size: 1.15rem;
	line-height: 1.5em;
}

h6 {
	font-size: 1rem;
	line-height: 1.5em;
}

@media(max-width: 767px) {
	h1, h1.entry-title {
		font-size: 2.75rem;
	}
}

.very-small-text h6 {
	font-size: 0.8rem !important;
}

h1,
h2,
h3,
h4,
h5 {
	margin-bottom: 0.5em;
}

p {
	margin-bottom: 1.2em;
	font-weight: 400;
}

p:last-child {
	margin-bottom: 0;
}

a {
	cursor: pointer;
	color: inherit;
}

a:hover {
	text-decoration: underline;
}

a:visited {
	color: inherit;
}

a.anchor {
	position: absolute;
	top: -50px;
}

.content-wrap a,
.content-wrap p a {
	color: #ED02FF;
	text-decoration: none;
}

.content-wrap a:hover,
.content-wrap p a:hover {
	color: inherit;
}

.content-area a,
.main-content a,
.wpb_wrapper a,
p a {
	text-decoration: underline;
	color: inherit;
}

strong {
	color: inherit;
	font-weight: 600;
	font-family: helvetica-neue-bold;
}

p strong {
	color: inherit;
	font-weight: 600;
}

.custom_links {
    font-size: 12px;
    margin-top: 3px;
}

.custom_links a:first-child{
	text-transform: uppercase;
}

.thin,
.thin h1,
.thin h2,
.thin h3,
.thin p {
	font-weight: 200;
}

.uppercase {
	text-transform: uppercase;
}

.small,
.font_small,
.small p {
	font-size: 14px;
}

.white a:hover {
	color: #FFF;
}

.spaced p {
	margin-bottom: 1.5em;
}

.no-p-space p {
	margin-bottom: 0;
}

@media (max-width: 767px) {
	.no-p-space-mobile p {
		margin-bottom: 0;
	}
}

.indent-after-first-line p,
.indent-after-first-line h6 {
	text-indent: -1em;
	padding-left: 1em;
}

.entry-content ul.list-style-none,
.entry-content .list-style-none ul {
	padding-left: 0;
}

.entry-content .list-style-none ul>li {
	list-style: none;
	margin-bottom: 1em;
	padding-left: 0;
}

.main-content ol {
	padding-left: 15px;
	margin-bottom: 30px;
}

.main-content ol li {
	margin-bottom: 0.8em;
	line-height: 1.45em;
}

.entry-content ul {
	margin-left: 2em;
}

.entry-content ul>li {
	margin-bottom: 0.8em;
	line-height: 1.3em;
	font-size: 1em;
	position: relative;
	list-style: disc;
	position: relative;
}

.has-frame-border {
	border: 8px solid #fff;
}

/*************************************
COLORS
**************************************/
.white,
.white p,
.white h1,
.white h2,
.white h3,
.white h4,
.white li,
.white a,
.white.wpb_text_column,
.vc_row .white li a,
.white h4 a {
	color: white;
}

.grey,
.grey p,
.grey h1,
.grey h2,
.grey h3,
.grey h4,
.grey li,
.grey a,
span.grey {
	color: #434343;
}

.blue {
	color: #4FEAF7;
}

.purple,
.purple p,
.purple h1,
.purple h2,
.purple h3,
.purple h4,
.purple li,
.purple a,
span.purple {
	color: #ED02FF;
}

.yellow,
.yellow p,
.yellow h1,
.yellow h2,
.yellow h3,
.yellow h4,
.yellow li,
.yellow a,
span.yellow, 
.hover-yellow a:hover, 
.hover-yellow:hover{
	color: #FDFF9A;
}

/************************************
  UNIVERSAL UI - All WRAP 
************************************/
img {
	max-width: 100%;
	height: auto;
	display: block;
}

video {
	-webkit-object-fit: contain !important;
	object-fit: contain !important;
}

input {
	font-family: 'helvetica-neue', sans-serif;
	font-weight: 400;
}

.frm_button_submit,
a.wp-block-button__link,
a.more-link,
button.btn,
a.btn,
input.button,
input[type=submit],
input[type=button] {
	display: inline-block;
	border: 2px solid #FFF;
	background-color: transparent;
	color: #fff;
	cursor: pointer;
	font-family: 'helvetica-neue', sans-serif;
	font-size: 18px;
	font-weight: 600;
	padding: 0 46px;
	text-decoration: none;
	text-align: center;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	border-radius: 0;
	height: 42px;
	line-height: 40px;
}

.frm_button_submit:hover,
a.wp-block-button__link:hover,
a.btn:hover,
button.btn:hover,
input.button:hover,
input[type=submit]:hover,
input[type=button]:hover {
	background-color: #ED02FF;
	color: #FFF;
	border-color: inherit;
}

.is-style-outline .wp-block-button__link,
.wp-block-button__link.is-style-outline {
	color: #fff;
}

form.one-row {
	display: flex;
}



/* Placeholder */
.mode-dark input::-webkit-input-placeholder {
	color: #fff;
}

.mode-dark input::-moz-placeholder {
	color: #fff;
}

.mode-dark input:-ms-input-placeholder {
	color: #fff;
}

input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="text"],
input[type="password"],
input[type="email"],
textarea,
select {
	border: 1px solid #ccc;
	padding: 3px 20px;
	outline: none;
	-webkit-border-radius: 0px;
	border-radius: 0 !important;
	display: inline-block;
	background: transparent;
	width: 100%;
	max-width: 800px;
	font-weight: 800;
	font-size: 1rem;
	color:#fff!important;
}

input[type="checkbox"] {
	width: auto;
}

form textarea {
	height: 100px;
}

input:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
textarea:focus,
select:focus {
	border-color: #ED02FF;
	box-shadow: none;
	color: inherit;
	outline: none;
}

#main input[readonly],
#main input.readonly {
	color: #a5a5a5;
}

#main input[readonly],
#main input.readonly:focus {
	border-color: #a5a5a5;
}

#frm_field_6_container input {
    font-family: 'helvetica-neue', sans-serif !important;
    letter-spacing: 1.2px;
}

.search-submit {
	margin-top: 15px;
}

.input-trigger {
	position: relative;
	cursor: pointer;
	display: inline-block;
}

.input-trigger input {
	visibility: hidden;
	position: absolute;

}

.input-trigger label {
	position: relative;
	z-index: 10;
}

/** Formidable Forms **/
.with_frm_style .frm_primary_label {
	color: #fff;
}

.frm_style_formidable-style.with_frm_style .frm_icon_font,
.frm_inside_container label {
	color: #CACACA;
}


.with_frm_style .frm_message,
.frm_success_style {
	margin: 5px 0 15px;
	border: 1px solid inherit;
	border-color: inherit;
	background-color: transparent;
	color: inherit;
	font-size: 1rem;
}

.with_frm_style .frm_message p,
.frm_success_style p {
	color: inherit;
}

#form_subscribe_sm fieldset,
#form_subscribe_sm fieldset .frm_fields_container,
#frm_form_2_container fieldset,
#frm_form_2_container fieldset .frm_fields_container
 {
	display: flex;
}

#form_subscribe_sm button.frm_button_submit,
#frm_form_2_container button.frm_button_submit {
	margin-left: -7px;
	border-radius: 0;
	border-width: 1px;
	border-left: 0;
	color: #ED02FF;
	padding: 0 20px;
	background-color: transparent;
	outline: none;
}

#form_subscribe_sm button.frm_button_submit:hover,
#frm_form_2_container button.frm_button_submit:hover {
	color: #000;
	background-color: #ED02FF;
}


@media (max-width: 767px) {
	.frm_form_fields .frm_fields_container {
		align-items: center;
		flex-direction: column;
	}

	.frm_style_formidable-style.with_frm_style .form-field {
		margin-bottom: 20px;
	}

}



/* SCROLL BARS*/
div::-webkit-scrollbar-track,
iframe::-webkit-scrollbar-track {
	border-radius: 10px;
	background-color: white;
}

div::-webkit-scrollbar,
iframe::-webkit-scrollbar {
	width: 3px;
	background-color: transparent;
}

div::-webkit-scrollbar-thumb,
iframe::-webkit-scrollbar-thumb {
	border-radius: 2px;
	background-color: rgba(0, 0, 0, 0.25);
}

/** SWIPER **/

.swiper-container {
    position: relative;
	overflow: hidden;
}

@media (max-width: 767px) {
	.swiper-container,
	.slider-nav-container {
		opacity: 1;
	}
	.swiper-container.swiper-container-initialized {
		opacity: 1;
	}
	.swiper-container.swiper-container-initialized .slider-nav-container {
		animation: fadein 2s;
		animation-fill-mode: forwards;
		transition: all 250ms ease-in-out;
	}
}

.swiper-wrapper {
    padding-bottom: 0;
}

#main .swiper-btn-wrapper {
	display:flex;
	align-items: center;
}

.archive.category #main .swiper-btn-wrapper {
	 padding-left: 1.25rem;
}
#main .swiper-btn {
	color: #FFF;
	background-color: #000;
    width: 36px;
    height: 36px;
	min-width:36px;
	border-radius: 100%;
	outline: none;
	top:0;
	margin-top:0;
	cursor:pointer;
}

.swiper-button-next,
.swiper-button-prev {
    position: relative !important;
}
#main .swiper-btn:after {
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 0px;
    width: calc(100% - 2px);
    height:  calc(100% - 2px);
}
#main .swiper-btn:hover {
	background-color:#fff;
}
#main .swiper-btn.swiper-button-prev {
	left:0;
}
#main .swiper-btn.swiper-button-next {
	right:0;
}
#main .swiper-btn.swiper-button-prev:after {
	content: '';
	right: auto;
	left:1px;
	top:1px;
	background-image:url(/wp-content/themes/amplify/images/arrow-left.svg);
}

#main .swiper-btn.swiper-button-next:after {
	content: '';
	left:auto;
	left:1px;
	top:1px;
	background-image:url(/wp-content/themes/amplify/images/arrow-right.svg);
}
#main .swiper-btn.swiper-button-prev:hover:after {
	background-image:url(/wp-content/themes/amplify/images/arrow-left-blk.svg);
}
#main .swiper-btn.swiper-button-next:hover:after {
	background-image:url(/wp-content/themes/amplify/images/arrow-right-blk.svg);
}

#main .swiper-pagination-bullets {
	display: flex;
	align-items: center;
	margin: 0 5px;
	height: 24px;
}
#main .swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	margin-left:0;
	transform:translateX(0);
	left:0;
}
#main .swiper-pagination-bullets .swiper-pagination-bullet {
	border: 3px solid #5c5c5c;
    background-color: #5c5c5c;
    opacity: 1;
    width: 17px;
    height: 17px;
    border-radius: 100%;
    padding: 0px;
    transform: scale(1);
    margin: 0px 3px;
    outline: none;
}
#main .swiper-pagination-bullets .swiper-pagination-bullet:hover,
#main .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background-color:#000;
	opacity: 1;
	border-color:#fff;
}

#main .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	transform: translateX(-42px) scale(1);
}

.swiper-slide>article {
	padding: 5px;
}

div#swiper-pagination-featured-posts-block_5fb7005ba222b {
    display: none;
}


/* dynamic bullets */
#main .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	/*left: 50%;*/
	/*transform: translateX(-50%);*/
	white-space: nowrap;
	margin: 0 5px;
}
.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	flex-basis: 15px;
	flex-grow: 0;
	flex-shrink: 0;
	transition: .85s transform,.85s left;
}

@media only screen and (max-width: 1023px) {

	#main .swiper-pagination-bullets {
		max-width: 100%;
		overflow-x: hidden;
		margin: 0px 1.5%;
	}

	#main .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
		transform: translateX(-32px) scale(1);
	}
	
}

@media only screen and (max-width: 768px) {
	.columns.slider-nav-container {
			display: flex;
			text-align: right;
	}	
	.columns.slider-nav-container .alignright {
		 margin-left: 0.5em;
	}
	.swiper-pagination-bullets-dynamic {
		width:50px!important;
		transform: translateX(-13px);
		margin-right: -9px!important;
	}
}

@media only screen and (max-width: 500px) {

}
/* Modal */
.modal {
	visibility: hidden
}

.modal.is-active {
	visibility: visible;
}

.modal .modal-content {
	-webkit-transform: scale(0.7);
	-ms-transform: scale(0.7);
	transform: scale(0.7);
	opacity: 0;
	-webkit-transition: all 0.3s;
	transition: all 0.9s;
}

.modal.is-active .modal-content {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}

/*** Pagination ***/
.pagination a.page-numbers,
.pagination span.page-numbers {
	float: none;
	display: inline-block;
	box-shadow: none;
	border-radius: 0;
	transition: all 0.5s;
	margin: 0 2px;
	width: 32px;
	height: 32px;
	font-size: 13px;
	line-height: 32px;
	text-align: center;
	text-decoration: none;
}

.pagination a.page-numbers {
	background-color: #000;
	color: #fff;
	border: 1px solid;
}

.pagination a.next,
.pagination a.prev {
	width: auto;
	padding: 0 10px;
}

.pagination a.page-numbers:hover,
.pagination a.next,
.pagination a.prev,
.pagination span.current,
.pagination a.active {
	background-color: #FFF;
	color: #000;
	box-shadow: none;
}

@media(max-width:600px) {
	.pagination .page-numbers:not(.next):not(.prev):not(.current):not(.dots):not(:nth-child(2)):not(:nth-last-child(2)) {
		display: none;
	}

	.pagination a.page-numbers,
	.pagination span.page-numbers {
		margin: 0;
	}

	.pagination .page-numbers.dots {
		width: auto;
		margin: 0;
	}
}

/* Embeds */
.wp-block-embed {}

.wp-block-embed iframe,
.wp-block-embed-soundcloud.wp-block-embed iframe {
	width: 100%;
	border: 5px solid;
	border-color: inherit;
}


.wp-block-embed-youtube.wp-block-embed > .wp-block-embed__wrapper {
	position:relative;
	padding-bottom:56.25%;
	padding-top:30px;
	height:0;
	overflow:hidden;
}
.wp-block-embed-youtube.wp-block-embed iframe {
position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

/***************************
	PMPRO / MEMBERSHIP 
*****************************/

/******MEMBERSHIP PAGES *******/
form.pmpro_form .lite {
	color: #FFF;
}

form.pmpro_form label,
#loginform label {
	font-weight: normal
}

/**** Login ****/
.pmpro_login_wrap hr {
	display: none;

}

.login-signup-page-content .pmpro_actions_nav {
	text-align: left;
}

#form_register {
	width: 680px;
	max-width: 100%;
}

#form_register .frm_submit {
	margin-top: 20px;
}

/**** Account Page / Membership Pages ****/
#pmpro_account .pmpro_box {
	border: none;
  border-bottom: 1px solid #CCC;
	padding:0 0 2rem;
	margin: 0 0 2rem;
}
#pmpro_account .pmpro_box:last-child {
	padding-bottom: 0;
	margin-bottom: 0;
	border: none;
}
#pmpro_account #pmpro_actionlink-levels {
	display: none;
}
#pmpro_account table {
	margin-bottom: 0;
}

#pmpro_account h3,
#pmpro_account #pmpro_account-membership h3 {
	margin-bottom: 0.5em;
	display: inline-block;
}

#pmpro_account-membership table thead,
#pmpro_account-membership table tr td:not(:first-child),
#pmpro_account-membership table .pmpro_account-membership-expiration {
	display: none;
}

.pmpro_account-membership-levelname {
	color: #4FEAF7;
}

#pmpro_actionlink-cancel {
	color: #dd2e44;
}

#pmpro_account-profile ul {
	margin: 0px;
}

#pmpro_account-profile ul li {
	list-style: none;
}

#pmpro_account-profile h3 {
	margin-bottom: 15px !important;
}

.pmpro_actionlinks a:first-child {
	margin-left: 0px;
}

.pmpro_actionlinks a {
	margin: 0px 10px;
}
/* Membership Template */
.membership-page .inner-wrapper {
	margin: 2rem 0;
}
.membership-page .entry-content, .membership-page .hentry {
	margin: 0;
}

/* Profile */
form.pmpro_form .input, form.pmpro_form textarea, form.pmpro_form select, #loginform input[type=text], #loginform input[type=password] {
	max-width: 100%;
}

/**************************************
UNIVERSAL RESPONSIVE + ANIMATION 
***************************************/
p,
h1,
h2,
h3,
h4,
button,
a,
input,
img {
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

div {
	transition: background-color 0.5s ease;
}

/* Fade In */
@-webkit-keyframes fadein {

	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@keyframes fadein {

	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@-webkit-keyframes slideleft {
	100% {
		left: 0;
	}
}

@keyframes slideleft {
	100% {
		left: 0;
	}
}

@-webkit-keyframes slideright {
	100% {
		right: 0;
	}
}

@keyframes slideright {
	100% {
		right: 0;
	}
}

/*** Animate.css custom classes ***/
.animate__delay-0-1s,
.animate__delay-0-10s {
	animation-delay: 0.1s;
}

.animate__delay-0-25s {
	animation-delay: 0.25s;
}

.animate__delay-0-5s,
.animate__delay-0-50s {
	animation-delay: 0.5s;
}

.animate__delay-0-75s {
	animation-delay: 0.75s;
}

#main {
	--animate-duration: 0.75s;
}

/**************************************
RESPONSIVE/MODAL MENU
***************************************/

#modal-menu-toggle {
	position: fixed;
    top: 20px;
	right:20px ;
	width:60px;
	height:60px;
	background-color:#000;
	padding:10px;
	transform:translateX(120px);
	opacity:0;
	transition:all 1s;
	z-index:999;
	color:#fff;
	cursor:pointer;
}
body.modal-menu-open #modal-menu-toggle,
#modal-menu-toggle.slide-in {
	transform:translateX(0);
	opacity:1;
}


#modal-menu-toggle span:before, 
#modal-menu-toggle span:after,
#modal-menu-toggle span {
	display: block;
	position: absolute;
	height: 5px;
	width: 40px;
	background: #fff;
	border-radius: 5px;
	opacity: 1;
	left: 10px;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}
#modal-menu-toggle span:before, 
#modal-menu-toggle span:after {
	content:'';
	left:0;
}
#modal-menu-toggle span:before {
  top: -15px;
  transform-origin: left center;
}

#modal-menu-toggle span {
	top: 0;
	bottom: 0;
	margin: auto;
	transform-origin: center;
}

#modal-menu-toggle span:after{
  top: 15px;
  transform-origin: left center;
}

#modal-menu-toggle.open span:before {
  transform: rotate(45deg);
   left: 5px;
}

#modal-menu-toggle.open span {
  width: 0px;
}

#modal-menu-toggle.open span:after{
  transform: rotate(-45deg);
    left: 5px;
}

/* menu modal */
#modal-menu-container {
	position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.9);
    z-index: 998;
	justify-content: center;
	align-items:center;
	display:flex;
	transform:scale(0,0);
}
#modal-menu-container  #mode-toggle {
    position: absolute;
    top: 10px;
    left: 0;
    right: 0;
    margin: auto;
    color: #fff;
	    justify-content: center;
}
#modal-menu-container  .grid-container .columns {
	width: 1100px;
    margin: auto;
	    max-width: 100%;
}
#modal-menu-container.open {
	transform:scale(1,1);
	transition:scale 0.5;
}
#modal-menu-container .column.level {
	display:flex;
	justify-content: center;
	margin-bottom:0;
}
#modal-menu-container a {
	color:#fff;

}
#modal-main-menu a {
    font-size: 3rem;
    border: 4px solid #FFF;
    line-height: 1.3em;
    padding: 0.3em 1.5em;
    display: inline-block;
    margin-bottom: -5px;
    font-family: helvetica-neue-bold;
    width: 100%;
    text-align: center;
	background-color: #CACACA;
	color:#000;
}
#modal-main-menu a:hover {
	text-decoration:none;
	    background-color: #FFF!important;
	color:#000!important;
}
/* Secondary menu */
#modal-secondary-menu {
	margin-bottom:30px;
}
#modal-secondary-menu li {
	margin-bottom:10px;
}
#modal-secondary-menu a {
    font-size: 1.5rem;
    padding: 5px;
}
#modal-secondary-menu .wpml-ls-item {
	display: inline;
	width:auto;
}
#modal-secondary-menu .wpml-ls-item a {
	color: #EB00FF;
}
#modal-secondary-menu .wpml-ls-item a:hover {
	color: #FDFF9A;
}

/* User */
.m-secondary-menu a,
.m-secondary-menu span{
font-family: 'helvetica-neue-bold', sans-serif;	
}
#modal-secondary-menu a:hover {
	color:#4FEAF7;
}
#modal-secondary-menu  #header-login-register {
	text-align:left;
}
.m-secondary-menu .login-register span {
    color: #4FEAF7;
    margin-bottom: 5px;
    display: inline-block;
    width: 100%;
}

.m-secondary-menu .login-register a i {
	margin-right:5px;
}
/* Search */
.m-secondary-menu #header-search {
    display: inline-block;
    width: 100%;
	margin-top:30px;
}

@media(max-width:768px){
	
	body.modal-menu-open #modal-menu-toggle,
	#modal-menu-toggle.slide-in,
	#modal-menu-toggle {
		transform:translateX(0) scale(0.6);
		opacity:1;
		top:10px;
	}
	#modal-menu-container  #mode-toggle  {
		position:static;
		margin-bottom:30px;
	}
	#modal-menu-container .columns {
	    max-height: 100vh;
		overflow-y: scroll;
	}
	#modal-menu-container ul, 
	#modal-menu-container ul li {
		text-align:center;
	}
	
	#modal-main-menu a {
    font-size: 2.5rem;
	}
	#modal-menu-container .login-register.alignleft {
		width: 100%;
		margin-right: 0;
		text-align: center;
	}
	#modal-menu-container #header-search .searchform {
		justify-content: center;
	}
}

@media(max-width:500px){
	#modal-main-menu a {
		font-size: 2rem;
	}
}
/**************************************
HEADER
***************************************/
.header-wrap {
	padding: 0.75rem;
	margin-bottom: 40px;
	transition: all 1s;
}
@media(min-width:1024px){
	
	.site-header .header-wrap.slide-up {
		opacity:0;
		transform:translateY(-100%);
	}
}

@media(max-width:768px){
	.site-header {
		margin-bottom:30px;
	}
}
	
header ul li {
	display: inline-block;
}

#top-nav li {
	margin-right: 0.5em;
}

#top-nav a {
	text-decoration: underline;
	font-size: 1.0625rem;
	font-family: 'helvetica-neue-bold', sans-serif;
}

#top-nav a:hover {
	color: #4FEAF7;
}

/* Mode Toggle */
#mode-toggle {
	display: flex;
	/*justify-content: center;*/
}
#mode-toggle  .input-trigger {
	display: inline-block;
  position: relative;
}
#mode-toggle  .input-trigger input[type='radio'] {
  display: none;
}
#mode-toggle  .input-trigger label:before {
  content: " ";
  display: inline-block;
  position: relative;
  top: 5px;
  margin: 0 5px 0 0;
  width: 20px;
  height: 20px;
  border-radius: 11px;
  border: 2px solid #7B7B7B;
  background-color: transparent;
}
#mode-toggle .input-trigger.active label:after,
#mode-toggle .input-trigger input[type='radio']:checked + label:after {
    border-radius: 11px;
    width: 16px;
    height: 16px;
    position: absolute;
    top: 1px;
    left: 2px;
    content: " ";
    display: block;
    background: #fff;
}

#mode-toggle .input-trigger input {
	visibility: visible;
	position: static;
	margin-right: 0.25em;
	vertical-align: middle;
}

#mode-toggle .input-trigger label {
	margin-right: 0.5em;
	font-size: 0.875rem;
	font-family: 'helvetica-neue-bold', sans-serif;
}

.header-top .lang-column .wpml-ls ul,
.header-top .lang-column .wpml-ls ul li:last-child a{
	padding-right:0
}

.header-top .lang-column a {
	color: #EB00FF;
	text-decoration: underline;
	font-size: 1.25rem;
	font-family: 'helvetica-neue-bold', sans-serif;
}
.header-top .lang-column a:hover {
	color: #FDFF9A;
}
.header-top .wpml-ls-item {
	position: relative;
}
.header-top .wpml-ls-item:not(:last-child):after {
	content: '/';
	position: absolute;
  right: -3px;
  top: 4px;
	color: #fff;
}

.header-top .lang-column .wpml-ls {
	text-align: right;
}

/* Search */
#header-search .searchform {
	display: flex;
	align-items: center;
}

#header-search label {
	line-height: 30px;
	margin-right: 0.5em;
	text-transform: uppercase;
	font-size: 1.25rem;
	font-family: 'helvetica-neue-bold', sans-serif;
}

#header-search #search {
	border: 0;
	border-bottom: 1px solid;
	padding: 5px 10px;
	height: 30px;
	width: 80%;
	max-width: 300px;
	font-size: 1.25rem;
}

#header-search .searchform .btn {
	border: none;
	padding: 0 5px 0 0;
}
#header-search .searchform .btn:hover {
	background-color: transparent;
}

/* Logo */
.header-main .logo-img  svg {
	max-height: 120px;
}

@media(max-width:767px) {

	#page.site:before {
		top: 200px;
		background-position: right top;
	}
	.header-wrap {
		margin-bottom: 25px;
		padding-bottom: 5px;
	}
	.header-main .logo-column {
		padding-bottom:0;
		padding-top: 15px;
	}
	.header-main .main-logo,
	.header-main .logo-img svg {
		width: 200px;
		padding-bottom:0;
	}
}

/* Sign in / register */
#header-login-register a:hover,
#header-login-register span {
	color: #4FEAF7;
	/*font-family: 'helvetica-neue-bold', sans-serif;*/
	text-shadow:
  -0.1px -0.1px 0 #4FEAF7,
  0.1px -0.1px 0 #4FEAF7,
  -0.1px 0.1px 0 #4FEAF7,
  0.1px 0.1px 0 #4FEAF7;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

/* Main Header */
.header-wrap .header-main {
	margin-bottom: 10px;
}
#header-login-register {
	font-size: 1.25rem;
	text-align: right;
}
#header-login-register .logged-in {
	font-size: 1.0625rem;
	font-family: 'helvetica-neue-bold', sans-serif;
}

/* Main Menu */
#main-nav ul#main-menu {
	display: flex;
	width: 100%;
	justify-content: center;
}

#main-nav ul#main-menu>li {
	flex: 1;
	position: relative;
	background-color: #CACACA;
}

#main-nav ul#main-menu>li>a {
	width: 100%;
	display: inline-block;
	padding: 15px;
	color: #000;
	text-align: center;
	text-transform: normal;
	border: 4px solid #fff;
	font-family: helvetica-neue-bold;
	font-size: 1.625rem;
	text-decoration: none;
}

#main-nav ul#main-menu>li:last-child>a {
	text-transform: capitalize;
}

#main-nav ul#main-menu>li:not(:last-child)>a {
	border-right: 0;
}

#header-login-register .logged-in i {
	margin-right: 5px;
}
#main-nav .menu-item-has-children:hover > .sub-menu {
	opacity: 1;
  visibility: visible;
}
/* Sub Menu */
#main-nav .sub-menu {
	opacity: 0;
	visibility: hidden;
	position: absolute;
	margin: 0;
	padding: 25px 0;
	width: 100%;
	border: 4px solid #fff;
	border-top: none;
	background-color: inherit;
}
#main-nav .sub-menu li {
	background-color: inherit;
	width: 100%;
	position: relative;
}
#main-nav .sub-menu li a {
	width: 100%;
	padding: 0 40px;
	display: block;
	color: #000;
	text-decoration: underline;
	letter-spacing: 1.2px;
    font-size: 1.05em;
	font-weight:bold;
}
#main-nav .sub-menu li a:hover {
	background-color: #fff;
}
/* Sub Menu -Sub Menu */
#main-nav .sub-menu li .sub-menu {
	border-top: 2px solid #fff;
	top: 0;
	left: 100%;
}
#main-menu > .menu-item-has-children:last-child .sub-menu li .sub-menu{
	left: -100%;
}


@media(max-width:768px){
	.header-wrap,
	.header-wrap .header-main 	{
		margin-bottom:0;
	}

	.header-wrap .header-top, 
	.header-wrap .columnsearch-column, 
	.header-wrap .column.user-column, 
	.header-wrap .column.search-column,
	.header-wrap .columns.header-nav	{
		display:none;
	}
}
/** Breadcrumbs **/
.breadcrumb-container {
	margin-bottom: 30px;
	font-size: 1.0625rem;
	font-family: helvetica-neue-bold;
}

.breadcrumb-container #breadcrumbs {
	padding: 0.5em 1.5em;
	background-color: rgba(0, 0, 0, 0.5);
	display: inline;
}

#breadcrumbs a {
	color: #ED02FF;
}
@media(max-width:768px){
	.breadcrumb-container {
		display:none;
	}
}

/**************************************
 404
***************************************/
.error404 .title-container {
	text-align: center;
}
.error404 .inner-wrapper {
	padding: 1.5rem 1.5rem 3.5rem;
}

/**************************************
 CONTENT
***************************************/
/*** Sitemap ***/
#main .simple-sitemap-container {
	margin-top: 0;
}

.simple-sitemap-container ul {
	margin-bottom: 30px;
	margin-top: 15px;
}

@media(min-width:767px) {
	.simple-sitemap-container {
		columns: 2;
	}
}

.content-wrap .main-content.column:not(.inner-wrapper),
.content-wrap .main-content>article,
.content-wrap .main-content>article>.entry-content {
	padding-top: 0;
	margin-top: 0;
	margin-bottom: 0;
}

.main-content {
	max-width: 100%;
}

.page-template-default:not(.home) .main-content,
.inner-wrapper,
.cards-wrapper {
	 padding: 1.5rem 1.5rem 1rem 1.5rem;
	background-color: rgba(0, 0, 0, 0.7);
	margin-bottom: 2rem;
}

.heading-wrapper {
	padding: 0 2.25rem;
}

#posts-feed article {
	margin-bottom: 0;
}

#posts-feed.loading {}

.card {
	display: flex;
	position: relative;
	opacity: 1;
	animation: fadein 2s;
	animation-fill-mode: forwards;
	overflow: hidden;
	transition: all 250ms ease-in-out;
}

.card:hover img, 
.collection-grid-item .collection-header:hover img {
    transform: scale(1.02);
}


.card.image-left {
	margin-left: 0;
	margin-right: 0;
}

.card .card-image {
	height: 100%;
	position: relative;
	overflow: hidden;
}

.card:not(.image-left) .card-image {
	width: 100%;

}

.card.image-left .card-image {
	padding: 0;
}

.card .card-image img {
	object-fit: cover;
	object-position: center;
	width: 100%;
	height: 100%;
}

.cat-badge {
	background-color: #CACACA;
}

.collection-image .cat-badge,
.card .card-image .cat-badge {
	position: absolute;
	top: 10px;
	left: 10px;
	padding: 5px 10px;
	z-index: 10;
	text-decoration: none;
	color: #000;
}
/*
.collection-image .cat-badge:hover,
.card .card-image .cat-badge:hover {
	background-color: #FFF !important;
	color:#000;
}
*/
@media(max-width:768px){
	.cat-badge {
		display:none;
	}
}

.card .card-body {
	background-color: #fff;
	padding: 20px;
	font-family: 'helvetica-neue-bold', sans-serif;
}

.card:not(.image-left) .card-body {
	position: absolute;
	bottom: 10px;
	left: 10px;
	right: 10px;
	width: calc(100% - 20px);
}

.card.image-left .card-body {
	position: static;
	border: 0;
}
@media (max-width: 1400px) {
	.card.image-left {
		border: 8px solid #fff;
	}
	.card.image-left .has-frame-border {
		border: none;
	}
	.columns.image-left .card-body,
	.card.image-left  .card-body {
		position: absolute;
		bottom: 10px;
		left: 10px;
		right: 10px;
		width: calc(100% - 20px);
	}
	.columns.image-left  .card-image.post-thumb-container ,
	.card.image-left .card-image.post-thumb-container {
		width:100%;
	}
}

.card .card-body .entry-title,
.list-item-content .entry-title {
	font-size: 1.5rem;
	font-weight: bold;
	margin-bottom:0;
}

.card .card-body .entry-title a {
	text-decoration: none;
	color: #000;
}

.card .card-body time {
	font-size: 1rem;
	display: block;
	/*color: #7C7C7C;*/
}

.card .card-body .terms {
	font-size: 0.875rem;
	font-family: helvetica-neue-bold;
	color: #000;
	text-transform: uppercase;
	line-height: 1.2em;
}

.list-item-content .entry-title a {
	text-decoration: none;
}

/* Home */
.home-featured-posts h2.section-title {
	margin-bottom: 0.75rem;
}

.home-featured-posts .hero-slider .card .card-body {
	width: 50%;
}
.home-featured-posts .hero-slider .card .card-body .entry-title {
	font-size: 2rem;
}

.home-featured-posts .swiper-pagination-bullets {
}
.home-featured-posts .hero-slider+.posts-slider .swiper-slide>article {
    margin-bottom: 12px;
}
.home-featured-posts>.posts-slider.hero-slider .card .card-image {
	height: 750px;
	max-height: 75vh;
}

.home-featured-posts>.posts-slider:not(.hero-slider) {
	margin-top: -24px;
}
.home-category-posts.cards-wrapper {
    padding-bottom: 0px;
}

.home-category-posts .section-title {
	margin-bottom: 0.35em; 
	margin-left: 0.25rem;
}

.home-category-posts .swiper-slide>.columns {
	margin-left: 0;
	margin-right: 0;
}

.home-category-posts .swiper-slide article {
	flex: auto;
	padding: 5px;
	margin-bottom: 0;
}

.home-category-posts .swiper-slide article:first-child {
	width: 50%;
}

.home-category-posts .swiper-slide article:not(:first-child) {
	width: 25%;
}

.home-category-posts .swiper-slide article .card {
	height: 100%;
}

.home-featured-posts>.posts-slider:not(.hero-slider) .swiper-slide .card-image,
.home-category-posts .swiper-slide .card-image {
	height: 550px;
}

.home-category-posts .grid-all-link {
	/*margin-top: -15px;*/
	margin-right: 0.5rem;
}

@media(max-width:1024px) {
	.home-category-posts .swiper-slide article:first-child {
		width: 100%;
	}
	.home-featured-posts .hero-slider .card .card-body {
		width:calc(100% - 20px);
	}

}
@media only screen and (max-width: 768px) {
	.home-category-posts .swiper-slide article:first-child{
		width: 100%;
	}
	.home-featured-posts>.posts-slider.hero-slider .card .card-image {
		height:550px;
	}
}

/**** Category Landing / Flex Slider *****/
h2.section-title > a {
	text-decoration:none;
}
h2.section-title > a:hover {
	text-decoration:underline;
}
.archive.category  h2.section-title {
	 padding-left: 0.75rem;
}

.grid-all-link:first-child {
	width:100%;
	text-align: right;
	margin-left: 0;
}
.grid-all-link a {
	text-decoration: underline;
	padding: 0.75em 0;
	display: inline-block;
	font-size: 1.375rem;
	font-family: 'helvetica-neue-bold', sans-serif;
}
.grid-all-link a:hover {
	color: #ED02FF;
}

.archive.category .grid-all-link a {
	    margin-right: 0.75rem;
}

.category-flex-slider {
	position: relative;
}

.category-flex-slider.cards-wrapper,
.category-featured-slider.cards-wrapper  {
	padding: 40px 40px 0px 40px;
}

.category-flex-slider:not(.layout-default) .section-title {
	margin-bottom: 0.75rem;
}

.category-flex-slider.layout-default .card-image {
	height: 450px;
}

.category-flex-slider .grid,
.category-featured-slider .grid {
	grid-column-gap: 15px;
	grid-row-gap: 15px;
	margin-left: 0;
	margin-right: 0
}

.category-flex-slider article,
.category-featured-slider article {
	margin-bottom: 0;
}

.category-flex-slider:not(.layout-default) .grid>article .card,
.category-flex-slider:not(.layout-default) .grid>article .card .card-image,
.category-featured-slider .grid>article .card,
.category-featured-slider .grid>article .card .card-image {
	height: 100%;
}

@media(min-width:1025px) {
	.category-featured-slider.cards-wrapper  {
		max-width:calc(100% - 312px);
	}
}
@media(max-width:1024px) and (min-width:768px){
	.cat-featured-grid.columns {
		flex-flow:column;
	}
	.cat-featured-grid.columns > .column {
		width:100%;
	}
	.cat-featured-grid.columns .sidebar-column .sidebar-widget {
	display:flex;
	}
	.cat-featured-grid.columns .sidebar-column .sidebar-widget > section{
		flex:1;
	}
	.cat-featured-grid.columns .sidebar-column .sidebar-widget > section:not(:last-child){
		border-right:0;
	}
}
@media(max-width:767px) {
	.cat-featured-grid .sidebar-column .sidebar-widget {
		display:none;
	}
	.category-flex-slider.cards-wrapper, 
	.category-featured-slider.cards-wrapper {
		padding: 20px 20px 0px 20px;
	}
}

@media(max-width:500px){

	.grid-all-link a {
		font-size: 1rem;
	}
}
/* Two Large, Four Small */
.category-flex-slider.layout-2L_4s .grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-template-rows: repeat(5, 160px);
}

.category-flex-slider.layout-2L_4s .grid article:nth-child(6n + 1) {
	grid-area: 1 / 1 / 4 / 3;
}

.category-flex-slider.layout-2L_4s .grid article:nth-child(6n + 2) {
	grid-area: 1 / 3 / 4 / 5;
}

.category-flex-slider.layout-2L_4s .grid article:nth-child(6n + 3) {
	grid-area: 4 / 1 / 5 / 3;
}

.category-flex-slider.layout-2L_4s .grid article:nth-child(6n + 4) {
	grid-area: 4 / 3 / 5 / 5;
}

.category-flex-slider.layout-2L_4s .grid article:nth-child(6n + 5) {
	grid-area: 5 / 1 / 6 / 3;
}

.category-flex-slider.layout-2L_4s .grid article:nth-child(6n + 6) {
	grid-area: 5 / 3 / 6 / 5;
}

.category-flex-slider.layout-2L_4s article:nth-child(n+3) .entry-title {
	font-size: 1.375rem;
}
.category-flex-slider.layout-2L_4s article:nth-child(n+3) .cat-badge {
	font-size: 0.85rem;
}

@media(max-width: 1024px){
	.category-flex-slider.layout-2L_4s .card {
		display: block;
	}
}

/* One Large, Two Small */
.category-flex-slider.layout-1L_2s .grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-template-rows: repeat(2, 250px);
}
.category-flex-slider.layout-1L_2s .grid  article {
	padding:0;
}
.category-flex-slider.layout-1L_2s .grid article:nth-child(3n + 1) {
	grid-area: 1 / 1 / 3 / 3;
}

.category-flex-slider.layout-1L_2s .grid article:nth-child(3n + 2) {
	grid-area: 1 / 3 / 2 / 4;
}

.category-flex-slider.layout-1L_2s .grid article:nth-child(3n + 3) {
	grid-area: 2 / 3 / 3 / 4;
}

.category-flex-slider.layout-1L_2s .grid article:nth-child(n+2) .entry-title {
	font-size: 1rem;
	line-height: 1.125em;
}
.category-flex-slider.layout-1L_2s .grid article:nth-child(n+2) .card .card-body time {
	font-size: 0.8125rem;
}
.category-flex-slider.layout-1L_2s .grid article:nth-child(n+2) .card .card-body .terms {
	font-size: 0.75rem;
}

@media(max-width:1400px) {
	.category-flex-slider.layout-1L_2s  .card {
		height:550px;
	}
	
}
@media(max-width:1024px){
	.category-flex-slider.layout-1L_2s  .card {
		height:550px;
	}
}
@media(max-width:768px){
	.category-flex-slider.layout-1L_2s  .card {
		height:550px;
	}
}
/* One Large, Three List */
.category-flex-slider.layout-1L_3list .grid {
	flex-flow: column;
}

.category-flex-slider.layout-1L_3list .grid>article.list-item {
	margin-top: -0.75em;
}

.category-flex-slider.layout-1L_3list .grid>article .card .card-image {
	height: 550px;
}

.category-flex-slider.layout-1L_3list .list-item-content {
	padding: 20px 30px;
	border-bottom: 1px solid #fff;
}

.category-flex-slider.layout-1L_3list .list-item-content a {
	position: relative;
	width: 100%;
	display: inline-block;
}

.category-flex-slider.layout-1L_3list .list-item-content a:after {
	content: '\f0da';
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	font-family: 'fontAwesome';
	font-size: 24px;
	height: 24px;
}

.category-flex-slider.layout-1L_3list .grid article .entry-title {
	font-size: 1.25rem;
	margin-bottom: 0;
}
.category-flex-slider.layout-1L_3list .grid article:first-child .entry-title {
	font-size: 2rem;
	margin-bottom: 0.5em;
}

@media(max-width: 1024px) {
	.category-flex-slider.layout-1L_3list .grid>article.list-item {
		margin-top: 0;
	}
	.term-archive-page .entry-content > .columns {
		flex-direction:column
	}
}

/* One Medium, Four Small */
.category-flex-slider.layout-1m_4s .grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: 250px repeat(2, 150px);
}

.category-flex-slider.layout-1m_4s .grid article:nth-child(5n + 1) {
	grid-area: 1 / 1 / 2 / 3;
}

.category-flex-slider.layout-1m_4s .grid article:nth-child(5n + 2) {
	grid-area: 2 / 1 / 3 / 2;
}

.category-flex-slider.layout-1m_4s .grid article:nth-child(5n + 3) {
	grid-area: 2 / 2 / 3 / 3;
}

.category-flex-slider.layout-1m_4s .grid article:nth-child(5n + 4) {
	grid-area: 3 / 1 / 4 / 2;
}

.category-flex-slider.layout-1m_4s .grid article:nth-child(5n + 5) {
	grid-area: 3 / 2 / 4 / 3;
}

.category-flex-slider.layout-1m_4s .grid article:nth-child(5n + 1) .column.is-3,
.category-flex-slider.layout-1m_4s .grid article:nth-child(5n + 1) .column.is-9 {
	width: 50%;
}

.category-flex-slider.layout-1m_4s .grid article:first-child .entry-title {
	font-size: 1.75rem;
}
.category-flex-slider.layout-1m_4s .grid article:not(:first-child) .entry-title {
	font-size: 1rem;
}
.category-flex-slider.layout-1m_4s .grid article:not(:first-child) time {
	font-size: 0.8125rem;
}
.category-flex-slider.layout-1m_4s .grid article:not(:first-child) .terms {
	font-size: 0.75rem;
}

@media(max-width: 1024px) {
	.category-flex-slider.layout-1m_4s .card {
		display: block;
	}
}

/* Two x Two */
.category-flex-slider.layout-2x2 .grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: repeat(2, 400px);
}

.category-flex-slider.layout-2x2 .grid article:nth-child(4n + 1) {
	grid-area: 1 / 1 / 2 / 2;
}

.category-flex-slider.layout-2x2 .grid article:nth-child(4n + 2) {
	grid-area: 1 / 2 / 2 / 3;
}

.category-flex-slider.layout-2x2 .grid article:nth-child(4n + 3) {
	grid-area: 2 / 1 / 3 / 2;
}

.category-flex-slider.layout-2x2 .grid article:nth-child(4n + 4) {
	grid-area: 2 / 2 / 3 / 3;
}

.category-flex-slider.layout-2x2 .entry-title {
	font-size: 1.25rem;
}

@media(max-width: 767px) {
	
	.category-flex-slider.layout-2x2 .grid {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		grid-template-rows: repeat(2, 400px);
	}

	.category-flex-slider.layout-2x2 .grid article:nth-child(4n + 1) {
		grid-area: 1 / 1 / 2 / 2;
	}

	.category-flex-slider.layout-2x2 .grid article:nth-child(4n + 2) {
		grid-area: 1 / 2 / 2 / 3;
	}

	.category-flex-slider.layout-2x2 .grid article:nth-child(4n + 3) {
		grid-area: 2 / 1 / 3 / 2;
	}

	.category-flex-slider.layout-2x2 .grid article:nth-child(4n + 4) {
		grid-area: 2 / 2 / 3 / 3;
	}

	.category-flex-slider.layout-2x2 .entry-title {
		font-size: 1.25rem;
	}
}

/* Two x One */
.category-flex-slider.layout-2x1 .grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: repeat(1, 400px);
}

/* One  x One */
.category-flex-slider.layout-1x1 .grid {
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	grid-template-rows: repeat(1, 400px);
}


/** Category Landing Featured **/
.category-featured-slider .grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-template-rows: 550px 350px;
}

.category-featured-slider .grid article:nth-child(5n + 1) {
	grid-area: 1 / 1 / 2 / 3;
}

.category-featured-slider .grid article:nth-child(5n + 2) {
	grid-area: 1 / 3 / 2 / 4;
}

.category-featured-slider .grid article:nth-child(5n + 3) {
	grid-area: 2 / 1 / 3 / 2;
}

.category-featured-slider .grid article:nth-child(5n + 4) {
	grid-area: 2 / 2 / 3 / 3;
}

.category-featured-slider .grid article:nth-child(5n + 5) {
	grid-area: 2 / 3 / 3 / 4;
}

/** Layout: Small cards **/
.category-flex-slider.layout-1L_2s .grid article:not(:first-child) .cat-badge,
.category-flex-slider.layout-1m_4s .grid article:not(:first-child) .cat-badge {
    font-size: 0.85rem;
    padding: 8px 6px;
    line-height: 1em;
}
.category-flex-slider.layout-2L_4s .grid article:not(:first-child) .card-body time, .category-flex-slider.layout-1L_2s .grid article:not(:first-child) .card-body time, .category-flex-slider.layout-1m_4s .grid article:not(:first-child) .card-body time {
  line-height: 1.5em;
}

/* Slider: Equal height */
@media(max-width: 767px) {
	/*.category-flex-slider.layout-2L_4s .swiper-slide {
		height: auto;
	}*/
	/*.category-flex-slider.layout-2L_4s .swiper-slide article,
	.category-flex-slider.layout-2L_4s .swiper-slide .card {
		height: 100%;
	}*/
}



/**Tablet Layout **/
#main .swiper-slide.tablet-slide {
	display:flex;
}

/******* ARCHIVE  ********/
.term-archive-page .card .card-image,
.explore-page-content #posts-feed>article .card .card-image  {
	height: 550px;
}

.collection-header ,
.grid-item-content {
	position:relative;
	overflow:hidden;
}
.collection-header .hover,
.grid-item-content .hover{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	-webkit-transform:translate(0, 100%);
	transform:translate(0, 100%);
	transition:all 0.1s;
	display: flex;
	justify-content: center;
	align-items: center;
	color:#000;
}
.collection-header .hover .hover-color,
.grid-item-content .hover .hover-color {
	opacity:0.8;
	position:absolute;
	width:100%;
	height:100%;
}
.collection-header:hover .hover,
.grid-item-content:hover .hover {
		-webkit-transform:translate(0px, 0px);	
		transform:translate(0px, 0px);
}
.collection-header  .hover > div ,
.grid-item-content .hover  > div {
	position:relative;
	z-index:10;
}
.hover >  .link-wrap ,
.hover >  .link-wrap a {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.collection-header  .hover a,
.grid-item-content .hover a {
	color:#000;
	text-decoration:none;
	font-size: 1.75rem;
}

.hover a:hover {
	text-decoration:underline;
}
.grid-item-content .hover .sub-label a {
	font-size:1rem;
	font-weight:normal;
	text-decoration:underline;
}

.term-archive-page .content-wrap .main-content.term-archive-feed {
	margin-bottom: 60px;
}

.loadmore,
.loadmore:focus {
    display: inline-block;
    height:40px;
    text-transform: uppercase;
    cursor: pointer;
    border: 2px solid ;
    font-family: helvetica-neue-bold;
	background-color: transparent;
	padding: 6px 40px;
	text-decoration: none;
	color: inherit;
	font-size: 1rem;
	border-radius:0;
	outline: 0;
}
.loadmore:hover {
	color: #000;
	background-color: #FFF;
	border:2px solid #fff;
}
.loadmore.loading {
	background-image: url('/wp-content/themes/amplify/images/loading.gif');
	background-size: contain;
	background-repeat: no-repeat;
    background-position: 10px 50%;
    padding-left: 60px;
}

/* Plain content */
.term-archive-page .wp-block-column > p {
	max-width: 1550px;
	width: 100%;
	margin: 0 auto;
}
/****** EXPLORE PAGE ******/
.explore-page-content .explore-intro,
.collection-grid-item .collection-header {
	background-color: #fff;
	border: 8px solid #fff;
	transition: all 250ms ease-in-out;
}
.collection-grid-item .collection-header {
	border: none;
}

.explore-page-content .heading-wrapper h1 {
	color: #CACACA;
}

.explore-page-content .explore-intro .heading-image {
	height: 550px;
	position: relative
}

.explore-page-content .explore-intro .heading-image figcaption {
	position: absolute;
	right: 0;
	bottom: 0;
	color: #FFF;
	text-transform: uppercase;
	padding:5px;
	background-color:rgba(0,0,0,0.5);
}

.collection-image {
	position: relative;
}

.collection-image img,
.explore-page-content .explore-intro .heading-image img {
	object-fit: cover;
	object-position: center;
	width: 100%;
	height: 100%;
}

.explore-page-content .collection-content {
	margin: 0;
	border-left: 15px solid #CACACA;
}
.explore-page-content .collection-content p {
	font-size: 1.125rem;
	margin-bottom: 8px;
	line-height: 1.22em;
}
.explore-page-content .collection-content p:last-child {
	margin-bottom: 0;
}

.explore-page-content .collection-content .collection-tagline {
	font-size: 2rem;
	line-height: 1.2em;
	margin-bottom: 12px;
}
.explore-page-content .collection-content .collection-excerpt a {
	font-size: 1.125rem;
	line-height: 1.2em;
	font-family: 'helvetica-neue-bold', sans-serif;
}
.explore-page-content .collection-content .collection-excerpt a:hover {
	color: #ED02FF;
}
.explore-page-content .explore-intro .intro-content,
.collection-content {
	padding: 1.25rem;
	color: #000;
}

.explore-page-content .collection-info {
	max-width: 300px;
}

.explore-page-content .explore-intro h2 {
	font-size: 3rem;
	margin: 20px 0 10px;
}

.explore-page-content .explore-intro .intro-content a {
	text-decoration: underline;
}

@media(max-width:768px){
	.explore-page-content .explore-intro h2 {
	font-size: 2.25rem;
	}
	.explore-page-content .explore-intro h3 {
	font-size: 22px;
	}
	
	.explore-page-content .collection-content .collection-tagline {
		font-size: 1.65rem;
		line-height: 1.2em;
	}
	
	.explore-page-content .explore-intro .heading-image {
		height:400px;
	}
	.explore-page-content .explore-intro .heading-image figcaption {
		    font-size: 1rem;
		line-height: 1.35em;
	}
}
/*feed*/
.explore-page-content .feed-control {
	padding: 0 35px;
	font-size: 1.5rem;
	font-family: helvetica-neue-bold;
}

.explore-page-content .feed-control select {
	border-color: #fff;
	color: #fff;
	width: 200px;
	margin-left: 10px;
	padding: 2px 5px;
	background-color: rgba(255, 255, 255, 0.2);
	font-size: 1.5rem;
	font-family: helvetica-neue-bold;
}

.explore-page-content .feed-control select option {
	color: #000;
}
.explore-page-content #posts-feed .cards-wrapper {
	padding-bottom: 0;
}
.collection-grid-item .collection-image {
	border: 8px solid #FFF;
}

.collection-grid-item.is-12 .collection-image {
	height: 550px;
}
.collection-grid-item.is-12 .collection-excerpt {
	text-align: center;
}

.collection-grid-item.is-6 .collection-image {
	height: 450px;
}

.collection-grid-item .section-title a {
	text-decoration:none;
}
.collection-grid-item .collection-header {
	margin-bottom: 10px;
}

.collection-grid-item .swiper-container {
	padding-bottom: 0;
	padding-left: 1px;
	padding-right: 1px;
}

.collection-grid-item .swiper-slide article {
	padding: 0;
	margin-bottom: 0;
}

.collection-grid-item .swiper-slide article .card-image {
	height: 350px;
}

.collection-grid-item .swiper-container-horizontal>.swiper-pagination-bullets {
	text-align: left;
}

.explore-page-content .card .card-body .entry-title {
	font-size: 1.25rem;
}

@media(max-width:1024px) and (min-width:768px){

	.collection-grid-item.column.is-6 .collection-content  {
	    flex-flow: column-reverse;
		display: flex;
	}
	.collection-grid-item.column.is-6 .collection-content > .column {
		width:100%;
	}
	.collection-grid-item.column.is-6 .collection-info {
		max-width:100%;
	}
}

@media(max-width: 767px) {
	/*.collection-grid-item .swiper-container {
		padding-bottom: 50px;
	}*/
	.collection-grid-item.is-12 .collection-image,
	.collection-grid-item.is-12 .collection-image {
		height:450px;
	}
	.collection-grid-item .collection-content  {
	    flex-flow: column-reverse;
		display: flex;
	}
	.collection-grid-item .collection-content > .column {
		width:100%;
	}
	.collection-grid-item.is-12 .collection-excerpt {
		text-align: left;
	}
	.collection-grid-item .collection-info {
		max-width:100%;
	}
}

/*sidebar*/
.single-collection #main .sidebar-column ,
.explore-page-content #main .sidebar-column {
	padding-top:0;
}
@media(min-width:1025px){
	.single-collectiont #main #sidebar,
	.explore-page-content #main #sidebar {
		width:auto;
	}
}
@media(max-width:1024px){
	.single-collection .main-content > .columns ,
	.explore-page-content .main-content > .columns {
		flex-flow:column;
	}
	.single-collection #main .sidebar-column,
	.single-collection #main .inner-wrapper.column.is-four-fifths,
	.explore-page-content #main .sidebar-column,
	.explore-page-content #main .cards-wrapper.column.is-four-fifths	{
		width:100%
	}
	.single-collection #main .sidebar-column .sidebar-widget,
	.explore-page-content #main .sidebar-column .sidebar-widget {
		display:none;
	}
}

@media(max-width:1024px) and (min-width:768px){
	.explore-page-content #main .sidebar-column .sidebar-widget {
		display:flex;
	}
	.explore-page-content #main .sidebar-column .sidebar-widget > section{
		flex:1;
	}
	.explore-page-content #main .sidebar-column .sidebar-widget > section:not(:last-child){
		border-right:0;
	}
}


/****** LIVE ARCHIVE *******/

.live-archive #posts-feed article.grid-live {
	width:100%;
}
.live_post .card .card-body {
	padding: 0;
}
.live_post .live-title {
	padding: 20px;
}
.live_post .live-icon-wrap,
.live_post .live-date-wrap {
	color: #000;
	font-size: 1.1875rem;
	line-height: 1em;
	max-width: 100px;
	display: flex;
	flex-direction: column;
	align-self: stretch;
}
.live_post .live-date-wrap {
	max-width:30%;
}
.live_post .live-icon,
.live_post .live-date {
	padding: 10px;
	text-align: center;
}
.live_post .live-icon {
	background-color: #CFF1D8;
	height: 100%;
	justify-content: center;
	align-items: center;
	display: flex;
	flex-flow: column;
}
.live_post .live-date {
	flex: 1;
	display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.live_post .live-date h4 {
	margin-bottom: 0;
	font-size: 1rem;
	line-height: 1.25em;
	color: #000;
}

.live-archive .live_post .card {
	flex-flow: column;
}

.live-archive .live_post .card-image {
	height: 550px;
}

.live-archive .live_post .card-body {
	padding: 0;
	width: 100%;
	position: static;
	margin-left: 0;
	margin-right: 0;
}

.live-archive .live_post .card-body .column {
	padding: 20px;
}

.term-performances article.column .card .card-body h2 {
	font-size: 20px;
	margin: 0px;
}

.live-archive .live_post .card-body .live-icon {
	text-align: center;
	color: #000;
	display: flex;
	flex-flow: column;
	justify-content: center;
}

.live-archive .live_post .card-body .live-date {
	background-color: #20A745;
	color: #fff;
	align-items: center;
	justify-content: center;
	display: flex;
}

.live-archive .live_post .card-body .live-date time {
	text-align: center;
}
.live-archive .live_post .live-date h4 { 
	font-size: 1.35rem;
}

.live-archive .live_post .card-body h2 {
	font-size: 1.85rem;
	margin-top: 10px;
}

.live_post .access-info {
	position: absolute;
	top: 0;
	left: 0;
	width: 200px;
	background-color: rgba(0, 0, 0, 0.75);
	color: #fff;
	z-index: 10;
	padding: 20px;
}

.live_post .access-info p {
	margin-bottom: 10px;
	line-height: 1.15em;
}

.live_post .access-info a {
	color: #ED02FF;
	line-height: 1.15em;
	margin-bottom: 0.65em;
	display: inline-block;
}

.live_post .access-info a:last-child {
	margin-bottom:0;
}

.live_post .access-info a:hover {
	color: #FFF;
}
.live_post .media-expired p small,
.live_post .live-stream-container time {
	opacity: 0.7;
	margin-top: 5px;
	display: inline-block;
}

#access-live-content {
	margin-bottom: 5px;
}

#access-live-content button {
	margin-left: -1px;
	border-radius: 0;
	border-width: 1px;
	border-left: 0;
	color: #ED02FF;
	padding: 0 20px;
	background-color: transparent;
	outline: none;
}

#access-live-content button:hover {
	color: #000;
	background-color: #ED02FF;
}
@media(max-width: 580px) {
	.live-archive .live_post .card-body h2 {
		font-size: 1.5rem;
	}
	.live-archive .live-icon-wrap,
	.live-archive .live_post .live-date h4 {
		font-size: 0.9rem;
	}
	.live_post .live-icon-wrap {
		max-width: 85px;
	}
	.live-archive .card .card-body time,
	.live-archive .card .card-body .terms {
		font-size: 0.75rem;
	}
	.live-archive .live-icon svg {
		padding-bottom: 5px;
	}
	.live-archive .live_post .card-image {
    height: 300px;
	}
}


/******* SINGLE POST  *********/
.hero-image {
	height: 650px;
	overflow: hidden;
	position: relative;
}


.hero-image img {
	object-fit: cover;
	object-position: 50% 40%;
	width: 100%;
	height: 100%;
}

.hero-image.fit-image > img {
	object-fit:contain;
}
.hero-image.fit-image .blur-bg {
	    position: absolute;
		top:0;
		left:0;
		width:100%;
		height:100%;
}
.hero-image.fit-image .blur-bg > img {
	object-fit: cover;
    position: absolute;
    z-index: -1;
    filter: blur(20px);
    bottom: -15%;
	left:-5%;
	right:-5%;
    height: 130%;
	min-width:110%;
}
.hero-image .caption {
	position: absolute;
	bottom: 0;
	background-color: #000;
	color: #fff;
  padding: 10px;
	font-size: 0.9rem;
	line-height: 1.2em;
}

.single-article .title-container, 
.page-template-template-membership-page .title-container {
	background-color: #fff;
	padding: 50px 0;
	color: #000;
}

.single-article  h1,
.page-template-template-membership-page h1 {
	margin-bottom: 0;
	font-size: 4rem;
}

.single-article .post-date {
  font-family: 'helvetica-neue-bold', sans-serif;
  font-size: 1.0625rem;
}

.single-article .title-container .post-authors {
	margin-top: 15px;
	font-size: 1.25rem;
	font-family: helvetica-neue-bold;
}

.single-article .entry-content figcaption {
	font-size:1rem;
	line-height: 1.5em;
	text-align:inherit;
}
/*.single-article .main-content,*/
.single .sidebar-column {
	background-color: rgba(0, 0, 0, 0.7);
}

.single-article .main-content,
.single .sidebar-column {
	margin-bottom: 2rem
}
.single-article:not(.page) .main-content {
	background-color: #000;
}
.single-article .main-content>article {
	padding-top: 10px;
}

.single-article .main-content .pull-quote {
	display: inline-block;
	width: calc(50% + 30px);
	padding: 30px;
	background-color: #FF3E6B;
	color: #fff;
	margin-bottom: 1rem;
	margin-left: -60px;
	font-family: 'helvetica-neue-bold', sans-serif;
	font-size: 2.25rem;
	line-height: 1.27em;
	font-style: italic;
}

.single-article .main-content .pull-quote+p {
	float: right;
	width: 50%;
}

.single-article:not(.page-template-default) .main-content h3 {
	background-color: #FF3E6B;
	color: #fff;
	background-color: #FF3E6B;
	color: #fff;
	display: inline-block;
	border-left: 2em solid #FF3E6B;
	margin-left: -2em;
	border-right: 2em solid #FF3E6B;
	margin-top: 0.5em;
	margin-bottom: 0;
	padding: 0.15em 0;
	font-size: 1.875rem;
}

.single-article .main-content p {
	margin-top: 1em;
	font-size: 1.375rem;
	line-height: 1.45em;
}

.single-article .main-content h3+p {
	margin-top: 1em;
  margin-bottom: 1.2em;
}
.single-article .main-content h3+p:last-child {
	margin-bottom: 0;
}
.single-article .wp-block-image img {
  padding: .75rem 0;
}

#main .related-posts-container.column {
	margin-bottom: 0;
	background-color: transparent;
	padding: 0;
}
.related-posts .swiper-btn-wrapper.column {
	padding-left: 1rem;
}
.related-posts .grid-all-link {
	padding-right:1rem;
}
.related-posts .swiper-slide>article {
    margin-bottom: 10px;
}

.related-posts .card .card-image {
	height: 450px;
}

.single-article #main .sidebar-column {
	padding: 1.5rem;
	padding-top: 0
}
.related-posts-container .section-heading h3 {
	font-size: 2rem;
}

/*.related-posts-container .swiper-button-prev  {
	margin-right:10px;
}*/
/*.single-article .content-wrap .grid-container:nth-child(3) {
	margin-bottom: 1.5rem;
}*/

@media(max-width:1025px) and (min-width:678px){
	.single-article .grid-container.columns {
		flex-flow:column;
	}
	.single-article .sidebar .sidebar-widget {
		display:flex;
	}
	.single-article .sidebar .sidebar-widget section {
		flex:1;
	}
	.single-article .sidebar .sidebar-widget section:not(:last-child){
		border-right:0;
	}
}

@media(max-width:767px) {

	.hero-image {
		height: 350px;
	}

	.single-article .title-container {
		padding: 10px 0;
	}

	.single-article .title-container h1 {
		margin-bottom: 0;
		font-size: 2.75rem;
	}

	.single-article .main-content.inner-wrapper {
		padding: 2rem 15px;
	}

	.single-article .main-content>article {
		padding: 0;
	}

	.single-article .main-content .pull-quote {
		display: block;
		width: 100%;
    margin: 0;
	}

}

/******* SINGLE VIDEO  POST  *********/
.single-video_post .hero-image {
	position: relative;
	overflow: hidden;
}

.video-modal .modal-content {
	width: 100%;
}

.modal-content .video-container {
	text-align: center;
}

.single-video_post .hero-image button.play {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	height: 260px;
	width: 260px;
	z-index: 10;
	border: 0;
	background: transparent;
	outline: none;
	opacity: 0.7;
	transition: none;
}

.single-video_post .hero-image button.play:hover {
	opacity: 1;
}

.single-video_post .hero-image button.play svg circle {
	fill: none;
	stroke-dasharray: 1000;
}

.single-video_post .hero-image button.play:hover svg circle {
	fill: none;
	animation: circle-stroke-fill;
	animation-duration: 1.5s;
	stroke: #EB00FF;
	animation-direction: alternate-reverse;
}

.single-video_post .hero-image button.play svg path {
	fill: #fff;
	width: 100%;
	height: auto;
}

.single-video_post .hero-image button.play:hover svg path {
	fill: #EB00FF;
}

.single-video_post .hero-image .wp-post-image {
	position: relative;
	z-index: 10;
}

@keyframes circle-stroke-fill {
	to {
		stroke-dasharray: 0 100;
	}
}

/* animate show video*/
.single-video_post.show-hero-video {
	overflow:hidden!important;
	    height: 100vh!important;
}
.single-video_post.show-hero-video .site-header {
	transform: translateY(-100%);
	transition: all 1s;
}

.single-video_post .hero-image {
	height: 650px;
}

.single-video_post.show-hero-video .hero-image {
	height: 100vh;
	background-color: #000;
	transition: all 1s;
}

.single-video_post.show-hero-video .hero-image .wp-post-image {
	transform: translateY(100vh);
	transition: all 1s;
}

.single-video_post .hero-image .video-container {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	transform: translateY(100%);
	transition: all 1s;
	text-align: center;
	z-index: 0;
	opacity: 0;
	visibility: hidden;
}

.single-video_post.show-hero-video .hero-image .video-container {
	transform: translateY(0);
	opacity: 1;
	visibility: visible;
	animation-delay: 2s;
	height: 90vh;
	display: flex;
	justify-content: center;
	align-items: center;
}
.single-video_post .hero-image .video-container iframe {
    max-width: 80vw;
    height: calc(80vw /1.562);
    max-height: 90vh;
    width: 80vw;
}


.single-video_post.show-hero-video .hero-image:after {
	width: 100%;
	height: 100vh;
	background-color: blue;
	z-index: 5;
	content: '';
	top: 100%;
	left: 0;
	position: absolute;
}

.single-video_post.show-hero-video .hero-image .video-close {
	position: fixed;
	top: 20px;
	right: 20px;
	color: #fff;
	background-color: transparent;
	border: 2px solid;
	border-radius: 100px;
	font-size: 30px;
	width: 50px;
	height: 50px;
	line-height: 40px;
	padding: 0;
	display: inline-block;
	outline: none;
}

.single-video_post.show-hero-video .hero-image .video-close:hover {
	color: #EB00FF;
}

.single-video_post .title-container,
.single-video_post .content-wrap .grid-container {
	position: relative;
	z-index: 50;

}

.single-video_post.show-hero-video .content-wrap>.grid-container {
	background-color: #000;
	margin-bottom: 0;
}

@media(max-width:1024px){
	.single-video_post .hero-image .video-container iframe {
		max-width: 90vw;
	}
}
@media(max-width:768px){
	.single-video_post.show-hero-video .hero-image .video-close  {
		left:10px;
		right:auto;
		top:10px;
		margin:auto;
		font-size: 20px;
		width: 35px;
		height: 35px;
		line-height: 25px;
	}
	.single-video_post .hero-image button.play {
		height: 160px;
		width: 160px;
	}
	.single-video_post .hero-image {
		height: 450px;
	}

}

/******* SINGLE AUDIO  POST  *********/

.single .audio-tracks audio {
	    width: 100%;
}
.single .audio-tracks ul {
	margin-left:0;
	margin-top:20px;
}
.single .audio-tracks ul li {
	list-style:none;
		display:inline-block;
	width:100%;
	margin-bottom:0;
}
.single .audio-tracks ul li a {
	font-size:1rem;
	display:inline-block;
	width:100%;
	margin-bottom:0.5em;
	padding:0 15px;
	padding-bottom:0.5em;
	text-decoration:none;
	border-bottom:1px solid rgba(120,120,120,0.5);
}

.single .audio-tracks ul li.active a, 
.single .audio-tracks ul li a:hover {
	color: #EB00FF;
}
/******* SINGLE PAGE  *********/
.page .title-container .column {
	padding-left: 40px;
}

.page:not(.page-template-default) #main .main-content {
	/*margin-bottom: 60px;*/
	/*padding: 0;*/
}

.page .wp-block-image img {
	border: 5px solid #fff;
}

.page .wp-block-image figcaption {
	font-size: 0.85em;
}

/***** SINGLE COLLECTIOn *****/

.single .collection-content {
	background-color: #fff;
	margin-left: 0;
	margin-right: 0;
	border-left: 15px solid #CACACA;
}

.single-collection #posts-feed {
	margin-left: -0.25rem;
	margin-right: -0.25rem;
	margin-top: 5px;
}

.single-collection #posts-feed article {
	padding: 5px;
}

.single-collection #posts-feed .card-image {
	height: 450px;
}

@media(max-width:1024px){
	.single-collection .main-content > article.collection > .entry-content.grid-container {
		padding-left:0;
		padding-right:0;
	}
}

/****** SINGLE LIVE *******/

.single-live_post .hero-image {
	height: 750px;
	max-width: 100%;
}

.single-live_post .upcoming-stream-info {
	position: absolute;
	top: 0;
	width: 185px;
	height: 100%;
	right: 0;
	display: flex;
	flex-flow: column;
}

.single-live_post .upcoming-stream-info>div {
	padding: 20px;
	text-align: center;
	color: #000;
}

.single-live_post .upcoming-stream-info time h4 {
	font-family: 'helvetica-neue-bold', sans-serif;
	    font-size: 1.4rem;
}

.single-live_post .upcoming-stream-info>div:last-child {
	flex: 1;
	background-color: #20A745;
	color: #fff;
}

.single-live_post .upcoming-stream-info .live-icon {
	background-color: #a7e5b8;
}

.single-live_post .upcoming-stream-info #countdown-timer {
	height: 100%;
	padding-top: 30px;
}

.single-live_post .upcoming-stream-info #countdown-timer>div {
	font-size: 2.65rem;
	font-family: helvetica-neue-bold;
	height: 25%;

}

.single-live_post .upcoming-stream-info #countdown-timer>div>span {
	font-size: 1rem;
	display: inline-block;
	width: 100%;
	margin-bottom: 15px;
}

.single-live_post .hero-image.stream-loading {
	background-image: url('/wp-content/themes/amplify/images/loading.svg');
	background-size: 100px;
	background-repeat: no-repeat;
	background-position: center;
	background-color: #000;
}

.single-live_post .hero-image .stream-closed {
	background-color: #a7e5b8;
	padding: 20px;
	text-align: center;
	color: #000;
	position: absolute;
	top: 0;
	left: 0;
	width: 120px;
}

.single-live_post .hero-image .stream-closed p {
	line-height: 1.15em;
}

.single-live_post h1.entry-title {
	padding: 30px;
	padding-bottom: 0;
}

.single-live_post .main-content>article.live_post {
	padding-top: 0;
	padding: 30px;
}

.columns.live-post-ctas {
	padding: 30px;
}

.live-cta-item {
	border-width: 2px;
	height: 100%;
}

.live-post-ctas .cta-title,
.live-post-ctas .cta-content {
	padding: 20px;
}

.live-post-ctas .cta-title {
	background-color: #20A745;
	color: #fff;
	position: relative;
}

.live-post-ctas .cta-title img,
.live-post-ctas .cta-title svg {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 95px;
}

.live-post-ctas .cta-content {
	text-align: center;
	font-weight:600;
}
.live-post-ctas .cta-content p {
	font-weight:600;
}
.live-post-ctas .cta-content a {
	color: #ED02FF;
}

.live-post-ctas form {
	max-width: 100%;
	width: 300px;
	margin: auto;
}

.live-post-ctas p:not(:last-of-type) {
	margin-bottom: 0.5em;
}

.live-post-ctas p:not(:first-of-type) {
	margin-top: 0;
}

.live-post-ctas p.share {
	display: flex;
}
@media(max-width: 767px) {
	.single-live_post .content-wrap {
		margin-left: 10px;
		margin-right: 10px;
	}
	.single-live_post h1.entry-title {
		padding: 40px 0 0;
	}
	.single-live_post .main-content>article.live_post {
		padding: 0 0 20px;
	}
}
@media(max-width: 580px) {
	.single-live_post .upcoming-stream-info {
		width: 100px;
	}
	.single-live_post .upcoming-stream-info>div {
		padding: 10px;
	}
	.live_post .access-info {
		font-size: 1.125rem;
		line-height: 1.2em;
	}
	.single-live_post .hero-image {
		height: 550px;
	}
	.single-live_post .upcoming-stream-info #countdown-timer>div {
		font-size: 2rem;
		line-height: 0.75em;
	}
	.single-live_post .upcoming-stream-info #countdown-timer>div>span {
		font-size: 0.75rem;
		display: inline-block;
		width: 100%;
		margin-bottom: 10px;
		line-height: 1.2em;
	}
	
}

/* Add to Any Plugin */
.single-article .addtoany_shortcode {
	margin-top: 2rem;
}
#main .live-post-ctas .addtoany_shortcode {
	display: inline-block;
	margin-top: 10px;
}

#main .live-post-ctas .addtoany_shortcode a {
	font-size: 1rem;
}
#main .addtoany_shortcode a {
	font-size: 1.25rem;
	text-decoration: none;
}
#main .addtoany_shortcode a:after {
	content: url('../images/share.png');
	vertical-align: middle;
	margin-left: 8px;
}

.live-post-ctas .add-to-calendar i {
	margin-right: 10px;
}

/* temp*/
.stream-embed img {
	object-fit: cover;
	object-position: center;
	width: 100%;
	height: 100%;
}

.single-live_post .related-posts.cards-wrapper {
	background-color: transparent;
	margin-bottom: 0;
	padding-bottom: 0;
}

@media (max-width: 767px) {
	#form_subscribe_sm .frm_form_fields .frm_fields_container,
	#frm_form_2_container .frm_form_fields .frm_fields_container {
		flex-direction: row;
		width: 100%;
	}

	#form_subscribe_sm .form-field,
	#frm_form_2_container .form-field {
		margin-bottom: 0;
		width: 100%;
	}

}

/***** Single Audio Post *****/


/***** AUTHOR PAGE *****/
.archive.author .main-content {
	padding-left: 0;
	padding-right: 0;
}

.author-page .author-heading {
	padding: 0;
}

.author-page .author-bio>.columns {
	margin: 0;
	border: 5px solid #fff;
}

.author-page .author-bio .author-image .image-container {
	height: 400px;
	min-height: 100%;
	overflow: hidden;
	
}

.author-page .author-bio .author-image img {
	object-fit: cover;
	object-position: top center;
	min-height: 100%;
}

.author-page .bio-content {
	padding: 30px;
}

.author-social-links {
	margin-top: 40px;
}

.author-social-links a {
	margin-right: 5%;
}

.author-social-links a:hover {
	color: #ED02FF;
}
.author-page #posts-feed,
.author-page #posts-feed article {
	padding: 5px;
}

.author-page #posts-feed article .card-image {
	height: 350px;
}

/******* SEARCH PAGE *******/

#search-form-filter {
	margin-top: 40px;
}

.main-content .search-field {
	margin-bottom: 10px;
}

#searchform li.filter-input-trigger {
	list-style: none;
	display: inline-block;
	padding: 0 20px;
	margin-right: 5px;
	margin-bottom:10px;
	height: 36px;
	line-height: 30px;
	line-height: 32px;
	text-transform: uppercase;
	color: #000;
	cursor: pointer;
	border: 2px solid #fff;
	font-family: helvetica-neue-bold;
	font-size: 14px;
}

#searchform.filter-input-trigger {
	cursor: pointer;
}

#searchform .filter-input-trigger:hover,
#searchform .filter-input-trigger.active {
	border-color: #FFF;
	background-color: #FFF !important;
	color: #000;
}

#searchform #filter-all.filter-input-trigger {
	color: #fff;
}
#searchform #filter-all.filter-input-trigger.active,
#searchform #filter-all.filter-input-trigger:hover {
	color: #000;
}

#searchform .filter-input-trigger input {
	display: none;
}

.search-results #search-results-loop {
	padding-left: 20px;
	padding-right: 20px;
}

.search-results #search-results-loop article {
	padding: 5px;
	margin-bottom: 0;
}

.search-results .card-image {
	height: 400px;
}

/*** No Results / Not Found ***/
section.no-results .searchform {
	display:flex;
	margin-bottom: 1rem;
}
section.no-results .searchform input {
	height:42px;
	border-width:2px;
}
/************************************
 SIDEBAR
************************************/
#main .sidebar-column. {
	padding-top: 0;
}
#main .sidebar-column.column.is-narrow  {
	flex:unset;
}

.sidebar h4 {
  font-size: 1.375rem;
  font-family: 'helvetica-neue-bold', sans-serif;
}
.sidebar p {
  font-size: 1.1875rem;
  line-height: 1.05em;
}
.sidebar .widget {
	border: 3px solid;
	border-color: inherit;
	margin-bottom: 0;
	background-color: #2C2A2A;
}
.sidebar .sidebar-widget,
.sidebar .amplifyad {
	margin-bottom: 20px;
}

.sidebar .widget .widget-title {
	font-size: 1.25rem;
	font-weight: bold;
	color: #000;
	padding: 15px;
	padding-right: 60px;
	background-image: url('/wp-content/themes/amplify/images/eq-bars.svg');
	background-size: 80px;
	background-position: bottom right;
	background-repeat: no-repeat;
}

.sidebar .widget:nth-child(3n+1) .widget-title {
	background-color: #80F1A7;
}

.sidebar .widget:nth-child(3n+2) .widget-title {
	background-color: #9edcef;
}

.sidebar .widget:nth-child(3n+3) .widget-title {
	background-color: #ff80ae;
}

.sidebar .widget .widget-title+* {
	padding: 30px 15px;
}

#sidebar a {
	color: #FF60E7;
	font-weight: bold;
	text-decoration: underline;
}
#sidebar a:hover {
	color: #FDFF9A;
}

.sidebar .frm_inside_container label {
	display: none;
}

#form_subscribe_sm ::-webkit-input-placeholder,
#frm_form_2_container ::-webkit-input-placeholder {
	color: #FF60E7;
	font-weight: bold;
}

@media(min-width:1025px){
	#sidebar {
		width:300px;
	}
}

@media(min-width:767px) {

	.page-template-default .sidebar {
		margin-top: 30px;
	}

	.single-article .sidebar {
		margin-top: 42px;
	}

}
@media(max-width:1024px) {
	.sidebar #form_subscribe_sm fieldset {
		justify-content:center;
	}
}


/** Ads **/
.sidebar .amplifyad {
    max-width: 300px;
	margin-left: auto;
	margin-right: auto;
}
.sidebar .amplifyad img {
	object-fit: cover;
	object-position: center;
	width: auto;
	height: auto;
	border: 3px solid #fff;
}

.above-footer-amplify-webad {
	position: relative;
	z-index: 20;
	padding: 1rem 2rem 3rem;
}
.above-footer-amplify-webad .amplifyad {
	display: flex;
  justify-content: center;
}

.webad-block {
	margin-bottom: 2rem;
}

.webad-block img {
	width: 100%;
}

@media(max-width:767px) {

	.single-article #main .sidebar-column {
		padding-top: 1.5rem;
	}
}

/************************************
 FOOTER
************************************/
/*** Upper Foooter ***/
footer.site-footer {
	background-color: #000;
	position: relative;
	z-index: 10;
}

.upper-footer-wrap {
	background-color: #434343;
	color: #fff;
	padding: 40px 0.75rem;
}

.upper-footer-wrap a:nth-child(3n+1) {
	color: #9edcef;
}

.upper-footer-wrap a:nth-child(3n+2) {
	color: #ffd35d;
}

.upper-footer-wrap a:nth-child(3n+3) {
	color: #8cdda2;
}
.upper-footer-content a:hover {
	color:#fff;
}
.upper-footer-content {
	border-left: 10px solid #9edcef;
	padding: 1.25rem;
	max-width: 1050px;
	/*max-width: 95%;*/
	float: none;
	margin: auto;
}

/*** Main Footer ***/
.footer-wrap,
.bottom-wrap {
	padding-left: 0.75rem;
	padding-right: 0.75rem;
}
.footer-wrap {
	padding: 60px 0.75rem;
	background-color: #000;
	color: #fff;
}

.footer-wrap .widget-title {
	margin-bottom: 40px;
	font-size: 1.875rem;
}

.footer-wrap p {
	line-height: 1.27em;
	margin-bottom: 40px;
}
.footer-wrap .has-text-left-touch p {
	text-align:left!important;
}

.footer-wrap a,
.bottom-wrap a {
	color: inherit;
}

.footer-wrap .textwidget a {
	font-family: 'helvetica-neue-bold', sans-serif;
	font-size: 1.5rem;
}

.footer-wrap a:hover,
.bottom-wrap a:hover {
	color: #ED02FF;
}


.footer-wrap .widget-area.columns {
	justify-content: space-between;
}

/*footer form*/
.footer-wrap .frm_form_fields .frm_fields_container {
	display: flex;
	align-items: flex-end;
}

.footer-wrap .frm_style_formidable-style.with_frm_style .form-field {
	margin-bottom: 0;
}


/*footer menu*/
.footer-wrap ul.menu {
	columns: 2;
}

.footer-wrap ul.menu li {
	margin-bottom: 0.5em;
	display: inline-block;
	width: 100%;
}
.footer-wrap ul.menu li:nth-child(5) {
    -moz-column-break-after: always;
    -webkit-column-break-after: always;
    column-break-after: always;
	margin-bottom:2em;
}
.footer-wrap ul.menu li a {
	font-family: 'helvetica-neue-bold', sans-serif;
	text-decoration: underline;
	font-size: 1.5rem;
}

.footer-wrap ul.menu li a:hover {
	color: #ED02FF;
}

/*footer logo*/
.footer-wrap .footer-widget-5 .widget_media_image {
	text-align: center;
}

.footer-wrap .footer-widget-5 .widget_media_image svg {
	margin: auto;
	width: 125px;
	height: auto;
}

/*social links*/
.footer-social-links {
	position: relative;
	padding: 35px 0;
	margin-bottom: 40px;
}

.footer-social-links:after,
.footer-social-links:before {
	border-top: 1px solid;
	width: 100vw;
	position: relative;
	left: 50%;
	right: 50%;
	margin-left: -50vw;
	margin-right: -50vw;
	content: '';
	display: block;
	position: absolute;
}

.footer-social-links:before {
	top: 0;
}

.footer-social-links:after {
	bottom: 0;
}

.footer-wrap ul.social-links {
	justify-content: center;
	max-width: 100%;
}

.footer-wrap ul.social-links li {
	margin-bottom: 5px;
	margin-top: 5px;
	margin-right: 2.5%;
	margin-left: 2.5%;
}

.footer-wrap ul.social-links li a {
	font-size: 1.75rem;
}

.footer-widget-1 a,
.footer-widget-2 a,
.footer-widget-3 a,
.hover-yellow a {
	color: #ED02FF;
}
.footer-widget-1 a:hover,
.footer-widget-2 a:hover,
.footer-widget-3 a:hover,
.footer-wrap .hover-yellow a:hover, 
.footer-wrap .hover-yellow:hover{
	color: #FDFF9A;
}

@media(max-width:767px) {
	.footer-wrap .widget-area.columns>.column.footer-widget {
		width: 100%;
		max-width: 100%;
		flex: none;
	}

	.footer-widget-6 .textwidget p {
		text-align: center !important;
	}
}

/** Footer Bottom **/
.bottom-wrap {
	background-color: #242424;
	color: #fff;
	padding: 10px 0.75rem;
	border-top: 1px solid #707070;
}
.bottom-wrap ul.menu li {
	display: inline-block;
}
.bottom-wrap ul.menu li:not(:last-child):after {
	content: '|';
	display: inline-block;
	padding: 0 1rem;
}
.bottom-wrap,
.bottom-wrap .menu {
	font-size: 0.9375rem;
}
.bottom-wrap .grid-container {
	max-width: 1730px;
}
.bottom-wrap .copyright {
	text-align: right;
}

@media(max-width:767px) {
	.bottom-wrap .menu,
	.bottom-wrap .copyright {
		text-align: center;
	}
}

/**************************************
Shortcode
***************************************/

/* Social Icons */
.social-links {
	display: flex;
	flex-wrap: wrap;
	font-size: 1.5em;
}

.social-links .social-link {
	margin-right: 10%;
	margin-bottom: 5%;
}

/**************************************
Color Modes
***************************************/
body.mode-light #page.site:before {
	box-shadow: 0 -135px 0 #e3e3e3;
}
body.mode-light .with_frm_style .frm_primary_label,
body.mode-light .is-style-outline .wp-block-button__link,
body.mode-light .wp-block-button__link.is-style-outline,
body.mode-light #main .frm_inside_container label,
body.mode-light.single-video_post.show-hero-video .hero-image .video-close {
	color: #000;
}

body.mode-light .footer-wrap .footer-widget-6 .textwidget a {
	color: #ED02FF;
}


::-webkit-input-placeholder,
:-moz-placeholder,
:-ms-input-placeholder,
::-moz-placeholder,
body.mode-light #main .frm_style_formidable-style.with_frm_style .frm_icon_font,
body.mode-light #main .frm_icon_font.frm-pass-req,
body.mode-light form.pmpro_form .lite {
	color: #666;
}

body.mode-light .frm_button_submit,
body.mode-light a.wp-block-button__link,
body.mode-light a.more-link,
body.mode-light button.btn,
body.mode-light a.btn,
body.mode-light input.button,
body.mode-light input[type=submit],
body.mode-light input[type=button] {
	border-color: #000;
	color: #000;
}

body.mode-light input[type="url"],
body.mode-light input[type="password"],
body.mode-light input[type="search"],
body.mode-light input[type="number"],
body.mode-light input[type="tel"],
body.mode-light input[type="text"],
body.mode-light input[type="password"],
body.mode-light input[type="email"],
body.mode-light textarea,
body.mode-light select {
	border: 1px solid #000;
	color: #000!important;
}

body.mode-dark #page.site,
body.mode-light #main-nav ul#main-menu>li>a:hover {
	background-color: #1c1c1c !important;
	color: #FFF !important
}
body.mode-dark #page.site #mode-toggle .input-trigger label {
	color: #BABABA !important;
}

body.mode-light .footer-wrap,
body.mode-light #page.site,
body.mode-dark #main-nav ul#main-menu>li>a:hover {
	background-color: #FFF !important;
	color: #000 !important;
}

body.mode-light .upper-footer-wrap {
	background-color: #787878;
}
body.mode-light .breadcrumb-container #breadcrumbs ,
body.mode-light .inner-wrapper,
body.mode-light .cards-wrapper,
body.mode-light.single-article .sidebar-column {
	background-color: rgba(255, 255, 255, 0.7);
}

body.mode-light #modal-menu-container {
	background-color: rgba(255, 255, 255, 0.95);
}


body.mode-light.single-article .main-content,
body.mode-light .bottom-wrap {
	background-color: #fafafa;
	color: #000;
}

body.mode-light.single-live_post .related-posts.cards-wrapper {
	background-color: transparent;
}


body.mode-light .sidebar .widget,
body.mode-light.single-video_post.show-hero-video .content-wrap>.grid-container,
body.mode-light.single-video_post.show-hero-video .hero-image {
	background-color: #FFF;
}
body.mode-light #page.site  svg.logo-img path,
body.mode-light #page.site  svg.logo-img rect,
body.mode-light .footer-widget svg path,
body.mode-light .footer-widget svg rect {
	fill: #000;
}

body.mode-light .sidebar .widget,
body.mode-dark #header-search #search {
	border-color: #FFF;
}
body.mode-light #modal-menu-container a,
body.mode-light .stream-embed.has-frame-border,
body.mode-light .live-post-ctas .has-frame-border,
body.mode-light footer form button,
body.mode-light .category-flex-slider.layout-1L_3list .list-item-content,
body.mode-light #header-search #search {
	border-color: #000;
}

body.mode-light.single-video_post .title-container,
body.mode-light.single-article .title-container {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

body.mode-light #mode-toggle .input-trigger.active label:after,
body.mode-light #mode-toggle  .input-trigger input[type=radio]:checked + label:after {
    background: #000;
}
body.mode-light #mode-toggle .input-trigger label,
body.mode-light #modal-menu-container a,
body.mode-light .footer-widget-1 a:hover,
body.mode-light .footer-widget-2 a:hover,
body.mode-light .footer-widget-3 a:hover,
body.mode-light .footer-widget-6 a:hover,
body.mode-light .footer-wrap .hover-yellow a:hover, 
body.mode-light .footer-wrap .hover-yellow:hover {
	color:#000!important;
}

body.mode-light  #main .swiper-btn {
	background-color:#FFF;
}
body.mode-light  #main .swiper-btn:hover {
	background-color:#000;
}
body.mode-light #main .swiper-btn.swiper-button-prev:after {
	background-image:url(/wp-content/themes/amplify/images/arrow-left-blk.svg);
}
body.mode-light #main .swiper-btn.swiper-button-next:after {
	background-image:url(/wp-content/themes/amplify/images/arrow-right-blk.svg);
}
body.mode-light #main .swiper-btn.swiper-button-prev:hover:after {
	background-image:url(/wp-content/themes/amplify/images/arrow-left.svg);
}
body.mode-light #main .swiper-btn.swiper-button-next:hover:after {
	background-image:url(/wp-content/themes/amplify/images/arrow-right.svg);
}

body.mode-light #main .swiper-pagination-bullets .swiper-pagination-bullet {
	border: 2px solid #5c5c5c;
    background-color: #5c5c5c;
}
body.mode-light .loadmore:hover ,
body.mode-light #main .swiper-btn:hover,
body.mode-light #main .swiper-pagination-bullets .swiper-pagination-bullet:hover,
body.mode-light #main .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background-color:#000;
	border-color:#000;
	color:#fff;
}
body.mode-light #main .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background-color:#FFF;
}

body.mode-light #sidebar a:hover {
	color: #000;
}

