/*
Theme Name: Sunset Antiparos
Description: Theme for Sunset Antiparos 
Author: Mari Al-Midhadi
Author URI: https://marialmidhadi.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/



:root {
  --orangered: #ff5803;
  --orange: #ffa836;
  --pink: #ecb6c8;
  --darkpink: #c0475b;
  --navy: #383059;
  --lightblue: #bae5ea;
  --yellow: #f9ea8a;
  --sherbert: #fdb286;
  --khakigreen: #605735;
  --brown: #53300b;
  --cream: #faf7e1;
  --grey: #d9d3c4;
  /* NEW */
  --babyblue: #89cff0;
  --armygreen: #738670;
}

p {
  font-weight: 200 !important;
}

/* Gallery Page */
.fusion-slider-sc .flex-direction-nav a {
  background-color: transparent !important;
}

.fusion-header-wrapper {
  max-width: 100vw !important;
  .fusion-header {
    height: 0px !important;
    .fusion-row {
      margin-right: 0px;
      .fusion-flyout-search-toggle {
        display: none !important;
      }
    }
  }
}

.page-content-gallery {
  background-color: transparent !important;
  /* overflow: scroll !important; */
  width: 100%;
  height: calc(80vw - 200px);
  padding: 0px 50px;
  color: black;
  display: flex;
  justify-content: flex-start !important;
  flex-direction: column;
  justify-content: center;
  

  .fusion-row {
    justify-content: center;
    position: relative !important;
    display: flex !important;
    align-content: center !important;
    align-items: center !important;
    justify-content: cente !importantr;
  }

  .flexslider .slides img {
    @media (max-width: 700px) {
      object-fit: cover;
      height: 70vh;
    }
  }
  
  .fusion-slider-sc {
    .flexslider {
      margin: 0px !important;
      .flex-control-nav {
        li {
          a {
            background-color: var(--cream);
            &:hover {
              background-color: var(--orange);
            }
          }
          a.flex-active {
            background-color: var(--orange);
          }
        }
      }
    }
  }
}

.awb-icon-angle-left:before,
.awb-icon-angle-right:before {
  font-size: 50px;
}

.flex-next,
.flex-prev {
  height: 50px !important;
}

.flex-control-paging li a {
  /* background-color: var(--sherbert) !important; */
}

/* a {
  color: var(--navy) !important;
}

a:hover {
  color: var(--orangered) !important;
} */
#content {
  min-height: 0px !important;
  overflow: hidden !important;
}

.fusion-header {
  background-color: transparent !important;
}

.home {
  #content {
    display: none;
  }
  .desktop-logo,
  .mobile-logo {
    position: absolute;
    width: 100vw;
    height: 100vh;
    top: 0px !important;

    &:hover {
      .rect {
        fill: #000;
      }

      .text {
        fill: #fff;
      }
    }

    .color {
      width: 100vw;
      height: 100vh;
    }

    .rect {
      fill: #fff;
    }

    .text {
      fill: #000;
    }
  }
  .desktop-logo {
    visibility: visible;
  }

  .mobile-logo {
    visibility: hidden;
  }

  @media (max-width: 600px) {
    .desktop-logo {
      visibility: hidden;
    }
    .mobile-logo {
      visibility: visible;
    }
  }
}

nav {
  margin-top: 59%;
}

.home {
  .page-logo {
    display: none !important;
  }
}

.page-logo {
  position: fixed;
  width: 100%;
  height: 130px;
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
  padding: 20px 10px;
  img {
    width: auto;
    height: 60px;
    @media (max-width: 950px) {
      height: 50px;
    }
  }
  @media (max-width: 840px) {
    display: none !important;
  }
}

.page {
  &:not(.home) {
    #main {
      .page-logo {
        position: fixed;
        width: 100%;
        display: flex;
        align-content: center;
        justify-content: center;
        align-items: center;
        padding: 40px 10px;
        img {
          width: auto;
          height: 60px;
        }
        @media (max-width: 600px) {
          display: none;
        }
      }
      .fusion-row {
        position: absolute;/* !important;*/
        padding-left: 0px;
        padding-right: 0px;
      }
      #content {
        width: 100vw;
        height: 100vh;
        overflow: hidden !important;
        display: flex;
        align-content: center;
        justify-content: center;
        /* align-items: center; */
        align-items: flex-start;
        padding-top: 130px;

        @media (max-width: 600px) {
          flex-direction: column;
          align-items: center;
          overflow: hidden !important;
          padding-top: 10px;
          .page-content {
            width: calc(100vw - 50px) !important;
          }
          .page-featured-image {
            width: calc(100vw - 50px) !important;
          }
        }
        
        @media (min-width: 601px) and (max-width: 840px) {
          flex-direction: column;
          align-items: center;
          padding-top: 100px; 
          .page-content {
            width: calc(100vw - 200px) !important;
            height: calc(75vh - 100px) !important;
          }
          .page-featured-image {
            width: calc(100vw - 200px) !important;
            height: calc(75vh - 100px) !important;
          }
        }

        .page-content {
          overflow: scroll !important;
          overflow-y: scroll !important;
          width: calc(50vw - 150px);
          height: calc(90vh - 150px);
          padding: 50px;
          background-color: #f2f2f2;
          color: black;
          @media (max-width: 600px) {
            padding: 20px;
            margin-top: 20px;
            /* margin-bottom: 20px; */
          }
          h1 {
            margin-bottom: 20px;
            @media (max-width: 600px) {
              font-size: 50px !important;
            }
          }
          .cta-button {
            background-color: var(--pink);
            padding: 12px 20px;
            color: black;
            border-radius: 50px;
            font-family: "glory", sans-serif;
            font-size: 18px;
            text-transform: uppercase;
            font-weight: 400;
            letter-spacing: 0.08em;
            line-height: 120%;
            margin-bottom: 10px;
            &:hover {
              background-color: black;
              color: white;
            }
            @media (max-width: 600px) {
              margin-bottom: 20px !important;
              display: inline-block;
            }
          }
          a:not(.cta-button) {
            &:visited {
              font-weight: 500;
              color: var(--darkpink) !important;
              text-decoration: underline;
            }
            font-weight: 500;
            color: var(--darkpink) !important;
            text-decoration: underline;
            &:hover {
              color: var(--khakigreen) !important;
            }
          }
        }

        .page-featured-image {
          width: calc(50vw - 150px);
          height: calc(90vh - 150px);
          padding: 50px;
          background-size: cover;

          @media (max-width: 600px) {
            height: calc(50vh - 150px);
            margin-bottom: 70px;
          }
        }
      }
    }
  }
}


.error404 {
  #content {
    height: 100vh !important;
    background-color: var(--cream) !important;
    text-align: center;
    padding-top: 25vh;
  }

  h1 {
    font-size: 14em !important;
    font-family: "glory", sans-serif;
    -webkit-text-fill-color: transparent; /* Will override color (regardless of order) */
    -webkit-text-stroke: 3px black;
  }
}

iframe {
  width: 100%;
}

.fusion-flyout-menu-icons {
  width: 100px;
  height: 100px;
  margin-right: 0px !important;
  @media (max-width: 840px) {
    /* margin-right: 0px !important; */
  }
  .fusion-flyout-menu-toggle {
    width: 100px !important;
    height: 100px !important;
    padding-top: 30px !important;
    @media (max-width: 600px) {
      padding-right: 0px;
    }
  }
}

.fusion-flyout-menu {
  ul {
    li {
      &:hover {
        a span {
          color: var(--orangered);
        }
      }
      &.current_page_item {
        a span {
          color: var(--orangered);
        }
      }
      a span {
        font-weight: 400;
        color: black;
      }
    }
  }
}

.sun-menu {
  width: 100px !important;
  height: 100px !important;
  @media (max-width: 600px) {
    width: 80px !important;
    height: 80px !important;
  }
}

.fusion-standard-logo {
  display: none;
}

.random-image {
  width: 100vw;
  height: 100vh;
  object-fit: cover;
}

/* .sunset-logo-mask {
  width: 90vw;
  height: 90vh;
} */

.hot-random-image {
  width: 100vw !important;
  height: 100vh !important;
  object-fit: cover;
}
img.fusion-standard-logo {
  /* display: none !important; */
}

body {
  padding: 0px !important;
  overflow: hidden !important;

  #wrapper {
    main {
      padding: 0px !important;
      .fusion-row {
        max-width: 100vw;
        margin: 0px;
        figure {
          width: 100vw;
          position: absolute;
        }
      }
    }
  }
}
