.calendar-archives {
    position: relative;
    width: 100%;
    font-size: 13px;
    border-radius: 6px; 
    background-color: #F6F6F6;  
    box-shadow: 0 1px 2px 0 rgba(0,0,0,0.5);
    padding: 10px;
}

.calendar-archives .week-row{
    background-color: transparent !important;
}

.calendar-archives.arw-theme2 .day.has-posts{
    border: none !important;
}

.calendar-archives.arw-theme2 .day.has-posts a{
    color: #1D294D !important;
}

.calendar-archives .day{
    color: #1D294D !important;
}

.calendar-archives * {
    box-sizing: border-box !important;
}

.calendar-archives a,
.calendar-archives a:focus,
.calendar-archives a:active {
    outline: none !important;
}

.calendar-archives.arw-theme2 .calendar-navigation {
    position: relative;
    display: table;
    width: 100%;
    background-color: transparent !important;
}

.calendar-archives.arw-theme2 .prev-year,
.calendar-archives.arw-theme2 .next-year,
.calendar-archives.arw-theme2 .menu-container {
    display: table-cell;
    height: 100%;
    vertical-align: middle;
}

.calendar-archives.arw-theme2 > .archives-years {
    position: relative;
    overflow: hidden;
}

.calendar-archives.arw-theme2 .year {
    position: absolute;
    top: 0;
    left: 0;
    margin-left: -100%;
    width: 100%;
    z-index: 0;
}

.calendar-archives.arw-theme2 .year-link {
    display: none;
}

.calendar-archives.arw-theme2 .year.last {
    position: relative;
}

.calendar-archives.arw-theme2 .year.current {
    margin-left: 0;
    z-index: 1;
}

.settings_page_Arrchives_Calendar_Widget #TB_ajaxContent, .arcw-preview-zone {
    background-color: #ffffff;
}

.calendar-archives a {
    text-decoration: none;
}

.calendar-archives.arw-theme2 .calendar-navigation {
    height: 30px !important;
    margin: 0px 0px 0px 0px;

    color: #1d294d;
    font-size: 15px;

    border-top: 0px;
    border-right: 0px;
    border-bottom: 0px;
    border-left: 0px;
    border-style: solid;
    border-color: #cccccc;

    border-radius: 0px;

    background-color: #ffffff;
}

.calendar-archives.arw-theme2 .prev-year,
.calendar-archives.arw-theme2 .next-year {
    width: 32px;
    border-radius: 0px;
    font-size: 15px;
    line-height: 30px;
    text-align: center;
    color: #1d294d;
}

.calendar-archives.arw-theme2 .prev-year > span,
.calendar-archives.arw-theme2 .next-year > span {
    display: block;
    line-height: 30px;
}

.calendar-archives.arw-theme2 .prev-year:hover,
.calendar-archives.arw-theme2 .next-year:hover {
    color: #FFFFFF;
    background-color: #90d9fa;
}

.calendar-archives.arw-theme2 .prev-year:hover span,
.calendar-archives.arw-theme2 .next-year:hover span {
    color: #FFFFFF;
}

.calendar-archives.arw-theme2 .prev-year.disabled,
.calendar-archives.arw-theme2 .next-year.disabled {
    opacity: 0.4;
    cursor: default;
}

.calendar-archives.arw-theme2 .prev-year.disabled:hover,
.calendar-archives.arw-theme2 .next-year.disabled:hover {
    background: none;
}

.calendar-archives.arw-theme2 .prev-year {
    border-right: 1px #FFFFFF solid;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.calendar-archives.arw-theme2 .next-year {
    border-left: 1px #FFFFFF solid;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.calendar-archives.arw-theme2 .menu-container {
    position: relative;
    height: 30px;
    padding: 0;
    text-align: center;
    text-transform: capitalize;
}

.calendar-archives.arw-theme2 .menu-container:hover {
    background-color: #90d9fa
}

.calendar-archives.arw-theme2 .menu-container > a.title {
    display: block;
    height: 30px;
    line-height: 30px;
    color: #1d294d;
    vertical-align: middle;
    white-space: nowrap;
}

.calendar-archives.arw-theme2 .menu-container > ul,
.calendar-archives.arw-theme2 .menu-container > ul > li {
    margin: 0;
    padding: 0;
}

.calendar-archives.arw-theme2 .menu-container > ul.menu {
    position: absolute;
    display: none;
    width: 100%;
    top: 0;
    overflow: hidden;
    border-radius: 0;
    box-shadow: 0 0 10px 0 #0c0c0c;
    background: #FFFFFF;
    z-index: 99;
}

.calendar-archives.arw-theme2 .menu-container li {
    display: block;
}

.calendar-archives.arw-theme2 .menu-container li > a {
    display: block;
    height: 30px;
    line-height: 30px;
    color: #1d294d;
}

.calendar-archives.arw-theme2 .menu-container li > a:hover {
    cursor: pointer;
    color: #FFFFFF;
    background: #00aaf9;
}

.calendar-archives.arw-theme2 .menu-container li > a.selected {
    color: #FFFFFF;
    background: #54c5f9;
}

.calendar-archives.arw-theme2 .menu-container li > a.selected:hover {
    text-decoration: none;
    cursor: default;
    color: #FFFFFF;
    background: #54c5f9;
}

.calendar-archives.arw-theme2 .arrow-down {
    position: absolute;
    width: 24px;
    height: 30px;
    line-height: 30px;
    top: 0;
    right: 0;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 9px;
    color: ;
    cursor: pointer;
    border-left: 1px #ffffff solid;
    display: none;
}

.calendar-archives.arw-theme2 .arrow-down:hover {
    border-color: #90d9fa !important;
    background-color: #90d9fa;
}

.calendar-archives.arw-theme2 .menu-container:hover > .arrow-down {
    border-left: 1px #ffffff solid;
}

.calendar-archives.arw-theme2 > .archives-years {
    background-color: #f6f6f6;
}

.calendar-archives.arw-theme2 .month,
.calendar-archives.arw-theme2 .day {
    position: relative;
    display: block;
    overflow: hidden;
    float: left;
    float: left;
    color: #CCCCCC;
    background-color: #F6F6F6;
    border-bottom: 1px #ffffff solid;
    border-right: 1px #ffffff solid;
    border-radius: 40px;

    margin-bottom: 2%;
    
}

.calendar-archives.arw-theme2 .month.has-posts a,
.calendar-archives.arw-theme2 .day.has-posts a {
    display: block;
    width: 100%;
    height: 100%;
    color: #FFFFFF;
    border-radius: 40px;
    /*border-bottom: 3px solid #b93207;*/
    background-color: #90d9fa;
}

.calendar-archives.arw-theme2 .month.has-posts a:hover,
.calendar-archives.arw-theme2 .day.has-posts a:hover {
    background-color: #00aaf9;
    color: #FFFFFF;
}

.calendar-archives.arw-theme2 .month.last,
.calendar-archives.arw-theme2 .day.last {
    border-right: none !important;
    margin-right: 0 !important;
}

.calendar-archives.arw-theme2 .month {
    width: 25%;
    height: 50px;
}

.calendar-archives.arw-theme2 .month-name {
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 400;
    display: block;
    position: absolute;
    top: 6px;
    left: 8px;
    color: 
}

.calendar-archives.arw-theme2 .postcount {
    display: block;
    color: #c9c9c9;
}

.calendar-archives.arw-theme2 .month.has-posts .postcount {
    display: block;
    color: #ffffff;
}

.calendar-archives.arw-theme2 .month.has-posts:hover .postcount {
    color: #ffffff;
}

.calendar-archives.arw-theme2 .postcount {
    position: absolute;
    right: 6px;
    bottom: 6px;
    font-size: 14px;
}

.calendar-archives.arw-theme2 .postcount .number {
    font-size: 9px;
}

.calendar-archives.arw-theme2 .postcount .count-text {
    font-size: 9px;
    
}

.calendar-archives.arw-theme2 .day {
    width: 14.285% !important;
    height: 30px;
    font-size: 10px;
    line-height: 30px;
    text-align: center;
    font-weight: normal;
}

.calendar-archives.arw-theme2 .day.today {
    border-bottom: 3px solid#00aaf9;;
}

.calendar-archives.arw-theme2 .day.has-posts a {
    height: 30px;
    text-decoration: none;
    font-weight: normal;
}

.calendar-archives.arw-theme2 .day.noday {
    box-shadow: none;
    background: none !important;
    border-bottom: 1px #ffffff solid;
    border-right: 1px #ffffff solid;
}

.calendar-archives.arw-theme2 .day.weekday {
    display: inline-block;
    padding: 0;
    height: 22px;
    line-height: 22px;
    border: none;
    font-size: 14px;
    font-weight: bold;
    color: #1d294d;
    text-transform: uppercase;
    box-shadow: none;
    background: none !important;
}

.calendar-archives.arw-theme2 .week-row {
    margin: 0;
    padding: 0;
    overflow: hidden;
    background: #f6f6f6;
}

.calendar-archives.arw-theme2 .week-row.weekdays {
    height: 22px;
    line-height: 22px;
    margin-bottom: 1px;
    background-color: #ffffff;
}
