@import url(foundation.min.css);
@import url(jquery.fancybox.css);

html,
body {
  font-size: 62.5%;
}

:root {
  --primary: #e74a85;
  --max-width: 154rem;
  --padding: 0 1rem;
  --margin-top: 10rem;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary,
h1,
h2,
h3,
h4,
h5,
h6,
html,
body,
audio,
canvas,
video,
a,
small,
label,
legend,
button,
input,
textarea,
time,
.top-bar-section ul li > a {
  font-family: "Noto Serif", serif;
  font-weight: normal;
}

.error > label > small {
  text-transform: none;
}

.button,
button {
  background-color: var(--primary);
  transition: 0.3s;
  font-family: "Noto Serif", serif;
}

.button:hover,
button:hover {
  background-color: #000 !important;
}

.top-bar-section li:last-child:not(.has-form) a.events:not(.button) {
  text-decoration: none !important;
  color: #ffffff !important;
  background-color: #333333 !important;
}

.top-bar-section li:last-child:not(.has-form) a:hover.events:not(.button) {
  background-color: #999999 !important;
}

.st_fblike_hcount {
  margin-right: 25px;
}

.st_pinterest_hcount {
  margin-left: 20px;
}

.contain-to-grid,
.top-bar,
.top-bar-section ul {
  font-size: 1rem;
  color: #666666 !important;
  background-color: transparent !important;
}

.top-bar-section {
  display: flex;
  gap: 3rem;
  align-items: center;
}

ul.center {
  /* width: 100%; */
  display: flex;
  justify-content: space-between;
}

ul.center li a {
  color: var(--primary) !important;
  font-size: 2.2rem !important;
  padding: 0 !important;
  /* background-color: #fff !important; */
  transition: 0.3s;
}

ul.center li a:hover {
  color: #000 !important;
}

.socials {
  display: flex;
  flex-direction: row;
  gap: 1.5rem;
}

.socials div {
  background-color: var(--primary);
  width: 4rem;
  height: 4rem;
  border-radius: 2.5rem;
  transition: 0.3s;
}

.socials a img {
  scale: 0.7;
  filter: brightness(0) invert(1);
  margin-bottom: 5px;
}

.socials div:hover {
  background-color: #000;
}

/* .socials a img:hover {
  filter: brightness(0) invert(0);
} */

.top-bar-section .has-dropdown > a:after {
  border-color: #666666 transparent transparent transparent;
}

ul.dropdown {
  background-color: #cccccc !important;
}

.slider,
.slider img {
  width: 100%;
}

.row {
  max-width: var(--max-width);
}

[data-magellan-expedition="fixed"] {
  width: 1200px;
  max-width: 1200px;
  min-width: 1200px;
  margin: 0 auto;
}

.breadcrumbs {
  border: none;
  background: none;
  box-shadow: none;
}

.breadcrumbs a:not(.current):hover,
.breadcrumbs a:hover i {
  color: #a69c00;
}

div.breadcrumb {
  max-width: 1200px;
  margin: 0 auto 25px;
}

.breadcrumbs * {
  color: #333333;
}

.breadcrumbs *,
.breadcrumbs > .current {
  line-height: 28px;
  text-transform: capitalize;
  font-size: 1rem;
}

.captcha input {
  margin-top: 8px;
}

body {
  opacity: 1;
  /* height: auto; */
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  padding: 0;
  background-color: #ffffff;
  box-shadow: 0 1px 1px 0 rgba(208, 206, 206, 0.7);
  border-bottom: 6px solid #e74a85;
}

.top-bar .toggle-topbar.menu-icon a::after {
  top: -3px;
  left: 5px;
}

.top-bar {
  height: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: var(--max-width);
  margin: auto;
}

.top-bar:before,
.top-bar:after {
  content: none;
}

.top-bar-section {
  margin-top: 0;
  padding-left: 5px;
  padding-right: 5px;
}

.top-bar .toggle-topbar.menu-icon {
  top: 17px; /* an to header exei upsos 65px diaforetika anaprosarmogi */
  left: 15px;
  right: auto;
  margin-top: 0;
  padding: 0;
}

.top-bar .toggle-topbar.menu-icon a {
  height: 25px;
  margin-top: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 40px;
}

p {
  margin-bottom: 20px;
}

.homepage main {
  padding-top: 11.7rem;
}

.innerpage main {
  padding-top: 11.7rem;
}

.row--padding,
.columns,
.column {
  padding-left: 12px;
  padding-right: 12px;
}

.row--lg {
  max-width: 1744px;
}

.form-validation input {
  margin-top: 8px;
}

#submitform {
  margin-top: 1rem;
  margin-bottom: 0;
  font-weight: 600 !important;
  background-color: var(--primary);
  border-radius: 3px;
  font-size: 2rem;
}

.home-active li:first-of-type a {
  font-weight: 500;
  text-decoration: none;
}

ul.title-area {
  background-color: var(--primary);
  /* height: 100%;
  display: flex;
  align-items: center; */
}

ul.title-area #logo {
  display: inline-block;
}

/* ul.title-area > li.name > a#logo > img {
  width: 408px;
  height: 111px;
} */
.top-bar .name {
  height: initial;
  /* padding: 5px; */
}

.top-bar .name img {
  scale: 0.85;
}

/* Plain header links */
.top-bar-section li:not(.has-form) a:not(.button) {
  font-size: 16px;
  color: var(--primary);
  background-color: transparent;
  position: relative;
  display: inline-block;
}

/* Links with after element */
/* .top-bar-section li:not(.has-form) a:not(.button)::after,
li.has-dropdown.not-click:not(:last-of-type)::after {
  position: absolute;
  top: 50%;
  right: 0;
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  margin-top: -3px;
} */
.top-bar-section li:not(.has-form) ul.dropdown a:not(.button)::after {
  display: none;
}

/* No Dropdown Arrow */
.top-bar-section .has-dropdown > a {
  padding-right: 15px !important;
}
.top-bar-section .has-dropdown > a:after {
  display: none;
}

.top-bar-section ul li:hover:not(.has-form) > a,
.top-bar-section .dropdown li:not(.has-form) a:not(.button),
.top-bar-section li:not(.has-form) a:not(.button):hover,
.top-bar-section li.active:not(.has-form) a:not(.button),
.top-bar-section li.active:not(.has-form) a:not(.button):hover {
  color: #fff;
  background-color: transparent;
}
.top-bar-section .dropdown li:not(.has-form):hover > a:not(.button) {
  color: #f58220;
  background-color: #fff;
}

/* ------- HERO ------- */

.slick-slider {
  margin-bottom: 0;
}

.photobooth {
  overflow: hidden;
}

/* .photobooth a img {
  padding-bottom: 2rem;
} */

.photo-group {
  margin: 0 auto;

  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-template-rows: repeat(6, 1fr);
  gap: 8px;
}

.photo-module:nth-child(1) {
  grid-column: span 2 / span 2;
  grid-row: span 2 / span 2;
}

.photo-module:nth-child(2) {
  grid-column: span 2 / span 2;
  grid-row: span 2 / span 2;
  grid-column-start: 3;
}

.photo-module:nth-child(3) {
  grid-row: span 2 / span 2;
  grid-column-start: 5;
}

.photo-module:nth-child(4) {
  grid-row: span 2 / span 2;
  grid-row-start: 3;
}

.photo-module:nth-child(5) {
  grid-column: span 2 / span 2;
  grid-row: span 2 / span 2;
  grid-row-start: 3;
}

.photo-module:nth-child(6) {
  grid-column: span 2 / span 2;
  grid-row: span 2 / span 2;
  grid-column-start: 4;
  grid-row-start: 3;
}

.photo-module:nth-child(7) {
  grid-column: span 2 / span 2;
  grid-row: span 2 / span 2;
  grid-column-start: 4;
  grid-row-start: 5;
}

.photo-module:nth-child(8) {
  grid-column: span 3 / span 3;
  grid-row: span 2 / span 2;
  grid-column-start: 1;
  grid-row-start: 5;
}

.photo-group img {
  height: 100%;
  width: 100%;
  padding: 0;
  object-fit: cover;
  transition: 0.3s;
}

.photo-group .photo-module {
  overflow: hidden;
  position: relative;
}

.photo-group .photo-module:hover img {
  transform: scale(1.1);
}

/* .photo-group a:first-child {
  width: 67%;
}
.photo-group a:last-child {
  width: 33%;
} */

.gallery-btn-container {
  display: flex;
  justify-content: center;
  margin-top: 3rem;
}

#gallery {
  margin-bottom: 0;
  background-color: var(--primary);
  border-radius: 3px;
  font-size: 2.2rem;
  color: #fff;
  font-weight: 600 !important;
  border: none;
  padding: 1.5rem 3rem 1.5rem 3rem;
  /* width: 14rem; */
}

/* ------- ABOUT ------- */

/* ------- STATIC PAGE ------- */
.row--padding {
  margin-top: var(--margin-top);
}
.articleImage {
  min-height: 67rem;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.static-page__title {
  text-align: center;
  font-size: 32px;
  color: var(--primary);
  margin-bottom: 2rem;
}
.static-page__content {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 1rem;
  /* margin-bottom: 2rem; */
  /* max-width: 60rem; */
  margin: 0 auto;
  /* padding-left: 3rem; */
  padding-bottom: 2rem;
}
.static-page__content p {
  display: flex;
  flex-direction: column;
  text-align: center;
  font-size: 1.8rem;
  line-height: 2;
  color: var(--primary);
  font-weight: 700;
  margin-bottom: 0;
}
.static-page__content a {
  font-size: 1.8rem;
  color: var(--primary);
  transition: 0.3s;
}
.static-page__content a:hover {
  color: #000 !important;
}
#contact label {
  color: var(--primary);
  font-size: 1.8rem;
}

input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
textarea,
#contact select,
[data-abide] .error small.error,
[data-abide] span.error,
[data-abide] small.error,
.alert-box {
  font-size: 1.6rem;
  padding: 1rem;
  height: auto;
}

/* ------- CATEGORY PAGE ------- */

/* ------- FOOTER ------- */

.site-footer {
  background-color: #fff;
  height: 30rem;
  margin-top: var(--margin-top);
}
.footer-row {
  max-width: var(--max-width);
  height: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: end;
  padding-top: 2rem;
  padding: 0 1rem;
}
.footer-group {
  display: contents;
}
.footer-menu-left {
  color: var(--primary);
  height: 100%;
  /* width: fit-content; */
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-bottom: 3rem;
  /* align-items: center; */
  /* gap: 5rem; */
  width: 35%;
}
/* .footer-text {
  width: fit-content;
} */
.footer-text p {
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 600;
  line-height: 2;
}
.footer-text a {
  color: var(--primary);
  transition: 0.3s;
}
.footer-text a:hover {
  color: #000 !important;
}
.site-footer__copyrights {
  margin-top: 15px;
  transition: 0.3s;
}
.site-footer__copyrights,
.site-footer__copyrights a {
  font-size: 2rem;
  color: var(--primary);
  transition: 0.3s;
}
.site-footer__copyrights:hover,
.site-footer__copyrights:hover a {
  color: #000 !important;
}
/* div.footer-group > div.footer-logo > a#logo > img {
  width: 408px;
  height: 111px;
} */
.footer-logo {
  display: flex;
  justify-content: center;
  background-color: var(--primary);
  padding: 2rem 2rem 6rem 2rem;
  border-top-left-radius: 5rem;
  border-top-right-radius: 5rem;
  /* margin-right: 5rem; */
  width: 30%;
}
.footer-menu-right {
  height: 100%;
  /* width: fit-content; */
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: end;
  padding-bottom: 2rem;
  /* align-items: center; */
  /* gap: 5rem; */
  width: 35%;
}
.footer-menu-right h3 {
  color: var(--primary);
  margin-bottom: 0;
  font-size: 2rem;
}
.footer-socials {
  height: fit-content;
  padding-bottom: 10rem;
  justify-content: end;
}
.site-footer__logo {
  text-align: right;
}

@media screen and (max-width: 1024px) {
  [class*="block-grid-"] {
    max-width: 660px; /* αλλαγή ανάλογα με το μέγεθος του thumb */
    margin: auto;
  }
  :root {
    --margin-top: 5rem;
  }
  .top-bar {
    height: 85px;
  }
  .top-bar .title-area {
    display: flex;
    align-items: center;
    float: left;
    width: 37%;
    height: 100%;
  }
  /* .top-bar .name {
    height: inherit;
  }
  .top-bar .name #logo {
    height: inherit;
  } */
  .top-bar .name img {
    scale: 0.75;
  }
  ul.center li a {
    font-size: 2rem !important;
  }
  .socials div {
    width: 3.5rem;
    height: 3.5rem;
  }
  .socials a img {
    padding-bottom: 5px;
    margin-bottom: 7px;
    scale: 0.65;
  }
  .homepage main {
    padding-top: 9.2rem;
  }
  /* .photobooth a img {
    padding-bottom: 1rem;
  } */
  .photo-group {
    gap: 1rem;
  }
  #gallery {
    font-size: 2rem;
    padding: 1.2rem 2.4rem 1.2rem 2.4rem;
  }
  .footer-menu-left {
    padding-bottom: 2rem;
  }
  .footer-text p {
    font-size: 1.6rem;
  }
  .site-footer__copyrights,
  .site-footer__copyrights a {
    font-size: 1.6rem;
  }
  .footer-logo {
    padding: 2rem 2rem 6rem 2rem;
    width: 31rem;
    /* margin-right: 2.5rem; */
  }
  .footer-menu-right {
    padding-bottom: 2rem;
  }
  .footer-menu-right h3 {
    font-size: 1.6rem;
  }
  .innerpage main {
    padding-top: 9.2rem;
  }
  .articleImage {
    min-height: 47rem;
  }
  #submitform {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 640px) {
  .st_linkedin_hcount {
    display: none;
  }

  [class*="block-grid-"] {
    max-width: 330px; /* αλλαγή ανάλογα με το μέγεθος του thumb */
    margin: auto;
  }

  :root {
    --margin-top: 2rem;
  }

  .breadcrumbs *,
  .breadcrumbs > .current {
    font-size: 15px;
  }

  .top-bar-section {
    float: none !important;
  }

  .top-bar .toggle-topbar.menu-icon a {
    color: #000000;
    margin-top: 10px;
  }

  .top-bar .toggle-topbar.menu-icon a {
    position: relative;
    width: 2.4rem;
    padding-right: 0;
    height: auto;
  }

  /* .top-bar .toggle-topbar.menu-icon a::after {
    box-shadow: 0 10px 0 1px #000000, 0 16px 0 1px #000000, 0 22px 0 1px #000000;
  } */

  .top-bar .toggle-topbar.menu-icon a::after {
    display: none !important;
  }

  .top-bar .toggle-topbar.menu-icon a span {
    display: block;
    width: 100%;
    border-radius: 3px;
    height: 0.3rem;
    background: var(--secondary);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    position: relative;
  }

  .top-bar .toggle-topbar.menu-icon a span + span {
    margin-top: 0.3rem;
  }

  .top-bar.expanded .toggle-topbar.menu-icon a span:nth-child(1) {
    -webkit-animation: ease 0.7s top forwards;
    animation: ease 0.7s top forwards;
  }

  .top-bar .toggle-topbar.menu-icon a span:nth-child(1) {
    -webkit-animation: ease 0.7s top-2 forwards;
    animation: ease 0.7s top-2 forwards;
  }

  .top-bar.expanded .toggle-topbar.menu-icon a span:nth-child(2) {
    -webkit-animation: ease 0.7s scaled forwards;
    animation: ease 0.7s scaled forwards;
  }

  .top-bar .toggle-topbar.menu-icon a span:nth-child(2) {
    -webkit-animation: ease 0.7s scaled-2 forwards;
    animation: ease 0.7s scaled-2 forwards;
  }

  .top-bar.expanded .toggle-topbar.menu-icon a span:nth-child(3) {
    -webkit-animation: ease 0.7s bottom forwards;
    animation: ease 0.7s bottom forwards;
  }

  .top-bar .toggle-topbar.menu-icon a span:nth-child(3) {
    -webkit-animation: ease 0.7s bottom-2 forwards;
    animation: ease 0.7s bottom-2 forwards;
  }

  @-webkit-keyframes top {
    0% {
      top: 0;
      -webkit-transform: rotate(0);
      transform: rotate(0);
    }
    50% {
      top: 0.5rem;
      -webkit-transform: rotate(0);
      transform: rotate(0);
    }
    100% {
      top: 0.5rem;
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg);
    }
  }

  @keyframes top {
    0% {
      top: 0;
      -webkit-transform: rotate(0);
      transform: rotate(0);
    }
    50% {
      top: 0.5rem;
      -webkit-transform: rotate(0);
      transform: rotate(0);
    }
    100% {
      top: 0.5rem;
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg);
    }
  }

  @-webkit-keyframes top-2 {
    0% {
      top: 0.5rem;
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg);
    }
    50% {
      top: 0.5rem;
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    100% {
      top: 0;
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
    }
  }

  @keyframes top-2 {
    0% {
      top: 0.5rem;
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg);
    }
    50% {
      top: 0.5rem;
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    100% {
      top: 0;
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
    }
  }

  @-webkit-keyframes bottom {
    0% {
      bottom: 0;
      -webkit-transform: rotate(0);
      transform: rotate(0);
    }
    50% {
      bottom: 0.7rem;
      -webkit-transform: rotate(0);
      transform: rotate(0);
    }
    100% {
      bottom: 0.7rem;
      -webkit-transform: rotate(135deg);
      transform: rotate(135deg);
    }
  }

  @keyframes bottom {
    0% {
      bottom: 0;
      -webkit-transform: rotate(0);
      transform: rotate(0);
    }
    50% {
      bottom: 0.7rem;
      -webkit-transform: rotate(0);
      transform: rotate(0);
    }
    100% {
      bottom: 0.7rem;
      -webkit-transform: rotate(135deg);
      transform: rotate(135deg);
    }
  }

  @-webkit-keyframes bottom-2 {
    0% {
      bottom: 0.7rem;
      -webkit-transform: rotate(135deg);
      transform: rotate(135deg);
    }
    50% {
      bottom: 0.7rem;
      -webkit-transform: rotate(0);
      transform: rotate(0);
    }
    100% {
      bottom: 0;
      -webkit-transform: rotate(0);
      transform: rotate(0);
    }
  }

  @keyframes bottom-2 {
    0% {
      bottom: 0.7rem;
      -webkit-transform: rotate(135deg);
      transform: rotate(135deg);
    }
    50% {
      bottom: 0.7rem;
      -webkit-transform: rotate(0);
      transform: rotate(0);
    }
    100% {
      bottom: 0;
      -webkit-transform: rotate(0);
      transform: rotate(0);
    }
  }

  @-webkit-keyframes scaled {
    50% {
      -webkit-transform: scale(0);
      transform: scale(0);
    }
    100% {
      -webkit-transform: scale(0);
      transform: scale(0);
    }
  }

  @keyframes scaled {
    50% {
      -webkit-transform: scale(0);
      transform: scale(0);
    }
    100% {
      -webkit-transform: scale(0);
      transform: scale(0);
    }
  }

  @-webkit-keyframes scaled-2 {
    0% {
      -webkit-transform: scale(0);
      transform: scale(0);
    }
    50% {
      -webkit-transform: scale(0);
      transform: scale(0);
    }
    100% {
      -webkit-transform: scale(1);
      transform: scale(1);
    }
  }

  @keyframes scaled-2 {
    0% {
      -webkit-transform: scale(0);
      transform: scale(0);
    }
    50% {
      -webkit-transform: scale(0);
      transform: scale(0);
    }
    100% {
      -webkit-transform: scale(1);
      transform: scale(1);
    }
  }

  .overlay {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
  }

  .top-bar.expanded .title-area {
    background: #ffffff;
  }

  .top-bar-section li:not(.has-form) a:not(.button) {
    text-align: center;
  }
  ul.dropdown {
    background: transparent !important;
  }
  .top-bar-section {
    gap: 2rem;
  }
  ul.center li a {
    font-size: 1.8rem !important;
  }
  .top-bar {
    height: 65px;
  }
  .socials div {
    width: 3rem;
    height: 3rem;
  }
  .socials a img {
    margin-bottom: 12px;
    scale: 0.6;
  }
  .homepage main {
    padding-top: 7.2rem;
  }
  .photo-group {
    display: flex;
    flex-direction: column;
  }
  .gallery-btn-container {
    margin-top: 2rem;
  }
  #gallery {
    font-size: 1.8rem;
    padding: 1rem 2rem 1rem 2rem;
  }
  /* .photobooth a img {
    padding-bottom: 1rem;
  } */
  .site-footer {
    height: auto;
    padding-bottom: 1rem;
  }
  .footer-row {
    justify-content: flex-start;
    flex-direction: column;
    align-items: center;
    padding-top: 2rem;
    gap: 1rem;
  }
  .footer-group {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    width: 100%;
  }
  .footer-menu-left {
    padding-bottom: 1rem;
    padding-top: 1rem;
    gap: 0rem;
    text-align: center;
  }
  /* .footer-text p {
    font-size: 1.6rem;
  }
  .site-footer__copyrights, 
  .site-footer__copyrights a {
    font-size: 1.6rem;
  } */
  .footer-logo {
    display: flex;
    justify-content: center;
    padding: 0;
    width: 100%;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    margin-right: 0;
  }
  .footer-logo img {
    scale: 0.85;
  }
  .footer-menu-right {
    justify-content: center;
    align-items: center;
    padding-bottom: 1rem;
    gap: 1rem;
  }
  /* .footer-menu-right h3 {
    font-size: 1.6rem;
  } */
  .footer-socials {
    height: fit-content;
    padding-bottom: 0;
  }
  .innerpage main {
    padding-top: 7.2rem;
  }
  .articleImage {
    min-height: 37rem;
  }
  /* .static-page__content {
    justify-content: center;
    flex-direction: column;
    padding-left: 0rem;
  } */
}

@media screen and (max-width: 424px) {
  .top-bar {
    height: 55px;
  }
  .top-bar-section {
    gap: 1rem;
  }
  ul.center li a {
    font-size: 1.6rem !important;
  }
  .socials {
    gap: 1rem;
  }
  .socials div {
    width: 2.5rem;
    height: 2.5rem;
  }
  .socials a img {
    margin-bottom: 16px;
  }
  .homepage main {
    padding-top: 6.2rem;
  }
  #gallery {
    font-size: 1.6rem;
  }
  /* .photobooth a img {
    padding-bottom: 1rem;
  } */
  .footer-row {
    padding-top: 1rem;
  }
  .footer-logo img {
    scale: 0.75;
  }
  .footer-menu-right {
    padding-bottom: 0rem;
  }
  .innerpage main {
    padding-top: 6.2rem;
  }
  .articleImage {
    min-height: 33rem;
  }
}

.album_row {
  max-width: 100%;
}

.album_row h1 {
  margin-top: 50px;
}

.album_row ul {
  margin: 0 !important;
  padding: 0 0.6rem;
}

@media screen and (max-width: 640px) {
  [class*="block-grid-"] {
    max-width: 100%;
  }

  .articleImage {
    min-height: 28rem;
    background-size: cover;
    background-attachment: unset;
  }

  .footer-menu-right,
  .footer-menu-left {
    max-width: 100%;
    width: 100%;
  }

  .footer-row {
    padding-left: 0;
    padding-right: 0;
  }

  .footer-menu-left {
    padding: 1rem;
  }
}
