﻿/*epona overrides*/
section.page-title h1 {
    font-size: 2.2em;
    border-bottom: 1px solid rgba(0, 0, 0, 0.07);
    display: inline-block;
    margin: 0 0 -1px;
    padding-bottom: 15px;
}

ul.side-nav a.icon-menu {
    display: inline-block;
}

.list-group-item .active {
    color: purple;
    font-weight: bold;
}

.mobile-only-container {
    display: none;
}

/*shrink on small screens*/
@media only screen and (max-width: 1024px) {
    .parallax {
        padding: 15px 0;
    }

    h1 {
        font-size: 2.5em;
        margin: 0 0 20px 0;
    }

    h2 {
        font-size: 1.8em;
        margin: 0 0 20px 0;
    }

    h3 {
        font-size: 1.4em;
        margin: 0 0 20px 0;
    }

    section {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    #topBar {
        display: none;
    }

    a.logo.mobile {
        display: block;
        width: 122px;
        height: 77px;
        margin: 5px 5px 5px 10px;
    }

    .parallax {
        background-repeat: no-repeat;
        background-size: cover !important;
    }

    .mobile-phone-container {
        display: flex;
        flex: 2;
        align-items: flex-end;
        margin: 2px 5px 0 0;
        flex-direction: column;
    }

    .mobile-only-container {
        display: flex;
    }

    #topNav button.btn-mobile {
        height: 40px;
    }
}
/*remove some padding*/
#topNav ul.nav > li a {
    padding: 15px 25px;
}
/*blog overrides*/
#blog h1, #blog h2 {
    font-size: 2.2em;
    line-height: 42px;
    margin: 0 0 32px;
    color: #f94834;
    text-transform: uppercase;
}

.prev-article .row {
    border-bottom: 1px solid #ddd;
    margin-bottom: 0;
    padding-bottom: 0;
}

.home-h1 {
    font-size: 2.2em;
    line-height: 42px;
    margin: 0 0 32px;
}

    .home-h1 .word-rotator {
        bottom: 2px;
        height: 42px !important;
    }

.rssBody ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
/*end blog overrides*/
#footer .dark {
    height: 100%;
}
/*calandar popup*/
.mfp-iframe-scaler {
    width: 100%;
    height: 650px;
    overflow: hidden;
}
/*override margin on mobile menu*/
@media only screen and (max-width: 990px) {
    #topNav div.nav-main-collapse, #topNav div.nav-main-collapse.in {
        margin: 0;
    }
}

.bs-large-modal-lg.preg-modal .modal-header,
.bs-large-modal-lg.postnatal-modal .modal-header {
    background-color: #fff;
    background-image: url('https://dtsvkkjw40x57.cloudfront.net/1280xnull/page-builder%2FbgN7RwSWRbShGW8pcNrw_2M6A9138-Edit.jpg');
    height: 300px;
    background-position: center;
    background-size: cover;
    margin: 30px;
}

.bs-large-modal-lg.preg-modal .modal-body h3,
.bs-large-modal-lg.postnatal-modal .modal-body h3 {
    text-align: center;
    line-height: 43px;
}

.bs-large-modal-lg.preg-modal .close,
.bs-large-modal-lg.postnatal-modal .close {
    color: orangered !important;
}

.make-appt-button {
    margin: 0 0 0 5px;
}

.header-icon-container {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
