/* copied in here because when cached the home page won't pick up style from module */
.widget-column {
    padding: 0;
    margin: 0;
}

    .widget-column li {
        list-style-type: none;
        width: 100%;
    }

        .widget-column li a {
            width: 100%;
            white-space: normal;
            padding: 10px;
        }

            .widget-column li a .teachers-list {
                margin-top: 10px;
            }

            .widget-column li a .publish-date {
                font-size: .9em;
                font-variant: small-caps;
            }

#imcwhome .widget-column {
    border-spacing: 0;
}

#imcwhome ul.simple-post-list li {
    padding: 15px 0;
}

/* End of copied module styles */

blockquote {
    margin: 20px;
}

.body > #footer .footer-copyright p {
    color: #444;
}

.Head {
    margin-top: 6px;
    margin-bottom: 0;
}

.label-info {
    background: #0a2c5b;
}

.label-warning {
    background: #ca6226;
}

#footer p, #footer address {
    color: #fff;
}

.img-thumbnail {
    border: none;
    padding: 0px;
}

/* blog overrides */

.porto_nowidgets.widgetmodule ul li a {
    font-size: inherit;
    color: inherit;
}

.porto_nowidgets .mwidgetposts {
    border: 3px solid #ccc;
    padding: 5px 20px 20px;
}

    .porto_nowidgets .mwidgetposts.featuredposts {
        padding: 10px;
    }


    .porto_nowidgets .mwidgetposts .post-image img,
    .porto_nowidgets .post-image a.jackbox {
        width: 100% !important;
    }

.default .mwidgetposts ul li {
    padding: 0;
}

.porto_nowidgets .post-image img {
    border-radius: 0px;
    float: none;
    box-shadow: none;
}

.porto_nowidgets .post-image .img-thumbnail {
    width: 100%;
}

/*.default.widgetmodule .mwidgetposts img {
    float: none;
    width: 100%;
    border-radius: 0;
    max-height: none;
    padding: 0;
    border: none;
}*/

.porto_nowidgets .post-image {
    float: none !important;
    margin-right: 0px !important;
}

.porto_nowidgets .featuredposts .post-image {
    margin-bottom: 5px;
}

.mwidgetposts .recentposts {
    border: 3px solid #ccc;
    padding: 20px;
}

.default .postdetail {
    margin-left: 0;
}

.default .mwidgetposts .posttitle {
    display: inline-block;
    margin: 10px 0;
}

header.fixedheader {
    background: #ccc !important;
}

.volunteer-table tbody {
    vertical-align: text-bottom;
}

.volunteer-table td:first-child {
    padding: 5px 10px;
    text-align: right;
    font-weight: 600;
}

.ls-slide a.btn {
    transition: none;
}

.checkbox {
    margin-top: 5px;
    margin-bottom: 5px;
}

#imcwinner .ls-inner {
    margin-top: -30px;
}

header div.social-icons {
    display: none;
}

ul.social-buttons li a {
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    font-size: 20px;
    line-height: 50px;
    outline: 0;
    color: #fff;
    border: solid 1px #fff;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

    ul.social-buttons li a:hover {
        color: #3ec5b9;
        border: solid 1px #444e72;
    }

ul.social-buttons {
    margin-bottom: 30px;
    margin-top: -10px;
}

.donation-amount {
    border: 1px solid #ccc;
    padding: 5px 12px;
}

    .donation-amount input {
        border: none;
        box-shadow: none;
        width: 75%;
        font-size: 1.1em;
    }

    .donation-amount label {
        font-size: 1.1em;
        margin: 0;
    }

form label {
    font-weight: normal;
}

.tablepager td td {
    padding: 0 7px 0 0;
}

.programs-list {
    margin: 20px;
}
    /* make the images responsive */
    .programs-list img {
        display: block;
        max-width: 100%;
        height: auto;
    }

    .programs-list table tr td {
        padding: 5px 10px 0;
        vertical-align: top;
    }

        .programs-list table tr td:first-child {
            font-weight: 600;
            text-align: right;
        }

.dnnLabel {
    width: auto;
}

    .dnnLabel + span {
        margin: 0;
    }

.admin-links {
    float: left;
}

    .admin-links a {
        margin-left: 15px;
        font-size: 11px;
        text-transform: uppercase;
        font-weight: bold;
    }

.label {
    display: inline-block;
    padding: .6em;
    white-space: normal;
    font-size: .9em;
    font-weight: normal;
    line-height: 1.1em;
}

.ls-container, .fixedheader {
    margin-bottom: 30px;
}



#calendarLoading {
    position: absolute;
    left: 52%;
    top: 300px;
    z-index: 100;
    margin: -75px 0 0 -75px;
    border: 16px solid #f4f4f4;
    border-radius: 50%;
    border-top: 16px solid #adadad;
    width: 120px;
    height: 120px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

    #calendarLoading.mapLoading {
        top: 50%;
    }

    #calendarLoading.paymentLoading {
        top: 80px;
    }

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@media (max-width: 479px) { /*phone */
    #calendarLoading {
        position: fixed;
        top: 50%;
    }

        #calendarLoading.mapLoading {
            position: absolute;
        }

    .template-floated {
        width: 100% !important;
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.ls-slide img.ls-bg {
    filter: blur(3px);
}

/* the filter is overridden by inline style */
.ls-slide a.ls-l {
    text-decoration: none;
}

.ls-slide a h3:hover {
    filter: brightness(130%);
}

#eventPlannerMap {
    height: 80vh;
}

@media (min-width: 992px) {

    /* inner theme inexplicably making rounded corners */
    header.full-header nav ul.nav-main ul.dropdown-menu, header.full-header nav.mega-menu ul.nav-main li.mega-menu-fullwidth ul.dropdown-menu {
        border-radius: 0 !important;
    }

    header.full-header {
        background: rgba(0,0,0,.2) !important;
    }

    body.sticky-menu-active header.full-header,
    body.sticky-menu-active .body #header {
        background: rgba(0,0,0,.3) !important;
    }

    body.sticky-menu-active #imcwinner header.fixedheader,
    body.sticky-menu-active header.fixedheader .full-header {
        background: rgba(0,0,0,.3) !important;
    }
}

@media (max-width: 991px) {
    .ls-inner {
        margin-top: -30px;
    }

    #find-my-people .ls-inner {
        margin-top: inherit;
    }
}
