/*
Theme Name: The Wire Twenty-One
Theme URI: http://thewire.com/
Description: A WordPress theme for the Signing Day Sports - The Wire website using Bootstrap v5.0.1
Version: 2021.06
Author: Biscuit Studios
Author URI: http://biscuitstudios.com/
Tags: custom header, responsive, custom-menu, custom fields, translation-ready
*/

/*-------------------------------------------------------------------------*/

/* COLORS */

/*-------------------------------------------------------------------------*/

/* green = #E7F818 */
/* black bg = #1B1B1B */
/* black = #212529 */
/* gray = #808080 */

.text-green {
	color: #E7F818;
}
.text-black {
	color: #212529;
}
.text-gray {
	color: #808080;
}

/*-------------------------------------------------------------------------*/

/* FONTS */

/*-------------------------------------------------------------------------*/

/* font-family: 'dinregular', Helvetica, Arial, sans-serif; */
/* font-family: 'dinitalic', Helvetica, Arial, sans-serif; */
/* font-family: 'dinbold', Helvetica, Arial, sans-serif; */
/* font-family: 'kairos3', Helvetica, Arial, sans-serif; */

/* @font-face {
	font-family: "kairos";
	src: url(assets/fonts/kairossans.ttf);
	font-weight: bolder;
}
@font-face {
	font-family: "kairos2";
	src: url(assets/fonts/KairosSans_Variable.ttf);
	font-stretch: condensed;
} */
@font-face {
	font-family: "kairos3";
	src: url(assets/fonts/kairos.woff);
}
@font-face {
    font-family: 'dinregular';
    src: url('assets/fonts/d-din-webfont.woff2') format('woff2'),
         url('assets/fonts/d-din-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'dinitalic';
    src: url('assets/fonts/d-din-italic-webfont.woff2') format('woff2'),
         url('assets/fonts/d-din-italic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'dinbold';
    src: url('assets/fonts/d-din-bold-webfont.woff2') format('woff2'),
         url('assets/fonts/d-din-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/* @font-face {
  font-family: "DIN";
  src: url(assets/fonts/D-DIN.otf);
}
@font-face {
  font-family: "DIN";
  font-weight: bold;
  src: url(assets/fonts/D-DIN-Bold.otf);
}
@font-face {
  font-family: "DIN";
  font-style: italic;
  src: url(assets/fonts/D-DIN-Italic.otf);
} */

/*-------------------------------------------------------------------------*/

/* GLOBAL ELEMENTS */

/*-------------------------------------------------------------------------*/

html {
    position: relative;
    min-height: 100%;
}
body {
	/* background: #FFF url(assets/images/bg_image.png) repeat top left; */
	background-color: #000;
	font: 400 17px/170% 'dinregular', Helvetica, Arial, sans-serif;
	color: #212529;
	font-variant-ligatures: no-common-ligatures; /* no ligatures */
}
header, a, img, li {
    transition: all 0.3s ease;
}
a {
	color: #212529;
	background-image: linear-gradient(120deg, #E7F818 0%, #E7F818 100%);
    background-repeat: no-repeat;
    background-size: 100% 0.3em;
    background-position: 0 88%;
	text-decoration: none;
    transition: background-size 0.2s;
}
a:hover {
	color: #212529;
	background-size: 100% 88%;
}
a:active,
a:focus {
	color: #212529;
	background-size: 100% 88%;
}
a.no-border {
	background-image: none !important;
	text-decoration: none !important;
	border-bottom: none !important;
	transition: all 0.3s ease;
}
a:hover.no-border {
	background-image: none;
	text-decoration: none;
	border-bottom: none;
	filter: alpha(opacity=60);
    opacity: 0.6;
}
a img {
	display: inline-block;
}
a[href^="tel:"] {
	white-space: nowrap;
}
a[data-toggle] {
	cursor: pointer;
}
p {
	margin: 0 0 24px 0;
}
ul, ol {
	margin: 0 0 24px 0;
}
li {
	/* line-height: 140%; */
	margin: 0 0 12px 0;
}
li li {
	margin-top: 12px;
}
ol {
	list-style-type: decimal;
}
ol li {
	margin: 0 0 12px 6px;
    padding-left: 6px;
}
ol ol {
	list-style: disc;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
strong, b {
    font-family: 'dinbold', Helvetica, Arial, sans-serif;
}
em, i {
	font-style: italic;
}
address {
    margin-bottom: 12px;
	font-size: 14px;
	line-height: 160%;
}
blockquote {
	clear: both;
	color: #E7F818;
	background-color: #1B1B1B;
	font-family: 'kairos3', Helvetica, Arial, sans-serif;
	font-size: 24px;
	line-height: 160%;
	text-shadow: none;
	text-transform: uppercase;
	margin: 8px 0 32px 0;
	padding: 20px 30px;
	overflow: hidden;
}
blockquote p:last-child {
	margin: 0;
}
blockquote span {
	font-size: 14px;
	font-style: normal;
	text-transform: uppercase;
}
hr.thin {
	clear: both;
	background-color: #E5E5E5;
	border: 0;
	height: 1px;
	margin: 24px 0;
}
hr {
	clear: both;
	background-color: #E5E5E5;
	border: 0;
	height: 1px;
	margin: 40px 0;
	opacity: 1.0;
}
embed,
object,
iframe,
video {
	max-width: 100%;
	margin-bottom: 24px;
}
img, a img {
	border: none;
	vertical-align: bottom;
	max-width: 100%;
	height: auto;
}
a img {
   cursor: pointer;
}

/*-------------------------------------------------------------------------*/

/* STRUCTURE */

/*-------------------------------------------------------------------------*/

.content-wrapper {
	margin-top: -101px;
	padding-top: 0;
}
@media (min-width: 992px) {
	.content-wrapper {
		margin-top: 0;
		padding-top: 0;
	}
}
#content {
	clear: both;
	background-color: #FFF;
}
footer {
    clear: both;
	background-color: #FFF;
}

/*-------------------------------------------------------------------------*/

/* HEADER */

/*-------------------------------------------------------------------------*/

.navbar {
	background: transparent;
	background-image: linear-gradient(-180deg, #000 0%, rgba(42,42,42,0.00) 97%);
	border: none;
	padding: 0;
    transition: all 0.3s ease;
}
.navbar a {
	text-decoration: none;
}
.navbar a:hover {
	text-decoration: none;
}
@media (min-width: 992px) {
	.navbar {
		background-color: transparent;
		background-image: linear-gradient(-180deg, #000 0%, rgba(42,42,42,0.00) 97%);
		box-shadow: none;
	}
	.navbar.nav-small {
		background-color: #000;
		background-image: none;
		box-shadow: 0 2px 12px 0 rgba(0,0,0,0.25);
	}
}
#ps2id-dummy-offset {
	height: 20px;
}
@media (min-width: 992px) {
	#ps2id-dummy-offset {
		height: 160px;
	}
}

/* --- POSTIION NOT FIXED FOR MOBILE --- */

header {
    position: relative;
	width: 100%;
}
.fixed-top {
	position: relative;
	box-shadow: none;
	width: 100%;
}
@media (min-width: 992px) {
	.fixed-top {
	    position: fixed;
	    top: 0;
	    right: 0;
	    left: 0;
		box-shadow: none;
	}
	/* .fixed-top.nav-small {
		box-shadow: 0 2px 12px 0 rgba(0,0,0,0.25);
	} */
}

/* --- MOBILE LOGO --- */

.navbar .header-logo h1 {
	font-size: 24px;
	line-height: 100%;
	margin: 0;
}
.navbar .header-logo a.mobile-logo {
	display: inline-block;
	position: relative;
	text-align: left;
	margin: 20px 0 20px 26px;
	width: 100%;
	z-index: 1039;
}
.navbar .header-logo > a img {
	max-height: 100%;
	transition: all 0.3s ease;
}
.navbar .header-logo a.desktop-logo {
	display: none;
}

/* --- DESKTOP LOGO --- */

@media (min-width: 992px) {
	.navbar .header-logo a.mobile-logo {
		display: none;
	}
	.navbar .header-logo {
		text-align: center;
		margin-left: auto;
		margin-right: auto;
		z-index: 1039;
	}
	.navbar.nav-large .header-logo a.desktop-logo {
		display: block;
		margin: 30px auto 14px auto;
		width: 100%;
	}
	.navbar.nav-small .header-logo a.desktop-logo {
		display: block;
		margin: 14px auto 14px auto;
		width: 60%;
		transition: all 0.3s ease;
	}
	.navbar.nav-small .header-logo > a:hover.no-border {
		filter: alpha(opacity=100);
	    opacity: 1.0;
	}
}

/* --- MOBILE TOGGLE ICON --- */

.navbar-toggler {
	margin: 0 30px 0 0;
	padding: 0;
}
@media (min-width: 992px) {
	.navbar-toggler {
		margin: 0;
	}
}
.nav-hamburger {
	width: 30px;
	height: 24px;
	position: relative;
	margin: 0 auto;
	-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;
}
.nav-hamburger span {
	display: block;
	position: absolute;
	height: 6px;
	width: 100%;
	background: #E7F818;
	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;
}
.nav-hamburger span:nth-child(1) {
	top: 0px;
}
.nav-hamburger span:nth-child(2),
.nav-hamburger span:nth-child(3) {
	top: 9px;
}
.nav-hamburger span:nth-child(4) {
	top: 18px;
}
.nav-hamburger.open span:nth-child(1) {
	top: 9px;
	width: 0%;
	left: 50%;
}
.nav-hamburger.open span:nth-child(2) {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.nav-hamburger.open span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.nav-hamburger.open span:nth-child(4) {
	top: 18px;
	width: 0%;
	left: 50%;
}

.mobile-nav-button {
	display: none;
	position: absolute;
	top: 26px;
	right: 82px;
}
@media (min-width: 360px) {
	.mobile-nav-button {
		display: inline-block;
	}
}
@media (min-width: 992px) {
	.mobile-nav-button {
		display: none;
	}
}

/*-------------------------------------------------------------------------*/

/* MAIN MENU */

/*-------------------------------------------------------------------------*/

/* --- MENU BASICS --- */

.sf-menu,
.sf-menu * {
	list-style: none;
	margin: 0;
	padding: 0;
}
.sf-menu ul {
	position: absolute;
	display: none;
	/* top: 100%; */
	left: 0;
	z-index: 1000;
}
.sf-menu li {
	position: relative;
	line-height: 100%;
	display: inline-block;
}
/* REMOVED FOR EDGE
.sf-menu > li {
	float: left;
} */
.sf-menu a {
	display: block;
	position: relative;
}

/* --- MAIN MENU STYLES --- */

.desktop-menu {
	display: none;
}
@media (min-width: 992px) {
	.desktop-menu {
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		width: 100%;
		z-index: 1038;
	}
}
.desktop-menu .sf-menu {
	text-align: center;
	margin: 140px auto 0 auto;
    transition: all 0.3s ease;
}
.nav-small .desktop-menu .sf-menu {
	background: #000;
	box-shadow: 0 2px 12px 0 rgba(0,0,0,0.25);
	margin: 82px auto 0 auto;
	padding-bottom: 12px;
}
.desktop-menu .sf-menu ul {
	min-width: 11.5em;
}
.desktop-menu .sf-menu li {
	white-space: nowrap;
	margin: 0;
}
.desktop-menu .sf-menu li:hover {
	border-radius: 0;
	box-shadow: none;
	transition: all 0.3s ease;
}
.desktop-menu .sf-menu li.menu-item-has-children:hover a {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}
.desktop-menu .sf-menu li:hover > a {
	background-color: #FFF;
	color: #212529;
	text-decoration: none;
}
.desktop-menu .sf-menu .current-menu-ancestor > a,
.desktop-menu .sf-menu .current_page_ancestor > a {
	background-color: rgba(255, 255, 255, 0.20);
	text-decoration: none;
	border-bottom: none;
}
.desktop-menu .sf-menu .current-menu-item > a,
.desktop-menu .sf-menu .current_page_item > a {
	background-color: rgba(255, 255, 255, 0.20);
	text-decoration: none;
	border-bottom: none;
}
.desktop-menu .sf-menu li a {
    color: #FFF;
	background-color: transparent;
	background-image: none;
    border-radius: 0;
	font-family: 'dinbold', Helvetica, Arial, sans-serif;
    font-size: 18px;
    line-height: 100%;
	letter-spacing: 0.05em;
	text-decoration: none;
    text-transform: uppercase;
    margin: 0;
    padding: 16px 8px;
	z-index: 2;
}
@media (min-width: 1220px) {
	.desktop-menu .sf-menu li a {
		font-size: 17px;
		padding: 16px 16px;
	}
}
/* .desktop-menu .sf-menu li a.btn-white {
	background-color: rgba(255, 255, 255, 0.30);
	font-family: 'dinbold', Helvetica, Arial, sans-serif;
	font-size: 13px;
	text-decoration: none;
    text-transform: uppercase;
	margin-top: 0;
	padding: 14px 18px;
	white-space: normal;
}
.desktop-menu .sf-menu li a.btn-white:hover {
	background-color: #FFF;
	color: #212529;
} */

/* --- SUB MENU STYLES --- */

.desktop-menu ul.sf-menu li ul {
    display: none;
    background-color: #FFF;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.25);
	line-height: 100%;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	max-height: initial;
	height: auto !important;
    margin: 0;
	padding: 10px 6px 16px 6px;
	z-index: 1;
}
.desktop-menu ul.sf-menu li ul li {
    display: block;
	background-color: transparent;
    border: none;
	box-shadow: none !important;
	text-align: left;
    line-height: 100%;
	height: auto !important;
	margin: 0 !important;
}
.desktop-menu ul.sf-menu li ul li a,
.desktop-menu ul.sf-menu li ul li.current-menu-item > a,
.desktop-menu ul.sf-menu li ul li.current_page_item > a {
	color: #212529;
	background-color: #FFF;
    border-radius: 0;
	font-family: 'dinregular', Helvetica, Arial, sans-serif;
	font-size: 15px;
	letter-spacing: normal;
    text-transform: none;
	margin: 0;
    padding: 8px;
}
.desktop-menu ul.sf-menu li ul li a:hover {
	color: #212529;
	background-color: #E7F818;
}

/* --- SECONDARY MENU STYLES --- */

.secondary-menu {
	display: none;
}
@media (min-width: 992px) {
	.secondary-menu {
	    display: block;
		position: absolute;
		top: 0;
		right: 0;
		width: 100%;
		z-index: 1040;
	}
}
.secondary-menu .sf-menu {
    float: right;
	margin: 8px 8px 0 0;
	transition: all 0.3s ease;
}
.nav-small .secondary-menu .sf-menu {
	margin: 5px 5px 0 0;
}
.secondary-menu .sf-menu ul {
    min-width: 11.5em;
}
.secondary-menu .sf-menu li {
	white-space: nowrap;
	margin: 0 0 0 3px;
}
.secondary-menu .sf-menu li:hover {
	border-radius: 0;
	background-color: #FFF;
	box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.25);
	transition: all 0.3s ease;
}
.secondary-menu .sf-menu li.menu-item-has-children:hover a {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}
.secondary-menu .sf-menu li:hover > a {
	background-color: #FFF;
	border-radius: 0;
    color: #212529;
	text-decoration: none;
}
.secondary-menu .sf-menu .current-menu-item > a,
.secondary-menu .sf-menu .current_page_item > a {
	background-color: rgba(255, 255, 255, 0.20);
	text-decoration: none;
	border-bottom: none;
}
.secondary-menu .sf-menu .current-menu-ancestor > a,
.secondary-menu .sf-menu .current_page_ancestor > a {
	background-color: rgba(255, 255, 255, 0.20);
	text-decoration: none;
	border-bottom: none;
}
.secondary-menu .sf-menu li a,
.secondary-menu .sf-menu li.nav-text {
	color: #FFF;
    background-color: transparent;
	background-image: none;
    border-radius: 0;
	font-family: 'dinregular', Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 100%;
	text-decoration: none;
    text-transform: uppercase;
    margin: 0;
    padding: 14px 18px;
}
.secondary-menu li.nav-btn a {
    color: #212529;
	background-color: #E7F818;
	margin: 0;
    padding: 14px 28px;
    cursor: pointer;
}
.secondary-menu li.nav-btn:hover {
	background-color: #FFF;
    box-shadow: none;
}
.secondary-menu .feather-search {
	width: 16px;
	height: 16px;
	stroke: currentColor;
	stroke-width: 4;
	stroke-linecap: round;
	stroke-linejoin: round;
	fill: none;
	cursor: pointer;
}

/* --- SUB MENU STYLES --- */

.secondary-menu ul.sf-menu li ul {
    display: none;
    background-color: #FFF;
    box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.25);
	line-height: 100%;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	max-height: initial;
	height: auto !important;
    margin: 0;
	padding: 10px 8px;
}
.secondary-menu ul.sf-menu li ul li {
    display: block;
    background: transparent;
    border: none;
	box-shadow: none !important;
    line-height: 100%;
	height: auto !important;
	margin: 0 !important;
}
.secondary-menu ul.sf-menu li ul li a,
.secondary-menu ul.sf-menu li ul li.current-menu-item a,
.secondary-menu ul.sf-menu li ul li.current_page_item a {
	color: #212529;
	background-color: #FFF;
    border-radius: 0 !important;
	font-family: 'dinregular', Helvetica, Arial, sans-serif;
	font-size: 15px;
    text-transform: none;
	margin: 0;
    padding: 8px;
}
.secondary-menu ul.sf-menu li ul li a:hover {
	color: #212529;
	background-color: #E7F818;
}

/* --- DROP DOWN ARROWS --- */

/* .desktop-menu .sf-arrows .sf-with-ul:after {
	content: '';
	position: absolute;
	top: 50%;
	right: 0.7em;
	margin-top: -2px;
	height: 0;
	width: 0;
	border: 5px solid transparent;
	border-top-color: rgba(0, 0, 0, 0.2);
}
.desktop-menu .sf-menu li.no-arrow a {
    padding: 16px 18px 16px 16px;
}
.secondary-menu .sf-arrows .sf-with-ul:after {
	content: '';
	position: absolute;
	top: 50%;
	right: 0.1em;
	margin-top: -2px;
	height: 0;
	width: 0;
	border: 5px solid transparent;
	border-top-color: rgba(0, 0, 0, 0.2);
}
.sf-arrows > li > .sf-with-ul:focus:after,
.sf-arrows > li:hover > .sf-with-ul:after,
.sf-arrows > .sfHover > .sf-with-ul:after {
    border-top-color: rgba(0, 0, 0, 0.35);
} */

/* styling for right-facing arrows */

/* .sf-arrows ul .sf-with-ul:after {
	margin-top: -5px;
	margin-right: -3px;
	border-color: transparent;
	border-top-color: rgba(0, 0, 0, 0.5);
}
.sf-arrows ul li > .sf-with-ul:focus:after,
.sf-arrows ul li:hover > .sf-with-ul:after,
.sf-arrows ul .sfHover > .sf-with-ul:after {
	border-left-color: rgba(0, 0, 0, 0.5);
    border-top-color: transparent;
    margin-top: -6px;

} */

/* --- MEGAMENUS --- */

.sf-menu .mega-menu {
    position: inherit;
}
.sf-menu .mega-menu > ul {
    left: auto;
	border-radius: 0;
	margin: 0;
}
.sf-menu .mega-menu > ul > li {
    float: left;
	margin: 0;
    padding: 0;
}
.sf-menu .mega-menu > ul > li a.title,
.sf-menu .mega-menu > ul > li a.column-title {
    color: #212529;
	font-family: 'dinbold', Helvetica, Arial, sans-serif;
    font-size: 14px;
	text-transform: uppercase;
    margin: 0;
	padding: 10px 8px;
    white-space: normal;
}
/* .sf-menu .mega-menu > ul > li a.title:hover,
.sf-menu .mega-menu > ul > li a.column-title:hover {
    color: #FFF;
	background-color: #E7F818;
} */
.sf-menu .mega-menu > ul > li a.no-title {
	display: none;
}
.sf-menu .mega-menu > ul > li.no-link a.title:hover,
.sf-menu .mega-menu > ul > li.no-link a.column-title:hover {
    color: #212529;
	background-color: transparent;
}
.sf-menu .mega-menu > ul > li a.title:after,
.sf-menu .mega-menu > ul > li a.column-title:after {
	display: none;
}
.sf-menu .mega-menu ul li ul li a {
    font-family: 'dinregular', Helvetica, Arial, sans-serif;
	color: #212529;
    border-radius: 0;
	font-size: 15px;
	letter-spacing: normal;
    text-transform: none;
    margin: 0;
	padding: 8px;
    white-space: normal;
}
/* .sf-menu .mega-menu ul li ul li a:hover {
	color: #FFF;
	background-color: #E7F818;
} */
.sf-menu .mega-menu > ul > li ul {
    clear: both;
	display: block !important;
	position: relative !important;
	left: 0 !important;
	filter: alpha(opacity=100);
    opacity: 1 !important;
	width: 100%;
	box-shadow: none;
    margin: 0;
    padding: 0;
}
.sf-menu .mega-menu p {
	display: block;
	font-size: 11px;
	line-height: 150%;
	margin: 5px 8px 16px 8px;
	white-space: normal;
}
.sf-menu .mega-menu p a {
	position: inherit;
	display: inline;
	color: #212529;
	font-size: 11px;
	line-height: 150%;
	text-transform: uppercase;
	white-space: nowrap;
	padding: 0;
}
.sf-menu .mega-menu p a:hover {
	text-decoration: underline;
}
.sf-menu .mega-menu .image {
	border-radius: 0;
	margin: 0 0 -5px 0;
	padding: 12px 10px;
}
.sf-menu .mega-menu a .image {
	border-radius: 0;
	margin: 0 0 -5px 0;
	padding: 0;
}

/* --- MEGA COLUMNS --- */

.sf-menu .custom,
.sf-menu .natural {

}
.sf-menu .col-2 > ul {
    width: 400px;
}
.sf-menu .col-3 > ul {
    width: 725px;
}
.sf-menu .col-4 > ul {
    width: 600px;
}
.sf-menu .col-5 > ul {
    width: 500px;
}
.sf-menu .col-6 > ul {
    width: 600px;
}
.sf-menu .right {
    position: relative;
}
.sf-menu .right > ul {
    left: auto;
    right: 0 !important;
}
.sf-menu .col-1,
.sf-menu .col-2,
.sf-menu .col-3,
.sf-menu .col-4,
.sf-menu .col-5 {
	-webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: auto; /* ADDED FOR EDGE */
    max-width: fit-content;
}
.sf-menu .full-width > ul {
    position: absolute;
    left: auto !important;
    right: 0;
    padding: 0 0 35px 15px;
    box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.25);
    width: 100%;
    min-width: 100%; /* at least the size of the header */
    width: auto; /* size the block automatically */
}
@media (min-width: 1180px) {
    .sf-menu .full-width > ul {
        padding: 0 0 35px 30px;
    }
}
.sf-menu .col-2 > ul > li {
    width: 49%;
}
.sf-menu .col-3 > ul > li {
    width: 33%;
}
.sf-menu .col-4 > ul > li {
    width: 24%;
}
.sf-menu .col-5 > ul > li {
    width: 19.5%;
}

/* --- MOBILE MENU --- */

.navbar-expand-lg .navbar-collapse {
	background-color: #000;
	background-image: none;
	margin-top: -101px;
	padding-top: 101px;
}
@media (min-width: 992px) {
	.navbar-expand-lg .navbar-collapse {
    	display: none !important;
	}
}
.mobile-menu {
	clear: both;
	display: none;
    background-color: #000;
	padding: 0 20px;
}
.mobile-menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.mobile-menu ul li {
	border-bottom: 1px solid rgba(255, 255, 255, 0.20);
	margin: 0;
}
.mobile-menu ul li:first-child {
	border-top: 1px solid rgba(255, 255, 255, 0.20);
}
.mobile-menu ul li span .feather-chevron-down {
	float: right;
	width: 22px;
	height: 22px;
	stroke: #FFF;
	stroke-width: 4;
	stroke-linecap: round;
	stroke-linejoin: round;
	fill: none;
	margin-top: 3px;
	cursor: pointer;
}
.mobile-menu ul li a.active span .feather-chevron-down {
	stroke: #FFF;
}
.mobile-menu ul li a {
	display: block;
	background-image: none;
	color: #FFF;
	padding: 14px;
	font-family: 'dinbold', Helvetica, Arial, sans-serif;
	font-size: 15px;
	letter-spacing: 0.025em;
    line-height: 150%;
	text-decoration: none;
    text-transform: uppercase;
	transition: all 0.4s ease-in-out;
}
.mobile-menu ul li a:hover {
	color: #212529;
	background-color: #FFF;
	text-decoration: none;
}
.mobile-menu ul li a.active {
	color: #212529;
	background-color: #FFF;
}
.mobile-menu ul li a.active span {
	color: #212529;
}
.mobile-menu ul .sub-menu {
	display: none;
}
.mobile-menu ul .sub-menu li {
	border-top: 1px solid rgba(255, 255, 255, 0.20);
	border-bottom: 0;
}
.mobile-menu ul .sub-menu li a {
    color: #FFF;
    text-transform: none;
	font-family: 'dinregular', Helvetica, Arial, sans-serif;
    font-size: 15px;
    letter-spacing: normal;
    padding-left: 32px;
}
.mobile-menu ul .sub-menu li a:hover {
	color: #212529;
	background-color: #FFF;
	text-decoration: none;
}
.mobile-menu ul .sub-menu li li a {
    text-transform: none;
    font-size: 14px;
    padding-left: 52px;
}
.mobile-menu ul .sub-menu li li a:hover {
	color: #212529;
	background-color: #FFF;
	text-decoration: none;
}

/*-------------------------------------------------------------------------*/

/* MODAL SEARCH */

/*-------------------------------------------------------------------------*/

.modalsearch-form {
	position: relative;
	margin: 17px auto;
	height: 60px;
	width: 100%;
	overflow: hidden;
}
.modalsearch-input {
	background-color: #2A2A2A;
	border: none;
	border-radius: 0;
	color: #FFF;
	font-size: 18px;
	padding: 20px 10% 20px 14px;
	width: 100%;
	height: 60px;
}
.modalsearch-input::-ms-clear { /* remove cross in IE */
	display: none;
}
/* placeholder */
.modalsearch-input::-webkit-input-placeholder {
	color: rgba(255, 255, 255, 0.35);
}
.modalsearch-input:-moz-placeholder {
	color: rgba(255, 255, 255, 0.35);
}
.modalsearch-input::-moz-placeholder {
	color: rgba(255, 255, 255, 0.35);
}
.modalsearch-input:-ms-input-placeholder {
	color: rgba(255, 255, 255, 0.35);
}
/* hide placeholder when active in Chrome */
.gn-search:focus::-webkit-input-placeholder {
	color: transparent;
}
.modalsearch-submit {
	position: absolute;
	top: 15px;
	right: 15px;
	background: transparent url(assets/icons/icon_search_white.png) no-repeat center center;
	background-size: 100%;
	border: none;
	width: 30px;
	height: 30px;
	text-indent: 100px;
	overflow: hidden;
	opacity: 1.0;
	transition: all 0.3s ease;
}
.modalsearch-submit:hover {
	opacity: 0.6;
}
.modalsearch-input:focus,
.modalsearch-submit:focus {
	outline: none;
}

@media (min-width: 992px) {
	.modalsearch-form {
		margin: 0 auto;
		height: 130px;
	}
	.modalsearch-input {
		background-color: #F2F2F2;
		border: none;
	    border-radius: 0;
		color: #212529;
		font-size: 62px;
		font-family: 'dinbold', Helvetica, Arial, sans-serif;
		line-height: 130%;
		padding: 0 10% 0 10px;
		height: 120px;
	}
	/* placeholder */
	.modalsearch-input::-webkit-input-placeholder {
		color: rgba(0, 0, 0, 0.40);
	}
	.modalsearch-input:-moz-placeholder {
		color: rgba(0, 0, 0, 0.40);
	}
	.modalsearch-input::-moz-placeholder {
		color: rgba(0, 0, 0, 0.40);
	}
	.modalsearch-input:-ms-input-placeholder {
		color: rgba(0, 0, 0, 0.40);
	}
	.modalsearch-submit {
	    top: 28px;
		right: 15px;
		background: transparent url(assets/icons/icon_search_black.png) no-repeat center center;
		width: 64px;
		height: 64px;
	}
}

/*-------------------------------------------------------------------------*/

/* HEADING TAGS */

/*-------------------------------------------------------------------------*/

h1 {
    color: #212529;
	font-family: 'kairos3', Helvetica, Arial, sans-serif;
	font-size: 38px;
	line-height: 110%;
	text-transform: uppercase;
	margin: 0 0 24px 0;
	padding: 0;
}
@media (min-width: 992px) {
	h1 {
		font-size: 48px;
	}
}
h2 {
    color: #212529;
	font-family: 'kairos3', Helvetica, Arial, sans-serif;
	font-size: 32px;
	line-height: 110%;
	text-transform: uppercase;
	margin: 0 0 24px 0;
	padding: 0;
}
@media (min-width: 992px) {
	h2 {
		font-size: 42px;
	}
}
h3 {
	/* paragraph title  - with spacing below */
    color: #212529;
	font-family: 'kairos3', Helvetica, Arial, sans-serif;
	font-size: 24px;
	line-height: 120%;
	text-transform: uppercase;
	margin: 0 0 24px 0;
	padding: 0;
}
h4 {
	/* paragraph title - with no spacing below */
    color: #212529;
	font-family: 'kairos3', Helvetica, Arial, sans-serif;
	font-size: 24px;
	line-height: 120%;
	text-transform: uppercase;
    margin: 0;
	padding: 0;
}
@media (min-width: 992px) {
	h3, h4 {
		font-size: 32px;
	}
}
h5 {
	/* smaller title  - with no spacing below */
    color: #212529;
	font-family: 'kairos3', Helvetica, Arial, sans-serif;
	font-size: 20px;
	line-height: 120%;
    margin: 0 0 30px 0;
	padding: 0;
}
h6 {
	/* smaller title  - with no spacing below */
    color: #212529;
	font-family: 'kairos3', Helvetica, Arial, sans-serif;
	font-size: 20px;
	line-height: 120%;
	text-transform: uppercase;
    margin: 0;
	padding: 0;
}
@media (min-width: 992px) {
	h5, h6 {
		font-size: 24px;
	}
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color: #212529;
	border-bottom: none;
}
h1 a:hover, h2 a:hover {
	color: #212529;
	border-bottom: 1px solid #d2d2d2;
}

/*-------------------------------------------------------------------------*/

/* HEADER IMAGE  */

/*-------------------------------------------------------------------------*/

/* --- PAGES --- */

#header-image {
	position: relative;
	background: #000;
	padding-left: 0;
	padding-right: 0;
	height: 280px;
}
@media (min-width: 992px) {
	#header-image {
		height: 440px;
	}
}
#header-image.header-image-no-title {
	height: 180px;
}
@media (min-width: 992px) {
	#header-image.header-image-no-title {
		height: 280px;
	}
}
#header-image .details-bg {
	background:
 	   url(assets/images/bg_stripes_white_transparent.png) bottom -30px left 0 no-repeat,
 	   url(assets/images/bg_path_1.png) top 112px left 0 no-repeat,
 	   url(assets/images/bg_path_2.png) bottom 90px left 0 no-repeat,
 	   url(assets/images/bg_path_3.png) bottom 70px right 0 no-repeat;
	border-bottom: 30px solid rgba(255, 255, 255, 0.30);
	width: 100%;
    height: 100%;
}
#header-image.header-image-no-title .details-bg {
	background:
 	   url(assets/images/bg_stripes_white_transparent.png) bottom -30px left 0 no-repeat;
	border-bottom: 30px solid rgba(255, 255, 255, 0.30);
	width: 100%;
    height: 100%;
}
#header-image .entry-header {
	text-align: center;
	margin: 0 auto;
	padding: 3rem;
	width: 100%;
	height: 100%;
}
#header-image .entry-header h1 {
	color: #FFF;
	font-size: 32px;
	line-height: 100%;
	margin-top: 80px;
}
#header-image .entry-header span {
	color: #FFF;
	font-size: 22px;
	line-height: 100%;
	margin-top: 0;
}
@media (min-width: 992px) {
	#header-image .entry-header h1 {
		font-size: 52px;
		margin-top: 160px;
	}
	#header-image .entry-header span {
		font-size: 36px;
	}
}
#header-image .entry-header h1 a {
	color: #FEFEFA;
}
#header-image img,
#header-image.header-image-gradient img {
	filter: alpha(opacity=70);
	opacity: 0.7;
}

/* --- POSTS --- */

#header-image.header-image-post {
	height: 580px;
}
@media (min-width: 992px) {
	#header-image.header-image-post {
		height: 920px;
	}
}
#header-image.header-image-post .details-bg {
	background:
		url(assets/images/bg_stripes_white_transparent.png) bottom -30px left 0 no-repeat,
		url(assets/images/bg_path_1.png) top 112px left 0 no-repeat,
		url(assets/images/bg_path_2.png) bottom 90px left 0 no-repeat,
		url(assets/images/bg_path_3.png) bottom 70px right 0 no-repeat,
		linear-gradient(179deg, rgba(0,0,0,0.00) 0%, rgba(0,0,0,0.50) 43%, rgba(0,0,0,0.50) 44%, rgba(0,0,0,0.00) 99%);
	border-bottom: 30px solid rgba(255, 255, 255, 0.30);
	width: 100%;
    height: 100%;
}
#header-image.header-image-post .entry-header {
	color: #FFF;
	text-align: center;
	margin: 0 auto;
	padding: 3rem;
	width: 100%;
	height: 100%;
}
#header-image.header-image-post .entry-header h1 {
	color: #FFF;
	font-size: 32px;
	line-height: 100%;
	margin-top: 0;
}
#header-image.header-image-post .entry-header span {
	color: #FFF;
	font-size: 22px;
	line-height: 100%;
	margin-top: 0;
}
@media (min-width: 992px) {
	#header-image.header-image-post .entry-header {
		width: 62%;
	}
	#header-image.header-image-post .entry-header h1 {
		font-size: 52px;
	}
	#header-image.header-image-post .entry-header span {
		font-size: 36px;
	}
}

/*-------------------------------------------------------------------------*/

/* SECTION BACKGROUNDS  */

/*-------------------------------------------------------------------------*/

.white-bg {
	background-color: #FFF;
}
.gray-bg,
.green-pattern-bg {
	background-color: #F2F2F2;
}
.green-bg,
.green-pattern-bg,
.green-pattern2-bg {
	background-color: #E7F818;
	color: #212529;
}
.green-bg a,
.green-pattern-bg a,
.green-pattern2-bg a {
	color: #212529;
    border-bottom: 1px solid #FFF;
}
.black-bg,
.black-pattern-bg,
.black-pattern2-bg {
	background-color: #1B1B1B;
	color: #FFF;
}
.black-bg a,
.black-pattern-bg a,
.black-pattern2-bg a {
	color: #FFF;
    border-bottom: 1px solid #FFF;
}
.gray-pattern-bg  {
	background-color: #F2F2F2;
	background:
		url(assets/images/bg_stripes_black.png)  no-repeat top left / 213px 50px,
		url(assets/images/bg_concrete.png) repeat top left;
}
.gray-pattern2-bg {
	background-image: url(assets/images/bg_sds_chevron_gray.png);
	background-repeat: repeat;
	background-position: top left;
}
.green-pattern-bg {
	background-image: url(assets/images/bg_mark_sds_transparent_green.png);
	background-repeat: repeat;
	background-position: top left;
}
.green-pattern2-bg {
	background-image: url(assets/images/bg_sds_chevron_green.png);
	background-repeat: repeat;
	background-position: top left;
}
.black-pattern-bg {
	background-image: url(assets/images/bg_mark_sds_transparent_black.png);
	background-repeat: repeat;
	background-position: top left;
}
.black-pattern2-bg {
	/* background-image: url(assets/images/bg_mark_whitedeer_white.png); */
	background-repeat: no-repeat;
	background-position: bottom right;
}
.green-bg h1, .green-bg h2, .green-bg h3, .green-bg h4, .green-bg h5, .green-bg h6,
.green-bg h1 a, .green-bg h2 a, .green-bg h3 a, .green-bg h4 a, .green-bg h5 a, .green-bg h6 a,
.green-pattern-bg h1, .green-pattern-bg h2, .green-pattern-bg h3, .green-pattern-bg h4, .green-pattern-bg h5, .green-pattern-bg h6,
.green-pattern-bg h1 a, .green-pattern-bg h2 a, .green-pattern-bg h3 a, .green-pattern-bg h4 a, .green-pattern-bg h5 a, .green-pattern-bg h6 a,
.green-pattern2-bg h1, .green-pattern2-bg h2, .green-pattern2-bg h3, .green-pattern2-bg h4, .green-pattern2-bg h5, .green-pattern2-bg h6,
.green-pattern2-bg h1 a, .green-pattern2-bg h2 a, .green-pattern2-bg h3 a, .green-pattern2-bg h4 a, .green-pattern2-bg h5 a, .green-pattern2-bg h6 a {
	color: #212529;
}
.black-bg h1, .black-bg h2, .black-bg h3, .black-bg h4, .black-bg h5, .black-bg h6,
.black-bg h1 a, .black-bg h2 a, .black-bg h3 a, .black-bg h4 a, .black-bg h5 a, .black-bg h6 a,
.black-pattern-bg h1, .black-pattern-bg h2, .black-pattern-bg h3, .black-pattern-bg h4, .black-pattern-bg h5, .black-pattern-bg h6,
.black-pattern-bg h1 a, .black-pattern-bg h2 a, .black-pattern-bg h3 a, .black-pattern-bg h4 a, .black-pattern-bg h5 a, .black-pattern-bg h6 a,
.black-pattern2-bg h1, .black-pattern2-bg h2, .black-pattern2-bg h3, .black-pattern2-bg h4, .black-pattern2-bg h5, .black-pattern2-bg h6,
.black-pattern2-bg h1 a, .black-pattern2-bg h2 a, .black-pattern2-bg h3 a, .black-pattern2-bg h4 a, .black-pattern2-bg h5 a, .black-pattern2-bg h6 a {
	color: #FFF;
}

/* VIDEO WRAPPERS */

.white-bg .video-wrapper  {
	background-color: #F6F6F6;
	border-radius: 0;
	padding: 8px;
}
.gray-bg .video-wrapper {
	background-color: #FFF;
	border-radius: 0;
	padding: 8px;
}
.green-bg .video-wrapper,
.green-pattern-bg .video-wrapper,
.green-pattern2-bg .video-wrapper,
.black-bg .video-wrapper,
.black-pattern-bg .video-wrapper,
.black-pattern2-bg .video-wrapper {
	background-color: rgba(255, 255, 255, 0.15);
	border-radius: 0;
	padding: 8px;
}

/* BUTTONS IN COLOR BGS */

.green-bg .btn-white,
.green-pattern-bg .btn-white,
.green-pattern2-bg .btn-white {
	color: #E7F818;
    border-bottom: none;
}
.black-bg .btn-white,
.black-pattern-bg .btn-white,
.black-pattern2-bg .btn-white {
	color: #212529;
	border-bottom: none;
}

/* FAQ TITLES AND ANSWERS */

.white-bg .faq-title a,
.gray-bg .faq-title a {
	color: #212529;
	text-decoration: none;
}
.white-bg .collapse {
    background-color: #F6F6F6;
}
.gray-bg .collapse,
.green-bg .collapse,
.green-pattern-bg .collapse,
.green-pattern2-bg .collapse,
.black-bg .collapse,
.black-pattern-bg .collapse,
.black-pattern2-bg .collapse {
    color: #212529;
	background-color: #FFF;
}

/*-------------------------------------------------------------------------*/

/* SECTION MENUS */

/*-------------------------------------------------------------------------*/

.section-menu {
    display: none;
}
@media (min-width: 576px) {
	.section-menu {
	    display: block;
		position: fixed;
	    bottom: 0;
	    background-color: #FFF;
	    border-top: 1px solid #E2E2E2;
		padding-top: 26px;
		padding-bottom: 0;
	    width: 100%;
	    z-index: 9000;
	}
}
.section-menu ul {
	list-style: none;
    text-align: center;
	margin: 0 auto;
	padding: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}
.section-menu li {
	float: left;
    font-size: 12px;
    text-align: center;
    line-height: 100%;
    text-transform: uppercase;
    margin: 0 2px 26px 2px !important;
    white-space: nowrap;
}
.section-menu li a {
	font-family: 'dinbold', Helvetica, Arial, sans-serif;
	font-size: 13px;
	line-height: 100%;
    border: none;
    border-radius: 0;
	background-color: #FFF;
	text-decoration: none;
    padding: 10px 10px;
	white-space: nowrap;
}
.section-menu li a:hover {
	color: #FFF;
	background-color: #212529;
}
.section-menu span {
	float: left;
	color: #212529;
	font-family: 'dinbold', Helvetica, Arial, sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	padding: 14px 10px 13px 0;
}

/*-------------------------------------------------------------------------*/

/* ONE COLUMN */

/*-------------------------------------------------------------------------*/

.copy-one-column { }

/*-------------------------------------------------------------------------*/

/* TWO COLUMNS */

/*-------------------------------------------------------------------------*/

.copy-left,
.copy-right {
	padding-left: 15px;
	padding-right: 15px;
}
@media (min-width: 992px) {
	.copy-left {
		padding-right: 40px;
	}
	.copy-right {
		padding-left: 40px;
	}
}

/*-------------------------------------------------------------------------*/

/* THREE COLUMNS */

/*-------------------------------------------------------------------------*/

.copy-left-thirds,
.copy-middle-thirds,
.copy-right-thirds {
	padding-left: 15px;
	padding-right: 15px;
}

@media (min-width: 992px) {
	.copy-left-thirds {
		padding-right: 20px;
	}
	.copy-middle-thirds {
		padding-left: 20px;
		padding-right: 20px;
	}
	.copy-right-thirds {
		padding-left: 20px;
	}
}

/*-------------------------------------------------------------------------*/

/* IMAGE + COLUMN */

/*-------------------------------------------------------------------------*/

.copy-image-left,
.copy-image-right {
    min-height: 540px;
}
@media (min-width: 992px) {
	.copy-image-left,
	.copy-image-right {
	    min-height: 540px;
	}
}
@media (min-width: 1920px) {
	.copy-image-left,
	.copy-image-right {
	    min-height: 720px;
	}
}
.copy-image-left .details-caption {
    position: absolute;
    bottom: 12px;
    left: 12px;
    color: #FFF;
	font-size: 13px;
    font-style: italic;
	line-height: 120%;
	text-align: left;
    text-shadow: 0 1px 8px rgba(0, 0, 0, 0.80);
}
.copy-image-right .details-caption {
    position: absolute;
    bottom: 12px;
    right: 12px;
    color: #FFF;
	font-size: 13px;
    font-style: italic;
	line-height: 120%;
	text-align: right;
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.70);
}
.copy ul, .copy ol {
	margin: 0;
}
.copy-block-left,
.copy-block-right {
	padding-left: 30px;
	padding-right: 30px;
}
@media (min-width: 992px) {
    .copy-block-left,
    .copy-block-right {
		padding-left: 120px;
	    padding-right: 120px;
	}
}

/*-------------------------------------------------------------------------*/

/* CALLOUTS  */

/*-------------------------------------------------------------------------*/

.callout {
	text-align: center;
}
.callout p {
	font-size: 28px;
	line-height: 150%;
	margin-bottom: 12px;
}
@media (min-width: 768px) {
	.callout p {
		font-size: 40px;
	}
}

/*-------------------------------------------------------------------------*/

/* QUOTE  */

/*-------------------------------------------------------------------------*/

.quote {
    background: url(assets/icons/icon_blockquote_top.png) no-repeat center 0 / 75px 56px;
    font-size: 20px;
    font-style: italic;
    text-align: center;
	border-top: 2px solid rgba(255, 255, 255, 0.35);
	border-bottom: 2px solid rgba(255, 255, 255, 0.35);
	margin: 80px auto;
	padding-top: 80px;
	padding-bottom: 50px;
	overflow: visible !important;
}
.white-bg .quote {
    background: url(assets/icons/icon_blockquote_top_gray.png) no-repeat center 0 / 75px 56px;
	border-top: 2px solid rgba(0, 0, 0, 0.07);
	border-bottom: 2px solid rgba(0, 0, 0, 0.07);
}
.quote p {
	font-size: 22px;
    line-height: 160%;
	margin-bottom: 24px;
}
.quote span {
	font-family: 'dinbold', Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-style: normal;
	text-align: center;
    text-transform: uppercase;
}

/*-------------------------------------------------------------------------*/

/* FULL WIDTH IMAGE WITH TEXT */

/*-------------------------------------------------------------------------*/

.full-width-text {
    position: relative;
	background: rgba(0, 0, 0, 0.50);
	border-radius: 0;
	padding-left: 0;
	padding-right: 0;
}
.full-width-text .details-bg {
    background: rgba(0, 0, 0, 0.50);
	width: 100%;
    height: 100%;
	padding-top: 60px;
	padding-bottom: 60px;
}
.full-width-text .details {
	margin: 0 auto;
	padding: 3rem;
	width: 100%;
}
@media (min-width: 992px) {
	.full-width-text .details {
	    padding: 3rem 0;
		width: 70%;
	}
}
.full-width-text h1,
.full-width-text h2,
.full-width-text h3,
.full-width-text h4,
.full-width-text h5,
.full-width-text h6 {
	color: #FFF;
}
.full-width-text {
    color: #FFF;
}
.full-width-text .details-caption,
.full-width-no-text .details-caption {
    position: absolute;
    bottom: 12px;
    right: 12px;
    color: #FFF;
	font-size: 13px;
    font-style: italic;
	line-height: 120%;
	text-align: right;
    text-shadow: 0 1px 8px rgba(0, 0, 0, 0.80);
}

/*-------------------------------------------------------------------------*/

/* FULL WIDTH IMAGE NO TEXT */

/*-------------------------------------------------------------------------*/

.full-width-no-text {
	border-radius: 0;
	width: 100%;
	height: 360px;
}
@media (min-width: 992px) {
	.full-width-no-text {
		height: 480px;
	}
}

/*-------------------------------------------------------------------------*/

/* FAQS */

/*-------------------------------------------------------------------------*/

.faqs-accordion {
	width: 100%;
}
.faq-question .accordion-toggle:after {
	position: relative;
	float: right;
	width: 24px;
	height: 24px;
	content: url(assets/icons/feather/chevron-down.svg);
	margin-top: 5px;
	margin-right: -30px;
	stroke: #930;
	stroke-width: 2;
	stroke-linecap: round;
	stroke-linejoin: round;
	fill: none;
	cursor: pointer;
}
.faq-question.active .accordion-toggle:after {
    /* symbol for "collapsed" panels */
    content: url(assets/icons/feather/x.svg);
}
.faq-question {
    padding-top: 20px;
    padding-bottom: 20px;
	padding-right: 30px;
    border-bottom: 1px solid #E2E2E2;
}
.faq-question:first-child {
    border-top: 1px solid #E2E2E2;
}
.faq-question .faq-title a {
	font-size: 18px;
	border-bottom: none;
	line-height: 120%;
	text-decoration: none;
    cursor: pointer;
}
.faq-question .collapse {
	transition: all 0.6s ease;
}
@media (min-width: 992px) {
	.faq-question .faq-title a {
	    font-size: 21px;
	}
}
.faq-answer {
    margin-top: 8px;
    padding: 20px 20px 6px 20px;
}
@media (min-width: 992px) {
    .faq-answer {
		padding: 30px 30px 16px 30px;
    }
}

/*-------------------------------------------------------------------------*/

/* TESTIMONIALS CARDS */

/*-------------------------------------------------------------------------*/

.testimonials-cards-title {
	font-family: 'dinbold', Helvetica, Arial, sans-serif;
	font-size: 17px;
	text-transform: uppercase;
}
.testimonials-cards-company {
	color: #808080;
	font-family: 'dinbold', Helvetica, Arial, sans-serif;
	font-size: 13px;
	line-height: 120%;
	text-transform: uppercase;
}
.testimonials-cards-text {
	font-size: 15px;
	font-style: italic;
	line-height: 150%;
	margin-top: 12px;
	margin-bottom: 8px;
}
.testimonials-cards .card-img-url {
	position: relative;
}
.testimonials-cards .card-img-url span.arrowup {
	position: absolute;
	bottom: 0;
	left: 14px;
	width: 0;
    height: 0;
    border-left: 24px solid transparent;
    border-right: 24px solid transparent;
    border-bottom: 24px solid #FFF;
}

/*-------------------------------------------------------------------------*/

/* TESTIMONIALS FULL SLIDER */

/*-------------------------------------------------------------------------*/

.testimonials-slider-full {
    padding-top: 80px;
	padding-bottom: 80px;
}
.testimonials-slider-full .testimonial-carousel .item {
	text-align: center;
}
.testimonials-slider-full img.testimonials-image {
    margin: 0 auto 18px auto;
    width: 100px;
    height: 100px;
}
.testimonials-slider-full .owl-carousel .owl-item img {
    display: inline-block;
}
.testimonials-slider-full .testimonials-slider-title {
	color: #212529;
    font-size: 22px;
    line-height: 120%;
    text-transform: none;
    margin-bottom: 2px;
}
.testimonials-slider-full .testimonials-slider-title a {
	/* color: #212529; */
	border-bottom: none;
}
.testimonials-slider-full .testimonials-slider-company {
    font-size: 13px;
    margin-bottom: 14px;
    text-transform: uppercase;
}
.testimonials-slider-full .testimonials-excerpt {
	background: url(assets/icons/icon_blockquote_top.png) no-repeat left 0 / 75px 56px,
	url(assets/icons/icon_blockquote_bottom.png) no-repeat right bottom / 75px 56px;
	font-size: 20px;
    font-style: italic;
    line-height: 140%;
    margin-bottom: 36px;
}
.testimonials-slider-full.white-bg .testimonials-excerpt {
	background: url(assets/icons/icon_blockquote_top_gray.png) no-repeat left 0 / 75px 56px,
	url(assets/icons/icon_blockquote_bottom_gray.png) no-repeat right bottom / 75px 56px;
}
@media (min-width: 992px) {
	.testimonials-slider-full .testimonials-excerpt {
		font-size: 32px;
	}
}
.testimonials-slider-full .owl-dots {
	text-align: center;
	margin-bottom: 30px;
}
.testimonials-slider-full .owl-dots .owl-dot span {
	width: 16px;
	height: 16px;
	margin: 0 3px;
	background: rgba(255, 255, 255, 0.35);
	display: block !important;
	text-align: center;
	-webkit-backface-visibility:visible;
	-webkit-transition:opacity 200ms ease;
	-moz-transition:opacity 200ms ease;
	-ms-transition:opacity 200ms ease;
	-o-transition:opacity 200ms ease;
	transition:opacity 200ms ease;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 16px;
}
.testimonials-slider-full .owl-dots .owl-dot.active span,
.testimonials-slider-full .owl-dots .owl-dot:hover span {
	background: rgba(255, 255, 255, 0.85);
}
.testimonials-slider-full.white-bg .owl-dots .owl-dot span {
	background: rgba(0, 0, 0, 0.20);
}
.testimonials-slider-full.white-bg .owl-dots .owl-dot.active span,
.testimonials-slider-full.white-bg .owl-dots .owl-dot:hover span {
	background: rgba(0, 0, 0, 0.85);
}

/*-------------------------------------------------------------------------*/

/* TESTIMONIALS HALF SLIDER */

/*-------------------------------------------------------------------------*/

/* --- TESTIMONIAL SLIDER - LEFT SIDE --- */

.testimonials-slider-half .testimonial-callout {
    position: relative;
	padding-top: 60px;
	padding-bottom: 60px;
}
.testimonials-slider-half .testimonial-callout .details {
    /* color: #FFF; */
	padding-left: 15px;
	padding-right: 15px;
}
@media (min-width: 768px) {
    .testimonials-slider-half .testimonial-callout .details {
		padding-left: 60px;
		padding-right: 60px;
    }
}

/* --- TESTIMONIAL SLIDER - RIGHT SIDE --- */

.testimonials-slider-half .testimonial-carousel .item {
    text-align: center;
    padding: 48px 15px 30px 15px;
}
@media (min-width: 768px) {
    .testimonials-slider-half .testimonial-carousel .item {
        padding: 48px 60px 30px 60px;
    }
}
.testimonials-slider-half img.testimonials-image {
    margin: 0 auto 18px auto;
    width: 100px;
    height: 100px;
}
.testimonials-slider-half .owl-carousel .owl-item img {
    display: inline-block;
}
.testimonials-slider-half .testimonials-slider-title {
	color: #212529;
    font-size: 22px;
    line-height: 120%;
    text-transform: none;
    margin-bottom: 2px;
}
.testimonials-slider-half .testimonials-slider-title a {
	/* color: #212529; */
	border-bottom: none;
}
.testimonials-slider-half .testimonials-slider-company {
    font-size: 13px;
    margin-bottom: 14px;
    text-transform: uppercase;
}
.testimonials-slider-half .testimonials-excerpt {
    font-size: 16px;
	font-style: italic;
    line-height: 160%;
    margin-bottom: 0;
}
.testimonials-slider-half .owl-dots {
	text-align: center;
	margin-bottom: 30px;
}
.testimonials-slider-half .owl-dots .owl-dot span {
	width: 16px;
	height: 16px;
	margin: 0 3px;
	background: #C2C2C2;
	display: block !important;
	text-align: center;
	-webkit-backface-visibility:visible;
	-webkit-transition:opacity 200ms ease;
	-moz-transition:opacity 200ms ease;
	-ms-transition:opacity 200ms ease;
	-o-transition:opacity 200ms ease;
	transition:opacity 200ms ease;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 16px;
}
.testimonials-slider-half .owl-dots .owl-dot.active span,
.testimonials-slider-half .owl-dots .owl-dot:hover span {
	background: #212529;
}

/*-------------------------------------------------------------------------*/

/* BIO / STAFF */

/*-------------------------------------------------------------------------*/

/* --- MAKE 5 COLUMNS --- */

.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}
.col-xs-5ths {
    width: 100%;
    float: left;
}
@media (min-width: 768px) {
    .col-sm-5ths {
        width: 50%;
        float: left;
    }
}
@media (min-width: 992px) {
    .col-md-5ths {
        width: 20%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left;
    }
}

/* --- SINGLE BIO PAGES --- */

.single-bio h1 {
	font-size: 40px;
    margin: 0 0 6px 0;
}
.single-bio h6 {
    margin: 0 0 8px 0;
}
.single-bio-icons {
    margin: 0 0 24px 0;
}

/*-------------------------------------------------------------------------*/

/* MODAL FULLSCREEN */

/*-------------------------------------------------------------------------*/

.modal-fullscreen {
    background: #212529;
	background: rgba(0, 0, 0, 0.45);
	backdrop-filter: blur(3px);
    z-index: 10000;
}
.modal-fullscreen .modal-dialog {
    margin: 0 auto;
    padding: 0;
}
/* override scss */
@media (min-width: 576px) {
	.modal-dialog {
    	max-width: 90%;
    	margin: 0 auto;
	}
}
.modal-fullscreen .modal-content {
    background: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #212529;
    text-align: left;
    height: 100%;
    overflow: auto;
}
.modal-fullscreen .modal-content h1,
.modal-fullscreen .modal-content h2,
.modal-fullscreen .modal-content h3,
.modal-fullscreen .modal-content h4,
.modal-fullscreen .modal-content h5,
.modal-fullscreen .modal-content h6 {
    color: #212529;
}
.modal-fullscreen .modal-header,
.modal-fullscreen .modal-body,
.modal-fullscreen .modal-footer {
    color: #212529;
    margin: 0 auto;
    max-width: 1080px;
    width: 92%;
}
.modal-fullscreen .modal-header {
    background-color: #FFF;
	border-bottom: none;
}
.modal-fullscreen .modal-body {
    background-color: #FFF;
	/* background: #FFF url(assets/images/bg_pattern_top_right_gray.png) no-repeat top right / 468px 370px; */
    border-radius: 0 0 4px 4px;
    padding: 0 10px 40px 10px;
    overflow: hidden;
}
@media (min-width: 992px) {
	.modal-fullscreen .modal-body {
	    padding: 0 40px 40px 40px;
	}
}
.modal-fullscreen .modal-image {
    margin-bottom: 36px;
}
.modal-fullscreen .modal-title {
    color: #212529;
    font-size: 32px;
    line-height: 100%;
    margin: 8px 0 24px 0;
}
.modal-fullscreen .modal-title span {
    font-size: 22px;
}
.modal-fullscreen .modal-title span a {
    color: #212529;
}
.modal-fullscreen .modal-icons {
    color: #212529;
    font-size: 18px;
    margin-bottom: 24px;
}
.modal-fullscreen .modal-icons a {
    color: #212529;
	border-bottom: none;
}
.modal-fullscreen .modal-icons a:hover {
    border-bottom: none;
	opacity: 0.5;
}

/*-------------------------------------------------------------------------*/

/* BOOTSTRAP CARDS */

/*-------------------------------------------------------------------------*/

/* --- CREATES MATCH HEIGHT --- */

.row-cards {
  	display: flex;
  	flex-wrap: wrap;
  	margin-left: -15px;
  	margin-right: -15px;
}
.row-cards > div[class*='col-'] {
	display: flex;
}

/* --- STYLE THE CARD --- */

.card {
    position: relative;
	background: #FFF;
	color: #212529;
    /* box-shadow: 0px 2px 9px 0px rgba(0,0,0,0.15); */
    box-shadow: 0;
	border: none;
    border-radius: 0;
	width: 100%;
	overflow: hidden;
}
a.card-img-url {
	display: block;
	position: relative;
}
a.card-img-url:hover {
	opacity: 0.7;
}
a.card-img-url span.feather-id {
	position: absolute;
	bottom: 20px;
	right: 10px;
}
a.card-img-url .feather {
	width: auto;
	height: 32px;
	stroke: #FFF;
	stroke-width: 2;
	stroke-linecap: round;
	stroke-linejoin: round;
	fill: none;
}
.card-body {
	padding: 1rem 0.5rem;
}
.card-body p:last-child {
	margin-bottom: 0;
}
.card-title {
	font-family: 'kairos3', Helvetica, Arial, sans-serif;
	font-size: 19px;
	line-height: 120%;
	text-transform: uppercase;
	margin-bottom: 0;
}
.card-title a {
	color: #212529;
	background-image: none;
	border-bottom: none;
}
.card-title a:hover {
	color: #212529;
	text-decoration: underline;
}
.card-subtitle {
	color: #808080;
	font-size: 14px;
	text-transform: uppercase;
}
.card-text {
	font-size: 15px;
	line-height: 140%;
}
hr.cards-hr {
	clear: both;
	background-color: #E2E2E2;
	border: 0;
	height: 1px;
	margin: 20px 0;
}
.cards-avatar img {
    margin-bottom: 12px;
}

/*-------------------------------------------------------------------------*/

/* CARDS HORIZONTAL */

/*-------------------------------------------------------------------------*/

.cards-horizontal {
    margin-bottom: 42px;
	/* padding: 0; */
}
.cards-horizontal .card-body-odd,
.cards-horizontal .card-body-even {
    text-align: left;
	padding: 0 15px;
}
@media (min-width: 992px) {
	.cards-horizontal .card-body-odd {
		padding: 0 15px 0 15px;
	}
	.cards-horizontal .card-body-even {
		padding: 0 15px 0 15px;
	}

}
.cards-horizontal .card-image {
	position: relative;
    margin: 0 auto 16px auto;
	text-align: center;
}

/*-------------------------------------------------------------------------*/

/* BOOTSTRAP VIDEO IFRAMES */

/*-------------------------------------------------------------------------*/

.ratio {
	clear: both;
    margin-bottom: 24px;
}
.video-responsive .ratio {
	margin-bottom: 0;
}
.tax-video-categories .ratio {
	clear: both;
    margin-bottom: 0;
}
.wp-video {
	margin-bottom: 24px;
}

/*-------------------------------------------------------------------------*/

/* MISC */

/*-------------------------------------------------------------------------*/

/* --- ADD SPACE TO PARTNER LOGOS --- */

.client-logo {
	margin: 0 20px 40px 20px;
	max-height: 120px;
	vertical-align: middle;
}
article {
	padding-left: 0;
	padding-right: 0;
	width: 100%;
}

.divider-line {
	/* background: #F7B334 url(assets/images/divider_line.png) no-repeat left top / 100% 24px; */
	background-image: linear-gradient(270deg, #E80FFD 14%, #B22EF8 43%, #8746F4 54%, #0E9FDA 79%);
	height: 30px;
}
.object-fit_cover {
	/* makes image fill the box-sizing */
	object-fit: cover;
}
.object-fit_fill {
	/* makes image fill the box-sizing */
	object-fit: fill;
}

/*-------------------------------------------------------------------------*/

/* AJAX LOAD MORE PLGIN */

/*-------------------------------------------------------------------------*/

#ajax-load-more {
	width: 100%;
}
.alm-btn-wrap {
	text-align: center;
	margin: 0 auto 15px auto;
}
.alm-load-more-btn.done {
   display: none;
}

/*-------------------------------------------------------------------------*/

/* BLOG & POST LISTING PAGES */

/*-------------------------------------------------------------------------*/

/* --- POSTS --- */

.blog-listings {
	margin-bottom: 64px; /* for the ajax plugin */
	display: inline-block; /* for the ajax plugin */
	vertical-align: top; /* for the ajax plugin */
}
.blog-listings .video-wrapper {
	background-color: #F2F2F2;
	border-radius: 0;
	margin-bottom: 24px;
	padding: 8px;
}
.bio-listing-image img {
	float: none;
	max-width: 100%;
	margin: 0 auto;
}
.blog-summary {
	color: #212529;
	background: transparent;
	font-size: 15px;
	font-style: italic;
	line-height: 180%;
	margin-top: 48px;
	margin-bottom: 48px;
}
.blog-summary .postmetadata {
	color: #212529;
	font-family: 'dinbold', Helvetica, Arial, sans-serif;
	font-style: normal;
}
.blog-single-image {
	margin-top: 48px;
	margin-bottom: 48px;
}
.blog-content p:first-child:first-letter {
	float: left;
	font-size: 100px;
	line-height: 82px;
	padding-top: 4px;
	padding-right: 12px;
	padding-left: 0;
}

/* --- SINGLE POST--- */

.post-single-excerpt {
	display: none;
}
@media (min-width: 767px) {
	.post-single-excerpt {
		display: inline-block;
		font-size: 20px;
		line-height: 120%;
		text-transform: none;
		margin-bottom: 0;
	}
}
img.post-single-author-image {
	background-color: #FFF;
	border: 2px solid #FFF;
	margin-bottom: 3px;
	filter: alpha(opacity=100);
    opacity: 1.0 !important;
}
.post-single-metadata {
	font-size: 15px;
	line-height: 130%;
	text-transform: none;
}
.post-single-metadata a {
	color: #FFF;
	background-image: none;
}
.post-single-metadata a:hover {
	text-decoration: underline;
}
.post-single-start {
	position: relative;
	background-color: #FFF;
	margin-top: 0;
	padding: 36px 0 0 0;
}
@media (min-width: 992px) {
	.post-single-start {
		margin-top: -140px;
		padding: 36px 36px 0 36px;
	}
}
.post-template-default .copy-one-column {
 	padding-left: 0;
	padding-right: 0;
}
@media (min-width: 992px) {
	.post-template-default .copy-one-column {
	 	padding-left: 36px;
		padding-right: 36px;
	}
}
.post-single-image {
	padding-left: 0;
	padding-right: 0;
	margin: 0 auto 40px auto;
}

/* --- POSTMETADATA - CATEGORIES AND TAGS --- */

.postmetadata {
	color: #212529;
	font-family: 'dinregular', Helvetica, Arial, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	line-height: 160%;
	margin-top: 0;
	margin-bottom: 10px;
}
.single .postmetadata {
	margin-bottom: 28px;
}
.postmetadata a {
	display: inline-block;
	color: #212529;
	background-color: #E7F818;
	background-image: none;
	padding: 8px;
	transition: all 0.3s ease;
}
.postmetadata a:hover {
	color: #E7F818;
	background-color: #212529;
}
.postmetadata p {
	margin: 0 0 12px 0;
}
.postmetadata-tag {
	font-size: 13px;
	text-transform: none;
	padding-top: 10px;
}
.postmetadata-tag a {
	color: #212529;
	background-color: transparent;
	background-image: none;
	text-transform: none;
	padding: 0;
	transition: all 0.3s ease;
}
.postmetadata-tag a:hover {
	color: #212529;
	background-color: transparent;
	text-decoration: underline;
}

/* --- POST LISTINGS --- */

.post-listings {
	margin-bottom: 36px;
}
.post-listing-image {
	margin-bottom: 24px;
}
@media (min-width: 992px) {
	.post-listing-image {
		margin-bottom: 0;
	}
}
.post-listings h6 {
	maring-bottom: 12px;
}
.post-excerpt p {
	font-size: 16px;
	line-height: 140%;
	margin-bottom: 6px;
}
.post-listing-author,
.post-listing-author a {
	color: #626262;
	font-size: 13px;
}
.post-listing-author img {
	margin-right: 6px;
	vertical-align: middle;
}
/* --- POST AUTHOR BOX --- */

.post-author {
	clear: both;
	border-bottom: 1px solid #E2E2E2;
	margin: 0 0 40px 0;
	padding-bottom: 32px;
	overflow: hidden;
}
.post-author-single {
	clear: both;
	background: #FFF;
	border-top: 1px solid #E2E2E2;
	margin: 12px auto 60px auto;
	padding: 36px 0;
	overflow: hidden;
}
@media (min-width: 992px) {
	.post-author-single {
		border-top: 1px solid #E2E2E2;
		margin: 12px auto 60px auto;
		padding: 36px;
		overflow: hidden;
	}
}
.post-author-image {
	backgournd-color: #FFF;
	border: 8px solid #F8F8F8;
	text-align: left;
	vertical-align: middle;
	margin-bottom: 0;
}
.post-author-info h1 {
    font-size: 36px;
	line-height: 100%;
	margin-bottom: 6px;
}
.post-author-info h1 span {
	font-size: 15px;
    text-transform: uppercase;
}
.post-author-info h4 {
	clear: none;
	font-size: 22px;
	margin: 10px 0 6px 0;
}
.post-author-info p {
	font-size: 16px;
	line-height: 170%;
	margin-bottom: 8px;
}
.post-author-info a img {
	margin-right: 3px;
	max-height: 28px;
}

.et_monarch .et_social_inline_bottom {
    margin-bottom: 12px;
}

/*-------------------------------------------------------------------------*/

/* HOMEPAGE */

/*-------------------------------------------------------------------------*/

/* --- OWL THEME --- */

.owl-slider-homepage {
	margin-top: -101px;
	padding: 0;
	height: 640px;
}
.owl-slider-homepage .item {
	height: 640px;
}
@media (min-width: 992px) {
	.owl-slider-homepage {
		margin-top: 0;
		height: 900px;
	}
	.owl-slider-homepage .item {
		height: 900px;
	}
}
.owl-slider-homepage .details-bg {
	position: absolute;
	top: 50%;
	left: 50%;
	background:
		url(assets/images/bg_stripes_white_transparent.png) bottom -30px left 0 no-repeat,
		url(assets/images/bg_path_1.png) top 112px left 0 no-repeat,
		url(assets/images/bg_path_2.png) bottom 90px left 0 no-repeat,
		url(assets/images/bg_path_3.png) bottom 70px right 0 no-repeat,
		linear-gradient(-180deg, rgba(0,0,0,0.0) 0%, rgba(0,0,0,0.60) 39%, rgba(0,0,0,0.00) 59%, rgba(0,0,0,0.00) 78%, rgba(0,0,0,0.80) 100%),
		linear-gradient(90deg, rgba(0,0,0,0.80) 0%, rgba(0,0,0,0.60) 39%, rgba(0,0,0,0.00) 59%, rgba(0,0,0,0.00) 78%, rgba(0,0,0,0.80) 100%);
	border-bottom: 30px solid rgba(255, 255, 255, 0.30);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	overflow: hidden;
	width: 100%;
	height: 100%;
}
.owl-slider-homepage .details {
	position: absolute;
	top: 140px;
	left: 30px;
	background: transparent;
	text-align: left;
	padding: 0;
	transform: none;
	overflow: hidden;
	width: 90%;
	max-width: 1170px;
}
@media (min-width: 992px) {
	.owl-slider-homepage .details {
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		-moz-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		-o-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	}
}
.owl-slider-homepage h1 {
	color: #FFF;
	font-size: 42px;
	line-height: 104%;
	margin: 0 0 12px 0;
	padding: 0;
	max-width: 700px;
}
.owl-slider-homepage h1 a {
	color: #FFF;
}
.owl-slider-homepage .post-excerpt {
	display: none;
	color: #FFF;
	font-size: 15px;
	line-height: 120%;
	margin: 0 0 14px 0;
	max-width: 700px;
}
@media (min-width: 992px) {
	.owl-slider-homepage .details {
		padding: 0;
	}
	.owl-slider-homepage h1 {
		font-size: 52px;
	}
	.owl-slider-homepage .post-excerpt {
		display: block;
		font-size: 18px;
	}
}
.owl-slider-homepage .postmetadata {
	color: #FFF;
	font-size: 13px;
	line-height: 120%;
}
.owl-slider-homepage .postmetadata a {
	display: inline-block;
	color: #FFF;
	background-color: transparent;
	background-image: none;
	padding: 8px;
	transition: all 0.3s ease;
}
.owl-slider-homepage .postmetadata a:hover {
	color: #212529;
	background-color: #FFF;
}
.owl-slider-homepage .btn {
	text-shadow: none;
}

/* --- FIX FOR ANDROID PHONES --- */

.owl-carousel .owl-stage, .owl-carousel.owl-drag .owl-item {
    -ms-touch-action: auto;
        touch-action: auto;
}

/* --- OWL CAROUSEL DOTS NAV --- */

.owl-slider-homepage .owl-dots button {
	background: transparent;
	border: none;
	margin: 0;
	padding: 0;
}
.owl-slider-homepage .owl-dots {
	display: block;
	position: relative;
	text-align: center;
	margin: -60px auto 22px auto;
	z-index: 1000;
}
.owl-slider-homepage .owl-dots .owl-dot span {
	width: 16px;
	height: 16px;
	margin: 0 3px;
	background: #FFF;
	display: block !important;
	-webkit-backface-visibility:visible;
	-webkit-transition:opacity 200ms ease;
	-moz-transition:opacity 200ms ease;
	-ms-transition:opacity 200ms ease;
	-o-transition:opacity 200ms ease;
	transition:opacity 200ms ease;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 16px;
}
.owl-slider-homepage .owl-dots .owl-dot.active span,
.owl-slider-homepage .owl-dots .owl-dot:hover span {
	background: #E7F818;
}

/* --- OWL CAROUSEL DIRECTION NAV --- */

.owl-slider-homepage .owl-nav {
	display: none;
}
@media (min-width: 992px) {
	.owl-slider-homepage .owl-nav {
		position: absolute;
	    display: block;
	    position: absolute;
	    top: 40%;
		width: 100%;
		z-index: 1000;
	}
}
.owl-slider-homepage .owl-nav button.owl-prev {
	float: left;
	margin-left: 0;
	cursor: pointer;
	opacity: 0.4;
	transition: all 0.3s ease;
}
.owl-slider-homepage .owl-nav button.owl-next {
	float: right;
	margin-right: 0;
	cursor: pointer;
	opacity: 0.4;
	transition: all 0.3s ease;
}
.owl-slider-homepage .owl-nav button.owl-prev .feather,
.owl-slider-homepage .owl-nav button.owl-next .feather {
	float: left;
	width: 100px;
	height: 100px;
	stroke: #FFF;
	stroke-width: 2;
	stroke-linecap: round;
	stroke-linejoin: round;
	fill: none;
}
.owl-slider-homepage .owl-nav button.owl-prev:hover,
.owl-slider-homepage .owl-nav button.owl-next:hover {
	opacity: 1;
	outline: none;
}

/*-------------------------------------------------------------------------*/

/* FOOTER */

/*-------------------------------------------------------------------------*/

/* --- FOOTER AREA --- */

#colophon {
    font-size: 14px;
    margin: 0 auto;
	padding: 0 0 80px 0;
}
#colophon a {
	border-bottom: none;
}
#colophon a:hover {
	border-bottom: none;
}

/* --- FOOTER LINKS --- */

.footer-links {
	padding-top: 60px;
	padding-bottom: 42px;
}
.footer-links-brand {
	margin: 0 auto 48px auto;
}
.footer-links-logo {
	display: block;
    text-align: center;
	margin: 0 auto 4px auto;
	padding: 0;
}
@media (min-width: 992px) {
	.footer-links-logo {
		text-align: left;
	}
}

/* --- COPYRIGHT --- */

.footer-links-copyright {
    text-align: center;
}
.footer-links-copyright p {
    margin-bottom: 0;
}
@media (min-width: 992px) {
	.footer-links-copyright {
	    text-align: left;
	}
}

/* --- FOOTER NAV --- */

.footer-links-list h6 {
	color: #212529;
	font-family: 'dinbold', Helvetica, Arial, sans-serif;
	font-size: 16px;
	text-align: center;
	text-transform: uppercase;
    margin: 0 0 6px 0;
}
ul.footer-menu {
    list-style: none;
	margin: 0 0 48px 0;
	padding: 0;
}
ul.footer-menu li {
    text-align: center;
	margin: 0;
}
ul.footer-menu li a {
	color: #212529;
	background-image: none;
	font-size: 15px;
	text-transform: uppercase;
	line-height: 200%;
}
.footer-menu li a:hover {
	text-decoration: underline;
}
@media (min-width: 992px) {
	.footer-links-list h6,
	ul.footer-menu li {
		 text-align: left;
	}
}

/* --- FOOTER ADDITIONAL INFO --- */

.footer-additional-info {
	text-align: center;
}
@media (min-width: 992px) {
	.footer-additional-info {
		text-align: right;
	}
}
.footer-additional-info p {
	margin-bottom: 12px;
}

/* --- SOCIAL --- */

.footer-links-social {
	text-align: center;
    margin: 0 auto;
}
.footer-links-social a {
	display: inline-block;
}
.footer-links-social img {
	margin: 0 2px;
    max-width: 32px;
}
.footer-links-social img:hover,
.footer-links-social a:hover,
.footer-links-social a:active {
	filter: alpha(opacity=60);
    opacity: 0.6;
    text-decoration: underline;
    border-bottom: none;
}
@media (min-width: 992px) {
	.footer-links-social {
		text-align: right;
	}
}

/*-------------------------------------------------------------------------*/

/* IMAGES */

/*-------------------------------------------------------------------------*/

.alignleft {
	display: block;
	clear: both;
	float: none;
	margin: 0 0 20px 0;
}
.alignright {
	display: block;
	clear: both;
	float: none;
	margin: 0 0 20px 0;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption.alignleft,
img.alignleft {
	margin: 6px 0 12px 0;
}
.wp-caption.alignright,
img.alignright {
	margin: 6px 0 12px 0;
}
.wp-caption.aligncenter,
img.aligncenter {
	margin: 12px auto 24px auto;
}
@media (min-width: 640px) {
	.alignleft {
		display: inline;
		clear: none;
		float: left;
		/* width: auto; */
	}
	.alignright {
		display: inline;
		clear: none;
		float: right;
		/* width: auto; */
	}
	.wp-caption.alignleft,
	img.alignleft {
		margin: 6px 24px 12px 0;
	}
	img.alignleft.icon {
		margin: 0 12px 0 0;
	}
	.wp-caption.alignright,
	img.alignright {
		margin: 6px 0 12px 24px;
	}
	.wp-caption.aligncenter,
	img.aligncenter {
		margin: 12px auto 24px auto;
	}
}

.wp-caption {
	max-width: 100%; /* Keep wide captions from overflowing their container. */
}
.wp-caption .wp-caption-text,
.gallery-caption,
.entry-caption {
	font-style: italic;
	font-size: 13px;
	line-height: 1;
	text-align: center;
	color: #66665D;
	padding-top: 10px;
}
img.wp-smiley,
.rsswidget img {
	border: 0;
	border-radius: 0;
	box-shadow: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/*-------------------------------------------------------------------------*/

/* GALLERIES */

/*-------------------------------------------------------------------------*/

.gallery {
	clear: both;
	margin: 0 auto 24px auto;
	padding: 0;
}
.gallery .col-sm-6,
.gallery .col-md-3,
.gallery .col-lg-3 {
	display: inline-block;
	padding-right: 7px;
	padding-left: 7px;
	margin-bottom: 14px;
}
.gallery .gallery-icon {
	width: 100%;
}
.gallery .gallery-caption {
	/*font-size: 13px;
	text-align: center;
	line-height: 15px;
	color: #808080;
	display: block;
	margin: 0;
	padding: 5px 0 0 0;*/
    display: none;
}

/*-------------------------------------------------------------------------*/

/* MODULA GALLERIES */

/*-------------------------------------------------------------------------*/

.modula-item > a {
	border-bottom: none;
}
.modula-item > a:hover,
.modula-item > a:focus {
	color: #E7F818;
	background-size: 100% 2px;
	text-decoration: none;
}

/*-------------------------------------------------------------------------*/

/* COMMENTS */

/*-------------------------------------------------------------------------*/

#comments h3 {
	border-top: 1px solid #E2E2E2;
	margin: 60px 0;
	padding-top: 60px;
}
#comments ul {
	list-style: none;
	margin: 0 0 30px 0;
}
#trackbacks {
	margin: 30px 0 0 40px;
}
ol#commentslist {
	margin: 0;
	list-style: none;
	padding: none;
	padding: 0;
}
#commentslist .children li {
	padding: 15px 0 0 30px;
	background: transparent url(assets/images/comment_marker.gif) no-repeat 0px 40px;
	border-left: 1px solid #e3e3e3;
}
.comment {
	position: relative;
	margin: 0;
	padding: 0 0 20px 0;
}
.comment .avatar {
	position: absolute;
	left: 0;
	top: 0;
	border-radius: 35px;
	width:75px;
	height:75px;
}
#commentForm label,
#comments #respond label {
	text-align: left !important;;
	padding-left: 12px;
}
.comment h5 {
	font-size: 22px;
    margin: 0 0 0 100px;
	padding: 0;
}
.comment .date {
	margin: -5px 0 10px 100px;
	display: block;
	color: #a5a5a2;
	font-style: italic;
	font-size: 13px;
}
.comment p {
	margin: 0 0 10px 100px;
}
.comment-reply-link,
.comment-reply-login {
	margin: 0 0 0 100px;
}
.comment-reply {
	display: inline-block !important;
	padding: 0 0 0 10px;
}
#comment-add {
	position: absolute;
	top: -5px;
	right: 0;
}
.moderation {
	margin: 0px;
	padding: 0 0 10px 25px;
}
#trackbacks ul {
	margin: -5px 0 15px 0;
}
#trackbacks ul li {
	padding: 5px 0 5px 20px;
}

/* Comment Form */

#commentForm {
	position: relative;
	margin: 64px 0 30px 0;
	padding-bottom: 30px;
}
#comments #respond {
	position: relative;
	margin: 0 0 0 100px;
	padding: 0 0 40px 0;
}
#respond .form-allowed-tags {
	display: none;
}
#respond form {
	margin: 0;
	padding: 0;
	position: relative;
}
.cancel-comment-reply {
	float: right;
	margin: 5px 90px 0 0;
}
#cancel-comment-reply-link {
	margin-left: 20px !important;
}

/*-------------------------------------------------------------------------*/

/* FOOBOX STYLES */

/*-------------------------------------------------------------------------*/

.fbx-fullscreen-mode.fbx-light {
	background-color: #212529;
}
.fbx-fullscreen-mode.fbx-rounded .fbx-close,
.fbx-fullscreen-mode.fbx-rounded .fbx-fullscreen-toggle,
.fbx-fullscreen-mode.fbx-metro .fbx-close,
.fbx-fullscreen-mode.fbx-metro .fbx-fullscreen-toggle {
	opacity: .2;
	border-radius: 5px;
}
.fbx-fullscreen-mode.fbx-rounded .fbx-prev,
.fbx-fullscreen-mode.fbx-rounded .fbx-next,
.fbx-fullscreen-mode.fbx-rounded.fbx-slideshow .fbx-prev,
.fbx-fullscreen-mode.fbx-rounded.fbx-slideshow .fbx-next,
.fbx-fullscreen-mode.fbx-rounded.fbx-sticky-buttons .fbx-prev,
.fbx-fullscreen-mode.fbx-rounded.fbx-sticky-buttons .fbx-next,
.fbx-fullscreen-mode.fbx-metro.fbx-sticky-buttons .fbx-prev,
.fbx-fullscreen-mode.fbx-metro.fbx-sticky-buttons .fbx-next,
.fbx-fullscreen-mode.fbx-rounded.fbx-inset-buttons .fbx-prev,
.fbx-fullscreen-mode.fbx-rounded.fbx-inset-buttons .fbx-next,
.fbx-fullscreen-mode.fbx-metro.fbx-inset-buttons .fbx-prev,
.fbx-fullscreen-mode.fbx-metro.fbx-inset-buttons .fbx-next,
.fbx-fullscreen-mode.fbx-metro .fbx-prev,
.fbx-fullscreen-mode.fbx-metro .fbx-next {
	top: 50%;
	margin-top: -40px;
	width: 28px;
	height: 40px;
	line-height: 40px;
	border-radius: 5px;
	border: none;
	opacity: .5;
}
.fbx-inner-shadow, .fbx-rounded .fbx-btn-shadow,
.fbx-fullscreen-mode .fbx-btn-shadow,
.fbx-fullscreen-mode .fbx-prev.fbx-btn-shadow,
.fbx-fullscreen-mode .fbx-next.fbx-btn-shadow,
.fbx-sticky-buttons .fbx-prev.fbx-btn-shadow,
.fbx-sticky-buttons .fbx-next.fbx-btn-shadow,
.fbx-rounded.fbx-inset-buttons.fbx-desktop .fbx-prev.fbx-btn-shadow:before,
.fbx-rounded.fbx-inset-buttons.fbx-desktop .fbx-next.fbx-btn-shadow:before,
.fbx-rounded.fbx-inset-buttons.fbx-tablet .fbx-prev.fbx-btn-shadow:before,
.fbx-rounded.fbx-inset-buttons.fbx-tablet .fbx-next.fbx-btn-shadow:before {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.fbx-close-overlays {
	top: 10px;
	right: 0;
}
.fbx-close-overlays {
	border-bottom: none;
}
.fbx-light,
.fbx-light .fbx-caption,
.fbx-light .fbx-open-caption,
.fbx-light.fbx-phone .fbx-social {
    background-color: #303030;
    background-color: rgba(28, 28, 28, 0.5);
}
a.fbx-close-caption,
a.fbx-open-caption {
    color: #626262;
    text-decoration: none;
    border-bottom: none;
}
.fbx-caption-title {
    font-size: 18px;
    line-height: 180%;
    padding: 15px;
}
.fbx-caption-desc {
	font-size: 158px;
    line-height: 160%;
    padding: 15px 15px 20px 15px;
}

/*-------------------------------------------------------------------------*/

/* TABLES */

/*-------------------------------------------------------------------------*/

.table-responsive {
    border: none;
}
.table {
    font-size: 16px;
}
.table p {
    margin-bottom: 0;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.dataTable th {
    font-size: 13px;
    text-transform: uppercase;
}
.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
    padding: 16px 8px;
}
.table-no-border > tbody > tr > td,
.table-no-border > tbody > tr > th,
.table-no-border > tfoot > tr > td,
.table-no-border > tfoot > tr > th,
.table-no-border > thead > tr > td,
.table-no-border > thead > tr > th {
    padding: 20px 12px;
    text-align: center;
    border-top: none;
}
.table > tbody > tr > td.table-center {
    text-align: center !important;
}

/*-------------------------------------------------------------------------*/

/* TOOLTIPS */

/*-------------------------------------------------------------------------*/

a[data-toggle="tooltip"] {
	display: inline-block;
	font-size: 12px;
    z-index: 10001;
}
.tooltip.top {
	/* margin-top: -16px; */
}
.tooltip-inner {
	max-width: 320px;
	padding: 6px 10px;
	color: #212529;
	text-align: left;
	background-color: #FFF;
	border: 1px solid #FFF;
	border-radius: 0;
	box-shadow: 0 2px 12px 0 rgba(0,0,0,0.25);
}
.bs-tooltip-top .tooltip-arrow::before,
.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before  {
 	border-top-color: #FFF;
}

/*-------------------------------------------------------------------------*/

/* BUTTONS */

/*-------------------------------------------------------------------------*/

.btn {
	font-size: 14px;
	border-radius: 0;
	text-decoration: none;
    text-transform: uppercase;
	margin-top: 4px;
	padding: 14px 28px;
	white-space: normal;
}
.btn-lg {
    font-size: 16px;
	padding: 14px 32px;
}
.btn-md {
    font-size: 14px;
	padding: 14px 28px;
}
.btn-sm {
    font-size: 12px;
	padding: 12px 20px;
}
a.btn {
	background-image: none;
	border-bottom: none;
	text-decoration: none;
}

/* --- GREEN --- */

.btn-primary,
.btn-green {
	color: #212529;
	background-color: #E7F818;
	border: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-green:hover,
.btn-green:focus,
.btn-green:active,
.btn-green.active {
	color: #E7F818;
	background-color: #1B1B1B;
	border: none;
}
.btn-primary:active,
.btn-primary.active,
.btn-green:active,
.btn-green.active {
	background-image: none;
}

/* --- WHITE --- */

.btn-white {
	color: #E7F818;
	background-color: #FFF;
	border: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white:active,
.btn-white.active {
	color: #FFF;
	background-color: #1B1B1B;
	border: none;
}
.btn-white:active,
.btn-white.active {
	background-image: none;
}

/* --- BLACK --- */

.btn-black {
	color: #FFF;
	background-color: #212529;
	border: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black:active,
.btn-black.active {
	color: #E7F818;
	background-color: #1B1B1B;
	border: none;
}
.btn-black:active,
.btn-black.active {
	background-image: none;
}

/* --- GRAY --- */

.btn-gray {
	color: #808080;
	background-color: #E2E2E2;
	border: none;
}
.btn-gray:hover,
.btn-gray:focus,
.btn-gray:active,
.btn-gray.active{
	color: #FFF;
	background-color: #1B1B1B;
	border: none;
}
.btn-gray:active,
.btn-gray.active {
	background-image: none;
}

/*-------------------------------------------------------------------------*/

/* EVENTS CALENDAR - v5.5.0+ */

/*-------------------------------------------------------------------------*/

/* --- OVERALL --- */

.tribe-common--breakpoint-medium.tribe-events .tribe-events-l-container {
    padding-bottom: 0 !important;
    padding-top: 0 !important;
}
.tribe-events .tribe-events-header {
    background-color: transparent;
}
.tribe-common .tribe-tickets__buy.tribe-common-c-btn:disabled {
    background-color: #929292;
	background-image: none !important;
}
.tribe-common .tribe-common-c-btn:focus,
.tribe-common .tribe-common-c-btn:hover,
.tribe-common a.tribe-common-c-btn:focus,
.tribe-common a.tribe-common-c-btn:hover {
    color: #FFF;
	background-color: #212529;
	background-image: none !important;
}
.tribe-common .tribe-common-c-btn:active,
.tribe-common a.tribe-common-c-btn:active {
    background-color: rgba(0,0,0,.9);
	background-image: none !important;
}
.tribe-common .tribe-common-c-btn,
.tribe-common a.tribe-common-c-btn {
    font-family: 'dinbold', Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.62;
	background-image: none !important;
    border-radius: 4px;
    color: #212529;
    text-align: center;
    transition: background-color .2s ease;
    background-color: #E7F818;
    padding: 11px 20px;
    width: 100%;
}
.tribe-common a.tribe-common-c-btn-link,
.tribe-common button.tribe-common-c-btn-link,
.tribe-common input[type=button].tribe-common-c-btn-link,
.tribe-common input[type=submit].tribe-common-c-btn-link {
    background-color: transparent;
	background-image: none !important;
    font-family: 'dinbold', Helvetica, Arial, sans-serif;
    font-size: 13px;
    line-height: 1.62;
    color: #212529;
}
.tribe-common a.tribe-common-c-btn-link:focus,
.tribe-common a.tribe-common-c-btn-link:hover,
.tribe-common button.tribe-common-c-btn-link:focus,
.tribe-common button.tribe-common-c-btn-link:hover,
.tribe-common input[type=button].tribe-common-c-btn-link:focus,
.tribe-common input[type=button].tribe-common-c-btn-link:hover,
.tribe-common input[type=submit].tribe-common-c-btn-link:focus,
.tribe-common input[type=submit].tribe-common-c-btn-link:hover {
    background-color: transparent;
	background-image: none !important;
    color: #212529;
}
h1.tribe-events-page-title {
    font-size: 42px;
    text-align: left;
	margin-bottom: 36px;
}
@media (min-width: 992px) {
	h1.tribe-events-page-title {
		font-size: 52px;
	}
}
.tribe-events-content h2,
.tribe-events-content h3,
.tribe-events-content h4,
.tribe-events-content h5,
.tribe-events-content h6 {
	color: #212529;
	font-family: 'kairos3', Helvetica, Arial, sans-serif;
    letter-spacing: normal;
	text-transform: uppercase;
}
.tribe-common h2,
.tribe-common h3,
.tribe-common h4,
.tribe-common h5,
.tribe-common h6 {
	color: #212529;
	font-family: 'kairos3', Helvetica, Arial, sans-serif !important;
    letter-spacing: normal;
	text-transform: uppercase;
}

/* --- CALENDAR PAGE --- */

.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-month__body {
    background-color: #FFF;
}
.tribe-common .tribe-common-h--alt {
    /* event title in calendar */
    font-family: 'kairos3', Helvetica, Arial, sans-serif !important;
}

/* --- SINGLE EVENT PAGE --- */

.tribe-events-back a, .tribe-events-back a:visited {
    color: #212529;
    font-family: 'kairos3', Helvetica, Arial, sans-serif;
}
.tribe-events-event-image {
    display: none;
}
.single-tribe_events .tribe-events-single-event-title {
    font-family: 'kairos3', Helvetica, Arial, sans-serif;
    font-size: 42px;
    line-height: 100%;
    margin: 0 0 4px 0;
    padding: 0;
}
@media (min-width: 992px) {
	.single-tribe_events .tribe-events-single-event-title {
		font-size: 52px;
	}
}
.tribe-events-schedule {
    margin: 0 !important;
}
.single-tribe_events .tribe-events-schedule h2 {
    /* date & time */
    font-family: 'kairos3', Helvetica, Arial, sans-serif;
    font-size: 20px;
    margin: 0 12px 16px 0;
}
.single-tribe_events .tribe-events-schedule .recurringinfo,
.single-tribe_events .tribe-events-schedule .tribe-events-cost,
.single-tribe_events .tribe-events-schedule .tribe-events-divider {
    font-size: 20px;
}
.tribe-events-content p {
    font: 400 17px/170% 'dinregular', Helvetica, Arial, sans-serif;
    margin-bottom: 24px;
}
.tribe-events-content blockquote {
	quotes: none;
	clear: both;
	color: #E7F818;
	background-color: #1B1B1B;
	font-family: 'kairos3', Helvetica, Arial, sans-serif;
	font-size: 24px;
	line-height: 160%;
	text-shadow: none;
	text-transform: uppercase;
	margin: 8px 0 32px 0;
	padding: 20px 30px;
	overflow: hidden;
}
.tribe-events-content blockquote p {
	font-family: 'kairos3', Helvetica, Arial, sans-serif;
	font-size: 24px;
	margin-bottom: 24px;
}
.tribe-events-content blockquote p:last-child {
	margin-bottom: 0;
}
.tribe-events-cal-links .tribe-events-gcal,
.tribe-events-cal-links .tribe-events-ical {
    padding-left: 0;
}
h2.tribe-events-tickets-title {
    font-size: 20px;
    margin-top: 36px;
}
.single-tribe_events .tribe-events-single .tribe-events-event-meta {
    color: #212529;
	font-family: 'dinregular', Helvetica, Arial, sans-serif;
    font-size: 15px;
    background: transparent;
	border: none;
	margin: 0;
    padding: 30px;
}
.tribe-events-meta-group .tribe-events-single-section-title {
    color: #212529;
    font-family: 'dinbold', Helvetica, Arial, sans-serif;
    font-size: 15px;
    letter-spacing: 0;
    text-transform: uppercase;
}
.tribe-events-event-meta dl {
    color: #4A4A4A;
}
.single-tribe_events #tribe-events-footer {
    display: none;
}

/* --- TICKETS --- */

.tribe-tickets__tickets-form {
    max-width: 100% !important;
}
.tribe-common.event-tickets .tribe-common-c-btn:focus,
.tribe-common.event-tickets .tribe-common-c-btn:hover {
    background-color: #2A2A2A !important;
}
.tribe-common .tribe-tickets__item__attendee__fields .tribe-field {
    display: block !important;
    flex-flow: column nowrap !important;
    margin-bottom: 16px !important;
}
.tribe-common .tribe-tickets__item__attendee__fields .tribe-tickets-meta-label,
.tribe-common .tribe-tickets__item__attendee__fields label {
    color: #141827 !important;
    display: block !important;
    font-weight: 400 !important;
    margin-bottom: 4px !important;
    width: 100% !important;
}
.tribe-common .tribe-tickets__item__attendee__fields .tribe-tickets-meta-label,
.tribe-common .tribe-tickets__item__attendee__fields label {
    color: #141827 !important;
    display: block !important;
    font-weight: 400 !important;
    margin-bottom: 4px !important;
    width: 100% !important;
}
.tribe-common .tribe-tickets__item__attendee__fields .tribe-tickets-meta-label span.tribe-required,
.tribe-common .tribe-tickets__item__attendee__fields label span.tribe-required {
    color: #930 !important;
}
.tribe-common .tribe-tickets__item__attendee__fields .tribe-ticket.tribe-ticket-item__has-focus {
    border-left-color: #212529 !important;
}

/* --- ATTENDEE PAGE --- */

.tribe-common-h2 {
    color: #4A4A4A !important;
}
body.page-tribe-attendee-registration #header-image {
	display: none !important;
}
body.page-tribe-attendee-registration .tribe-tickets__registration-actions {
    margin: 0 auto 24px !important;
}
body.page-tribe-attendee-registration h1.page-title {
    display: none !important;
}
body.page-tribe-attendee-registration .tribe-tickets__registration {
    margin: auto !important;
    max-width: 100% !important;
}
body.page-tribe-attendee-registration .tribe-tickets__registration__footer {
    display: block !important;
    margin-bottom: 0 !important;
    max-width: 100% !important;
    width: 100% !important;
}
.tribe-common .tribe-dialog__wrapper.tribe-modal__wrapper--ar .tribe-block__tickets__item__attendee__fields__footer__divider {
    display: none !important;
}
.tribe-common .tribe-tickets__attendee__fields__footer_checkout-button.tribe-common-c-btn {
    display: none !important;
}
.tribe-common .tribe-common-form-control-checkbox__input.tribe-common-form-control-checkbox__input:checked,
.tribe-common .tribe-common-form-control-radio__input.tribe-common-form-control-radio__input:checked {
    background-color: #929292 !important;
    border-color: #929292 !important;
}

/*-------------------------------------------------------------------------*/

/* CUSTOMIZED GRAVITY FORM STYLES */

/*-------------------------------------------------------------------------*/

select,
textarea,
input[type="text"],
input[type="password"],
input[type="checkbox"],
input[type="radio"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
/*input[type="search"],*/
input[type="tel"],
input[type="color"],
.uneditable-input {
	color: #808080 !important;
	font-size: 16px !important;
	font-weight: 400 !important;
	line-height: 100% !important;
	background-color: #000 
    border: 1px solid #E2E2E2 !important;
	border-radius: 4px !important;
	padding: 12px 8px !important;
}

select:focus,
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="checkbox"]:focus,
input[type="radio"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
/*input[type="search"]:focus,*/
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
	color: #212529 !important;
	font-size: 16px !important;
	font-weight: 400 !important;
	line-height: 100% !important;
	background-color: #E2E2E2 !important;
	border: 1px solid #CCC !important;
	border-radius: 4px !important;
	padding: 12px 8px !important;
}

.gform_wrapper {
	margin: 0 !important;
}
.gform_wrapper ul li.gfield {
    margin-top: 20px !important;
    padding-top: 0;
}
.gform_wrapper .top_label .gfield_label {
	font-size: 18px !important;
	margin: 20px 0 4px 0 !important;
	font-weight: 400 !important
}

/* --- LARGE FORM TEXT --- */

.gform_wrapper .gsection {
	border-bottom: 1px solid #E2E2E2 !important;
	padding: 48px 16px 0 0 !important;
}
.gform_wrapper h3.gform_title {
	color: #212529 !important;
	font-size: 32px !important;
	font-weight: 400 !important;
	line-height: 140% !important;
	margin: 0 !important;
	padding: 0 !important;
}
.gform_wrapper h2.gsection_title {
	font-size: 26px !important;
	font-weight: 400 !important;
	padding: 30px 0 6px 0 !important;
}
.gform_wrapper .gsection .gfield_label {
	font-size: 22px !important;
	font-weight: normal !important;
}
.gform_wrapper .gfield_checkbox li input,
.gform_wrapper .gfield_checkbox li input[type=checkbox],
.gform_wrapper .gfield_radio li input[type=radio] {
    font-size: 16px !important;
	margin-top: 4px !important;
    margin-right: 7px !important;
    vertical-align: text-top !important;
}
.gform_wrapper.gf_browser_chrome .gfield_checkbox li input,
.gform_wrapper.gf_browser_chrome .gfield_checkbox li input[type=checkbox],
.gform_wrapper.gf_browser_chrome .gfield_radio li input[type=radio] {
    margin-top: 5px !important;
}
.gchoice_select_all,
.gform_wrapper ul.gfield_checkbox li input[type=checkbox]:checked+label,
.gform_wrapper ul.gfield_radio li input[type=radio]:checked+label {
    font-family: 'dinbold', Helvetica, Arial, sans-serif !important;
}
.gform_wrapper .gfield_checkbox li label,
.gform_wrapper .gfield_radio li label {
    font-size: 16px !important;
    vertical-align: text-top !important;
    max-width: 90% !important;
}
.gform_wrapper ul.gfield_checkbox li,
.gform_wrapper ul.gfield_radio li {
    margin: 0 0 12px 0 !important;
}

/* --- SMALL FORM TEXT --- */

.gform_wrapper .ginput_complex label {
	color: #888 !important;
	font-size: 11px !important;
	font-style: italic !important;
	margin: 0 0 3px 0 !important;
}
.gform_wrapper .ginput_complex .ginput_left {
	clear: left;
}
.gform_wrapper .description_above .gfield_description {
	color: #888 !important;
	font-size: 13px !important;
	font-style: italic !important;
	line-height: 140% !important;
	margin: 0 !important;
	padding: 0 0 6px 0 !important;
}
.gform_wrapper em {
	color: #999 !important;
	font-style: italic !important;
}
.gform_wrapper span.gform_description {
    font-weight: 400 !important;
 }
.gform_wrapper .gfield_description, .gform_wrapper .instruction {
	color: #494949 !important;
	font-size: 11px !important;
	font-style: italic !important;
	font-size: 12px !important;
	font-weight: 400 !important;
	margin: 0 !important;
	padding: 0 0 6px 0 !important;
}

/* --- TIME --- */

.gform_wrapper .gfield_time_hour,
.gform_wrapper .gfield_time_minute {
    margin-right: 1.75rem !important;
}
.gform_wrapper .gfield_time_hour input[type=number],
.gform_wrapper .gfield_time_minute input[type=number],
.gform_wrapper.gf_browser_chrome .gfield_time_ampm select {
    min-width: calc(3rem + 24px) !important;
}

/* --- DROP DOWNS --- */

.gform_wrapper .gform_body .gform_fields .gfield select {
	height: 48px;
}
.gform_wrapper.gf_browser_chrome .ginput_complex .ginput_right select,
.gform_wrapper.gf_browser_chrome .ginput_complex select {
    text-indent: 2px;
    line-height: 1.5em;
    margin-bottom: 0 !important;
    margin-top: 0 !important;
}

/* --- ENHANCED DROP DOWNS --- */

.gform_wrapper .gform_body .chosen-container .chosen-single {
	color: #808080;
	font-size: 20px;
	border: 1px solid #E2E2E2;
	padding: 6px 0 0 8px;
	height: 38px;
}
.gform_wrapper .gform_body li.active-result {
	font-size: 16px;
	padding: 8px;
}
.gform_wrapper .gform_body .chosen-container-single .chosen-single div b {
	background-position-y: 10px !important;
}

/* --- ERRORS, MESSAGES --- */

.gform_wrapper .gfield_required {
	color: #930 !important;
}
.gform_wrapper .gfield_error {
	background-color: #F0E1D9 !important;
	border: 1px dotted #C89797 !important;
}
.gform_wrapper .gfield_error .gfield_label {
	color: #930 !important;
}
.gform_wrapper .validation_error {
	color: #930 !important;
	font-family: inherit !important;
}
.gform_wrapper .validation_message {
	color: #930 !important;
	font-family: inherit !important;
}
/* .gform_confirmation_wrapper {
	background-color: transparent !important;
	font-size: 18px !important;
	color: #808080 !important;
	text-align: left !important;
	border: none !important;
	margin: 10px 0 !important;
	padding: 130px 0 0 0 !important;
	overflow: hidden !important;
} */
/* @media (max-width: 992px) {
	.gform_confirmation_wrapper {
		padding: 0 !important;
	}
} */
.gform_wrapper .gform_footer {
	margin: 0 !important;
}

/* --- SUBMIT BUTTON COLOR --- */

.gform_wrapper input.button {
	color: #212529;
	background-color: #E7F818;
  	display: inline-block;
	margin-bottom: 24px !important;
	text-align: center;
	text-transform: uppercase;
	vertical-align: middle;
	cursor: pointer;
	background-image: none;
	border: 1px solid transparent;
	white-space: nowrap;
	padding: 14px 18px;
	font-size: 14px;
	line-height: 1.428571429;
	border-radius: 0;
	user-select: none;
}
.gform_wrapper input.button:focus {
	outline: thin dotted #333;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}
.gform_wrapper input.button:hover,
.gform_wrapper input.button:focus {
	color: #E7F818;
	background-color: #212529;
	border-color: #212529;
	text-decoration: none;
}
.gform_wrapper input.button.active,
.gform_wrapper input.button:active {
	outline: 0;
	background-image: none;
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

/* --- HTML FORMS --- */

.gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html ul {
    list-style-type: disc !important;
    margin: 1em 0 1.5em 2.5em !important;
    padding-left: 0 !important;
}

/* --- HIDE BIG INVISIBLE RECAPTCHA BANNER --- */

.gf-recaptcha-div {
    display: none;
}

/*-------------------------------------------------------------------------*/

/* PRINT STYLES */

/*-------------------------------------------------------------------------*/

@media print {
	html, body {
		height: auto;
	}
	body {
		background: white;
	    font-size: 10pt;
	    color: black;
	    line-height: 14pt;
	    margin: 0 auto;
	    padding: 0;
	}
	.container-fluid {
		width: 100%;
		border: none;
		background: none;
	}
	.container {
		width: 90%;
		border: none;
		background: none;
	}
	#header-image {
		height: 80px;
	}
	#header-image img {
		display:none;
	}
	a {
	    color: black;
	    text-decoration: none;
	    border-bottom: none;
	}
	a[href]:after {
    	content: none !important;
	}
	#commentform {
		display:none
	}
	.wp-caption-text {
		font-size: 8pt;
	}
	.alignleft {
		float: left;
		margin: 0;
		padding: 6px 20px 12px 0;
		max-width: 220px;
	}
	.alignright {
		float: right;
		margin: 0;
		padding: 6px 0 12px 20px;
		max-width: 220px;
	}
	.aligncenter {
		float: none;
		margin: 0;
		padding: 12px 0 12px 0;
		max-width: 220px;
	}
	h1, h2, h3, h4, h5, h6 {
		clear: both;
		wrapper-break-after:avoid;
	    wrapper-break-inside:avoid
	}
	blockquote, table, pre {
		wrapper-break-inside:avoid
	}

	ul, ol, dl  {
		wrapper-break-before:avoid
	}
	.et_social_inline {
		display: none;
	}
	.postmetadata {
		display: none;
	}
	.print:last-child {
    	page-break-before: auto;
	}
}
