@charset "UTF-8";

@import url("https://dillons-hotel.ie/wp-content/et-cache/7/et-core-unified-tb-121-tb-77-deferred-7.min.css?ver=1718553134");

@media screen {
  
  :root {
    --border-radius-1x: 0px;
  }
  
  #ACCsmartBodyContainer {
    position: absolute;
    bottom: 0px;
  }
  
  .button--branded {
    border-radius: 24px;
  }
  
  .button--branded .button__text {
    text-transform: uppercase;
  }
  
  .full-ribbon-one {
    background-color: #EFEEE1;
    border-bottom: 0px solid transparent;
  }
  
  .navigation .navigation-box button,
  #grid-control-area #control-area-links button,
  .navigation .navigation-box a,
  #grid-control-area #control-area-links a {
    background-color: #EFEEE1;
  }
    
  .header a i,
  .footer a i {
    margin-right: 0px;
  }
  
  body {
    background-color: #F7F6EE;
  }
  
  .main-be-area {
    background-color: transparent;
  }
  
  .header {
    display: flex;
    justify-content: center;
    align-items: center;
    
    background-color: #162031;
    
    padding-block: 35px;
    border-bottom: 1px solid var(--border-default);
  }
  
  .header .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    
    width: 92%;
  }
  
  .header .invisible-flex-item {
    display: block;
    
    width: 129.89px;
    height: 100%;
  }
  
  .header .logo img {
    display: block;
    
    width: 195px;
    height: auto;
    
    transition: all 0.5s ease-in;
  }
  
  .header .logo:hover img {
    filter: invert(25%);
  }
  
  .header .backtosite {
    display: flex;
  }
  
  .header .backtosite a {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
    
    background-color: transparent;
    color: #1E1E1E;
    
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    text-align: center;
    text-transform: uppercase;
    
    gap: 30px;
    padding-top: 16px;
    padding-bottom: 12px;
    padding-inline: 17px;
    border: 1px solid #FFFFFF;
    border-radius: 24px;
    z-index: 1;
    
    transition: all 0.5s;
  }
  
  .header .backtosite a i {
    font-size: 14px;
    
    color: #FFFFFF;
    
    width: 15px;
    aspect-ratio: 1 / 1;
    
    transition: 0.5s all ease;
  }
  
  .header .backtosite a:hover i {
    color: #1E1E1E;
  }
  
  .header .backtosite a::before {
    content: "";
    
    position: absolute;
    
    background-color: #FFFFFF;
    
    height: 100%;
    width: calc(100% - 45px); /* gap 30px + i width 15px */
    top: 0px;
    left: 0px;
    border-radius: 24px;
    z-index: -1;
    
    transition: 0.5s all ease;
  }
  
  .header .backtosite:hover a::before {
    width: 100%;
  }
  
  #ipulse {
    position: relative;
    
    z-index: 1;
  }
  .content::before {
    content: "";
    position: absolute;
    
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #FFFFFF00;
    background-image: url("https://mcdesign.avvio.com/082/058/000/7506/upload/imgs/footer-top.svg");
    background-origin: padding-box;
    background-position: 50% 0%;
    background-repeat: no-repeat;
    background-size: cover;
    
    width: 100%;
    height: 100px;
    top: 0px;
    left: 0px;
    padding-block: 54px;
    z-index: 0;
    transform: rotate(180deg) scale(-1, 1);
  }
  
  .content::after {
    content: "";
    position: absolute;
    
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #FFFFFF00;
    background-image: url("https://mcdesign.avvio.com/082/058/000/7506/upload/imgs/footer-top.svg");
    background-origin: padding-box;
    background-position: 50% 0%;
    background-repeat: no-repeat;
    background-size: cover;
    
    width: 100%;
    height: 100px;
    bottom: 0px;
    left: 0px;
    padding-block: 54px;
    z-index: 0;
  }
  
  #exitIntentWrapper { /* Lights */
    background-color: var(--brand-background, #16203114);
  }
  
  #exitIntentCloseTrigger { /* Show exit x */
    display: block;
  }
  
  #exitIntentPopupContainer { /* Outter container w image */
    background-position: bottom center;
    
    height: 80vh !important;
    padding: 30px;
  }
  
  div#exitIntentPopupContainer::before { /* Coloured overlay to filter the image background */
    content: "";
    
    position: absolute;
    
    background-color: var(--brand-bg50, #AD974F80);
    
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 0;
  }
  
  #allContent { /* Outtermost text container */
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    
    width: 100%;
    height: 100%;
    
    z-index: 1;
  }
  
  #allContent::before { /* Logo watermark thing */
    content: "";
    position: absolute;
    
    background-image: url("https://mcdesign.avvio.com/082/058/000/7506/upload/imgs/dillons-seal.png");
    background-size: cover;
    
    width: 200px;
    aspect-ratio: 1 / 1;
    top: -25px;
    left: -50px;
  }
  
  #allContent * {
    box-sizing: border-box;
  }
  
  div#exitIntentPopupContainer::after { /* Wave watermark */
    content: "";
    position: absolute;
    
    background-image: url("https://mcdesign.avvio.com/082/058/000/7506/upload/imgs/footer-top.svg");
    
    height: 200px;
    width: 100%;
    bottom: 0px;
    left: 0px;
  }
  
  #exitIntentCloseTriggerInside {
    display: block;
    color: #FFFFFF;
    font-size: 50px !important;
    font-weight: 800;
    line-height: 40px;
    text-transform: uppercase;
    text-shadow: 0px 0px 10px #400D17;
    
    top: 30px;
    right: 30px;
    z-index: 2;
    
    transition: all 0.3s ease-in-out;
  }
  
  #exitIntentCloseTriggerInside:hover {
    color: var(--brand-color-2, #2D3C30);
  }
  
  #allContent > * {
    margin: 0px;
  }
  
  #exitIntentHeading { /* Message header */
    position: relative;
    
    color: #FFFFFF;
    
    font-size: 45px;
    letter-spacing: 1px;
    text-transform: uppercase;
  }
  
  #exitIntentHeading::before,
  #exitIntentHeading::after { /* Coloured lines either side of header */
    /* content: " "; */ /* None for Dillons */
    
    position: absolute;
    
    background: #??????????????????????????;
    
    height: 2px;
    width: 15vw;
    top: 50%;
  }
  
  #exitIntentHeading::before {
    left: 0px;
  }
  
  #exitIntentHeading::after {
    right: 0px;
  }
  
  #exitIntentText { /* Text block in center of message */
    color: #FFFFFF;
    
    font-size: 25px;
    letter-spacing: 0px;
  }
  
  #emailBasketAddressPopup { /* Abadnonment email basket */
    font-size: 13px;
    line-height: 28px;
    
    max-height: 42px;
    padding-block: 0.75em;
    padding-inline: 16px;
    border: 1px solid var(--brand-color-2, #2D3C30);
    border-radius: 3px;
  }
  
  .exitIntentBtn { /* Abandonment buttons */
    background-color: var(--brand-color, #AD974F);
    color: #FFFFFF;
    
    font-size: 13px;
    line-height: 42px !important;
    text-indent: 0px;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
    
    width: auto;
    padding-block: 0px !important;
    padding-inline: 16px;
    border-radius: 24px;
    gap: 15px;
    
    transition: all 0.3s ease-in-out;
  }
  
  .exitIntentBtn:hover {
    background-color: var(--brand-color-2, #2D3C30);
    color: #FFFFFF;
  }
  
  .footer {
    background-color: #EFEEE1;
    color: #1E1E1E;
    
    font-size: 16px;
    font-weight: 500;
    line-height: 23.8px;
    text-align: left;
    
    padding-block: 54px;
  }
  
  .footer .container {
    display: flex;
    align-items: flex-start;
    justify-content: left;
    
    width: 100%;
    max-width: 1230px;
    padding-inline: 15px;
    padding-block: 27px;
  }
  
  .footer .left {
    min-width: 300px;
  }
  
  .footer h3 {
    flex-basis: 100%;
    
    font-family: "Goldenbook Bold", "Georgia", georgia, serif;
    font-size: 32px;
    font-weight: 600;
    line-height: 23.8px;
    
    padding-bottom: 25px;
    margin-block: 0px;
  }
  
  .footer .right {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    
    gap: 12px;
    min-width: 300px;
    padding-left: 40px;
    padding-top: 10px;
  }
  
  .footer .contact {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    
    color: #1E1E1E;
    
    gap: 12px;
  }
  
  .footer .contact a {
    color: #1E1E1E;
    
    transition: all 0.5s ease-in;
  }
  
  .footer .contact a:hover {
    color: #000000;
  }
  
  .footer .address {
    color: #1E1E1E;
  }
  
  .footer .address a {
    color: #1E1E1E;
    
    transition: all 0.5s ease-in;
  }
  
  .footer .address a:hover {
    color: #000000;
  }
  
  .footer .socials {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    
    width: 100%;
    gap: 12px;
    padding-top: 18px;
  }
  
  .footer .socials a {
    display: flex;
    justify-content: center;
    align-items: center;
    
    color: #1E1E1E;
    
    width: 50px;
    aspect-ratio: 1 / 1;
    border: 1px solid #1E1E1E;
    border-radius: 50%;
    
    transition: all 0.5s ease-in;
  }
  
  .footer .socials a:hover {
    background-color: #DFDFD1;
  }
  
  .footer .socials a i {
    display: flex;
    justify-content: center;
    align-items: center;
    
    font-size: 14px;
    
    background-color: #1E1E1E;
    color: #EFEEE1;
    
    width: 24px;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    
    transition: all 0.5s ease-in;
  }
  
  .footer .socials a:hover i {
    color: #DFDFD1;
  }
  
  .footer .sister-sites {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    
    gap: 15px;
    column-gap: 70px;
    padding-left: 70px;
  }

  .footer .sister-sites a {
    width: 40%;
  }
  
  .footer .sister-sites a img {
    display: block;
    
    height: 65px;
    width: auto;
    
    transition: all 0.5s ease-in;
  }

  .footer .sister-sites a img.svg {
    height: 50px;
  }
  
  .footer .sister-sites a:hover img {
    opacity: 80%;
  }
  
}







@media screen and (max-width: 1199px) {
  
  .footer .container {
    flex-wrap: wrap;
  }
  
  .footer .right {
    padding-top: 0px;
  }
  
  .footer .sister-sites {
    flex-basis: 100%;
    padding-left: 0px;
    padding-top: 70px;
  }
  
}



/* ----- Tablet specific ----- */
@media screen and (max-width: 999px) {
  
  .header {
    padding-block: 17.5px;
    padding-inline: var(--spacing-2x);
  }
  
  .header .container {
    width: 100%;
  }
  
  .header .invisible-flex-item {
    display: none;
  }
  
  .header .backtosite a {
    padding-top: 12px
  }
  
  .header .backtosite a::before {
    width: 100%;
  }
  
  .header .backtosite a i {
    display: none;
  }
  
  #exitIntentHeading::before,
  #exitIntentHeading::after {
    display: none;
  }
  
  #allContent::before {
    display: none;
  }
  
}






/* ----- Mobile specific ----- */
@media screen and (max-width: 629px) {
  
  .header {
    padding-inline: 0px;
  }
  
  .header .container {
    justify-content: center;
  }
  
  .header .backtosite {
    display: none;
  }
  
  .footer .container {
    flex-direction: column;
  }
  
  .footer .right {
    padding-left: 0px;
  }
  
  .footer .sister-sites {
    flex-basis: auto;
  }
  
}

@media screen and (max-width: 329px) {
  
  .footer {
    padding-block: 0px;
  }
  
  .footer h3 {
    font-size: 22px;
  }
  
  .footer .socials {
    padding-top: 0px;
  }
  
  .footer .socials a {
    width: 30px;
  }
  
  .footer .socials a i {
    font-size: 10px;
    
    width: 18px;
  }
  
  .footer .sister-sites {
    padding-top: 35px;
  }
  
}