@charset "UTF-8";

@import url("https://fonts.googleapis.com/css2?family=GFS+Didot&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap");

@media screen {
  
  /* - Moving triptease back to top, might be killed for this - */
  #mainarea {
    display: grid;
  }
  
  #section_mainpage {
    order: 2;
  }
  
  #section_tripTease {
    order: 1;
  }
  
  .kdsBtK {
    border-radius: var(--border-radius-1x) !important;
  } 
  
  body,
  .main-be-area {
    background-color: transparent;
  }

  #login_container_not_logged_in {
    display: none;
    visibility: hidden;
  }
  
  .content::after {
    content: "";
    display: block;
    position: fixed;
    
    background-color: #F0F1F3;
    background-image: url("https://mcdesign.avvio.com/030/058/000/7454/upload/imgs/ballygarry-tree-backdrop.png");
    background-position: 100px 100px;
    background-repeat: no-repeat;
    background-size: 20%;
    opacity: 40%;
    
    height: 100%;
    width: 100%;
    left: 0px;
    top: 0px;
    z-index: -1;
  }
  
  .header a i,
  .footer a i {
    margin-right: 0px;
  }
  
  .header {
    background-color: #FFFFFF;
    box-shadow: 0 2px 3px #0000001A;
    color: #3F434C;
    
    font-family: "Lato", "Trebuchet MS", trebuchet, san-serif;
    
    padding-inline: 3%;
    padding-block: 0px;
    z-index: 4;
  }
  
  .header .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    
    width: 100%;
    max-width: 100%;
    padding-inline: 12px;
  }
  
  .header .invisible-flex-item {
    display: block;
    
    width: 98px;
    height: 100%;
  }
  
  .header .logo {
    padding-block: 18px;
  }
  
  .header .logo img {
    display: block;
    
    height: 80px;
    width: auto;
    
    transition: all 0.3s ease-in-out;
  }
  
  .header .logo:hover img {
    filter: grayscale(100%);
  }
  
  .header .backtosite a {
    display: flex;
    justify-content: center;
    align-items: center;
    
    background-color: transparent;
    color: #3F434C;
    
    font-size: 13.6px;
    font-weight: 700;
    letter-spacing: 1.6px;
    line-height: 13.6px;
    text-align: center;
    text-transform: uppercase;
    
    padding-block: 16px;
    padding-inline: 24px;
    border: 1px solid #B48C2E;
    
    transition: all 0.3s ease-in-out;
  }
  
  .header .backtosite:hover a {
    background-color: #B48C2E;
    color: #FFFFFF;
  }

  /*------------ banner -------------*/

  .banner {
    display: none;
  }

  body.page-results .banner {
    display: flex;
    background-color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
  }

  body.page-results .banner a {
    width: auto;
    height: 100%;
  }

  body.page-results .banner img {
    width: 100%;
    height: auto;
    max-width: 1200px;
  }



  
  .footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    position: relative;
    
    background-color: #D3D1CC;
  }
  
  .footer .container {
    display: flex;
    
    width: 100%;
    max-width: 1400px;
    padding-top: 60px;
    padding-bottom: 90px;
    padding-inline: 15px;
    z-index: 2;
  }
  
  .footer .left {
    display: flex;
    flex-direction: column;
    
    gap: 23px;
    min-width: 33%;
  }
  
  .footer .address {
    font-family: "GFS Didot", "Georgia", georgia, serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    text-align: left;
  }
  
  .footer .contact {
    display: flex;
    flex-direction: column;
    
    font-family: "GFS Didot", "Georgia", georgia, serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    text-align: left;
  }
  
  .footer .contact p {
    margin-block: 0px;
  }
  
  .footer .contact a {
    color: #3F434C;
    
    transition: all 0.3s ease-in-out;
  }
  
  .footer .contact a:hover {
    color: #B48C2E;
  }
  
  .footer small {
    text-align: left;
    
    padding-top: 17px;
  }
  
  .footer small a {
    color: #3F434C;
    
    font-family: "GFS Didot", "Georgia", georgia, serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    text-align: left;
    
    transition: all 0.3s ease-in-out;
  }
  
  .footer small a:hover {
    color: #B48C2E;
  }
  
  .footer .right {
    display: flex;
    
    flex-direction: column;
    
    gap: 80px;
    min-width: 33%;
  }
  
  .footer .footer-logo {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .footer .footer-logo img {
    display: block;
    
    width: 225px;
    height: auto;
    
    transition: all 0.3s ease-in-out;
  }
  
  .footer .footer-logo:hover img {
    filter: invert(16%);
  }
  
  .footer .socials {
    display: flex;
    justify-content: center;
    align-items: center;
    
    gap: 8px;
  }
  
  .footer .socials a {
    display: flex;
    justify-content: center;
    align-items: center;
    
    color: #3F434C;
    background-color: transparent;
    
    font-size: 18px;
    
    width: 40px;
    height: 40px;
    border: 3px solid #00000026;
    
    transition: all 0.3s ease-in-out;
  }
  
  .footer .socials a:hover {
    background-color: #3F434C;
    border-color: #3F434C;
    color: #D3D1CC;
  }
  
  .footer .socials a img {
    display: block;
    
    width: 18px;
    height: auto;
    
    transition: all 0.3s ease-in-out;
  }
  
  .footer .socials a:hover img {
    filter: invert(116%);
  }
  
  .footer::before {
    content: "";
    order: 3;
    position: relative;
    
    opacity: 0.35;
    
    background-image: url("https://mcdesign.avvio.com/030/058/000/7454/upload/imgs/background-texture-tartan.png");
    background-repeat: repeat;
    background-size: 250px;
    
    height: 85px;
    width: 100%;
    z-index: 0;
  }
  
  .footer::after {
    content: "";
    position: absolute;
    
    background-image: url("https://mcdesign.avvio.com/030/058/000/7454/upload/imgs/background-texture-leaves.png");
    background-position: right;
    background-repeat: no-repeat;
    background-size: contain;
    
    bottom: 0px;
    right: 0px;
    width: 250px;
    height: 250px;
    z-index: 1;
  }
  
}



/* ----- Tablet specific ----- */
@media screen and (max-width: 999px) {
  
  .header .invisible-flex-item {
    display: none;
  }
  
  .footer .container {
    justify-content: space-between;
    
    gap: 15px;
  }
  
  .footer .left,
  .footer .right {
    min-width: unset;
  }
  
}



/* ----- Mobile specific ----- */
@media screen and (max-width: 499px) {
  
  .header .container {
    justify-content: center;
  }
  
  .header .backtosite {
    display: none;
  }
  
  .footer .container {
    flex-direction: column;
    
    gap: 45px;
    padding-bottom: 45px;
  }
  
  .footer .left {
    min-width: 100%;
    order: 2;
  }
  
  .footer .address {
    text-align: center;
  }
  
  .footer .contact {
    text-align: center;
  }
  
  .footer small {
    text-align: center;
  }
  
  .footer .right {
    min-width: 100%;
    order: 1;
  }
  
}