/*
Theme Name: Big Oak
Version: 1.0
Template: astra
*/
.interior-page-style h1 {
    color: #333 !important;
    font-family: 'Poppins', 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: 'Poppins', 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: #0477BF;
    font-family: 'Poppins', 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: 'Poppins', 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: #0477BF;
    font-family: 'Poppins', 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: 'Poppins', 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: #0d0d0d;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: 1.1px;
    font-weight: 400;
    margin-bottom: 0.5em;
}


.interior-page-style p {
    color: #0d0d0d;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    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;
}

a.interior-btn {
    background-color: #073359;
    padding: 12px 18px;
    color: #000;
    display: inline-block;
    margin: 8px 0;
    font-family: "Open Sans", Sans-serif;
    font-size: 16px;
    font-weight: 500;
    background-color: #F26B5E00;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: #F26B5E;
    border-radius: 20px 20px 20px 20px
}

a.interior-btn:hover {
    background-color: #F26B5E;
    color: #fff;
}

.interior-page-style iframe {
  	display: block !important;
  	margin: 0 auto !important;
	width: 854px !important;
  	height: 480px !important;
}

/* Wordpress Gallery */

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


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


/* Gallery Archive */
.gallery .outside{
	height: 300px;
  	text-align: left;
  	border-radius: 20px;
}


.gallery .link-overlay{
	position: absolute;
  	width: 100%;
  	height: 100%;
  	z-index: 3;
}

.gallery .content-inside .button-content{
	font-size: 1rem;
  	font-family: 'Roboto';
  	display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  	display: none;
}

.gallery .content-inside .button-content i{
	margin-left: 6px;
}

.gallery .content-inside .title-content{
	font-family: 'Open Sans';
  	font-size: 1.4rem;
  	font-weight: 500;
  	line-height: 2rem;
  	position: relative;
    top: 130px;
    background: #00000045;
    padding: 15px;
  	white-space: nowrap;
  	overflow: hidden;
  	text-overflow: ellipsis;

}

.gallery .content-inside .title-content:hover {
    transform: scale(0.9);
    transition-duration: 1s;
}

/* Parts Page Homebox */
.parts .content-inside .button-content i{
	margin-left: 6px;
}

.parts .content-inside .title-content{
	font-family: 'Open Sans';
  	font-size: 1.4rem;
  	font-weight: 600;
  	line-height: 2rem;
}

.parts .content-inside .title-content:hover {
    transform: scale(0.9);
    transition-duration: 1s;
}




@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-item .gallery-icon a img {
      height: 250px;
      width: 100%;
      object-fit: cover;
  }
  
  /* gallery */
  .gallery .gallery-item{
  max-width: 100% !important;
	}
  
  /* iframe */
  .interior-page-style iframe{
  	display: block !important;
  	margin: 0 auto !important;
	width: 100% !important;
  	height: auto !important;
}
  
  /* Gallery archive */
  .gallery .content-inside .title-content{
    top: 110px;
    padding-top: 8px;
  }

}

@media(min-width:768px) and (max-width:1181px){
  .gallery-item .gallery-icon a img {
      height: 250px;
      width: 100%;
      object-fit: cover;
  }
}
