/*
Theme Name: JNews - Child Theme
Version: 1.0.0
Theme URI: http://themeforest.net/?ref=jegtheme
Description: A basic starter child theme for customization purpose of JNews theme.
Author: Jegtheme
Author URI: http://themeforest.net/user/jegtheme?ref=jegtheme
Template: jnews
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/* ------------------------------------------------------------------------- *
 *  Theme customization starts here
/* ------------------------------------------------------------------------- */

.dropdown-year-div {
    position: relative;
    text-align: center;
}

.dropdown-year-div p {
    background: white;
    list-style: none;
    padding: 0px 10px;
    height: 50px;
    visibility: hidden;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    line-height: 1;
    font-weight: 600;
    color: black;
    border: 1px solid black;
    width: 200px;
    border-radius: 50px;
}

.dropdown-year {
    background: white;
    list-style: none;
    padding: 0px 10px;
    position: absolute;
    height: 100%;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    line-height: 1;
    font-weight: 600;
    color: black;
    border: 1px solid black;
    width: 200px;
    border-radius: 50px;
    top: 0px;
}

.dropdown-year li {
    padding: 15px 20px;
    z-index: 2;
}

.dropdown-year li:not(.init) {
    float: left;
    padding: 10px;
    width: 100%;
    display: none;
    background: #fff;
    color: #000;
    position: relative;
}

.dropdown-year li:not(.init):hover, ul li.selected:not(.init) {
    background: #0ee;
    color: #000;
}

.dropdown-year li.init {
    cursor: pointer;
}