/*
Theme Name: Trussville City School Foundation
Version: 1.0
Template: astra
*/
.interior-page-style h1 {
    color: #C02230 !important;
    font-family: "EB Garamond", 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: #333;
    font-family: "EB Garamond", 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: #C02230;
    font-family: "EB Garamond", 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: #333;
    font-family: "EB Garamond", 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: #C02230;
    font-family: "EB Garamond", 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: #333;
    font-family: "EB Garamond", 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: #333;
    font-family: 'Roboto', 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: #333;
    font-family: 'Roboto', 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;
}

/* gravity form on personalized engraved page */
.elementor-95 .elementor-element.elementor-element-7d69a126, .gform_heading .gform_title {
  	color:#901314;
}

p.gform_required_legend{
 	display: none !important;
}

table td {
    color: #333 !important;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 1.1px;
    font-weight: 400;
}

img.different-size {
    height: 300px;
    object-fit: contain;
}


img.flyer-size {
    height: 700px;
    object-fit: contain;
}

.interior-page-style figure.gallery-item img {
    height: 400px;
    object-fit: cover;
    object-position: center;
}

li.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-626 a {
    font-family: "Roboto", Sans-serif;
    font-weight: 500;
    fill: #FFFFFF;
    color: #FFFFFF !important;
    background-color: #C02230;
  	border-radius: 4px;
}

.wrapper-buttons a {
    margin: 0.5em;
}
.wrapper-buttons {
    display: flex;
    justify-content: center;
}

body {
    background-color: #fff !important;
}

.upcoming-events p {
    height: 95px;
}




@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;
	}
  
  .uc_logo_carosel_box img {
    	height: 100px !important;
    	object-fit: contain;
	}
  
  .upcoming-events p {
    	height: inherit;
	}
	
  img.flyer-size {
    	height: 300px;
    	object-fit: contain;
	}
  
  a.btn.button {
    display: inline-block;
    line-height: 1.3;
	}
  
  .wrapper-buttons {
    display: flex;
    justify-content: center;
    flex-direction: column;
	}
  
  figure.gallery-item{
    max-width: 100% !important;
 	}
}

@media(min-width:768px) and (max-width:1024px){
  .upcoming-events p {
      height: 115px;
  }
}

.term-staff h4 a {
	font-family: "EB Garamond", Sans-serif !important;
	color:#3d3d3d !important;
}

h4 a:hover{
	color: #C02230 !important;
}