/*
Theme Name: Baltimore City Lodge #3 Fraternal Order of Police
Author: Murphy Team
Author URI: https://murphyconsulting.us/
Description: A custom theme for Baltimore City Lodge #3 Fraternal Order of Police.

Version: 0.0.0

*/

a, a:visited {
    color: #2b418c;
}
a:hover {
    color: #d21414;
}

header a, header a:hover {
    color: inherit;
}


.content-img-left, .content-img-right {
    max-width: 300px; 
}
.content-img-left {
    float: left;
    padding: 0 10px 10px 0;
}
.content-img-right {
    float: right; 
    padding: 0 0 10px 10px;
}
@media(max-width:767px) {
    .content-img-left, .content-img-right {
        float: none;
        max-width: 100%;
        height: auto;
        padding: 0;
        margin-bottom: 30px;
    }
}

.size-full {
    width: auto;
    max-width: 100%;
    height: auto;
}

#wp-submit {
    background-color: #f5d90b;
    color: #2b418c;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 18px;
    font-family: Oswald,sans-serif;
    padding: 12px 15px;
    letter-spacing: 2px;
    cursor: pointer;
    border-radius: .25em;
    min-width: 120px;
    border: 1px solid transparent;
    line-height: 1.1;    
}
#wp-submit:hover {
    border-color: #f5d90b;
    background-color: #2b418c;
    color: #f5d90b; 
}

/* 05 04 2019 */
.wrapper-sitemap .menu-item-has-children .dropdown-menu {
    display: block !important;
    position: relative;
    width: 100%;
}

.wrapper-sitemap .dropdown-menu {
    background-color: transparent;
    border: none;
}

.wrapper-sitemap .menu-item a {
    color: #000;    
    transition: 0.3s ease-in-out;
}



.wrapper-sitemap > .main-menu {
    overflow: hidden;
    list-style: none;
    padding-left: 0;

}



.wrapper-sitemap .menu-item a:hover {
    color: #f5d90b;
}

.wrapper-sitemap .menu-item > a {
    font-size: 16px;
    font-family: 'Kanit', sans-serif;
    text-transform: uppercase;
}

.wrapper-sitemap .main-menu .dropdown-menu > li > a:before {
    content: '○ ';
}

.wrapper-sitemap .main-menu .sub-menu > li > a:before {
    content: '▪ ';
}

.wrapper-sitemap .menu-item .menu-item-description {
    margin-bottom: 0;
    padding-left: 15px;
    opacity: 0.5;
    text-transform: initial;
}

.wrapper-sitemap .dropdown-menu {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.wrapper-sitemap .dropdown-toggle::after {
    display: none;
}

#site-footer .social-accounts li a {
    margin-bottom: 0 !important;
}

.color-gray-1 {
    color: #888;
}

.font-size-14-px {
    font-size: 14px;
}

.line-height-normal {
    line-height: normal;
}

.h-auto {
    height: auto !important;
}

#blue-line {
    border: 2px solid #2b418c;
}

.wp-block-column .wp-block-image img {
    width: 100%;
    height: auto;
}
@media ( min-width: 768px ) {
    #site-footer .wrapper-sitemap-accounts .link-sitemap {
        margin-right: 15px;
    }
}



@media ( max-width: 767px ) {
    .home #featured-box .featured-box-header, .home #featured-box .featured-posts {
        display: none;
    }
    #site-footer .link-sitemap {
        width: 100%;
    }

    #site-footer .link-sitemap,
    #site-footer .site-name,
    #site-footer .site-info,
    .copyright-content  {
        text-align: center;
    }

    #site-footer .link-sitemap,
    #site-footer .site-name,
    #site-footer .social-accounts {
        margin-bottom: 15px !important;
    }
}

@media screen and (max-width: 500px) {
    #site-footer .site-info {
        margin-top: 0;
    }
}

