/*
Theme Name: SSG Signs
Version: 1.0
Template: astra
*/
.interior-page-style h1 {
    color: #0B368C;
    font-family: "Poppins", Sans-serif;
    font-size: 40px;
    line-height: 1.3;
	  letter-spacing: 1px;
    font-weight: 700;
}

.interior-page-style h2 {
    color: #0D0D0D;
    font-family: "Poppins", Sans-serif;
    font-size: 33px;
    line-height: 1.3;
    letter-spacing: 1px;
    font-weight: 600;
    margin-bottom: 0.25em;
}

.interior-page-style h3 {
    color: #0B368C;
    font-family: "Poppins", Sans-serif;
    font-size: 27px;
    line-height: 1.3;
    letter-spacing: 1px;
    font-weight: 600;
    margin-bottom: 0.25em;
}

.interior-page-style h4 {
    color: #0D0D0D;
    font-family: "Poppins", Sans-serif;
    font-size: 23px;
    line-height: 1.3;
    letter-spacing: 1px;
    font-weight: 600;
    margin-bottom: 0.25em;
}

.interior-page-style h5 {
    color: #0B368C;
    font-family: "Poppins", Sans-serif;
    font-size: 19px;
    line-height: 1.3;
    letter-spacing: 1px;
    font-weight: 600;
    margin-bottom: 0.25em;
}

.interior-page-style h6 {
    color: #0D0D0D;
    font-family: "Poppins", Sans-serif;
    font-size: 17px;
    line-height: 1.3;
    letter-spacing: 1px;
    font-weight: 600;
    margin-bottom: 0.25em;
}

.interior-page-style ul li,
.interior-page-style ol li{
    color: #070707;
    font-family: "Inter", Sans-serif;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 1.1px;
    font-weight: 400;
    margin-bottom: 0.5em;
}

.interior-page-style p {
    color: #070707;
    font-family: "Inter", Sans-serif;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 1.1px;
    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;
}

/* interior button */
a.interior-btn{
	display: inline-block;
  	font: 400 1.1rem "Work Sans", Sans-serif;
    color: #fff;
    background-color: #598FC9;
    padding: 16px 24px 16px 24px;
    margin-top: 16px;
}

a.interior-btn:hover{
	background-color: #3D628A;
}

/* removing underline from a tag in home */
.ast-single-post .entry-content a{
	text-decoration: none !important;
}

/* gallery */
.gallery .gallery-item .gallery-icon{
  	border: none !important;
}

.gallery .gallery-item .gallery-icon a img{
	height: 350px;
  	width: 100%;
  	object-fit: cover;
}

/* services home */
.services-home-new .uc_article_grid_style_six_box{
	box-shadow: none !important;
}

.services-home-new .title{
  	margin: 0 auto;
    width: 80%;
    background-color: #000;
  	position: relative;
    bottom: 26px;
  	padding: 8px 0;
 	box-shadow: 1px 1px 10px rgb(0 0 0 / 30%);
    transform: skew(-8deg);
}

.services-home-new .title a{
	box-shadow: none !important;
  	font-size: 1.2rem;
    font-family: 'Inter';  
    color: #fff;
    text-decoration: none;
}

@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 h5 {
      font-size: 17px !important;
      line-height: 1.3;
	}
  
    /* gallery */
  	.gallery .gallery-item{
         max-width: 100% !important;
    }
}

@media(min-width: 1600px){
  .constraint-1600{
  	max-width: 1600px;
    margin: auto;
  }
}