/*
Theme Name: Midtown Pharmacy
Version: 1.0
Template: astra
*/

.interior-page-style h2 {
    color: #d1242a !important;
    font-family: 'Montserrat', sans-serif;
    font-size: 2em !important;
    font-weight: 600 !important;
    text-transform: capitalize !important;
    margin-bottom: 0.85em;
  	text-transform: none;
}


.interior-page-style h3 {
    font-size: 1.5em;
    color: #d1242a;
    margin-top: 1.2em;
    margin-bottom: 0.5em;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
  	text-transform: none;
}

.interior-page-style ul li,
.interior-page-style ol li{
    color: #000;
    font-family: 'Open Sans', sans-serif;
    font-size: 1.1em;
    font-weight: 500;
    letter-spacing: 0.5px;
    margin-bottom: 0.5em;
    line-height: 28px;
}

.interior-page-style p {
    color: #000;
    font-family: 'Open Sans', sans-serif;
    font-size: 1.1em;
    font-weight: 500;
    letter-spacing: 0.5px;
    margin-bottom: 1.05em;
    line-height: 28px;
}


.two-columns>div:last-child {
    flex: 0 0 30%;
    margin-left: 2em;
}

.two-columns {
    display: flex;
  	margin-bottom: 2em;
}

.two-columns>div:first-child {
    flex: 0 0 70%;
}

.dashed-images figure {
    border: 5px dashed red;
}

.dashed-images {
    display: flex;
    justify-content: center;
}


p.serif-font-wrapper {
    font-family: 'IM Fell Great Primer', serif;
    font-style: italic;
    font-size: 1.2em;
}

.no-dashed-border figure {
    border: 0px dashed red;
    margin-top: 2em !important;
}

@media(max-width:767px){
	.two-columns {
    display: flex;
    margin-bottom: 2em;
    flex-wrap: wrap;
	}
  
  .two-columns>div {
    flex: 0 0 100% !important;
    margin-left: 0 !important;
	}
}

.page-id-94 h1 {
	text-align:center;
}