@font-face {
font-family: "Space Grotesk";
src: url(//moongallery.eu/wp-content/themes/MOON/fonts/Space_Grotesk/static/SpaceGrotesk-Light.ttf);
font-weight: 300;
}
@font-face {
font-family: "Space Grotesk";
src: url(//moongallery.eu/wp-content/themes/MOON/fonts/Space_Grotesk/static/SpaceGrotesk-Regular.ttf);
font-weight: 400;
}
@font-face {
font-family: "Space Grotesk";
src: url(//moongallery.eu/wp-content/themes/MOON/fonts/Space_Grotesk/static/SpaceGrotesk-Medium.ttf);
font-weight: 500;
}
@font-face {
font-family: "Space Grotesk";
src: url(//moongallery.eu/wp-content/themes/MOON/fonts/Space_Grotesk/static/SpaceGrotesk-SemiBold.ttf);
font-weight: 600;
}
@font-face {
font-family: "Space Grotesk";
src: url(//moongallery.eu/wp-content/themes/MOON/fonts/Space_Grotesk/static/SpaceGrotesk-Bold.ttf);
font-weight: 700;
}
p.rsvp{
display:none;
}
body,
html {
width: 100%;
height: 100%;
margin: 0;
padding: 0;
max-width: 100vw;
}
::-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_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: 'Space Grotesk', sans-serif;
font-weight: 800;
font-size: 3.5rem;
}
.landing_wrapper h2{
color:#232634;
font-family: 'Space Grotesk', sans-serif;
font-weight: 800;
font-size: 2.6rem;
}
.landing_wrapper .full_height_withbackground h3{
color:#232634;
font-family: 'Space Grotesk', sans-serif;
font-weight: 600;
font-size: 1.3rem;
margin-bottom: 0rem;
}
.landing_wrapper h3{
color:#232634;
font-family: 'Space Grotesk', sans-serif;
font-weight: 600;
font-size: 1.3rem;
margin-bottom: 0rem;
}
.landing_wrapper h4{
font-family: 'Space Grotesk', 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: 'Space Grotesk', 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: 'Space Grotesk', 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;
}
} .iss_party_title h1{
font-family: 'Space Grotesk', sans-serif;
font-weight: 400;
color:white;
font-size: 5.4rem;
}
.iss_party_paragraph p,
.iss_party_paragraph p>a{
font-family: 'Space Grotesk', 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: 'Space Grotesk', sans-serif;
font-weight: 600;
font-size:2.5rem;
text-transform:uppercase;
}
.sponsorship_vatiants p, .sponsorship_vatiants p>a, .sponsorship_vatiants li {
font-family: 'Space Grotesk', 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: 'Space Grotesk', 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: 'Space Grotesk', 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: 'Space Grotesk', 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_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: 'Space Grotesk', 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: 'Space Grotesk', sans-serif;
font-weight: 600;
}
.profile > p > span {
color: white;
font-family: 'Space Grotesk', sans-serif;
font-weight: 300;
}
.profile > p > a {
color: white;
font-family: 'Space Grotesk', sans-serif;
font-weight: 300;
text-decoration: none;
padding: 10px;
border: 1px solid white;
}
.statement > p > span {
color: white;
font-family: 'Space Grotesk', sans-serif;
font-weight: 300;
}
.statement,.statement p>a{
color: white;
font-family: 'Space Grotesk', 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: 'Space Grotesk', 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;
} .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: 'Space Grotesk', 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_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: 'Space Grotesk', sans-serif;
font-weight: 600;
}
.e_profile > p {
color: white;
font-family: 'Space Grotesk', sans-serif;
font-weight: 600;
}
.e_profile > p > span {
color: white;
font-family: 'Space Grotesk', sans-serif;
font-weight: 300;
}
.e_profile > p > a {
color: white;
font-family: 'Space Grotesk', 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 {
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: 'Space Grotesk', 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: 'Space Grotesk', sans-serif;
font-weight: 400;
font-size: 0.8rem;
margin: 0;
color: #000;
}
.name > a {
color: white;
}
.img_caption {
font-family: 'Space Grotesk', sans-serif;
font-weight: 600;
font-size: 1rem;
margin: 0;
padding: 40px 40px 0 40px;
color: #000;
} .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;
} .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;
} 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: 'Space Grotesk', 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: 'Space Grotesk', 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;
} button {
color: #000;
background-color: #d6d7e4;
font-family: 'Space Grotesk', 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: 'Space Grotesk', 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;
} .modal {
display: none; position: fixed; z-index: 1; left: 0;
top: 0;
width: 100%; height: 100%; overflow: hidden; padding-top: 60px;
} .modal-subs {
background-color: #000;
position: static;
margin-left: auto;
margin-right: auto;
overflow: scroll;
width: 60%;
height: 80%;
color: #fff;
font-family: 'Space Grotesk', sans-serif;
font-weight: 400;
} .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;
} .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);
}
} @media screen and (max-width: 300px) {
span.psw {
display: block;
float: none;
}
} .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;
} .grid > * {
background: rgba(0, 0, 0, 0.1);
border: 1px white solid;
}
.featured_image {
cursor: pointer;
} .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: 'Space Grotesk', 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;
} .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: 'Space Grotesk', sans-serif;
font-weight: 400;
}
.workshop_cont {
padding: 45px;
} .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: 'Space Grotesk', sans-serif;
font-weight: 400;
}
.form_title {
font-family: 'Space Grotesk', 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: 'Space Grotesk', 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: 'Space Grotesk', 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);
} .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: 'Space Grotesk', sans-serif;
font-weight: 400;
}
.agenda_cont {
padding: 45px;
}
.event > a {
color: #fff;
}
.event > h3 {
color: #fff;
font-size: 150%;
font-family: 'Space Grotesk', sans-serif;
font-weight: 400;
}
.event > p {
color: #fff;
font-size: 100%;
font-family: 'Space Grotesk', sans-serif;
font-weight: 400;
}
.event_img {
max-width: 500px;
max-height: 500px;
height: auto;
width: 100%;
} .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: 'Space Grotesk', sans-serif;
font-weight: 400;
}
.contact_cont {
padding: 45px;
} .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: 'Space Grotesk', 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;
} .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: 'Space Grotesk', 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: 'Space Grotesk', sans-serif;
font-weight: 600;
font-size: 1.2rem;
color: #ffffff;
text-align: center;
}
.work_descr > h2 {
font-family: 'Space Grotesk', sans-serif;
font-weight: 600;
font-size: 1.8rem;
}
.work_descr > h4 {
font-family: 'Space Grotesk', sans-serif;
font-weight: 400;
font-style: italic;
font-size: 1.2rem;
}
.work_descr > p {
font-family: 'Space Grotesk', sans-serif;
font-weight: 400;
font-size: 1.2rem;
}
.work_descr{
color:white;
font-family: 'Space Grotesk', sans-serif;
font-weight: 400;
margin-top:150px;
margin-bottom:150px;
}  @media only screen and (max-width: 768px) { .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;
}
} @media screen and (min-width: 768px) and (max-width: 992px) { .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;
}
} @media screen and (min-width: 992px) and (max-width: 1200px) { .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;
}
} @media screen and (min-width: 1200px) { .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;
}
} #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;
} 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(//moongallery.eu/wp-content/themes/MOON/img/background.jpg);
}
.donation_back_wrapper {
background-color: rgba(8, 8, 8, 0.75);
margin-top: 45px; }
.donation_home_link {
margin: auto;
} .donation_button_wrapper {
margin-top: 30px;
}
button.donation_button {
font-family: 'Space Grotesk', 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(//moongallery.eu/wp-content/themes/MOON/img/logo.png);
width: 120px;
height: auto;
display: block;
margin: 20px auto;
}
.image_cube {
content: url(//moongallery.eu/wp-content/themes/MOON/img/svg/cube.svg);
transform: scale(.75); }
.image_iss {
content: url(//moongallery.eu/wp-content/themes/MOON/img/iss.png);
transform: scale(.60);  }
.image_in {
content: url(//moongallery.eu/wp-content/themes/MOON/img/svg/in.svg);
width: 25px;
height: auto;
display: inline-block;
margin: 0px 5px 0px 20px;
}
.image_insta {
content: url(//moongallery.eu/wp-content/themes/MOON/img/svg/insta.svg);
width: 25px;
height: auto;
display: inline-block;
margin: 0px 5px 0px 10px;
}
.image_fb {
content: url(//moongallery.eu/wp-content/themes/MOON/img/svg/fb.svg);
width: 25px;
height: auto;
display: inline-block;
margin: 0px 20px 0px 5px;
}
.donation_wrapper h1{
font-family: 'Space Grotesk', 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(//moongallery.eu/wp-content/themes/MOON/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: 'Space Grotesk', 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: 'Space Grotesk', 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: 'Space Grotesk', sans-serif;
font-weight: 400;
color: #000;
font-weight: normal !important;
padding-left: 0;
}
.woocommerce-page form .form-row {
font-family: 'Space Grotesk', 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: 'Space Grotesk', 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: 'Space Grotesk', 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(//moongallery.eu/wp-content/themes/MOON/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(//moongallery.eu/wp-content/themes/MOON/img/svg/ideal-brands.svg);
}
.woocommerce-checkout
#payment
ul.payment_methods
li.wc_payment_method.payment_method_stripe
> label {
background-image: url(//moongallery.eu/wp-content/themes/MOON/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(//moongallery.eu/wp-content/themes/MOON/img/svg/credit-card-solid.svg);
}
.woocommerce-checkout
#payment
ul.payment_methods
li.wc_payment_method.payment_method_paypal
> label {
background-image: url(//moongallery.eu/wp-content/themes/MOON/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(//moongallery.eu/wp-content/themes/MOON/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: 'Space Grotesk', sans-serif;
font-weight: 400;
margin-top: 50px;
font-size: 1.2rem;
}
.donation_sum .woocommerce-Price-amount.amount {
display: inline;
margin-left: 10px;
}   .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: 'Space Grotesk', 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;
} .woocommerce ul.products { display: flex;
flex-wrap: nowrap;
justify-content: space-around;
}
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product { 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-checkout .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper label {
color: #ffffff;
font-family: 'Space Grotesk', 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: 'Space Grotesk', sans-serif;
font-weight: 600;
}
.separate_about_page h2, .separate_about_page h4{
font-size: 2rem;
color:#ffffff;
font-family: 'Space Grotesk', 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: 'Space Grotesk', 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 { } .radio__text {
width: 70px;
height: 70px;
line-height: 70px;
border-radius: 50px;
font-size: 20px;
}
button.donation_button { font-size: 20px;
padding: 5px 30px;
} .donation_wrapper h1{
margin: 15px 0 0;
font-size:2rem;
}
}@font-face {
font-family: "Space Grotesk";
src: url(//moongallery.eu/wp-content/themes/MOON/fonts/Space_Grotesk/static/SpaceGrotesk-Light.ttf);
font-weight: 300;
}
@font-face {
font-family: "Space Grotesk";
src: url(//moongallery.eu/wp-content/themes/MOON/fonts/Space_Grotesk/static/SpaceGrotesk-Regular.ttf);
font-weight: 400;
}
@font-face {
font-family: "Space Grotesk";
src: url(//moongallery.eu/wp-content/themes/MOON/fonts/Space_Grotesk/static/SpaceGrotesk-Medium.ttf);
font-weight: 500;
}
@font-face {
font-family: "Space Grotesk";
src: url(//moongallery.eu/wp-content/themes/MOON/fonts/Space_Grotesk/static/SpaceGrotesk-SemiBold.ttf);
font-weight: 600;
}
@font-face {
font-family: "Space Grotesk";
src: url(//moongallery.eu/wp-content/themes/MOON/fonts/Space_Grotesk/static/SpaceGrotesk-Bold.ttf);
font-weight: 700;
} body {
font-family: canada-type-gibson, sans-serif;
}
.page-template-multiForm {
background-color: white;
color: black;
}
p {
margin: 0px;
}
._container {
max-width: 1280px;
margin: 0px auto;
padding: 0px 15px;
box-sizing: content-box;
}
label {
width: 100%;
font-size: 24px;
margin: 0px;
}
small {
font-weight: 300;
} .form__body p {
font-size: 24px;
}
.form__title {
font-size: 48px;
font-weight: 700;
margin-bottom: 44px;
}
.form__columns {
display: flex;
gap: 128px;
width: 100%;
}
.column {
flex: 0 1 45%;
}
.subcolumns {
display: flex;
gap: 11px;
}
.form__input {
border: solid 1px black !important;
padding: 17px !important;
margin: 17px 0px 31px !important;
width: 100% !important;
} .steps { 
position: relative;
margin-bottom: 75px;
}
.steps__line { 
width: 100%;
height: 1px;
background-color: black;
margin-top: 79px;
}
.steps__dots {
position: absolute;
left: 132px;
top: -27px;
}
.steps__dots { 
display: flex;
}
.dot { 
font-size: 24px;
font-weight: 700;
line-height: 150%;
border-radius: 50%;
border: 1px solid black;
text-align: center;
height: 55px;
width: 55px;
margin-right: 262px;
background-color: white;
padding: 4px;
}
.dot div {
padding: 5px 15px;
border-radius: 50%;
height: 45px;
width: 45px;
}
.dot:last-child {
margin-right: 0px;
}
.active {
background-color: black;
color: white;
} .form__control {
display: flex;
justify-content: space-between;
margin: 77px 0px 156px;
}
.submit__button,
.prev__button {
background-color: transparent !important;
color: black !important;
font-size: 32px !important;
font-weight: 400 !important;
float: none !important;
padding: 0px !important;
}
.prev__button {
border: none;
cursor: pointer;
transition: all 1s;
}
.prev__button:hover {
transform: scale(1.1);
}
.submit__button {
text-align: right !important;
}
input[type="file"] {
display: none;
}
.custom-file-upload {
border: 1px solid black;
display: inline-block;
margin: 17px 0px 31px;
cursor: pointer;
text-align: center;
font-size: 40px;
}
#short-desc {
height: 175px;
}
#detailed-desc {
height: 316px;
}.select2-container{box-sizing:border-box;display:inline-block;margin:0;position:relative;vertical-align:middle}.select2-container .select2-selection--single{box-sizing:border-box;cursor:pointer;display:block;height:28px;margin:0 0 -4px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--single .select2-selection__rendered{display:block;padding-left:8px;padding-right:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-selection--single .select2-selection__clear{position:relative}.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered{padding-right:8px;padding-left:20px}.select2-container .select2-selection--multiple{box-sizing:border-box;cursor:pointer;display:block;min-height:32px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--multiple .select2-selection__rendered{display:inline-block;overflow:hidden;padding-left:8px;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-search--inline{float:left;padding:0}.select2-container .select2-search--inline .select2-search__field{box-sizing:border-box;border:none;font-size:100%;margin:0;padding:0}.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-dropdown{background-color:#fff;border:1px solid #aaa;border-radius:4px;box-sizing:border-box;display:block;position:absolute;left:-100000px;width:100%;z-index:1051}.select2-results{display:block}.select2-results__options{list-style:none;margin:0;padding:0}.select2-results__option{padding:6px;user-select:none;-webkit-user-select:none}.select2-results__option[aria-selected],.select2-results__option[data-selected]{cursor:pointer}.select2-container--open .select2-dropdown{left:0}.select2-container--open .select2-dropdown--above{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--open .select2-dropdown--below{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-search--dropdown{display:block;padding:4px}.select2-search--dropdown .select2-search__field{padding:4px;width:100%;box-sizing:border-box}.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-search--dropdown.select2-search--hide{display:none}.select2-close-mask{border:0;margin:0;padding:0;display:block;position:fixed;left:0;top:0;min-height:100%;min-width:100%;height:auto;width:auto;opacity:0;z-index:99;background-color:#fff}.select2-hidden-accessible{border:0!important;clip:rect(0 0 0 0)!important;height:1px!important;margin:-1px!important;overflow:hidden!important;padding:0!important;position:absolute!important;width:1px!important}.select2-container--default .select2-selection--single{background-color:#fff;border:1px solid #aaa;border-radius:4px}.select2-container--default .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--default .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:700}.select2-container--default .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--default .select2-selection--single .select2-selection__arrow{height:26px;position:absolute;top:1px;right:1px;width:20px}.select2-container--default .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear{float:left}.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow{left:1px;right:auto}.select2-container--default.select2-container--disabled .select2-selection--single{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear{display:none}.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--default .select2-selection--multiple{background-color:#fff;border:1px solid #aaa;border-radius:4px;cursor:text}.select2-container--default .select2-selection--multiple .select2-selection__rendered{box-sizing:border-box;list-style:none;margin:0;padding:0 5px;width:100%}.select2-container--default .select2-selection--multiple .select2-selection__rendered li{list-style:none;margin:5px 5px 0 0}.select2-container--default .select2-selection--multiple .select2-selection__rendered li:before{content:"";display:none}.select2-container--default .select2-selection--multiple .select2-selection__placeholder{color:#999;margin-top:5px;float:left}.select2-container--default .select2-selection--multiple .select2-selection__clear{cursor:pointer;float:right;font-weight:700;margin-top:5px;margin-right:10px}.select2-container--default .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{color:#999;cursor:pointer;display:inline-block;font-weight:700;margin-right:2px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover{color:#333}.select2-container--default[dir=rtl] .select2-selection--multiple .select2-search--inline,.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice,.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__placeholder{float:right}.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--default.select2-container--focus .select2-selection--multiple{border:solid #000 1px;outline:0}.select2-container--default.select2-container--disabled .select2-selection--multiple{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection__choice__remove{display:none}.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple,.select2-container--default.select2-container--open.select2-container--above .select2-selection--single{border-top-left-radius:0;border-top-right-radius:0}.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple,.select2-container--default.select2-container--open.select2-container--below .select2-selection--single{border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--default .select2-search--dropdown .select2-search__field{border:1px solid #aaa}.select2-container--default .select2-search--inline .select2-search__field{background:0 0;border:none;outline:0;box-shadow:none;-webkit-appearance:textfield}.select2-container--default .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--default .select2-results__option[role=group]{padding:0}.select2-container--default .select2-results__option[aria-disabled=true]{color:#999}.select2-container--default .select2-results__option[aria-selected=true],.select2-container--default .select2-results__option[data-selected=true]{background-color:#ddd}.select2-container--default .select2-results__option .select2-results__option{padding-left:1em}.select2-container--default .select2-results__option .select2-results__option .select2-results__group{padding-left:0}.select2-container--default .select2-results__option .select2-results__option .select2-results__option{margin-left:-1em;padding-left:2em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-2em;padding-left:3em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-3em;padding-left:4em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-4em;padding-left:5em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-5em;padding-left:6em}.select2-container--default .select2-results__option--highlighted[aria-selected],.select2-container--default .select2-results__option--highlighted[data-selected]{background-color:#0073aa;color:#fff}.select2-container--default .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic .select2-selection--single{background-color:#f7f7f7;border:1px solid #aaa;border-radius:4px;outline:0;background-image:linear-gradient(to bottom,#fff 50%,#eee 100%);background-repeat:repeat-x}.select2-container--classic .select2-selection--single:focus{border:1px solid #0073aa}.select2-container--classic .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--classic .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:700;margin-right:10px}.select2-container--classic .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--classic .select2-selection--single .select2-selection__arrow{background-color:#ddd;border:none;border-left:1px solid #aaa;border-top-right-radius:4px;border-bottom-right-radius:4px;height:26px;position:absolute;top:1px;right:1px;width:20px;background-image:linear-gradient(to bottom,#eee 50%,#ccc 100%);background-repeat:repeat-x}.select2-container--classic .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear{float:left}.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow{border:none;border-right:1px solid #aaa;border-radius:0;border-top-left-radius:4px;border-bottom-left-radius:4px;left:1px;right:auto}.select2-container--classic.select2-container--open .select2-selection--single{border:1px solid #0073aa}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow{background:0 0;border:none}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single{border-top:none;border-top-left-radius:0;border-top-right-radius:0;background-image:linear-gradient(to bottom,#fff 0,#eee 50%);background-repeat:repeat-x}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0;background-image:linear-gradient(to bottom,#eee 50%,#fff 100%);background-repeat:repeat-x}.select2-container--classic .select2-selection--multiple{background-color:#fff;border:1px solid #aaa;border-radius:4px;cursor:text;outline:0}.select2-container--classic .select2-selection--multiple:focus{border:1px solid #0073aa}.select2-container--classic .select2-selection--multiple .select2-selection__rendered{list-style:none;margin:0;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__clear{display:none}.select2-container--classic .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove{color:#888;cursor:pointer;display:inline-block;font-weight:700;margin-right:2px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover{color:#555}.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice{float:right}.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--classic.select2-container--open .select2-selection--multiple{border:1px solid #0073aa}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--classic .select2-search--dropdown .select2-search__field{border:1px solid #aaa;outline:0}.select2-container--classic .select2-search--inline .select2-search__field{outline:0;box-shadow:none}.select2-container--classic .select2-dropdown{background-color:#fff;border:1px solid transparent}.select2-container--classic .select2-dropdown--above{border-bottom:none}.select2-container--classic .select2-dropdown--below{border-top:none}.select2-container--classic .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--classic .select2-results__option[role=group]{padding:0}.select2-container--classic .select2-results__option[aria-disabled=true]{color:grey}.select2-container--classic .select2-results__option--highlighted[aria-selected],.select2-container--classic .select2-results__option--highlighted[data-selected]{background-color:#3875d7;color:#fff}.select2-container--classic .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic.select2-container--open .select2-dropdown{border-color:#0073aa}