@import url('https://fonts.googleapis.com/css2?family=Chakra+Petch:ital,wght@0,300;0,400;0,500;0,600;1,400&display=swap');

body,
html {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  max-width: 100vw;
  overflow-x: hidden;
}

::-webkit-scrollbar {
  display: none;
}

input,
textarea,
select,
a,
button {
  outline: none;
}

input,
textarea,
select,
a,
button:focus {
  outline: none;
}

input,
textarea,
select,
a,
button:active {
  outline: none;
}

/*---------------------------------------------
landing page
---------------------------------------------*/
.landing_wrapper{
    	width: 100%;
   	 height: auto;
    	background-color: #F0EBEB;
}
.landing_wrapper img{
	width:100%;
	height:100%;
    	max-height: 70vh;
	object-fit: contain;
    	object-position: center;
}
.full_height_withbackground{
    	display: flex;
   	flex-direction: column;
   	justify-content: space-between;
	height:auto;
	width:100%;
	background-color: #c5c4c6;
}
.landing_wrapper .full_height_withbackground h1{
	color:#232634;
	font-family: 'Chakra Petch', sans-serif;
    	font-weight: 800;
	font-size: 3.5rem;
}

.landing_wrapper h2{
	color:#232634;
	font-family: 'Chakra Petch', sans-serif;
    	font-weight: 800;
	font-size: 2.6rem;
}
.landing_wrapper .full_height_withbackground h3{
	color:#232634;
	font-family: 'Chakra Petch', sans-serif;
    	font-weight: 600;
	font-size: 1.3rem;
    	margin-bottom: 0rem;
}
.landing_wrapper h3{
	color:#232634;
	font-family: 'Chakra Petch', sans-serif;
    	font-weight: 600;
	font-size: 1.3rem;
    	margin-bottom: 0rem;
}
.landing_wrapper h4{
	font-family: 'Chakra Petch', sans-serif;
    	font-weight: 600;
	font-size: 1.3rem;
}
.landing_wrapper .nf-field-label label, .landing_wrapper .nf-field-label .nf-label-span {
	color:#232634;
	font-family: 'Chakra Petch', sans-serif;
    	font-weight: 600;
	font-size: 1.3rem;
}
.nf-error-msg, .ninja-forms-req-symbol{
	color:#232634 !important;
	font-size: 0.9rem;
}
.landing_wrapper .wp-bootstrap-blocks-button{
	margin:0;
}
.landing_wrapper .btn.btn-primary{
	background-color: #232634;
	color: #F0EBEB;
    	padding: 5px 40px;
	border-radius:50px;
}
.landing_wrapper p>a{
	color: #232634;
	text-decoration: underline;
}
.landing_wrapper #nf-field-20 {
	background-color: #232634;
	color: #F0EBEB;
    	padding: 5px 40px;
	border-radius:50px;
	font-family: 'Chakra Petch', sans-serif;
    	font-weight: 600;
    	font-size: 1.2rem;
	cursor:pointer;
}
.landing_wrapper .btn.btn-secondary{
	background-color: #F0EBEB;
	color: #232634;
    	padding: 5px 40px;
	border-radius:50px;
}
.landing_logos img{
	width:60px;
	height:60px;
	margin: 0 10px 0 0 ;
}
.landing_logos figure{
    margin-bottom:0;
}
.landing_logos{
    display: flex;
}
.dark{
	background-color:#232634;
	color:#E6DFDD;
}

.landing_header{
	margin-top:0.5rem;
}
.vertical_align_center{
	display:flex;
	align-items: center;
}
.horizontal_align_center{
	justify-content: center;
}
.horizontal_align_right{
	justify-content: end;
}
.dark.overview >div{
	margin-top: 1.5rem;
    	margin-bottom: 1.5rem;
	display: flex;
    	flex-direction: column;
    	justify-content: space-between;
}
.dark.overview .border_right{
	border-right: 2px solid #E6DFDD;
}
.dark.overview .wp-block-group{
	margin-bottom: 2.5rem;
}
.landing_wrapper .nf-before-form-content, .landing_wrapper .nf-form-title{
	display:none;
}
.landing_wrapper .nf-form-cont input{
	background: transparent;
    	border-top: none;
    	border-right: none;
    	border-left: none;
    	border-bottom: 1.5px solid #232634;
	padding: 0.3rem 0;
}
.landing_wrapper .label-above .nf-field-label{
	margin-bottom:0;
}
.landing_wrapper .field-wrap .nf-field-element select#nf-field-21{
	background: transparent;
    	border-top: none;
    	border-right: none;
    	border-left: none;
    	border-bottom: 1.5px solid #232634;
	padding: 0.4rem 0;
}
.landing_wrapper .nf-field-element textarea{
	background: transparent;
	height:100px;
	border: 1.5px solid #232634;
}
.landing_wrapper .nf-field-description p{
	font-size:0.9rem;
	font-style: italic;
    	margin: 1rem 0 !important;
}
.landing_wrapper .section_header{
	margin-top: 1.5rem;
}
.landing_wrapper .section_header h2{    
	padding: 0.9rem 0;
	border-top: 2px solid #232634;
}
.landing_wrapper .menu_group h4{
	margin-bottom:0;
}
.landing_wrapper .menu_group{
	border-top: 2px solid #232634;
	padding: 0.5rem 0 1rem 0;
}
.landing_wrapper .menu_illustration img{
	width: 100%;
	height: 100%;
	border-radius: 0;
	object-fit: contain;
	object-position: center;
}
.landing_wrapper .menu_illustration{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.landing_wrapper .dark.about_section>div{
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}
.landing_wrapper .dark.about_section figure{
    max-height: 50vh;
}
.landing_wrapper .dark.about_section figure img{    
	height: auto;
	max-width: 100%;
	width: auto;
}
.landing_wrapper form{    
	border: 2px solid;
    	padding: 3rem 3rem 2rem 3rem;
    	border-radius: 60px;
	margin: 0 5rem;
}
.landing_wrapper form .nf-field-container{
	margin-bottom:1rem;
}
.landing_wrapper form .nf-field-element ul{
	display:flex;
}
.landing_wrapper form .nf-field-element ul label{
padding-right: 2rem;
}
.landing_wrapper .book_info ul{	
	padding-left: 15px;
}
.landing_wrapper .book_info ul a{	
	color:#232634;
	text-decoration: underline;
}
.landing_wrapper .dark p a{
	color:#E6DFDD;
	text-decoration: underline;
}
.landing_wrapper .mg_header h3{
    border-top: 2px solid;
    padding: 1rem 0 4rem 0;
}
.negative_margin{
margin-top:-120px;
}
@media (max-width: 1399.98px) { 
	.landing_wrapper form{
		margin: 0 2rem;
	}
 }
@media (max-width: 1199.98px) { 
	.landing_wrapper form {
   		 padding: 2rem 2rem 2rem 2rem;
    		border-radius: 40px;
	}

 }

@media (max-width: 991.98px) { 
	.dark.overview .border_right {
    		border-right: 2px solid #E6DFDD;
		border-bottom: none;
	}
	.landing_logos img {
    		width: 42px;
    		height: 42px;
    		margin: 0 5px 0 0;
	}
	.landing_wrapper .btn.btn-primary, .landing_wrapper .btn.btn-secondary{
    		padding: 5px 25px;
    		font-size: 1rem;
	}
	.landing_wrapper form {
    		padding: 2rem 1rem;
   		border-radius: 30px;
    		margin: 0;
	}
}

@media (max-width: 767.98px) { 
	.dark.overview .border_right {
    		border-right: none;
		border-bottom: 2px solid #E6DFDD;
	}
	.landing_wrapper .btn.btn-secondary{
		margin-bottom: 2rem;
	}
	.landing_wrapper .wp-bootstrap-blocks-button{
		margin-right: auto;
		margin-left: auto;
		text-align: center;
	}
	.landing_wrapper .wp-bootstrap-blocks-button.text-left{
		text-align:center !important;
	}
	.landing_wrapper .section_header h2{
		padding: 0.9rem 0 0 0;
	}
	.p-3{
		padding:0 !important;
	}
	.vertical_align_center{
    		flex-direction: column;
	}
	.landing_wrapper h2.has-text-align-right{
		text-align:center;
	}
	.landing_wrapper form{
    		padding: 2.3rem 1.5rem;
    		border-radius: 30px;
    		margin: 1rem 0;
	}
	.landing_wrapper .nf-field-element{
		text-align:center;
	}
	.landing_wrapper form .nf-field-element ul{
		flex-direction: column;
	}
	.landing_wrapper form .nf-field-element ul li{
		text-align: start;
	}
 }

/*---------------------------------------------
landing page end
---------------------------------------------*/

.iss_party_title h1{
	font-family: 'Chakra Petch', sans-serif;
    font-weight: 400;
    color:white;
    font-size: 5.4rem;
}
.iss_party_paragraph p,
.iss_party_paragraph p>a{
	font-family: 'Chakra Petch', sans-serif;
    font-weight: 400;
	color:white;
    font-size: 1.2rem;
}
.iss_launch_img img{
	width:100%;
	height:auto;
}
.sponsors{
	background-color:white;
}
.sponsorship_vatiants h2{
	font-family: 'Chakra Petch', sans-serif;
    font-weight: 600;
	font-size:2.5rem;
	text-transform:uppercase;
}
.sponsorship_vatiants p, .sponsorship_vatiants p>a, .sponsorship_vatiants li {
	font-family: 'Chakra Petch', sans-serif;
    font-weight: 400;
    font-size: 1.2rem;
}
.wp-bootstrap-blocks-button{
    margin: 30px 0;	
}
.wp-bootstrap-blocks-button>a{
	background-color: #000000;
    border: none;
    border-radius: 0;
	padding: 12px 25px;
	font-family: 'Chakra Petch', sans-serif;
    font-weight: 600;
	font-size:1.2rem;
	text-transform:uppercase;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  transition: all 1s;
}
.wp-bootstrap-blocks-button>a:hover{
	background-color: #000000;
    border: none;
    border-radius: 0;
  transform: scale(1.1);
}

.artist_button {
  color: #fff;
  background-color: #000;
  font-family: 'Chakra Petch', sans-serif;
font-weight: 600;
  font-size: 1rem;
  letter-spacing: 0.1rem;
  text-align: center;
  padding: 7px 10px;
  border: 1px solid white;
  cursor: pointer;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  transition: all 1s;
}

.artist_button:hover {
  transform: scale(1.1);
}

.event_button {
  color: #fff;
  background-color: #000;
  font-family: 'Chakra Petch', sans-serif;
font-weight: 600;
  font-size: 1rem;
  letter-spacing: 0.1rem;
  text-align: center;
  padding: 7px 10px;
  border: 1px solid white;
  cursor: pointer;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  transition: all 1s;
}

.event_button:hover {
  transform: scale(1.1);
}

#container {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-image: url(https://moongallery.eu/wp-content/themes/MOON/img/MGTFISS-2-min.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color:#bbc1cd;
}

.iss_visual>img{
width:100%;
height:auto;
-webkit-box-shadow: 0px 0px 22px 4px #ffffff; 
box-shadow: 0px 0px 22px 4px #ffffff;
}
/*---------------------------------------------
artist page
---------------------------------------------*/

.artist_wraper {
  width: 100%;
  height: 100%;
  margin: 0;
}

.menu {
  position: fixed;
  z-index: 100;
  background-color: black;
  width: 60%;
  height: 106px;
  -webkit-box-shadow: 0px 10px 16px 2px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 10px 16px 2px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 10px 16px 2px rgba(0, 0, 0, 0.75);
}

.top_menue {
  padding: 15px;
  margin: 0;
}

.artist_profile {
  padding: 150px 50px 50px 50px;
}

.logo_w {
  cursor: pointer;
  background: url(https://www.moongallery.eu/wp-content/uploads/2019/12/moon_gallery_logo_transparent-02.png)
    no-repeat;
  background-size: contain;
}

.navigation_links {
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  justify-content: space-around;
}

.navigation_links > a {
  color: white;
  font-family: 'Chakra Petch', sans-serif;
font-weight: 600;
}

.left {
  width: 60%;
  height: 100%;
  background-color: black;
  float: left;
  overflow: auto;
  box-sizing: border-box;
}

.right {
  width: 40%;
  height: 100%;
  float: right;
  background-color: white;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  overflow: auto;
  box-sizing: border-box;
}

.right > img {
  width: 100%;
  height: auto;
  padding: 40px;
}

.portrait > img {
  width: 100%;
  height: auto;
  padding-left: 10px;
  padding-right: 10px;
}

.profile {
  color: white;
  font-family: 'Chakra Petch', sans-serif;
font-weight: 600;
}

.profile > p > span {
  color: white;
  font-family: 'Chakra Petch', sans-serif;
font-weight: 300;
}

.profile > p > a {
  color: white;
  font-family: 'Chakra Petch', sans-serif;
font-weight: 300;
	text-decoration: none;
    padding: 10px;
    border: 1px solid white;
}

.statement > p > span {
  color: white;
  font-family: 'Chakra Petch', sans-serif;
font-weight: 300;
}

.statement,.statement p>a{
  color: white;
  font-family: 'Chakra Petch', sans-serif;
font-weight: 400;
}
.statement p>a{
text-decoration:underline;
}

.artist_info {
  margin-bottom: 45px;
}

.example_images > img {
  width: 100%;
  height: auto;
  padding: 40px;
}

.sceen_wraper {
  width: 100%;
  height: 100%;
  position: fixed;
}

.backdrop {
  z-index: -1000;
}

.buttons {
  width: 100%;
  height: 100%;
  position: fixed;
}

.submission {
  font-family: 'Chakra Petch', sans-serif;
font-weight: 600;
  font-size: 1rem;
  text-align: center;
  padding: 15px;
  border: 1px solid white;
}

.submission_image.aligncenter.wp-image-1026.size-large {
  width: 100%;
  height: auto;
  padding: 30px;
}

/*---------------------------------------------
new event page
---------------------------------------------*/

.event_page_wraper {
  background-color: #000000;
  width: 100%;
  min-height: 100vh;
}

.categories {
  display: flex;
  justify-content: center;
}

.navigation-top {
  padding: 10px 20px;
  min-height: 100px;
}

.page_title {
  ffont-family: 'Chakra Petch', sans-serif;
font-weight: 600;
  font-size: 2rem;
  color: white;
  text-align: right;
}

.event_logo {
  cursor: pointer;
  background: url(https://www.moongallery.eu/wp-content/uploads/2019/12/moon_gallery_logo_transparent-02.png)
    no-repeat;
  background-size: contain;
}

/*---------------------------------------------
event page
---------------------------------------------*/

.event_wraper {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}

.event_menu {
  position: fixed;
  z-index: 100;
  background-color: black;
  max-width: 100%;
  width: 100%;
  height: 106px;
  -webkit-box-shadow: 0px 10px 16px 2px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 10px 16px 2px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 10px 16px 2px rgba(0, 0, 0, 0.75);
}

.event_background {
  width: 100%;
  height: 100%;
  position: fixed;
  background: url(https://www.moongallery.eu/wp-content/uploads/2018/11/maxresdefault_h.jpg)
    no-repeat;
  background-size: cover;
}

.event_profile {
  padding: 150px 50px 50px 50px;
}

.e_profile > h3 {
  color: white;
  font-family: 'Chakra Petch', sans-serif;
font-weight: 600;
}

.e_profile > p {
  color: white;
  font-family: 'Chakra Petch', sans-serif;
font-weight: 600;
}

.e_profile > p > span {
  color: white;
  font-family: 'Chakra Petch', sans-serif;
font-weight: 300;
}

.e_profile > p > a {
  color: white;
  font-family: 'Chakra Petch', sans-serif;
font-weight: 600;
}

.e_portrait > img {
  width: 100%;
  height: auto;
}

.e_portrait {
  background-color: black;
  padding: 20px;
}

.e_profile {
  background-color: black;
  padding: 20px;
}

.speacker_profile {
  padding: 50px 50px 50px 50px;
}

.s_portrait {
  background-color: black;
  padding: 20px;
}

.s_portrait > img {
  width: 100%;
  height: auto;
}
.get_link{
	text-align: center;
    padding: 10px;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid #ffffff;
    cursor: pointer;
}
.get_link>a{
	text-decoration:none !important;
}
.statement h1{
	text-align:center;
	text-transform:uppercase;
	margin-bottom:35px;
}
/*------------------------------------------------
artists
------------------------------------------------*/

.artists {
  z-index: 100;
  position: relative;
  width: 15%;
  height: auto;
  top: 0;
  right: 0;
  padding-right: 0;
  padding-left: 0;
  margin-right: 0;
  margin-left: auto;
}

.set {
  position: relative;
  width: 100%;
  height: auto;
  background-color: #d6d7e4;
}

.set > a {
  text-align: center;
  display: block;
  padding: 10px 15px;
  text-decoration: none;
  color: #000;
  font-family: 'Chakra Petch', sans-serif;
font-weight: 600;
  font-size: 1.4rem;
  letter-spacing: 0.1rem;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.set > a i {
  position: relative;
  float: right;
  margin-top: 4px;
  color: #000;
}

.set > a.active {
  background-color: #d6d7e4;
  color: #000;
}

.set > a.active i {
  color: #000;
}

.content {
  display: none;
  position: relative;
  color: #fff;
  width: 100%;
  height: 90vh;
  overflow: auto;
  background-color: #d6d7e4;
  padding: 10px 15px 40px 15px;
}

.content a {
  font-family: 'Chakra Petch', sans-serif;
font-weight: 400;
  font-size: 0.8rem;
  margin: 0;
  color: #000;
}

.name > a {
  color: white;
}

.img_caption {
  font-family: 'Chakra Petch', sans-serif;
font-weight: 600;
  font-size: 1rem;
  margin: 0;
  padding: 40px 40px 0 40px;
  color: #000;
}

/*------------------------------------------------
logo
------------------------------------------------*/

.logo {
  position: absolute;
  top: 1%;
  left: 2.5%;
  width: 8%;
  height: 12%;
  background: url(https://www.moongallery.eu/wp-content/uploads/2019/05/moon_gallery_logo_transparent-01.png)
    no-repeat;
  background-size: contain;
}

/*------------------------------------------------
buttons
------------------------------------------------*/

.about {
  position: absolute;
  top: 10%;
  left: 30%;
  width: auto;
  height: auto;
}

.workshops {
  position: absolute;
  top: 20%;
  right: 45%;
  width: auto;
  height: auto;
}

.gallery {
  position: absolute;
  top: 30%;
  left: 10%;
  width: auto;
  height: auto;
}

.open_call {
  position: absolute;
  top: 40%;
  right: 10%;
  width: auto;
  height: auto;
}

.agenda {
  position: absolute;
  top: 50%;
  left: 20%;
  width: auto;
  height: auto;
}

.contact {
  position: absolute;
  top: 90%;
  left: 60%;
  width: auto;
  height: auto;
}

.facebook {
  position: absolute;
  top: 80%;
  left: 5%;
  width: auto;
  height: auto;
}

.facebook > a {
  color: #000;
}

.facebook > a:hover {
  color: #000;
  text-decoration: none;
}

.instagramm {
  position: absolute;
  top: 90%;
  left: 10%;
  width: auto;
  height: auto;
}

.instagramm > a {
  color: #000;
}

.instagramm > a:hover {
  color: #000;
  text-decoration: none;
}

.login {
  position: absolute;
  top: 80%;
  right: 40%;
  width: 10%;
  height: auto;
}

.collaborators {
  position: absolute;
  top: 60%;
  left: 25%;
   width:auto;
  height: auto;
}
.donate{
  position: absolute;
  top: 60%;
  right: 15%;
  width:auto;
  height: auto;
}
/*------------------------------------------------
login
------------------------------------------------*/

input[type="text"],
input[type="password"],
input[type="email"]{
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: none;
}

#mc_embed_signup {
  color: #fff;
  font-family: 'Chakra Petch', sans-serif;
font-weight: 600;
  font-size: 1.2rem;
  letter-spacing: 0.1rem;
  text-align: left;
  padding: 10px 15px;
  border: none;
  cursor: pointer;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  transition: all 1s;
}

#mc_embed_signup h2 {
  color: #fff;
  ffont-family: 'Chakra Petch', sans-serif;
font-weight: 600;
  font-size: 1.2rem;
  letter-spacing: 0.1rem;
  text-align: left;
  padding: 10px 15px;
  border: none;
  cursor: pointer;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  transition: all 1s;
}

/* Set a style for all buttons */

button {
  color: #000;
  background-color: #d6d7e4;
  font-family: 'Chakra Petch', sans-serif;
  font-weight: 600;
  font-size: 1.5rem;
  letter-spacing: 0.1rem;
  text-align: center;
  padding: 10px 15px;
  border: none;
  cursor: pointer;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  transition: all 1s;
}

button:hover {
  transform: scale(1.1);
}

.log {
  background-color: #000;
  color: #fff;
  font-family: 'Chakra Petch', sans-serif;
font-weight: 400;
  border: solid 1px #fff;
  margin-top: 12px;
  font-size: 0.9rem;
  padding: 5px;
}

.form {
  padding: 45px;
}

span.psw {
  float: right;
  padding-top: 16px;
}

.psw > a {
  color: #fff;
}

.psw > a:hover {
  color: #fff;
}

/* The Modal (background) */

.modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 1;
  /* Sit on top */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: hidden;
  /* Enable scroll if needed */
  padding-top: 60px;
}

/* Modal Content/Box */

.modal-subs {
  background-color: #000;
  position: static;
  margin-left: auto;
  margin-right: auto;
  overflow: scroll;
  width: 60%;
  height: 80%;
  color: #fff;
  font-family: 'Chakra Petch', sans-serif;
font-weight: 400;
}

/* The Close Button (x) */

.close {
  color: #fff;
  font-size: 35px;
  font-weight: bold;
  text-shadow: none;
  opacity: 1;
  margin: 10px 35px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.close > p:hover {
  color: #dcddde;
  font-size: 35px;
  font-weight: bold;
  text-shadow: none;
  opacity: 1;
  transition: scale(1.1);
}

.close > p {
  position: fixed;
  z-index: 1000;
}

/* Add Zoom Animation */

.animate {
  -webkit-animation: animatezoom 0.6s;
  animation: animatezoom 0.6s;
}

@-webkit-keyframes animatezoom {
  from {
    -webkit-transform: scale(0);
  }
  to {
    -webkit-transform: scale(1);
  }
}

@keyframes animatezoom {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}

/* Change styles for span and cancel button on extra small screens */

@media screen and (max-width: 300px) {
  span.psw {
    display: block;
    float: none;
  }
}

/*------------------------------------------------
gallery page
------------------------------------------------*/

.grid_wraper {
  width: 100%;
  height: 100%;
  margin: 0;
}

.grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(14rem, 1fr));
  grid-auto-rows: 1fr;
  padding-top: 127px;
  overflow: auto;
  height: auto;
  background-color: black;
}

.grid::before {
  content: "";
  width: 0;
  padding-bottom: 100%;
  grid-row: 1 / 1;
  grid-column: 1 / 1;
}

.grid > *:first-child {
  grid-row: 1 / 1;
  grid-column: 1 / 1;
}

/* Just to make the grid visible */

.grid > * {
  background: rgba(0, 0, 0, 0.1);
  border: 1px white solid;
}

.featured_image {
  cursor: pointer;
}

/*------------------------------------------------
about
------------------------------------------------*/

.modal-about {
  background-color: #000;
  position: fixed;
  margin-left: auto;
  margin-right: auto;
  position: static;
  overflow: scroll;
  width: 60%;
  height: 80%;
  color: #fff;
  font-family: 'Chakra Petch', sans-serif;
font-weight: 400;
}

.about_cont {
  padding: 45px;
}

.img2 {
  width: 100%;
  height: auto;
}

.img1 {
  width: 100%;
  height: auto;
}

.img3 {
  width: 100%;
  height: auto;
}

.has-fixed-layout {
  width: auto !important;
}

.has-fixed-layout > tbody > tr > td {
  padding-right: 20px !important;
}

.about_gallery_img > figure > img {
  width: 100%;
  height: auto !important;
}

/*------------------------------------------------
workshops
------------------------------------------------*/

.modal-workshops {
  background-color: #000;
  position: fixed;
  margin-left: auto;
  margin-right: auto;
  position: static;
  overflow: scroll;
  width: 60%;
  height: 80%;
  color: #fff;
  font-family: 'Chakra Petch', sans-serif;
font-weight: 400;
}

.workshop_cont {
  padding: 45px;
}

/*------------------------------------------------
open_call
------------------------------------------------*/

.modal-open_call {
  background-color: #000;
  position: fixed;
  margin-left: auto;
  margin-right: auto;
  position: static;
  overflow: scroll;
  width: 60%;
  height: 80%;
  color: #fff;
  font-family: 'Chakra Petch', sans-serif;
font-weight: 400;
}

.form_title {
  font-family: 'Chakra Petch', sans-serif;
font-weight: 600;
}

.call_cont {
  padding: 45px;
}

.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
  border: solid 1px black;
  padding: 10px;
  margin: 8px 0;
  width: 100%;
}

.wpcf7-form-control.wpcf7-text.wpcf7-email.wpcf7-validates-as-required.wpcf7-validates-as-email {
  border: solid 1px black;
  padding: 10px;
  margin: 8px 0;
  width: 100%;
}

.wpcf7-form-control.wpcf7-text.wpcf7-url.wpcf7-validates-as-url {
  border: solid 1px black;
  padding: 10px;
  margin: 8px 0;
  width: 100%;
}

.wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required {
  border: solid 1px black;
  padding: 10px;
  margin: 8px 0;
  width: 100%;
}

.wpcf7-form {
  font-family: 'Chakra Petch', sans-serif;
font-weight: 400;
  font-size: 1rem;
}

.call_2 {
  width: 100%;
}

.wpcf7-form-control.wpcf7-submit {
  background-color: black;
  color: white;
  border: none;
  padding: 7px 20px;
  font-family: 'Chakra Petch', sans-serif;
font-weight: 600;
  float: right;
  cursor: pointer;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  transition: all 1s;
}

.wpcf7-form-control.wpcf7-submit:hover {
  transform: scale(1.1);
}

/*------------------------------------------------
agenda
------------------------------------------------*/

.modal-agenda {
  background-color: #000;
  position: fixed;
  margin-left: auto;
  margin-right: auto;
  position: static;
  overflow: scroll;
  width: 60%;
  height: 80%;
  color: #fff;
  font-family: 'Chakra Petch', sans-serif;
font-weight: 400;
}

.agenda_cont {
  padding: 45px;
}

.event > a {
  color: #fff;
}

.event > h3 {
  color: #fff;
  font-size: 150%;
  font-family: 'Chakra Petch', sans-serif;
font-weight: 400;
}

.event > p {
  color: #fff;
  font-size: 100%;
  font-family: 'Chakra Petch', sans-serif;
font-weight: 400;
}

.event_img {
  max-width: 500px;
  max-height: 500px;
  height: auto;
  width: 100%;
}

/*------------------------------------------------
agenda
------------------------------------------------*/

.modal-contact {
  background-color: #000;
  position: fixed;
  margin-left: auto;
  margin-right: auto;
  position: static;
  overflow: scroll;
  width: 60%;
  height: 80%;
  color: #fff;
  font-family: 'Chakra Petch', sans-serif;
font-weight: 400;
}

.contact_cont {
  padding: 45px;
}

/*------------------------------------------------
partners
------------------------------------------------*/

.modal-part {
  background-color: #000;
  position: fixed;
  margin-left: auto;
  margin-right: auto;
  position: static;
  overflow: scroll;
  width: 60%;
  height: 80%;
  color: #fff;
  font-family: 'Chakra Petch', sans-serif;
font-weight: 400;
}

.partner_cont {
  padding: 45px;
}

.partner_section {
  margin-bottom: 20px;
  margin-right: -10px;
  margin-left: -10px;
}

.partner_img {
  width: 100%;
  height: auto;
}

/*------------------------------------------------
exhibition leflet
------------------------------------------------*/

.leflet_wraper {
  width: 100%;
  min-height: 100%;
  height: auto;
  background-color: #181818;
}

.leiden_event_logo {
  width: 100%;
  height: auto;
  padding-top: 20px;
}

.language_button_wraper {
  margin-top: 100px;
  padding-bottom: 50px;
}

.language_button > a {
  text-align: center;
  background-color: white;
  padding: 10px 20px;
  font-family: 'Chakra Petch', sans-serif;
font-weight: 600;
  font-size: 1.2rem;
  color: #181818;
  min-width: 120px;
}

.language_button {
  display: flex;
  justify-content: center;
}

.leiden_event > p {
  padding-top: 30px;
  font-family: 'Chakra Petch', sans-serif;
font-weight: 600;
  font-size: 1.2rem;
  color: #ffffff;
  text-align: center;
}

.work_descr > h2 {
  font-family: 'Chakra Petch', sans-serif;
font-weight: 600;
  font-size: 1.8rem;
}

.work_descr > h4 {
  font-family: 'Chakra Petch', sans-serif;
  font-weight: 400;
  font-style: italic;
  font-size: 1.2rem;
}

.work_descr > p {
  font-family: 'Chakra Petch', sans-serif;
  font-weight: 400;
  font-size: 1.2rem;
}

.work_descr{
   color:white;
    font-family: 'Chakra Petch', sans-serif;
    font-weight: 400;
	margin-top:150px;
	margin-bottom:150px;
}

/*--------------------------------------------------------------
responsive
--------------------------------------------------------------*/

/*xs*/

@media only screen and (max-width: 768px) {
  /*---------------------------------------------
  artist page
  ---------------------------------------------*/
  .left {
    width: 100%;
    height: auto;
    background-color: black;
    overflow: auto;
    box-sizing: border-box;
  }
  .right {
    width: 100%;
    height: auto;
    background-color: white;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    overflow: auto;
    box-sizing: border-box;
  }
  .menu {
    width: 100%;
  }

  .modal-about,
  .modal-workshops,
  .modal-open_call,
  .modal-subs,
  .modal-part {
    width: 95%;
    height: 95%;
  }
  .about_cont,
  .workshop_cont,
  .call_cont,
  .form,
  .partner_cont {
    padding: 45px 20px;
  }
  .artists {
    width: 45%;
  }
  .about {
    left: 20%;
  }
  .workshops {
    right: 5%;
  }
  .gallery {
    left: 5%;
  }
  .login {
    right: 5%;
  }
  .instagramm {
    left: 25%;
  }
  .artist_profile {
    padding: 150px 10px 50px 10px;
  }
}

/*sm*/

@media screen and (min-width: 768px) and (max-width: 992px) {
  /*---------------------------------------------
    artist page
    ---------------------------------------------*/
  .left {
    width: 100%;
    height: auto;
    background-color: black;
    overflow: auto;
    box-sizing: border-box;
  }
  .right {
    width: 100%;
    height: auto;
    background-color: white;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    overflow: auto;
    box-sizing: border-box;
  }
  .menu {
    width: 100%;
  }
  
  .modal-about,
  .modal-workshops,
  .modal-open_call,
  .modal-subs,
  .modal-part {
    width: 95%;
    height: 95%;
  }
  .about_cont,
  .workshop_cont,
  .call_cont,
  .form,
  .partner_cont {
    padding: 45px 25px;
  }
  .artists {
    width: 25%;
  }
  .workshops {
    right: 20%;
  }
  .artist_profile {
    padding: 150px 20px 50px 20px;
  }
}

/*md*/

@media screen and (min-width: 992px) and (max-width: 1200px) {
  /*---------------------------------------------
      artist page
      ---------------------------------------------*/
  .left {
    width: 60%;
    height: 100%;
    background-color: black;
    float: left;
    overflow: auto;
    box-sizing: border-box;
  }
  .right {
    width: 40%;
    height: 100%;
    float: right;
    background-color: white;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    overflow: auto;
    box-sizing: border-box;
  }
}

/*lg*/

@media screen and (min-width: 1200px) {
  /*---------------------------------------------
      artist page
      ---------------------------------------------*/
  .left {
    width: 60%;
    height: 100%;
    background-color: black;
    float: left;
    overflow: auto;
    box-sizing: border-box;
  }
  .right {
    width: 40%;
    height: 100%;
    float: right;
    background-color: white;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    overflow: auto;
    box-sizing: border-box;
  }
  .artist_wraper {
    overflow: hidden;
  }
}

/*---------------------------------------------
    gallery page
    ---------------------------------------------*/

#block-for-slider {
  width: 80%;
  margin: 0 auto;
  margin-top: 100px;
  margin-bottom: 100px;
}

#viewport {
  width: 100%;
  height: calc(100% - 200px);
  position: relative;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  text-align: center;
}

#slidewrapper {
  position: relative;
  width: calc(100% * 4);
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
  -webkit-transition-timing-function: cubic-bezier(0.67, 0.01, 0.23, 1);
  -o-transition-timing-function: cubic-bezier(0.67, 0.01, 0.23, 1);
  transition-timing-function: cubic-bezier(0.67, 0.01, 0.23, 1);
}

#slidewrapper,
#slidewrapper ul,
#slidewrapper li {
  margin: 0;
  padding: 0;
}

.slide {
  width: calc(100% / 4);
  list-style: none;
  display: inline;
  float: left;
}

.slide-img {
  width: 100%;
}

#prev-btn,
#next-btn {
  position: absolute;
  width: 50px;
  height: 50px;
  background-color: #fff;
  border-radius: 50%;
  top: calc(50% - 25px);
}

#prev-btn:hover,
#next-btn:hover {
  cursor: pointer;
}

#prev-btn {
  left: 20px;
}

#next-btn {
  right: 20px;
}

.slide-nav-btn {
  position: relative;
  display: inline-block;
  list-style: none;
  width: 20px;
  height: 20px;
  background-color: #fff;
  border-radius: 50%;
  margin: 3px;
}

.slide-nav-btn:hover {
  cursor: pointer;
}
.statement img {
  width: 100%;
  height: auto;
}

/*----------------------
Donation page
----------------------*/

body {
  background-color: black;
}

#order_review {
  background-color: black;
}

#billing_first_name {
  margin: 10px;
}

#billing_last_name {
  margin: 10px;
}

#billing_company {
  margin: 10px;
}

#billing_country {
  margin: 10px;
}

#billing_address_1 {
  margin: 10px;
}

#billing_address_2 {
  margin: 10px;
  margin-left: 260px;
}

#billing_postcode {
  margin: 10px;
}

#billing_city {
  margin: 10px;
}

#billing_phone {
  margin: 10px;
}

#billing_email {
  margin: 10px;
}

label {
  width: 250px;
}

.radio-button {
  width: 0px;
  height: 0px;
}

.cart-empty.woocommerce-info {
  display: none;
}

.button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
  display: none;
}

.woocommerce-loop-product__title {
  display: none;
}

.woocommerce-Price-amount.amount {
  display: none;
}

.border {
  width: 75px;
  height: 30px;
}

.archive {
  background-image: url("../img/background.jpg");
}

.donation_back_wrapper {
  background-color: rgba(8, 8, 8, 0.75);
	margin-top: 45px;
  /* position: absolute;
    margin: 20px;
    width: calc(100% - 40px);
    height: calc(95% - 40px);
    overflow-y: scroll;
    border-radius: 30px; */
}

.donation_home_link {
  margin: auto;
}
/* .donation_wrapper{
    position: absolute;
    top: 0;
    width: 100%;
    left:0;
    border-radius: 15px;
    height: 0px;
} */
.donation_button_wrapper {
  margin-top: 30px;
}
button.donation_button {
  font-family: 'Chakra Petch', sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  position: relative;
  border-radius: 50px;
  display: block;
  margin: auto;
  font-size: 28px;
  background-color: #29005a;
  padding: 5px 40px;
  text-shadow: 0px 0px 10px #ff9300;
}
.donation_button:hover {
  background-color: #642ca8;
}

.image_logo {
  content: url(../img/logo.png);
  width: 120px;
  height: auto;
  display: block;
  margin: 20px auto;
}

.image_cube {
  content: url(../img/svg/cube.svg);
  transform: scale(.75);
  /* width: 10vw;
    height: auto;
    position: absolute;
    top: calc(7vw + 50px);
    left: 8vw; */
}

.image_iss {
  content: url(../img/iss.png);
	transform: scale(.60);
  /* width: 15vw;
    height: auto;
    position: absolute;
    top: calc(10vw + 50px);
    right: 8vw; */
  /* transform: rotate(45deg); */
}

.image_in {
  content: url(../img/svg/in.svg);
  width: 25px;
  height: auto;
  display: inline-block;
  margin: 0px 5px 0px 20px;
}

.image_insta {
  content: url(../img/svg/insta.svg);
  width: 25px;
  height: auto;
  display: inline-block;
  margin: 0px 5px 0px 10px;
}

.image_fb {
  content: url(../img/svg/fb.svg);
  width: 25px;
  height: auto;
  display: inline-block;
  margin: 0px 20px 0px 5px;
}

.donation_wrapper h1{
  font-family: 'Chakra Petch', sans-serif;
  font-weight: 400;
  color: white;
  margin: 30px 0 -50px 0;
  text-transform: uppercase;
}
.donation_footer {
  width: 100%;
  height: 80px;
  background-color: #1b023a;
  color: white;
  display: flex;
}

.donation_footer > div {
  margin: 10px;
  padding: 20px;
  flex: 30%;
}

.donation_footer a {
  display: inline-block;
  padding: 0 14px;
  color: white;
}
.progress_wrapper {
  min-height: 45px;
}

.progress {
  background-color: #1a0446;
  height: 45px;
  border-radius: 25px;
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
  overflow: inherit;
}

.progress-bar {
  background-color: transparent;
  background-image: url(../img/loadingblock.png);
  background-repeat: repeat-x;
  margin-left: 10px;
  background-position: center left;
  background-size: 10px auto;
}
.current_sum {
    position: absolute;
    top: 100%;
    color: #fff;
    left: 15px;
}
.total_sum {
    position: absolute;
    top: 100%;
    color: #fff;
    right: 15px;
}
.text_area {
  font-family: 'Chakra Petch', sans-serif;
  font-weight: 400;
  display: block;
  width: 90vw;
  max-width: 750px;
  height: auto;
  color: white;
  margin: 60px auto 0 auto;
  padding-bottom: 25px;
}
.checkout_wrapper {
  display: none;
}

.woocommerce form.checkout .wc-credit-card-form .form-row {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #ffffff;
}

.woocommerce form.checkout .form-row.place-order {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.woocommerce
  form.checkout
  .form-row.place-order
  .woocommerce-terms-and-conditions-wrapper {
  flex-basis: 100%;
}
.checkout-container {
  min-height: 80vh;
  margin-top: 60px;
  margin-bottom: 60px;
}

.woocommerce form .form-row label,
.woocommerce-page form .form-row label,
.woocommerce form h3,
.woocommerce form .form-row .required {
  font-family: 'Chakra Petch', sans-serif;
font-weight: 400;
  color: #000;
}

.woocommerce form h3 {
  font-size: 1.1rem;
  text-transform: uppercase;
  margin-bottom: 50px;
}
.woocommerce form .form-row label,
.woocommerce-page form .form-row label,
.woocommerce table.shop_table th {
  font-size: 0.8rem;
  text-transform: uppercase;
  font-family: 'Chakra Petch', sans-serif;
font-weight: 400;
  color: #000;
  font-weight: normal !important;
  padding-left: 0;
}

.woocommerce-page form .form-row {
  font-family: 'Chakra Petch', sans-serif;
font-weight: 400;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.woocommerce form .form-row .select2.select2-container {
  font-family: 'Chakra Petch', sans-serif;
font-weight: 400;
  padding: 8px 10px;
  border: 5px solid #000;
}
.woocommerce
  form
  .form-row
  .select2.select2-container
  .select2-selection.select2-selection--single {
  border: none;
}
.woocommerce form #payment {
  background-color: #fff;
}

.woocommerce form #payment > ul > li {
  font-family: 'Chakra Petch', sans-serif;
  font-weight: 400;
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
  border: none;
}

#payment > div > div > div.woocommerce-privacy-policy-text > p > a,
#payment
  > div
  > div
  > p
  > label
  > span.woocommerce-terms-and-conditions-checkbox-text
  > a {
  color: #b62126;
  text-transform: initial;
  font-size: 0.8rem;
}
.woocommerce-terms-and-conditions h4,
.content-column h4 {
  font-size: 1rem;
}
.woocommerce-terms-and-conditions p,
.content-column p,
.content-column ol li {
  font-size: 0.8rem;
}
.woocommerce form .show-password-input,
.woocommerce-page form .show-password-input {
  top: 0.3em !important;
}
nav.woocommerce-pagination {
  position: inherit;
}

.wc_payment_method.payment_method_paypal > label > img {
  display: none;
}

.wc_payment_method.payment_method_paypal > label > .about_paypal {
  display: none;
}

.wc_payment_method.payment_method_stripe > label > img {
  display: none;
}

.wc_payment_method.payment_method_stripe_ideal > label > img {
  display: none;
}

.wc_payment_methods.payment_methods.methods {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  margin-bottom: 50px !important;
  margin-top: 50px !important;
  border-bottom: none !important;
}

#payment_method_paypal,
#payment_method_stripe,
#payment_method_stripe_ideal {
  display: none !important;
}

.woocommerce-checkout
  #payment
  ul.payment_methods
  li.wc_payment_method.payment_method_stripe_ideal
  > label {
  background-image: url(../img/svg/ideal-brands_white.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  height: 60px;
  text-align: center;
  color: #ffffff;
  font-size: 1rem;
}

.woocommerce-checkout
  #payment
  ul.payment_methods
  li.wc_payment_method.payment_method_stripe_ideal
  input:checked
  + label {
  background-image: url(../img/svg/ideal-brands.svg);
}

.woocommerce-checkout
  #payment
  ul.payment_methods
  li.wc_payment_method.payment_method_stripe
  > label {
  background-image: url(../img/svg/credit-card-solid_white.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  height: 60px;
  text-align: center;
  color: #ffffff;
  font-size: 1rem;
  text-transform: lowercase;
}

.woocommerce-checkout
  #payment
  ul.payment_methods
  li.wc_payment_method.payment_method_stripe
  input:checked
  + label {
  background-image: url(../img/svg/credit-card-solid.svg);
}

.woocommerce-checkout
  #payment
  ul.payment_methods
  li.wc_payment_method.payment_method_paypal
  > label {
  background-image: url(../img/svg/cc-paypal-brands_white.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  height: 60px;
  text-align: center;
  font-size: 1rem;
  text-transform: lowercase;
  color: #ffffff;
}

.woocommerce-checkout
  #payment
  ul.payment_methods
  li.wc_payment_method.payment_method_paypal
  input:checked
  + label {
  background-image: url(../img/svg/cc-paypal-brands.svg);
}

.wc_payment_method.payment_method_stripe_ideal > label,
.wc_payment_method.payment_method_stripe > label,
.wc_payment_method.payment_method_paypal > label {
  padding-top: 65px;
  margin-bottom: 0 !important;
}

#stripe-payment-data {
  position: absolute;
}

.woocommerce-checkout #payment div.payment_box {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  text-align: center;
  background: transparent !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #ffffff;
}

#stripe-payment-data {
  padding: 10px;
  background-color: #642ca8;
  color: #ffffff;
  position: relative;
  width: 60%;
}

.woocommerce-checkout #payment div.payment_box::before {
  display: none;
}

#stripe-payment-data > p {
  display: none;
}

.woocommerce .shipping-calculator-form > p > button.button {
  background: transparent;
  border: 1px solid #fc502e;
  border-radius: 0;
  color: #fc502e;
}

.woocommerce #place_order {
  margin-left: auto;
  margin-right: auto;
  margin-top: 25px;
}

.woocommerce .quantity .qty {
  border-top-style: solid;
  border: 1px solid;
}

.woocommerce .quantity .qty:focus {
  outline: 0 !important;
}

.woocommerce-checkout #payment .payment_method_paypal div.payment_box {
  display: none !important;
}

.donation_sum {
  color: #ffffff;
  font-family: 'Chakra Petch', sans-serif;
  font-weight: 400;
  margin-top: 50px;
  font-size: 1.2rem;
}
.donation_sum .woocommerce-Price-amount.amount {
  display: inline;
  margin-left: 10px;
}

/*.checkout.woocommerce-checkout, .woocommerce-checkout-review-order{
     position: fixed;
    bottom: 0;
    width: 95vw;
    height: auto;
    z-index: 999; 
} */
/* .wc_payment_method.payment_method_stripe_ideal label{
    max-width: 80px;
}

#add_payment_method #payment div.payment_box::before, .woocommerce-cart #payment div.payment_box::before, .woocommerce-checkout #payment div.payment_box::before{
    display: none;
}
.woocommerce img {
    height: auto;
    max-width: 80px;
} */

/* #add_payment_method #payment ul.payment_methods, .woocommerce-cart #payment ul.payment_methods, .woocommerce-checkout #payment ul.payment_methods, #add_payment_method #payment ul.payment_methods li, .woocommerce-cart #payment ul.payment_methods li, .woocommerce-checkout #payment ul.payment_methods li  {
    display: flex;
    color: #fff;
}
#add_payment_method #payment ul.payment_methods li img, .woocommerce-cart #payment ul.payment_methods li img, .woocommerce-checkout #payment ul.payment_methods li img {
    margin: 3px;
}

#add_payment_method #payment div.payment_box, .woocommerce-cart #payment div.payment_box, .woocommerce-checkout #payment div.payment_box {
    background-color: #642ca8;
    color: #ffffff;
    margin: 0 20px;
} */

.woocommerce-privacy-policy-text p {
  color: white;
  padding: 10px 10px 0px 10px;
}

.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
  display: block;
  margin: 0px auto;
  background-color: #642ca8;
}

.ship-to-different-address {
  display: none;
}

.return-to-shop {
  display: none;
}

.woocommerce {
  text-align: center;
}

.woocommerce-breadcrumb {
  display: none;
}

.radio-label input {
  position: absolute;
  z-index: -1;
  opacity: 0;
  margin: 10px 0 0 7px;
}

.radio__text {
  font-family: 'Chakra Petch', sans-serif;
  font-weight: 400;
  background-color: #29005a;
  width: 90px;
  height: 90px;
  line-height: 90px;
  border-radius: 50px;
  font-size: 28px;
  position: relative;
  cursor: pointer;
  color: #fff;
  text-shadow: 0px 0px 10px #ff9300;
  text-align: center;
  transition-duration: 1s;
  margin: auto;
}

.product label.radio-label {
  width: inherit;
  display: block;
  margin: auto;
}
/*.product_list_block {
  margin-top: 30px;
}*/
.woocommerce ul.products {
  /* width: 520px;
    margin: 0 auto;
    display: block; */
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-around;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
  /* width: 110px!important; */
  margin: 0 10px !important;
  display: block !important;
  clear: none !important;
  width: inherit;
}
.woocommerce ul.products li.product a {
  display: none;
}

.radio-label input:checked + .radio__text {
  background-color: #642ca8;
  color: #fff;
}

.radio__text:hover {
  background-color: #642ca8;
  transform: scale(1.1);
}

#payment.woocommerce-checkout-payment {
  background-color: rgb(0, 0, 0, 0) !important;
}

.wrapper {
  width: 100%;
  padding-top: 20px;
  text-align: center;
}
.carousel {
  width: 90%;
  margin: 0px auto;
}
.slick-slide {
  margin: 10px;
}
.slick-slide img {
  width: 100%;
}
.wrapper .slick-dots li button:before {
  font-size: 20px;
  color: white;
}

.wc-saved-payment-methods {
  display: none;
}

.woocommerce-billing-fields__field-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.woocommerce-billing-fields__field-wrapper p {
  flex: 0 1 250px;
}
/* .woocommerce-billing-fields__field-wrapper .validate-email {
  flex: 0 1 500px;
} */
.woocommerce-checkout .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper label {
  color: #ffffff;
  font-family: 'Chakra Petch', sans-serif;
  font-weight: 400;
}

.product_list_block{
	margin-top:-50px;
	margin-bottom:50px;
}

.separate_about_page>h1{
	font-size: 2.8rem;
	color:#ffffff;
	font-family: 'Chakra Petch', sans-serif;
	font-weight: 600;
}
.separate_about_page h2, .separate_about_page h4{
	font-size: 2rem;
	color:#ffffff;
	font-family: 'Chakra Petch', sans-serif;
	font-weight: 400;
}

.separate_about_page p, .separate_about_page li, .separate_about_page p>a, .separate_about_page table{
	font-size: 1rem;
	color: #ffffff;
   	font-family: 'Chakra Petch', sans-serif;
    	font-weight: 400;
}
.about_menu{
	width: 100%;
    	height: auto;
    	position: fixed;
    	display: flex;
    	flex-direction: row;
	background-color:#000000;
	padding: 15px 30px;
	justify-content: space-between;
}
.about_menu>.logo_w {
	width: 80px;
    	height: 80px;
}
.separate_about_page{
	margin-top:80px;
}
.postid-1783 .rsvp{
	display:none;
}


@media (max-width: 768px) {
	.product_list_block{
	margin-top:0px;
	margin-bottom:50px;
}
 .collaborators {
    left: 15%;
}
}

@media (max-width: 576px) {
  .progress {
    position: inherit;
    transform: none;
    top: 0;
  }
  .image_cube,
  .image_iss {
    height: 30vh;
  }
  .wc_payment_methods.payment_methods.methods {
    flex-wrap: wrap;
    justify-content: center;
  }
  #stripe-payment-data {
    width: 100%;
  }
 .product_list_block{
	margin-top:50px;
	margin-bottom:50px;
}
}



@media (max-width: 900px) {
  .donation_footer {
    display: block;
    padding: 20px 20px 280px 20px;
  }

  .donation_footer > div {
    flex: 100%;
    padding: 0;
  }

  .woocommerce ul.products {
    /* width: 100%; */
  }

  /* .woocommerce ul.products li.product, .woocommerce-page ul.products li.product{
        width: 17vw!important;
        float: left!important;
    } */

  .radio__text {
    width: 70px;
    height: 70px;
    line-height: 70px;
    border-radius: 50px;
    font-size: 20px;
  }

  button.donation_button {
    /* margin-top: 240px; */
    font-size: 20px;
    padding: 5px 30px;
  }

  /* #add_payment_method #payment ul.payment_methods, .woocommerce-cart #payment ul.payment_methods, .woocommerce-checkout #payment ul.payment_methods, #add_payment_method #payment ul.payment_methods li, .woocommerce-cart #payment ul.payment_methods li, .woocommerce-checkout #payment ul.payment_methods li{
        display: block;
    }

    
    #add_payment_method #payment div.payment_box, .woocommerce-cart #payment div.payment_box, .woocommerce-checkout #payment div.payment_box {
        max-width: 80vw;
    } */
.donation_wrapper h1{
  margin: 15px 0 0;
  font-size:2rem;
}
}