/* 
 Theme Name:   Loretto 1975
 Theme URI:    
 Description:  
 Author:       
 Author URI:   
 Template:     astra
 Version:      1.0

 /* == Add your own styles below this line ==
--------------------------------------------*/

/* @import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap'); */

:root {
  --red: #e3000f;
  --green: #48663e;
  --blue: #021a2d;
  --grey: #ededed;
  --purple: #4d4d77;
}

@font-face {
  font-family: 'Plus Jakarta Sans';
  src: url('../Loretto-1975/fonts/PlusJakartaSans-VariableFont_wght.ttf'),
  url('../Loretto-1975/fonts/PlusJakartaSans-VariableFont_wght.ttf');
  font-weight: normal;
  font-style: normal;
}


@font-face {
  font-family: 'Ophian-Regular';
  src: url('../Loretto-1975/fonts/Ophian-Regular-webfont.woff2'),
  url('../Loretto-1975/fonts/Ophian-Regular-webfont.woff');
  font-weight: normal;
  font-style: normal;
}

div#cmplz-manage-consent {
  display: none !important;
}

body .site-title a {
  color: var(--red) !important;
  font-size: 28px;
  margin-top: 5px;
  display: block;
  font-family: 'Ophian-Regular';
  margin-left: -4px;
}

#page {
  overflow: hidden;
}

.full-width {
  width: 100vw;
  max-width    : 100vw !important;
  margin-left  : calc( -100vw / 2 + 100% / 2 ) !important;
  margin-right : calc( -100vw / 2 + 100% / 2 ) !important;
  z-index: 20;
  position: relative;
  overflow: hidden;
}

.full-width-inner, 
footer .container {
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

p,
.entry-content p {
  font-size: 19px;
  line-height: 41px;
  margin-bottom: 25px;
  
}

h3, .entry-content h3 {
  font-size: 37px;
  line-height: 49px;
  margin-bottom: 50px;
}

/* Navigation */

body .main-navigation a {
  font-size: 18px;
  color: black !important;
}

#ast-desktop-header {
  background: #FFFFFF;
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.15);
}

.tagline {
  background-color: var(--blue);
  margin-top: -10px;
}

.tagline::before {
  content: '';
  position: absolute;
  bottom: 100%;
  left: -2vw;
  width: 104vw;
  height: 85px;
  background-color: var(--blue);
  border-radius: 0 0 100% 100%;
  z-index: 999999;
  transform: rotate(180deg);
}

.tagline.full-width {
  overflow: visible;
}

.tagline-wrap {
  text-align: center;
  padding: 15px 0;
}

.tagline h2 {
  color: white;
  display: inline-block;
  position: relative;
  padding: 24px 50px 69px;
  font-size: 55px;
  background-color: var(--blue);
  z-index: 10;
}

.tagline h3,
.tagline p {
  color: white;
}


.o-f img,
.member-gallery .gallery-image img {
  object-fit: cover;
  position: absolute;
  height: 100% !important;
  width: 100% !important;
}

.single-member-profile .gallery-image,
.my-profile-page .gallery-image {
  height: 370px;
  position: relative;
}

.my-profile-page a:not(.edit-profile-button),
.single-member-profile a {
  font-size: 19px;
  color: black;
}

.slick-slide .o-f img {
  object-position: 50% 26%;
}

.slick-slide:nth-child(2) .o-f img {
  object-position: 50% 50%;
}

.attachment input#submit {
  background-color: var(--green);
  border-radius: 50px;
}



/* .slick-track {
    width: 100vw !important;
} */

.slide-title-wrap {
  position: absolute;
  height: 100%;
  display: flex;
  align-items: center;
  width: 100vw;
  padding: 0 10vw;
  z-index: 10;
  pointer-events: none;
}

.heading-wrap {
  pointer-events: all;
}

.ast-plain-container.ast-no-sidebar #primary {
    margin:0;
}

.hero-slide-caption {
  position: absolute;
  background-color: rgba(0, 0, 0, .3);
  bottom: 108px;
  right: 25px;
  /* top: 0;
  right: 0; */
  color: white;
  padding: 13px 20px 16px;
  z-index: 1000;
}

.hero-slide-caption a,
.hero-slide-caption p {
  color: white;
  margin-bottom: 0;
  font-size: 12px;
  line-height: 15px;
}

/* .hero-new-layout-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  height: 45vw;
} */

.hero-image {
  width: 100%;
  position: relative;
}

.heading-block {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 7vw;
}

.heading-text-wrap,
.hero-button-wrap {
  transform: translateX(50px);
  opacity: 0;
}







   

a.lor-button {
  background-color: var(--red);
  color: white;
  padding: 15px 35px 18px;
  display: inline-block;
  font-size: 24px;
  line-height: 26px;
  font-family: "Plus Jakarta Sans", sans-serif;
  text-decoration: none !important;
  font-weight: 600;
}




/* LAYOUT ONE */


.slide-title-wrap h1 {
  font-size: clamp(30px, 3.1vw, 2000px);
  line-height: clamp(95px, 5.7vw, 2000px);
  margin-bottom: 0 !important;
  color: white;
  display: inline;
  padding: .1vw 0 .4vw 0;
  background-color: var(--red);
  box-shadow: 40px 0 0 var(--red), -50px 0 0 var(--red);
  -webkit-box-shadow: 40px 0 0 var(--red), -40px 0 0 var(--red);
  -webkit-box-decoration-break: clone;
  -ms-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
} 


/* Slider */

.hero-slider {
  height: 50vw;
  max-height: 90vh;
  min-height: 500px;
  width: 100%;
  position: relative;
  /* background-color: white; */
}

.hero-slider {
  opacity: 0;
}

.hero-new .hero-slider.slick-slider {
  margin-bottom: 0;
}

.hero-new .slick-list,
.hero-new .slick-track,
.hero-new .slick-slide {
  height: 100%;
}

.hero-new .slick-slide > div {
  display: flex;
}

.hero-new div {
  line-height: 0;
}

.overlay {
  position: absolute;
  height: 50%;
  width: 100vw;
  z-index: 5;
  opacity: .8; 
  bottom: 0;
  left: 0;
  right: 0;
  mix-blend-mode: multiply;
  pointer-events: none;
  
  background: rgb(0,0,0);
  background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
}   

.hero-new .o-f img {
  max-width: unset !important;
  width: 100vw !important;
} 

.hero-button-wrap {
  display: block;
  margin: 16px 13px 13px -40px;
}

.hero-button-wrap a.lor-button {
  background-color:white;
  color: var(--blue);
  transition: all .3s ease-in-out;
}

.hero-button-wrap a.lor-button:hover {
  background-color: var(--green);
  color: white;
}

/* LAYOUT ONE END */

.boxes {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap:23px;
  margin: 50px auto 0;
}

.register,
.contact {
  background-color: var(--green);
  border-radius: 50px;
  transition: all .3s ease-in-out;
  cursor: pointer;

}

.register:hover,
.contact:hover {
  background-color: var(--purple);
  border-radius: 50px;
}

.tagline h2 {
  position: relative;
}

.icon-wrap {
  width: 100%;
  text-align: center;
  padding-top: 65px;
  width: 52px;
  margin: 0 auto;
}

.icon-wrap img {
  width: 30px;
  height: 30px;
  margin: 0 auto;
}

.animated-line {
  background-color: white;
  height: 1.5px;
  position: absolute;
  top: 192px;
  width: 0;
  margin: 0 auto;
  left: 0;
  right: 0;

}

.boxes {
  margin-top: 62px;
  padding-bottom: 200px;
}

.boxes a,
#wpmem_login input.buttons,
#wpmem_reg input.buttons,
.login_status a,
a.edit-profile-button {
  text-align: center;
  font-size: 23px;
  line-height: 38px;
  font-family: "Plus Jakarta Sans", sans-serif;
  padding: 5px 50px 10px 50px;
  margin: 0;
  display: inline-block;
  color: white;
  text-decoration: none !important;
  width: 100%;
}

/* Members directory */

.members-header {
  background-color: var(--blue);
  height: 18vw;
  padding-bottom: 2vw;
  justify-content: center;
  display: flex;
  align-items: center;
}

.members-header h1 {
  color: white;
  opacity: 0;
}

.member-directory-results {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 40px;
  padding: 160px 0;
}

.all-members-gallery,
.single-member-profile .member-gallery,
.my-profile-page .member-gallery {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 40px;
  padding: 20px 0;
}

.all-members-gallery {
  padding: 160px 0 150px;
}

div#wpmem_login,
div#wpmem_reg,
form#acf-form{
  padding: 100px 0 !important;
}

.my-profile-page {
  padding: 100px 0 160px !important;
}

.wp-block-group.single-member-profile.is-layout-constrained.wp-block-group-is-layout-constrained {
  padding-bottom: 140px !important;
}

.logged-in .register_status {
  padding: 130px 0 0 0 !important;
}

.logged-in .register_links {
  padding-bottom: 130px;
}

.login_status {
  padding: 130px 0 120px !important;
}

div#wpmem_login legend,
div#wpmem_reg legend,
form#acf-form legend {
  font-size: 45px;
  font-family: 'PT Serif',serif;
  color: var(--blue);
  padding: 0 0 30px 0;
}


div#wpmem_login label,
div#wpmem_reg label,
form#acf-form label {
  font-size: 20px;
  font-family: "Plus Jakarta Sans", sans-serif;
  color: var(--blue);
  display: inline-block;
  padding: 20px 0 10px 0;
}

#wpmem_login input.buttons {
  display: block;
}

body a.member-directory-result {
  background-color: var(--grey);
}

.member-directory-profile-image {
  height: 260px;
  position: relative;
  width: 100%;
  background-color: white;
}

.all-members-gallery .gallery-image {
  height: 370px;
  position: relative;
  width: 100%;
  background-color: white;
}


h2.directory-name {
  font-size: 21px;
  color: var(--blue);
  margin-bottom:7px;
}

.directory-name span,
h2.directory-name,
a.member-directory-result  {
 text-decoration: none !important;
}

.member-directory-result-content {
  padding: 20px 20px 6px;
}

.member-directory-result-content p {
  font-size: 15px;
  line-height: 23px;
  color: var(--blue);
}

#wpmem_login input.buttons,
#wpmem_reg input.buttons,
.login_status a,
a.edit-profile-button {
  background-color: var(--green);
  border-radius: 50px;
  transition: all .3s ease-in-out;
  cursor: pointer;
  line-height: 40px;
  margin: 40px 0 30px 0;
}

.login_status a,
a.edit-profile-button {
  width: auto;
  padding-left: 50px;
  padding-right: 50px;
}

#wpmem_login input.buttons:hover,
#wpmem_reg input.buttons:hover,
a.edit-profile-button:hover {
  background-color: var(--purple);
}


#wpmem_login .button_div {
  text-align: unset !important;
}

h3.gallery-member-name {
  font-size: 17px;
  margin-bottom: 25px;
  font-family: "Plus Jakarta Sans", sans-serif;

}

.wpmem_msg {
  margin-top: 7vw !important;
}

/* footer  */

footer#colophon,
.site-above-footer-wrap[data-section="section-above-footer-builder"],
.site-primary-footer-wrap[data-section="section-primary-footer-builder"] {
  background-color: #910007 !important;
  border: none;
}

footer {
  padding: 120px 0;
}

footer li,
footer a,
footer p,
.loretto-copyright p {
  color: white;
  font-size: 21px;
  display: inline-block;
}

footer a:hover {
  color: var(--blue);
}

footer a::after,
.loretto-copyright p::after {
  content: '|';
  display: inline-block;
  padding-left: 20px;
  color: white;
}

footer .loretto-copyright a::after,
footer .loretto-copyright p::after {
  padding: 0 15px 0 22px;
}

#astra-footer-menu li:last-of-type a::after,
footer .loretto-copyright p:last-of-type::after,
footer .loretto-copyright a:last-of-type::after {
  display: none;
}

.site-primary-footer-wrap {
  padding-top: 5px;
  padding-bottom: 25px;
}

p.disclaimer {
  font-size: 17px;
}

/* .nf-form-content,
.nf-before-form-content, */
.fluentform {
  max-width: 50vw !important;
  margin: 0 auto;
  padding-bottom: 130px
}

.page-id-430 .text-block .full-width-inner {
  max-width: 50vw !important;
  margin: 0 auto;
  padding: 100px 0 50px 0;
}

.fluentform label, 
.fluentform legend {
  color: #111827;
  font-size: 18px;
  margin-bottom: 8px !important;
}

form.fluent_form_1 .ff-btn-submit:not(.ff_btn_no_style) {
  background-color: var(--green) !important;
  margin-top: 25px;
}

.ff-default .ff-el-form-control {
  border: 1.5px solid #b5b5b5;
  padding: 25px 20px;
}

.ast-builder-layout-element.ast-flex.site-header-focus-item {
  opacity: 0;
}

@keyframes fadein { /* Name the keyframes animation */
  0% {
    opacity: 0;
  }
  
  100% {
    opacity: 1;
  }
}

.ast-builder-layout-element.ast-flex.site-header-focus-item {
  animation: fadein .3s ease-in-out forwards;
  animation-delay: .7s;
}

.attachment nav.navigation.post-navigation,
.attachment h3.comments-title {
  display: none;
}

.attachment.ast-article-single {
  padding: 20px 0 !important;
  background-color: transparent;
}

.attachment {
  background-color: transparent;
}

.cf-turnstile {
  padding-top: 30px;
}

.wp-block-group.single-member-profile.is-layout-constrained.wp-block-group-is-layout-constrained,
.wp-block-group.edit-your-profile.is-layout-constrained.wp-block-group-is-layout-constrained {
  padding: 0;
}

.entry-content > p {
  margin-bottom: 0;
}

.single-member-profile h2 {
  font-size: 49px;
  padding-top: 100px;
  padding-bottom: 30px;
}

.my-profile-page h2 {
  font-size: 49px;
  padding-bottom: 30px;
}

.mp-image {
  max-height: 500px;
  width: auto;
}

h3.bio-title,
h3.single-gallery-title,
h3.website-link {
  border-top: 2px solid var(--red);
  margin-top: 90px;
  font-size: 45px;
  padding-top: 72px;
}

.my-profile-page br,
.single-member-profile br {
  display: none;
}

/* h3.single-gallery-title {
  margin-top: 85px;
} */

.bio-text {
  margin-top: 0;
}

.bio-text p:last-child {
  margin-bottom: -25px !important;
}

a.acf-button.button.button-primary.acf-gallery-add,
input.acf-button.button.button-primary.button-large {
  background-color: var(--green);
  text-decoration: none;
}

.site-below-footer-wrap[data-section="section-below-footer-builder"] {
  background-color: transparent;
  text-align: center;
}


.single-member-profile h2 + br,
.my-profile-page h2 + br {
  display: none;
}

.edit-your-profile #acf-form label {
  font-size: 27px;
  margin-bottom: 20px;
  padding-top: 47px;
}

.edit-your-profile .acf-fields>.acf-field {
  border-top-width: 2px;
  border-top-color: var(--red);
  margin: 40px 0 30px 0;
}

.edit-your-profile .acf-fields>.acf-field {
  padding: 0;
}

.edit-your-profile .acf-image-uploader .image-wrap {
  position: relative;
  max-height: none;
  width: 50%;
  max-width: unset !important;
  margin-bottom: 15px;
}

.edit-your-profile .acf-image-uploader .image-wrap img {
  max-height: none !important;
  max-width: none;
  width: 100%;
}

.edit-your-profile textarea,
.edit-your-profile input[type="url"] {
  border: 1.5px solid #b5b5b5;
  border-radius: 0;
  font-size: 16px !important;
  line-height: 25px !important;
  padding: 25px 20px !important;
}

.edit-your-profile input[type="url"] {
  margin-bottom: 10px !important;
}

.edit-your-profile .acf-gallery {
  border: #b5b5b5 solid 1.5px;
} 

.edit-your-profile .acf-gallery-toolbar ul {
    padding-left: 0;
    margin: 36px 20px 20px 17px;
}

/* .edit-your-profile .acf-form-submit {
  margin-left: 20px;
} */

.edit-your-profile .acf-gallery .acf-gallery-attachments {
  padding: 20px;
}

.edit-your-profile .acf-url input[type=url] {
  padding-left: 35px !important;
}

i.acf-icon.-globe.-small {
  margin-top: 12px;
  margin-left: 6px;
}

.edit-your-profile form#acf-form{
  padding: 100px 0 180px !important;
}

.edit-your-profile div#message {
  margin-top: 50px;
}

.attachment.ast-separate-container .ast-comment-list li.depth-1 {
  padding:0;
}

.attachment .ast-comment,
.ast-comment-list + .comment-respond {
  border-top: 1.5px solid var(--red);
}

.attachment .site-content a,
.attachment span.author-name,
.attachment span.published,
.attachment .entry-meta {
  color: var(--green);
}

.ast-separate-container .comment-respond {
  padding-left: 0;
  padding-right: 0;
}

.attachment .content-area {
  padding: 70px 0 80px !important;
}

.ff-el-group.ff-el-input--content p,
.ff-el-form-check.ff-el-tc label {
  font-size: 16px !important;
}


.ff-el-input--content{
  margin-bottom: 20px !important;
}


.terms .full-width-inner {
  padding: 90px 0 130px;
  max-width: 1400px;
  margin: 0 auto;
}

.terms.part-1 .full-width-inner {
  padding-bottom: 0;
}

.terms.part-2 .full-width-inner {
  padding-top: 0;
  margin-top: -20px;
}

.terms p,
.terms a,
.terms li {
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 11px;
}

.terms li {
  margin-bottom: 7px;
}

.terms h2 {
  font-size: 30px;
  margin-top: 40px;
}

.terms h3 {
  font-size: 25px !important;
  margin-top: 30px !important;
  margin-bottom: 5px !important;
}

.terms ol ul {
  padding-left: 0;
}

.terms hr {
  background-color: var(--red);
  height: 2px;
  margin: 81px 0 30px 0;
}

.page-id-518 .terms hr {
  margin: 45px 0 40px 0;

}


.cky-accordion-wrapper p,
.cky-preference-content-wrapper p, 
.cky-gpc-wrapper .cky-gpc-desc p,
.cky-gpc-wrapper li {
  font-size: 14px !important;
  line-height: 27px !important;
  margin-bottom: 18px !important;
}

.cky-audit-table .cky-cookie-des-table {
  font-size: 14px !important;
  line-height: 22px !important;
}


@media (max-width:1800px) {
  footer {
    padding: 110px 0;
  }
  
  .boxes {
    margin-top: 67px;
    padding-bottom: 170px;
  }
  
  .home .icon-wrap {
    padding-top: 45px;
  }
  
  .animated-line {
    top: 173px;
  }
  
  .slide-title-wrap h1 {
    font-size: clamp(30px, 3.4vw, 2000px);
    line-height: clamp(99px, 5.9vw, 2000px);
  }
  
  .full-width-inner,
  .member-directory-results,
  .all-members-gallery,
  .login_status,
  .register_status,
  .register_links,
  .my-profile-page,
  .edit-your-profile,
  .single-member-profile,
  .attachment .site-content .ast-container {
    max-width: 80vw !important;
  }
  
  .member-directory-results {
    grid-gap: 25px;
  }
  
  .member-directory-profile-image {
    height: 14vw;
  }
  
  .all-members-gallery,
  .single-member-profile .member-gallery, 
  .my-profile-page .member-gallery {
    grid-gap:30px;
  }
  
  .all-members-gallery .gallery-image,
  .member-gallery .gallery-image {
    height: 19vw;
  }
  
  div#wpmem_login, 
  div#wpmem_reg, 
  form#acf-form, 
  .my-profile-page {
    padding: 90px 0 !important;
  }
  
  .my-profile-page {
    padding: 100px 0 150px 0 !important;
  }
  
  
  
  div#wpmem_login legend, 
  div#wpmem_reg legend, 
  form#acf-form legend {
    font-size: 40px;
  }
  
  .single-member-profile h2 {
    font-size: 45px;
    margin-bottom: 5px;
  }
  
  .my-profile-page h2 {
    font-size: 45px;
    margin-bottom: 5px;
  }
  
  .mp-image {
    max-height: 400px;
  }
  
  h3.bio-title, 
  h3.single-gallery-title,
  h3.website-link {
    margin-top: 74px;
    font-size: 43px;
    padding-top: 55px;
    margin-bottom: 40px;
  }
  
  h3.single-gallery-title {
    margin-top: 80px;
  }
  
  .wp-block-group.single-member-profile.is-layout-constrained.wp-block-group-is-layout-constrained {
    padding-bottom: 100px !important;
  }
  
  .single-member-profile p,
  .my-profile-page p {
    font-size: 18px;
    line-height: 37px;
    margin-bottom: 20px;
  }
  
  .my-profile-page a:not(.edit-profile-button),
  .single-member-profile a {
    font-size: 18px;
  }

  
}

@media (max-width: 1700px) {
  .members-header {
    background-color: var(--blue);
    height: 23vw;
  }
}  

@media (max-width: 1600px) {
  .tagline h2 {
    padding: 19px 40px 55px;
    font-size: 51px;
  }
  
    
  .animated-line {
    top: 163px;
  }
  
  p {
    font-size: 20px;
    line-height: 40px;
  }
  
  .boxes {
    padding-bottom: 160px;
  }
  
  footer li, footer a, footer p, .loretto-copyright p {
    font-size: 19px;
  }
  
  .site-above-footer-wrap {
    padding-bottom: 10px;
  }
  
  .member-directory-results {
    grid-gap: 30px;
    padding: 140px 0;
    grid-template-columns: repeat(4, 1fr);
  }
  
  .all-members-gallery {
    padding: 140px 0;
  }
  
  h3.gallery-member-name {
    font-size: 15px !important;
    margin-bottom: 20px !important;
  }
  
  .member-directory-profile-image {
    height: 17vw;
  }
  
  div#wpmem_login label, div#wpmem_reg label, form#acf-form label {
    font-size: 18px;
  }
  
  p.disclaimer {
    font-size: 16px;
  }
  
  .site-primary-footer-wrap {
    padding-bottom: 14px;
  }
  
  .my-profile-page h2 {
    font-size: 42px;
    margin-bottom: 8px;
  }
  
  .single-member-profile .gallery-image, 
  .my-profile-page .gallery-image {
    height: 19vw;
  }
  
  h3.bio-title, 
  h3.single-gallery-title,
  h3.website-link {
    margin-top: 64px;
    font-size: 38px;
    padding-top: 45px;
    margin-bottom: 25px;
  }
  
  .single-member-profile p, 
  .my-profile-page p,
  .edit-your-profile p {
    font-size: 17px;
    line-height: 35px;
    margin-bottom: 15px;
  }
  
  .my-profile-page a:not(.edit-profile-button),
  .single-member-profile a {
    font-size: 17px;
  }
  
  h3.single-gallery-title {
    margin-top: 73px;
  }
  
  .single-member-profile h2 {
    font-size: 42px;
  }
  
  .edit-your-profile form#acf-form {
    padding: 85px 0 160px !important;
  }
  
  .attachment .content-area {
    padding: 50px 0 60px !important;
  }
  
  .attachment .ast-comment {
    padding-top: 25px;
    padding-bottom: 32px;
  }
  
  
  .attachment .ast-comment-info {
    margin-bottom: 0px;
  }  
  
  .attachment .ast-comment-content p {
    font-size: 17px;
    line-height: 28px;
  }  
  
  .fluentform {
    max-width: 70vw !important;
    margin: 0 auto;
    padding-bottom: 100px
  }
  
  .page-id-430 .text-block .full-width-inner {
    max-width: 70vw !important;
    margin: 0 auto;
    padding: 85px 0 30px 0;
  }
  
  .terms .full-width-inner {
    padding: 80px 0 120px;
  }

}

@media (max-width:1500px) {
  body .main-navigation a {
    font-size: 17px;
  }
  
  .tagline h2 {
    padding: 16px 35px 35px;
    font-size: 45px;
  }
  
  h3, .entry-content h3 {
    font-size: 35px;
    line-height: 47px;
    margin-bottom: 49px;
  }
  
  h3.bio-title, 
  h3.single-gallery-title,
  h3.website-link {
    font-size: 38px;
    margin-bottom: 25px;
  }
  
  .home .icon-wrap {
    padding-top: 30px;
  }
  
  .animated-line {
    top: 143px;
  }
  
  .full-width-inner,
  .member-directory-results,
  .all-members-gallery,
  .login_status,
  .register_status,
  .register_links,
  .my-profile-page,
  .edit-your-profile,
  .single-member-profile,
  .attachment .site-content .ast-container{
    max-width: 84vw !important;
  }
  
  .login_status {
    padding: 115px 0 105px !important;
  }
  
  .logged-in .register_status {
    padding: 115px 0 0 0 !important;
  }
  
  .logged-in .register_links {
    padding-bottom: 115px;
  }
  
  .boxes {
    padding-bottom: 140px;
  }
  
  footer {
    padding: 95px 0 85px 0;
  }
  
  p {
    font-size: 18px;
    line-height: 37px;
  }
  
  .boxes a, 
  #wpmem_login input.buttons, 
  #wpmem_reg input.buttons, 
  .login_status a, 
  a.edit-profile-button {
    font-size: 21px;
    padding: 5px 40px 8px 40px;
  }
  

  
  .boxes {
    margin-top: 63px;
  }
  
  .slide-title-wrap h1 {
    font-size: clamp(39px, 3.7vw, 2000px);
    line-height: clamp(72px, 6.7vw, 2000px);
  }

  
  a.lor-button {
    adding: 12px 30px 15px;
  }  
  
  .slide-title-wrap h1 {
    box-shadow: 30px 0 0 var(--red), -50px 0 0 var(--red);
    -webkit-box-shadow: 30px 0 0 var(--red), -30px 0 0 var(--red);
  }  
  
  .slide-title-wrap {
    padding: 0 8vw;
  }
  
  .hero-button-wrap {
    margin: 1vw 13px 13px -30px;
  }
  
  h3.gallery-member-name {
    font-size: 15px !important;
    margin-bottom: 15px !important;
  }
  
  .mp-image {
    max-height: 350px;
  }
  
  .single-member-profile h2 {
    padding-top: 85px;
    padding-bottom: 24px;
  }
  
  .my-profile-page h2 {
    margin-bottom: 0;
    margin-top: 9px;
  }

}

@media (max-width:1400px) {
  .member-directory-results {
    grid-gap: 20px;
    padding: 120px 0;
    grid-template-columns: repeat(4, 1fr);
  }
  
  .all-members-gallery {
    padding: 120px 0;
    grid-gap: 23px;
  }
  
  .member-directory-profile-image {
    height: 17.5vw;
  }
  
  .attachment .content-area {
    padding: 30px 0 40px !important;
  }
  
  .attachment .entry-header {
    margin-bottom: 15px !important;
  }
  
  .attachment .ast-comment {
    padding-top: 20px;
    padding-bottom: 27px;
  }
  
  .terms .full-width-inner {
    padding: 70px 0 110px;
  }

}

@media (max-width: 1300px) {
  body .main-navigation a {
    font-size: 16px;
  }
  
  header .custom-logo-link img {
    max-width: 125px;
    width: 125px;
  }
  
  body .site-title a {
    font-size: 22.5px;
    margin-top: 3px;
    margin-left: -7px;
  }
  
  .hero-slider {
    height: 58vw;
    max-height: 90vh;
  }
  
  .heading-wrap {
    margin-top: -5vw;
  }
  .members-header {
    background-color: var(--blue);
    height: 28vw;
  }
  
  .members-header h1 {
    font-size: 50px;
  }
}

@media (max-width: 1200px) {
  .tagline h2 {
    padding: 10px 30px 25px;
    font-size: 40px;
  }
  
  .animated-line {
    top: 134px;
  }
  
  h3, .entry-content h3 {
    font-size: 31px;
    line-height: 46px;
    margin-bottom: 42px;
  }
  
  p {
    font-size: 17px;
    line-height: 34px;
  }
  
  .boxes a, 
  #wpmem_login input.buttons, 
  #wpmem_reg input.buttons, 
  .login_status a, 
  a.edit-profile-button {
    font-size: 19px;
    padding: 5px 35px 8px 35px;
    line-height: 32px;
  }
  
  footer li, 
  footer a, 
  footer p, 
  .loretto-copyright p {
    font-size: 16.5px;
  }
  
  .site-above-footer-wrap[data-section="section-above-footer-builder"] .ast-builder-grid-row {
    min-height: 50px;
  } 
  
  .full-width-inner,
  .member-directory-results,
  .all-members-gallery,
  .login_status,
  .register_status,
  .register_links,
  .my-profile-page,
  .edit-your-profile,
  .single-member-profile,
  .attachment .site-content .ast-container {
    max-width: 88vw !important;
  }
  
  .attachment .site-content .ast-container {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  
  .home .icon-wrap {
    padding-top: 10px;
  }
  
  .animated-line {
    top: 114px;
  }
  
  .boxes {
    padding-bottom: 115px;
    margin-top: 57px;
  }
  
  footer {
    padding: 75px 0 63px 0;
  }
  
  a.lor-button {
    padding: 15px 28px 18px;
    font-size: 21px;
    line-height: 18px;
  }
  
  #masthead .ast-container, 
  .site-header-focus-item + .ast-breadcrumbs-wrapper {
    padding-left: 25px;
    padding-right: 20px;
  }
  
  .member-directory-results,
  .all-members-gallery {
    padding: 100px 0;
  }
  
  .member-directory-profile-image {
    height: 18vw;
  }
  
  .member-directory-result-content {
    padding: 16px 17px 1px;
  }
  
  .all-members-gallery, 
  .single-member-profile .member-gallery,
  .my-profile-page .member-gallery {
    grid-gap: 20px;
  }

  h3.gallery-member-name {
    font-size: 13px !important;
    line-height: 20px !important;
    margin-bottom: 10px !important;
    padding-top: 5px;
  }
  
  div#wpmem_login, 
  div#wpmem_reg, 
  form#acf-form, 
  .my-profile-page {
    padding: 80px 0 !important;
  }
  
  .my-profile-page {
    padding-bottom: 120px !important;
  }
  
  div#wpmem_login legend, 
  div#wpmem_reg legend, 
  form#acf-form legend {
    font-size: 32px;
    padding-bottom: 25px;
  }
  
  #wpmem_login, 
  #wpmem_msg, 
  #wpmem_reg, 
  .wpmem_msg {
    width: 85% !important;
  }
  
  div#wpmem_login label, 
  div#wpmem_reg label, 
  form#acf-form label {
    font-size: 17px;
    padding: 14px 0 6px 0;
  }
  
  .cf-turnstile {
    padding-top: 25px;
  }
  
   
  p.disclaimer {
    font-size: 15px;
  }
  
  .site-primary-footer-wrap {
    padding-bottom: 5px;
  }
  
  h3.bio-title, 
  h3.single-gallery-title,
  h3.website-link {
    font-size: 33px;
    margin-bottom: 18px;
  }
  
  .single-member-profile h2 {
    padding-top: 65px;
    font-size: 40px;
    margin-bottom: 0;
  }
  
  p:empty {
    display: none;
  }
  
  .my-profile-page h2 {
    font-size: 40px;
    padding-bottom: 20px;
  }  
  
  .single-member-profile p, 
  .my-profile-page p,
  .edit-your-profile p {
    font-size: 16px;
    line-height: 29px;
    margin-bottom: 14px;
  }
  
  .my-profile-page a:not(.edit-profile-button),
  .single-member-profile a {
    font-size: 16px;
  }
  
  h3.single-gallery-title {
    margin-top: 52px;
  }
  
  .edit-your-profile form#acf-form {
    padding: 60px 0 130px !important;
  }
  
  .edit-your-profile #acf-form label {
    font-size: 23px;
    margin-bottom: 13px;
    padding-top: 44px;
  }
  
  .edit-your-profile textarea, 
  .edit-your-profile input[type="url"] {
    font-size: 15px !important;
    line-height: 24px !important;
    padding: 17px !important;
  }
  
  i.acf-icon.-globe.-small {
    margin-top: 6px;
    margin-left: 6px;
  }
  
  .fluentform {
    max-width:88vw !important;
    margin: 0 auto;
    padding-bottom: 90px
  }
  
  .page-id-430 .text-block .full-width-inner {
    max-width: 88vw !important;
    margin: 0 auto;
    padding: 75px 0 30px 0;
  }
  
  .terms .full-width-inner {
    padding: 60px 0 100px;
  }
  
  

}

@media (max-width:1100px) {
  body .footer-widget-area[data-section="section-footer-menu"] .astra-footer-tablet-vertical-menu {
    display: flex;
  }
  
  [data-section="section-header-mobile-trigger"] .ast-button-wrap .mobile-menu-toggle-icon .ast-mobile-svg {
    width: 30px;
    height: 30px;
    fill: black;
  }
  
  dotlottie-player {
    width: 45px !important;
    height: 45px !important;
  }
  
  footer {
    padding: 69px 0 42px 0;
  }
  
  body #astra-footer-menu .menu-item > a {
    padding-left: 0;
    padding-right: 18px;
  }
  
  .animated-line {
    top: 108px;
  }
  
  button {
    box-shadow: none !important;
  }
  
  .ast-mobile-header-content.content-align-flex-start {
    padding: 20px 0;
  }
  
  .terms p, .terms a, .terms li {
    font-size: 15px;
    line-height: 27px;
    margin-bottom: 15px;
  }
  
  .terms li {
    margin-bottom: 10px !important;
  }
  
  .terms h2 {
    font-size: 25px;
    margin-top: 36px;
  }
  
  .terms h3 {
    font-size: 20px !important;
    margin-top: 20px !important;
    margin-bottom: 8px !important;
  }
  
  .terms hr {
    margin: 65px 0 15px 0;
  }
  
  .page-id-518 .terms hr {
    margin: 35px 0 30px 0;
  }
}

@media (max-width:1000px) {
  .hero-slider {
    height: 69vw;
    max-height: 90vh;
  }
  
  .tagline h2 {
    padding: 3px 25px 18px;
    font-size: 34px;
    line-height: 47px;
  }
  
  .animated-line {
    top: 99px;
  }
  
  h3, .entry-content h3 {
    font-size: 28px;
    line-height: 40px;
    margin-bottom: 32px;
  }
  
  .boxes {
    padding-bottom: 115px;
    margin-top: 46px;
  }
  
  footer li, 
  footer a, 
  footer p, 
  .loretto-copyright p {
    font-size: 15px;
  }
  
  .members-header h1 {
    font-size: 45px;
  }
  
  .member-directory-result-content p {
    font-size: 14px;
    line-height: 21px;
  }
  
  h2.directory-name {
    font-size: 19px;
    margin-bottom: 3px;
  }
  
  p.disclaimer {
    font-size: 14px;
    padding: 3px 40px 0;
  }
  
  .site-primary-footer-wrap {
    padding-bottom: 0;
  }
}

@media (max-width:992px) {
  .attachment .content-area {
    padding: 50px 0 !important;
  }
}

@media (max-width:950px) {
  .cky-preference-center {
    max-width: 90vw !important;
  }
}

@media (max-width:900px) {
  body #astra-footer-menu .menu-item > a {
    padding-left: 0;
    padding-right: 12px;
  }
  
  footer a::after, 
  .loretto-copyright p::after {
    padding-left: 15px;
  }
  
  footer .loretto-copyright a::after, 
  footer .loretto-copyright p::after {
    padding: 0 9px 0 16px;
  }
  
  p,
  .entry-content p {
    font-size: 16px;
    line-height: 30px;
  }
  
  .boxes a, 
  #wpmem_login input.buttons,
  #wpmem_reg input.buttons, 
  .login_status a, 
  a.edit-profile-button {
    font-size: 17px;
    line-height: 30px;
    padding: 4px 30px 7px 30px;
  }
  
  .login_status a {
    margin-top: 25px;
  }
  
  #wpmem_reg input.buttons {
    margin-top: 20px;
  }
  
  footer {
    padding: 58px 0 34px 0;
  }
  
  .tagline::before {
    left: -4vw;
    width: 108vw;
    height: 80px;
  }
  
  .hero-slider {
    height: 90vw;
    max-height: 90vh;
  }
  
  .all-members-gallery, 
  .single-member-profile .member-gallery, 
  .my-profile-page .member-gallery {
    grid-gap: 20px;
    grid-template-columns: repeat(3, 1fr);
  }
  
  .member-directory-profile-image,
  .all-members-gallery .gallery-image,
  .single-member-profile .gallery-image, 
  .my-profile-page .gallery-image {
    height: 25vw;
  }
  
  
  .icon-wrap {
    padding-top: 42px;
  }
  
  div#wpmem_login, 
  div#wpmem_reg, 
  form#acf-form, 
  .my-profile-page {
    padding:50px 0 60px !important;
  }
  
  .my-profile-page {
    padding-bottom: 110px !important;
  }
  
  div#wpmem_login legend, 
  div#wpmem_reg legend, 
  form#acf-form legend {
    font-size: 29px;
    padding-bottom: 20px;
  }
  
  #wpmem_login, 
  #wpmem_msg, 
  #wpmem_reg, 
  .wpmem_msg {
    width: 94% !important;
  }
  
  div#wpmem_login label, 
  div#wpmem_reg label, 
  form#acf-form label {
    font-size: 16px;
    padding: 10px 0 5px 0;
  }
  
  .cf-turnstile {
    padding-top: 20px;
  }
  
  .my-profile-page h2 {
    font-size: 32px;
    padding-bottom: 15px;
    margin-top: 19px;
  }
  
  .single-member-profile h2 {
    padding-top: 40px;
    font-size: 32px;
    padding-bottom: 18px;
    margin-bottom: 0;
  }
  
  h3.bio-title, 
  h3.single-gallery-title,
  h3.website-link {
    font-size: 30px;
    margin-bottom: 18px;
    padding-top: 35px;
    margin-top: 54px;
  }
  
  h3.single-gallery-title {
     margin-top:40px;
  }
  
  .member-gallery {
    margin-top: 5px;
  }
  
  .wp-block-group.single-member-profile.is-layout-constrained.wp-block-group-is-layout-constrained {
    padding-bottom: 90px !important;
  }
  
  .edit-your-profile form#acf-form {
    padding: 30px 0 115px !important;
  }
  
  .attachment .site .comments-area {
    padding-bottom: 2em;
    margin-top: 0;
  }
  
  .attachment .ast-comment-content p {
    font-size: 15px;
    line-height: 25px;
  }
  
  .attachment .ast-comment-meta {
    padding-bottom: 10px;
  }
  
 .attachment .entry-meta {
    font-size: 13px;
  }
  
  .attachment .ast-comment {
    padding-top: 15px;
    padding-bottom: 21px;
  }
  
  .ff-default .ff-el-form-control {
    padding: 20px 15px;
  }
  
  .ff-el-input--content {
    margin-bottom: 5px !important;
  }
  
  .page-id-430 .text-block .full-width-inner {
    padding: 75px 0 20px 0;
  }
  
  .ff-el-group.ff-el-input--content p, .ff-el-form-check.ff-el-tc label {
    font-size: 15px !important;
    line-height: 25px;
  }
  
  .fluentform label, .fluentform legend {
    font-size: 16px;
    margin-bottom: 2px !important;
  }
  
  .terms .full-width-inner {
    padding: 35px 0 87px;
  }
  
  .terms p, .terms a, .terms li {
    font-size: 15px;
    line-height: 27px;
    margin-bottom: 15px;
  }
  
  
  
}

@media (max-width:800px) {
  .tagline h2 {
    background-color: transparent;
    padding: 3px 25px 57px;
  }
  
  .animated-line {
    top: 165px;
  }
  
  .members-header h1 {
    font-size: 41px;
  }
  
  .members-header {
    height: 32vw;
  }
  
  .member-directory-results,
  .all-members-gallery {
    padding: 90px 0;
  }
  
  .cky-cookie-audit-table td {
    display: block;
  }
  
  .cky-cookie-audit-table tr th:nth-child(2),
  .cky-cookie-audit-table tr th:nth-child(3) {
    display: none;
  }
  
  .cky-cookie-audit-table tr td:nth-child(1)::before {
    content:'Cookie Name: ';
    padding-right: 3px;
    display: inline-block;
    font-weight: 900;
  }
  
  .cky-cookie-audit-table tr td:nth-child(2)::before {
    content:'Duration: ';
    padding-right: 3px;
    display: inline-block;
    font-weight: 900;
  }
  
  .cky-cookie-audit-table tr td:nth-child(3)::before {
    content:'Description: ';
    padding-right: 3px;
    display: inline-block;
    font-weight: 900;
  }

  

}

@media (max-width: 767px) {
  .loretto-copyright p {
    display: block;
  }
  
  .loretto-copyright p:first-of-type::after {
    display: none;
  }
  
  .loretto-copyright p:first-of-type {
    padding-bottom: 10px;
  }
  
  
}

@media (max-width: 720px) {
  #wpmem_reg label.checkbox, 
  #wpmem_reg label.select, 
  #wpmem_reg label.text, 
  #wpmem_reg label.textarea {
    padding: 8px 0 6px 0 !important;
  } 
  
  #wpmem_login .div_text, 
  #wpmem_reg .div_checkbox, 
  #wpmem_reg .div_select, 
  #wpmem_reg .div_text, 
  #wpmem_reg .div_textarea {
    width: 100% !important;
  }
}

@media (max-width: 700px) {
  p {
    font-size: 15px;
    line-height: 29px;
  }
  
  a.lor-button {
    padding: 12px 28px 14px;
    font-size: 20px;
    line-height: 15px;
  }

  .tagline::before {
    left: -4vw;
    width: 108vw;
    height: 49px;
  }
  
  .home .icon-wrap {
    padding-top: 20px;
  }
  
  .animated-line {
    top: 175px;
  }
  
  .hero-slide-caption {
    bottom: 69px;
    right: 20px;
    padding: 11px 20px 14px;
  }
  
  .members-header {
    height: 35vw;
  }
  
  .members-header h1 {
    font-size: 39px;
  }
  
  .member-directory-results,
  .all-members-gallery,
  .single-member-profile .member-gallery, 
  .my-profile-page .member-gallery {
    grid-gap: 15px;
  }
  
  .edit-your-profile .acf-image-uploader .image-wrap {
    width: 100%;
    margin-bottom: 12px;
  }
}

@media (max-width:600px) {
  .slide-title-wrap h1 {
    font-size: 32px;
    line-height: 53px;
  }
  
  .slide-title-wrap h1 {
    box-shadow: 18px 0 0 var(--red), -18px 0 0 var(--red);
    -webkit-box-shadow: 18px 0 0 var(--red), -18px 0 0 var(--red);
  }  
  
  .hero-button-wrap {
    margin: 25px 13px 13px -18px;
  }
  
  a.lor-button {
    padding: 11px 26px 12px;
    font-size: 19px;
    line-height: 15px;
  }
  
  header .custom-logo-link img {
    max-width: 105px;
    width: 105px;
  }
  
  body .site-title a {
    font-size: 18.7px;
    margin-top: 5px;
    margin-left: -10px;
  }
  
  .ast-logo-title-inline .ast-site-identity {
    padding: 10px 0;
  }
  
  .ast-mobile-header-wrap .ast-primary-header-bar, 
  .ast-primary-header-bar .site-primary-header-wrap {
    min-height: 50px;
  }
  
  .boxes {
    padding-bottom: 95px;
    margin-top: 42px;
  }
  
  footer {
    padding: 45px 0 30px 0;
  }
  
  ul#astra-footer-menu {
    display: block;
  }
  
  .footer-widget-area a::after {
    display: none;
  }
  
  body #astra-footer-menu .menu-item > a {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 10px;
  }
  
  .boxes a, 
  #wpmem_login input.buttons, 
  #wpmem_reg input.buttons, 
  .login_status a, 
  a.edit-profile-button {
    font-size: 16px;
    line-height: 28px;
    padding: 4px 27px 7px 27px;
  }
  
  .login_status {
    padding: 90px 0 68px !important;
  }
  
  .logged-in .register_status {
    padding: 90px 0 0 0 !important;
  }
  
  .logged-in .register_links {
    padding-bottom: 90px;
  }
  
  .member-directory-result-content {
    padding: 13px 12px 0px;
  }
  
  h2.directory-name {
    font-size: 18px;
    margin-bottom: 3px;
  }
  
  .member-directory-results,
  .all-members-gallery {
    padding: 80px 0;
  }
  
  .members-header {
    height: 41vw;
  }
  
  .member-directory-results, 
  .all-members-gallery, 
  .single-member-profile .member-gallery, 
  .my-profile-page .member-gallery {
    grid-template-columns: repeat(2, 1fr);
  }
  
  .member-directory-profile-image, 
  .all-members-gallery .gallery-image, 
  .single-member-profile .gallery-image, 
  .my-profile-page .gallery-image {
    height: 40vw;
  }
  
  div#wpmem_login, 
  div#wpmem_reg, 
  form#acf-form, 
  .my-profile-page {
    padding: 30px 0 40px !important;
  }
  
  div#wpmem_login legend, 
  div#wpmem_reg legend, 
  form#acf-form legend {
    font-size: 23px;
    padding-bottom: 20px;
  }
  
  body #wpmem_login input[type=password], 
  body #wpmem_login input[type=text], 
  body #wpmem_reg input[type=date], 
  body #wpmem_reg input[type=email], 
  body #wpmem_reg input[type=number], 
  body #wpmem_reg input[type=password], 
  body #wpmem_reg input[type=text], 
  body #wpmem_reg input[type=url], 
  body #wpmem_reg textarea {
    height: 36px;
    padding: 6px 10px 6px;
  }
  
  .my-profile-page h2 {
    font-size: 27px;
    padding-bottom: 7px;
    margin-top: 24px;
  }
  
  .single-member-profile h2 {
    padding-top: 30px;
    font-size: 27px;
    padding-bottom: 9px;
  }
  
  .mp-image {
    max-height: 250px;
  }
  
  h3.bio-title, 
  h3.single-gallery-title,
  h3.website-link {
    font-size: 25px;
    margin-bottom: 13px;
    padding-top: 25px;
    margin-top: 44px;
  }
  
  .single-member-profile p, 
  .my-profile-page p,
  .edit-your-profile p {
    font-size: 15px;
    line-height: 25px;
    margin-bottom: 11px;
  }
  
  .my-profile-page a:not(.edit-profile-button),
  .single-member-profile a {
    font-size: 15px;
  }  
  
  h3.single-gallery-title {
    margin-top: 34px;
    margin-bottom: -2px;
  }
  
  .my-profile-page {
    padding-bottom: 90px !important;
  }
  
  .edit-your-profile form#acf-form {
    padding: 20px 0 90px !important;
  }
  
  .edit-your-profile #acf-form label {
    font-size: 20px;
    margin-bottom: 8px;
    padding-top: 39px;
  }
  
  .edit-your-profile .acf-fields>.acf-field {
    border-top-color: var(--red);
    margin: 35px 0 25px 0;
  }
  
  .edit-your-profile textarea, 
  .edit-your-profile input[type="url"] {
    font-size: 14px !important;
    line-height: 22px !important;
    padding: 12px 15px !important;
  }
  
  .edit-your-profile li.acf-fr {
    display: none;
  }
  
  .edit-your-profile .acf-gallery-toolbar ul {
    padding-left: 0;
    margin: 14px 15px 13px 10px;
  }
  
  .page-id-430 .text-block .full-width-inner {
    padding: 54px 0 10px 0;
  }
  
  .ff-default .ff-el-form-control {
    padding: 9px 11px;
  }
  
  .fluentform {
    padding-bottom: 65px;
  }
  
  .ff-el-group.ff-el-input--content p, 
  .ff-el-form-check.ff-el-tc label {
    font-size: 14px !important;
    line-height: 21px;
  }
  
  .terms h2 {
    font-size: 20px;
    margin-top: 31px;
  }
  
  .terms h3 {
    font-size: 18px !important;
    margin-top: 17px !important;
    margin-bottom: 6px !important;
  }
  
  .terms hr {
    margin: 50px 0 -7px 0;
  }
  
  .page-id-518 .terms hr {
    margin: 26px 0 -5px 0;
  }
  
  .cky-preference-center {
    max-width: 94vw !important;
  }
  
  .cky-accordion-wrapper p,
  .cky-preference-content-wrapper p, 
  .cky-gpc-wrapper .cky-gpc-desc p,
  .cky-gpc-wrapper li {
    font-size: 13px !important;
    line-height: 21px !important;
    margin-bottom: 16px !important;
  }
  
  .cky-audit-table .cky-cookie-des-table {
    font-size: 13px !important;
    line-height: 21px !important;
  }

}


@media (max-width:564px) {
  .animated-line {
    top: 220px;
  }
  
  .member-directory-results,
  .all-members-gallery {
    grid-template-columns: repeat(2, 1fr);
  }
  
  .member-directory-profile-image {
    height: 40vw;
  }
}


@media (max-width:500px) {
  .boxes {
    grid-template-columns: 1fr;
  }
  
  .tagline h2 {
    padding: 0 25px 48px;
    font-size: 30px;
    line-height: 40px;
  }
  
  .animated-line {
    top: 200px;
  }
  
  h3, .entry-content h3 {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 26px;
  }
  
  h3.bio-title, 
  h3.website-link {
    margin-bottom: 15px !important;
  }
  
  h3.single-gallery-title {
    margin-bottom: 5px !important;
  }
  
  .animated-line {
    width: 100% !important;
  }
  
  .ast-header-break-point #masthead .ast-mobile-header-wrap .ast-primary-header-bar, .ast-header-break-point #masthead .ast-mobile-header-wrap .ast-below-header-bar, .ast-header-break-point #masthead .ast-mobile-header-wrap .ast-above-header-bar {
    padding-left: 11px;
    padding-right: 4px;
  }
  
  header .custom-logo-link img {
    max-width: 85px;
    width: 85px;
  }
  
  body .site-title a {
    font-size: 15px;
    margin-top: 3px;
    margin-left: -11px;
  }
  
  .members-header {
    height: 53vw;
  }
  
  .members-header h1 {
    font-size: 30px;
  }
  
  .icon-wrap {
    padding-top: 37px;
  }
  
  .member-directory-results,
  .all-members-gallery {
    padding: 70px 0;
  }
  
  .member-directory-result-content p {
    font-size: 13px;
    line-height: 19px;
  }
  
  .login_status {
    padding: 80px 0 58px !important;
  }
  
  .logged-in .register_status {
    padding: 80px 0 0 0 !important;
  }
  
  .logged-in .register_links {
    padding-bottom: 80px;
  }
  
  div#wpmem_login, 
  div#wpmem_reg, 
  form#acf-form, 
  .my-profile-page {
    padding: 20px 0 30px !important;
  }
  
  div#wpmem_login label, div#wpmem_reg label, form#acf-form label {
    font-size: 15px;
    padding: 7px 0 6px 0;
  }
  
  #wpmem_reg input.buttons {
    margin-top: 8px;
  }
  
  #wpmem_login input.buttons {
    margin: 22px 0 30px 0;
  }
  
  .my-profile-page {
    padding-bottom: 80px !important;
  }
  
  .edit-your-profile form#acf-form {
    padding: 10px 0 75px !important;
  }
  
  .edit-your-profile .acf-gallery .acf-gallery-attachments {
    padding: 10px;
  }
  
  .edit-your-profile .acf-gallery-toolbar ul {
    padding-left: 0;
    margin: 14px 15px 13px 1px;
  }
  
  .terms p, .terms a, .terms li {
    font-size: 14px;
    line-height: 25px;
    margin-bottom: 13px;
  }
  
  .terms hr {
    margin: 39px 0 -22px 0;
  }
  
  .terms .full-width-inner {
    padding: 21px 0 67px;
  }

}

@media (max-width:480px) {
  .mp-image {
    max-height: unset;
    height: auto;
    width: 100%;  
  }
}

@media (max-width:400px) {
  .slide-title-wrap h1 {
    font-size: 26px;
    line-height: 44px;
  }
  
  .slide-title-wrap h1 {
    box-shadow: 15px 0 0 var(--red), -15px 0 0 var(--red);
    -webkit-box-shadow: 15px 0 0 var(--red), -15px 0 0 var(--red);
  }  
  
  .hero-button-wrap {
    margin: 18px 14px 13px -14px;
  }
  
  a.lor-button {
    padding: 8px 24px 10px;
    font-size: 16px;
    line-height: 15px;
  }
  
  .hero-slide-caption a, .hero-slide-caption p {
    margin-bottom: 0;
    font-size: 11px;
    line-height: 14px;
  }
  
  .hero-slide-caption {
    bottom: 57px;
    right: 10px;
    padding: 8px 18px 10px;
  }
  
  .hero-slide-caption {
    bottom: 67px;
    right: 10px;
    padding: 8px 18px 10px;
  }
  
  .home .icon-wrap {
    padding-top: 10px;
  }
  
  .tagline-wrap {
    padding: 10px 0;
  }
  
  .tagline h2 {
    padding: 0px 25px 41px;
    font-size: 23px;
    line-height: 33px;
  }
  
  dotlottie-player {
    width: 40px !important;
    height: 40px !important;
    margin-left: 6px;
  }
  
  .animated-line {
    width: 100% !important;
    position: relative;
    top: unset;
    margin-bottom: 15px;
  }
  
  .tagline h2 {
    padding: 0px 25px 5px;
  }
  
  h3, .entry-content h3 {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 19px;
  }
  
  footer {
     padding: 35px 10px 15px 10px;
  }
  
  .boxes {
    padding-bottom: 80px;
    margin-top: 35px;
  }
  
  footer li, 
  footer a, 
  footer p, 
  .loretto-copyright p {
    display: block;
  }
  
  footer .loretto-copyright a::after, 
  footer .loretto-copyright p::after {
    display: none;
  }
  
  .loretto-copyright {
    display: flex;
    flex-direction: column-reverse;
  }
  
  .site-above-footer-wrap {
    padding-bottom: 0;
  }
  
  .loretto-copyright p:last-of-type {
    padding-bottom: 25px;
  }
  
  .site-primary-footer-wrap {
    padding-top: 5px;
    padding-bottom: 0;
  }
  
  p.disclaimer {
    font-size: 13px;
    padding: 0 20px 0;
  }
  
  .site-below-footer-wrap {
    padding-top: 5px;
    padding-bottom: 35px;
  }
  
  .boxes {
    grid-gap: 15px;
  }
  
  body .main-navigation a {
    font-size: 15px;
  }
  
  .member-directory-results,
  .all-members-gallery {
    padding: 60px 0;
  }
  
  .members-header h1 {
    font-size: 28px;
  }
  
  .members-header {
    height: 60vw;
  }
  
  .login_status {
    padding: 60px 0 41px !important;
  }
  
  .logged-in .register_status {
    padding: 60px 0 0 0 !important;
  }
  
  .logged-in .register_links {
    padding-bottom: 60px;
  }
  
  div#wpmem_login legend, div#wpmem_reg legend, form#acf-form legend {
    font-size: 20px;
    padding-bottom: 18px;
  }
  
  div#wpmem_login, 
  div#wpmem_reg, 
  form#acf-form, 
  .my-profile-page {
    padding: 10px 0 20px !important;
  }
  
  #wpmem_login, 
  #wpmem_msg, 
  #wpmem_reg, 
  .wpmem_msg {
    width: 98% !important;
  }
  
  .ast-container, 
  .ast-container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }
  
  h3.single-gallery-title {
    padding-top: 30px;
  }
  
    
  .my-profile-page {
    padding-bottom: 70px !important;
  }
  
  .edit-your-profile #acf-form label {
    font-size: 17px;
  }
  
  .attachment .content-area {
    padding: 40px 0 !important;
  }
  
  .page-id-430 .text-block .full-width-inner {
    padding: 38px 0 3px 0;
  }
  
  p, .entry-content p {
    font-size: 15px;
    line-height: 26px;
  }
  
  .terms p, .terms a, .terms li {
    font-size: 14px;
    line-height: 24px;
  }
  
  .fluentform {
    padding-bottom: 45px;
  }
  
  .fluentform label, .fluentform legend {
    font-size: 15px;
    margin-bottom: 0 !important;
  }
  
  .fluentform .ff-el-group {
    margin-bottom: 8px;
  }
  
  .cky-cookie-audit-table th, .cky-cookie-audit-table td {
    word-break: break-word !important;
  }
}

@media (max-width:350px) {
  .member-directory-results, 
  .all-members-gallery, 
  .single-member-profile .member-gallery, 
  .my-profile-page .member-gallery {
    grid-template-columns: 1fr;
  }
  
  .member-directory-profile-image, 
  .all-members-gallery .gallery-image, 
  .single-member-profile .gallery-image, 
  .my-profile-page .gallery-image {
    height: 66vw;
  }
  
  .cf-turnstile {
    width: 86vw !important;
    overflow: auto;
  }
  

  
  
}

@media (max-width:330px) {
  header .custom-logo-link img {
    display: none;
  }
  
  body .site-title a::before {
    content: 'Loretto';
    display: inline-block;
  }
  
  .single-member-profile p, .my-profile-page p,
  .edit-your-profile p,
  .edit-your-profile textarea, 
  .edit-your-profile input[type="url"] {
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 11px;
  }
  
  .my-profile-page a:not(.edit-profile-button),
  .single-member-profile a {
    font-size: 14px;
 }
  
 
}

@media (max-width: 300px) {
  p, .entry-content p {
    font-size: 14px;
    line-height: 26px;
  }
  
  .terms p, .terms a, .terms li {
    font-size: 14px;
    line-height: 24px;
  }
  
  .members-header {
    height: 60vw;
  }
  
  .members-header h1 {
    font-size: 23px;
  }
  
  .members-header {
    height: 65vw;
  }
  
  .edit-your-profile #acf-form label {
    font-size: 16px;
  }
  
  .attachment .content-area {
    padding: 30px 0 !important;
  }
}
