/*!
Theme Name: ecountify
Author: Glass Onion Design
Author URI: https://glassoniondesign.co.uk
Description: ecountify Website
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: ecountify.com
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

COV BJJ is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

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

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;700&display=swap');

.bg-lightgreen {     background-color: #2ff080;}


/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	font-size: 16px;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
	padding: 0;
	min-width: 360px;
	font-size: 16px;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 3.125em;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

.bg-dark {
	background-color:#000 !important;
}
.bg-grey { background-color: rgba(223, 224, 225); }

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
.text-purple { color: #d46228; }

/* Bootstrap overrides / extras
--------------------------------------------- */

.wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450;
    border-radius: 0.375rem;
    background-color: #20c997;
    border: 0 !important;
    font-size: 1.2rem !important;
    text-align: center;
    padding: 0.6rem;
}
.tm-0 { top:-340px; z-index:100; }

.grey { background-color: #2ff080 !important; }
.curve { color: #2ff080 !important; }
.curve svg {    
	height: 4rem;
    width: 100%;
}

.rounded {
    border-radius: .35rem!important
}

.rounded-top {
    border-top-left-radius: .35rem!important
}

.rounded-right,.rounded-top {
    border-top-right-radius: .35rem!important
}

.rounded-bottom,.rounded-right {
    border-bottom-right-radius: .35rem!important
}

.rounded-bottom,.rounded-left {
    border-bottom-left-radius: .35rem!important
}

.rounded-left {
    border-top-left-radius: .35rem!important
}

.rounded-lg {
    border-radius: .5rem!important
}

.rounded-circle {
    border-radius: 50%!important
}

.rounded-pill {
    border-radius: 50rem!important
}

.rounded-0 {
    border-radius: 0!important
}

.lift {
    -webkit-box-shadow: 0 .15rem 1.75rem 0 rgba(31,45,65,.15);
    box-shadow: 0 .15rem 1.75rem 0 rgba(31,45,65,.15);
    -webkit-transition: -webkit-transform .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: -webkit-transform .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: transform .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: transform .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-transform .15s ease-in-out,-webkit-box-shadow .15s ease-in-out
}

.lift:hover {
    -webkit-transform: translateY(-.33333rem);
    transform: translateY(-.33333rem);
    -webkit-box-shadow: 0 .5rem 2rem 0 rgba(31,45,65,.25);
    box-shadow: 0 .5rem 2rem 0 rgba(31,45,65,.25)
}

.lift:active {
    -webkit-transform: none;
    transform: none;
    -webkit-box-shadow: 0 .15rem 1.75rem 0 rgba(31,45,65,.15);
    box-shadow: 0 .15rem 1.75rem 0 rgba(31,45,65,.15)
}

.lift-sm {
    -webkit-box-shadow: 0 .125rem .25rem 0 rgba(31,45,65,.2);
    box-shadow: 0 .125rem .25rem 0 rgba(31,45,65,.2)
}

.lift-sm:hover {
    -webkit-transform: translateY(-.16667rem);
    transform: translateY(-.16667rem);
    -webkit-box-shadow: 0 .25rem 1rem 0 rgba(31,45,65,.25);
    box-shadow: 0 .25rem 1rem 0 rgba(31,45,65,.25)
}

.lift-sm:active {
    -webkit-transform: none;
    transform: none;
    -webkit-box-shadow: 0 .125rem .25rem 0 rgba(31,45,65,.2);
    box-shadow: 0 .125rem .25rem 0 rgba(31,45,65,.2)
}

.card.lift {
    text-decoration: none;
    color: inherit
}

.shadow-right-sm {
    -webkit-box-shadow: .125rem 0 .25rem 0 rgba(31,45,65,.15);
    box-shadow: .125rem 0 .25rem 0 rgba(31,45,65,.15)
}

.shadow-right {
    -webkit-box-shadow: .15rem 0 1.75rem 0 rgba(31,45,65,.15);
    box-shadow: .15rem 0 1.75rem 0 rgba(31,45,65,.15)
}

.shadow-right-lg {
    -webkit-box-shadow: 1rem 0 3rem 0 rgba(31,45,65,.15);
    box-shadow: 1rem 0 3rem 0 rgba(31,45,65,.15)
}

.shadow-left-sm {
    -webkit-box-shadow: -.125rem 0 .25rem 0 rgba(31,45,65,.15);
    box-shadow: -.125rem 0 .25rem 0 rgba(31,45,65,.15)
}

.shadow-left {
    -webkit-box-shadow: -.15rem 0 1.75rem 0 rgba(31,45,65,.15);
    box-shadow: -.15rem 0 1.75rem 0 rgba(31,45,65,.15)
}

.shadow-left-lg {
    -webkit-box-shadow: -1rem 0 3rem 0 rgba(31,45,65,.15);
    box-shadow: -1rem 0 3rem 0 rgba(31,45,65,.15)
}


/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #000;
	font-family: "proxima-nova", sans-serif;
 	font-weight: 400;
 	font-style: normal;
	font-size:16px;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-family: "Montserrat", sans-serif;
	line-height: 1.2;
	margin: 0.67em 0 0.2em;
	font-weight:700;
}

.h1, h1 {
	font-size: 3.5rem;
    font-weight:900 !important;
}
h1 span {
	font-size: 2rem;
    font-weight: 200;
    color:#d46228;
}
.h2, h2 {
    font-size: 2rem;
    font-weight:700;
}

.h3, h3 {
	font-size: 1.5rem;
}

.black {
	color: #000000 !important;
}
.white {
	color: #ffffff !important;
}

.red-text, .termsLink {
	color: #d46228 !important;
}

p {
	margin-bottom: 1.5em;
	font-size:1rem;
	line-height:1.5;
    color: #0f2438;
    opacity: .7;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #FFF;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1em;
	font-size:1rem;
	line-height:1.5;
    color: #0f2438;
    opacity: .7;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

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

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

.pb-5, .py-5 {
    padding-bottom: 5rem!important;
}
.pt-5, .py-5 {
    padding-top: 5rem!important;
}

.p-5 { 
	padding: 4rem!important;
 }

/* Links
--------------------------------------------- */
a {
	color: #000;
}

a:visited {
	color: #000;
}

a:hover,
a:focus,
a:active {
	color: #000;
}

a:focus {
	outline: 0;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */

.wpcf7-checkbox input[type=checkbox] {
	position: relative;
  visibility: hidden;
}

.wpcf7-checkbox input[type=checkbox] + span {
    margin-left: 25px;
}

.wpcf7-checkbox input[type=checkbox] + span:before {
	display: block;
	position: absolute;
	content: '';
	height: 26px;
	width: 26px;
	top: -3px;
	border: 2px solid #9d9d9c;
}

.wpcf7-checkbox input[type=checkbox] + span:after {
    display: block;
    position: absolute;
    width: 18px;
    height: 18px;
    top: 1px;
    left: 18px;
    visibility: hidden;
    background-color:#e73c57;
}

.wpcf7-form .wpcf7-checkbox input[type=checkbox]:checked + span:before {
    background: transparent;
}

.wpcf7-form .wpcf7-checkbox input[type=checkbox]:checked + span:after {
   visibility: visible;
}


textarea {
	width: 100%;
}

.btn {
	padding: 0.7rem 2rem;
    line-height: 1em;
    text-transform: uppercase;
	border:0;
	border-radius:0;
    font-weight:700;
}

.btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
}

.btn-primary, .btn-primary:visited {
    color: #fff !important;
}

.btn-secondary, .btn-secondary:visited {
	color: #FFF;
    background-color: #000;
  
}
	.btn-secondary:hover, .btn-check:active+.btn-secondary, .btn-check:checked+.btn-secondary, .btn-secondary.active, .btn-secondary:active, .show>.btn-secondary.dropdown-toggle, .btn-secondary.focus, .btn-secondary:focus,
	.btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show>.btn-secondary.dropdown-toggle {
		color: #ffffff;
		background-color: #222f34;
		box-shadow: none;
	}

.btn-dark, .btn-dark:visited {
	color: #ffffff;
    background-color: #222f34;
  
}
	.btn-dark:hover, .btn-check:active+.btn-dark, .btn-check:checked+.btn-dark, .btn-dark.active, .btn-dark:active, .show>.btn-dark.dropdown-toggle, .btn-dark.focus, .btn-dark:focus,
	.btn-dark:not(:disabled):not(.disabled).active, .btn-dark:not(:disabled):not(.disabled):active, .show>.btn-dark.dropdown-toggle {
		color: #222f34;
		background-color: #ffffff;
		box-shadow: none;
	}

.btn-light, .btn-light:visited {
	color: #222f34;
    background-color: #ffffff;
  
}
	.btn-light:hover, .btn-check:active+.btn-light, .btn-check:checked+.btn-light, .btn-light.active, .btn-light:active, .show>.btn-light.dropdown-toggle, .btn-light.focus, .btn-light:focus,
	.btn-light:not(:disabled):not(.disabled).active, .btn-light:not(:disabled):not(.disabled):active, .show>.btn-light.dropdown-toggle {
		color: #222f34;
		background-color: #fecd00;
		box-shadow: none;
	}

.btn-yellow, .btn-yellow:visited {
	color: #222f34;
	background-color: #fecd00;
}
	.btn-yellow:hover, .btn-check:active+.btn-yellow, .btn-check:checked+.btn-yellow, .btn-yellow.active, .btn-yellow:active, .show>.btn-yellow.dropdown-toggle, .btn-yellow.focus, .btn-yellow:focus,
	.btn-yellow:not(:disabled):not(.disabled).active, .btn-yellow:not(:disabled):not(.disabled):active, .show>.btn-yellow.dropdown-toggle {
		color: #222f34;
		background-color: #ffffff;

		box-shadow: none;
	}

.btn.btn-link {
	color: #fc0;
	padding: 0;
	-webkit-transition: all 0.6s;
	transition: all 0.6s;
	text-decoration: none;
	white-space: nowrap;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    padding-right: var(--bs-gutter-x,2rem);
    padding-left: var(--bs-gutter-x,2rem);
    position:relative;
}

.site-main {
	background-color: #FFF;
	overflow: auto;
}
.home .site-main {
	padding:0;
}

.hero {
    height: 50vh;
    max-height: 500px;
    background-position: center left;
    background-size: cover;
}

.site-header{
	/*position: absolute;
	z-index: 10;
    left: 0;
    right: 0;
    width: 100%;*/
	background-color: #fff;
}

.header-margin{
	margin-top: 120px;
}

.grecaptcha-badge { visibility: hidden; }


/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
.bg-img {
	background-size:cover;
	background-position: 0 0 ;
}

.instruction {
	background-image: url("https://cov.glassoniondesign.co.uk/wp-content/uploads/2024/12/growth.jpg");
}

.community {
	background-image: url("https://cov.glassoniondesign.co.uk/wp-content/uploads/2024/12/community.jpg");
}

.growth {
	background-image: url("https://cov.glassoniondesign.co.uk/wp-content/uploads/2024/12/chris.jpg");
}

.overlay > .p-5 {
	background-color: rgba(0, 0, 0, .5);
}

.overlay > .p-5 p { 
	opacity:1; 
	color:#FFF;
}


.jumbotron{
	min-height: 57em;
	background-size: cover;
	background-position: center center;
	border-radius: unset;
	margin-bottom:0;
}

.jumbotron .container-xl { 
	position: absolute;
	bottom: 300px;
	left: 0;
	right: 0; }

.jumbotron-text{
	color: #ffffff;
	clear: both;
	font-size: 1.75rem;
	margin-top: 0;
	margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2;
}

.jumbotron .display-4{
	line-height: 1.7;
}

.jumbotron-mobile{
	padding-top: 1em;
	padding-bottom: 45vw;
	background-position: bottom right;
	background-size: contain;
    background-repeat: no-repeat;
    background-color: #246AB1;
}

.jumbotron-mobile .display-4{
	font-size: 1em;
}

.jumbotron h1{
	color: #ffffff;
}
.jumbotron h1 span{
    font-size: 1.2rem;
    display: block;
    font-style: italic;
    padding: 0.7em 0;
    margin: 0.3em 0;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    width: 400px;
    text-align: center;
}

.team-bar {
	background-color: #ffffff;
	padding-top: 3rem;
}
	.team-bar h2 {
		text-align: center;
		width: 100%;
		margin-top: 0;
	}
		.team-bar .user-block .user-avatar {
			text-align: center;
			padding-top: 2em;
		}
		.team-bar .user-block .user-body {
			background-color: #222f34;
			width: 100%;
			
		}
			.team-bar .user-block .user-body blockquote {
				text-align: center;
				width: 100%;
				margin: 0;
			}
			.team-bar .user-block .user-body h3 {
				padding: 0.67em 0 0.2em;
				margin: 0;
				color: #ffffff;
			}
			.team-bar .user-block .user-body p {
				padding-bottom: 1.5em;
				margin: 0;
				color: #ffffff;
			}
	.team-bar.teamname {
		background-color: #222f34;
		padding-top: 0;
	}

		.team-bar.teamname .user-block .user-body {
			border-left: 1px solid #ffffff;
			margin: 2em 0;
		}
		.team-bar.teamname .user-block:first-child .user-body {
			border-left: none;
		}

.programs section:nth-child(even) { background:#ccc; }
.programs section:nth-child(even) .white-text {
    -ms-flex-order: 13;
    order: 13;

}


/* Navigation
--------------------------------------------- */
nav {
	font-weight: bold;
}

.topbar { background-color:#077340; padding:7px 0; }
	.topbar span { display:block; text-align:right; font-size:0.8em; color:#FFF;}
	.topbar a { color:#FFF; }
	
	.navbar-brand{
		width: 180px;
   		height: auto;
	}

	.navbar{
		padding: 0;
		font-size: 1em;
		    min-height: 85px;
	}

	.nav-link {
		text-align: center;
		font-weight: 700;
		white-space: nowrap;
		font-size: 0.8em;
		text-transform:uppercase;
		color:#000;

	}
	#menu-item-89 > a{ color:#fff; }

.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: block;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul a {
	color: #ffffff;
	padding: 0.5em 1em;
	font-size: 1.2em;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}


.dropdown { position:unset; }
.dropdown-menu {
    top: 98%;
    min-width: 100vw;
    padding: 1.5rem 0;
    color: #FFF;
    background-color: #333333;
    border: 0;
    border-radius: 0;
    text-align: center;
}
.dropdown-item { color:#fff !important; text-transform:uppercase; font-weight:700;}
.dropdown-item:focus, .dropdown-item:hover {
    color: #16181b;
    text-decoration: none;
    background-color: transparent;
}

.menu-top-menu-container {
    position: fixed;
    height: 100%;
    margin-right: 0;
    text-align: center;
    right: -120px;
    top: 0;
    bottom: 0;
    padding-top: 100px;
    background-color: #000000d3;
    z-index: 10;
    width: 100px;
    transition: width 0.5s,right 0.4s;
    transition-timing-function: ease-in-out;
    -webkit-box-shadow: 0 0 20px 0 rgba(0,0,0,.7);
    -moz-box-shadow: 0 0 20px 0 rgba(0,0,0,.7);
    box-shadow: 0 0 20px 0 rgba(0,0,0,.7);
}

.main-navigation.toggled .menu-top-menu-container {
    width: 300px;
    right: 0;
}


.menu-toggle {
    cursor: pointer;
    width: 30px;
    height: 25px;
    position: absolute;
    right: 50px;
    top: 45px;
	z-index: 11;
	border: none;
    background: transparent;
    padding: 0;
}

.main-navigation.toggled .menu-toggle{
	position: fixed;
}

.menu-toggle:focus,
.menu-toggle:hover {
	outline: none;
}

.menu-toggle i {
    background-color: #222f34;
    border-radius: 2px;
    content: '';
    display: block;
    width: 100%;
	height: 4px;
	-webkit-transition: background-color 0.2s linear;
    -ms-transition: background-color 0.2s linear;
    transition: background-color 0.2s linear;
}
.home .menu-toggle i {
	background-color: #fff;
}
.menu-toggle:hover i {
	background-color: #FFF;
}

.menu-toggle i:nth-child(1) {
    -webkit-animation: outT 0.8s backwards;
    animation: outT 0.8s backwards;
    -webkit-animation-direction: reverse;
    animation-direction: reverse;
}

.menu-toggle i:nth-child(2) {
    margin: 5px 0;
    -webkit-animation: outM 0.8s backwards;
    animation: outM 0.8s backwards;
    -webkit-animation-direction: reverse;
    animation-direction: reverse;
}

.menu-toggle i:nth-child(3) {
    -webkit-animation: outBtm 0.8s backwards;
    animation: outBtm 0.8s backwards;
    -webkit-animation-direction: reverse;
    animation-direction: reverse;
}

.main-navigation.toggled .menu-toggle i {
	background-color: #fff;
}

.main-navigation.toggled .menu-toggle i:nth-child(1) {
    -webkit-animation: inT 0.8s forwards;
    animation: inT 0.8s forwards;
}

.main-navigation.toggled .menu-toggle i:nth-child(2) {
    -webkit-animation: inM 0.8s forwards;
    animation: inM 0.8s forwards;
}

.main-navigation.toggled .menu-toggle i:nth-child(3) {
    -webkit-animation: inBtm 0.8s forwards;
    animation: inBtm 0.8s forwards;
}

@-webkit-keyframes inM {
    50% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(45deg);
    }
}

@keyframes inM {
    50% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(45deg);
    }
}

@-webkit-keyframes outM {
    50% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(45deg);
    }
}

@keyframes outM {
    50% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(45deg);
    }
}

@-webkit-keyframes inT {
    0% {
        -webkit-transform: translateY(0px) rotate(0deg);
    }
    50% {
        -webkit-transform: translateY(9px) rotate(0deg);
    }
    100% {
        -webkit-transform: translateY(9px) rotate(135deg);
    }
}

@keyframes inT {
    0% {
        transform: translateY(0px) rotate(0deg);
    }
    50% {
        transform: translateY(9px) rotate(0deg);
    }
    100% {
        transform: translateY(9px) rotate(135deg);
    }
}

@-webkit-keyframes outT {
    0% {
        -webkit-transform: translateY(0px) rotate(0deg);
    }
    50% {
        -webkit-transform: translateY(9px) rotate(0deg);
    }
    100% {
        -webkit-transform: translateY(9px) rotate(135deg);
    }
}

@keyframes outT {
    0% {
        transform: translateY(0px) rotate(0deg);
    }
    50% {
        transform: translateY(9px) rotate(0deg);
    }
    100% {
        transform: translateY(9px) rotate(135deg);
    }
}

@-webkit-keyframes inBtm {
    0% {
        -webkit-transform: translateY(0px) rotate(0deg);
    }
    50% {
        -webkit-transform: translateY(-9px) rotate(0deg);
    }
    100% {
        -webkit-transform: translateY(-9px) rotate(135deg);
    }
}

@keyframes inBtm {
    0% {
        transform: translateY(0px) rotate(0deg);
    }
    50% {
        transform: translateY(-9px) rotate(0deg);
    }
    100% {
        transform: translateY(-9px) rotate(135deg);
    }
}

@-webkit-keyframes outBtm {
    0% {
        -webkit-transform: translateY(0px) rotate(0deg);
    }
    50% {
        -webkit-transform: translateY(-9px) rotate(0deg);
    }
    100% {
        -webkit-transform: translateY(-9px) rotate(135deg);
    }
}

@keyframes outBtm {
    0% {
        transform: translateY(0px) rotate(0deg);
    }
    50% {
        transform: translateY(-9px) rotate(0deg);
    }
    100% {
        transform: translateY(-9px) rotate(135deg);
    }
}


footer {
	background-color: #000;
	color: #f6f6f6;
	font-size: 0.8em;
}
footer .footer-address > .row {
	padding-left: 1em;
	padding-right: 1em;
}

footer .footer-address a,
footer .footer-address a:focus,
footer .footer-address a:active,
footer .footer-address a:visited {
	color: #ffffff;
}

footer .footer-address a:hover {
	color: #ffcc00;
}

footer .footer-links {
	padding-left: calc(15px + 1em);
	padding-right: calc(15px + 1em);
}

footer ul {
	margin: 0;
    padding: 0;
}

footer ul li {
    list-style: none;
}

footer ul.social li a {
	font-size: 1.4rem;
}

footer h4 {
	margin-top:0;
	font-weight:700;
}

footer .btn.btn-link {
	color: #f6f6f6;
}
footer .btn.btn-link:hover,
footer .btn.btn-link.btn-link-sub:hover {
	color: #ffcc00;
}
footer .btn.btn-link.btn-link-sub {
	color: #929393;
}

footer #menu-footer-menu a,
footer #menu-footer-submenu a {
	color: #ffffff;
	cursor: pointer;
	padding: 0;
	transition: all 0.6s;
    text-decoration: none;
	white-space: nowrap;
	font-family: 'Open Sans', sans-serif;
    font-size: 1.500rem;
    line-height: 1em;
    text-transform: uppercase;
	border-radius: 1em;
	font-weight: 400;
}

footer #menu-footer-submenu a {
	color: #929393;
}

footer #menu-footer-menu a:hover,
footer #menu-footer-submenu a:hover {
	color: #ffcc00;
}

.legal {
	margin: 0;
	padding: 0 1em;
}
ul.legal-menu li {
    display: inline-block;
    padding: 0 1em;
}
ul.legal-menu li:after {
	content: "|";
	padding-left: 2em;
}
ul.legal-menu li:last-child:after {
	content: "";
	padding: 0;
}
ul.legal-menu a:hover {
	color: #ffffff;
}

/* -- Cookie Bar Styles */
.cli-modal-content {
	background-color: #000;
}
.cli-style-v2 .cli-bar-btn_container .cli-plugin-button {
    font-weight: bold;
}
.cli-modal-close svg {
	fill: #fff;
}
.cli-tab-container h4, .cli-tab-container h1 {
    font-weight: bold;
}
.cli-modal .cli-modal-dialog{
	color: #ffffff;
}
.cli-tab-container p, .cli-privacy-content-text {
    color: #ffffff;
}
.cli-tab-header {
    background-color: #212529;
}
.cli-tab-header a.cli-nav-link {
    color: #ffffff;
}
span.cli-necessary-caption {
    color: #ffffff;
}
.cli-tab-content {
    background: #343a40;
}
.cli-switch .cli-slider:after {
    color: #ffffff;
}
.cli-switch .cli-slider {
    background-color: #495057;
}
.cli-switch input:checked + .cli-slider {
    background-color: #ffcc00;
}
#cookie-law-info-bar {
    box-shadow: 0 -1px 10px 0 rgba(0, 0, 0, 0.3);
}
.cli-style-v2 .cli-bar-message, .cli-bar-btn_container {
	font-size: 0.8rem;
}






/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* page-section-schedule
--------------------------------------------- */

.page-section-schedule .page-section-schedule-content {
	margin-bottom: 2rem
}

.page-section-schedule .schedule_program_item {
	list-style-type: none;
	font-size: 1rem;
	display: flex;
	padding: 2vh 0
}

@media (min-width:1200px) {
	.page-section-schedule .schedule_program_item {
		font-size: 1.5rem
	}
}

.page-section-schedule .schedule_program_item li {
	padding: 0 2vw
}

.page-section-schedule .schedule_program_item li:first-child {
	border-right: 2px solid
}

.page-section-schedule {
	max-width: 1200px;
	margin: auto
}

.row.schedule,
.schedule-header {
	text-align: center
}

.col-sm.day {
	padding: 0 2px
}

.col-sm.day div {
	display: table;
	width: 100%;
	margin-top: 4px;
	background: #eee
}

.col-sm.day div h5 {
	font-size: 1em;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
	letter-spacing: .1em;
	padding: 5px 0
}

@media (max-width:578px) {
	.col-sm.day div h5 {
		font-size: 1.5em;
		padding: 10px 0
	}
}

.col-sm.day div p {
	text-align: center;
	height: 100px;
	display: table-cell;
	vertical-align: middle
}

@media (max-width:578px) {
	.col-sm.day div p {
		font-size: 1.3em;
		height: 60px
	}
}

@media (max-width:578px) {
	.col-sm.day div .empty-cont {
		display: none
	}
}

@media (max-width:578px) {
	.col-sm.day {
		padding: 10px 0
	}
}

.schedule_grid {
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 90%;
	margin: 0 auto
}

@media (min-width:1200px) {
	.schedule_grid {
		flex-direction: row;
		border: 1px solid #000
	}
}

.schedule_grid .schedule_day {
	flex: 1;
	flex-wrap: nowrap;
	display: flex;
	flex-direction: column;
	margin: 5px;
	font-size: 1rem
}

@media (min-width:1200px) {
	.schedule_grid .schedule_day {
		margin: 0;
		border-right: 1px solid #000;
		text-align: center
	}
}

.schedule_grid .schedule_day .schedule_day_title {
	text-align: center;
	padding: 2vh 0;
	background-color: #000;
}

.schedule_grid .schedule_day:last-child {
	border-right: none
}

.schedule_grid .schedule_day ul {
	list-style-type: none;
	padding: 0
}

.schedule_grid .schedule_day ul li {
	margin: 10px
}

.schedule_grid .schedule_day ul li a:hover {
	border-bottom: 2px solid;
	text-decoration: none
}

.schedule_grid .schedule_day ul li div {
	padding: 2vh
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

.laptop{
	right: -30px;
}

.nk-awb-l50 .nk-awb-wrap{
	left:50%;
}

.nk-awb-r50 .nk-awb-wrap{
	right:50%;
}

.tenticles {
	margin-bottom: -50px;
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
	
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {

	.laptop{
		left: 50%;
		right: 0;
		min-width: 500px;
	}
	.laptop img,
	.laptop picture {
		width:100%;
	}

	.p-md-absolute {
		position: absolute !important;
	}
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
	.mt-lg-6, .my-lg-6 {
		margin-top: 5rem!important;
	}
	.mt-lg-7, .my-lg-7 {
		margin-top: 7.5rem!important;
	}
	.mt-lg-8, .my-lg-8 {
		margin-top: 10rem!important;
	}
	.mt-lg-9, .my-lg-9 {
		margin-top: 15rem!important;
	}
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
}

/* Super large devices (large desktops, 1680px and up) */
@media (min-width: 1680px) {
	.tenticles {
	    position: absolute;
	    bottom: -3vw;
	    right: -30vh;
	    margin-bottom:0;
	}

}

/* Medium devices (tablets, 767px and down) */
@media (max-width: 767px) {
	.hide-bg-md .nk-awb-wrap{
		display: none;
	}
	.position-relative { position:unset !important; }
	.position-absolute { position:unset !important; }
}

/* Small devices (landscape phones, 575px and down) */
@media (max-width: 575px) {
	.hide-bg-xs .nk-awb-wrap{
		display: none;
	}
}

/* Small devices (landscape phones, 500px and down) */
@media (max-width: 500px) {
	html {
		font-size: 14px;
	}
}

/* Small devices (landscape phones, 400px and down) */
@media (max-width: 400px) {
	html {
		font-size: 12px;
	}
}