/**
Theme Name: Astra Child
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@900&display=swap');

.mm-header {
    position: relative;
    display: flex;
    align-items: center;
    width: 100vw;
    height: 80px;
    border-bottom: 1px solid #f2f4f7;
    background: #fff !important;
}

.mm-header .wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: 1200px;
    height: 100%;
    margin: auto;
    padding: 0 10px;
}

.mm-header .menu-left {
    display: flex;
    align-items: center;
    height: 100%;
}

.mm-header .logo {
    display: inline-block;
    width: auto;
    height: auto;
    margin: 5px 32px 0 0;
}

.mm-header .menus {
    display: flex;
    align-items: center;
    height: 100%;
}

.mm-header .menu-right {
    display: flex;
    align-items: center;
}

.mm-menu-item, .mm-menu-item:focus {
    font: 16px "Montserrat";
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    margin: 0 28px 0 0;
    color: #667085;
	outline: 0;
}

.mm-menu-item:hover, .mm-menu-item.active, .mm-menu-item.active:focus {
    color: #964a2c;
	outline: 0;
}

.mm-menu-item.menu-expandable:hover {
    background: url('/wp-content/uploads/2022/01/mm-icon-menuexpanded.svg') right center no-repeat;
}

.mm-menu-item.menu-expandable {
    padding: 0 26px 0 0;
    background: url('/wp-content/uploads/2022/01/mm-icon-menucollapsed.svg') right center no-repeat;
    background-size: 20px;
}

.mm-menus {
    position: absolute;
    z-index: 1000;
    top: 80px;
    display: block;
    width: 100vw;
    background: #fff;
    box-shadow: 0 4px 8px #00000016;
}

.mm-menus .wrapper {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    max-width: 1200px;
    margin: auto;
}

.mm-menu {
    display: none;
    width: 100%;
    opacity: 0;
}

.mm-menu.active {
    display: block;
    opacity: 1;
}

.mm-menu-wrapper {
    display: flex;
    flex-wrap: nowrap;
}

.mm-column-100 {
    width: 100%;
    padding: 32px 0;
}

.mm-column-5 {
    width: 100%;
    padding: 32px 0;
}

.mm-column-75 {
    width: 75%;
    padding: 32px 32px 32px 0;
}

.mm-column-60 {
    width: 58%;
    padding: 32px 32px 32px 0;
}

.mm-column-40 {
    width: 42%;
    padding: 32px 32px 32px 32px;
}

.mm-column-25 {
    width: 25%;
    padding: 32px 32px 32px 32px;
}

.mm-column-gray {
    background: #f9fafb;
}

.mm-column-gray .mm-menu-subitem-title {
    font-weight: 500;
    color: #667085;
}

.mm-column-gray .mm-menu-subitem {
    margin: 0 0 6px 0;
}

.mm-column-offsettop {
    padding-top: 72px;
}

.mm-column-100 .mm-column-content {
    display: grid;
    grid-template: auto / 1fr 1fr 1fr 1fr;
    grid-gap: 30px;
}

.mm-column-5 .mm-column-content {
    display: grid;
    grid-template: auto / 1fr 1fr 1fr;
    grid-column-gap: 30px;
	grid-row-gap: 0px;
}

.mm-column-75 .mm-column-content {
    display: grid;
    grid-template: auto / 1fr 1fr 1fr;
    grid-gap: 40px;
}

.mm-column-60 .mm-column-content {
    display: grid;
    grid-template: auto / 1fr 1fr;
    grid-gap: 40px;
}

.mm-column-name {
    font-weight: bold;
    margin: 0 0 16px 0;
    color: #964a2c;
}

.mm-menu-subitem {
    display: flex;
    align-items: flex-start;
    flex-wrap: nowrap;
    margin: 0 0 15px 0;
}

.mm-menu[mm-menu="champions"] .mm-menu-subitem {
    margin: 0 0 25px 0;
}

.mm-menu-subitem:hover {
    opacity: 0.75;
}

.mm-menu-subitem-icon {
    width: 40px;
    height: 40px;
    margin-right: 14px;
}

.mm-menu-subitem-title {
    font: 600 15px "Montserrat";
    margin: 0 0 7px 0;
    color: #293348;
}

.mm-extra {
    font-size: 12px;
    font-weight: 500;
    margin-top: -2px;
    padding: 3px 7px;
    white-space: nowrap;
    color: #fff;
    border-radius: 16px;
}

.month-normal {
    text-transform: uppercase;
    background: #c4c4c4;
}

.month-active {
    text-transform: uppercase;
    background: #164269;
}

.mm-ministry-digital {
    background: #1b77c2;
}

.mm-ministry-prison {
    background: #96492d;
}

.mm-ministry-prayer {
    background: #39bfae;
}

.mm-ministry-liveoutreach {
    background: #de803a;
}

.mm-ministry-student {
	background: linear-gradient(0deg, #ffe500 0%, #fdc830 100%);
}

.mm-menu-subitem-description {
    font: 500 13px "Montserrat";
    line-height: 18px;
    margin: 0 0 2px 0;
    color: #667085;
}

.mm-marker {
    font: 900 10px "Montserrat";
    line-height: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
    margin: 0 3px 0 0;
    text-transform: uppercase;
    color: #fff;
    border-radius: 9px;
    background: #164269c9;
}

.mm-menu-video {
    width: 144px;
    min-width: 144px;
    height: 96px;
    min-height: auto;
    margin: 0 14px 0 0;
    background-repeat: no-repeat;
    background-size: cover;
}

.mm-menu-video img {
    width: 100%;
    height: 100%;
    margin: auto;
    opacity: 0.6;
    object-position: center center;
    object-fit: none;
}

.mm-video-link {
    margin: 0 0 20px 0;
    padding: 0 0 0 24px;
    color: #964a2c;
    background: url(/wp-content/uploads/2022/01/mm-icon-videoplay-small.svg) left center no-repeat;
    background-size: 20px;
}

.mm-marker-legend {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 1140px;
    margin: 0 0 16px 0;
}

.mm-marker-info {
    font-size: 10px;
    font-weight: 500;
    line-height: 14px;
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    margin: 0 4px;
    cursor: pointer;
    color: #164269c9;
}

.mm-marker-info-ef {
	color: #da4343d9;
}

.mm-marker-info-ef .mm-marker {
	font-style: italic;
	background: #da4343d9;
}

.mm-marker-ef {
	font-style: italic;
	background: #da4343d9;
}

.mm-marker-tooltip {
    font-size: 12px;
    position: absolute;
    top: -60px;
    left: 40%;
    display: none;
    width: 240px;
    padding: 12px;
    color: #fff;
    border-radius: 6px;
    background: #164269f3;
}

.mm-marker-tooltip:after {
    position: absolute;
    bottom: -8px;
    left: 10px;
    width: 0;
    height: 0;
    content: "";
    border-width: 8px 7px 0 7px;
    border-style: solid;
    border-color: #164269f3 transparent transparent transparent;
}

.mm-marker-info:hover .mm-marker-tooltip {
    display: block;
}

.mm-cta-button {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 calc(50% - 50vw);
    padding: 24px 16px;
}

.mm-cta-main {
    font: 20px "Montserrat";
    font-weight: 900 !important;
    text-transform: uppercase;
    color: #fff;
    background: #164269;
}

.mm-cta-main:hover {
    opacity: 0.75;
    color: #fff;
}

.mm-menu-sidelink {
    font: 500 16px "Montserrat";
    margin: 0 5px;
    padding: 12px 14px;
	border: 1px solid #164269;
    color: #667085 !important;
	outline: 0;
}

.mm-menu-sidelink:hover, .mm-menu-sidelink:focus {
	border: 1px solid #164269;
	color: #667085;
	outline: 0;
}

.mm-sidebutton-action, .mm-sidebutton-action:hover, .mm-sidebutton-action:hover {
    color: #fff !important;
    background: #da4343 !important;
	border: 1px solid #da4343;
	padding: 12px 14px;
	outline: 0;
}

.mm-sidebutton-action:hover {
    opacity: 0.75;
	outline: 0;
}

.mm-mobilelinks {
    display: none;
}

.mm-mobile-trigger {
    display: none;
}

@media (max-width: 1160px) and (min-width: 1024px) {
	.mm-menu-item {
		margin: 0 17px 0 0;
		font-size: 15px;
	}
	.mm-menu-sidelink {
		font-size: 15px;
		padding: 9px 10px;
	}
}

@media (max-width: 1024px) {

    .mm-header .menus {
        display: none;
        width: 100%;
        height: auto;
        padding: 15px 0;
    }

    .mm-header .menu-right a {
        display: none;
    }

    .mm-menus {
        display: none;
        height: calc(100vh - 80px);
    }

    .mm-menus .wrapper {
        display: block;
        overflow-y: scroll;
        padding: 0 0 15px 0 !important;
    }

    .mm-menu {
        margin-bottom: 15px;
    }

    .mm-mobile-trigger {
        display: block;
        width: 40px;
        height: 40px;
        cursor: pointer;
        transition-duration: 0.2s;
        transition-property: all;
        background: url(/wp-content/uploads/2022/01/mm-mobile-trigger-off.svg) center center no-repeat;
    }

    .mm-mobile-trigger.active {
        background: url(/wp-content/uploads/2022/01/mm-mobile-trigger-on.svg) center center no-repeat;
    }

    .mm-mobilelinks {
        display: flex;
        flex-wrap: wrap;
        padding: 20px 15px;
        border-top: 1px solid #e9e9e9;
    }

    .mm-mobilelinks a {
        font: 400 15px "Montserrat";
        display: inline-block;
        width: 50%;
        margin: 0 0 12px 0;
        color: #667085;
    }

    .mm-menu-item {
        justify-content: flex-start !important;
        width: 100%;
		text-align: left;
		font-weight: inherit !important;
        padding: 15px 32px 15px 15px !important;
        background-position-x: calc(100% - 15px) !important;
    }

    .mm-menu-item.menu-expandable {
        background-image: url('/wp-content/uploads/2022/01/mm-icon-menucollapsed.svg') !important;
    }

    .mm-menu-item.menu-expandable.active {
        background-image: url('/wp-content/uploads/2022/01/mm-icon-menuexpanded.svg') !important;
    }

    .mm-menu-wrapper {
        flex-wrap: wrap;
    }

    .mm-column {
        width: 100% !important;
        padding: 20px 0;
    }

    .mm-column-content {
        padding: 0 15px;
        grid-template: auto / 1fr !important;
        grid-gap: 25px !important;
    }

    .mm-column-name {
        display: none;
    }

    .mm-mobile-showname .mm-column-name {
        display: block;
        padding: 0 0 0 15px;
    }

    .mm-marker-legend {
        margin: 0;
        padding: 26px 0;
        background: #e5e5e5;
    }

    .mm-marker-tooltip {
        top: -60px;
    }

    .mm-marker-tooltip {
        left: 0;
    }

    .mm-marker-info .mm-marker-tooltip.mm-marker-right {
        right: 0 !important;
        left: inherit;
    }

    .mm-marker-tooltip:after {
        display: none;
    }

    .mm-cta-button {
        font-size: 18px;
        padding: 28px 0;
    }

    .mm-menu-sidelink {
        display: block;
        margin: 0 15px 15px 15px;
        text-align: center;
        background: #fff;
    }

	.mm-sidebutton-action, .mm-sidebutton-action:hover {
		color: #fff;
		background: #da4343;
		border: 1px solid #da4343;
		margin: 0 15px 30px 15px;
	}

    .mm-menu-subitem-video {
        flex-wrap: wrap;
    }

    .mm-menu-subitem-video .mm-menu-video {
        width: 184px;
        height: 112px;
        margin-bottom: 15px;
    }

    .mm-column-gray {
        padding: 32px 15px 16px 20px;
    }

}

@media (max-width: 480px) {
	.mm-header .logo {
		height: 30px;
		margin-top: 0;
	}
}