  #mc_embed_signup{background:transparent;clear:left; width: 100%;}
  #mc_embed_signup .mc-field-group input {
    background: transparent !important;
    border: 0 !important;
    border-bottom: 1px solid <?php the_field('text_colour'); ?> !important;
    border-radius: 0 !important;
    padding: 0 !important;
    text-indent: 0 !important;
    color: #fff !important;
  }
  #mc_embed_signup div#mce-responses {
    padding: 0 !important;
    margin: 0 !important;
    width: 100% !important;
  }
  #mc_embed_signup div.response {
    margin: 0 !important;
    padding: 0 !important;
    font-weight: normal !important;
    width: 100% !important;
    color: #fff !important;
  }
  #mce-EMAIL::placeholder {
    color: #fff !important;
    opacity: 0.6; /* ensures full color visibility across browsers */
  }
  #mce-EMAIL:focus::placeholder {
    color: #fff !important;
  }
  #mc_embed_signup #mc-embedded-subscribe-form div.mce_inline_error {
    background-color: #115760 !important;
    color: #fff !important;
    position: absolute;
    right: 0 !important;
  }
  
body, html {
  background: #F2F1F0 !important;
  color: #006D93 !important;
}

a, footer, .accordion-header, .accordion-body {
  color: #003E53;
}
.accordion-card {
  border-bottom: 1px solid #000 !important;

}
hr {
  color: #000 !important; opacity: 1 !important;
}
header {
  position: fixed;
  z-index: 9999;
  width: 100%;
  top: 12px;
  display: flex;
}

#spLogo svg {
  display: block;
  width: 202px;
  height: auto;
  max-width: 100%;
}
#smonogramLogo svg {
  display: block;
  width: 202px;          /* match your old <img> width */
  height: auto;
  max-width: 100%;
}

/* .current-menu-item > a::before {
 content: "•";
 color: currentColor;
 line-height: 1;
 display: inline-block;
 position: absolute;
 margin-left: -15px;
 margin-top: 3px;
 font-size: 22px;
}

body.single-project .menu-item-249 > a::before {
 content: "•";
  color: currentColor;
  line-height: 1;
  display: inline-block;
  position: absolute;
  margin-left: -15px;
  margin-top: 3px;
  font-size: 22px;
} */

a {
  text-decoration: none !important;
}


  #grad {
  position: relative;                 /* needed for the pseudo-element */
  color: #fff !important;
  background: linear-gradient(0deg, rgba(17, 87, 96, 0) 0%, rgb(15 120 134 / 50%) 100%);
  overflow: hidden;                   /* clips the blur inside rounded corners */
  }
  
  /* The fading blur layer */
  #grad::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  
  /* the actual backdrop blur */
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  
  /* fade the blur out with a mask (top→transparent here; flip as needed) */
  mask-image: linear-gradient(to bottom, rgba(0,0,0,1) 40%, rgba(0,0,0,0) 100%);
  -webkit-mask-image: linear-gradient(to bottom, rgba(0,0,0,1) 40%, rgba(0,0,0,0) 100%);
  }
  
  #grad.grad-hover {
    background: #000 !important;
    box-shadow: 0 1.25rem 1rem rgba(0, 0, 0, .15) !important;
  }

     /* Submenu container */
  #mainMenuRight .sub-menu {
    position: absolute;
    top: 100%;
    left: 0px;
    background: #003E53 !important;
    padding: 20px;
    display: none;
    flex-direction: column;
    min-width: 200px;
    border-radius: 12px;
    list-style: none !important;
    box-shadow: 0 1.25rem 1rem rgba(0, 0, 0, .15) !important;
  }
  
  #mainMenuRight .sub-menu li a {
    color: white !important;
    font-weight: 500;
    display: block;
    transition: color 0.2s;
  }
  
  #mainMenuRight .sub-menu li a:hover {
    color: #00ff84;
  }
  
  /* Show submenu on hover */
  #mainMenuRight li.menu-item-has-children {
    position: relative;
  }
  #mainMenuRight li.menu-item-has-children:hover > .sub-menu {
    display: flex;
  }
  
  /* Cart and Buttons (assumes wrapped in li or added separately) */
  #mainMenuRight .menu > li:last-child {
    margin-left: auto; /* pushes login / ticket to far right */
  }
#smonogramLogoMobileHeader, #menuButton {
  display: none;
}
/* Base Menu Container */
#mainMenuLeft, #mainMenuRight {
  padding: 15px 30px;
}
#mainMenuLeft {
  width: 20vw;
  display: flex;
  justify-content: start;
}
#mainMenuRight {
  width: 80vw;
  display: flex;
  justify-content: end;
}
#spLogo {
  width: 20vw;
  display: flex;
  justify-content: center;
}

/* Menu List */
#mainMenuLeft ul.menu, #mainMenuRight ul.menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 15px;
  align-items: center;
}

/* Menu Items */
#mainMenuLeft ul.menu > li > a, #mainMenuRight ul.menu > li > a {
  text-decoration: none;
  transition: color 0.3s;
  padding: 0px 20px;
  display: inline-block;
  font-family: 'Fellix', serif;
font-weight: bold;
color: white;
}

/* Active or hovered */
#mainMenuLeft ul.menu > li > a:hover,
#mainMenuLeft ul.menu > li.current-menu-item > a,
#mainMenuLeft ul.menu > li.current_page_item > a {
  color: #00ff84; /* Neon green (matching the logo/hover) */
}

.button a {
   padding: 3px 0px !important;
}


/* Cart and Buttons (assumes wrapped in li or added separately) */
#mainMenuLeft .menu > li:last-child {
  margin-left: auto; /* pushes login / ticket to far right */
}

     
#grad {
  height: 105px;
  position: fixed;
  z-index: 3;
  top: 0;
  left: 0;
  width: 100vw !important;
  pointer-events: none !important;
}

.pad-start-0 {
  padding-left: 0;
}

.pad-end-0 {
  padding-right: 0;
}  
  
  
  .award-logo {
    aspect-ratio: 1/1 !important;
    object-fit: contain;
    object-position: center;
    width: 100vw !important;
    max-height: 125px !important;
  }

  .footer-column-2 p {
    margin-bottom: 0 !important;
  }
    
    /* Basic reset for mobile menu */
.menu-ivi-mobile-container {
  width: 100%;
}

#menu-ivi-mobile {
  list-style: none;
  margin: 0;
  padding: 0;
}

#menu-ivi-mobile > li {
  border-bottom: 0px solid #ddd;
  padding: 15px 0px;
}
#menu-ivi-mobile > li:last-child {
  margin-top: 30px !important;
}

/* Top-level links */
#menu-ivi-mobile a {
  display: block;
  text-decoration: none;
  color: #fff !important;
}

/* Style for the "button" item if needed */
#menu-ivi-mobile .button > a {
  text-align: center;
  font-weight: 600;
}

/* Submenu base styles */
#menu-ivi-mobile .sub-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  max-height: 0;               /* accordion closed */
  overflow: hidden;
  transition: max-height 0.25s ease;
}

/* Submenu links */
#menu-ivi-mobile .sub-menu a {
  padding: 10px 0px;
  font-size: 16px !important;
  font-family: "Fellix", sans-serif;
}

/* Parent items with children */
#menu-ivi-mobile .menu-item-has-children > a {
  position: relative;
}

/* Arrow indicator */
#menu-ivi-mobile .menu-item-has-children > a::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%) rotate(0deg);
  border-style: solid;
  border-width: 0.35rem 0.35rem 0 0.35rem;
  border-color: #fff transparent transparent transparent;
  transition: transform 0.2s ease;
}

/* Open state for accordion item */
#menu-ivi-mobile .menu-item-has-children.is-open > a::after {
  transform: translateY(-50%) rotate(180deg);
}

/* When open, let submenu expand */
#menu-ivi-mobile .menu-item-has-children.is-open > .sub-menu {
  /* we’ll set max-height inline via JS, but this keeps it from snapping closed */
  max-height: 1000px;
}


/* Make room on parent items for the toggle button */
#menu-ivi-mobile .menu-item-has-children {
  position: relative;
  padding-right: 2rem; /* space on the right for the arrow button */
}

/* Hide the pseudo-arrow on the <a> – we’ll draw it on the button instead */
#menu-ivi-mobile .menu-item-has-children > a::after {
  display: none;
}

/* The arrow toggle button */
#menu-ivi-mobile .submenu-toggle {
  position: absolute;
  right: 0;
  top: 20px;
  width: 20px;
  border: none;
  background: none;
  padding: 0;
  cursor: pointer;
}

/* Arrow graphic (matches your old white arrow style) */
#menu-ivi-mobile .submenu-toggle::before {
  content: "";
  display: block;
  width: 20px;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #fff transparent transparent transparent;
  transition: transform 0.2s ease;
}


.match-col {
  display: flex;
}

.match-col .matchHeightHere {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
}
  .bottom-top-margin {
    margin-top: 60px;
  }
      .feature-icon {
    display: inline-block;
}

.feature-icon {
    width: 120px;
    height: 120px;
}

.feature-icon svg {
    width: 100%;
    height: 100%;
}

.feature-icon svg {
    aspect-ratio: 1 / 1;
    max-height: 120px;
    width: auto;
    height: 100%;
}
  .animate__delay-025s {
    animation-delay: 0.25 !important;
  }
  .border-top-footer {
    border-top: 1px solid #FF7F5C !important;
  }
    
    hr {
      margin: 30px 0px !important;
    }

  div.wpforms-container-full input[type=password] {
    color: #fff !important;
  }
  

    .badge {
    background: #00a1d9;
    color: #fff;
    font-size: 12px !important;
  font-weight: 100 !important;
    }

  div.wpforms-container-full input[type=text],div.wpforms-container-full input[type=email], div.wpforms-container-full input[type=text]:focus {
    color: #006D93 !important;
  }
  div.wpforms-container-full .wpforms-confirmation-container-full {
    background: #09e38b;
    border: 0px solid #b4d39b;
    box-sizing: border-box;
    border-radius: 30px !important;
  }
  div.wpforms-container-full h3 {
    margin: 0;
    padding: 15px !important;
  }
    .item p {
      font-weight: 200 !important;
      font-size: 18px !important;
    }
  
    .overlay {
      width: 100%;
      background: rgba(0,0,0,0.35);
      height: 100%;
      position: absolute;
      z-index: 0;
      border-radius: 30px;
      top: 0;
      left: 0;
    }
    .sp-logo {
      width: 140px;
    }

.js-equal-height-row {
  opacity: 0;
  visibility: hidden;
}

.js-equal-height-row.is-ready {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.25s ease;
}

/* Optional: smooth animate the height change itself */
.matchHeightHere {
  transition: height 0.2s ease;
}

 .accordion-card {
   border-bottom: 0px !important;
   background: #FFFFFF;
   border-radius: 12px !important;
   margin-bottom: 5px;
 }
  .accordion-header {
  padding: 20px 20px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: 'Fellix', serif;
  }
 

  .custom-accordion .accordion-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  }

  .custom-accordion .accordion-icon {
  display: inline-grid;
  place-items: center;
  position: relative;
  width: 30px;
  height: 30px;
  }

  .custom-accordion .icon {
  position: absolute;
  inset: 0;
  transition: opacity 180ms ease, transform 180ms ease;
  }

  /* Start with PLUS visible */
  .custom-accordion .icon-plus { opacity: 1; }
  .custom-accordion .icon-minus { opacity: 0; }

  /* When card is open, hide PLUS, show MINUS */
  .custom-accordion .accordion-card.is-open .icon-plus { opacity: 0; transform: scale(0.9); }
  .custom-accordion .accordion-card.is-open .icon-minus { opacity: 1; transform: scale(1); }

  /* Smooth expand/collapse */
  .custom-accordion .accordion-content {
  overflow: hidden;
  max-height: 0;
  transition: max-height 220ms ease;
  }
  .custom-accordion .accordion-card.is-open .accordion-content {
  /* JS sets exact height; this is a fallback */
  max-height: 1000px;
  }


.video-title {
  font-family: "Fellix", serif;
  font-style: normal;
  line-height: clamp(21px, 3vw, 26px);
}

.plyr__video-wrapper,
.plyr__controls {
  border-radius: 12px !important;
}

.plyr--video .plyr__control:hover {
  background: #115760;
  color: #f69222;
}

.plyr--youtube .plyr__control--overlaid,
.plyr--vimeo .plyr__control--overlaid {
  background: #f69222;
  color: #115760;
  border-radius: 50%;
  box-shadow: 0 8px 28px rgba(0, 0, 0, .25);
}

.ticker-wrap {
  width: 100%;
  height: 60px;
  margin: 0 auto;
  white-space: nowrap;
  position: relative;
  bottom: 0;
  background-color: transparent;
}
.ticker {
  display: inline-block;
  margin-top: 2.5px;
  animation: marquee 200s linear infinite;
}
.item-collection-1 {
  position: relative;
  left: 0%;
  animation: swap 200s linear infinite;
}
.item {
  display: inline-block;
  padding: 0 1rem;
}
.item h3 {
  font-weight: 200;
  font-style: normal;
}
@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes swap {
  0%,
  50% {
    left: 0%;
  }
  50.01%,
  100% {
    left: 100%;
  }
}
.flag {
  height: 32px;
  vertical-align: baseline;
}

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@font-face {
    font-family: "Fellix";
    src: url("..//fonts/Fellix-Bold.eot");
    src:url("..//fonts/Fellix-Bold.eot?#iefix") format("embedded-opentype"),
        url("..//fonts/Fellix-Bold.woff2") format("woff2"),
        url("..//fonts/Fellix-Bold.woff") format("woff"),
        url("..//fonts/Fellix-Bold.ttf") format("truetype");
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: "Fellix";
    src: url("..//fonts/Fellix-Regular.eot");
    src:url("..//fonts/Fellix-Regular.eot?#iefix") format("embedded-opentype"),
        url("..//fonts/Fellix-Regular.woff2") format("woff2"),
        url("..//fonts/Fellix-Regular.woff") format("woff"),
        url("..//fonts/Fellix-Regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}


body {
  font-family: "Fellix", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: clamp(14px, 3vw, 18px);
  line-height: clamp(18px, 3vw, 26px);
}

h1 {
  font-family: "Fellix", serif;
  font-weight: bold;
  font-style: normal;
  font-size: 80px !important;
  line-height: 75px !important;
  letter-spacing: -2px;
}

h2 {
  font-family: "Fellix", serif;
  font-weight: bold;
  font-style: normal;
  font-size: 54px !important;
  line-height: 60px !important;
}

h3,
.h3,
.h3 p, h3 p {
  font-family: "Fellix", serif;
  font-weight: normal;
  font-style: normal;
  font-size: 26px !important;
  line-height: 32px !important;
}

h4 {
  font-family: "Fellix", serif;
  font-weight: bold;
  font-style: normal;
  font-size: clamp(22px, 3vw, 32px);
  line-height: clamp(26px, 3vw, 36px);
}

h5, .h5 {
  font-family: "Fellix", serif;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  line-height: 1;
}

strong,
footer {
  font-family: "Fellix", sans-serif;
  font-weight: bold;
  font-style: normal;
}

p {
  font-family: "Fellix", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: clamp(14px, 3vw, 18px);
  line-height: clamp(18px, 3vw, 26px);
}
em {
  font-family: "Fellix", serif;
  font-style: italic;
}

::-ms-input-placeholder {
  /* Edge 12-18 */
  color: #003e53;
}

::placeholder {
  color: #003e53;
}
*:focus {
  outline: none;
}
textarea:focus,
input:focus {
  outline: none;
}
.award-logo-intro {
  height: 80px;
  object-fit: contain;
  max-width: 200px;
}
.logo-spacer-intro {
  margin: 15px;
}
.logo-spacer-intro:first-child {
  margin: 15px 15px 15px 15px !important;
}

.supporters {
  width: 450px;
}

.slick-dots li {
  margin: 0 !important;
}
.slick-dots li button:before {
  font-size: 10px !important;
  color: #2b393c !important;
}
.slick-dots li.slick-active button:before {
  opacity: 1 !important;
  color: #2b393c !important;
}
.menu-overlay {
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    90deg,
    rgba(43, 57, 60, 0) 0%,
    rgba(43, 57, 60, 1) 84%
  );
  opacity: 1;
  display: none;
}
.overlayOn {
  display: block;
}

.text-dark-green {
  color: #2b393c !important;
}
.text-white {
  color: white !important;
}

/*
  header a {
    opacity: 0.75;
  }
  header a:hover {
    opacity: 1.0;
  }
*/
.current_page_item a {
  opacity: 1;
}
header .row {
  margin-left: 0px;
  margin-right: 0px;
}
.menu-padding {
  background: white;
  border-radius: 30px;
  margin-right: 15px;
}
.search-is-open {
  background: #2a393c !important;
}
input.search-field {
  width: 100% !important;
  background: transparent;
  border-bottom: 0px solid #727b7b;
  border-top: 0px;
  border-left: 0px;
  border-right: 0px;
  padding: 0px;
  border-radius: 0px;
  color: white;
}

.font-green {
  color: #115760 !important;
}

.margin-top-10 {
  margin-top: 10px;
}
.margin-top-30 {
  margin-top: 30px;
}
.margin-top-60 {
  margin-top: 60px;
}
.margin-bottom-10 {
  margin-top: 10px;
}
.padding-inline-60 {
  padding-inline: 60px !important;
}
@media (max-width: 992px) {
  .padding-inline-60 {
  padding-inline: 12.5px !important;
}
}
.padding-top-30 {
  padding-top: 30px !important;
}
.padding-top-45 {
  padding-top: 45px !important;
}
.padding-top-60 {
  padding-top: 60px !important;
}
.padding-top-75 {
  padding-top: 75px !important;
}
.padding-top-100 {
  padding-top: 100px !important;
}
.padding-block-30 {
  padding-block: 30px !important;
}
.padding-bottom-45 {
  padding-bottom: 45px !important;
}
.padding-bottom-30 {
  padding-bottom: 30px !important;
}
.padding-bottom-60 {
  padding-bottom: 60px !important;
}
.padding-bottom-100 {
  padding-bottom: 100px !important;
}

.innerpadding-right-50 {
  padding-right: 50px;
}

.innerpadding-block-30 {
  padding-block: 30px;
}
.innerpadding-block-15 {
  padding-block: 15px;
}
.innerpadding-block-10 {
  padding-block: 10px;
}
.innerpadding-menu {
  padding: 15px 30px;
}
.innerpadding-90-60 {
  padding: 90px 60px;
}
.innerpadding-60-allround {
  padding: 60px 60px;
}
.innerpadding-60 {
  padding: 60px 30px;
}
.innerpadding-30 {
  padding: 30px;
}
.innerpadding-15 {
  padding: 15px;
}
.row-padding-30 {
  padding-left: 30px;
  padding-right: 30px;
}
.margin-bottom-30 {
  margin-bottom: 30px;
}
.margin-bottom-15 {
  margin-bottom: 15px;
}


.main-hover-invert {
  cursor: pointer;
  background: #003e53;
  background-image: url(../images/arrow-right.svg);
  color: #ffffff !important;
  background-repeat: no-repeat;
  background-size: 40px;
  background-position: right 15px top 15px;
}
.main-hover-invert {
  transition: 0.5s ease-in-out;
}
.main-hover-invert:hover {
  background: #ffffff;
  background-image: url(../images/arrow-right.svg);
  background-repeat: no-repeat;
  background-size: 40px;
  background-position: right 15px top 15px;
  color: #003e53 !important;
  transform: scale(1.025);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.main-hover-invert .feature-icon {
	height: 40px !important;
	width: 40px !important;
    display: inline-block;
    margin-right: 5px;
}
.feature-block-static {
  background: #ffffff;
  color: #003e53 !important;
  background-image: none;
  background-repeat: no-repeat;
  background-size: 40px;
  background-position: right 15px top 15px;
}

.main-hover {
  cursor: pointer;
  background: #ffffff;
  background-image: none;
  background-repeat: no-repeat;
  background-size: 40px;
  background-position: right 15px top 15px;
}
.main-hover,
.button {
  transition: 0.5s ease-in-out;
}
.main-hover:hover {
  background: #003e53;
  background-image: url(../images/arrow-right.svg);
  background-repeat: no-repeat;
  background-size: 40px;
  background-position: right 15px top 15px;
  color: #ffffff !important;
  transform: scale(1.025);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.main-hover:hover img.call-icon {
  filter: invert(79%) sepia(38%) saturate(249%) hue-rotate(143deg)
    brightness(88%) contrast(88%);
}

.main-hover:hover .button {
  background: #2f60ff !important;
  color: #fff !important;
}

.job-hover {
  cursor: pointer;
  background: #ffffff;
  color: #003e53 !important;
  background-image: none;
  background-repeat: no-repeat;
  background-size: 30px;
  background-position: right 10px top 10px;
}
.job-hover {
  transition: 0.5s ease-in-out;
}
.job-hover:hover {
  background: #003e53;
  background-image: url(../images/arrow-right.svg);
  background-repeat: no-repeat;
  background-size: 30px;
  background-position: right 10px top 10px;
  color: #ffffff !important;
  transform: scale(1.025);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}


.menu-show {
  display: none;
}
footer, footer p {
  font-size: 14px;
  line-height: 18px;
}

footer a:link,
footer a:visited {
  color: #fff !important;
  text-decoration: none;
}
header a:link,
header a:visited {
  text-decoration: none;
}
a.button:link,
a.button:visited {
  color: #f9f6f0;
}
.call-to-action {
  height: 75.5vh;
}
.call-to-action a:link,
.call-to-action a:visited {
  color: #2a393c;
}
.call-to-action .button {
  background: #f9f6f0;
  color: #2a393c;
}
footer input[type="submit"] {
  font-size: inherit !important;
  text-transform: capitalize !important;
  font-weight: 500 !important;
  letter-spacing: 0px !important;
  background: #f9f6f0 !important;
}
.button > a {
  color: #003E53 !important;
}

div.wpforms-container-full .wpforms-page-button, .button,
div.wpforms-container-full button[type="submit"] {
  background: #003E53 !important;
  color: #fff !important;
  display: inline-block !important;
  padding: 3px 15px !important;
  text-decoration: none;
  border-radius: 20px !important;
  font-family: "Fellix", serif !important;
  font-weight: bold !important;
  font-style: normal !important;
  box-shadow: none !important;
}

.button {
  background: #fff !important;
  color: #003E53 !important;
  display: inline-block !important;
  padding: 3px 15px !important;
  text-decoration: none;
  border-radius: 20px !important;
  font-family: "Fellix", serif;
  font-weight: bold;
  font-style: normal !important;
  box-shadow: none !important;
  transition: ease-in-out 0.3s;
}
.button:hover {
  background: #03a3dd !important;
}
div.wpforms-container-full input,
div.wpforms-container-full textarea {
  background: #e6f8ff !important;
  border-left: 0px !important;
  border-right: 0px !important;
  border-top: 0px !important;
  border-bottom: 0px solid #003E53 !important;
  border-radius: 3px !important;
  font-size: clamp(14px, 2vw, 18px) !important;
  line-height: 1.3 !important;
}
div.wpforms-container-full .wpforms-field-label {
  font-size: clamp(14px, 2vw, 18px) !important;
  line-height: 1.3 !important;
  margin-bottom: 0px !important;
  color: #003E53 !important;
}
.wpforms-container .wpforms-form .wpforms-field-sublabel,
.wpforms-container .wpforms-form .wpforms-field-description {
  color: #003E53 !important;
}
div.wpforms-container-full input[type="text"] {
  padding: 0px !important;
}
.add-colour {
}
.hidden-xs {
  display: block;
}
.visible-xs {
  display: none;
}

div.wpforms-container-full {
  margin: 0 !important;
}
.wpforms-container .wpforms-field {
  padding: 0px 0px 15px 0px !important;
}
.wpforms-container .wpforms-submit-container {
  padding: 0px !important;
  margin: 0px !important;
}
.page-id-1080 header {
  background: rgb(198, 178, 70);
}
.menu-show.menu-clicked {
  display: block;
  position: fixed;
  z-index: 3;
  background: #2b393c;
  width: calc(50vw + 1px);
  right: 0;
  height: 100dvh;
  border-left: 0px solid black;
  top: 0;
  padding-top: 90px;
  font-weight: 500;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
ul#menu-oso-1 {
  padding-left: 0px !important;
  list-style: none;
}
#menu a:link,
#menu a:visited {
  color: #f9f6f0;
  text-decoration: none;
}
.show-on-mobile {
  display: none;
}
.border-b-l-radius {
  border-bottom-left-radius: 30px;
}
.border-b-r-radius {
  border-bottom-right-radius: 30px;
}
.border-t-l-radius {
  border-top-left-radius: 30px;
}
.border-t-r-radius {
  border-top-right-radius: 30px;
}
.small-logo {
  height: 50px;
  object-fit: contain;
  max-width: 200px;
}
.testimonial-logo {
  max-height: 80px
}

.border-radius-12 {
  border-radius: 12px !important;
}

@media only screen and (max-width: 1300px) {
  .hide-from-desktop {
    display: none;
  }
  .innerpadding-menu {
    padding: 12.5px 15px;
  }
  .show-on-mobile {
    display: block;
  }

  header .row {
    margin-left: -5px;
    margin-right: -5px;
  }

  .margin-top-30 {
    margin-top: 20px;
  }
  .innerpadding-menu.mobile-menu-icon,
  .innerpadding-menu.mobile-search-icon {
    padding: 11px 0px;
  }

  .mobile-menu-icon,
  .mobile-search-icon {
    height: 55px;
    width: 55px;
  }

  .menu-show.menu-clicked {
    padding-top: 70px;
  }
  .innerpadding-30 {
    padding: 20px;
  }
  .innerpadding-15 {
    padding: 12.5px;
  }
 

  .search-container-mobile {
    position: fixed;
    z-index: 3;
    background: #2b393c;
    width: 50vw;
    right: 0;
    height: 100dvh;
    border-left: 0px solid black;
    padding-top: 0px;
    font-size: 22px !important;
    top: 0;
  }
}

@media only screen and (max-width: 1200px) {
  h1 {
    font-size: 70px !important;
  }
  h2 {
    font-size: 44px !important;
    line-height: 50px !important;
  }
  h3, h3 p {
    font-size: 30px !important;
    line-height: 34px !important;
  }
  .innerpadding-90-60 {
    padding: 90px 12.5px 12.5px 12.5px;
  }
  .innerpadding-60-allround {
      padding: 45px 45px;
  }
  .spacerTop {
    padding-top: 60px;
  }
}
  @media (max-width: 991px) {
	  .spacerTop {
      padding-top: 60px;
    }
    h1 {
      font-size: 50px !important;
      line-height: 50px !important;
    }
    h2 {
      font-size: 34px !important;
      line-height: 56px !important;
    }
    h3, h3 p {
      font-size: 28px !important;
      line-height: 34px !important;
    }
    .ps-mob-fix {
      padding-left: 0 !important;
    }
    
    .innerpadding-90-60 {
      padding: 90px 12.5px 12.5px 12.5px;
    }
    .innerpadding-60-allround {
        padding: 30px 30px;
    }
	  header {
		  height: 65px;
	  }
	  
	    .hamburger {
  --size: 45px;
  width: var(--size);
  height: var(--size);
  display: inline-grid;
  place-items: center;
  padding: 0;
  border: 0;
  background: transparent;
  color: #fff !important;           /* inherits from parent text color */
  cursor: pointer;
  }
  
    
  .burger { display: block; overflow: visible; }
  
  .line {
  stroke: #fff;
  stroke-width: 1;
  stroke-linecap: square;
  transform-origin: 12px 12px;     /* center of the 24×24 viewBox */
  transition:
    transform 220ms ease,
    opacity 180ms ease;
  }
  
  /* Motion-friendly */
  @media (prefers-reduced-motion: reduce) {
  .line { transition: none; }
  }
  
  /* ——— Active state (hamburger → X) ——— */
  .hamburger.is-active .top {
  transform: translateY(5px) rotate(45deg);
  }
  .hamburger.is-active .middle {
  opacity: 0;
  transform: scaleX(0.5);
  }
  .hamburger.is-active .bottom {
  transform: translateY(-2px) rotate(-45deg);
  }
  
  /* Optional hover focus */
  .hamburger:focus-visible { outline: 2px solid currentColor; outline-offset: 4px; }
  
  .current-menu-item > a::before {

   margin-top: 13px;

  }
  
  body.single-project .menu-item-249 > a::before {

    margin-top: 13px;
  }
  
  #spLogo {
    width: 100% !important;
    display: flex;
    justify-content: center;
  }
  
  .mobile-pad-reset {
    padding: 0;
  }
  .mobile-margin-bottom-30 {
    margin-bottom: 30px;
  }
  
  .mobile-margin-bottom-12p5 {
    margin-bottom: 12.5px;
  }
  .pad-start-0 {
    padding-left: inherit;
  }
  
  .pad-end-0 {
    padding-right: 0;
  }
  
  /* Base Menu Container */
  #menu-link-mobile {
    padding: 0px 10px;
  }
  
  /* Menu List */
  ul#menu-link-mobile {
    margin: 0 !important;
    text-align: left;
    list-style: none !important;
  }
  
  /* Menu Items */
  ul#menu-link-mobile li > a {
    text-transform: capitalize;
    text-decoration: none;
    font-style: normal;
    font-size: 30px !important;
    line-height: 50px !important;
    display: block;
  }
  
  ul#menu-link-mobile li.button {
    background: #fff !important;
    color: #003E53 !important;
   margin-top: 10px !important;
    padding: 0px 15px !important;
    border-radius: 30px !important;
  }
  ul#menu-link-mobile li.button a {
    color: #003E53 !important;
  }
  
#smonogramLogoMobileHeader {
  display: block !important;
  display: block !important;
  position: fixed;
  z-index: 4;
  top: 12.5px;
  left: 12.5px;
  width: 90px;
}
  
#spLogo {
  padding: 15px 30px;
  z-index: 4;
}
#menuButton {
  position: fixed;
  top: 12.5px;
  right: 20px;
  z-index: 5;
  display: block !important;
  }


    .menuButton {
    background-image: url('<?php bloginfo('template_url'); ?>/images/dot-menu.svg');
    background-color: #03E38B;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer !important;
    transition: all 0.5s ease-out;
    }
    .menuButton:hover{
    background-color: white;
    }
  
  @keyframes fadeIn {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
    }
    
    @keyframes fadeOut {
    from {
      opacity: 1;
    }
    to {
      opacity: 0;
    }
    }
    
    .fadeIn {
    animation: fadeIn 0.3s forwards;
    }
    
    .fadeOut {
    animation: fadeOut 0.3s forwards;
    }
    
    .menu-clicked {
    display: block; /* Ensure the menu is visible when clicked */
    }
    
    /* Ensure the menu is hidden when not clicked */
    .menu-show:not(.menu-clicked) {
    display: none
    }
  
    .animate__delay-1s {
    animation-delay: 0.20s !important;
    }
    
    .animate__delay-2s {
    animation-delay: 0.25s !important;
    }
    
    .animate__delay-3s {
    animation-delay: 0.30s !important;
    }
    .animate__delay-4s {
    animation-delay: 0.35s !important;
    }
    #mainMenuRight, #mainMenuLeft .sp-logo {
      display: none !important;
    }
    #smonogramLogoMobileHeader svg {
    display: block !important;
    width: 32px;         
    height: auto;
    max-width: 100%;
    position: fixed;
    z-index: 4;
    top: 10px;
    left: 10px;
    }
    #smonogramLogo svg {
    display: block;
    width: 72px;          /* match your old <img> width */
    height: auto;
    max-width: 100%;
    }


    #grad {
      height: 80px;
    }


   .menu-show.menu-clicked {
     position: fixed;
     z-index: 4;
     width: 100%;
     right: 0px;
     height: 100%;
     padding-top: 40px !important;
     top: 0px;
     padding-top: 0px;
     font-family: "Fellix", serif;
     font-weight: bold;
     pointer-events: all;
     display: block;
     }
  
   
    .menuButton {
      background-image: url('<?php bloginfo('template_url'); ?>/images/dot-menu.svg');
      background-color: #03E38B;
      width: 40px;
      height: 40px;
      border-radius: 100%;
      background-repeat: no-repeat;
      background-position: center;
      cursor: pointer !important;
      transition: all 0.5s ease-out;
    }
    #menuButton {
      top: 10px !important;
      right: 10px !important;
    }
    #spLogo {

      z-index: 4;
    }
  
  }
  
@media only screen and (max-width: 767px) {
  .accordion-header {
  padding: 10px 10px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: 'Fellix', serif;
  }
	.innerpadding-90-60 {
  padding: 60px 12.5px 12.5px 12.5px;
}
.padding-bottom-60 {
  padding-bottom: 12.5px !important;
}
.padding-bottom-30 {
  padding-bottom: 12.5px !important;
}
.padding-top-30 {
  padding-top: 12.5px !important;
}
.padding-top-45 {
  padding-top: 12.5px !important;
}
.padding-bottom-45 {
  padding-bottom: 12.5px !important;
}
  h1 
  {
    font-size: 40px !important;
     line-height: 42px !important;
  }
  h2 {
    font-size: 24px !important;
    line-height: 28px !important;
  }
  h3, .h3, .h3 p, h3 p {
    font-size: 20px !important;
    line-height: 24px !important;
  }
   h4 {
    font-size: 16px !important;
    line-height: 20px !important;
    margin-bottom: 0 !important;
  }
  .mobile-pad-reset {
    padding: 0 !important;
  }
  /* ——— sizing & color ——— */
  .hamburger {
  --size: 36px;
  width: var(--size);
  height: var(--size);
  display: inline-grid;
  place-items: center;
  padding: 0;
  border: 0;
  background: transparent;
  color: #fff !important;           /* inherits from parent text color */
  cursor: pointer;
  }
  
  .burger { display: block; overflow: visible; width: 35px;margin-top: -5px;}
  
  .line {
  stroke: #fff;
  stroke-width: 2;
  stroke-linecap: square;
  transform-origin: 12px 12px;     /* center of the 24×24 viewBox */
  transition:
    transform 220ms ease,
    opacity 180ms ease;
  }
  
  /* Motion-friendly */
  @media (prefers-reduced-motion: reduce) {
  .line { transition: none; }
  }
  
  /* ——— Active state (hamburger → X) ——— */
  .hamburger.is-active .top {
  transform: translateY(5px) rotate(45deg);
  }
  .hamburger.is-active .middle {
  opacity: 0;
  transform: scaleX(0.5);
  }
  .hamburger.is-active .bottom {
  transform: translateY(-2px) rotate(-45deg);
  }
  
  /* Optional hover focus */
  .hamburger:focus-visible { outline: 2px solid currentColor; outline-offset: 4px; }
  
  
  .award-logo {
      
      max-height: 45px !important;
      
      }
      
      .award-logo.innerpadding-30 {
        padding: 6.5px !important;
      }
  
  
        .bottom-top-margin {
          margin-top: 12.5px;
        }
        .slick-slide {
          margin: 0px 5px !important;
        }
        .slick-dots {
          position: relative !important;
          bottom: -10px !important;
        }
        
        .container {
          max-width: 100% !important;
        }
        .links-image {
          
        }
        .feature-icon {
      width: 70px;
      height: 70px;
  }
        .container {
          padding: 0 !important;
        }
        .add-on-arrows {
      height: 20px !important; float: right; margin-top: 4px;
    }
      .more-ticket-arrows {
      height: 20px !important; float: right; margin-top: 0px;
    }
        .sp-logo {
          width: 130px;
          margin-top: 10px;
        }
        .ticker-area {
          background: #00502c; border-radius: 12px;margin-right: 15px;overflow:  hidden !important; width: 150px; padding-left: 0px !important; padding-right: 0px !important;height: 30px !important;padding-top: 2px !important;
        }
        .join-us-bottom {
          bottom: 15px;
          left: 0;
          width: 100%;
          z-index: 9999 !important;
        }
        .intro-image {
          color: white; height: 100vh; color: white; height: 100vh; background: url('https://tryka.fit/wp-content/uploads/2025/05/cta-2.webp'); background-size: 300px; background-position: center; background-repeat: no-repeat; border-radius: 20px; overflow: hidden;
        }
        .push-beyond-text {
          width: 100%; position: absolute; left: 0; top: 0; z-index: 0; pointer-events: none !important; overflow: hidden !important; transform: scale(1.4);
        }
        .arrows-animation {
          width: 100%; position: absolute; left: 0; top: 0; z-index: -1; pointer-events: none !important;  transform: scale(1.0);
        }
        .feature-event {
          background-size: contain !important; background-position: center center; background-repeat: repeat; height: auto;overflow: hidden !important; position: relative; padding-top: 15px;
        }
        .feature-gallery {
          background-size: contain !important; background-position: center center; background-repeat: repeat; height: 30vh;overflow: hidden !important; position: relative; padding-top: 15px;
        }
        .overlay {
          border-radius: 12px;
        }
        
        .feature-event-image {
          height: 300px; background-size: cover !important; background-position: bottom;
        }
     
    
  #mc_embed_signup .mc-field-group {
    min-height: 30px !important;
    margin-bottom: 15px !important;
  }
  .testimonial-logo {
    max-height: 40px;
    max-width: 150px;
  }
  .border-radius-12 {
    border-radius: 6px !important;
  }
  .call-to-action {
    height: 60vh;
  }
  footer, footer p {
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 15px !important;
  }

  .button,
  div.wpforms-container-full button[type="submit"] {
    font-size: 14px !important;
    line-height: 24px !important;
  }

  .small-logo {
    height: 40px;
    object-fit: contain;
    max-width: 100px;
  }
  .award-logo-intro {
    height: 40px;
    object-fit: contain;
    max-width: 100px;
  }
  .supporters {
    width: 330px;
  }
  .mapplic-pin.pin-sm {
    margin: -5px 0 0 -5px;
    font-size: 0;
    width: 12px !important;
    height: 12px !important;
  }


  .shadow {
    box-shadow: 0 0.1rem 1rem rgba(0, 0, 0, 0.15) !important;
  }
  .margin-top-30 {
    margin-top: 15px;
  }
  .innerpadding-menu.mobile-menu-icon,
  .innerpadding-menu.mobile-search-icon {
    padding: 8px 0px;
  }
  .innerpadding-menu {
    padding: 10px 15px;
  }
  .mobile-menu-icon,
  .mobile-search-icon {
    height: 41px;
    width: 41px;
  }

  .oso-text {
    padding-left: 32.5px;
  }

  header .row {
    margin-left: -15px;
    margin-right: -15px;
  }
  .margin-bottom-30 {
    margin-bottom: 12.5px;
  }
  .status-badge {
    right: 15px;
    top: 15px;
  }
  .category-badge {
    right: 15px;
    top: 15px;
  }

  .border-b-l-radius {
    border-bottom-left-radius: 10px;
  }
  .border-b-r-radius {
    border-bottom-right-radius: 10px;
  }
  .border-t-l-radius {
    border-top-left-radius: 10px;
  }
  .border-t-r-radius {
    border-top-right-radius: 10px;
  }
  .spacerTop {
    padding-top: 60px;
  }
  .innerpadding-60 {
    padding: 12.5px 12.5px;
  }
  .innerpadding-60-allround {
    padding: 12.5px 12.5px;
  }
  .innerpadding-30 {
    padding: 12.5px;
  }
  .innerpadding-15 {
    padding: 12.5px;
  }
  .hidden-xs {
    display: none;
  }
  .visible-xs {
    display: block;
  }
  .menu-show.menu-clicked {
    display: block;
    position: fixed;
    z-index: 4;
   background-image:url('https://dev.linkpersonnel.ie/wp-content/themes/link/images/bg-icon.svg'),
   radial-gradient(circle, rgba(1, 155, 209, 1) 0%, rgba(3, 103, 138, 1) 100%);
       width: calc(100vw + 1px);
       background-repeat: no-repeat;
       background-position: center;
       background-size: cover;
    right: 0;
    height: 100dvh;
    border-left: 0px solid black;
    padding-top: 40px;
    font-size: 22px !important;
  }
  .search-container-mobile {
    position: fixed;
    z-index: 3;
    background: #2b393c;
    width: calc(100vw + 1px);
    right: 0;
    height: 100dvh;
    border-left: 0px solid black;
    padding-top: 0px;
    font-size: 22px !important;
    top: 0;
  }
}

.select2-container .select2-selection--single .select2-selection__arrow {
  display: none !important;
}

.accordion-body p {
  padding-block: 5px;
  padding-inline: 20px;
}
.col-desc p {
  padding-inline: 0 !important;
}

.link-overlay {
  position: absolute;
  top: 0;
  left: 0;

  width: 100%;
  height: 100%;
}






/* gridzy */

.gridzy{display:block;will-change:width,height}.gridzy>.gridzyItem{will-change:left,top,width,height,opacity,transform}.gridzy>:not(.gridzyItem){visibility:hidden}.gridzyItemHidden{display:none}.gridzy .gridzyImage{vertical-align:middle;width:100%;height:100%}.gridzyAnimated{height:0;transition:height .4s}.gridzyAnimated .gridzyItem{transition:all .4s}.gridzyAnimated .gridzyItemInitialToVisible{animation-name:gridzyItemInitialToVisibleAnimation;animation-fill-mode:forwards;animation-duration:.4s}@keyframes gridzyItemInitialToVisibleAnimation{0%{opacity:0;transform:scale(.9)}100%{opacity:1;transform:scale(1)}}.gridzyAnimated .gridzyItemHiddenToVisible{animation-name:gridzyItemHiddenToVisibleAnimation;animation-fill-mode:forwards;animation-duration:.4s}@keyframes gridzyItemHiddenToVisibleAnimation{0%{opacity:0;transform:scale(.9)}100%{opacity:1;transform:scale(1)}}.gridzyAnimated .gridzyItemVisibleToHidden{animation-name:gridzyItemVisibleToHiddenAnimation;animation-fill-mode:forwards;animation-duration:.4s}@keyframes gridzyItemVisibleToHiddenAnimation{0%{opacity:1;transform:scale(1)}100%{opacity:0;transform:scale(.9)}}.gridzyItem{opacity:1}.gridzyItemLoading{opacity:.3;box-shadow:inset 0 0 15px -5px #666}.gridzyItemLoading::before{content:" ";position:absolute;left:50%;top:50%;width:50px;height:50px;margin:-25px 0 0 -25px;padding:0;z-index:1;opacity:1;background:0 0;border:2px solid;border-color:transparent transparent #000 #000;border-radius:50%;outline:0;animation-duration:1s;animation-name:gridzyProgressIndicator;animation-iteration-count:infinite;animation-timing-function:linear}@keyframes gridzyProgressIndicator{0%{transform:rotate(0);left:50%}100%{transform:rotate(360deg);left:50%}}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.92; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
  color: #CCC; }
  .mfp-preloader a:hover {
    color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover,
  .mfp-close:focus {
  opacity: 1; }
  .mfp-close:active {
  top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
  margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
  opacity: 1; }
  .mfp-arrow:before,
  .mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent; }
  .mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px; }
  .mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px; }
  .mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px; }
  .mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
  top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  background: #444; }
  .mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 14px;
  line-height: 14px; }
  .mfp-figure figure {
  margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: center;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
     * Remove all paddings around the image on small screen
     */
  .mfp-img-mobile .mfp-image-holder {
  padding-left: 0;
  padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
  padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
  top: 0;
  bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
  display: inline;
  margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
  background: rgba(0, 0, 0, 0.6);
  bottom: 0;
  margin: 0;
  top: auto;
  padding: 3px 5px;
  position: fixed;
  box-sizing: border-box; }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0; }
  .mfp-img-mobile .mfp-counter {
  right: 5px;
  top: 3px; }
  .mfp-img-mobile .mfp-close {
  top: 0;
  right: 0;
  width: 35px;
  height: 35px;
  line-height: 35px;
  background: rgba(0, 0, 0, 0.6);
  position: fixed;
  text-align: center;
  padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
  -webkit-transform: scale(0.75);
  transform: scale(0.75); }
  .mfp-arrow-left {
  -webkit-transform-origin: 0;
  transform-origin: 0; }
  .mfp-arrow-right {
  -webkit-transform-origin: 100%;
  transform-origin: 100%; }
  .mfp-container {
  padding-left: 6px;
  padding-right: 6px; } }


  .view-all {
    color: #115760 !important;
  }