/*!
Theme Name: Daily Medical
Version: 1.0.0
Tested up to: 5.8
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: daily_medical
*/

.dm_loadmore {
    color: #fff;
    border-radius: 2.5em;
    padding: .75em 1.25em;
    width: 25%;
    line-height: 200%;
    margin: 6em auto 0;
    background-color: #78b856;
    text-align: center;
    font-size: 0.875rem;
    letter-spacing: 1px;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
}

.dm_loadmore:hover {
    background-color: #93c678;
}

#icl_lang_sel_widget-2 {
    list-style: none;
}

.wpml-ls-legacy-dropdown {
    width: auto;
}

.wpml-ls-legacy-dropdown a {
    border: none;
    text-transform: uppercase;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #222222;
}

.wpml-ls-legacy-dropdown .wpml-ls-current-language:hover>a,
.wpml-ls-legacy-dropdown a:focus,
.wpml-ls-legacy-dropdown a:hover {
    background: none;
    color: #18B045;
}

.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle {
    padding-right: 25px;
}

.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after {
    border: none;
    background: url('/wp-content/themes/daily_medical/assets/images/lang-sw.svg')no-repeat;
    width: 12px;
    height: 7px;
}

.wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
    border-top: 0;
}