.datepicker-container {
    width: 286px;
}
.datepicker-dropdown {
    border: 4px solid #d1a260;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.datepicker-top-left::after, .datepicker-top-right::after {
    border-bottom-color: #d1a260;
    top: -9px;
}
.datepicker-top-left::before, .datepicker-top-right::before {
    border-bottom-color: #d1a260;
}
.datepicker-panel > ul > li {
    background: #323131;
    font-family: 'SS Nickson One';
    font-size: 1.500em;
    position:  relative;
    width: 40px;
    -webkit-transition: background-color 0.7s, -webkit-transform 0.3s;
	-moz-transition: background-color 0.7s, -moz-transform 0.3s;
	transition: background-color 0.7s, transform 0.3s;
}
.datepicker-panel > ul > li[data-view="month next"],
.datepicker-panel > ul > li[data-view="month prev"],
.datepicker-panel > ul > li[data-view="year prev"],
.datepicker-panel > ul > li[data-view="year next"],
.datepicker-panel > ul > li[data-view="years prev"],
.datepicker-panel > ul > li[data-view="years next"] {
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 12px auto;
    text-indent: -99em;
    overflow: hidden;
}
/* NEXT ARROW */
.datepicker-panel > ul > li[data-view="year next"],
.datepicker-panel > ul > li[data-view="month next"],
.datepicker-panel > ul > li[data-view="years next"] {
    background-image: url("images/icon-calendar-next.svg");
}
/* PREVIOUS ARROW */
.datepicker-panel > ul > li[data-view="month prev"],
.datepicker-panel > ul > li[data-view="year prev"],
.datepicker-panel > ul > li[data-view="years prev"] {
    background-image: url("images/icon-calendar-prev.svg");    
}
/* DISABLED NEXT ARROW */
.datepicker-panel > ul > li.disabled[data-view="year next"],
.datepicker-panel > ul > li.disabled[data-view="month next"],
.datepicker-panel > ul > li.disabled[data-view="years next"] {
    background-image: none;
}
/* DISABLED PREVIOUS ARROW */
.datepicker-panel > ul > li.disabled[data-view="month prev"],
.datepicker-panel > ul > li.disabled[data-view="year prev"],
.datepicker-panel > ul > li.disabled[data-view="years prev"] {
    background-image: none;
}


.datepicker-panel > ul > li[data-view="month current"]:hover,
.datepicker-panel > ul > li[data-view="month prev"]:hover,
.datepicker-panel > ul > li[data-view="month next"]:hover {
    background-color: #323131;
}
.datepicker-panel > ul > li:hover {
    background-color: #727272;  
}
.datepicker-panel > ul > li[data-view="years current"], 
.datepicker-panel > ul > li[data-view="year current"], 
.datepicker-panel > ul > li[data-view="month current"] {
    width: 206px;
}
.datepicker-panel > ul > li[data-view="year current"],
.datepicker-panel > ul > li[data-view="years current"],
.datepicker-panel > ul > li[data-view="month current"] {
    color: #d1a260;
    font: 1.75em 'Tusker Grotesk 5600 Semibold';
    letter-spacing: 0.060em;
    text-transform:  uppercase;
}
.datepicker-panel > ul[data-view="week"] li {
    background: #323131;
    border-bottom: 3px solid #545454;
    width: 41px;    
}
.datepicker-panel > ul[data-view="week"] li:nth-child(7) {   
    width: 40px;    
}
.datepicker-panel > ul[data-view="week"] > li, 
.datepicker-panel > ul[data-view="week"] > li:hover {
   background-color: #323131; 
}
.datepicker-panel > ul[data-view="days"] li {
    border-bottom: 1px solid #545454;
    border-right: 1px solid #545454;
    padding-top: 7px;
    padding-bottom: 7px;
    position: relative; 
}
.datepicker-panel > ul[data-view="days"] li:nth-child(7n) {
    border-right: 0 none;
}
/* TODAYS DATE */
.datepicker-panel > ul > li.highlighted {
    color: #d1a260;
    background-color: #323131;   
}
.datepicker-panel > ul > li.highlighted:before,
.datepicker-panel > ul > li.highlighted:after {
    content: " ";
    position: absolute;
}
.datepicker-panel > ul > li.highlighted:before {       
    z-index: 0;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    border: 4px solid #323131;
}
.datepicker-panel > ul > li.highlighted:after {
    z-index: 1;
    top: 4px;
    left: 4px;
    right: 4px;
    bottom: 4px;
    border: 1px solid #d1a260;
}
.datepicker-panel > ul > li.picked, 
.datepicker-panel > ul > li.picked:hover {
    color: #d1a260;
    background-color: rgb(0,0,0);
} 
.datepicker-panel > ul > li.highlighted:hover {
    color: #d1a260;
    background-color: rgb(0,0,0); 
}
.datepicker-panel > ul > li.picked {
    color: #d1a260;
    /*background-color: rgb(0,0,0);*/
}
.datepicker-panel > ul > li.picked:before,
.datepicker-panel > ul > li.picked:after {
    content: " ";
    position: absolute;
}
.datepicker-panel > ul > li.picked:before {       
    z-index: 0;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    border: 4px solid #323131;
}
.datepicker-panel > ul > li.picked:after {
    z-index: 1;
    top: 4px;
    left: 4px;
    right: 4px;
    bottom: 4px;
    border: 1px solid #d1a260;
}
.datepicker-panel > ul > li.disabled, 
.datepicker-panel > ul > li.disabled:hover {
    background-color: #323131;
    color: #323131;
}
.datepicker-panel > ul > li.disabled.highlighted, .datepicker-panel > ul > li.disabled:hover.highlighted {
    background-color: #000;
}
.datepicker-panel > ul[data-view="years"] > li, .datepicker-panel > ul[data-view="months"] > li {
    width: 71.5px;
}

@media only screen and (min-width: 25.000em) { /* 400 */
    .datepicker-container {
        width: 356px;
    }
    .datepicker-panel > ul > li {
        width: 50px;
    }
    .datepicker-panel > ul[data-view="week"] li {
        width: 51px;    
    }
    .datepicker-panel > ul[data-view="week"] li:nth-child(7) {   
        width: 50px;    
    }
    .datepicker-panel > ul > li[data-view="years current"], 
    .datepicker-panel > ul > li[data-view="year current"], 
    .datepicker-panel > ul > li[data-view="month current"] {
        width: 256px;
    }
    .datepicker-panel > ul[data-view="years"] > li, .datepicker-panel > ul[data-view="months"] > li {
        width: 89px;
    }

}