/*
Theme Name: Manley/Monroe
Version: 1.0
Template: astra
*/
.interior-page-style h1 {
    color: #C30717 !important;
    font-family: 'Inter', sans-serif  !important;
    font-size: 40px  !important;
    line-height: 1.3  !important;
	  letter-spacing: 1px  !important;
    font-weight: 700  !important;
}

.interior-page-style h2 {
    color: #070707;
    font-family: 'Inter', sans-serif !important;
    font-size: 33px;
    line-height: 1.3;
    letter-spacing: 1px;
    font-weight: 600;
    margin-bottom: 0.25em;
}

.interior-page-style h3 {
    color: #C30717;
    font-family: 'Inter', sans-serif !important;
    font-size: 27px;
    line-height: 1.3;
    letter-spacing: 1px;
    font-weight: 600;
    margin-bottom: 0.25em;
}

.interior-page-style h4 {
    color: #070707;
    font-family: 'Inter', sans-serif !important;
    font-size: 23px;
    line-height: 1.3;
    letter-spacing: 1px;
    font-weight: 600;
    margin-bottom: 0.25em;
}

.interior-page-style h5 {
    color: #C30717;
    font-family: 'Inter', sans-serif !important;
    font-size: 19px;
    line-height: 1.3;
    letter-spacing: 1px;
    font-weight: 600;
    margin-bottom: 0.25em;
}

.interior-page-style h6 {
    color: #070707;
    font-family: 'Inter', sans-serif !important;
    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: #000;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
  	font-size: 16px;
    color: #111;
}


.interior-page-style p {
    font-family: 'Open Sans', sans-serif;
    letter-spacing: 0.65px;
  	word-spacing: 0.65px;
    font-weight: 400;
  	font-size: 16px;
    color: #111;
}

.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;
}


/* homepage request a quote form */
/* home hero quote form */
#agent-quote-form .gform_body > ul{
	list-style-type: none;
    margin: 0;
}

#agent-quote-form .gform_body > ul select, #agent-quote-form .gform_body > ul input{
	width: -webkit-fill-available;
  	font-family: "Noto Sans JP", Sans-serif;
    font-size: 1.1rem;
    font-weight: 400;
  	margin-top: 12px;
  	border-radius: 0;
}

#agent-quote-form .gform_button{
  	font-family: "Arial", Sans-serif;
    font-size: 1.1rem;
    font-weight: 500;
    letter-spacing: 0.4px;
    background-color: #C30717;	
  	width: -webkit-fill-available;
  	margin-top: 16px;
  	border-radius: 0;
}

#agent-quote-form .gform_button:hover{
	background-color: #AD2531;
}


@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;
	}

}


select#input_4_1 {
    margin-top: 16px !important;
}