.modal-content {
background: white;
height: 100%;
border-radius: 0;
width: 100vw;
}
.modal-header {
border: none;
padding-top: 1rem;
}
.modal-header .logo img {
width: 140px;
}
.modal-dialog {
height: 100vh;
margin: 0;
}
.modal-dialog .nav-link {
font-weight: 400;
font-size: 18px;
color: black;
padding: 20px 16px;
position: relative;
}
.modal-dialog .nav-link:focus:focus span, .modal-dialog .nav-link:focus:hover span, .modal-dialog .nav-link:hover:focus span, .modal-dialog .nav-link:hover:hover span, .modal-dialog .nav-link.active:focus span, .modal-dialog .nav-link.active:hover span {
font-weight: 700;
}
.modal-dialog .nav-item span {
border: 1px solid black;
padding: 6px 24px;
border-radius: 18px;
}
.modal-dialog .btn-close {
background-image: url(//exhibition.asktdigital.gr/wp-content/themes/mplus/img/svg/close-btn.svg);
background-size: contain;
opacity: 1;
width: 5px;
margin-right: 8px;
}
.modal-body {
padding-top: 4rem;
}
.modal-body .nav {
align-items: center;
}
.modal-footer {
border: none;
justify-content: center;
row-gap: 1rem;
padding-bottom: 4rem;
}
.modal-footer h5 {
text-align: center;
font-size: 13px;
font-weight: 600;
max-width: 255px;
}
.modal-footer .modal-logo img {
width: 50px;
}
header {
background: white;
}
header .language-switch a {
color: black;
text-decoration: none;
}
header .language-switch a.active {
font-weight: 600;
}
header .nav-link.active {
font-weight: 700 !important;
}
header .logo img {
max-width: 290px;
}
header .nav.d-lg-flex {
justify-content: space-between;
position: relative;
}
header .nav.d-lg-flex a {
color: black;
font-size: 16px;
font-weight: 400;
transition: font-weight 0.3s ease;
padding-bottom: 3px;
}
header .nav.d-lg-flex a:hover, header .nav.d-lg-flex a:active {
font-weight: 700;
}
header .mobile {
display: flex;
justify-content: space-between;
margin: 1rem 0;
}
header .mobile img {
width: 45px;
}
header .mobile .logo-wrap img {
width: 180px;
}
header .mobile-menu-wrap {
border: none;
background: none;
}
@media screen and (min-width: 992px) {
header {
padding: 1.5rem 0 1rem;
}
header .col-12 {
display: flex;
justify-content: space-between;
align-items: flex-end;
}
}
@media screen and (min-width: 1200px) {
header .nav.d-lg-flex a {
padding: 8px 35px 3px;
}
}
footer {
background-color: black;
color: white;
padding: 70px 0;
}
footer .row {
row-gap: 2rem;
}
footer .logo-wrap {
display: flex;
flex-direction: column;
row-gap: 2rem;
text-align: center;
}
footer .bigger-img {
max-width: 295px;
}
footer img {
max-width: 250px;
}
@media screen and (min-width: 992px) {
footer {
padding-bottom: 200px;
min-height: 505px;
}
footer .logo-wrap {
flex-direction: row;
-moz-column-gap: 2rem;
column-gap: 2rem;
justify-content: center;
}
footer img {
max-height: 48px;
}
}
.erga .buttons-section {
padding: 50px 0;
}
.erga .buttons-section .col-lg-10 {
display: flex;
justify-content: center;
}
.erga .buttons-section .btns-wrap {
display: flex;
flex-direction: column;
row-gap: 12px;
}
.erga .buttons-section .btns-wrap a {
padding: 5px 23px;
min-height: 45px;
}
.erga .buttons-section .btns-wrap a:hover::after, .erga .buttons-section .btns-wrap a:focus::after, .erga .buttons-section .btns-wrap a:active::after {
display: none;
}
.buttons-section + .filters {
padding-top: 0;
}
.filters {
padding-top: 40px;
}
.filters .col-lg-5 {
display: flex;
justify-content: space-between;
}
.filters label {
font-size: 14px;
}
.filters .select-wrapper {
position: relative;
display: inline-block;
}
.filters .select-wrapper::after {
position: absolute;
content: "";
right: 5px;
top: 2px;
background-image: url(//exhibition.asktdigital.gr/wp-content/themes/mplus/img/svg/down-arrow.svg);
background-repeat: no-repeat;
width: 28px;
height: 28px;
z-index: 1;
background-size: cover;
pointer-events: none;
}
.filters select {
padding: 3px 20px 3px 15px;
border-radius: 25px;
-webkit-appearance: none; -moz-appearance: none; appearance: none;
}
.filters .dropdown {
display: flex;
align-items: center;
-moz-column-gap: 1rem;
column-gap: 1rem;
}
.cards-container {
padding-top: 0;
}
.cards-container .col-12 {
display: flex;
flex-wrap: wrap;
row-gap: 25px;
-moz-column-gap: 12px;
column-gap: 12px;
}
.cards-container .card {
border: none;
text-decoration: none;
flex: 1 0 260px;
width: auto;
}
.cards-container img {
border-radius: 30px;
}
.cards-container .card-body {
padding-left: 0;
padding-top: 25px;
}
.cards-container h5 {
font-size: 18px;
}
.pagination {
padding: 0 0 50px;
}
.pagination .wrap {
display: flex;
justify-content: space-around;
}
.pagination a {
text-decoration: none;
color: black;
border: 0.75px solid black;
padding: 3px 24px;
border-radius: 25px;
position: relative;
min-width: 150px;
}
.pagination a:hover, .pagination a:focus, .pagination a:active {
background-color: black;
color: white;
transition: background-color 0.3s ease, color 0.3s ease;
}
.pagination .prev::before,
.pagination .next::after {
content: "";
position: absolute;
background-repeat: no-repeat;
width: 15px;
height: 15px;
background-size: contain;
top: 8px;
}
.pagination .prev {
padding-left: 30px;
}
.pagination .prev::before {
left: 10px;
background-image: url(//exhibition.asktdigital.gr/wp-content/themes/mplus/img/svg/Arrow-Prohgoumenh.svg);
}
.pagination .prev:hover::before, .pagination .prev:focus::before, .pagination .prev:active::before {
background-image: url(//exhibition.asktdigital.gr/wp-content/themes/mplus/img/svg/Arrow-Prohgoumenh-white.svg);
}
.pagination .next {
padding-right: 30px;
}
.pagination .next::after {
right: 10px;
background-image: url(//exhibition.asktdigital.gr/wp-content/themes/mplus/img/svg/Arrow-Epomeno.svg);
}
.pagination .next:hover::after, .pagination .next:focus::after, .pagination .next:active::after {
background-image: url(//exhibition.asktdigital.gr/wp-content/themes/mplus/img/svg/Arrow-Epomeno-White.svg);
}
.erga-page h1 {
color: black;
font-size: 35px;
line-height: 42px;
}
.erga-page .row {
justify-content: center;
}
.erga-page .description {
margin: 2rem 0 3rem;
row-gap: 2rem;
}
.erga-page .download-icon {
margin-bottom: 1rem;
}
.erga-page .download-icon img {
width: 35px;
}
.erga-page .img-wrap {
position: relative;
}
.erga-page .img-wrap .download-icon {
position: absolute;
top: 23%;
right: 10px;
z-index: 10000;
display: none;
}
.erga-page .social-media-icons {
display: flex;
justify-content: center;
-moz-column-gap: 10px;
column-gap: 10px;
margin-top: 1.5rem;
}
.erga-page .social-media-icons img {
width: 9px;
}
.erga-page .social-media-icons .twitter {
width: 18px;
}
.erga-page .social-media-icons .pinterest {
width: 12px;
}
.erga-page .pagination {
padding: 30px 0 0;
}
.fancybox__toolbar.is-absolute, .is-compact .fancybox__toolbar {
top: 25px;
right: 25px;
}
.f-button svg {
width: 40px;
height: 40px;
}
@media screen and (min-width: 768px) {
.cards-container .col-12 {
row-gap: 15px;
}
.cards-container .card {
max-width: 32%;
}
}
@media screen and (min-width: 992px) {
.erga .buttons-section .row {
justify-content: flex-end;
}
.erga .buttons-section .btns-wrap {
flex-direction: row;
-moz-column-gap: 20px;
column-gap: 20px;
}
.erga .buttons-section .btns-wrap a {
max-width: 275px;
width: auto;
}
.filters {
padding-top: 20px;
}
.filters .row {
justify-content: flex-end;
}
.cards-container {
padding-top: 30px;
}
.cards-container h5 {
font-size: 24px;
}
.cards-container .col-12 {
-moz-column-gap: 24px;
column-gap: 24px;
}
.cards-container .card {
max-width: 23%;
}
.pagination {
padding: 0 0 80px;
}
.pagination .row {
justify-content: center;
}
.pagination a {
font-size: 18px;
}
.pagination .prev::before,
.pagination .next::after {
top: 10px;
}
.erga-page h1 {
font-size: 72px;
line-height: 84px;
font-weight: 500;
}
.erga-page p {
font-size: 24px;
}
.erga-page span {
font-size: 18px;
}
.erga-page .download-icon {
text-align: right;
}
.fancybox__toolbar.is-absolute, .is-compact .fancybox__toolbar {
top: 55px;
right: 120px;
}
}
@media screen and (min-width: 1200px) {
.cards-container .col-12 {
-moz-column-gap: 15px;
column-gap: 15px;
}
.cards-container .card {
max-width: 24%;
}
}
@media screen and (min-width: 1400px) {
.cards-container .col-12 {
-moz-column-gap: 18px;
column-gap: 18px;
}
}
.kallitexnes {
background-color: black;
color: white;
}
.kallitexnes .search-letters ul {
list-style: none;
display: flex;
flex-wrap: wrap;
padding-left: 0;
-moz-column-gap: 15px;
column-gap: 15px;
}
.kallitexnes .search-letters ul:first-of-type {
margin-bottom: 2rem;
}
.kallitexnes .search-letters a {
text-decoration: none;
font-size: 14px;
font-weight: 500;
line-height: 21px;
color: white;
}
.kallitexnes .artist-names {
margin-top: 4rem;
}
.kallitexnes .artist-names .col-12 {
display: flex;
flex-wrap: wrap;
flex-direction: column;
}
.kallitexnes .artist-names h3 {
font-size: 50px;
}
.kallitexnes .artist-names ul {
list-style: none;
padding-left: 1rem;
}
.kallitexnes .artist-names a {
color: white;
text-decoration: none;
}
.kallitexnes .artist-names .letter-wrap .row {
display: flex;
align-items: flex-start;
}
@media screen and (min-width: 768px) {
.kallitexnes .artist-names {
justify-content: center;
}
.kallitexnes .artist-names .col-12 {
flex-direction: row;
row-gap: 3rem;
}
.kallitexnes .letter-wrap {
width: 40.33%;
flex: 1 0 auto;
max-width: 348px;
}
.kallitexnes .search-letters ul {
-moz-column-gap: 20px;
column-gap: 20px;
}
.kallitexnes .search-letters ul li {
flex: 1 0 auto;
max-width: 10px;
}
.kallitexnes .search-letters ul:first-of-type {
margin-bottom: 10px;
}
}
@media screen and (min-width: 992px) {
.kallitexnes {
padding: 120px 0;
border-bottom: 1px solid #383535;
}
.kallitexnes .artist-names {
margin-top: 8rem;
}
.kallitexnes .artist-names .col-12 {
row-gap: 4rem;
}
.kallitexnes .artist-names h3 {
font-size: 67px;
line-height: normal;
}
.kallitexnes .artist-names a {
font-size: 18px;
line-height: 24px;
}
.kallitexnes .search-letters ul {
justify-content: center;
}
.kallitexnes .search-letters ul li {
max-width: unset;
}
.kallitexnes .letter-wrap {
max-width: 469px;
}
}
@media screen and (min-width: 1200px) {
.kallitexnes .letter-wrap {
width: 33.33%;
max-width: 372px;
}
}
@media screen and (min-width: 1400px) {
.kallitexnes .search-letters ul {
-moz-column-gap: 27px;
column-gap: 27px;
}
.kallitexnes .letter-wrap {
max-width: 432px;
}
}
.artist-info {
background-color: black;
color: white;
}
.artist-info h1 {
font-size: 35px;
line-height: 45px;
font-weight: 400;
}
.artist-info p {
font-size: 18px;
}
.artist-info .description {
display: flex;
-moz-column-gap: 3rem;
column-gap: 3rem;
}
.artist-info .row {
row-gap: 1.5rem;
}
@media screen and (min-width: 992px) {
.artist-info h1 {
font-weight: 500;
font-size: 72px;
line-height: 84px;
margin-bottom: 0;
}
.artist-info p {
font-size: 32px;
}
.artist-info .row {
align-items: flex-end;
}
}
.search-section form {
display: flex;
flex-direction: column;
row-gap: 1.5rem;
}
.search-section .form-label {
margin-bottom: 15px;
}
.search-section ul {
-moz-column-gap: 4rem;
column-gap: 4rem;
}
.search-section ul .nav-link {
border-radius: 30px !important;
padding: 5px 20px !important;
border: 1px solid black !important;
color: black !important;
min-width: 125px;
}
.search-section ul .nav-link.active {
background-color: black !important;
color: white !important;
}
.search-section #tabGroupLabel {
font-size: 18px;
}
.search-section input,
.search-section select,
.search-section .btn {
border-radius: 30px;
border: 1px solid black;
min-height: 32px;
max-height: 32px;
}
.search-section .btn {
display: flex;
justify-content: center;
align-items: center;
}
.search-section .datepicker-container {
display: flex;
-moz-column-gap: 30px;
column-gap: 30px;
}
.search-section .datepickerYear {
max-height: 28px;
max-width: 100px;
}
.search-section .form-select {
line-height: 1.2;
}
.search-section .wrap {
display: flex;
align-items: flex-end;
-moz-column-gap: 15px;
column-gap: 15px;
}
.search-section .btn {
max-width: 115px;
padding: 3px 25px;
}
.search-section .btn-wrap {
display: flex;
justify-content: flex-end;
}
.search-section .cards-container, .search-section .artists-results {
padding-top: 45px;
border-top: 1px solid #c7c1c1;
margin-top: 50px;
}
.search-section h3 {
font-size: 16px;
margin-bottom: 50px;
}
.search-section h4 {
font-size: 18px;
font-weight: 400;
text-align: center;
}
@media screen and (min-width: 992px) {
.search-section .row {
justify-content: center;
}
.search-section form {
row-gap: 2.5rem;
}
.search-section h3 {
font-size: 18px;
}
.search-section h4 {
font-size: 24px;
font-weight: 500;
text-align: left;
padding-left: 70px;
}
.search-section .search-tabs {
display: flex;
-moz-column-gap: 4rem;
column-gap: 4rem;
align-items: baseline;
margin-bottom: 2rem;
justify-content: space-between;
}
.search-section input,
.search-section select,
.search-section .btn {
min-height: 38px;
max-height: 38px;
}
.search-section .form-select {
line-height: 1.5;
}
.search-section .datepickerYear {
max-width: 165px;
max-height: 38px;
}
.search-section .wrap {
-moz-column-gap: 75px;
column-gap: 75px;
}
.search-section .form-label.date {
margin-bottom: 20px;
}
.search-section ul {
-moz-column-gap: 2rem;
column-gap: 2rem;
}
.search-section ul .nav-link {
min-width: 140px;
padding: 8px 33px !important;
}
.search-section #tabGroupLabel {
font-size: 21px;
}
.search-section .wrap label,
.search-section .form-label {
font-size: 18px;
}
.search-section .btn {
max-width: 140px;
padding: 8px 33px;
}
}
@font-face {
font-family: "HelveticaNeueGreek";
src: url(//exhibition.asktdigital.gr/wp-content/themes/mplus/fonts/HelveticaNeueGreek/HelveticaNeueGreek Light.otf) format("truetype");
font-weight: 300;
}
@font-face {
font-family: "HelveticaNeueGreek";
src: url(//exhibition.asktdigital.gr/wp-content/themes/mplus/fonts/HelveticaNeueGreek/HelveticaNeueGreek.otf) format("truetype");
font-weight: 400;
}
@font-face {
font-family: "HelveticaNeueGreek";
src: url(//exhibition.asktdigital.gr/wp-content/themes/mplus/fonts/HelveticaNeueGreek/HelveticaNeueGreek Medium.otf) format("truetype");
font-weight: 500;
}
@font-face {
font-family: "HelveticaNeueGreek";
src: url(//exhibition.asktdigital.gr/wp-content/themes/mplus/fonts/HelveticaNeueGreek/HelveticaNeueGreek Bold.otf) format("truetype");
font-weight: 600;
}
html {
overflow-x: hidden;
scroll-behavior: smooth;
}
body {
font-family: "HelveticaNeueGreek", Arial, sans-serif;
font-weight: 400;
font-size: 16px;
overflow: hidden;
}
.sr-only {
position: absolute;
width: 1px;
height: 1px;
margin: -1px;
padding: 0;
overflow: hidden;
clip: rect(0, 0, 0, 0);
border: 0;
}
.unavailable {
opacity: 0.5;
}
.mt-4 {
margin-top: 4rem !important;
}
section {
padding: 70px 0;
}
img {
width: 100%;
}
.black-bg {
background-color: black;
color: white;
}
.black-bg p {
margin-bottom: 0;
}
.black-bg p.mb-5 {
margin-bottom: 4rem !important;
}
h1 {
color: white;
font-weight: 500;
font-size: 31px;
line-height: 37px;
margin: 1rem 0;
}
h2 {
font-weight: 600;
font-size: 18px;
}
h3 {
font-weight: 400;
font-size: 24px;
}
.intro {
background-color: black;
padding: 70px 0;
}
.intro .text-wrapper,
.intro p {
text-align: left;
}
.intro p {
color: white;
font-size: 18px;
}
.about {
padding: 80px 0;
}
.about .logo img {
width: 94px;
margin-bottom: 1.5rem;
}
h2 {
font-size: 40px;
line-height: 42px;
font-weight: 500;
margin-bottom: 1.5rem;
}
p {
font-size: 16px;
line-height: 24px;
font-weight: 400;
}
.buttons-section .col-lg-8 {
display: flex;
justify-content: center;
}
.buttons-section .btns-wrap {
display: flex;
flex-direction: column;
row-gap: 12px;
}
.buttons-section .btns-wrap a {
color: black;
text-decoration: none;
border: 1px solid black;
border-radius: 35px;
padding: 10px 24px;
max-width: 330px;
position: relative;
min-height: 61px;
display: flex;
align-items: center;
transition: background-color 0.3s ease, color 0.3s ease;
}
.buttons-section .btns-wrap a:hover,.buttons-section .btns-wrap a.active,  .buttons-section .btns-wrap a:focus, .buttons-section .btns-wrap a:active {
background-color: black;
color: white;
transition: background-color 0.3s ease, color 0.3s ease;
}
.buttons-section .btns-wrap a:hover::after, .buttons-section .btns-wrap a:focus::after, .buttons-section .btns-wrap a:active::after {
position: absolute;
content: "";
top: 24%;
right: 18px;
background-image: url(//exhibition.asktdigital.gr/wp-content/themes/mplus/img/svg/Arrow-Epomeno-White.svg);
width: 26px;
height: 26px;
background-repeat: no-repeat;
}
.upButton {
display: none;
position: fixed;
bottom: 100px;
right: 7px;
z-index: 99;
outline: none;
color: white;
padding: 10px;
border-radius: 10px;
border: none;
background-color: rgba(0, 0, 0, 0.5);
border-radius: 50%;
}
.upButton img {
width: 35px;
height: 35px;
}
@media screen and (min-width: 992px) {
h1 {
font-size: 70px;
}
p {
font-size: 18px;
line-height: 24px;
}
.upButton {
bottom: 75px;
right: 70px;
}
.intro {
padding: 150px 0 200px;
}
.intro .row {
justify-content: flex-end;
}
.intro a {
font-size: 18px;
}
.intro .text-wrapper {
text-align: left;
}
.intro h1 {
margin: 0 0 2rem;
font-size: 72px;
line-height: 84px;
white-space: nowrap;
}
.intro .sm-text {
display: flex;
align-items: flex-end;
margin-bottom: -3rem;
}
.intro p {
font-size: 32px;
line-height: 32px;
}
h2 {
font-size: 72px;
line-height: 52px;
}
.txt-wrap {
text-align: left;
}
.txt-wrap p {
font-size: 20px;
}
.about {
padding: 100px 0;
}
.about .row {
justify-content: flex-end;
}
.about h2 {
margin-left: -10rem;
margin-bottom: 4rem;
}
.black-bg {
padding: 100px 0 150px;
}
.black-bg .row {
justify-content: space-around;
}
.black-bg h2 {
margin-bottom: 3rem;
margin-left: -2rem;
}
.buttons-section .row {
justify-content: center;
}
.buttons-section .col-lg-8 {
display: block;
}
.buttons-section .btns-wrap a {
max-width: 856px;
font-size: 18px;
min-height: 74px;
}
.buttons-section .btns-wrap a:hover::after, .buttons-section .btns-wrap a:focus::after, .buttons-section .btns-wrap a:active::after {
top: 33%;
}
}
@media screen and (min-width: 1200px) {
.black-bg .row {
justify-content: flex-end;
}
.black-bg h2 {
margin-left: -8rem;
}
.black-bg .col-lg-5:first-of-type {
padding-right: 4rem;
}
}
@media screen and (min-width: 1600px) {
.intro p {
min-width: 540px;
margin-left: -7rem;
}
.intro .sm-text {
margin-bottom: -2rem;
}
}.wp-pagenavi {
clear: both;
}
.wp-pagenavi a, .wp-pagenavi span {
text-decoration: none;
border: 1px solid #BFBFBF;
padding: 3px 5px;
margin: 2px;
}
.wp-pagenavi a:hover, .wp-pagenavi span.current {
border-color: #000;
}
.wp-pagenavi span.current {
font-weight: bold;
}