@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}:root {
--prime: #333333;
--light: #EFEFEF;
--light-purple: #E8CCFE;
}
body {
background-color: var(--prime);
height: auto;
} .header-search,
.burger-menu,
.hide_temp,
#slick-slide-control00 {
display: none;
}
p.rsvp{
display:none;
}
.custom-container {
max-width: 2500px;
margin: 0 auto;
width: 100%;
} a,
a:hover {
text-decoration: none;
}
p>a {
text-decoration: underline;
text-decoration-thickness: 1px;
text-underline-offset: 5px;
}
p>a:hover {
text-decoration: underline;
text-decoration-thickness: 1px;
color: #999999;
text-underline-offset: 5px;
text-decoration-color: #999999;
}
img {
max-width: 100%;
width: 100%;
height: auto;
}
section.section--primary {
padding-top: 60px;
padding-bottom: 60px;
}
section.section--primary:first-of-type {
padding-top: 120px;
}
.noBottomSpacing {
padding-bottom: 30px !important;
}
.layout_link {
display: flex;
gap: 15px;
align-items: center;
}
.layout_link:hover {
text-decoration: underline;
text-decoration-thickness: 1px;
text-underline-offset: 8px;
}
.layout_link::before {
content: '';
background-image: url(//moongallery.eu/wp-content/themes/MOON/img/svg/download_icon.svg);
width: 20px;
height: 20px;
display: block;
background-position: center;
background-size: contain;
background-repeat: no-repeat;
}
.download_link_wrapper {
margin: 0 auto;
border: 1px solid var(--prime);
padding: 30px;
width: fit-content;
}
.section--secondary {
padding-top: 60px;
padding-bottom: 0px;
}
.section-nopadding {}
.section--halfdarkmode {
background: linear-gradient(to bottom,
#EFEFEF 0%,
#EFEFEF 50%,
#333333 50%,
#333333 100%);
}
.section--halflightmode {
background: linear-gradient(to bottom,
#333333 0%,
#333333 100px,
#EFEFEF 100px,
#EFEFEF 100%);
}
.background--lightmode {
background-color: var(--light);
}
.background--purplemode {
background-color: var(--light-purple);
}
.background--darkmode {
background-color: var(--prime);
}
h1 {
font-size: 2.4rem;
color: var(--light);
font-family: canada-type-gibson, sans-serif;
font-weight: 400;
line-height: 1.1;
}
h2 {
font-size: 2.1rem; color: var(--prime);
margin-bottom: 12px;
font-family: canada-type-gibson, sans-serif;
font-weight: 400;
}
h3 {
font-size: 48px;
}
h4 {
font-size: 16px;
}
.flx_layout h5 {
font-size: 1.1rem;
font-weight: 500;
color: var(--prime);
}
p,
label,
a,
ul>li,
.blog-layout-inner-item-bottom-text {
font-size: 16px;
margin-bottom: 15px;
color: var(--prime);
font-family: canada-type-gibson, sans-serif;
font-weight: 200;
line-height: 1.3 !important;
}
p>span {
font-size: 16px;
margin-bottom: 15px;
color: var(--bs-body-color);
font-family: canada-type-gibson, sans-serif;
font-weight: 300;
line-height: 1.2 !important;
}
span {
font-size: 13px;
}
.main_btn {
font-size: 1rem;
display: inline-block;
text-align: center;
text-transform: uppercase;
border-radius: 50px;
font-family: canada-type-gibson, sans-serif;
font-weight: 300;
padding: 10px 20px;
line-height: 1 !important;
}
.main_btn-large {
min-width: 215px;
}
.main_btn-small {
min-width: 160px;
}
.main_btn--primary,
.main_btn--primary:hover {
background-color: var(--light-purple);
color: var(--prime);
}
.main_btn-large.main_btn--secondary,
.main_btn-large.main_btn--secondary:hover {
background-color: var(--prime);
border: 1px solid var(--light);
color: var(--light);
}
.main_btn-small.main_btn--secondary,
.main_btn-small.main_btn--secondary:hover {
background-color: var(--prime);
color: var(--light);
}
.link,
.link:hover {
color: #999999;
;
display: block;
font-size: 0.9rem;
text-decoration-line: underline !important;
text-decoration-thickness: 1px !important;
text-decoration-color: #999999;
font-weight: 400;
}
.nf-form-fields-required {
display: none;
}
.wpcf7-form {
font-family: canada-type-gibson, sans-serif !important;
font-weight: 400;
font-size: 1rem;
}
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
border: none;
color: #a30000 !important;
padding: 0;
}
.wpcf7 form.sent .wpcf7-response-output {
border-color: transparent !important;
padding: 0;
margin-inline: 0;
color: green;
font-family: canada-type-gibson, sans-serif !important;
}
.form-block label {
font-family: canada-type-gibson, sans-serif !important;
font-weight: 400 !important;
font-size: 1rem !important;
line-height: 1.2 !important;
}
.form-block.background--darkmode .ninja-forms-req-symbol {
color: white !important;
}
.form-block input,
.form-block select,
.form-block textarea {
font-family: canada-type-gibson, sans-serif !important;
font-weight: 200 !important;
font-size: 1rem;
line-height: 100%;
padding: 12px;
border: 0 !important;
border: 1px solid #aaa !important;
}
.form-block input,
.form-block select {
height: 41px !important;
}
.form-block input.wpcf7-not-valid,
.form-block select.wpcf7-not-valid,
.form-block textarea.wpcf7-not-valid {
border: 1px solid #a30000 !important;
}
#mc_embed_signup #mc-embedded-subscribe-form input.mce_inline_error {
border: 1px solid #a30000 !important;
}
.wpcf7-not-valid-tip {
color: #232634 !important;
font-size: 0.9rem;
}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
border: 0 !important;
color: #232634 !important;
font-size: 0.9rem;
padding: 0;
}
.form-block.background--darkmode input[type="file"] {
color: #000;
}
input[type="file"] {
border: 0;
padding: 10px;
margin: 8px 0;
width: 100%;
display: block;
background-color: #fff;
}
input[type="file"]::file-selector-button {
display: none;
}
.select2-container--default .select2-selection--single {
border-radius: 0 !important;
}
.form-block .select2-container .select2-selection--single {
height: 100%;
}
.form-block .select2-container .select2-selection--single .select2-selection__rendered {
padding: 12px;
height: 41.6px;
}
.form-block .select2-selection__rendered {
font-size: 16px !important;
font-weight: 100;
}
.select-inp-open .select2-results__option {
font-size: 1rem;
font-weight: 200 !important;
font-family: canada-type-gibson, sans-serif !important;
}
.select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-container--default .select2-results__option--highlighted[data-selected] {
background-color: var(--prime);
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
line-height: normal;
}
.select2-container--default .select2-results__option {
padding: 0 12px;
margin: 3px 0;
}
.form-block .select2.select2-container.select2-container--default {
margin-top: -8px;
margin-bottom: 30px;
}
.form-block p {
margin-bottom: 8px !important;
}
.form-block .select2-container--default .select2-selection--single .select2-selection__arrow {
top: 9px;
right: 6px;
}
.input-file {
position: relative;
display: inline-block;
}
.input-file-text {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
margin-top: 8px;
padding: 0 10px;
line-height: 40px;
text-align: left;
height: 40px;
display: block;
color: #000;
font-size: 16px;
font-weight: 100;
float: left;
box-sizing: border-box;
width: 100%;
background-color: #fff;
}
.input-file-btn {
position: relative;
display: inline-block;
cursor: pointer;
outline: none;
text-decoration: none;
font-size: 14px;
vertical-align: middle;
color: rgb(255 255 255);
text-align: center;
border-radius: 0 4px 4px 0;
background-color: #419152;
line-height: 22px;
height: 40px;
padding: 10px 20px;
box-sizing: border-box;
border: none;
margin: 0;
transition: background-color 0.2s;
}
.input-file input[type=file] {
position: absolute;
z-index: -1;
opacity: 0;
display: block;
width: 0;
height: 0;
}
.input-file input[type=file]:focus+.input-file-btn {
box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, .25);
}
.input-file:hover .input-file-btn {
background-color: #59be6e;
}
.input-file:active .input-file-btn {
background-color: #2E703A;
}
.input-file input[type=file]:disabled+.input-file-btn {
background-color: #eee;
} header {
width: 100%;
height: auto;
background-color: var(--prime);
-webkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, .25);
-moz-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, .25);
box-shadow: 0 4px 10px 0 rgba(0, 0, 0, .25);
transition: transform 1s;
position: fixed;
top: 0;
left: 0;
z-index: 999;
}
header.sticky {
transform: translateY(-105%);
box-shadow: none;
}
.flx_header {
padding: 20px 0;
}
.flx_header .header {
gap: 98px;
}
.flx_header .header .header-brand img {
max-height: 40px;
width: 100%;
}
.flx_header .header-nav {
gap: 20px;
}
.flx_header .header-nav .main_btn {
margin-bottom: 0;
display: none;
}
.flx_header .header-search {
background-image: url(//moongallery.eu/wp-content/themes/MOON/img/svg/header-search.svg);
background-position: center;
background-size: contain;
background-repeat: no-repeat;
width: 29px;
height: 29px;
background-color: inherit;
}
.flx_header .header-search:hover {
transform: none;
}
.flx_header .burger-menu {
background-image: url(//moongallery.eu/wp-content/themes/MOON/img/svg/burger-menu.svg);
background-position: center;
background-size: contain;
background-repeat: no-repeat;
width: 38px;
height: 28px;
background-color: inherit;
cursor: pointer;
}
.flx_header .header-close-btn span {
font-size: 1.5rem;
cursor: pointer;
position: relative;
background-color: inherit;
display: inline-block;
padding-right: 48px;
font-weight: 400;
}
.flx_header .header-close-btn span::after {
content: '';
position: absolute;
right: 0;
top: 50%;
transform: translateY(-50%);
background-image: url(//moongallery.eu/wp-content/themes/MOON/img/svg/burger-close.svg);
background-position: center;
background-size: contain;
background-repeat: no-repeat;
width: 38px;
height: 28px;
}
.flx_header #menu-overlay {
position: fixed;
top: 0;
right: -100%;
overflow-y: auto;
width: 100%;
height: 100%;
color: white;
transition: right 0.3s ease;
z-index: 999;
}
.flx_header .list-unstyled {
display: flex;
flex-direction: column;
margin-top: 5px;
gap: 30px;
>li {
>a {
color: var(--light);
text-transform: uppercase;
font-size: 32px;
}
}
}
.flx_header .overlay-content {
padding: 20px 0;
}
.flx_header .header-close-btn {
text-align: right;
}
.flx_header .sub-menu {
padding: 0;
margin-top: 1rem;
}
.flx_header .sub-menu li {
list-style-type: none;
}
.flx_header .sub-menu li a {
color: var(--light);
}
.flx_header .menu-item-has-children>a {
position: relative;
padding-right: 30px;
}
.flx_header .menu-item-has-children>a::after {
content: '';
position: absolute;
right: 0;
top: 50%;
transform: translateY(-50%);
background-image: url(//moongallery.eu/wp-content/themes/MOON/img/svg/sub-menu-plus.svg);
width: 16px;
height: 16px;
background-position: center;
background-repeat: no-repeat;
background-size: contain;
}
.flx_header .menu-item-has-children>a.open::after {
background-image: url(//moongallery.eu/wp-content/themes/MOON/img/svg/sub-menu-minus.svg);
}
.flx_image img {
width: 100%;
height: 100%;
object-fit: cover;
max-height: 500px;
} .flx_hero .btns {
margin-top: 40px;
display: flex;
gap: 10px;
flex-wrap: wrap;
}
.flx_hero .row {
margin-bottom: 5px;
}
.flx_hero .custom-container {
position: relative;
overflow: hidden;
height: 100vh;
}
.flx_hero .hero-top {
padding: 120px 0 40px 0;
background-color: var(--prime);
}
.flx_hero .parallax-image {
background-size: cover;
background-position: center; background-repeat: no-repeat;
width: 100%;
top: 0;
left: 0;
height: 100vh;
position: fixed;
z-index: -1;
}
.blog-hero .custom-container {
height: auto;
}
.blog-hero-img {
background-size: cover;
background-position: center;
background-repeat: no-repeat;
width: 100%;
aspect-ratio: 9/16;
}
.blog-hero-category {
font-size: 24px;
color: var(--light-purple);
text-transform: uppercase;
padding-left: 29px;
position: relative;
font-weight: 300;
margin-bottom: 10px;
display: inline-block;
}
.blog-hero-category::before {
content: '';
width: 14px;
height: 14px;
background-color: var(--light-purple);
border-radius: 50%;
position: absolute;
top: 9.5px;
left: 0;
}
.blog-hero-keywords-wrappper {
display: flex;
flex-wrap: wrap;
gap: 25px;
margin-top: 70px;
}
.blog-hero-keywords {
display: inline-block;
font-size: 18px;
color: var(--light-purple);
border: 1px solid var(--light-purple);
border-radius: 50px;
background-color: var(--prime);
padding: 5px 25px;
}
.blog-hero-bottom-info {
display: flex;
padding-top: 79px;
flex-wrap: wrap;
gap: 65px;
padding-bottom: 67px;
color: var(--light);
border-bottom: 1px solid var(--prime);
}
.blog-hero-bottom-info-item span {
display: inline-block;
font-size: 24px;
color: var(--prime);
font-weight: 300;
}
.blog-hero-bottom {
background-color: var(--light);
}
.blog-hero-bottom-info-item {
display: flex;
flex-direction: column;
gap: 15px;
}
@media (min-width: 2500px) and (max-width: 3000px) {
.flx_hero .parallax-image {
background-size: 85%;
background-position: top;
}
}
@media (min-width: 3000px) and (max-width: 4000px) {
.flx_hero .parallax-image {
background-size: 79%;
background-position: top;
}
}
@media (min-width: 4000px) and (max-width: 5000px) {
.flx_hero .parallax-image {
background-size: 55%;
background-position: top;
}
}
@media (min-width:5000px) {
.flx_hero .parallax-image {
background-size: 40%;
background-position: top;
}
}
.flx_layout .main_btn {
margin-top: 46px;
}
.flx_layout.withbtn img {
height: 100%;
object-fit: cover;
}
.flx_layout.withoutbtn img {
aspect-ratio: 7/4;
object-fit: cover;
}
.flx_layout.withoutbtn {
margin-bottom: -1px;
}
.flx_layout .asset {
margin-top: 60px;
display: flex;
flex-direction: column;
align-items: end;
order: 2;
}
.flx_layout .asset span {
margin-top: 4px;
}
.flx_layout .sticky-header {
position: sticky;
top: 6rem;
}
.flx_gallery .gal_top h2,
.flx_gallery .gal_top p {
color: var(--light);
}
.flx_gallery.events h2,
.flx_gallery.events p {
color: var(--prime);
}
.img-anbi img {
max-width: 300px;
}
.flx_gallery.events .image {
img {
aspect-ratio: 1/1;
object-fit: cover;
}
}
.background--darkmode .flx_layout p,
.background--darkmode .flx_layout h2 {
color: var(--light);
}
.background--darkmode .flx_layout .main_btn {
background: var(--light-purple);
color: var(--prime);
}
.flx_layout img.image-70 {
width: 80%;
margin: auto;
}
.flx_gallery.events .event-content .text p,
.flx_gallery.events .event-content .text span,
.flx_gallery.events .event-content .text ul,
.flx_gallery.events .event-content .text li,
.flx_gallery.events .event-content .text div,
.flx_gallery.events .event-content .text h1,
.flx_gallery.events .event-content .text h2,
.flx_gallery.events .event-content .text h3,
.flx_gallery.events .event-content .text h4,
.flx_gallery.events .event-content .text h5,
.flx_gallery.events .event-content .text h6,
.flx_gallery.events .event-content .text iframe {
display: none !important;
}
.flx_gallery.events .event-content .text p br {
display: none;
}
.flx_gallery.events .event-content .text p:first-of-type {
display: block !important;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.flx_gallery.events .event-content .text p {
-webkit-line-clamp: 1;
display: -webkit-box;
-webkit-box-orient: vertical;
overflow: hidden;
}
.flx_gallery.events .event-content .text b {
font-weight: 200;
}
.flx_gallery.events .event-content .text strong {
font-weight: 200;
}
.flx_gallery.events .date {
display: none;
}
.flx_aritists_list-container .date {
display: block !important;
}
.flx_gallery.events .event_wrap {
margin-top: 60px;
}
.flx_gallery.events .event-block {
position: relative;
}
.flx_gallery.events .event-block::before {
content: "";
position: absolute;
top: 0px;
left: 15px;
right: 15px;
height: 1px;
background-color: var(--prime);
} .flx_events_lists .event-content .text p {
display: block;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
margin-bottom: 0;
width: 100%;
}
.flx_events_lists .event-content h5 {
margin-bottom: 0;
}
.flx_events_lists .event-content .text {
width: 100%;
}
.flx_gallery .btn {
text-align: start;
}
.flx_gallery .events {
margin-top: 60px;
gap: 1.5rem;
}
.flx_gallery .events h4 {
margin-bottom: 0;
}
.flx_gallery .events img {
margin-bottom: 9px;
}
.flx_gallery .events .mainblock {
padding: 15px;
display: flex;
position: relative;
justify-content: space-between;
flex-direction: column;
}
.flx_gallery .events .mainblock img {
aspect-ratio: 2/1;
object-fit: cover;
height: 100%;
}
.flx_gallery .events .closed {
position: absolute;
font-size: 16px;
font-weight: 400;
right: 0px;
top: 0px;
text-transform: uppercase;
padding: 7px 15px;
}
.flx_gallery .events .block {
padding: 8px;
text-align: center;
position: relative;
}
.flx_gallery .events .block img {
aspect-ratio: 16/12;
object-fit: cover;
max-height: 314px;
}
.flx_gallery .events .block h4 {
font-size: 13px;
}
.flx_gallery .images {
row-gap: 72px;
}
.flx_gallery .images .image img {
aspect-ratio: 1/1.5;
width: 100%;
object-fit: cover;
filter: grayscale(100%);
}
.flx_gallery .main-block {
padding: 15px;
}
.flx_gallery .main-block-col {
position: sticky;
top: 0.5rem;
}
.flx_gallery .main-block h4 {
margin-bottom: 0;
}
.flx_gallery .main-block .main-img {
aspect-ratio: 1/1.3;
width: 100%;
object-fit: cover;
margin-bottom: 20px;
}
.flx_gallery .persons {
display: none;
margin-top: 60px;
}
.flx_gallery .gallery-persons-slider .gallery-persons-slider__item {
margin: 0;
}
.gallery-texts-inner {
display: flex;
align-items: center;
justify-content: space-between;
}
.flx_gallery .gallery-persons-slider .gallery-persons-slider__item .img-block {
padding: 15px;
>img {
aspect-ratio: 2/2.7;
width: 100%;
object-fit: cover;
margin-bottom: 10px;
}
>h4 {
margin-bottom: 0;
}
}
.flx_gallery .gallery-persons-slider .slick-dots li {
list-style: none;
width: 9px;
height: 9px;
}
.flx_gallery .gallery-persons-slider .slick-dots button {
color: var(--prime);
}
.flx_gallery .gallery-persons-slider .slick-dots button::before {
font-size: 9px;
}
.flx_gallery.people h2,
.flx_gallery.people p {
color: var(--prime);
}
.event_container {
flex-shrink: 0;
display: flex;
justify-content: space-around;
gap: var(--gap);
animation: ticker 25s linear infinite;
animation-play-state: running;
}
.events:hover .event_container {
animation-play-state: paused;
}
.event_item {
display: flex;
align-items: center;
border-radius: 55px;
overflow: hidden;
padding-right: 17px;
}
.event_item_asset {
width: 49px;
height: 46px;
padding: 5px;
border-radius: 50%;
overflow: hidden;
>img {
width: 100%;
height: 100%;
border-radius: 50%;
}
}
.events {
--gap: 18px;
position: relative;
display: flex;
overflow: hidden;
user-select: none;
gap: var(--gap);
}
.event_item_content {
text-align: end;
margin-left: 6px;
>h4 {
font-size: 13px;
margin-bottom: 0;
}
>a {
color: var(--prime);
font-size: 11px;
position: relative;
padding-right: 21px;
}
}
.event_item_content a::after {
content: '';
background: url(//moongallery.eu/wp-content/themes/MOON/img/events-arrow.png);
background-size: 100%;
background-position: center;
background-repeat: no-repeat;
width: 15px;
height: 15px;
display: inline-block;
position: absolute;
top: 50%;
transform: translateY(-50%);
right: 0;
}
@keyframes ticker {
from {
transform: translateX(0);
}
to {
transform: translateX(calc(-100% - var(--gap)));
}
}
.flx_featured_projects-item,
.flx_featured_projects-title {
margin-bottom: 60px;
}
.flx_featured_projects-item:last-child {
margin-bottom: 0;
}
.flx_team .text,
.flx_featured_projects .text {
margin-bottom: 30px;
}
.flx_team .author-text p { }
.flx_team .container .team-info,
.flx_featured_projects .container .team-info {
position: relative;
margin-top: 90px;
row-gap: 20px;
}
.flx_team .team-info:before,
.flx_featured_projects .team-info:before {
content: "";
position: absolute;
top: -60px;
left: 15px;
right: 15px;
height: 1px;
background-color: var(--prime);
}
.flx_team .team-info img {
aspect-ratio: 1.145/1;
margin-bottom: 20px;
}
.flx_team .team-info img,
.flx_featured_projects .team-info img {
object-fit: cover;
}
.flx_featured_projects .team-info img {
aspect-ratio: 4/2;
}
.flx_featured_projects .author-text {
margin-top: 20px;
}
.board_portrait {
aspect-ratio: 5 / 6;
object-fit: cover;
margin-bottom: 20px;
}
.flx_alumniblock h2,
.flx_alumniblock h4,
.flx_alumniblock p,
.flx_alumniblock a,
.flx_alumniblock a:hover {
color: var(--light);
}
.flx_alumniblock a,
.flx_alumniblock a:hover {
text-decoration-color: var(--light);
}
.flx_alumniblock p,
.flx_alumniblock h4 {
margin-bottom: 0;
}
.flx_alumniblock h2 {
margin-bottom: 60px;
}
.flx_alumniblock .alumni-col p { }
.flx_alumniblock .alumnis {
margin-bottom: 30px;
row-gap: 15px;
}
.flx_alumniblock .alumni-col {
position: relative;
padding-top: 15px;
}
.flx_alumniblock .alumni-col::before {
content: "";
position: absolute;
top: 0;
left: 15px;
right: 15px;
height: 1px;
background-color: var(--light);
}
.flx_alumniblock .alumni-col::last-child {
color: red;
}
.flx_alumniblock .alumni-col:last-child::after {
content: "";
position: absolute;
top: 0;
left: 15px;
right: 15px;
height: 1px;
background-color: var(--light);
}
.flx_accordion .accordion .card {
background-color: inherit;
border: 0;
border-radius: 0;
border-top: 1px solid var(--light-purple);
}
.flx_accordion .accordion .card .card-header h2 .btn {
font-size: 36px;
color: var(--light-purple);
text-decoration: none;
transform: none;
padding-inline: 0;
text-align: start;
white-space: normal;
text-transform: uppercase;
padding-right: 25px;
width: 100%;
}
.flx_accordion .accordion .card .card-header h2 {
position: relative;
}
.flx_accordion .accordion .card .card-header h2 button::after {
content: '';
background-image: url(//moongallery.eu/wp-content/themes/MOON/img/svg/accordion-plus.svg);
background-position: center;
background-repeat: no-repeat;
background-size: contain;
width: 20px;
height: 20px;
position: absolute;
right: 0;
top: 50%;
transform: translateY(-50%);
}
.flx_accordion .accordion .card .card-header h2 button[aria-expanded="true"]::after {
background-image: url(//moongallery.eu/wp-content/themes/MOON/img/svg/accordion_minus.svg);
}
.flx_accordion .accordion .card .card-header {
background-color: inherit;
padding-inline: 0;
border: 0;
}
.flx_accordion .accordion .card:last-child {
border-bottom: 1px solid var(--light-purple);
}
.flx_accordion .alumni-item p {
color: var(--light-purple);
}
.cards-without_image {
grid-template-columns: 100% !important;
}
.flx_accordion .accordion .card .card-body {
display: grid;
grid-template-columns: 100%;
align-items: center;
padding-inline: 0;
}
.flx_accordion .accordion .card .card-body ul li {
color: var(--light-purple);
}
.flx_accordion .accordion .card .card-body img {
aspect-ratio: 1/1;
object-fit: contain;
}
.flx_accordion .accordion .card .card-body p {
color: var(--light-purple);
}
.flx_infoblock h2 {
margin-bottom: 30px;
}
.flx_infoblock .flx_infoblock_item {
border-radius: 15px;
padding: 30px 20px;
}
.flx_infoblock_item.background--purplemode .btn {
display: flex;
justify-content: start;
}
.flx_infoblock .flx_infoblock_item .infoblock-slider .slick-track {
margin-bottom: 41px;
}
.flx_infoblock .infoblock-slider .infoblock-slider__item {
margin: 0;
}
.flx_infoblock .infoblock-slider .slick-track .slick-slide .img-block {
width: 100%;
}
.flx_infoblock .infoblock-slider .slick-track .slick-slide .img-block small {
position: absolute;
left: 55px;
}
.flx_infoblock .infoblock-slider .slick-track .slick-slide .img-block img {
aspect-ratio: 1/1;
object-fit: cover;
}
.flx_infoblock .infoblock-slider .slick-dots {
text-align: center;
}
.flx_infoblock .infoblock-slider .slick-dots li {
list-style: none;
width: 9px;
height: 9px;
}
.flx_infoblock .infoblock-slider .slick-dots button {
color: var(--prime);
}
.flx_infoblock .infoblock-slider .slick-dots button::before {
font-size: 9px;
}
.flx_infoblock .position-col {
display: flex;
flex-direction: column;
justify-content: space-between;
}
.flx_infoblock.partners .main_btn {
align-self: center;
}
.flx_infoblock.partners-without-image .icons {
grid-template-columns: repeat(4, 1fr);
}
.flx_infoblock.partners .position-col img {
aspect-ratio: 1/1;
object-fit: cover;
width: 100%;
margin-bottom: 30px;
}
.flx_infoblock .flx_infoblock_item .text {
margin-top: 30px;
margin-bottom: 12px;
}
.flx_infoblock .infoblock_wrap {
row-gap: 30px;
}
.flx_infoblock .infoblock_wrap .links {
display: flex;
flex-direction: column;
gap: 5px;
margin-top: 30px;
}
.artist-infoblock-title {
color: white;
}
.flx_infoblock .infoblock_wrap .links a {
font-size: 13px;
color: var(--prime);
font-weight: 400;
position: relative;
padding-left: 23px;
}
.flx_infoblock .infoblock_wrap .links a::before {
content: '';
background-image: url(//moongallery.eu/wp-content/themes/MOON/img/svg/infoblock-arrow.svg);
background-position: center;
background-repeat: no-repeat;
background-size: cover;
position: absolute;
width: 11px;
height: 9px;
left: 0;
top: 5px;
}
.flx_infoblock .infoblock_wrap .links a p {
font-size: 13px;
}
.flx_infoblock .icons {
row-gap: 30px;
column-gap: 20px;
display: grid;
grid-template-columns: repeat(3, 1fr);
align-items: center;
justify-items: center;
filter: grayscale(1);
}
.flx_infoblock .icons img {
width: 100%;
height: 50px;
object-fit: contain;
}
.flx_formblock .form_content {
order: 1;
}
.flx_formblock.lightmode .target-column h2,
.flx_formblock.lightmode .target-column p {
color: var(--light);
}
.flx_formblock.darkmode .target-column h2,
.flx_formblock.darkmode .target-column p {
color: var(--prime);
}
.flx_formblock .target-column {
padding-top: 40px;
}
.responsive-bg {
position: absolute;
bottom: 0;
left: 0;
height: 50%;
right: 0;
z-index: 0;
}
.flx_formblock .form-block {
padding: 30px 20px 30px 20px;
border: 1px solid var(--prime);
}
.flx_formblock .form-items {
display: flex;
gap: 20px;
}
.flx_formblock .form-item {
flex: 1;
display: flex;
flex-direction: column;
}
.flx_formblock .form-item>p {
margin-bottom: 20px;
}
.flx_formblock .form-item>p>label {
margin-bottom: 12px;
}
.flx_formblock .formblock-content {
row-gap: 60px;
}
.lightmode .formblock-content .note {
padding-top: 20px;
}
.flx_formblock .wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.form-inp {
width: 100%;
padding: 10px;
margin: 0;
border: 1px solid var(--prime);
box-sizing: border-box;
}
.flx_formblock textarea {
width: 100%;
resize: none;
height: 89px;
margin-top: 8px;
}
.flx_formblock input[type="submit"] {
font-size: 1rem;
display: inline-block;
text-align: center;
text-transform: uppercase;
border-radius: 50px;
font-family: canada-type-gibson, sans-serif;
font-weight: 300 !important;
padding: 10px 20px;
line-height: 1 !important;
background-color: var(--prime);
color: var(--light);
min-width: 140px;
border: none !important;
}
.flx_formblock input[type="submit"]:hover {
background-color: #000000;
}
.flx_formblock input[type="submit"]:hover {
transform: none;
}
.flx_formblock.darkmode .form-block {
border: 1px solid var(--light);
}
.flx_formblock.darkmode .form-block label {
color: var(--light);
}
.flx_formblock.darkmode input[type="submit"] {
background-color: var(--light-purple);
color: var(--prime);
min-width: 254px;
margin: auto;
float: none;
display: block;
}
.flx_formblock.darkmode h2,
.flx_formblock.darkmode p {
color: var(--light);
}
.flx_footer .footer-top {
padding: 26px 0;
position: relative;
}
.footer-top .links {
margin-bottom: 1.5rem;
}
.flx_footer .footer-top::before,
.flx_footer .footer-top::after {
content: "";
position: absolute;
left: 15px;
right: 15px;
height: 1px;
background-color: var(--prime);
}
.flx_footer .footer-top::before {
top: 0;
}
.flx_footer .footer-top::after {
bottom: 0;
}
.flx_footer.darkmode input {
color: white;
}
.flx_footer.darkmode .footer-top::before,
.flx_footer.darkmode .footer-top::after {
background-color: var(--light);
}
.flx_footer .links ul {
margin: 0;
padding: 0;
display: grid;
grid-template-columns: none;
gap: 19px;
margin-bottom: 19px;
}
.flx_footer .links ul>li {
list-style: none;
margin-bottom: 0;
}
.flx_footer .links ul>li>a {
color: var(--prime);
}
.flx_footer .links ul>li>a:hover {
text-decoration: underline;
text-decoration-thickness: 1px;
text-decoration-color: var(--prime);
}
.flx_footer #mc_embed_signup {
margin-top: 49px;
cursor: auto;
}
.flx_footer #mc_embed_signup .mc-field-item {
display: flex;
flex-direction: column;
align-items: stretch;
width: 100%;
min-height: 42px;
gap: 20px;
}
.flx_footer #mc_embed_signup .mc-field-group input {
border: 1px solid var(--prime);
padding: 10px;
border-radius: 0;
outline: none;
margin: 0;
background-color: transparent;
font-family: canada-type-gibson, sans-serif;
font-weight: 200;
font-size: 1rem;
}
.flx_footer #mc_embed_signup .mc-field-group input[type="submit"] {
border: 1px solid var(--prime);
padding: 7px 25px;
height: 100%;
border-radius: 50px;
cursor: pointer;
background-color: var(--prime);
color: var(--light);
text-transform: uppercase;
font-family: canada-type-gibson, sans-serif;
font-weight: 300;
font-size: 1.1rem;
line-height: 100%;
width: fit-content;
}
.flx_footer #mc_embed_signup {
padding: 0;
}
.flx_footer #mc_embed_signup>form {
padding: 0;
}
#mc_embed_signup div#mce-responses {
margin: 0 !important;
padding: 0 !important;
}
#mc_embed_signup div.response {
padding: 0 !important;
width: 100% !important;
}
#mc_embed_signup #mce-success-response,
#mc_embed_signup #mce-error-response {
color: #686868 !important;
font-family: canada-type-gibson, sans-serif;
font-weight: 400;
font-size: 1.1rem;
letter-spacing: normal;
}
#mc_embed_signup #mc-embedded-subscribe-form div.mce_inline_error {
position: absolute;
top: 95%;
font-size: 1rem !important;
font-family: canada-type-gibson, sans-serif;
font-weight: 300 !important;
letter-spacing: normal;
color: #a30000 !important;
background: #efefef !important;
padding: 0 !important;
width: 100%;
}
.flx_footer #mc_embed_signup .checkbox {
cursor: pointer;
padding-left: 0 !important;
position: relative;
display: grid;
grid-template-columns: 20px 1fr;
grid-template-areas: "checkbox body";
gap: 13px;
font-family: inherit, sans-serif;
font-size: inherit;
font-weight: normal;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
margin: 0;
padding: 0;
}
.flx_footer #mc_embed_signup .checkbox p {
grid-area: body;
margin-block: 0px;
font-size: 1rem;
margin-bottom: 0;
letter-spacing: normal;
}
.flx_footer #mc_embed_signup .checkbox input[type="checkbox"] {
grid-area: checkbox;
cursor: pointer;
position: absolute;
height: 0;
width: 0;
opacity: 0;
}
.flx_footer #mc_embed_signup .checkbox input[type="checkbox"]:checked+.checkmark {
background-color: white;
border: 1px solid rgba(0, 0, 0, 0.25);
}
.flx_footer #mc_embed_signup .checkbox input[type="checkbox"]:checked+.checkmark::after {
display: block;
}
.flx_footer #mc_embed_signup .checkbox .checkmark {
grid-area: checkbox;
position: relative;
background-color: transparent;
border: 1px solid var(--prime);
border-radius: 0px;
height: 15px;
width: 15px;
margin-top: 2px;
}
.flx_footer #mc_embed_signup .checkbox .checkmark::after {
content: "";
position: absolute;
display: none;
left: 4px;
top: 1px;
width: 5px;
height: 9px;
border: solid black;
border-width: 0 2px 2px 0;
transform: rotate(45deg);
}
.flx_footer .footer-bottom {
padding: 45px 0;
}
.footer-bottom .text-right {
display: flex;
justify-content: flex-start;
flex-direction: column;
list-style-type: none;
padding: 0;
}
.footer-bottom .text-right li:last-child {
padding-right: 0;
margin-right: 0;
border-right: none !important;
}
.flx_footer .footer-bottom a {
padding-right: 5px;
border-right: 2px solid var(--prime);
margin-right: 5px;
font-size: 1rem;
}
.flx_footer.darkmode .footer-bottom a {
border-color: var(--light);
}
.flx_footer .footer-bottom a:last-child {
border: none;
padding-right: 0;
margin-right: 0;
}
.flx_footer.darkmode .links a {
color: var(--light);
text-transform: capitalize;
}
.flx_footer.darkmode #mc_embed_signup .mc-field-group input {
border-color: var(--light-purple);
font-size: 13px;
}
.flx_footer.darkmode #mc_embed_signup .mc-field-group input[type="submit"] {
background-color: var(--light-purple);
color: var(--prime);
}
.flx_footer.darkmode #mc_embed_signup .checkbox .checkmark {
background-color: var(--light);
border-color: var(--light);
}
.flx_footer.darkmode #mc_embed_signup .checkbox p {
color: var(--light);
}
.flx_footer.darkmode .footer-bottom a {
color: var(--light);
} .flx_timeline .canvas { top: 0;
left: 0;
outline: none;
}
.flx_timeline li {
list-style-type: none;
}
.flx_timeline a {
text-decoration: none;
}
.flx_timeline.timeline__wrapper {
position: relative; z-index: 10;
width: 100%;
height: 100vh; }
.flx_timeline.timeline__wrapper .header h2 {
text-align: center;
color: white;
margin: 0;
}
.flx_timeline.timeline__wrapper .header {
padding-top: 3rem;
padding-bottom: 2rem;
}
.flx_timeline .timeline {
position: absolute;
height: 100px;
width: 90%;
right: 50%;
transform: translateX(50%);
bottom: 0;
}
.flx_timeline .events-wrapper {
position: relative;
height: 100%;
margin: 0 40px;
overflow: hidden;
}
.flx_timeline .events-wrapper::before {
content: '';
position: absolute;
background: #ffffff;
height: 3px;
left: 0;
right: 0;
top: 50%;
}
.flx_timeline ol {
display: flex;
justify-content: space-evenly;
position: relative;
padding: 0; }
.flx_timeline .events {
position: absolute;
z-index: 1;
left: 0; top: 49px;
height: 2px; transition: all 0.5s;
overflow: visible;
}
.flx_timeline .events a {
position: absolute;
bottom: -63px;
z-index: 2;
text-align: center;
font-size: 10px;
padding-bottom: 15px;
color: white;
min-width: 100px;
transform: translateX(-50%);
}
.flx_timeline .events a.selected::after{
background-color: var(--light-purple);
}
.flx_timeline .events a::after {
content: "";
position: absolute;
left: 45%;
right: auto;
top: -24px;
height: 12px;
width: 12px;
border-radius: 50%;
background-color: white;
transition: all 0.3s;
}
.flx_timeline a.selected::after {
width: 20px;
height: 20px;
top: -28px;
}
.flx_timeline .timeline-navigation a { position: absolute;
z-index: 1;
top: 50%;
bottom: auto;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
height: 34px;
width: 34px;
border-radius: 50%;
overflow: hidden;
color: transparent;
text-indent: 100%;
white-space: nowrap;
}
.flx_timeline .timeline-navigation a::after { content: url(//moongallery.eu/wp-content/themes/MOON/img/svg/right.svg);
position: absolute;
height: 16px;
width: 16px;
left: -27%;
top: 22%;
bottom: auto;
right: auto;
-webkit-transform: translateX(-50%) translateY(-50%);
-moz-transform: translateX(-50%) translateY(-50%);
-ms-transform: translateX(-50%) translateY(-50%);
-o-transform: translateX(-50%) translateY(-50%);
transform: translateX(-50%) translateY(-50%);
}
.flx_timeline .timeline-navigation a.prev {
left: 0;
-webkit-transform: translateY(-50%) rotate(180deg);
-moz-transform: translateY(-50%) rotate(180deg);
-ms-transform: translateY(-50%) rotate(180deg);
-o-transform: translateY(-50%) rotate(180deg);
transform: translateY(-50%) rotate(180deg);
}
.flx_timeline .timeline-navigation a.next {
right: 0;
}
.impressum-img {
max-width: 350px;
margin-top: auto;
}
.event__text {
color: white;
text-align: center;
font-weight: 400;
margin-bottom: 20px;
font-size: 16px;
}
.flx_artists_lists_header {
background-color: #E8CCFE;
}
.flx_artists_lists_wrap {
display: flex;
flex-direction: column;
gap: 2rem;
align-items: center;
justify-content: space-between;
padding: 30px 0;
}
.flx_aritists_list-container input[type="search"],
.flx_events_lists input[type="search"] {
border: none;
background: transparent;
margin: 0;
padding: 7px 8px;
font-size: 13px;
font-weight: 300;
color: inherit;
border: 1px solid transparent;
border-radius: inherit;
}
.flx_aritists_list-container input[type="search"]::placeholder,
.flx_events_lists input[type="search"]::placeholder {
color: #bbb;
}
.flx_aritists_list-container form.nosubmit,
.flx_events_lists form.nosubmit {
border: none;
padding: 0;
}
.flx_artists_lists_wrap form,
.flx_events_lists form {
width: 100%;
}
.flx_aritists_list-container input.nosubmit,
.flx_events_lists input.nosubmit {
border: 1px solid #555;
width: 100%;
height: 42px;
padding: 9px;
background: #fff url(//moongallery.eu/wp-content/themes/MOON/img/svg/search-icon.svg) no-repeat 10px center;
background-size: 18px;
}
.flx_aritists_list-container input.nosubmit:focus,
.flx_events_lists input.nosubmit:focus,
.flx_aritists_list-container input.nosubmit:active {
background-image: none;
}
.flx_aritists_list-container .artist-block,
.flx_events_lists .event-block {
display: grid;
grid-template-columns: 100%;
}
.flx_events_lists .event-block a {
margin-bottom: 0;
}
.flx_aritists_list-container #artist-list,
.flx_events_lists #events-list,.flx_events_lists .event_wrap {
display: flex;
flex-direction: column;
gap: 80px;
}
#events-list .year-header + .event-block {
margin-top: -80px;
}
.flx_aritists_list-container .image-wrapper img {
aspect-ratio: 1 / 1;
object-fit: cover;
}
.sort-container.form-block {
width: 100%;
}
.flx_aritists_list-container .artist-block a,
.flx_events_lists .arr-bg-wrapper a {
margin-bottom: 0;
}
.sort-container .select2.select2-container.select2-container--default {
margin-bottom: 0;
width: 100% !important;
}
.sort-container .select2-container .select2-selection--single {
margin: 0 0 -8px;
background-color: #333333 !important;
}
.sort-container .select2-container .select2-selection--single .select2-selection__rendered {
height: 60px;
}
.sort-container .select2-container--default .select2-selection--single .select2-selection__rendered {
color: #fff;
line-height: 40px;
}
.select-inp-open3 {
top: 40px;
border: 0 !important;
}
.select-inp-open3 .select2-results__options,
.select-inp-open3 .select2-results__option {
background-color: #333333;
color: #fff;
}
.select-inp-open3 .select2-results__option {
margin: 12px 0;
font-size: 24px;
}
.sort-container .select2-selection__rendered {
font-size: 24px !important;
}
.sort-container .select2-container--default .select2-selection--single .select2-selection__arrow b {
background: url(//moongallery.eu/wp-content/themes/MOON/img/drop-down.svg);
border: 0;
background-position: center;
background-size: contain;
background-repeat: no-repeat;
width: 16px;
height: 24px;
left: -10px;
}
.formblock-content .select2-container--default .select2-selection--single .select2-selection__arrow b{
top: 50%;
}
.sort-container .select2-container--open .select2-selection--single .select2-selection__arrow b {
transform: rotate(180deg);
}
.alphabet-container {
margin-top: 25px;
display: flex;
flex-direction: column;
margin-bottom: 40px;
position: relative;
align-items: center;
padding-bottom: 25px;
border-bottom: 1px solid #333333;
}
.alphabet-filter {
margin: 0 auto;
margin-bottom: 0.5rem;
width: 60%;
justify-content: center;
display: flex;
gap: 5px;
flex-wrap: wrap;
}
.activeletter {
font-weight: 500;
}
.flx_aritists_list-container,
.flx_events_lists {
display: block;
padding-bottom: 60px;
}
.flx_aritists_list-container .text-center h4 {
font-weight: 400;
} .flx_aritists_list-container .name-wrapper h5,
.flx_events_lists .date-wrapper h5 {
margin-bottom: 0px;
}
.flx_aritists_list-container .name-wrapper,
.flx_aritists_list-container .artist-bio,
.flx_events_lists .date-wrapper,
.flx_events_lists .event-content {
padding: 20px 10px 20px 10px;
display: flex;
align-items: flex-start;
}
.flx_aritists_list-container .artist-bio .text,
.flx_events_lists .event-content .text {
font-weight: 300;
}
.flx_aritists_list-container .event-block {
margin-bottom: 50px;
}
.flx_aritists_list-container .event-block:last-child {
margin-bottom: 0;
}
.flx_events_lists .pagination {
margin-top: 50px;
}
.flx_events_lists .event-content {
overflow: hidden;
flex-direction: column;
align-items: flex-start !important;
justify-content: center;
}
.flx_aritists_list-container .arrowlink,
.flx_events_lists .arrowlink {
background-image: url(//moongallery.eu/wp-content/themes/MOON/img/svg/mg_arrow_light.svg) !important;
display: inline-block;
width: 26px;
height: 26px;
background-repeat: no-repeat;
background-size: contain;
background-position: center;
margin-bottom: 0;
}
.flx_gallery.events .event-block::before {
left: 12px;
right: 0;
}
.flx_aritists_list-container .event-block::after {
content: "";
position: absolute;
bottom: 0px;
left: 0;
right: 0;
height: 1px;
background-color: var(--prime);
}
.flx_aritists_list-container .arr-bg-wrapper,
.flx_events_lists .arr-bg-wrapper {
aspect-ratio: 7 / 1;
display: flex;
justify-content: center;
background: #333;
align-items: center;
transition: all .3s linear;
}
.flx_aritists_list-container .arr-bg-wrapper:hover,
.flx_events_lists .arr-bg-wrapper:hover {
background: var(--light-purple);
}
.flx_aritists_list-container .arr-bg-wrapper:hover .arrowlink,
.flx_events_lists .arr-bg-wrapper:hover .arrowlink {
background-image: url(//moongallery.eu/wp-content/themes/MOON/img/svg/mg_arrow_dark.svg) !important;
}
.flx_aritists_list-container .event-block:hover .arr-bg-wrapper {
background: #E8CCFE;
}
.flx_aritists_list-container .event-block:hover .arrowlink {
background-image: url(//moongallery.eu/wp-content/themes/MOON/img/SVG/gal-arrow.svg) !important;
}
.flx_aritists_list-container .event-content {
width: 70%;
padding-left: 4rem;
}
.active-page {
font-weight: 500;
}
.flx_aritists_list-container .pagination,
.flx_events_lists .pagination {
display: flex;
justify-content: center;
gap: 10px;
margin: 0px;
}
.pagination-link,
.pagination-link-event {
font-size: 1.5rem;
margin-bottom: 0;
}
.flx_events_lists {
display: block;
}
.flx_events_lists .year-header {
margin-bottom: 40px;
margin-top: 120px;
}
.loading-text {
margin-top: 2rem;
}
.flx_events_lists .arrowlink {
margin-bottom: 0;
}
.flx_events_lists .event-block::before {
content: none !important;
}
.flx_events_lists .event-content h4 {
font-weight: 300;
}  .blog-block,
.blog-teaser-block {
background-color: #EFEFEF;
}
.blog-teaser-block {
padding: 120px 0;
}
.sort-container .select2-container .select2-selection--single .select2-selection__rendered {
height: 42px;
}
.sort-container .select2-container--default .select2-selection--single .select2-selection__rendered {
line-height: 18px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
top: 4px;
}
.blog-block-body {
padding-bottom: 120px;
}
.blog-block-body-item-info-plus-link {
margin-bottom: 0;
}
.blog-teaser-more {
display: flex;
justify-content: center;
margin-top: 40px;
}
.select2-container--default .select2-results__option {
padding: 0.5rem 12px;
margin: 0;
}
.select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-container--default .select2-results__option--highlighted[data-selected] {
background-color: gray;
}
.blog-block-body .pagination {
display: flex;
justify-content: center;
gap: 10px;
margin-top: 135px;
}
.blog-block-body-item-wrapper,
.blog-teaser-items {
display: grid;
grid-template-columns: 100%;
gap: 30px;
}
.blog-block-body-item-img {
aspect-ratio: 1/1;
object-fit: cover;
}
.blog-block-body-item-info {
background-color: #333333;
display: flex;
align-items: center;
gap: 1rem;
padding: 23px 30px;
justify-content: space-between;
}
.blog-body-item-container {
background-color: #333;
padding: 10px 10px 0 10px;
}
.blog-block-body-item-title,
.blog-block-body-item-info-wrap p {
color: var(--light);
}
.blog-block-body-item-title {
font-size: 20px;
margin-bottom: 0;
}
.blog-block-body-item-info-wrap p {
font-size: 16px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
margin-bottom: 0;
max-width: 230px;
}
.blog-body-item-container {
position: relative;
}
.blog-block-body-item-date {
position: absolute;
top: 0;
right: 0;
background-color: var(--light-purple);
padding: 9px 19px;
}
.blog-layout {
background-color: var(--light);
padding: 40px 0;
}
.container-small-blog {
max-width: 540px;
--bs-gutter-x: 1.5rem;
--bs-gutter-y: 0;
width: 100%;
padding-right: calc(var(--bs-gutter-x) * .5);
padding-left: calc(var(--bs-gutter-x) * .5);
margin-right: auto;
margin-left: auto;
}
.blog-layout p a {
text-underline-offset: 2px;
}
.blog-layout .two-column-block {
display: grid;
grid-template-columns: 100%;
gap: 30px;
}
.blog-layout-inner {
grid-template-columns: 100%;
gap: 30px;
display: grid;
}
.blog-layout-inner-item img {
height: auto;
width: 100%;
}
.blog-layout-inner-item-bottom-text {
margin-top: 10px;
color: #8C8C8C;
display: inline-block;
}
.blog-image,
.blog-quote,
.blog-slider {
background-color: var(--light);
}
.blog-image,
.blog-quote {
padding: 40px 0;
}
.blog-quote-inner {
background-color: var(--prime);
color: var(--light);
padding: 30px;
}
.blog-quote-text {
font-size: 30px;
color: var(--light);
text-align: center;
position: relative;
font-weight: 300;
margin-bottom: 10px;
}
.blog-quote-author {
display: flex;
font-size: 20px;
font-weight: 300;
justify-content: end;
}
.blog-quote-wrapper {
padding: 35px 0;
position: relative;
}
.blog-quote-wrapper::before,
.blog-quote-wrapper::after {
content: "";
position: absolute;
left: 50%;
transform: translateX(-50%);
width: 30%;
height: 2px;
background-color: var(--light-purple);
}
.blog-quote-wrapper::before {
top: 0;
}
.blog-quote-wrapper::after {
bottom: 0;
}
.blog-slider {
padding: 40px 0;
}
.blog-slider .slick-dots {
text-align: center;
right: 0;
bottom: -50px;
}
.blog-slider .slick-dotted.slick-slider {
margin-bottom: 50px;
}
.blog-slider .slick-dots li {
list-style: none;
width: 9px;
height: 9px;
}
.blog-slider .slick-dots li button:before {
color: var(--light-purple);
opacity: 1;
}
.blog-slider .slick-dots li.slick-active button:before {
color: var(--prime);
opacity: 1;
}
.blog-slider #slick-slide-control00 {
display: block;
}
.blog-slider .slick-dots button::before {
font-size: 9px;
}
.blog-slider .slick-next:before {
content: '';
background-repeat: no-repeat;
display: inline-block;
background-position: center;
background-image: url(//moongallery.eu/wp-content/themes/MOON/img/SVG/slider-prev.svg);
width: -webkit-fill-available;
height: 33px;
object-fit: contain;
opacity: 1;
position: absolute;
right: 0;
}
.blog-slider .slick-prev:before {
content: '';
background-repeat: no-repeat;
display: inline-block;
background-position: center;
background-image: url(//moongallery.eu/wp-content/themes/MOON/img/SVG/slider-next.svg);
width: -webkit-fill-available;
height: 33px;
object-fit: contain;
opacity: 1;
position: absolute;
left: 0;
}
.blog-slider-slider {
position: relative;
}
.blog-slider-slider .slick-arrow {
position: absolute;
z-index: 55;
}
.blog-slider-slider .slick-prev {
left: 0;
}
.blog-slider-slider .slick-next {
right: 0;
}
.blog-slider-slider .slick-slide {
margin: 0;
}
.blog-layout-inner-item {
display: flex;
flex-direction: column;
}
.blog-slider-slider .slick-prev,
.blog-slider-slider .slick-next {
display: none !important;
}
.blog-image-inner {
display: flex;
justify-content: center;
}
.blog-layout-inner-item-img-wrap {
display: flex;
align-items: center;
} @media (min-width:460px) {
h1 {
font-size: 40px;
}
h2 {
font-size: 2.6rem;
}
h4 {
font-size: 19px;
}
p,
label,
a,
p>span,
ul>li,
.blog-layout-inner-item-bottom-text {
font-size: 20px;
}
.main_btn {
font-size: 15px;
padding: 10px 25px;
}
.main_btn-large {
min-width: 184px;
}
.main_btn-small {
min-width: 164px;
}
.flx_gallery .events .block h4 {
font-size: 16px;
}
.flx_gallery .gallery-persons-slider .gallery-persons-slider__item {
margin: 60px 0px 30px 0;
}
}
@media (min-width:576px) {
.flx_hero .btns {
gap: 25px;
}
.flx_footer #mc_embed_signup .mc-field-item {
flex-direction: row;
}
.flx_footer .links ul {
grid-template-columns: none;
gap: 19px;
}
.alphabet-filter {
width: 100%;
}
.footer-bottom .text-right {
display: flex;
flex-direction: row;
justify-content: flex-start;
list-style-type: none;
}
.footer-bottom .text-right li {
padding-right: 15px;
margin-right: 15px;
border-right: 1px solid white;
line-height: 100% !important;
}
.flx_footer.lightmode .footer-bottom .text-right li {
border-right: 1px solid #000000;
}
.flx_formblock .form-block {
padding: 20px 15px 20px 15px;
}
.flx_aritists_list-container #artist-list,
.flx_events_lists #events-list, .flx_events_lists .event_wrap {
gap: 20px;
}
#events-list .year-header + .event-block {
margin-top: 0;
}
.blog-quote-text {
font-size: 35px;
}
.blog-quote-author {
font-size: 25px;
}
} @media (min-width:600px) {
h1 {
font-size: 42px;
}
h2 {
margin-bottom: 2.6rem;
}
h4 {
font-size: 22px;
}
.flx_gallery .events .block h4 {
font-size: 18px;
}
.event_item_content {
margin-left: 10px;
}
.event_item_content>h4 {
font-size: 18px;
}
.event_item_content>a {
font-size: 15px;
}
.event_item_asset {
width: 60px;
height: 58px;
}
.event_item {
padding-right: 24px;
}
.event_item_content a::after {
width: 17px;
height: 17px;
}
.flx_team .text,
.flx_featured_projects .text {
margin-bottom: 35px;
}
.flx_accordion .accordion .card .card-header h2 .btn {
font-size: 40px;
}
.flx_accordion .accordion .card .card-header h2 button::after {
width: 25px;
height: 25px;
}
.flx_infoblock .infoblock_wrap .links a {
font-size: 16px;
}
.flx_infoblock .infoblock_wrap .links a p {
font-size: 16px;
}
.flx_infoblock .position-col span {
font-size: 16px;
}
.flx_infoblock .infoblock_wrap .links a::before {
top: 7px;
}
.flx_footer #mc_embed_signup .checkbox .checkmark {
width: 19px;
height: 19px;
}
.flx_footer #mc_embed_signup .checkbox .checkmark::after {
left: 5px;
top: 1px;
width: 7px;
height: 11px;
}
.flx_footer .footer-bottom a {
padding-right: 8px;
margin-right: 8px;
}
.flx_aritists_list-container .artist-block,
.flx_events_lists .event-block {
grid-template-columns: 2fr 4fr 1fr;
grid-template-rows: 1fr 2fr;
}
.image-wrapper {
grid-row: 1 / span 2;
grid-column: 1;
}
.name-wrapper,
.date-wrapper {
grid-row: 1;
grid-column: 2;
}
.artist-bio,
.event-content {
grid-row: 2;
grid-column: 2;
}
a:has(.arr-bg-wrapper) {
grid-row: 1 / span 2;
grid-column: 3;
}
.flx_aritists_list-container .name-wrapper,
.flx_aritists_list-container .artist-bio,
.flx_events_lists .date-wrapper,
.flx_events_lists .event-content {
border-top: 0;
border-bottom: 0;
}
.flx_aritists_list-container .arr-bg-wrapper,
.flx_events_lists .arr-bg-wrapper {
height: 100%;
aspect-ratio: auto;
}
.flx_aritists_list-container .name-wrapper,
.flx_aritists_list-container .artist-bio,
.flx_events_lists .date-wrapper,
.flx_events_lists .event-content {
padding: 0px 25px 10px 25px;
}
.flx_aritists_list-container .pagination,
.flx_events_lists .pagination {
margin: 20px 0 40px 0;
}
} @media (min-width:768px) {
.flx_hero .hero-top {
padding: 160px 0 60px 0;
}
.flx_aritists_list-container .pagination,
.flx_events_lists .pagination {
margin: 40px 0 0 0;
}
.flx_aritists_list-container,
.flx_events_list {
padding-bottom: 120px;
}
.flx_aritists_list-container .name-wrapper,
.flx_aritists_list-container .artist-bio,
.flx_events_lists .date-wrapper,
.flx_events_lists .event-content {
border-top: 1px solid var(--prime);
border-bottom: 1px solid var(--prime);
align-items: center;
}
.flx_aritists_list-container .artist-block,
.flx_events_lists .event-block {
grid-template-columns: 1fr 3fr 4fr 1fr;
}
.flx_infoblock.partners-without-image .icons {
grid-template-columns: repeat(8, 1fr);
}
.flx_accordion .accordion .card .card-body {
grid-template-columns: 1fr 2fr;
}
.footer-bottom .text-right {
justify-content: flex-end;
}
.flx_layout h5 {
font-size: 1.3rem;
}
h2 {
font-size: 2.9rem;
}
h4 {
font-size: 24px;
}
.link,
.link:hover {
font-size: 18px;
}
.event_item_content {
margin-left: 15px;
>h4 {
font-size: 22px;
}
>a {
font-size: 20px;
padding-right: 28px;
}
}
.event_item_asset {
width: 65px;
height: 63px;
}
.event_item {
padding-right: 28px;
}
.event_item_content a::after {
width: 20px;
height: 20px;
}
.flx_team .text,
.flx_featured_projects .text {
margin-bottom: 40px;
}
.flx_gallery .persons {
display: flex;
align-items: flex-start;
}
.gallery-persons-slider {
display: none;
}
.flx_footer #mc_embed_signup .mc-field-group input[type="submit"] {
padding: 7px 30px;
}
.flx_footer #mc_embed_signup {
margin-top: 0;
}
.flx_footer .footer-bottom a {
padding-right: 10px;
margin-right: 10px;
font-size: 20px;
}
.flx_header .header-nav .main_btn {
display: block;
}
.flx_formblock .form_content {
order: initial;
}
.flx_formblock.lightmode .target-column h2,
.flx_formblock.lightmode .target-column p {
color: var(--prime);
}
.flx_formblock.darkmode .target-column h2,
.flx_formblock.darkmode .target-column p {
color: var(--light);
}
.sort-container .select2.select2-container.select2-container--default {
width: 382px !important;
}
.sort-container.form-block {
width: auto;
}
.flx_artists_lists_wrap form {
width: auto;
}
.flx_aritists_list-container input.nosubmit,
.flx_events_lists input.nosubmit {
width: 536px;
}
.flx_aritists_list-container .artist-block {
grid-template-columns: 2fr 3fr 4fr 1fr;
grid-template-rows: none;
}
.flx_events_lists .event-block {
grid-template-columns: 2fr 1fr 4fr 1fr;
grid-template-rows: none;
}
.flx_aritists_list-container .arr-bg-wrapper,
.flx_events_lists .arr-bg-wrapper {
height: 100%;
aspect-ratio: auto;
}
.image-wrapper,
.name-wrapper,
.artist-bio,
.date-wrapper,
.event-content,
a:has(.arr-bg-wrapper) {
grid-row: inherit;
grid-column: inherit;
}
.blog-block-body-item-wrapper,
.blog-teaser-items {
grid-template-columns: 1fr 1fr
}
.blog-quote-text {
font-size: 42px;
}
.blog-quote-inner {
padding: 50px 73px 70px 73px;
}
.blog-quote-author {
font-size: 31px;
}
.container-small-blog {
max-width: 740px;
}
.blog-slider-slider {
position: relative;
padding: 0 64px;
}
.blog-slider-slider .slick-prev,
.blog-slider-slider .slick-next {
display: inline-block !important;
}
} @media (min-width:992px) {
.blog-layout-inner-item-img-wrap {
display: flex;
align-items: start;
}
.flx_artists_lists_wrap {
flex-direction: row;
}
.flx_formblock.darkmode input[type="submit"] {
margin: 0 0 0 auto;
}
.flx_formblock.darkmode h2,
.flx_formblock.darkmode p {
color: var(--prime);
}
.alphabet-container {
margin-top: 25px;
margin-bottom: 120px;
}
.flx_aritists_list-container .artist-block {
display: grid;
grid-template-columns: 1fr 3fr 4fr 1fr;
}
.flx_events_lists .event-block {
display: grid;
grid-template-columns: 1fr 1fr 4fr 1fr;
}
.flx_accordion .accordion .card .card-body {
grid-template-columns: 1fr 3fr;
}
.lightmode .formblock-content .note {
padding-top: 180px;
}
.footer-top .links {
margin-bottom: 0;
}
h1 {
font-size: 52px;
}
h2 {
margin-bottom: 35px;
}
h4 {
font-size: 26px;
}
p,
label,
a,
p>span,
ul>li,
.blog-layout-inner-item-bottom-text {
font-size: 22px;
}
.link,
.link:hover {
font-size: 21px;
text-underline-offset: 8px;
}
.main_btn {
font-size: 18px;
}
.main_btn-large {
min-width: 264px;
padding: 12px 0;
}
.main_btn-small {
min-width: 204px;
}
.flx_layout .asset {
margin-top: 0;
order: initial;
}
.flx_gallery .btn {
text-align: end;
align-self: end;
margin-bottom: 15px;
}
.flx_gallery .events {
gap: 0;
}
.flx_gallery .events .mainblock {
height: 100%;
}
.flx_gallery .blocks {
gap: 1.5rem;
}
.flx_gallery .events .block h4 {
font-size: 20px;
}
.event_item_content {
>h4 {
font-size: 25px;
}
>a {
font-size: 24px;
padding-right: 41px;
}
}
.event_item_asset {
width: 85px;
height: 83px;
}
.event_item {
padding-right: 35px;
}
.event_item_content a::after {
width: 26px;
height: 26px;
}
.flx_team .text,
.flx_featured_projects .text {
margin-bottom: 45px;
}
.flx_team .container .team-info,
.flx_featured_projects .container .team-info {
position: relative;
margin-top: 0;
row-gap: 50px;
border-left: 1px solid var(--prime);
padding-left: 15px;
}
.flx_team .container .team-info:before,
.flx_featured_projects .container .team-info:before {
content: none;
}
.flx_team .author-text p {
font-size: 20px;
}
.flx_gallery.events .date {
display: block;
>span {
font-size: 22px;
}
}
.flx_gallery.events .event-content .text {
display: block;
}   .flx_alumniblock .alumnis {
margin-bottom: 60px;
}
.flx_accordion .accordion .card .card-header h2 .btn {
font-size: 48px;
}
.flx_accordion .accordion .card .card-header h2 button::after {
width: 28px;
height: 28px;
}
.flx_infoblock .flx_infoblock_item .text {
margin-top: 37px;
margin-bottom: 20px;
}
.flx_infoblock .infoblock-slider .slick-dots button::before {
font-size: 14px;
}
.flx_infoblock .infoblock-slider .slick-dots {
text-align: left;
}
.flx_infoblock .infoblock-slider .slick-dots li {
width: 16px;
height: 16px;
}
.flx_infoblock .flx_infoblock_item .infoblock-slider .slick-track {
margin-bottom: 73px;
}
.flx_infoblock .flx_infoblock_item {
padding: 38px 56px;
}
.flx_infoblock h2 {
margin-bottom: 38px;
}
.flx_infoblock .infoblock_wrap .links a {
font-size: 20px;
}
.flx_infoblock_item.background--purplemode .btn {
display: flex;
justify-content: end;
margin-bottom: auto;
}
.flx_infoblock .infoblock_wrap .links a p {
font-size: 20px;
}
.flx_infoblock .position-col span {
font-size: 20px;
}
.flx_infoblock .infoblock_wrap .links a::before {
width: 17px;
height: 14px;
top: 7px;
}
.flx_infoblock .infoblock-slider .slick-track .slick-slide .img-block {
width: 90%;
position: relative;
}
.flx_infoblock .infoblock-slider .slick-track .slick-slide .img-block::after {
content: '';
width: 100%;
height: 100%;
position: absolute;
right: -7%;
top: 7%;
z-index: -1;
border: 1px solid var(--prime);
}
.flx_formblock textarea {
height: 145px;
}
.flx_footer .footer-bottom a {
padding-right: 14px;
margin-right: 14px;
font-size: 1.3rem;
}
.flx_featured_projects-item,
.flx_featured_projects-title {
margin-bottom: 120px;
}
.flx_aritists_list-container .arrowlink,
.flx_events_lists .arrowlink {
width: 20px;
height: 26px;
}
.blog-block-body-item-wrapper,
.blog-teaser-items {
grid-template-columns: repeat(3, 1fr);
}
.blog-block-body-item-info-wrap p {
max-width: 170px;
}
.blog-hero-img {
background-size: cover;
background-position: center;
background-repeat: no-repeat;
width: 100%;
aspect-ratio: 16 / 9;
}
.blog-layout .two-column-block,
.blog-layout-inner {
grid-template-columns: 1fr 1fr;
gap: 63px;
}
.container-small-blog {
max-width: 900px;
}
} @media (min-width:1200px) {
.flx_formblock .form-block {
padding: 40px;
}
.flx_footer .footer-top {
padding: 50px 40px;
}
section.section--primary {
padding-top: 120px;
padding-bottom: 160px;
}
.section--secondary {
padding-top: 120px;
}
h1 {
font-size: 64px;
}
h2 {
font-size: 50px;
margin-bottom: 42px;
}
h3 {
font-size: 48px;
}
h4 {
font-size: 32px;
}
p,
p>span,
ul>li,
.blog-layout-inner-item-bottom-text {
font-size: 1.3rem;
line-height: 1.2;
}
label,
a {
font-size: 1.3rem;
line-height: 1.2;
}
span {
font-size: 20px;
}
.main_btn,
.flx_formblock input[type="submit"] {
font-size: 1.2rem;
}
.main_btn-large {
min-width: 315px;
padding: 16px 25px;
}
.main_btn-small {
min-width: 254px;
}
.alphabet-container .main_btn-small {
min-width: 204px;
}
.link,
.link:hover {
font-size: 20px;
text-decoration-line: underline !important;
text-decoration-thickness: 1px !important;
text-decoration-color: #999999;
}
.flx_hero .btns {
margin-top: 60px;
gap: 30px;
}
.flx_hero .row {
margin-bottom: 20px;
}
.flx_hero img,
.flx_hero .custom-container {
max-height: 717px;
}
.flx_layout .main_btn {
margin-top: 87px;
}
.flx_gallery .events .block h4 {
font-size: 24px;
}
.event_item {
padding-right: 50px;
}
.event_item_asset {
width: 111px;
height: 109px;
}
.events {
--gap: 30px;
}
.event_item_content {
>h4 {
font-size: 32px;
}
}
.flx_team .text,
.flx_featured_projects .text {
margin-bottom: 60px;
}
.flx_gallery.events .date>span {
font-size: 32px;
}
.flx_accordion .accordion .card .card-header h2 .btn {
font-size: 56px;
}
.flx_accordion .accordion .card .card-header h2 button::after {
width: 37px;
height: 37px;
}
.flx_infoblock.partners .main_btn {
align-self: flex-start;
}
.flx_footer.darkmode #mc_embed_signup .mc-field-group input {
font-size: 16px;
}
.flx_aritists_list-container .event-content {
width: 70%;
padding-left: 8rem;
}
.filter-letter {
font-size: 2rem;
}
.alphabet-container {
margin-top: 15px;
margin-bottom: 120px;
}
}
@media (min-width:1400px) {
.container {
max-width: 1390px;
}
.flx_infoblock .icons {
gap: 40px 30px;
}
.flx_aritists_list-container .event-content {
width: 70%;
padding-left: 14rem;
}
.alphabet-container {
flex-direction: row;
align-items: start;
padding-bottom: 0;
}
.alphabet-container .main_btn {
position: absolute;
right: 0;
}
.alphabet-filter {
margin-bottom: 0;
}
.blog-block-body-item-info-wrap p {
max-width: 300px;
}
.container-small-blog {
max-width: 990px;
}
}
@media (min-width:2000px) {
.container {
max-width: 1690px;
}
.flx_accordion .accordion .card .card-body {
grid-template-columns: 1fr 4fr;
}
.container-small-blog {
max-width: 1390px;
}
}