/** Shopify CDN: Minification failed

Line 29:13 Unexpected "{"
Line 29:22 Expected ":"
Line 36:16 Unexpected "{"
Line 36:23 Expected ":"
Line 153:13 Unexpected "{"
Line 153:22 Expected ":"

**/
.custom-contact-wrapper {
  display: flex;
  gap: 50px; 
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  flex-direction: row;
  margin-bottom: 10rem;
}

.custom-contact-wrapper > *:first-child {
  width: 50%;
}

.custom-contact-wrapper > *:last-child {
  width: 45%;
}

.text-block-{{ section.id }} h4{
  color: #76222E ;
  font-family: "orpheuspro", serif;
  font-weight: 300;
  font-size: 20px;
}

#shopify-block-{{ block.id }} .svg_logo_heading{
  font-size: 18px;
   color: #000;
  font-family: "orpheuspro", serif;
  font-weight: 500;
  letter-spacing: 0.5px;
    line-height: 27px;
}

.rte-content-wrapper{
  display: flex;
  flex-direction: column;
  height: auto;
  gap: 30px;
}

.rte-detail-svg-wrapper{
  display: flex;
  width: 100%;
  height: auto;
  flex-direction: column;
  gap: 20px;
}

.contact-form__input{
  border-radius: 30px;
  height: 48px;
  line-height: 1.5;
  color: rgb(73, 80, 87);
  padding: 0.375rem 0.75rem;

  border: 1px solid #ced4da;
}

.contact-form__input::placeholder{
  font-size: 13px;
  color: rgb(73, 80, 87);
  font-weight: 300;
  font-family: "proxima-nova", sans-serif;
  letter-spacing: 0.5px;
}

.contact-form__input:focus{
  box-shadow: none;
  border-color:#80bdff;
  outline: 0;
}

.styled-textarea{
  height: 60px;
  resize: none;
  overflow: auto;
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  padding-top: 12px;
    color: #495057;
    border: 1px solid #ced4da;
    border-radius: 30px;
}

.svg_header_container{
  display: flex;
  flex-direction: row;
  gap: 10px;
  justify-content: flex-start;
  width: 100%;
  align-items: center;
}

.svg_logo_container{
  width: 20px;
  height: 20px;
  font-weight: 400;
  line-height: 20px;
  color: rgb(51, 51, 51);
}

.svg_logo_container img{
  height: 100%;
  width: 100%;
}

.rte-content-body{
    width: 65%;
    padding-left: 30px;
    font-size: 15px;
    font-family: "proxima-nova", sans-serif;
    font-weight: 300;
    letter-spacing: 0.5px;
    line-height: 22.5px;
    margin-right: auto;
}

.rte-content-body p{
  font-size: 15px;
  font-family: "proxima-nova", sans-serif;
    font-weight: 300;
    color: rgb(51, 51, 51);
}

.rte-content-body a{
  font-size: 15px;
    font-family: "proxima-nova", sans-serif;
    font-weight: 300;
  text-decoration: none;
}

@media(max-width: 767px){

  .custom-contact-wrapper > *:first-child {
  width: 100%;
}

.custom-contact-wrapper > *:last-child {
  width: 100%;
}

.text-block-{{ section.id }} h4{
  font-size: 17px;
}

.svg_logo_heading{
  font-size: 16px;
  font-family: "proxima-nova", sans-serif;
  font-weight: 300;
  color: #333333;
  letter-spacing: 0.5px;
    line-height: 27px;
}

  .custom-contact-wrapper{
    flex-direction: column;
    width: 100%;
    gap: 5px;
    margin-bottom: 2rem;
  }
  .svg_header_container{
    justify-content: center;
  }
  .rte-content-body{
    width: 100%;
    text-align: center;
  }

  .rte-content-body p{

    font-size: 13px;
    font-weight: 300;
    line-height: 19.5px;
    letter-spacing: 0.5px;
  }

  .svg_logo_container{
    display: none;
  }
  .rte-content-wrapper{
    gap: 20px;
  }
  .contact-container >  spacing-style:nth-child(2){
    display: none;
  } 
  
}