@charset "UTF-8";

/*
  Theme Name:        Levanta 2025
  Theme URL:         https://afresh.studio
  Version:           20.25
  Description:       Focus Theme
  Tags:              Focus Theme, html5, css3, responsive
  Author:            Afresh Studio
  Author URI:        https://afresh.studio
  Copyright:         © Afresh Studio
  License:           Not for personal or commercial use by anyone except Afresh Studio and Levanta Institute.
  License URI:       N/A
*/

/*=======================================================================================================================================
01 Fonts
02 !!! NO RESET HERE !!!
03 Structure
04 Typography
05 Media
06 Forms & Buttons
07 Front-End Interface
08 WordPress Styles
09 Plugin Styles
10 Page-Specific Layout
=======================================================================================================================================*/

/*=======================================================================================================================================
01 FONTS
=======================================================================================================================================*/



/*=======================================================================================================================================
03 STRUCTURE
=======================================================================================================================================*/

:root {
	--color-dkred: #930f20;
	--color-red: #b60728;
	--color-ltred: #e5011c;
	--color-dkgray: #191818;
	--color-gray: #2f2d2d;
	--color-ltgray: #707070;
	--color-white: #fcf5f6;
		
	--shadow-small: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
	--shadow-medium: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
	--shadow-large: 0 0 25px -3px rgba(0, 0, 0, 0.1), 0 0 12px -2px rgba(0, 0, 0, 0.05);
}

*,
*::before,
*::after {
    padding: 0;
    margin: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    list-style: none;
    list-style-type: none;
    text-decoration: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}

html {
	font-size: 100%;
	-webkit-box-sizing: inherit;
			box-sizing: inherit;
	scroll-behavior: smooth;
}

body {
	font-family: 'Figtree', 'Segoe UI', Helvetica, Arial, sans-serif;
	font-weight: 400;
	font-size: 1rem;
	line-height: 1.5;
	background-image: url('img/InkPaint380L.webp');
	background-position: top center;
	background-repeat: no-repeat;
	background-size: 100vw;
	background-color: var(--color-gray);
	color: var(--color-white);
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
	body {
		background-image: url('img/InkPaint380L-Mobile.webp');
		background-size: 250vw;
	}
}

main#content {
	padding: 0;
}

.header {
    position: fixed;
    top: 0;
	right: 0;
	left: 0;
	width: 100vw;
    height: auto;
    z-index: 100;
    margin: 0 auto;
	background-color: rgba(25,24,24,.9);
	backdrop-filter: blur(50px) !important;
}
@media only screen and (min-width: 0px) and (max-width: 860px) {
    .header {
    }
}

.header .container {
	width: 92vw;
	height: auto;
	margin: 0 auto;
	padding: 1rem 1.5rem;
	position: relative;
}
.header .container.on-scroll {
	-webkit-transition: all .175s ease;
       -moz-transition: all .175s ease;
         -o-transition: all .175s ease;
            transition: all .175s ease;
}
@media only screen and (min-width: 0px) and (max-width: 860px) {
    .header .container,
	.header .container.on-scroll {
		width: 100%;
        padding-top: .8rem;
		padding-bottom: .8rem;
    }
}

.header .wrapper {
    position: relative;
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.brand {
	font-family: 'Segoe UI', Helvetica, Arial, sans-serif;
	font-size: 1.625rem;
	line-height: 1.25;
	letter-spacing: -1px;
	color: var(--color-red);
	text-transform: uppercase;
	display: inline-block;
	width: 264px;
	height: auto;
	margin: -.5rem 0 0;
	display: inline-block;
}
@media only screen and (min-width: 0px) and (max-width: 860px) {
	.brand {
		display: block;
	}
}
.brand img {
	width: 128px;
	margin-top: .25rem;
	padding: 0;
	line-height: 1;
}
.brand img.mobile {
	display: none;
}
@media only screen and (min-width: 0px) and (max-width: 860px) {
	.brand {
		width: 150px;
		margin: 0;
	}
	.brand img {
		display: none;
	}
	.brand img.mobile {
		width: 110px;
		display: inline-block;
		padding: 0;
	}
}

.nav-wrap {
	right: 0;
	position: absolute;
}
@media only screen and (min-width: 0px) and (max-width: 860px) {
	.nav-wrap {
		margin: 0 0 0 auto;
	}
}

.header nav.navbar {
    float: none;
}

.header .menu > .menu-item {
    position: relative;
    display: inline-block;
}
.header .menu > .menu-item > a {
	display: block;
	font-family: 'Jost', 'Segoe UI', Helvetica, Arial, sans-serif;
	font-size: clamp( 1.3rem, 2vw, 1.3rem );
	font-weight: 800;
	line-height: inherit;
	margin: .65rem .5rem;
	padding: .2rem .6rem .1rem;
	border: none;
	outline: none;
	color: var(--color-white);
	-webkit-transition: all 0.135s ease;
	   -moz-transition: all 0.135s ease;
		 -o-transition: all 0.135s ease;
			transition: all 0.135s ease;
}

.header .menu > .menu-item > a, .header .menu > .menu-item > a:link, .header .menu > .menu-item > a:visited {
    -webkit-transition: all .5s ease;
       -moz-transition: all .5s ease;
         -o-transition: all .5s ease;
            transition: all .5s ease;
    font-weight: 700;
    text-decoration: none;
}
.header .menu > .menu-item > a:hover, .header .menu > .menu-item > a:active, .header .menu > .menu-item > a:focus {
	color: var(--color-white) !important;
	-webkit-transition: all .175s ease;
	   -moz-transition: all .175s ease;
		 -o-transition: all .175s ease;
			transition: all .175s ease;
}
@media only screen and (min-width: 0px) and (max-width: 860px) {
    .header .menu > .menu-item > a, .header .menu > .menu-item > a:link, .header .menu > .menu-item > a:visited, .header .menu > .menu-item > a:hover, .header .menu > .menu-item > a:active {
        background-image: none;
        margin: 0;
		color: var(--color-white) !important;
    }
}
.header .menu > .menu-item.menu-item-has-children > a:after {
	content: '+';
	padding-left: .5rem;
	font-family: 'Jost', 'Segoe UI', Helvetica, Arial, sans-serif;
	font-weight: 500;
	color: var(--color-ltred);
}
@media only screen and (min-width: 0px) and (max-width: 860px) {
	.header .menu > .menu-item.menu-item-has-children > a:after {
		color: var(--color-white);
	}
}

.header .menu > .menu-item > a .expand {
    position: relative;
    display: inline-block;
    width: 0.75rem;
    height: 0.75rem;
    margin-left: 0.35rem;
    pointer-events: none;
    border: none;
    outline: none;
}
.header .menu > .menu-item > a .expand:before, .header .menu > .menu-item > a .expand:after {
    position: absolute;
    -webkit-box-sizing: inherit;
            box-sizing: inherit;
    content: '';
    top: 50%;
    left: 50%;
    width: 100%;
    height: 2px;
    background-color: var(--color-red);
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -webkit-transition: all 0.35s ease;
            transition: all 0.35s ease;
}
.header .menu > .menu-item:hover > a {
    color: var(--color-white);
}
.header .menu > .menu-item:hover > a .expand::before, .header .menu > .menu-item:hover > a .expand::after {
    background: var(--color-red);
}
.header .menu > .menu-item > a .expand::after {
    -webkit-transform: translate(-50%, -50%) rotate(-90deg);
            transform: translate(-50%, -50%) rotate(-90deg);
}
.header .menu > .menu-item > .sub-menu > .menu-item > a:hover,
.header .menu > .menu-item > .sub-menu > .menu-item > a:active {
	background-color: rgba(25, 24, 24,.25);
	color: var(--color-white);
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
	.header .menu > .menu-item > .sub-menu > .menu-item > a:hover,
	.header .menu > .menu-item > .sub-menu > .menu-item > a:active {
		background-color: transparent;
		color: var(--color-white);
	}
}
.header .menu > .menu-item > .sub-menu {
	position: absolute;
	top: 100%;
	left: -.5rem;
	width: 14rem;
	height: auto;
	padding: .5rem;
	border: none;
	outline: none;
	opacity: 0;
	visibility: hidden;
	background-color: var(--color-dkred);
	-webkit-box-shadow: var(--shadow-large);
			box-shadow: var(--shadow-large);
	-webkit-transform: translateY(1rem);
			transform: translateY(1rem);
	-webkit-transition: all 0.35s ease;
			transition: all 0.35s ease;
			border-radius: 15px;
}
.header .menu > .menu-item > .sub-menu > .menu-item {
    display: block;
}
.header .menu > .menu-item > .sub-menu > .menu-item > a {
    display: block;
    font-family: inherit;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.2;
    padding: .75rem 1rem;
	border-radius: .5rem;
    color: var(--color-white);
    text-decoration: none;
    -webkit-transition: all 0.35s ease;
            transition: all 0.35s ease;
}
.header .burger {
	margin-left: auto;
	position: relative;
	cursor: pointer;
	display: none;
	width: 33px !important;
	height: 19px;
	margin-top: -0.25rem;
	border: 0 none !important;
	outline: none;
	opacity: 0;
	visibility: hidden;
	background: none;
	-webkit-transform: rotate(0deg);
			transform: rotate(0deg);
	-webkit-transition: all 0.35s ease;
			transition: all 0.35s ease;
}
.header .burger:hover {
    background-color: transparent !important;
}
.header .burger-line {
    position: absolute;
    display: block;
    width: 33px;
    height: 2px;
    right: 0;
    border: none;
    outline: none;
    opacity: 1;
    background: var(--color-ltred);
	border-radius: 10rem;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    -webkit-transition: all 0.25s ease;
            transition: all 0.25s ease;
}
.header .burger-line:nth-child(1) {
    top: 0;
}
.header .burger-line:nth-child(2), .header .burger-line:nth-child(3) {
    top: .5rem;
}
.header .burger-line:nth-child(4) {
    top: 1rem;
}
.header .overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	z-index: 100;
	opacity: 0;
	visibility: hidden;
	background: rgba(147, 15, 32, .75);
	-webkit-transition: all 0.35s ease;
			transition: all 0.35s ease;
	cursor: pointer;
}
@-moz-document url-prefix() {
  .header .overlay {
      width: 100vw;
      height: 101vh;
      top: -1.5rem;
      left: -1.5rem;
  }
}
.header .nav-close {
    position: relative;
    top: 2.25rem;
    left: 1rem;
    cursor: pointer;
    width: 1.75rem !important;
    height: 1rem;
    outline: none;
    border: 0 none !important;
    background-color: transparent !important;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    -webkit-transition: all 0.35s ease;
            transition: all 0.35s ease;
}
.header .nav-close-line {
    position: absolute;
    display: block;
    width: 33px;
    height: 2px;
    left: 0;
    border: none;
    outline: none;
    opacity: 1;
    background: var(--color-white);
	border-radius: 10rem;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    -webkit-transition: all 0.25s ease;
            transition: all 0.25s ease;
}
.header .nav-close-line:nth-child(1) {
    top: 0;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
}
.header .nav-close-line:nth-child(2) {
    top: 0;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
}

@media only screen and (min-width: 860px) {
    .header .menu > .menu-item-child:hover > .sub-menu {
        display: block;
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateY(0);
                transform: translateY(0);
    }
    .header .menu > .menu-item-child:hover > a .expand::after {
        -webkit-transform: translate(-50%, -50%) rotate(0deg);
                transform: translate(-50%, -50%) rotate(0deg);
    }
}
@media only screen and (min-width: 0px) and (max-width: 860px) {
    .header .overlay.active {
        display: block;
        opacity: 1;
        visibility: visible;
		-webkit-backdrop-filter: blur(2px) !important;
				backdrop-filter: blur(2px) !important;
    }
    .header .navbar {
        position: fixed;
        top: 0;
        right: -100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        width: 75%;
        height: 100vh;
        z-index: 999;
        opacity: 0;
        overflow-y: auto;
        visibility: hidden;
        background-color: var(--color-ltred);
		/*background-image: url('img/collective-waves.svg');
		background-repeat: no-repeat;
		background-size: cover;*/
        -webkit-box-shadow: var(--shadow-large);
                box-shadow: var(--shadow-large);
        -webkit-transition: all 0.5s ease;
                transition: all 0.5s ease;
    }
    @-moz-document url-prefix() {
        .header .navbar {
            top: -.5rem;
            right: -1.5rem;
        }
    }
    .header .navbar.active {
        right: 0;
        opacity: 1;
        visibility: visible;
    }
    .header .menu {
        width: 100%;
        height: auto;
        margin: 1rem 0;
    }
    .header .menu > .menu-item {
        display: block;
        margin: 0;
    }
    .header .menu > .menu-item-child > a {
		/*display: -webkit-box;
		display: -ms-flexbox;
		display: flex;*/
		-webkit-box-pack: justify;
			-ms-flex-pack: justify;
				justify-content: space-between;
		-webkit-box-align: center;
			-ms-flex-align: center;
				align-items: center;
    }
    .header .menu > .menu-item > a {
		padding: 0.625rem 1.8rem;
		color: var(--color-white);
    }
    .header .menu > .menu-item > a .expand::before, .header .menu > .menu-item > a .expand::after {
        background: var(--color-red);
    }
    .header .menu > .menu-item-child.active > a .expand:after {
        -webkit-transform: translate(-50%, -50%) rotate(0deg);
                transform: translate(-50%, -50%) rotate(0deg);
    }
    .header .menu > .menu-item > .sub-menu {
        position: relative;
        top: auto;
        left: auto;
        width: 100%;
        max-height: 0;
        padding: 0px;
        border: none;
        outline: none;
        opacity: 1;
        overflow: hidden;
        visibility: visible;
        background: transparent;
        -webkit-box-shadow: none;
                box-shadow: none;
        -webkit-transform: translateY(0px);
                transform: translateY(0px);
    }
    .header .menu > .menu-item > .sub-menu > .menu-item > a {
		padding: 0.625rem 3.2rem;
		color: var(--color-white);
		font-family: 'Figtree', 'Segoe UI', Helvetica, Arial, sans-serif;
    }
    .header .burger {
        display: block;
        float: right;
        opacity: 1;
        visibility: visible;
        margin: -.2rem 0 0 !important;
        padding: 0 !important;
        z-index: 0;
    }
}

.btn-nav a, .btn-nav a:link, .btn-nav a:visited {
	color: var(--color-ltred) !important;
	border: 2px solid var(--color-ltred) !important;
	border-radius: 10rem;
	padding: 3px 13px 3px !important;
	background-color: transparent;
}
.btn-nav a:hover, .btn-nav a:active {
	color: var(--color-red) !important;
	border: 2px solid var(--color-ltred) !important;
	background-color: var(--color-ltred);
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
	.btn-nav a, .btn-nav a:link, .btn-nav a:visited {
		border: 0 none !important;
		border-radius: 0;
		padding: 0.625rem 1.8rem !important;
	}
	.btn-nav a:hover, .btn-nav a:active {
		color: var(--color-white) !important;
		border: 0 none !important;
	}
}

a#to-top, a:link#to-top, a:visited#to-top {
	background-color: var(--color-red);
}
a#to-top:before {
	content:'\f077';
	font-family: 'FontAwesome', sans-serif;
	font-size: 1.4em;
	color: var(--color-white);
}

footer {
	width: calc(100% - 3rem);
	max-width: calc(100% - 3rem);
	padding: 0;
	margin: 0 auto !important;
	background: transparent;
}
footer #footer {
	border-radius: 2rem;
	overflow: hidden;
}
footer #footer>.vce-row {
	width: 100% !important;
	left: 0 !important;
	padding-right: 0 !important;
	padding-left: 0 !important;
	overflow: hidden;
}
footer #footer .vce-single-image-wrapper,
footer #footer .vce-features-icon-wrapper {
	margin-bottom: 0 !important;
}
#footer .flip-right-left p {
	padding-right: 0 !important;
	padding-left: 0 !important;
	text-align: left;
	/*line-height: 1.35 !important;*/
}
@media only screen and (min-width: 769px) {
	#footer .flip-right-left p {
		text-align: right;
		/*line-height: 1.15 !important;*/
	}
}
#footer p {
	line-height: 1.5 !important;
}
.copyright,
.copyright p {
	font-size: clamp(.6rem, 1vw, .85rem) !important;
	padding: 0 !important;
}
.copyright p a, .copyright p a:link, .copyright p a:visited,
.copyright p a:hover, .copyright p a:active {
	background-image: none;
	text-decoration: none;
	color: inherit;
}

.log-in-out {
	opacity: .2;
	margin-left: 1rem;
}



/*=======================================================================================================================================
04 TYPOGRAPHY
=======================================================================================================================================*/

h1, #content h1,
h2, #content h2,
h3, #content h3,
h4, #content h4,
h5, #content h5,
h6, #content h6 {
    padding-bottom: 1.5rem !important;
	line-height: 1.15;
	color: var(--color-white);
}

h1, #content h1,
h1 strong, #content h1 strong,
h1 span, #content h1 span {
	font-family: 'Jost', 'Segoe UI', Helvetica, Arial, sans-serif;
	font-size: clamp(3.1rem, 8vw, 7rem);
	font-weight: 500;
	line-height: 1.05;
	letter-spacing: 0 !important;
	color: var(--color-red);
}
.vce-layouts-post-title h1, #content .vce-layouts-post-title h1, h1.page-title, #pgheader {
	padding-top: 20vh !important;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
	.vce-layouts-post-title h1, #content .vce-layouts-post-title h1, h1.page-title, #pgheader {
		padding-top: 10vh !important;
	}
}

h2, #content h2,
h2 strong, #content h2 strong,
h2 span, #content h2 span {
	font-family: 'Figtree', 'Segoe UI', Helvetica, Arial, sans-serif;
	font-size: clamp(1.85rem, 3.5vw, 5.8rem);
	font-weight: 500;
	letter-spacing: -1px;
	color: var(--color-white);
}

h3, #content h3,
h3 strong, #content h3 strong,
h3 span, #content h3 span {
	font-family: 'Figtree', 'Segoe UI', Helvetica, Arial, sans-serif;
	font-size: clamp(1.5rem, 3vw, 5.8rem);
	font-weight: 500;
	letter-spacing: -1px;
}

h4, #content h4,
h4 strong, #content h4 strong,
h4 span, #content h4 span {
	font-family: 'Figtree', 'Segoe UI', Helvetica, Arial, sans-serif;
	font-size: clamp(1.25rem, 2.25vw, 5.8rem);
	font-weight: 800;
}

h5, #content h5,
h5 strong, #content h5 strong,
h5 span, #content h5 span {
	font-family: 'Figtree', 'Segoe UI', Helvetica, Arial, sans-serif;
	font-size: clamp(1.1rem, 1.75vw, 3rem);
	font-weight: 400;
}

h6, #content h6,
h6 strong, #content h6 strong,
h6 span, #content h6 span {
	text-transform: uppercase;
	font-size: clamp(0.8rem, 1.3vw, 1.15rem);
	font-weight: 800;
	letter-spacing: 2px;
	line-height: 1.1;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
    h6, #content h6 {
        letter-spacing: 2px;
    }
}

p, #content p,
.frm_primary_label {
	font-family: 'Figtree', 'Segoe UI', Helvetica, Arial, sans-serif;
	font-size: clamp( 1rem, 2vw, 1.33rem );
	font-weight: 600;
	line-height: 1.5;
	padding-bottom: 1.1rem !important;
}
.ays_image_window .ays_image_main, .ays_minimal_window .ays_minimal_main {
	font-family: 'Figtree', 'Segoe UI', Helvetica, Arial, sans-serif !important;
	font-size: clamp( 1rem, 2vw, 1.2rem );
	font-weight: 600;
	line-height: 1.45;
	letter-spacing: normal !important;
}

/*#content h1 a, #content h1 a:link, #content h1 a:visited,
#content h2 a, #content h2 a:link, #content h2 a:visited,
#content h3 a, #content h3 a:link, #content h3 a:visited,
#content h4 a, #content h4 a:link, #content h4 a:visited,
#content h5 a, #content h5 a:link, #content h5 a:visited,
#content h6 a, #content h6 a:link, #content h6 a:visited,*/
#content p a, #content p a:link, #content p a:visited,
#content li a, #content li a:link, #content li a:visited,
#footer p a, #footer p a:link, #footer p a:visited {
	line-height: 1;
	color: inherit;
	background-image: linear-gradient(120deg, var(--color-ltred) 0%, var(--color-ltred) 100%);
	background-repeat: no-repeat;
	background-size: 100% 10%;
	background-position: 0 100%;
	-webkit-transition: all .175s ease;
	   -moz-transition: all .175s ease;
		 -o-transition: all .175s ease;
			transition: all .175s ease;
	text-decoration: none;
}
/*#content h1 a:hover, #content h1 a:active,
#content h2 a:hover, #content h2 a:active,
#content h3 a:hover, #content h3 a:active,
#content h4 a:hover, #content h4 a:active,
#content h5 a:hover, #content h5 a:active,
#content h6 a:hover, #content h6 a:active,*/
#content p a:hover, #content p a:active,
#content li a:hover, #content li a:active,
#footer p a:hover, #footer p a:active {
	background-size: 100% 100%;
	color: var(--color-white);
	-webkit-transition: all .175s ease;
	   -moz-transition: all .175s ease;
		 -o-transition: all .175s ease;
			transition: all .175s ease;
}
#content h1 a, #content h1 a:link, #content h1 a:visited,
#content h2 a, #content h2 a:link, #content h2 a:visited,
#content h3 a, #content h3 a:link, #content h3 a:visited,
#content h4 a, #content h4 a:link, #content h4 a:visited,
#content h5 a, #content h5 a:link, #content h5 a:visited,
#content h6 a, #content h6 a:link, #content h6 a:visited,
#content h1 a:hover, #content h1 a:active,
#content h2 a:hover, #content h2 a:active,
#content h3 a:hover, #content h3 a:active,
#content h4 a:hover, #content h4 a:active,
#content h5 a:hover, #content h5 a:active,
#content h6 a:hover, #content h6 a:active {
	color: inherit;
	text-decoration: none;
}

.leadin, .is-style-leadin,
p.leadin, p.is-style-leadin,
.leadin p, .is-style-leadin p,
#content .leadin, #content .is-style-leadin,
#content p.leadin, #content p.is-style-leadin,
#content .leadin p, #content .is-style-leadin p {
	font-family: 'Figtree', 'Segoe UI', Helvetica, Arial, sans-serif;
	font-size: clamp(1.35rem, 2.4vw, 4rem);
	font-weight: 600;
	line-height: 1.2;
}

blockquote, #content blockquote, #content blockquote.wp-block-quote {
	padding: 3rem !important;
	border-left: 0;
	color: inherit;
}
blockquote p, #content blockquote p, #content blockquote.wp-block-quote p {
	font-family: 'Jost', 'Segoe UI', Helvetica, Arial, sans-serif;
	font-size: clamp(1.35rem, 2vw, 2rem);
	line-height: 1.4;
}

hr, #content hr, #content hr.wp-block-separator {
	border-bottom: 2px solid var(--color-white);
	margin-bottom: 2.5rem !important;
	/* padding: 0 1.5rem !important; */
	width: calc(100% - 3rem) !important;
	margin-top: 2.5rem !important;
}

#content ul {
	padding: 0 1.5rem .5rem 3.75rem !important;
	font-size: clamp( 1rem, 2vw, 1.33rem );
	font-weight: 600;
	line-height: 1.25;
}
@media all and (min-width: 0px) and (max-width: 768px) {
	#content ul {}
}
#content ul li {
	padding: 0 0 1.15rem;
	font-weight: inherit;
}

.text.cream {
	color: var(--color-white) !important;
}

/*  - - - - -  SELECTED TEXT  - - - - -  */
::-webkit-selection{background:var(--color-ltred); color:var(--color-white); text-shadow:none;}
::-moz-selection{background:var(--color-ltred); color:var(--color-white); text-shadow:none;}
::selection {background:var(--color-ltred); color:var(--color-white); text-shadow:none;}



/*=======================================================================================================================================
05 MEDIA
=======================================================================================================================================*/

#content figure,
#content .vce-row .vce-single-image-wrapper figure {
	padding-bottom: 0 !important;
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
	#content .size-medium-mobile figure {
		padding: 0 3.5rem 0.5rem !important;
	}
}


/*  SOCIAL MEDIA
    ------------------------------------------------------------  */

/*  - - - - -  Social "Icon" Buttons  - - - - -  */

/* Global Styling */
a.social-icn, a:link.social-icn, a:visited.social-icn {
	margin: 0;
}
a:hover.social-icn, a:active.social-icn {
}
a:last-of-type.social-icn, a:link:last-of-type.social-icn, a:visited:last-of-type.social-icn {
	margin-right: 0;
}

/* Behance */
a.social-icn.be:before,
/* Dribbble */
a.social-icn.db:before,
/* Facebook */
a.social-icn.fb:before,
/* Flickr */
a.social-icn.fr:before,
/* Google+ */
a.social-icn.g1:before,
/* Instagram */
a.social-icn.ig:before,
/* LinkedIn */
a.social-icn.li:before,
/* Pinterest */
a.social-icn.pn:before,
/* RSS*/
a.social-icn.rss:before,
/* Tumblr */
a.social-icn.tr:before,
/* Twitter */
a.social-icn.tw:before,
/* Vimeo */
a.social-icn.vm:before,
/* X */
a.social-icn.tw-x:before,
/* YouTube */
a.social-icn.yt:before {
	color: var(--color-ltred);
}

/*
  HACK to replace Visual Composer Twitter icons with the new X
*/
.vcv-ui-icon-socialicons-twitter:before {
	content: '\e61b' !important;
	font-family: 'FontAwesome', sans-serif !important;
	font-size: 2rem !important;
}
.vcv-ui-icon-mfglabs-facebook-circle:before {
	content: '\f09a' !important;
	font-family: 'FontAwesome', sans-serif !important;
	font-size: 2rem !important;
}

#content .vce-icon-container {
	opacity: 1;
	cursor: pointer;
	-webkit-transition: all .175s ease;
       -moz-transition: all .175s ease;
         -o-transition: all .175s ease;
            transition: all .175s ease;
}
#content .vce-icon-container:hover {
	opacity: 1;
}

/*  - - - - -  FULLSCREEN / WIDTH  - - - - -  */
.example.full.screen,
.example.full.width {
    background-image:
        linear-gradient(
            rgba(0,0,0,.4),/*rgba(88,88,88,.5),*/
            rgba(0,0,0,.4)/*rgba(20,20,20,.75)*/
    )/*,url('https://unsplash.it/1200/800?image=961'); /* https://unsplash.it/1200/800/?image=516 */
}



/*=======================================================================================================================================
06 FORMS & BUTTONS
=======================================================================================================================================*/

/*  FORMS
    ------------------------------------------------------------  */
#content input:hover, #content input:focus,
#content select:hover, #content select:focus,
#content textarea:hover, #content textarea:focus {
	border: 0 none !important;
}
input[type="date"], input[type="datetime"], input[type="email"], input[type="file"], input[type="number"], input[type="password"], input[type="search"], input[type="time"], input[type="tel"], input[type="text"], input[type="url"], input[type="file"], select, textarea {
	margin: 0;
	padding: 1rem;
	background-color: var(--color-white);
	border-radius: .75rem;
	border: 0 none;
	font-family: 'Figtree', 'Segoe UI', Helvetica, Arial, sans-serif !important;
}
#content form label {
	display: none;
}
#content form .form-field {
	margin-bottom: 0 !important;
}
#content .frm_half {
	width: 100% !important;
	max-width: 100% !important;
}

/*  BUTTONS
    ------------------------------------------------------------  */
#content button, #content .vce-button, footer a.vce-button, .vce-button, #content .wp-block-button a {
	margin-right: 0 !important;
	margin-left: 0 !important;
	padding: 1.1rem 2.4rem 1.2rem !important;
	border: 4px solid var(--color-white);
	background-color: transparent!important;
	color: var(--color-white) !important;
	font-family: 'Figtree', 'Segoe UI', Helvetica, Arial, sans-serif;
	font-weight: 900;
	font-size: clamp( 1.25rem, 2vw, 1.4rem ) !important;
	text-transform: uppercase;
}
@media all and (min-width: 0px) and (max-width: 768px) {
	#content .vce-button, footer a.vce-button, .vce-button, #content .wp-block-button a {
		padding: 1rem 2.5rem 1.1rem !important;
		font-size: 1.25rem !important;
	}	
}


button, #content button,
a.btn, #content a.btn,
a.vce-button, #content a.vce-button,
#content button, #content .vce-button, footer a.vce-button, .vce-button, #content .wp-block-button a {
	margin-right: 0 !important;
	margin-left: 0 !important;
	padding: 1.1rem 2.4rem 1.2rem !important;
	border: 4px solid var(--color-white);
	border-radius: .8rem !important;
	background-image: none !important;
	background-color: transparent !important;
	color: var(--color-white) !important;
	font-family: 'Figtree', 'Segoe UI', Helvetica, Arial, sans-serif;
	font-weight: 900;
	font-size: clamp( 1.25rem, 2vw, 1.4rem ) !important;
	text-transform: uppercase;
	line-height: 1.05;
}
@media all and (min-width: 0px) and (max-width: 768px) {
	button, #content button,
	a.btn, #content a.btn,
	a.vce-button, #content a.vce-button,
	#content .vce-button, footer a.vce-button, .vce-button, #content .wp-block-button a {
		width: 100%;
		padding: 1rem 2.5rem 1.1rem !important;
		font-size: 1.25rem !important;
	}
}
button:hover, #content button:hover,
a.btn:hover, #content a.btn:hover,
a.vce-button:hover, #content a.vce-button:hover, #content .wp-block-button a:hover {
	transform: scale(1.02);
}

a.btn.reverse, #content a.btn.reverse,
.reverse button, #content .reverse button,
.reverse a.btn, #content .reverse a.btn,
.reverse a.vce-button, #content .reverse a.vce-button, #content .wp-block-button.reverse a {
	border-color: var(--color-red);
	color: var(--color-red) !important;
}

a.btn.secondary, #content a.btn.secondary,
.secondary button, #content .secondary button,
.secondary a.btn, #content .secondary a.btn,
.secondary a.vce-button, #content .secondary a.vce-button, #content .wp-block-button.secondary a {
	border: 0 none;
	background-color: rgba(255,255,255,.3) !important;
	border: 4px solid rgba(255,255,255,0);
	color: var(--color-white) !important;
}

a.btn.secondary.reverse, #content a.btn.secondary.reverse,
.secondary.reverse button, #content .secondary.reverse button,
.secondary.reverse a.btn, #content .secondary.reverse a.btn,
.secondary.reverse a.vce-button, #content .secondary.reverse a.vce-button, #content .wp-block-button.secondary.reverse a {
	background-color: rgba(182,7,40,.3) !important;
	border-color: 4px solid transparent;
	color: var(--color-red) !important;
}

.vce-button--style-basic-wrapper--stretched button, #content .vce-button--style-basic-wrapper--stretched button,
.vce-button--style-basic-wrapper--stretched a.btn, #content .vce-button--style-basic-wrapper--stretched a.btn,
.vce-button--style-basic-wrapper--stretched a.vce-button, #content .vce-button--style-basic-wrapper--stretched a.vce-button {
	width: 100% !important;
}
form button, #content form button {
	width: 100% !important;
	margin-top: -6px !important;
}



/*=======================================================================================================================================
07 FRONT-END INTERFACE
=======================================================================================================================================*/

/*  PRELOADER
    ------------------------------------------------------------  */
#preloader {
    background-color: var(--color-dkred);
}
.preload-icon {
	height: 70px;
	width: 70px;
	margin: -35px 0 0 -35px;
	border: 5px solid rgba(255, 255, 255,.0);
	border-top: 5px solid var(--color-ltred);
}


/*  CARD
    ------------------------------------------------------------  */
#content .card {
	margin-bottom: 2rem;
	padding: 0;
	border-radius: 2rem;
	overflow: hidden;
}
#content .card figure {
	padding: 0 !important;
}
#content .card figure img {
	padding: 0;
	padding-bottom: 1.5rem;
}
#content .card p a, #content .card p a:link, #content .card p a:visited,
#content .card p a:hover, #content .card p a:active {
	text-decoration: underline;
}


.center {
	margin: 0 auto !important;
}
@media all and (min-width: 0px) and (max-width: 768px) {
	.mobile-center {
		text-align: center;
	}
}

/*  NOTIFICATIONS
    ------------------------------------------------------------  */
p.notify, #content p.notify,
#content .classes-list .class-list-class p.notify,
#content .workshops-list .workshop-list-workshop p.notify,
#content .events-list .event-list-event p.notify {
	padding-bottom: 1.5rem !important;
	font-size: clamp(1rem, 2vw, 1.33rem);
}



/*=======================================================================================================================================
08 WORDPRESS STYLES
=======================================================================================================================================*/



/*=======================================================================================================================================
09 PLUGIN STYLES
=======================================================================================================================================*/

.vce-social-profile-icons {
	padding: 0 1.5rem;
}
.vce-social-profile-icons-inner {
	margin: 0 !important;
}
.vce-social-profile-icon {
	padding: 0 15px 0 0 !important;
}

.vce-icon-group-container {
	padding: 0 1.5rem 0;
}
.vce-icon-group-container .vce-icon-group {}
@media all and (min-width: 0px) and (max-width: 768px) {
	.vce-icon-group-container .vce-icon-group {
		justify-content: flex-start;
	}
}
.vce-icon-group-container .vce-icon-group .vce-features--icon {
	width: 1em;
	height: 1em;
}
.vce-icon-group-container .vce-icon-group .vce-var-icon {
	margin-right: 0rem !important;
}
.vce-icon-group-container .vce-icon-group .vce-var-icon:last-of-type {
	margin-right: 0 !important;
}

#content .vce-faq-group-container {
	padding: .75rem 1.5rem 1.5rem;
}
#content .vce-faq-group-shape--square .vce-faq-group-item {
	border: 0 none;
}
#content .vce-faq-group-item-heading {
	padding: 3rem 50px 3rem 2rem;
}
#content .vce-faq-group-item-heading,
#content .vce-faq-group-item-heading h3,
#content .vce-faq-group-item-icon {
	cursor: pointer !important;
	margin-bottom: 1.5rem;
	background-color: var(--color-ltred);
	border-radius: 1.0rem;
}
@media all and (min-width: 0px) and (max-width: 768px) {
	#content .vce-faq-group-item--opened {
		margin-bottom: .25rem;
	}
}
#content .vce-faq-group-item-heading h3 {
	padding: 0 !important;
	font-weight: 900;
	text-transform: uppercase;
	color: var(--color-red);
}
#content .vce-faq-group-item-icon {
	margin-bottom: auto;
	right: 1.5rem;
}
#content .vce-faq-group-item-icon:before,
#content .vce-faq-group-item-icon:after {
	background-color: var(--color-red);
}
#content .vce-faq-group-item-icon:before {
	width: 20px;
	height: 5px;
}
#content .vce-faq-group-item-icon:after {
	width: 5px;
	height: 20px;
}
#content .vce-faq-group-item-content {
	border-top: 0 none;
	padding: 0 0 1rem;
}
#content .vce-faq-group-item-content p {}

#content .vce-button--style-basic-wrapper {
	width: 100%;
	padding: 0 1.5rem;
}

@media all and (min-width: 0px) and (max-width: 860px) {
	.vce-image-masonry-gallery-list {}
	.vce-image-masonry-gallery-list .vce-image-masonry-gallery-column {
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
	}
	.vce-image-masonry-gallery-list .vce-image-masonry-gallery-column a.vce-image-masonry-gallery-item {
		margin-bottom: 10px;
		padding-left: 5px;
		padding-right: 5px;
	}
	.vce-image-masonry-gallery-list .vce-image-masonry-gallery-column a.vce-image-masonry-gallery-item img.vce-image-masonry-gallery-img {}
}
#content .rounded,
#content .vce-row-container .vce-row.rounded,
#content .vce-row-container .vce-col.rounded,
#content .vce-row .vce-single-image-container.rounded figure {
	border-radius: 2rem !important;
	overflow: hidden !important;
}
#content .vce-row .vce-single-image-container.rounded figure,
#content .vce-row .vce-single-image-container.rounded {
	padding: 0 !important;
}
#content .vce-row-container > .vce-row.rounded,
#content .vce-row-container > .vce-col.rounded {
	display: block;
	max-width: calc(100vw - 3rem);
	margin: 0 auto;
	left: 0 !important;
	right: 0 !important;
}
#content .vce-single-image--border-rounded,
#content .vce-yt-video-player .vce-yt-video-player-inner,
#content .vce-self-hosted-video-player.rounded .vce-self-hosted-video-player-inner {
	border-radius: 2rem;
	overflow: hidden;
}
#content .vce-yt-video-player .vce-yt-video-player-inner,
#content .vce-self-hosted-video-player.rounded .vce-self-hosted-video-player-inner {
	cursor: pointer;
}
#content .vce-self-hosted-video-player .vce-self-hosted-video-player-inner .vce-icon-container:before {
	font-family: "FontAwesome", sans-serif;
	color: var(--color-white);
}
#content .vce-self-hosted-video-player .vce-self-hosted-video-player-inner .vce-icon-container.fa-play:before {
	margin-left: .2rem;
}
#content .vce-self-hosted-video-player .vce-self-hosted-video-player-inner .vce-features--icon {
	background-color: rgba(226, 68, 51, .6);
}
#content .vce-self-hosted-video-player .vce-self-hosted-video-player-inner .vce-icon-container {
	opacity: .82;
}
#content .vce-self-hosted-video-player .vce-self-hosted-video-player-inner .vce-icon-container:hover {
	opacity: 1;
	cursor: pointer;
}
#content .vce-single-image-container .vce-single-image-wrapper figure {
	/*padding: 0 !important;*/
}

.hurrytimer-campaign {
	margin: 2rem 0 0 0;
}
.hurrytimer-timer {
	width: 100%;
	max-width: 1080px;
	margin: 0 auto;
}
@media all and (min-width: 0px) and (max-width: 860px) {
	.hurrytimer-timer {
		width: 80%;
	}
}
.hurrytimer-timer-block {
	width: 25%;
	margin: 0;
}
.hurrytimer-timer-digit {
	font-family: 'Figtree', 'Segoe UI', Helvetica, Arial, sans-serif;
	font-size: clamp( 2.2rem, 3vw, 3.3rem ) !important;
	line-height: 1;
	text-transform: uppercase;
}
.hurrytimer-timer-label {
	font-family: 'Figtree', 'Segoe UI', Helvetica, Arial, sans-serif;
	font-weight: 700;
	font-size: clamp( .5rem, 3vw, .95rem );
	text-transform: uppercase;
	color: var(--color-ltred);
	padding-bottom: .5rem !important;
}

#fancybox-outer,
#fancybox-content {
	border-radius: 20px;
	overflow: hidden;
	background: #000;
}
#fancybox-close {
	position: fixed;
	top: 3vh;
	right: 3vh;
}
.fancy-ico span {
	width: 36px;
	height: 36px;
	border: 2px solid var(--color-ltred);
	background: var(--color-ltred);
}
#fancybox-close span::before,
#fancybox-close span::after {
	top: 14px;
	left: 5px;
	width: 22px;
	height: 3px;
	background-color: var(--color-white);
}

#content .addtoany_share_save_container, #content .addtoany_shortcode {
	margin: 0;
}
#content .addtoany_share_save_container:before, #content .addtoany_shortcode:before {
	font-weight: 800;
	color: var(--color-gray);
}

#content ul.ppshare__social.ppsocial,
#content .play-rate-list {
	display: none;
	padding: 0 !important;
}
#content .toggled-window .play-rate-list {
	display: inline-block;
}
#content .ppjs__button.ppjs__share-button.toggled-window ul.ppshare__social.ppsocial {
	display: inline-block;
}
#content .wider-player .ppjs__audio .ppjs__button > button,
#content .wider-player .ppjs__audio .ppjs__button > a.button {
	margin: 0 !important;
}

.close-image-btn, .close-minimal-btn {
	color: var(--color-white) !important;
}
.ays-pb-modals {
	text-align: left !important;
}
.ays_minimal_window {
	display: grid !important;
	width: 35vw !important;
	height: 80vh !important;
}
.ays_minimal_main {
	align-items: center;
}

#a11y-speak-intro-text {
	display: none;
	visibility: hidden;
}

.elm-loading-anim {
	line-height: 0;
}
@media all and (min-width: 0px) and (max-width: 768px) {
	button.elm-button {
		width: calc(100% - 3rem) !important;
		margin: 0 auto !important;
	}
}
.elm-button-text {
	font-weight: 900;
	cursor: pointer;
}



/*=======================================================================================================================================
10 PAGE-SPECIFIC LAYOUT
=======================================================================================================================================*/

/*	RED PAGES
    ------------------------------------------------------------  */
body.home,
body.page-contact {
	background-color: var(--color-red);
}
body.home .header,
body.page-contact .header {
	background-color: rgba(182, 7, 40,.65);
}
body.home .header .burger-line,
body.page-contact .header .burger-line {
	background: var(--color-white);
}
body.home .header .menu > .menu-item.menu-item-has-children > a:after,
body.page-contact .header .menu > .menu-item.menu-item-has-children > a:after {
	color: var(--color-white);
}
body.home h1,
body.page-contact h1 {
	color: var(--color-white) !important;
}


/*	HOME
    ------------------------------------------------------------  */

body.home main#content {
	padding-top: 0 !important;
}
@media all and (min-width: 769px) {
	
}


/*	ABOUT
    ------------------------------------------------------------  */


/*	TEAM
    ------------------------------------------------------------  */
@media all and (min-width: 0px) and (max-width: 860px) {
	#content #team,
	#content #team h1,
	#content #team h2 {
		text-align: center !important;
	}
	#content #team figure {
		padding-right: 4.5rem !important;
		padding-left: 4.5rem !important;
	}
}


/*	CLASSES
    ------------------------------------------------------------  */
#content .classes .row .col-wrapper {
	max-width: 100% !important;
}
#content .classes img {
	border-radius: 1.5rem !important;
	overflow: hidden;
	margin-bottom: 1.5rem !important;
}

#content .classes-list {
	/*width: 100%;
	max-width: 92vw;
	margin: 0 auto;*/
}
#content .classes-list .class-list-class {
	padding: 0 1.5rem;
}
#content .classes-list .class-list-class .row {
	background-color: var(--color-red);
	margin-bottom: 5vh;
	padding: 1.25rem;
}
#content .classes-list .class-list-class .row:last-of-type {
	margin-bottom: 0;
}
#content .classes-list .class-list-class .row .col-wrapper {
	max-width: 100% !important;
}
#content .classes-list .class-list-class .row figure {
	padding-right: 0 !important;
	padding-left: 0 !important;
}
#content .classes-list .class-list-class .row figure img {
	border-radius: 1rem;
	overflow: hidden;
}
#content .classes-list .class-list-class p {
	font-size: clamp( .9rem, 2vw, 1.05rem );
	line-height: 1.3;
	padding-bottom: .8rem !important;
}
#content .classes-list .class-list-class p.buttons {
	padding-bottom: 0 !important;
}
#content .classes-list .class-list-class a.btn {
	margin: .5rem 0 0 0 !important;
	background-color: var(--color-ltred);
	color: var(--color-red);
}
#content .classes-list .class-list-class a.btn.register {
	margin-right: 15px !important;
}
@media all and (min-width: 0px) and (max-width: 768px) {
	#content .classes-list .class-list-class .row {
		padding: 1rem 0;
	}
	#content .classes-list .class-list-class .row .col:first-of-type {
		padding-bottom: 2rem;
	}
	#content .classes-list .class-list-class .row figure {
		padding: 0 1rem !important;
	}
	#content .classes-list .class-list-class a.btn {
		width: 100% !important;
		margin-bottom: 1.5rem !important;
	}
	#content .classes-list .class-list-class a.btn.register {
		margin-right: 0 !important;
	}
}

/*	WORKSHOPS
    ------------------------------------------------------------  */
#content .workshops .row .col-wrapper {
	max-width: 100% !important;
}
#content .workshops img {
	border-radius: 1.5rem !important;
	overflow: hidden;
	margin-bottom: 1.5rem !important;
}

#content .workshops-list {
	/*width: 100%;
	max-width: 92vw;
	margin: 0 auto;*/
}
#content .workshops-list .workshop-list-workshop {
	padding: 1.5rem;
}
#content .workshops-list .workshop-list-workshop .row {
	background-color: var(--color-red);
	margin-bottom: 5vh;
	padding: 1.25rem;
}
#content .workshops-list .workshop-list-workshop .row:last-of-type {
	margin-bottom: 0;
}
#content .workshops-list .workshop-list-workshop .row .col-wrapper {
	max-width: 100% !important;
}
#content .workshops-list .workshop-list-workshop .row figure {
	padding-right: 0 !important;
	padding-left: 0 !important;
}
#content .workshops-list .workshop-list-workshop .row figure img {
	border-radius: 1rem;
	overflow: hidden;
}
#content .workshops-list .workshop-list-workshop p {
	font-size: clamp( .9rem, 2vw, 1.05rem );
	line-height: 1.3;
	padding-bottom: .8rem !important;
}
#content .workshops-list .workshop-list-workshop p.buttons {
	padding-bottom: 0 !important;
}
#content .workshops-list .workshop-list-workshop a.btn {
	margin: .5rem 0 0 0 !important;
	background-color: var(--color-ltred);
	color: var(--color-red);
}
#content .workshops-list .workshop-list-workshop a.btn.register {
	margin-right: 15px !important;
}
@media all and (min-width: 0px) and (max-width: 768px) {
	#content .workshops-list .workshop-list-workshop .row {
		padding: 1rem 0;
	}
	#content .workshops-list .workshop-list-workshop .row .col:first-of-type {
		padding-bottom: 2rem;
	}
	#content .workshops-list .workshop-list-workshop .row figure {
		padding: 0 1rem !important;
	}
	#content .workshops-list .workshop-list-workshop a.btn {
		width: 100% !important;
		margin-bottom: 1.5rem !important;
	}
	#content .workshops-list .workshop-list-workshop a.btn.register {
		margin-right: 0 !important;
	}
}

/*	EVENTS
    ------------------------------------------------------------  */
#content .events .row .col-wrapper {
	max-width: 100% !important;
}
#content .events img {
	border-radius: 1.5rem !important;
	overflow: hidden;
	margin-bottom: 1.5rem !important;
}

#content .events-list {
	/*width: 100%;
	max-width: 92vw;
	margin: 0 auto;*/
}
#content .events-list .event-list-event {
	padding: 1.5rem;
}
#content .events-list .event-list-event .row {
	background-color: var(--color-red);
	margin-bottom: 5vh;
	padding: 1.25rem;
}
#content .events-list .event-list-event .row:last-of-type {
	margin-bottom: 0;
}
#content .events-list .event-list-event .row .col-wrapper {
	max-width: 100% !important;
}
#content .events-list .event-list-event .row figure {
	padding-right: 0 !important;
	padding-left: 0 !important;
}
#content .events-list .event-list-event .row figure img {
	border-radius: 1rem;
	overflow: hidden;
}
#content .events-list .event-list-event p {
	font-size: clamp( .9rem, 2vw, 1.05rem );
	line-height: 1.3;
	padding-bottom: .8rem !important;
}
#content .events-list .event-list-event p.buttons {
	padding-bottom: 0 !important;
}
#content .events-list .event-list-event a.btn {
	margin: .5rem 0 0 0 !important;
	background-color: var(--color-ltred);
	color: var(--color-red);
}
#content .events-list .event-list-event a.btn.register {
	margin-right: 15px !important;
}
@media all and (min-width: 0px) and (max-width: 768px) {
	#content .events-list .event-list-event .row {
		padding: 1rem 0;
	}
	#content .events-list .event-list-event .row .col:first-of-type {
		padding-bottom: 2rem;
	}
	#content .events-list .event-list-event .row figure {
		padding: 0 1rem !important;
	}
	#content .events-list .event-list-event a.btn {
		width: 100% !important;
		margin-bottom: 1.5rem !important;
	}
	#content .events-list .event-list-event a.btn.register {
		margin-right: 0 !important;
	}
}

#content .details {
	width: 100%;
	max-width: calc(92vw - 1.5rem);
	margin: 0 auto 20vh;
	padding: 0;
	border-radius: 2rem;
	overflow: hidden;
	background-color: var(--color-white);
}
@media all and (min-width: 768px) {
	#content .details {
		max-width: calc(92vw - 3rem);
		padding: 3rem;
	}
}
#content .details h1,
#content .details h2,
#content .details h3,
#content .details h4,
#content .details h5,
#content .details h6,
#content .details p {
	color: var(--color-gray);
}
@media all and (min-width: 768px) {
	#content .details .thumb {
		margin-top: -3rem;
		margin-right: -3rem;
		margin-bottom: 3rem;
		margin-left: -3rem;
	}
}


/*	SHOWS
    ------------------------------------------------------------  */
#content .shows .row .col-wrapper {
	max-width: 100% !important;
}
#content .shows img {
	border-radius: 1.5rem !important;
	overflow: hidden;
	margin-bottom: 1.5rem !important;
}

#content .shows-list {}
#content .shows-list .show-list-show {
	max-width: 50%;
	padding: 0 1.5rem;
}
#content .shows-list .show-list-show:nth-child(1) {
	padding-left: 0;
}
#content .shows-list .show-list-show:nth-child(2) {
	padding-right: 0;
}
#content .shows-list .show-list-show .row {
	background-color: var(--color-red);
	margin-bottom: 3rem;
	padding: 1.25rem 0;
}
@media all and (min-width: 0px) and (max-width: 768px) {
	#content .shows-list .show-list-show .row {
		margin-bottom: 1.25rem;
	}
}
#content .shows-list .show-list-show .row .col.six {
	width: 50%;
	max-width: 50% !important;
	float: left;
}
#content .shows-list .show-list-show .row figure {
	padding-right: 0rem !important;
	padding-left: 1.25rem !important;
}
#content .shows-list .show-list-show .row figure img {
	border-radius: 1rem;
	overflow: hidden;
}
#content .shows-list .show-list-show h1,
#content .shows-list .show-list-show h2,
#content .shows-list .show-list-show h3,
#content .shows-list .show-list-show h4,
#content .shows-list .show-list-show h5,
#content .shows-list .show-list-show h6,
#content .shows-list .show-list-show p {
	padding-bottom: .6rem !important;
}
#content .shows-list .show-list-show p {
	font-size: clamp( .9rem, 2vw, 1.05rem );
	line-height: 1.3;
}
#content .shows-list .show-list-show p.buttons {
	padding-bottom: 0 !important;
}
#content .shows-list .show-list-show a.btn {
	margin: .5rem 0 0 0 !important;
	background-color: var(--color-ltred);
	color: var(--color-red);
}
@media all and (min-width: 0px) and (max-width: 768px) {
	#content .shows-list .show-list-show {
		max-width: 100%;
	}
	#content .shows-list .show-list-show:nth-child(1) {
		padding-right: 0;
		padding-left: 0;
	}
	#content .shows-list .show-list-show:nth-child(2) {
		padding-right: 0;
		padding-left: 0;
	}
	#content .shows-list .show-list-show .row {
		padding: 1rem 0;
	}
	#content .shows-list .show-list-show .row .col:first-of-type {}
	#content .shows-list .show-list-show h1,
	#content .shows-list .show-list-show h2,
	#content .shows-list .show-list-show h3,
	#content .shows-list .show-list-show h4,
	#content .shows-list .show-list-show h5,
	#content .shows-list .show-list-show h6,
	#content .shows-list .show-list-show p {
		padding-right: 1rem !important;
		padding-left: 0 !important;
	}
	#content .shows-list .show-list-show .row figure {
		padding: 0 1rem !important;
	}
	#content .shows-list .show-list-show a.btn {
		width: 100% !important;
		margin-bottom: 1.5rem !important;
	}
}


/*	CONTACT
    ------------------------------------------------------------  */


/*	BLOG
    ------------------------------------------------------------  */

#author-bio {
    margin: 3rem 0;
	padding: 2rem;
	background: #f9fafb;
    border-radius: 1rem;
}
#author-avatar {
    width: 100%;
	float: left;
	margin-right: 3rem;
	border-radius: 100%;
    overflow: hidden;
}
#author-details {
	font-size: 1.25rem;
    line-height: 1.9rem;
}


/*  Error 404 Page
    ------------------------------------------------------------  */

body.error404 section#error404 {
    background: #0088cc !important;
}
