@charset "UTF-8";

@import url("https://fonts.googleapis.com/css2?family=Cormorant:ital,wght@0,300..700;1,300..700&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");

:root {
  --brand-background: #EEEBE4;
  --brand-gold: #DBC16E;
  --brand-beige: #E1DDCD;
  --brand-white: #FFFFFF;
  --brand-black: #000000;
  --brand-shadow: 0px 4px 4px #00000026;
  
  --font-family-serif: "Cormorant", "Georgia", georgia, serif, system-ui;
  
  --custom-transition: all 0.5s ease-in-out;
  
  --img-ratio-rate-primary: 4 / 3;
  --img-ratio-rate-primary-mobile: 4 / 3;
  --img-ratio-rate-secondary: 4 / 3;
  --img-ratio-rate-secondary-mobile: 4 / 3;
  --img-ratio-mda-secondary-rate: 4 / 3;
  --img-ratio-mda-secondary-rate-mobile: 4 / 3;
}

@media screen {
  
  .header a i,
  .backtotop a i,
  .footer a i {
    margin-right: 0px;
  }

    /*#ipulse.app-convert5,*/
  #ipulse.app-vouchers5 {
    position: relative;
    padding-top: 80px;
  }

  /*#ipulse.app-convert5::before,*/
  #ipulse.app-vouchers5::before {
    content: 'Please note that postal vouchers may be delayed as An Post have a backlog of post of up to 7 days. If you wish to guarantee immediate delivery please select PDF email delivery. This is outside of our control and we apologise for any inconvenience caused.';
    position: absolute;
    top: 20px;
    left: 0;
    width: calc(100% - 20px);
    height: 80px;
    z-index: 100;
    padding: 0 10px;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
  }
  
  body {
    background-attachment: fixed;
    background-color: var(--brand-beige);
    background-position: 0px 0px;
    background-repeat: repeat;
    background-size: 50% 50%;
  }
  
  .main-be-area {
    background-color: transparent;
  }
  
  .header {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    
    /* background: linear-gradient(to bottom, var(--brand-color) 50%, transparent 50%) top; */
    background-color: var(--brand-white);
    box-shadow: var(--brand-shadow);
    
    min-height: 70px;
    padding-block: 0px;
    margin-inline: 0px;
    z-index: 4;
  }
  
  .header .container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    justify-content: space-between;
    align-items: flex-start;
    align-self: stretch;
    position: relative;
    
    width: min(100%, 1240px);
    padding-inline: 50px;
  }
  
  .header .invisible-flex-item {
    display: flex;
    align-self: stretch;
    
    width: 196px;
    height: 100%;
  }
  
  .header .logo {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    
    background-color: var(--brand-white);
    box-shadow: var(--brand-shadow);
    
    left: calc(50% - (240px / 2));
    top: 0px;
    min-width: 240px;
    padding-top: 8px;
    padding-bottom: 15px;
    padding-inline: 38px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px; 
  }
  
  .header .logo a img {
    display: block;
    
    height: 136px;
    width: auto;
    
    transition: var(--custom-transition);
  }
  
  .header .logo a:hover img {
    opacity: 80%;
  }
  
  .header .backtosite {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    align-self: stretch;
  }
  
  .header .backtosite a {
    display: flex;
    justify-content: center;
    align-items: center;
    align-self: stretch;
    
    background-color: transparent;
    color: var(--brand-color);
    overflow: hidden; /* Doing this for the slide in animation of the background */
    
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0.9px;
    line-height: 27px;
    text-align: center;
    text-transform: uppercase;
    
    padding-block: 24px;
    padding-inline: 15px;
    
    transition: var(--custom-transition);
  }
  
  .header .backtosite:hover a {
    background-color: var(--brand-color);
    color: var(--brand-white);
  }
  
  .header .backtosite a:active {
    position: relative;
    top: 1px;
  }
  
  h1, h2, h3, h4, h5, h6,
  .header1, .header2, .header3, .header4, .header5, .header6,
  .heading-1, .heading-2, .heading-3, .heading-4, .heading-5, .heading-6 {
    font-family: var(--font-family-serif);
  }
  
  #exitIntentWrapper {
    
  }
  
  #exitIntentPopupContainer {
    display: grid;
    grid-template-columns: 1.5fr 1fr;
    
    box-shadow: unset !important;
    
    width: min(80vw, 1300px);
    height: min(90vh, 1000px);
    padding: 0px !important;
    outline: 1px solid var(--brand-gold);
    outline-offset: 5px;
  }
  
  #exitIntentPopupContainer::before {
    content: "";
    align-self: stretch;
    
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  
  #allContent {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    
    width: 100%;
    height: 100%;
    row-gap: 40px;
    padding-inline: 20px;
  }
  
  #allContent::before {
    content: "";
    display: block;
    
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto 100%;
    
    height: 55px;
    width: min(100%, 324px);
  }
  
  #allContent > * {
    margin: 0px !important;
  }
  
  #exitIntentHeading {
    font-family: var(--font-family-serif);
    font-size: 39px;
    font-weight: 400;
    letter-spacing: 3.9px;
    line-height: 57px;
    text-transform: uppercase;
  }
  
  #exitIntentText {
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0.75px;
    line-height: 23px;
  }
  
  #exitIntentAction {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  #exitIntentCtaButton {
    background-color: var(--brand-color);
    color: var(--brand-white);
    
    font-family: var(--font-family-serif);
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 1.8px;
    line-height: 18px;
    text-align: center;
    text-transform: uppercase;
    
    padding-block: 16px;
    padding-inline: 33px;
    border: 2px solid var(--brand-color);
    border-radius: 20px;
    
    transition: var(--custom-transition);
  }
  
  #exitIntentCtaButton:hover {
    background-color: transparent;
    color: var(--brand-color);
    
    border: 2px solid var(--brand-gold);
  }
  
  .footer {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    
    background-color: var(--brand-white);
    color: var(--brand-color);
    
    text-align: start;
    
    width: 100%;
    height: auto;
    row-gap: 30px;
    padding-top: 0px;
    padding-bottom: 50px;
    margin-top: 50px;
  }
  
  .footer .container {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    
    width: min(100%, 1336px);
    column-gap: var(--spacing-1x);
    row-gap: var(--spacing-2x);
    padding-inline: 15px;
  }
  
  .footer::before {
    content: "";
    
    background-repeat: repeat-x;
    
    height: 50px;
    width: 100%;
        margin-top: -50px;
    z-index: 9;
  }
  
  .footer h2 {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.8px;
    line-height: 24px;
    text-transform: uppercase;
    margin: 0px;
  }
  
  .footer .footer-logo {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    
    width: 100%;
    max-width: 41.666667%;
    gap: 25px;
    padding-left: 15px;
    padding-right: 50px;
    border-right: 0.5px solid #DBC16E;
  }
  
  .footer .footer-logo > img { /* Decorations*/
    display: block;
    
    height: 58px;
    width: auto;
  }
  
  .footer .footer-logo a:first-child { /* The a tag that the logo img is contained within */
    flex-basis: 100%;
    display: flex;
    justify-content: center;
  }
  
  .footer .footer-logo > a:first-child img {
    diasplay: block;
    
    width: 130px;
    height: auto;
    
    transition: var(--custom-transition);
  }
  
  .footer .footer-logo > a:first-child img:hover {
    filter: grayscale(50%);
  }
  
  .footer .footer-logo .logo-row {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    justify-content: center;
    align-items: center;
    
    gap: 24px;
  }
  
  .footer .footer-logo .logo-row a img {
    display: block;
    
    height: 80px;
    width: auto;
    
    transition: var(--custom-transition);
  }
  
  .footer .footer-logo .logo-row a:hover img {
    filter: grayscale(50%);
  }
  
  .footer .footer-logo .logo-row a:nth-child(2) img {
    height: 60px;
  }
  
  .footer .right {
    display: flex;
    justify-content: left;
    align-items: flex-start;
    
    width: 100%;
    padding-left: 50px;
    padding-right: 15px;
    gap: 30px;
  }
  
  .footer .contact-column {
    display: flex;
    flex-direction: column;
    
    width: 100%;
    max-width: 348px;
    gap: 27px;
  }
  
  .footer .contact-column .address {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.8px;
    line-height: 24px;
  }
  
  .footer .contact-column .contact {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.8px;
    line-height: 24px;
  }
  
  .footer .contact a {
    color: var(--brand-color);
    
    font-weight: 400;
    text-decoration: none;
    
    transition: var(--custom-transition);
  }
  
  .footer .contact a:hover {
    color: #DBC16E;
  }
  
  .footer .socials-column {
    display: flex;
    flex-direction: column;
    
    width: 100%;
    max-width: 50%;
    gap: 16px;
  }
  
  .footer .socials-column .socials {
    display: flex;
    justify-content: left;
    align-items: center;
    
    gap: 15px;
  }
  
  .footer .socials-column .socials a i {
    color: var(--brand-color);
    
    font-size: 32px;
    
    transition: var(--custom-transition);
  }
  
  .footer .socials-column .socials a:hover i {
    color: #4E7E82;
  }
  
  .footer .socials-column .socials a svg {
    display: block;
    
    fill: var(--brand-color);
    
    width: 26px;
    margin-top: 3px;
    
    transition: var(--custom-transition);
  }
  
  .footer .socials-column .socials a:hover svg {
    fill: #4E7E82;
  }
  
  .footer .socials-column .seals {
    display: flex;
    justify-content: space-between;
    align-items: center;
    
    margin-top: 9px;
  }
  
  .footer .socials-column .seals a img {
    display: block;
    
    height: 80px;
    width: auto;
    
    transition: var(--custom-transition);
  }
  
  .footer .socials-column .seals a:hover img {
    filter: grayscale(50%);
  }

  .footer small {
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0.75px;
    line-height: 23px;
    text-align: center;
    text-transform: uppercase;
  }
  
  .footer small a {
    color: var(--brand-color);
    
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 1.4px;
    line-height: 14px;
    text-align: center;
    
    transition: var(--custom-transition);
  }
  
  .footer small a:hover {
    color: var(--brand-);
    
    color: #DBC16E;
  }
  
}



@media screen and ( max-width: 1199px ) { /* Tablet specific */
  
  .header {
    padding-inline: 0px;
  }
  
  .header .container {
    grid-template-columns: repeat(3, 1fr);
    align-items: center;
  }
  
  .header .logo {
    position: static;
    
    background-color: transparent;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    box-shadow: unset;
  }
  
  .header .logo a img {
    height: 88px;
  }
  
  .header .invisible-flex-item {
    padding-inline: 25px;
    height: 136px;
    width: 136px;
  }
  
  .header .backtosite {
    padding: 0px 25px 0px 25px;
    border-width: 0px;
    border-radius: 0px;
  }
  
  .header .backtosite a {
    font-size: 14px;
  }
  
  #exitIntentPopupContainer {
    grid-template-columns: 1fr 1fr;
  }
  
  .footer {
    padding-top: 20px;
    margin-top: 30px;
  }
  
  .footer .container {
    justify-content: space-between;
    flex-direction: column;
    
    gap: 50px;
  }
  
  .footer .footer-logo {
    max-width: 100%;
    padding-inline: 0px;
    padding-bottom: 50px;
    border-right: 0px solid transparent;
    border-bottom: 0.5px solid #DBC16E;
  }
  
  .footer .footer-logo > img {
    height: 38px;
  }
  
  .footer .right {
    padding-inline: 0px;
  }
  
  .footer .contact-column {
    max-width: 100%;
  }
  
  .footer .socials-column {
    max-width: 100%;
  }
  
  .footer .socials-column .seals {
    justify-content: left;
    
    gap: 48px;
  }
  
}



@media screen and ( max-width: 999px ) {
  
  #exitIntentPopupContainer {
    grid-template-columns: 0.75fr 1fr;
    width: min(90vw, 1300px);
  }

  /*#ipulse.app-convert5,*/
  #ipulse.app-vouchers5 {
    padding-top: 150px;
  }

  /*#ipulse.app-convert5::before,*/
  #ipulse.app-vouchers5::before {
    height: 130px;
  }
  
}



@media screen and ( max-width: 699px ) { /* Mobile specific */
  
  .header {
    height: auto;
    justify-content: center;
  }
  
  .header .container {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .header .logo a img {
    height: 77px;
  }
  
  .header .invisible-flex-item {
    display: none;
  }
  
  .header .backtosite {
    display: none;
  }
  
  #exitIntentPopupContainer {
    grid-template-columns: 1fr;
    width: min(95vw, 1300px);
  }
  
  #allContent {
    padding-inline: var(--spacing-2x);
  }
  
  .footer {
    text-align: center;
  }
  
  .footer .footer-logo .logo-row a img {
    height: 60px;
  }
  
  .footer .footer-logo .logo-row a:nth-child(2) img {
    height: 40px;
  }
  
  .footer .right {
    flex-direction: column;
  }
  
  .footer .socials-column .socials {
    justify-content: center;
  }
  
  .footer .socials-column .seals {
    justify-content: center;
  }
  
}



@media screen and ( max-width: 399px ) {
  
  .footer .footer-logo > img {
    height: auto;
    width: 80%;
  }
  
  .footer .footer-logo .logo-row {
    grid-template-columns: 1fr;
  }
  
  .footer .contact-column .address,
  .footer .contact-column .contact {
    font-size: 13px;
    line-height: normal;
  }
  
  .footer .socials-column .seals {
    gap: 12px;
  }
  
  .footer .socials-column .seals a img {
    height: 60px;
  }

  /*#ipulse.app-convert5,*/
  #ipulse.app-vouchers5 {
    padding-top: 190px;
  }

  /*#ipulse.app-convert5::before,*/
  #ipulse.app-vouchers5::before {
    height: 170px;
  }
  
}