/*
 Theme Name:   MRFA Theme
 Theme URI:    http://www.aciragroup.com
 Description:  MRFA custom designed theme based on the Military theme
 Author:       Acira Group LLC
 Author URI:   http://www.aciragroup.com
 Template:     military
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  military-child
*/

/* Fix menu issues */
.menu_main_nav > li {
    padding: 1.35em 0 3em;
}

.scheme_original .page_wrap, .scheme_original .copy_wrap {
    background: url(images/bg_map.jpg) repeat #fff;
}

.centered {
    text-align: center !important;
}

.sc_call_to_action_subtitle {
    font-weight: bold;
}

.vc_row-o-equal-height.vc_row-flex .wpb_column .wpb_wrapper {
    display: flex;
    flex-grow: 1;
}

.clickable {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    cursor: pointer;
}
    .clickable:hover {
        background-color: #8D9B1A !important;
    }

.copyright_wrap .menu_footer_nav {
    text-align: center;
}
.copyright_wrap .copyright_text {
    width: 100%;
}
.copyright_wrap .copyright_text p {
    width: 100%;
    display: inline-block;
    margin-top: 20px;
}

#mega_main_menu.responsive-enable.mobile_minimized-enable .nav_logo {
    display: none !important;
}
#mega_main_menu.responsive-enable.mobile_minimized-enable .nav_logo + ul {
    display: block !important;
}
#mega_main_menu.menu_main .mega_dropdown li.menu-item-has-children > a:after {
    content: '' !important;
}

    #mega_main_menu.menu_main .mega_dropdown .mega_dropdown li > a {
        padding-left: 23px;
    }
    #mega_main_menu.menu_main .mega_dropdown .mega_dropdown li > a:after {
        content: '\e836';
        font-family: 'fontello';
        position:absolute;
        left:10px;
        top:6px;
    }
#mega_main_menu.menu_main .mega_dropdown .mega_dropdown li .link_text {
    font-size: 80% !important;
}
.scheme_original .top_panel_icon.search_wrap {
    margin-top: 23px !important;
}

/* Fix Gwolle guestbook */

#gwolle_gb #gwolle_gb_write_button {
    text-align: center !important;
    margin-bottom: 24px !important;
    padding-bottom: 24px !important;
    border-bottom: 1px solid #e4e7e8 !important;
}
#gwolle_gb #gwolle_gb_new_entry {
    margin-bottom: 24px !important;
    padding-bottom: 24px !important;
    border-bottom: 1px solid #e4e7e8 !important;
}
#gwolle_gb #gwolle_gb_new_entry > h3 {
    text-align: center !important;
    margin-bottom: 24px !important;
}
#gwolle_gb #gwolle_gb_messages {
    text-align: center !important;
    background: #94A31A !important;
    color: #fff !important;
    border: none !important;
    margin-top: 24px !important;
    box-shadow: none !important;
    margin-bottom: 24px !important;
    padding: 6px !important;
}

#gwolle_gb #gwolle_gb_new_entry h3:after {
    content: "Please include what Unit you served in and what Dates you were in the Unit.";
    display: inline-block;
    width: 100%;
    text-align: center;
    color: #e00;
    font-size: 70%;
}

@media (min-width: 1280px) {
    #mega_main_menu.menu_main > .menu_holder > .menu_inner > ul > li > .mega_dropdown {
        width: 1050px;
    }
}
@media (min-width: 1136px) and (max-width: 1279px) {
    #mega_main_menu.menu_main > .menu_holder > .menu_inner > ul > li > .mega_dropdown {
        width: 900px;
    }
}
@media (min-width: 960px) and (max-width: 1135px) {
    #mega_main_menu.menu_main > .menu_holder > .menu_inner > ul > li > .mega_dropdown {
        width: 750px;
    }
}
