/*
Theme Name: buxus 
Author: buxus
Version: 1.0.0
*/

/* COLOR DIFFERENCE */

.contact:after {
	background: #e7c257 !important;
}

.general a {
	color: #e7c257 !important;
}

.general #myNav a {
	color: #414042 !important;
}

.bib a {
	color: #e77f34 !important;
}

.bib #myNav a {
	color: #414042 !important;
}

.blog a {
	color: #ba3d56 !important;
}

.blog #myNav a {
	color: #414042 !important;
}

.archive a {
	color: #67a5e8 !important;
}

.archive #myNav a {
	color: #414042 !important;
}

.single-section-content a {
	color: #e7c257;
}

.footernotes a {
	color: #414042 !important;
}

.alignleft {
	float: left;
	margin-right: 60px;
}

.alignright {
	float: right;
	margin-left: 60px;
}

.quote {
	margin-top: 50px;
	border-top: solid 1px #ccc;
	padding-top: 50px;
}

.quote p, .quote a {
	color: #ccc;
}

.footernotes a {
	color: #414042;
}

.date p {
	color: #ccc;
	text-align: right;
	margin-top: 30px;
	margin-bottom: 40px;
}

.video-wrapper {
	margin: 80px auto;
	width: 100%;
	max-width: 1000px;
}

.video-wrapper iframe {
	width: 100%;
	height: 600px;
}

@media only screen and (max-width: 480px) {
	.video-wrapper iframe {
		height: 400px;
	}
}

.video-wrapper .desc {
	margin-top: 10px;
}

.single-section-content {
	width: 100%;
	max-width: 1400px;
	margin: 0 auto;
}

.resistance-and-survival .time p {
	color: #a0b500;
}

.resistance-and-survival .location {
	margin-bottom: 30px;
}

.resistance-and-survival .location p {
	color: #000;
	font-size: 26px;
	font-weight: bold;
}

.event-download {
	position: fixed;
	top: 70%;
	right: 0;
	z-index: 1000;
	transform: translateX(100%);
	transition: all 0.3s ease;
}

.event-download span {
	position: absolute;
	top: 0;
	right: 100%;
	height: 60px;
	width: 60px;
	background: #a0b500;
	color: #fff;
}

.event-download span i {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 20px;
	cursor: pointer;
}

.event-download a {
	height: 60px;
	padding-right: 20px;
	font-size: 18px;
	display: flex;
	align-items: center;
	background: #a0b500;
	color: #fff !important;
}

.event-download.open {
	transform: translateX(0);
}

.subject-interest-box .subject-interest-content .subject-interest-content-inner span {
	color: #fff;
	position: absolute;
	left: 40px;
	bottom: -15px;
}

@media only screen and (max-width: 1600px) {
	.subject-interest-box .subject-interest-content .subject-interest-content-inner span {
		left: 30px;
		bottom: -10px;
	}
}

@media only screen and (max-width: 1366px) {
	.subject-interest-box .subject-interest-content .subject-interest-content-inner span {
		left: 20px;
		bottom: -5px;
	}
}

@media only screen and (max-width: 1199px) {
	.subject-interest-box .subject-interest-content .subject-interest-content-inner span {
		left: 40px;
		bottom: -5px;
	}
}

@media only screen and (max-width: 991px) {
	.subject-interest-box .subject-interest-content .subject-interest-content-inner span {
		left: 35px;
		bottom: -5px;
	}
}

@media only screen and (max-width: 768px) {
	.subject-interest-box .subject-interest-content .subject-interest-content-inner h3 {
		min-height: 0 !important;
	}
	.subject-interest-box .subject-interest-content .subject-interest-content-inner span {
		left: 0;
		bottom: 0;
		position: relative;
	}
}

.archive .donate-button {
	color: #fff !important;
}

.donate-button {
	display: inline-block;
	background: #e7c257;
	color: #212529 !important;
	padding: 20px 50px;
	transform: skewX(10deg);
	text-transform: uppercase;
	font-size: 18px;
	margin-top: 30px;
}

.donate-button span {
	display: inline-block;
	transform: skewX(-10deg);
}

.donate-infos {
	margin-top: 50px;
	text-align: center;
}

/* SIDEBAR */

.side-social-link {
	position: fixed;
	top: 50%;
	right: 0;
	z-index: 1000;
	white-space: nowrap;
}

.side-social-link .side-social-link-content {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}

.side-social-link .side-social-link-content li {
	margin-bottom: 10px;
	transform: translateX(100%);
	transition: all 0.3s ease;
}

.side-social-link .side-social-link-content li:hover {
	transform: translateX(0);
}

.side-social-link .side-social-link-content li span {
	height: 50px;
	width: 50px;
	display: inline-block;
	background: rgba(0, 0, 0, 0.8);
	position: absolute;
	right: 100%;
	top: 0;
	cursor: pointer;
}

.side-social-link .side-social-link-content li span img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 30px;
	height: auto;
}

.side-social-link .side-social-link-content li a {
	height: 50px;
	padding-right: 20px;
	background: rgba(0, 0, 0, 0.8);
	display: flex;
	align-items: center;
	color: #fff !important;
}

/* DONATE OVERLAY */

.donate-overlay {
	background: #e77f34;
	position: fixed;
	top: 0;
	right: 0;
	width: 50%;
	height: 100%;
	overflow-y: scroll;
	z-index: 200;
	text-align: center;
	padding: 80px;
	color: #fff;
	transform: translateX(100%);
	transition: all 0.3s ease;
	min-width: 600px;
}

.donate-overlay.open {
	transform: translateX(0);
}

@media only screen and (max-width: 768px) {
	.donate-overlay {
		padding: 30px;
		width: 100%;
	}
}

.donate-overlay h2 {
	font-weight: bold;
}

.donate-overlay .close {
	position: absolute;
	top: 50px;
	right: 50px;
	color: #212529 !important;
	font-size: 30px;
	cursor: pointer;
	z-index: 500;
	opacity: 1;
}

.banner.blog-inner-banner .aside-slider {
	background: rgba(0, 0, 0, 0.5);
}

.family-member {
	padding-bottom: 40px;
	margin-bottom: 40px;
	border-bottom: solid 1px #ccc;
	overflow: auto;
}

.family-member img {
	margin-right: 20px;
	margin-bottom: 20px;
}

.family-member h3 {
	margin-bottom: 30px;
}

.family-member:last-of-type {
	padding-bottom: 0;
	margin-bottom: 0;
	border-bottom: none;
}

.single-member {
	padding-bottom: 40px;
	margin-bottom: 40px;
	border-bottom: solid 1px #ccc;
}

.single-member h3 {
	margin-bottom: 30px;
}

.single-member:last-of-type {
	padding-bottom: 0;
	margin-bottom: 0;
	border-bottom: none;
}

.card-body p {
	font-size: inherit;
	margin-bottom: 20px;
}

.card-body p:last-of-type {
	margin-bottom: 0;
}

.books-catagory-content-inner a {
	color: #000 !important;
}

.subject-interest-content-inner h3 {
	font-size: 22px !important;
}

@media only screen and (max-width: 1600px) {
	.subject-interest-content-inner h3 {
		font-size: 16px !important;
	}
}

.detail-about-person .alignleft {
	float: left;
	margin-left: 0;
	margin-bottom: 15px;
}

.card-body table {
	width: 100%;
}

.card-body table th {
	font-weight: bold;
}

.rowjumper {
	margin-bottom: 50px;
}

.wpcf7-list-item-label a {
	color: #000 !important;
	text-decoration: underline;
}

.wpcf7-acceptance label:after {
	content: none !important;
}

.content .donate-button {
	color: #fff !important;
}

#menu-main-menu .donate-menu a, #menu-main-menu .donate-menu a:hover {
	color:#fff !important;
	background: #F37221 !important;
}

header {
	z-index: 2000;
}

.detail-about-person-wrap h2 {
	text-align: left;
}

.rowjumper-anchor {
	margin-bottom: 50px;
}

.contact-us-through-mail a {
	color: #fff !important;
}

.a-biography-right-wrap img {
	width: 100%;
	height: auto;
}

.gallery {
	display: flex;
	flex-flow: row wrap;
	margin: 60px -10px;
}

.gallery .image {
	width: 20%;
	flex: 0 0 25%;
	height: 250px;
	padding: 0 10px;
	margin-bottom: 20px;
}

.gallery .image a {
	display: block;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

a[data-featherlight] {
	float: left;
}

.wp-caption-text {
	font-size:14px !important;
}

/* LIST */
.content ul,
.content ol {
	margin-left: 20px;
}

.content ul li,
.content ol li{
	font-size: 25px;
	font-weight: 400;
	line-height: 1.3;
	color: #414042;
}
@media only screen and (max-width: 1600px) {
	.content ul li,
	.content ol li{
		font-size: 23px;
	}
}

@media only screen and (max-width: 1440px) {
	.content ul li,
	.content ol li{
		font-size: 22px;
	}
}

@media only screen and (max-width: 1366px) {
	.content ul li,
	.content ol li{
		font-size: 20px;
	}
}

@media only screen and (max-width: 1199px) {
	.content ul li,
	.content ol li{
		font-size: 19px;
	}
}

@media only screen and (max-width: 991px) {
	.content ul li,
	.content ol li{
		font-size: 18px;
	}
}

@media only screen and (max-width: 767px) {
	.content ul li,
	.content ol li{
		font-size: 17px;
	}
}

@media only screen and (max-width: 480px) {
	.content ul li,
	.content ol li{
		font-size: 16px;
	}
}

.books-catagory-content h2 {
	margin-top: 60px;
	margin-bottom: 30px !important;
}

.books-catagory-content-inner {
	margin-top: 50px;
}

.books-catagory-content p {
	margin-bottom: 20px;
}
.book-infro-wrap img {
	height: auto;
}

.single-section-content p {
	padding: 0 !important;
}
.single-section-content p {
	margin-bottom: 30px;
}

img.aligncenter {
	display: block;
	margin: 0 auto;
}

p.wp-caption-text {
	margin-bottom: 0;
}

.login-btn-wrap {
	width: auto !important;
	padding: 0 20px;
}

.wp-caption {
	margin-bottom: 20px;
}

/* DATABASE */

.accordion table td {
	padding-right: 15px;
	line-height: 1.2;
	vertical-align: top;
	padding-bottom: 10px;
}

.single-section-content img {
	max-width: 100%;
	height: auto;
}

.fact-and-figure-wrap ul li {
	font-size: 16px;
}

body a.social-share-btn {
	color: #000 !important;
	margin-right: 10px;
}

.social-share-btn span {
	display: block;
	width: 45px;
	height: 45px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	border: solid 1px #000
}

.card ul {
	list-style: disc;
	margin-top: 20px;
}

.search-button {
	display: inline-block;
	background: #e77f34;
	color: #fff;
	padding: 15px 40px;
	cursor: pointer;
	text-transform: uppercase;
	font-weight: bold;
	border: none;
}

.protected-banner {
	background: #E6E7E8;
	height: 600px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	position: relative;
}

.protected-banner:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #F37221;
	opacity: 0.6;
}

.password-correct {
	display: none;
	color: #155724;
    background-color: #d4edda;
	padding: 10px;
	border-left: solid 8px #155724;
	text-align: left;
	margin-bottom: 12px;
}

.password-incorrect {
	display: none;
	color: #721c24;
    background-color: #f8d7da;
	padding: 10px;
	border-left: solid 8px #721c24;
	text-align: left;
	margin-bottom: 12px;
}

.alert {
	display: none;
}

.alert.success {
	display: block;
	color: #155724;
    background-color: #d4edda;
	padding: 20px;
	border-left: solid 8px #155724;
	text-align: left;
	margin-bottom: 30px;
}

.alert.error {
	display: block;
	color: #721c24;
    background-color: #f8d7da;
	padding: 20px;
	border-left: solid 8px #721c24;
	text-align: left;
	margin-bottom: 30px;
}

.multi-navbar li a::after {
	background: none;
}

.multi-navbar li:hover>a {
	background: #e7c257 !important;
}

.multi-navbar li a:hover {
	background: #e7c257 !important;
}

.wp-caption {
	max-width: 100%;
}

.detail-about-person .alignleft img {
	margin-left: 0;
	margin-bottom: 5px;
	max-width: 100%;
	margin-right: 10px;
}

.detail-about-person .alignright img {
	margin-right: 0;
	margin-bottom: 5px;
	max-width: 100%;
	margin-left: 10px;
}

.detail-about-person .alignright .wp-caption-text {
	margin-left: 10px;
}

.main-banner:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.3;
	z-index: 1;
}

.event-sort {
	display: inline-block;
	padding: 15px 25px;
	border: solid 1px #212529;
	color: #000;
	cursor: pointer;
	margin-bottom: 30px;
}

.event-sort:hover {
	background: #212529;
	color: #fff;
}

.current-content-wrap {
	background-size: cover !important;
}

.alignleft {
	margin-bottom: 40px;
}

.single-podcast {
	border-bottom: solid 1px #ccc;
	padding-bottom: 50px;
	margin-bottom: 50px;
}

.single-podcast:last-of-type {
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 0;
}

/* CORRECTIONS */

.person-detail-accordion .card-body {
	font-size: 18px;
}

.blog-inner-content-wrap {
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
}

.blog-inner-content-wrap img {
	height: 400px;
}

.blog-inner-content {
	position: relative;
	padding: 20px;
	background: #fff;
	min-height: 200px;
}

.blog-inner-content p {
	margin-bottom: 25px;
	font-size: 20px;
	text-transform: none;
	color: #000;
}

.blog-inner-content>span {
	font-size: 16px;
	color: #000;
}

.blog-inner-content .btn-wrap {
	background: none !important;
	transform: none;
	padding: 0;
	border: none !important;
	margin: 0;
}

.blog-inner-content .btn-wrap span {
	font-size: 20px;
	transform: none;
	color: inherit;
	font-weight: bold;
}

.subject-interest-content {
	height: 100px;
}

.slider-for {
	opacity: 0;
}

.subject-interest-box .subject-interest-content .subject-interest-content-inner h3 {
	min-height: 0;
}

.single-event ul {
	list-style: disc;
	margin-bottom: 25px;
}

.single-event table {
	font-size: 23px;
	margin-bottom: 25px;
}

.detail-about-person-wrap h1,
.detail-about-person-wrap h2,
.detail-about-person-wrap h3,
.detail-about-person-wrap h4 {
	margin-top: 40px;
	margin-bottom: 40px;
}

.foundation-support-wrap {
	background-size: cover !important;
}

.more-about-experience-wrap {
	background-size: 70% !important;
}



@media (max-width: 1199.98px) {
	.links-single {
	  margin-bottom: 30px;
	}
  }
  .links-single-img {
	height: 330px;
	margin-bottom: 50px;
    
  }
  @media (max-width: 1199.98px) {
	.links-single-img {
	  height: auto;
	  margin-bottom: 30px;
	}
  }
  .links-single-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
  }
  .links .text-block {
	margin-top: 100px;
  }
  @media (max-width: 1199.98px) {
	.links .text-block {
	  margin-top: 50px;
	}
  }
  .links .text-block .heading {
	margin-bottom: 50px;
  }
  @media (max-width: 1199.98px) {
	.links .text-block .heading {
	  margin-bottom: 30px;
	}
  }
  .links .text-block .block-para {
	max-width: 486px;
	margin-bottom: 0;
  }
  @media (max-width: 767.98px) {
	.links .text-block .block-para {
	  max-width: 100%;
	}
  }


  @media (max-width: 1199.98px) {
	.links-single {
	  margin-bottom: 30px;
	}
  }
  .links-single-img {
	height: 330px;
	margin-bottom: 30px;
  }
  @media (max-width: 1199.98px) {
	.links-single-img {
	  height: auto;
	  margin-bottom: 30px;
	}
  }
  .links-single-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
  }

  .button-holder {
	display: flex;
	justify-content: flex-start;
  }

  .text-button {
	font-weight: 700;
	display: flex;
	align-items: center;
	font-size: 25px;
	line-height: 35px;
	transition: all 0.3s ease;
	padding-bottom: 5px;
	position: relative;
  }

.text-button a{
	color: #000 !important;
}
  @media (max-width: 1399.98px) {
	.text-button {
	  font-size: 22px;
	  line-height: 30px;
	}
  }
  .text-button i {
	margin-left: 25px;
	margin-top: 3px;
	font-size: 18px;
	position: relative;
	transition: all 0.3s ease;
  }
  .text-button i:before {
	font-weight: 900;
  }
  .text-button:before {
	content: "";
	height: 2px;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
  }
  .text-button:hover {
	color: #e7c257 !important;
	transition: all 0.3s ease;
  }
  .text-button:hover i {
	animation: slide 0.5s;
  }
  .text-button:hover i::before {
	font-weight: 900;
  }
  .text-button-yellow:before {
	background-color: #e7c257;
  }
  .text-button-orange:before {
	background-color: #e77f34;
  }
  .text-button-red:before {
	background-color: #ba3d56;
  }
  .text-button-blue:before {
	background-color: #67a5e8;
  }
  .text-button-purple:before {
	background-color: #D670E3;
  }

/* Online Event */

.online-event {
	position: absolute;
	z-index: 20;
	top: 0;
	left: 0;
	background: #a0b500;
	color: #fff;
	padding: 10px 15px;
}

.online-event i {
	margin-right: 10px;
	position: relative;
	top: 1px;
}
.event-register {
	display: flex;
	flex-flow: row wrap;
}

.event-register .group {
	flex: 0 0 50%;
	width: 50%;
}

.event-register input,
.event-register select {
	display: block;
	width: 100%;
	font-size: 1rem;
	padding: 10px;
	margin-bottom: 15px;
}

.event-register .checkbox {
	display: flex;
	flex-flow: row wrap;
	align-content: flex-start;
	position: relative;
}

.event-register .checkbox input {
	position: absolute;
	opacity: 0;
}

.event-register .checkbox input:checked + span {
	background: #a0b500;
}

.event-register .checkbox span {
	width: 18px;
	height: 18px;
	display: block;
	border: solid 1px #a0b500;
	margin: 0;
	margin-right: 10px;
	position: relative;
}

.event-register .checkbox .caption {
	flex: 1;
}

.event-register small {
	display: block;
	margin-top: 20px;
}

.event-register .button {
	cursor: pointer;
	padding: 10px 30px;
	background: #e7c257;
	color: #212529;
	border: none;
}

@media screen and (max-width: 800px) {
	.event-register .group {
		flex: 0 0 100%;
		width: 100%;
		padding: 0 !important;
		margin-bottom: 15px;
	}
}

/* Relaunch */

.head-new {
    padding-top: 250px;
}

.head-new .row {
	min-height: 60vh;
}

.head-new .newText {
	font-family: brandon-grotesque;
	font-size: 90px;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	text-transform: uppercase;
	font-weight: 700;
}

.head-new .newText .border-b {
	border-bottom: solid 7px;
}

.head-new.head-small .newText {
	font-size: 45px;
	line-height: 1.6;
}

.head-new.head-tiny .newText {
	font-size: 30px;
	line-height: 1.6;
}

.head-new.head-small .newText .border-b {
	border-bottom: solid 4px;
}

.head-new.head-tiny .newText .border-b {
	border-bottom: solid 3px;
}

.head-new .newText .subline {
	margin-top: 40px;
	display: block;
}

.head-new .heroImg {
    width: 100%;
    margin-top: 150px;
	margin-bottom: -70px;
	display: block;
}

@media screen and (max-width: 1200px) {
    .head-new .newText {
        font-size: 60px;
    }
	.head-new.head-small .newText {
		font-size: 35px;
	}
	.head-new.head-tiny .newText {
		font-size: 26px;
	}
	.head-new .heroImg {
		margin-top: 120px;
	}
}

@media screen and (max-width: 992px) {
	.head-new {
		padding-top: 150px;
		margin-bottom: 50px;
	}
    .head-new .newText {
        font-size: 50px;
    }
	.head-new.head-small .newText {
		font-size: 28px;
		line-height: 1.7;
	}
	.head-new.head-tiny .newText {
		font-size: 22px;
		line-height: 1.8;
	}
	.head-new .heroImg {
		margin-top: 60px;
		margin-bottom: -50px;
	}
}

@media screen and (max-width: 742px) {
	.head-new .row {
		min-height: 0;
	}
    .head-new .newText {
        font-size: 36px;
    }
}

a.text-button {
	color: #000 !important;
	display: block;
}

a.text-button small {
	display: block;
	margin-bottom: 5px;
}

a.text-button:hover {
    transition: all 0.3s ease;
}

.text-button-yellow:hover {
	color: #e7c257 !important;
}

.text-button-orange:hover {
	color: #e77f34 !important;
}

.text-button-red:hover {
	color: #ba3d56 !important;
}

.text-button-blue:hover {
	color: #67a5e8 !important;
}

.text-button-purple:hover {
	color: #D670E3 !important;
}

.head-yellow {
	background-color: #e7c257 !important;
}

.head-orange {
	background-color: #e77f34 !important;
}

.head-red {
	background-color: #ba3d56 !important;
}

.head-blue {
	background-color: #67a5e8 !important;
}

.head-purple {
	background-color: #D670E3 !important;
}

.content-overview {
	margin: 100px 0;
}

.content p,
.single-section-wrap p,
.resistance-and-survival p {
	font-size: 22px;
}

@media screen and (max-width: 742px) {
	.content p,
	.single-section-wrap p,
	.resistance-and-survival p {
		font-size: 16px;
	}
}

.general .language-dropdown .dropdown-toggle::after {
	color: #1a1a18;
}

.links-single-img {
	position: relative;
}

.mb-8 {
	margin-bottom: 80px;
}

.general .content a:not(.text-button),
.general .single-section-wrap a:not(.text-button),
.general .resistance-and-survival a:not(.text-button) {
	color: #000 !important;
	text-decoration: underline;
}

.language-dropdown .dropdown-menu a.dropdown-item {
	color: #000 !important;
}

.card-body h3 {
	font-size: 20px !important;
}

.single-section-content .date {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 30px;
}

.single-section-content .date a {
	text-decoration: underline;
	font-size: 20px;
}

.detail-about-person .hint {
	font-weight: bold;
	margin-top: 30px;
}

.podcast-links {
	margin-top: 40px;
}

.podcast-links .podcast-links__title {
	margin-bottom: 10px;
}

.podcast-links .podcast-links__logos {
	display: flex;
	flex-flow: row wrap;
}


.podcast-links .podcast-links__logos a {
	width: auto;
	height: 60px;
	display: block;
	margin-right: 10px;
}

.podcast-links .podcast-links__logos a img {
	height: 100%;
	width: auto;
}

.pupil {
	position: absolute;
    background: #fff;
    top: 0;
    left: 0;
    padding: 5px 10px;
    font-size: 14px;
}

.easylang {
	position: absolute;
    background: #fff;
    bottom: 0;
    left: 0;
    padding: 5px 10px;
    font-size: 14px;
}

.head-green{
	background-color:#53C0A8;
}

.green a{
	color:#53C0A8 !important;
}

.orange a{
	color: #e77f34 !important;
}

.text-button-green:hover{
	color:#53C0A8 !important;
}

.button--green{
	background-color:#53C0A8;
	text-decoration:none !important;
	display: flex !important;
    align-items: center;
    justify-content: center;
    width: 200px;
    height: 63px;
    color: #000;
    font-size: 18px;
    overflow: hidden;
    font-weight: bold;
    position: relative;
    transform: skew(-15deg);
	transition: all .3s;
}

.button--green:hover{
	background-color:#000;
	color: #53C0A8 !important;
	text-decoration:underline !important;
}

.multi-navbar li a:hover::after {
	content: none !important;
}

.overlay .overlay-content-wrap .overlay-content {
	padding: 167px 70px 70px 130px;
}

.text-button-green.text-button:before {
	content: "";
	height: 2px;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	background-color: #000 ;
	transition: all .3s
}

.text-button-green.text-button:hover::before {
	content: "";
	height: 2px;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	background-color: #53C0A8 ;
}

.head-green .btn-wrap.btn-helper{
	background-color:#fff;
	margin-top:40px;
}
.btn-wrap.btn-helper:hover{
	background-color:#000;
}

.btn-wrap.btn-helper:hover span{
	color:#53C0A8 !important;
}

.btn-wrap.btn-green-helper{
	background-color:#53C0A8;
}

.btn-wrap.btn-wrap.btn-green-helper:hover{
	background-color:#000;
	color:#53C0A8 !important;
}

.wp-caption {
	margin-top: 8px;
}

.wp-caption .wp-caption-text {
	margin-top: 12px;
}

.wp-caption.aligncenter {
	text-align: center;
	width: 100% !important;
}

.wp-caption.aligncenter img {
	float: none;
}

.register-overlay .register-overlay__inner {
	max-height: 100vh;
	overflow-y: auto;
}

.links-single-img {
	height: auto !important;
	aspect-ratio: 1/1;
}

.hero {
	height: 90vh;
	width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	position: relative;
}

.hero:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: #fff;
	opacity: 0.4;
}

.hero .hero__box {
	padding: 40px 40px 50px 40px;
}

.hero .hero__box h1 {
	display: inline-block;
	font-size: 45px;
    line-height: 1.6;
	font-family: "Brandon Grotesque";
	text-transform: uppercase;
    font-weight: 700;
}

.hero .hero__box h1 span {
	border-bottom: solid 4px;
}

.hero .hero__box .btn-wrap {
	background: #fff;
}

@media screen and (max-width:1200px) {
	.hero .hero__box h1 {
		font-size: 35px;
	}
}

@media screen and (max-width:992px) {
	.hero {
		height: auto;
		min-height 80vh;
		padding: 120px 0;
	}
	.hero .hero__box {
		padding: 20px 20px 30px 20px;
	}
	.hero .hero__box h1 {
		font-size: 24px;
	}
	.hero .hero__box .subline {
		font-size: 18px;
		margin-top: 20px;
	}
}

.hero .hero__box .subline {
	font-size: 24px;
	margin-top: 30px;
}

.hero.hero-orange .hero__box {
	background: rgba(237, 109, 5, 0.9);
	color: #fff;
}

.hero.hero-yellow .hero__box {
	background: rgba(255, 220, 0, 0.9);
}

.hero.hero-red .hero__box {
	background: rgba(242, 70, 56, 0.9);
	color: #fff;
}

.hero.hero-blue .hero__box {
	background: rgba(117, 178, 220, 0.9);
	color: #fff;
}

.hero.hero-purple .hero__box {
	background: rgba(214, 112, 227, 0.9);
	color: #fff;
}

.hero.hero-green .hero__box {
	background: rgba(70, 189, 163, 0.9);
	color: #fff;
}

.kontakt-warp::before, .kontakt-warp::after {
	content: none !important;
}
