/*------------------------------------------------------------------------
# AA World Live Clock Pro - DEVELOPED BY SYED ASHIK MAHMUD
# ------------------------------------------------------------------------
# author    AA Extensions http://aaextensions.com/
# Copyright (C) 2018 AA Extensions. All Rights Reserved.
# @license - http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL
# Websites: http://aaextensions.com/
-------------------------------------------------------------------------*/


ul.aa_clocks{
    margin: 0;
    padding: 0;
}

ul.aa_clocks li{
    list-style: none;
    position: relative;
    font-size: 1.5rem;
    padding: 41px;
    margin-bottom: 15px;
    color: #fff;
    line-height: 37px;
}

ul.aa_clocks li:last-child{
    border-bottom: 0px;
}

#aa_world_location_place {
    display: block;
}


#time_world_clock,#date_world_clock{
    display: block;
}

ul.aa_clocks .icon {
    display: inline;
    position: relative;
}

ul.aa_clocks .fa-calendar{
    font-size: 24px;
}

ul.aa_clocks .fa-clock-o{
    font-size: 29px;
}

ul.aa_clocks .fa.fa-map-marker {
    font-size: 28px;
}


.digits,.aa_date{
    display: inline;
}

.location_name {
    display: inline;
    margin-left: 11px;
    font-weight: normal;
    font-size: 19px;
}

.aa_date{
    font-size: 19px;
    margin-left: 3px;
}

@media only screen and (max-width: 600px) {
    ul.aa_clocks li {
        padding: 19px;
    }

    .aa_date {
        font-size: 15px;
        margin-left: 3px;
    }
}

