@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Merriweather:ital,opsz,wght@0,18..144,300..900;1,18..144,300..900&display=swap");

:root {
  --dark-red: #770404;
  --light-red: #b14c3e;
  --light-grey: #6a7272;
  --pale-green: #324544;
  --dark-blue: #091435;
  --light-pink: #bba7a5;
  --text-color: #1f2526bf;
  --main-heading: "Playfair Display", serif;
  --other-font: "Manrope", sans-serif;
  --body-font: "Merriweather", serif;
}
html {
  scroll-behavior: smooth;
}

body {
  overflow-x: hidden;
}

a:focus {
  border: none !important;
  box-shadow: unset !important;
  outline: none !important;
}
a {
  outline: none !important;
}

/* TYPOGRAPHY */
h1 {
  font-family: var(--main-heading) !important;
  font-weight: 400;
}

h2,
h3,
h4,
h5,
h6 {
  font-family: var(--other-font) !important;
  font-weight: 300;
}

a,
p,
div,
span {
  font-family: var(--body-font) !important;
  font-size: 18px;
}
@media (max-width: 767px) {
  a,
  p,
  div,
  span {
    font-size: 16px;
  }
}

/* HEADER CSS */
.master-layout-1 {
  background-color: #052b2e !important;
  box-shadow: unset !important;
}
@media (min-width: 1200px) {
  .master-layout-1 #divMainMenu nav #main-menu li,
  .master-layout-1 #divMainMenu nav #main-menu a {
    color: #fff !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
  }
  .master-layout-1 #divMainMenu nav #main-menu > li > a {
    padding: 0px 20px !important;
  }
  .master-layout-1 #divMainMenu nav #main-menu ul {
    margin-top: -35px !important;
  }
  .master-layout-1.scrolled-head #divMainMenu nav #main-menu ul {
    margin-top: -15px !important;
  }
  .master-layout-1 #divMainMenu nav #main-menu > li > a:hover,
  .master-layout-1 #divMainMenu nav #main-menu > li > a.highlighted,
  .master-layout-1 #divMainMenu nav #main-menu > li > a.active-link {
    box-shadow: unset !important;
  }
  .master-layout-1 nav #main-menu ul {
    background-color: var(--dark-blue) !important;
  }
  .master-layout-1 .MyProfile_Member .MyProfile_Name {
    color: #fff !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    line-height: 15px !important;
    font-size: 15px !important;
  }
  .master-layout-1 .MyProfile_Member {
    width: 220px !important;
    background-color: var(--light-pink) !important;
    border-radius: 100px !important;
    height: 50px !important;
    margin-top: 35px !important;
  }
  .master-layout-1 .MyProfile_Member .fullView {
    background-color: var(--dark-blue) !important;
    width: 220px !important;
    top: 55px !important;
  }
  .master-layout-1 .MyProfile_Member .fullView a {
    color: #fff !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    font-size: 14px !important;
  }
  .master-layout-1.scrolled-head,
  .master-layout-1.scrolled-head-temp {
    background-color: rgba(9, 20, 53, 0.75) !important;
  }
  .master-layout-1.scrolled-head .MyProfile_Member {
    margin-top: 14px !important;
  }
  .master-layout-1 #divMainMenu nav #main-menu ul a {
    font-size: 14px !important;
    background-color: var(--dark-blue) !important;
  }
  .master-layout-1 .MyProfile_Member:focus {
    outline: unset !important;
  }
  .align-with-header {
    margin-top: -120px !important;
  }
  .master-layout-1 .MyProfile_Member .MyProfile_SignedIn .MyProfile_Name,
  .master-layout-1 .MyProfile_Member .MyProfile_SignedOut .MyProfile_Name {
    font-family: var(--body-font) !important;
  }
}
@media (max-width: 1199px) {
  .align-with-header {
    margin-top: -70px !important;
  }
  .master-layout-1 #menu-button i {
    color: #fff !important;
  }
  .master-layout-1 .MyProfile_Svg svg {
    fill: #fff !important;
  }
  .master-layout-1 .MyProfile_Member .fullView {
    background-color: var(--dark-blue) !important;
  }
  .master-layout-1 .MyProfile_Member .fullView a {
    color: #fff !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    font-size: 14px !important;
  }
  .master-layout-1 nav #main-menu {
    background-color: var(--dark-blue) !important;
  }
  .master-layout-1 nav #main-menu a {
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
  }
  .master-layout-1.scrolled-head {
    background-color: rgba(9, 20, 53, 0.75) !important;
  }
}
/* FOOTER CSS */
footer {
  background-color: var(--light-grey) !important;
  padding: 100px 0px !important;
}
.footer-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 50px;
  padding: 0px 15px;
}
.footer-box .footer-logo-image {
  width: 180px;
}
.footer-content-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 25px;
}
.footer-contact {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
}
.footer-content-box h4 {
  font-family: var(--other-font) !important;
  font-size: 18px !important;
  color: #fff !important;
  text-transform: uppercase;
  font-weight: 400 !important;
  letter-spacing: 2px !important;
  margin: 0px !important;
}
.footer-contact a {
  color: #fff !important;
  font-size: 16px !important;
  font-family: var(--body-font) !important;
  font-weight: 300 !important;
}
.footer-socials {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
}
.footer-socials img {
  filter: invert(1);
  width: 35px;
  height: 35px;
}
.footer-socials a {
  text-decoration: none !important;
}
.footer-box hr {
  margin: 0px !important;
  border-top: 1px solid #969696;
  width: 60%;
}
.footer-copyright {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
.footer-copyright a,
.footer-copyright p {
  font-family: var(--body-font) !important;
  font-size: 14px !important;
  color: #fff !important;
  font-weight: 300 !important;
  margin: 0px !important;
  text-align: center;
}
/* TEXT AREA STYLING */
.cho-heading h1 {
  font-size: clamp(30px, 2vw, 44px) !important;
  color: var(--dark-blue) !important;
  font-family: var(--main-heading) !important;
  letter-spacing: 1px !important;
}
.cho-heading h2 {
  font-size: clamp(24px, 2vw, 36px) !important;
  color: var(--light-red) !important;
  font-family: var(--other-font) !important;
  letter-spacing: 2px !important;
}
.first-heading {
  margin-top: clamp(0px, 5vw, 50px) !important;
}
.image-quick-links a {
  pointer-events: none !important;
}
.image-quick-links h4 {
  font-family: var(--other-font) !important;
  letter-spacing: 1px !important;
  color: var(--light-red) !important;
  font-size: clamp(18px, 2vw, 24px) !important;
}
.image-quick-links h5 {
  font-family: var(--other-font) !important;
  letter-spacing: 1px !important;
  color: var(--dark-blue) !important;
  font-size: clamp(14px, 2vw, 18px) !important;
  font-weight: 500 !important;
}
.image-quick-links p {
  font-size: 14px !important;
  font-weight: 300 !important;
  letter-spacing: 1px !important;
  line-height: 25px !important;
  color: var(--text-color) !important;
}
/* QUICK LINKS */
/* Image Quick Links */
.full-width-quicklinks.text-center
  .quicklink-flex-item
  .full-width-quicklink-wrapper
  .full-width-quicklink-content
  h3:before,
.full-width-quicklinks.text-center
  .quicklink-flex-item
  .full-width-quicklink-wrapper
  .full-width-quicklink-content
  h3:after {
  /* content: ""; */
  display: block;
  padding-top: 6px;
  width: 0px;
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
  transition: all 0.4s ease;
}

.full-width-quicklinks h3.normal-font {
  font-size: 2rem;
}

.full-width-quicklinks.text-center
  .quicklink-flex-item
  .full-width-quicklink-wrapper
  .full-width-quicklink-content
  h3:before {
  border-bottom: 3px solid var(--light-pink);
}

.full-width-quicklinks.text-center
  .quicklink-flex-item
  .full-width-quicklink-wrapper
  .full-width-quicklink-content
  h3:after {
  border-top: 3px solid var(--light-pink);
}

.full-width-quicklinks.text-center
  .quicklink-flex-item:hover
  .full-width-quicklink-wrapper
  .full-width-quicklink-content
  h3:before,
.full-width-quicklinks.text-center
  .quicklink-flex-item:hover
  .full-width-quicklink-wrapper
  .full-width-quicklink-content
  h3:after {
  display: block;
  width: 100px;
}

.quicklink-flex-item {
  height: 500px;
  margin: 10px;
}

.full-width-quicklink-wrapper {
  height: 100%;
}
.full-width-quicklinks h3.small-font {
  font-size: 24px !important;
  font-family: var(--body-font) !important;
  font-weight: 300 !important;
  letter-spacing: 1px !important;
}
.quicklink-flex-item:hover p.full-width-quicklink-text {
  font-weight: 300 !important;
}
.theme1.full-width-quicklinks .quicklink-flex-item:focus h3,
.theme1.full-width-quicklinks .quicklink-flex-item:focus p {
  outline: unset !important;
}
@media (max-width: 768px) {
  .quicklink-flex-item {
    height: 300px !important;
  }
  .full-width-quicklinks h3.small-font {
    font-size: 20px !important;
    font-family: var(--body-font) !important;
    font-weight: 300 !important;
    letter-spacing: 1px !important;
  }
}
/* UPCOMING WIDGET CSS */
@media (min-width: 1025px) {
  .upcoming-event-widget {
    padding-left: 15px;
  }
}
.CalAtGlance .AGTitle {
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 1200px) {
  .upcoming-event-widget .CalAtGlance .AGTitle.normal-font,
  .upcoming-event-widget .CalAtGlance .title-row.normal-font {
    font-size: 2em;
    color: #000;
    position: relative;
  }
  .upcoming-event-widget .CalAtGlance .AGTitle.normal-font::after,
  .upcoming-event-widget .CalAtGlance .title-row.normal-font::after {
    position: absolute;
    bottom: 10px;
    left: 0;
    width: 50px;
    height: 3px;
    background-color: #000;
  }
}
@media (min-width: 768px) {
  .col-70-left .upcoming-event-widget .CalAtGlance .upcoming-event-wrapper,
  .col-70-right .upcoming-event-widget .CalAtGlance .upcoming-event-wrapper {
    flex: 0 1 40%;
    margin: 10px;
    padding-right: 7px !important;
  }
}
@media (min-width: 768px) {
  .col-70-left
    .upcoming-event-widget
    .CalAtGlance
    .upcoming-event-wrapper:nth-child(4n + 1),
  .col-70-right
    .upcoming-event-widget
    .CalAtGlance
    .upcoming-event-wrapper:nth-child(4n + 1) {
    padding-left: 25px !important;
  }
}

.CalAtGlance .AGTitle span {
  position: relative;
  font-size: clamp(24px, 2vw, 36px) !important;
  color: var(--light-red) !important;
  font-family: var(--other-font) !important;
  letter-spacing: 2px !important;
  position: relative;
  padding-left: 0;
  padding-top: 10px;
}
@media (max-width: 768px) {
  .CalAtGlance .AGTitle span {
    text-align: center;
  }
}
@media (max-width: 768px) {
  .CalAtGlance .AGTitle {
    text-align: center;
  }
}
.CalAtGlance .upcoming-event-wrapper {
  /* background: red !important; */
  padding: 50px;
  backdrop-filter: blur(16px) saturate(180%);
  -webkit-backdrop-filter: blur(16px) saturate(180%);
  background-color: rgba(255, 255, 255, 0.75) !important;
  border-radius: 12px;
  border: 1px solid rgba(209, 213, 219, 0.3);
  box-shadow: 6px 6px 14px 0 rgba(0, 0, 0, 0.2),
    -8px -8px 18px 0 rgba(255, 255, 255, 0.55);
}
@media (max-width: 768px) {
  .CalAtGlance .upcoming-event-wrapper {
    margin-bottom: 15px;
    text-align: center;
    justify-content: center;
  }
}
.CalAtGlance .Link2 a {
  text-decoration: none !important;
  color: var(--dark-blue) !important;
  font-family: var(--other-font) !important;
}
.CalAtGlance .upcoming-event-pagination {
  color: var(--text-color);
  padding: 15px 0px !important;
}
@media (max-width: 768px) {
  .CalAtGlance .visible-xs {
    display: none !important;
  }
}
.CalAtGlance a.latest-news-link.theme-link-clr {
  padding: 10px 15px;
  text-decoration: none;
  color: #fff;
  border: 1px solid var(--dark-red);
  background-color: var(--dark-red);
  transition: 0.3s ease all;
  border-radius: 30px !important;
}
.CalAtGlance a.latest-news-link.theme-link-clr:hover {
  background: var(--light-red);
  color: white;
  border: 1px solid var(--light-red) !important;
}

.upcoming-event-widget .CalAtGlance .upcoming-event-wrapper .Cont2 {
  font-family: var(--body-font);
  font-weight: 300 !important;
  color: var(--text-color) !important;
}

.col-30-right .upcoming-event-wrapper {
  text-align: center;
  margin: 10px auto;
  padding: 10px;
  transition: 0.3s ease all;
}
.col-30-right .upcoming-event-wrapper .Link2 {
  width: 100%;
}

.col-30-right h2 {
  font-size: 2rem;
}
.col-30-right .basic-text-area .container {
  padding: 0;
}

@media (max-width: 1024px) {
  .col-30-right .upcoming-event-wrapper {
    margin: 10px;
  }
  .upcoming-event-widget .CalAtGlance .events-row,
  .upcoming-event-widget .CalAtGlance .AGScroll,
  .upcoming-event-widget .CalAtGlance .AGCont {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .content-quicklink-menu h2 {
    text-align: center;
  }
  .col-30-right {
    text-align: center;
  }
  .col-30-right h2 {
    text-align: center;
  }
}

@media (min-width: 768px) {
  .col-70-left .upcoming-event-widget .CalAtGlance .upcoming-event-wrapper,
  .col-70-right .upcoming-event-widget .CalAtGlance .upcoming-event-wrapper {
    flex-direction: column;
  }
}

.upcoming-event-widget
  .CalAtGlance
  .upcoming-event-wrapper
  .teaser-img-div
  img {
  max-width: 100% !important;
}

@media (min-width: 768px) {
  .col-70-left
    .upcoming-event-widget
    .CalAtGlance
    .upcoming-event-wrapper
    .teaser-img-div,
  .col-70-right
    .upcoming-event-widget
    .CalAtGlance
    .upcoming-event-wrapper
    .teaser-img-div {
    width: 100% !important;
  }
}

@media (max-width: 768px) {
  .upcoming-event-widget .CalAtGlance .upcoming-event-wrapper {
    padding-bottom: 10px;
    flex-direction: column-reverse;
    flex-wrap: nowrap;
    justify-content: center;
  }

  .CalAtGlance .upcoming-event-wrapper {
    padding-top: 10px !important;
  }
}
/* TEXT AREA WITH BACKGROUND COLOR */
.textarea-background > div {
  background-color: var(--light-pink) !important;
  padding: 35px !important;
  border-radius: 15px !important;
}
.textarea-background h2 {
  font-size: clamp(20px, 2vw, 26px) !important;
  color: #fff !important;
  font-family: var(--other-font) !important;
  letter-spacing: 2px !important;
  line-height: 30px !important;
}
.textarea-background a{
  background-color: var(--dark-red) !important;
  color: #fff !important;
  border: 1px solid var(--dark-red) !important;
  border-radius: 30px !important;
}
.textarea-background a:hover{
  background-color: var(--light-red) !important;
  border: 1px solid var(--light-red) !important;
}
.contact-card-widget.card-view .contact-card-wrapper .contact-card-item .card-details .card-details-inner .detail-item span{
  font-size: 14px !important;
  word-break: break-all !important;
}