/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 18 2025 | 05:24:23 */

.address-paragraph a {
  text-decoration:underline; 
  font-weight:500;
}
.address-detail-section  {
  padding:var(--spc-large) 90px var(--spc-large);
}

.address-detail-section .wp-block-group__inner-container {
  width:100%;
  max-width:1100px;
  margin:0 auto;

}
.address-paragraph {
  padding-bottom:var(--spc-thin); 
}
.heading-detail:not(:first-child) {
  padding-top: var(--spc-thin); 
}
.heading-detail {
  padding-bottom:var(--spc-thin);
}
@media (min-width:1100px)
{

  .address-detail-section .split-section {
    gap:200px;
  }
}
@media (min-width:993px)
{
  .address-detail-section .split-section .wp-block-column:last-child 
  {
    max-width:205px;
    flex-basis: 205px;
  }
}
@media (max-width:1024px) and (min-width:993px)
{
  .address-detail-section .split-section {
    gap:40px;
  }   
}

.links-of-social a:last-child {
  text-decoration:underline;

}
.links-of-social {
  margin-bottom:var(--spc-thin) !important;
}

@media (max-width:992px)
{
  body .address-detail-section .split-section{
    flex-direction: column-reverse;
  }
  body .address-detail-section {
    padding:unset;
  }
  body .address-detail-section {
    background-color:unset !important; 
  }
  body .address-detail-section .split-section .wp-block-column:first-child {
    background-color: #F7F7F7;
    padding-top:40px;
    padding-bottom:40px;

  }
  body .address-detail-section .split-section .wp-block-column:first-child p {
    padding-left:20px;
    padding-right:20px;
  }
  body .address-detail-section .split-section  {
    gap:40px; 
  }

  body .address-detail-section .split-section .wp-block-column {
    align-self: center;
  }
}
  body .split-section-wrapper.address-time p{
    margin-top:unset !important; 
  }