/*
Theme Name: AngelaY
Version: 1.0
Template: astra
*/

.interior-page-style h2 {
    color: #333;
    font-family: 'Poppins', sans-serif !important;
    font-size: 28px;
    line-height: 1.3;
    letter-spacing: 0.6px;
    word-spacing: 0.6px;
    font-weight: 600;
    margin-top: 0em !important;
    margin-bottom: 0.3em;
}

.interior-page-style h3 {
    color: #333;
    font-family: 'Poppins', sans-serif !important;
    font-size: 26px;
    line-height: 1.3;
    letter-spacing: 0.6px;
    word-spacing: 0.6px;
    font-weight: 600;
    margin-bottom: 0.3em;
}

.interior-page-style h4 {
    color: #333;
    font-family: 'Poppins', sans-serif !important;
    font-size: 24px;
    line-height: 1.3;
    letter-spacing: 0.6px;
    word-spacing: 0.6px;
    font-weight: 600;
    margin-bottom: 0.3em;
}

.interior-page-style h5 {
    color: #333;
    font-family: 'Poppins', sans-serif !important;
    font-size: 22px;
    line-height: 1.3;
    letter-spacing: 0.6px;
    word-spacing: 0.6px;
    font-weight: 600;
    margin-bottom: 0.3em;
}

.interior-page-style h6 {
    color: #333;
    font-family: 'Poppins', sans-serif !important;
    font-size: 19px;
    line-height: 1.3;
    letter-spacing: 0.6px;
    word-spacing: 0.6px;
    font-weight: 600;
    margin-bottom: 0.3em;
}

.interior-page-style ul li,
.interior-page-style ol li{
    color: #333;
    font-family: 'Outfit', sans-serif;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.6px;
    word-spacing: 0.6px;
    font-weight: 400;
    margin-bottom: 0.5em;
}

.interior-page-style p {
    color: #333;
    font-family: 'Outfit', sans-serif;
    font-size: 19px;
    line-height: 1.5;
    letter-spacing: 0.6px;
    word-spacing: 0.6px;
    font-weight: 400;
}

.interior-page-style em{
    font-style: italic;
}

.interior-page-style strong {
    font-weight: bold;
}

.interior-page-style a:-webkit-any-link {
    cursor: pointer;
}

.interior-page-style a:hover {
    transition: all .2s ease;
    text-decoration: none;
}

.interior-page-style a.btn.button {
    color: #fff !important;
    background: #000 !important;
}

.interior-page-style .wrapper-buttons {
    text-align: center;
    margin-top: 1em;
    margin-bottom: 1em;
}



@media(max-width:767px){
  .interior-page-style h1 {
      font-size: 29px !important;
      line-height: 1.3;
	}
  
  .interior-page-style h2 {
      font-size: 26px !important;
      line-height: 1.3;
	}
  
  .interior-page-style h3 {
      font-size: 22px !important;
      line-height: 1.3;
	}
  
  .interior-page-style h4 {
      font-size: 20px !important;
      line-height: 1.3;
	}

  .interior-page-style h5 {
      font-size: 18px !important;
      line-height: 1.3;
	}

  .interior-page-style h6 {
      font-size: 17px !important;
      line-height: 1.3;
	}
  
  .interior-page-style .about-img {
   	  width: 100%;	
}
  
}

/* Home page footer hiding hrs and contact*/

body.page-id-6 div.hours{
	display: none;
}

body.page-id-6 div.contact{
	display: none;
}

body.page-id-6 div.logo{
	width: 100%;
}


@media (max-width: 768px) {
  body.page-id-18 img.wp-image-179.alignleft,
  body.page-id-18 img.wp-image-180.alignright {
    float: none !important;
    display: block;
    margin: 0 auto 10px;
  }
}
