/*
Theme Name: Iliad
Author: Anmol Rajbhandari
Author URI: https://www.em.com.au/
Theme URI: https://www.em.com.au/
Tags: full-site-editing, block-patterns
Text Domain: iliad
Requires at least: 6.4
Requires PHP: 7.4
Tested up to: 6.4
Version: 100.0

License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

html {
  scroll-behavior: smooth;
}
@media screen and (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}
body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
/********************************* Common *********************************/
html,
body,
main {
  width: 100%;
  font-weight: 300;
}
html p,
body p,
main p {
  margin-block-start: 15px;
}
body,
.wp-site-blocks {
  min-height: 100vh;
  background-color: #fff;
}
h3 {
  font-size: 20px;
}
body > .is-layout-flex:not(header .is-layout-flex) {
  gap: 10px;
}
p:empty {
  height: 0;
  margin: 0;
  padding: 0;
  display: none;
}
img {
  max-width: 100%;
}
.arNoSpace,
main {
  padding: 0 !important;
  margin-block-start: 0 !important;
  margin-block-end: 0 !important;
}
.wp-block-button,
.actions input,
.wp-element-button,
.wp-block-button__link {
  transition: all 0.3s linear;
  font-weight: 400 !important;
}
.wp-block-button:hover a,
.actions input:hover {
  background: var(--wp--preset--color--primary) !important;
  color: #fff !important;
}
.arBtnSecondary .is-style-outline .wp-element-button {
  transition: all 0.3s linear;
}
.arBtnSecondary .is-style-outline .wp-element-button {
  border: 1px solid var(--wp--preset--color--primary) !important;
  padding: 10px 26px;
  font-weight: 400 !important;
}
.arBtnPrimary .wp-element-button:hover {
  color: var(--wp--preset--color--primary) !important;
  border-color: var(--wp--preset--color--primary) !important;
  background-color: transparent !important;
}
.slick-initialized .slick-slide {
  display: flex !important;
  justify-content: center;
}
.slick-initialized .slick-slide .arImgContainer {
  position: relative;
}
.slick-slide img {
  margin: auto;
}
.arModGal .slick-slide img {
  max-height: 540px;
  margin-bottom: 100px;
}

.slick-initialized img.slick-slide {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  object-position: center;
}

/******************** Navigation *************/
/*header .arBrochureBtn {
  visibility: hidden;
}*/
header nav.wp-block-navigation .wp-block-navigation__container {
  gap: 50px;
}

header nav.wp-block-navigation a,
header nav.wp-block-navigation button {
  font-family: "Avenir";
  font-weight: 300;
  text-transform: uppercase;
  font-size: 16px;
  border-top: 1px solid transparent;
  padding-top: 10px;
  position: relative;
}

header nav.wp-block-navigation .wp-block-navigation__submenu-container a {
  text-transform: none;
}
header nav.wp-block-navigation a:hover,
header
  nav.wp-block-navigation
  li:not(.wp-block-navigation__submenu-container li).current-menu-item
  > a {
  border-top-color: var(--wp--preset--color--primary);
}
header nav.wp-block-navigation .wp-block-navigation__container > li > a::after,
header nav.wp-block-navigation .wp-block-navigation__container > li > button::after{
  content: " ";
  position: absolute;
  right: -26px;
  background: #b3b3b3;
  width: 2px;
  height: 30px;
  transform: skewX(322deg);
  top: 6px;
}
header nav.wp-block-navigation li:last-child a::after {
  display: none;
}
header .wp-block-navigation-item {
  padding-bottom: 30px !important;
}
header .wp-block-navigation__submenu-container .wp-block-navigation-item {
  padding-bottom: 10px !important;
}
header .wp-block-navigation__submenu-container {
  background: linear-gradient(to bottom, #090909c2, #c6c6c600) !important;
  padding-bottom: 20px !important;
  border: none !important;
}
header .wp-block-navigation__submenu-container a {
  color: #fff !important;
}
/*********** Model Mega Menu *************/
header {
  position: relative;
}
header .navMnuModel svg {
  stroke: var(--wp--preset--color--secondary);
  margin-left: 5px;
}
header .wp-block-group.arModelMnuLstWrapper {
  background: linear-gradient(to bottom, #090909c2, #c6c6c600);
  position: absolute;
  top: 133px;
  z-index: -1;
  width: 100%;
  max-width: 100%;
  left: 0%;
  visibility: hidden;
  opacity: 0;
}
header .arModelMnu {
  padding: 10px 40px 10px 40px;
  transition: all 0.5s linear;
}
header .arModelMnu .modBlockNav {
  padding: 0 !important;
  margin-block-start: 0 !important;
}
header .arModelMnu .modBlockNav .nav.arModelMnuLst {
  width: 196px;
}
header .arModelMnu .modBlockNav .nav.arModelMnuLst h3 {
  color: #fff !important;
  font-weight: 100 !important;
  margin-block-start: 0;
  margin-block-end: 0;
  font-size: 18px;
  text-transform: uppercase;
}
header .arModelMnu .modBlockBot {
  display: none;
}
header .arModelMnuLstWrapper.open {
  z-index: 2;
  visibility: visible;
  opacity: 1;
}
.arModelMnu:not(header .arModelMnu) .modBlockNav {
  display: none;
}
header > .wp-block-group {
  position: fixed;
  top: 0;
  z-index: 20;
  width: 100%;
  background: #fff;
}
main {
  padding-top: 148px !important;
}
.read-more-btn a {
  color: var(--wp--preset--color--primary);
  text-decoration: none;
  position: relative;
  display: flex;
  width: 96px;
  background: transparent;
  padding: 0 !important;
  transition: none;
}
.read-more-btn a:hover {
  border-color: transparent;
  background: transparent !important;
  color: var(--wp--preset--color--primary) !important;
}
.read-more-btn a::after {
  content: ">";
  position: absolute;
  bottom: 0;
  right: 0;
}
.seeMoreBtn {
  position: relative;
  width: 180px;
  margin: 50px auto 0 auto;
  display: block;
  background: transparent;
  border: none;
  cursor: pointer;
  text-transform: uppercase;
  color: var(--wp--preset--color--primary);
  font-weight: 100;
  font-size: 20px;
  font-family: var(--wp--preset--font-family--system);
}
.seeMoreBtn::after {
  content: "";
  position: absolute;
  width: 32px;
  height: 17px;
  background-size: cover;
  bottom: -22px;
  right: 43%;
  background-image: url(https://iliadcatamarans.com/wp-content/themes/iliad/assets/images/arrow-down.png);
}
/********************** Video Banner **************************/
.arVidTxt {
  bottom: -22px;
  text-align: center;
  width: 100%;
  font-size: 44px !important;
  background: linear-gradient(to top, #9e6950 15%, #00000026);
  -webkit-background-clip: text;
  color: transparent !important;
  position: absolute;
  width: 100%;
  text-transform: uppercase;
  text-align: right;
  bottom: -176px;
  right: 0;
}

@media (min-width: 580px) {
  .arVidTxt {
    font-size: 52px !important;
    bottom: -185px;
  }
}

@media (min-width: 769px) and (max-width: 980px) {
  .arVidTxt {
    font-size: 64px !important;
    bottom: -310px;
  }
}

@media (min-width: 981px) and (max-width: 1439px) {
  .arVidTxt {
    bottom: -322px;
    font-size: 95px !important;
  }
}

@media (min-width: 1440px) {
  .arVidTxt {
    bottom: -510px;
    font-size: 138px !important;
  }
}
/************** iliad heading ***************/
.iliad-heading .wp-block-column {
  gap: 1px;
}
.iliad-heading .wp-block-column h2,
.iliad-heading .wp-block-column h3 {
  margin: 0;
  line-height: 42px;
}
.iliad-heading .wp-block-column h2 {
  font-size: 46px;
}
.iliad-heading .wp-block-column h3 {
  font-size: 22px;
}
/************************ home Gallery *******************/
.homeGalSlider {
  background-color: #f9f9f9;
}
.homeGalSliderControl {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 60px;
}
button.slick-arrow {
  background: transparent;
  border: none;
  cursor: pointer;
  bottom: 0;
}
.slick-arrow svg {
  width: 38px;
  height: 38px;
  transition: all 0.5s ease;
}
.slick-arrow:hover svg circle,
.slick-arrow:hover svg path {
  stroke: var(--wp--preset--color--primary);
}
.arModelMnu {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.arModelMnuLst a {
  text-decoration: none;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.arModelMnuLst a h3 {
  font-family: Avenir-Roman;
  font-size: 24px;
  font-weight: 100;
  margin-block-start: 6px;
  margin-block-end: 2px;
}
.imgFlip {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  transition: transform 0.8s;
  transform-style: preserve-3d;
  align-items: flex-end;
}
.flip-box-front,
.flip-box-back {
  grid-row-start: 1;
  grid-row-end: 1;
  grid-column-start: 1;
  grid-column-end: 1;
  -webkit-backface-visibility: hidden;
  /* Safari */
  backface-visibility: hidden;
}
.flip-box-back {
  transform: rotateX(180deg);
  margin-bottom: auto;
}
.imgFlip:hover {
  transform: rotateX(180deg);
}
/*************** Model Listing Page *************/
.arModBlock {
  height: 600px;
  align-items: flex-start;
}
.arModBlock .wp-block-cover__inner-container,
.arModBlockWrapper {
  height: 100%;
}
.arModBlockWrapper {
  justify-content: space-between;
  background: #0b1c2a 4a;
}
.arModBlockCopyWrapper {
  max-width: 412px;
  padding: 40px !important;
}
.arModBlockModTitle {
  width: 100%;
  position: relative;
}
.arModBlockModTitle h2 {
  position: absolute;
  bottom: -15px;
  right: -15px;
  padding: 35px 50px;
  background: #020202 6b;
}
/**************** News *************************/
.arNewsListingBodyWrapper p {
  text-align: center;
  font-size: 20px;
  max-width: 1045px;
  width: 92%;
}
.iliadNews .wp-block-term-description {
  max-width: 1045px;
  margin: 20px auto;
}
.arNewsListingBlockWrapper {
  background-color: #f9f9f9;
  padding: 60px 0;
  margin: 40px 0;
}
.arNewsListingBlockWrapper .arNewsListingBlock {
  max-width: 1280px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.arNewsListingBlockWrapper .arNewsListingBlock .arNewsBlockBody {
  max-width: 86%;
  margin: 10px auto;
  flex-grow: 1;
}
.arNewsListingBlockWrapper .arNewsListingBlock .arNewsBlockBody h3 a {
  color: var(--wp--preset--color--primary);
  text-decoration: none;
  font-weight: 400;
}
.arNewsListingBlockWrapper .arNewsListingBlock .arNewsBlockBody p {
  color: #000;
}
.arNewsListingBlockWrapper .arNewsListingBlock .arNDate {
  color: var(--wp--preset--color--contrast) !important;
}
.arNewsListingBlockWrapper .arNewsListingBlock .arNewsBlockFooter {
  width: 86%;
  margin: 0 auto 30px auto;
}
.arNewsListingBlockWrapper .arNewsListingBlock .read-more-btn {
  color: var(--wp--preset--color--primary);
  text-decoration: none;
  position: relative;
  display: flex;
  width: 96px;
}
.arNewsListingBlockWrapper .arNewsListingBlock .read-more-btn::after {
  content: ">";
  /* Add content with the '>' symbol */
  position: absolute;
  /* Position the pseudo-element */
  bottom: 0;
  /* Align it to the bottom */
  right: 0;
  /* Align it to the right */
}
.arNewsListingBlockWrapper .arNewsListingBlock.arEventsBlocks {
  grid-template-columns: repeat(2, 1fr);
}
.singleNewsBlock {
  max-width: 350px;
  height:100%;
  margin: 0 auto !important;
  display: flex;
  flex-direction: column;
  align-items: stretch !important;
  background: #fff;
  border-left: 1px solid var(--wp--preset--color--primary);
}
.singleNewsBlock .featured-image {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 212px;
  background-color: var(--wp--preset--color--secondary);
}
.singleNewsBlock .featured-image img {
  object-fit: scale-down;
}
.singleNewsBlock .featured-image.hasImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 16/9;
}
.arEventsBlocks .singleNewsBlock {
  max-width: 630px;
}
.arEventsBlocks .singleNewsBlock .featured-image {
  min-height: 370px;
  height: 100%;
}

.arEventsBlocks .singleNewsBlock .eventExtra,
.arEventsBlocks .singleNewsBlock .eventExtra > div {
  display: flex;
  align-items: center;
  gap: 5px;
}
.arEventsBlocks .singleNewsBlock .eventExtra {
  font-family: "Avenir-Roman";
  font-weight: 800;
  color: #0a1c2b;
  flex-wrap: wrap;
  gap: 15px;
}
.arEventsBlocks .singleNewsBlock .eventExtra img {
  max-height: 26px;
}
.iliadReviews .singleNewsBlock {
  border-left: none;
}
.iliadReviews .arNTitle span {
  display: block;
  color: #00020b;
}
.iliadReviews .filterAct {
  display: flex;
  align-items: center;
  max-width: 574px;
}
.iliadReviews .filterAct .btnWrapper {
  display: flex;
  gap:6px;
  flex-grow: 1;
  margin-left: 10px;
}
.iliadReviews .filterAct .btnWrapper button {
  background: transparent;
  border: 1px solid;
  color: var(--wp--preset--color--primary);
  padding: 10px;
  cursor: pointer;
}
.singleNewsBlock img {
  max-width: 100%;
  height: auto;
}
.ch-above-cover ul {
  padding-left: 18px;
}
/************ Event Booking ************/
.arBookToggle {
  /*display: flex;
  gap: 20px;
 */
  position: relative;
  border-bottom: 1px solid #b3b3b3;
  padding-bottom: 10px;
  font-size: 18px !important;
  padding-right: 44px;
}
.arBookToggle::after {
  content: url("https://iliadcatamarans.com/wp-content/uploads/2024/02/Icon-down.svg");
  display: inline-block;
  right: 3px;
  top: -8px;
  position: absolute;
  cursor: pointer;
  transition: all 0.5s ease;
}
.arBookToggle.hide::after {
  content: url("https://iliadcatamarans.com/wp-content/uploads/2024/02/Icon-up.svg");
}
.bookingFrm {
  margin-block-start: 0;
  transition: all 0.5s linear;
  opacity: 1;
  visibility: visible;
  height: auto;
  width:100%;
}
.bookingFrm form {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.bookingFrm .hbspt-form form > div {
  display: flex;
  gap: 8px;
  margin-bottom: 18px;
  flex-wrap: wrap;
}

.bookingFrm .hbspt-form form > div .input {
  flex-grow: 1;
}
.bookingFrm .hbspt-form .hs_submit.hs-submit {
  align-items: flex-start;
}
.bookingFrm.hide {
  opacity: 0;
  visibility: hidden;
  height: 0;
}
/*********************** Footer **********************/
/* footer{
  ul.wp-block-navigation{
    gap:12px;
 }
}
*/
footer .arPhone a,
footer .arMail a,
footer p.arLoc {
  text-decoration: none;
  position: relative;
}
footer .arPhone a::before,
footer .arMail a::before,
footer p.arLoc::before {
  background-color: var(--wp--preset--color--primary);
  border-radius: 25px;
  margin-right: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 36px;
  height: 31px;
  padding-top: 4px;
  left: -42px;
  top: -6px;
}
footer .arPhone a::before {
  content: url("data:image/svg+xml,%3Csvg width='12' height='20' viewBox='0 0 12 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.004 0H1.996C1.46663 0 0.958937 0.210292 0.584615 0.584615C0.210292 0.958938 0 1.46663 0 1.996V18.003C0 19.106 0.894 20 1.996 20H10.003C10.5325 20 11.0403 19.7897 11.4147 19.4154C11.7892 19.0412 11.9997 18.5335 12 18.004V1.996C12 1.46663 11.7897 0.958938 11.4154 0.584615C11.0411 0.210292 10.5334 0 10.004 0ZM6 19C5.31 19 4.75 18.553 4.75 18C4.75 17.447 5.31 17 6 17C6.69 17 7.25 17.447 7.25 18C7.25 18.553 6.69 19 6 19ZM10 16H2V2H10V16Z' fill='white'/%3E%3C/svg%3E");
}
footer .arMail a::before {
  content: url("data:image/svg+xml,%3Csvg width='20' height='16' viewBox='0 0 20 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18 0H2C0.9 0 0.00999999 0.9 0.00999999 2L0 14C0 15.1 0.9 16 2 16H18C19.1 16 20 15.1 20 14V2C20 0.9 19.1 0 18 0ZM18 4L10 9L2 4V2L10 7L18 2V4Z' fill='white'/%3E%3C/svg%3E");
}
footer p.arLoc::before {
  content: url("data:image/svg+xml,%3Csvg width='14' height='20' viewBox='0 0 14 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 9.5C6.33696 9.5 5.70107 9.23661 5.23223 8.76777C4.76339 8.29893 4.5 7.66304 4.5 7C4.5 6.33696 4.76339 5.70107 5.23223 5.23223C5.70107 4.76339 6.33696 4.5 7 4.5C7.66304 4.5 8.29893 4.76339 8.76777 5.23223C9.23661 5.70107 9.5 6.33696 9.5 7C9.5 7.3283 9.43534 7.65339 9.3097 7.95671C9.18406 8.26002 8.99991 8.53562 8.76777 8.76777C8.53562 8.99991 8.26002 9.18406 7.95671 9.3097C7.65339 9.43534 7.3283 9.5 7 9.5ZM7 0C5.14348 0 3.36301 0.737498 2.05025 2.05025C0.737498 3.36301 0 5.14348 0 7C0 12.25 7 20 7 20C7 20 14 12.25 14 7C14 5.14348 13.2625 3.36301 11.9497 2.05025C10.637 0.737498 8.85652 0 7 0Z' fill='white'/%3E%3C/svg%3E");
  padding-top: 6px;
}
footer .footNoteLogo figure {
  display: flex;
}
/************************** Model Page **************************/
.arMdlBanner .arMdlBannerTextWrapper {
  position: absolute;
  bottom: 0;
  left: 15%;
  width: 540px;
  height: 150px;
}
.arMdlBanner .arMdlBannerTextWrapper h2,
.arMdlBanner .arMdlBannerTextWrapper .wp-block-columns {
  /*background: #2e2e2e 42; */
  background: rgb(46 46 46 / 42%);
  padding: 0px 20px;
  height: 100%;
}
.arMdlBanner .arMdlBannerTextWrapper h2 {
  font-size: 117px !important;
  font-weight: 300;
}
.arMdlBanner .arMdlBannerTextWrapper .wp-block-columns .wp-block-column {
  display: flex;
  align-items: center;
  font-weight: 500;
  font-size: 18px;
}
.arSpc {
  max-width: 515px;
  margin: auto;
}
.arSpc .arSpecRow {
  display: flex;
  column-gap: 20px;
  margin-bottom: 6px;
  font-size: 14px;
}
.arSpc .arSpecRow .arSpecLbl {
  min-width: 220px;
}
.arSpc .arSpecRow .arSpecVal {
  flex: 1;
  color: var(--wp--preset--color--secondary);
  font-weight: 400;
}
.arModGal {
  text-align: center;
}
.imgCtrl {
  z-index: 2;
}
.arGalTitleWrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 0 20px 0;
  max-width: 320px;
  margin: auto;
  margin-top: -40px;
}
.arGalTitle {
  text-transform: uppercase;
  border-top: 1px solid transparent;
  padding-top: 10px;
  color: var(--wp--preset--color--secondary);
  font-weight: 500;
  font-size: 14px;
  transition: all 0.3s ease;
  cursor: pointer;
  z-index: 1;
}
.arGalTitle.active,
.arGalTitle:hover {
  border-top-color: var(--wp--preset--color--primary);
}
.imgCtrl {
  max-width: 1240px;
  margin: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 14px;
  margin-top: 10px;
  position: absolute;
  right: 0;
  bottom: -80px;
}
.toggleLightBox {
  border: 1px solid;
  border-radius: 100px;
  display: flex;
  padding: 6px;
  cursor: pointer;
  transition: all 0.1s ease;
}
.toggleLightBox:hover {
  color: var(--wp--preset--color--primary);
}
.galControl {
  max-width: 320px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#slide-count-info {
  max-width: 160px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex: 1;
}
.arCountDash {
  flex: 1;
  background: var(--wp--preset--color--background);
  height: 1px;
  max-width: 80%;
  display: flex;
  align-items: center;
}
.arProgress {
  background: var(--wp--preset--color--primary);
  height: 2px;
  width: 10%;
}
.galControl button {
  background-color: transparent;
  border: 1px solid var(--wp--preset--color--background);
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6px;
  cursor: pointer;
  position: relative;
}
.galControl button svg {
  fill: var(--wp--preset--color--background);
  stroke: var(--wp--preset--color--background);
  width: auto;
  height: auto;
}
.galControl button:hover {
  border-color: var(--wp--preset--color--primary);
}
.galControl button:hover svg {
  fill: var(--wp--preset--color--primary);
  stroke: var(--wp--preset--color--primary);
}
.walkthorugh {
  align-items: stretch;
}
.walkthroughWrapper {
  justify-content: space-between;
  height: 100%;
}
/****************** Keep in touch form *************/
/************** form **********/
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
select {
  border: none;
  border-bottom: 1px solid var(--wp--preset--color--primary);
  background: transparent;
  width: 100%;
}
textarea,
textarea:focus,
textarea:focus-visible {
  width: 100% !important;
  min-height: 180px;
  border: 1px solid var(--wp--preset--color--primary);
  outline: none;
}
.hbspt-form fieldset {
  width: 100%;
  max-width: 100% !important;
  padding: 18px 0 !important;
}
.hbspt-form fieldset div {
  display: flex;
  flex: 1;
  flex-wrap: wrap;
  align-items: flex-start;
}
.hbspt-form fieldset label {
  margin-right: 8px;
}
.hbspt-form fieldset.form-columns-2 {
  display: flex;
  gap: 30px;
}
.hbspt-form ul.hs-error-msgs {
  flex-basis: 100%;
  list-style: none;
  padding: 0;
  color: var(--wp--preset--color--primary);
}
.hbspt-form .actions {
  text-align: right;
}
.hbspt-form .actions input {
  border: 1px solid var(--wp--preset--color--primary) !important;
  border-radius: 50px;
  padding: 12px 50px;
  cursor: pointer;
  background: transparent;
}
.hbspt-form span.hs-form-required {
  display: none;
}
.hbspt-form .hs_submit.hs-submit {
  flex-direction: column;
  align-items: flex-end;
}
.hbsContact .hbspt-form {
  max-width: 1300px;
  width: 96%;
}
.hbsContact .hbspt-form form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.wp-block-cover {
  min-height: 610px;
}
.dealearList {
  height: 510px;
  overflow-y: scroll;
}
.contactBody a {
  font-weight: 300;
  color: var(--wp--preset--color--primary);
  text-decoration: none;
}
/*************** FAQ ************/
.wpsm_panel-group .ac_title_class {
  padding-left: 0 !important;
  padding-bottom: 18px !important;
  border-bottom: 1px solid #808080;
}
.wpsm_panel-group .wpsm_panel-body {
  max-width: 632px;
}
.wpsm_panel-group .fa {
  border-radius: 50px;
  border: 1px solid #808080;
}
.wpsm_panel-group .fa:before {
  color: #808080;
}
.wpsm_panel-group .fa-plus:before {
  content: "\f107";
}
.wpsm_panel-group .fa-minus:before {
  content: "\f106";
}
.wp-block-navigation li.has-child > svg {
  display: none;
}
.wp-block-navigation
  .wp-block-navigation__responsive-container.has-modal-open
  li.has-child
  > svg,
.wp-block-navigation
  .wp-block-navigation__responsive-container.has-modal-open
  li.navMnuModel
  > svg {
  display: block;
  position: absolute;
  right: -35px;
  cursor: pointer;
  transition: all 0.3s linear;
}
.wp-block-navigation
  .wp-block-navigation__responsive-container.has-modal-open
  li.has-child.isopen
  > svg,
.wp-block-navigation
  .wp-block-navigation__responsive-container.has-modal-open
  li.navMnuModel.isopen
  > svg {
  transform: rotate(180deg);
}
.arMediaBox {
  align-items: center !important;
}
.arNewsListingBodyWrapper,
.arNewsListingBlock {
  width: 88%;
  margin-left: auto !important;
  margin-right: auto !important;
}
.mobModalWrapper {
  display: none;
}
.mobModalWrapper .wp-block-group.arModelMnuLstWrapper {
  position: relative;
  top: 0;
  background: transparent;
  max-width: 240px;
  padding: 0 !important;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  z-index: 2;
  visibility: visible;
  opacity: 1;
}
.mobModalWrapper.open {
  display: block;
}
#imgLightBox {
  background: #0b1c2a f2;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  transform: scale(0);
  transition: all 0.5s linear;
  display: flex;
  align-items: center;
  justify-content: center;
}
#imgLightBox.open {
  transform: scale(1);
}
#imgLightBox.open .modWrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 14px;
  position: relative;
}
#imgLightBox.open .modWrapper #lgBoxClose{
  position: absolute;
  width: 24px;
  height: 24px;
  right: 10px;
  top: 10px;
  background-color: rgba(255,255,255,0.2);
  border-radius: 50%;
  padding:10px;
}
#imgLightBox.open .modWrapper svg {
  stroke: var(--wp--preset--color--primary);
  cursor: pointer;
}
#imgLightBox.open .modWrapper svg:hover {
  stroke: #fff;
}

#imgLightBox.open .modWrapper #flImg{
  height:80vh;
  max-width:80vw;
}

.stickyLogoMulit {
  position: absolute;
  /*bottom: 24px; */
  top: calc(100vh - 200px);
  right: 24px;
  z-index: 1;
  max-width: 160px !important;
}
.arModNav {
  margin-block-start: 0 !important;
  top: 133px !important;
}
.arModNav.zIndex1 {
  z-index: 1;
}
/********** Store locator ***************/
#wpsl-result-list li p {
  margin: 0;
}
.loc {
  position: relative;
  padding-left: 38px;
}
.wpsl-store-location {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.wpsl-store-location strong {
  font-style: normal;
  font-weight: 500;
  color: var(--wp--preset--color--secondary);
}
#wpsl-result-list li p.wpsl-contact-details {
  font-size: 0;
}
#wpsl-result-list li p.wpsl-contact-details span a, #wpsl-result-list li p.aj-wpsl-url a {
  font-size: 16px;
  position: relative;
  padding-left: 38px;
  margin-bottom: 8px;
  display: block;
}
.loc::after,
.wpsl-contact-details span:first-of-type a::after,
.wpsl-contact-details span:last-of-type a::after, .aj-wpsl-url a::after {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 26px;
  height: 26px;
  background-size: cover;
}
.loc::after {
  background-image: url("https://iliadcatamarans.com/wp-content/uploads/2024/02/location-icon.png");
}
.wpsl-contact-details span:first-of-type a::after {
  background-image: url("https://iliadcatamarans.com/wp-content/uploads/2024/02/phone-icon.png");
  top: 0px;
}
.wpsl-contact-details span:last-of-type a::after {
  background-image: url("https://iliadcatamarans.com/wp-content/uploads/2024/02/mail-icon.png");
  top: 0px;
}
.aj-wpsl-url a::after{
  background-image: url("https://iliadcatamarans.com/wp-content/uploads/2024/02/icon-url.png");
  background-size:cover;
  top: 0px;
}
body.page-id-17 .aboveFooterBlock {
  display: none;
}

.wp-block-navigation .wp-block-navigation__submenu-icon {
  margin-left: 0;
  width: 0;
}

.wp-block-navigation .wp-block-navigation__submenu-icon svg,
.arWrpper .wpsl-search {
  display: none;
}
/* .arWrpper .wpsl-search {
  display: block;
} */
.arContentBox {
  max-width: 454px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.wp-block-embed__wrapper {
    width: 100%;
}

.wp-block-embed__wrapper iframe {
  width: 100%;
  height: 412px;
}
/************ FAQ ************/
#wpsm_accordion_719 .ac_title_class {
  padding-right: 44px !important;
}
.wp-block-group #wpsm_accordion_719 .wpsm_panel-title a {
  font-size: 20px !important;
  font-weight: 400 !important;
}
.wp-block-group #wpsm_accordion_719 .ac_open_cl_icon {
  padding: 6px 10px !important;
}

.arFourColRes > div {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
  }
/******************** Responsive *******************/
@media (max-width: 1920px) {
  header .arModelMnu {
    left: 24%;
    max-width: 1152px;
  }
}
@media (max-width: 1540px) {
  header .arModelMnu {
    left: 16%;
  }
  header .arModelMnu .modBlockNav .nav.arModelMnuLst {
    width: 180px;
  }
}
@media (max-width: 1440px) {
  .wp-block-cover.arVidCover {
    height: 580px;
    min-height: auto !important;
  }
  header .arModelMnu {
    left: 6%;
  }
  .arEventsBlocks .singleNewsBlock .featured-image {
    min-height: 100%;
  }
}
@media (max-width: 1240px) {
  .wp-block-site-logo img {
    width: 145px;
    position: absolute;
    top: 50px;
  }
  .wp-block-site-logo + div {
    width: 100%;
  }
  header .arModelMnu {
    left: 0%;
  }
  header .arModelMnu .modBlockNav .nav.arModelMnuLst {
    width: 152px;
  }
  .featured-image.hasImg img,
  .arFeImg img {
    height: 188px;
  }
  .arNewsListingBlockWrapper .arNewsListingBlock {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 1024px) {
  .arFourColRes {
    max-width: 92%;
    margin: auto !important;
  }
  .arFourColRes > div {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .arModBlock {
    height: 100%;
    min-height: auto;
  }
}
body .mobile-nav{
	display: none;
}

@media (max-width: 980px) {
  /*mega menu*/
  header .wp-block-group > .arModelMnu {
    display: none;
  }
  header .wp-block-group .mobModalWrapper .arModelMnu {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3px 40px;
  }
  header .arModelMnu .modBlockNav .nav.arModelMnuLst h3 {
    color: var(--wp--preset--color--primary) !important;
    font-size: 18px;
  }
  .wp-block-navigation__responsive-container-open {
    display: flex !important;
  }
  .wp-block-navigation__responsive-container-open svg {
    fill: var(--wp--preset--color--primary);
    width: 50px;
    height: 50px;
    margin-top: 6px;
  }
  .desktop-nav, .wp-block-navigation__responsive-container,
  .arBrochureBtn {
    display: none !important;
  }
  .mobile-nav, .arBrochureBtn.mobile  {
    display: block !important;

  }
  .arBrochureBtn.mobile  {
  	margin:auto;
  }
  .wp-block-navigation__responsive-container.has-modal-open {
    display: flex !important;
  }
  .wp-block-site-logo {
    min-height: 82px;
  }
  .wp-block-site-logo img {
    width: 200px;
  }
  .wp-block-navigation__responsive-container-close svg {
    fill: var(--wp--preset--color--primary);
    height: 40px;
    width: 40px;
  }
  li.wp-block-navigation-item {
    padding-bottom: 6px !important;
    position: relative;
  }
  .wp-block-navigation .has-child .wp-block-navigation__submenu-container {
    display: none;
    padding: 15px 0 0 20px;
  }
  .wp-block-navigation
    .has-child
    .wp-block-navigation__submenu-container.isopen {
    display: block;
  }
  nav.wp-block-navigation li.current-menu-item a {
    border: none !important;
  }
  nav.wp-block-navigation li a::after {
    display: none;
  }
  main {
    padding-top: 116px !important;
  }

  .wp-block-spacer {
    height: 25px !important;
  }
  .arSpec {
    display: flex;
    flex-direction: column;
    gap: 20px;
    max-width: 720px;
    width: 92%;
  }
  .arSpec .wp-block-media-text__content {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .featured-image.hasImg img,
  .arFeImg img {
    height: 100%;
  }
  .arModNav {
    top: 105px !important;
  }
  .arModBlockWrapper {
    background: #0b1c2a 82;
  }
}
@media (max-width: 782px) {
  .noBorderOnStack {
    gap: 45px;
    width: 94%;
    margin: auto;
  }
  .noBorderOnStack > div {
    border: none !important;
    max-width: 530px;
    margin: auto;
  }
  .mobCenter {
    text-align: center;
  }
  .eventBody {
    flex-direction: column;
  }
  .arMdlBanner .arMdlBannerTextWrapper {
    left: 0;
    width: 100%;
  }
  .arMdlBanner .arMdlBannerTextWrapper h2 {
    font-size: 80px !important;
    line-height: 152px;
  }
  .arMdlBanner .arMdlBannerTextWrapper .wp-block-columns {
    display: grid !important;
    grid-template-columns: 80px 1fr;
  }
  .arNewsListingBlockWrapper .arNewsListingBlock {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .wp-block-cover.arVidCover,
  .commonBanner {
    height: 340px;
    min-height: 340px !important;
  }
  .wp-block-spacer {
    height: 10px !important;
  }
  .iliad-heading .wp-block-column h3 {
    font-size: 18px;
  }
  .iliad-heading .wp-block-column h2 {
    font-size: 38px;
  }
  .hbspt-form fieldset {
    display: grid !important;
  }
  .hbspt-form fieldset div {
    width: 100% !important;
    display: grid !important;
  }
  .hbspt-form fieldset .hs_submit.hs-submit {
    width: 126px !important;
    margin: 10px 0;
  }
  .hbsContact .hbspt-form fieldset {
    padding: 0 !important;
    gap: 20px;
  }
  .arFooMenu {
    display: grid !important;
    justify-content: center !important;
    width: 88%;
  }
  .belowFooter,
  .belowFooterLgo {
    flex-direction: column !important;
  }
  .belowFooter p,
  .belowFooterLgo p {
    width: 100%;
    text-align: center;
  }
  .belowFooterLgo {
    gap: 8px !important;
  }
  .arMediaBox {
    display: flex;
    flex-direction: column;
  }
  .arMediaBox figure {
    text-align: center;
  }
  .arMediaBox figure img {
    margin: 20px 0;
    height: 290px;
    width: auto;
  }
  .arMediaBox.mobRev {
    flex-direction: column-reverse;
  }
  .stickyLogoMulit {
    top: 70vh;
    max-width: 130px !important;
  }
}
@media (max-width: 748px) {
  .arFourColRes > div {
    display: grid;
    grid-template-columns: 1fr;
    max-width: 410px;
  }
  main .arModelMnu {
    flex-wrap: wrap;
  }
  main .arModelMnu h3 {
    font-size: 22px;
  }
  main .arModelMnu a {
    align-items: center;
  }
}
@media (max-width: 600px) {
  .wp-block-media-text {
    gap: 12px;
  }
  .arNewsListingBlockWrapper .arNewsListingBlock,
  .arNewsListingBlockWrapper .arNewsListingBlock.arEventsBlocks {
    grid-template-columns: 1fr;
  }
  .arMdlBanner .arMdlBannerTextWrapper h2 {
    font-size: 58px !important;
    line-height: 140px;
  }
  .arMdlBanner .arMdlBannerTextWrapper h2,
  .arMdlBanner .arMdlBannerTextWrapper .wp-block-columns {
    padding: 0px 10px;
    grid-template-columns: 45px 1fr;
  }
  .arMdlBanner .arMdlBannerTextWrapper p {
    font-size: 14px;
  }
  .arGalTitleWrapper {
    flex-direction: column;
    gap: 6px;
  }
  .iliadReviews .filterAct {
    flex-direction: column;
    gap: 10px;
  }
  .iliadReviews .filterAct .btnWrapper {
    flex-wrap: wrap;
    gap: 4px;
    justify-content: center;
  }
  .iliadReviews .filterAct .btnWrapper button {
    padding: 10px 3px;
  }
  header .wp-block-group .mobModalWrapper .arModelMnu {
    grid-template-columns: 1fr;
  }
  .arModBlockModTitle h2 {
    font-size: 30px !important;
    padding: 25px 35px;
  }
}
@media (max-width: 580px) {
  .wp-block-site-logo img {
    width: 146px;
  }
  .arFooMenuLst {
    display: grid !important;
    justify-content: center !important;
    width: 100% !important;
    gap: 6px !important;
    grid-template-columns: 1fr 1fr;
  }
  .arSpc .arSpecRow .arSpecLbl {
    min-width: auto;
    width: 86px;
  }
  .eventIconWrapper > .wp-block-group {
    display: grid;
    grid-template-columns: 36px 1fr;
    gap: 6px;
  }
}
@media (max-width: 450px) {
  .imgFlip img {
    width: 142px;
  }
  .singleNewsBlock {
    max-width: 298px !important;
  }
}

.singleNewsBlockWrapperNoBorder > .singleNewsBlock{border-left:none;}

/* fix for missing images and videos on Safari */
figure.wp-block-image,
figure.wp-block-embed {
    display: flex;
}

.wp-block-navigation-item.open-on-click .wp-block-navigation-submenu__toggle {
    padding-inline: 0;
}

body.archive.category.category-events .arEventsBlocks .singleNewsBlock{
	width:100%;
}

.singleNewsBlock .wp-block-buttons .wp-block-button__link{
	width:120%;
}


#post-4916 {
    display: none;
}