margin: 0 auto 20px; } }
.rotate#event .slick-arrow {
float: right;
- width: 40px;
+ width: 25px;
background: #73bf45;
color: #FFFFFF;
transition: background 0.5s;
var start_datepicker_large = $("#resContent").find("#start-jrdatepicker");
var end_datepicker_large = $("#resContent").find("#end-jrdatepicker");
+ // remove id from the pc view datepicker so it doesn't conflict with mobile view (booking widget)
function remove_datepicker(){
if ($(window).width() < 1024) {
$(start_date).attr("id", "none")
});
+ // initialize the slick sliders on the events and blocks front page
function check_window_width(){
if($(window).width() > 1025){
$(".glm-blocks-container").slick({
var start_datepicker_large = $("#resContent").find("#start-jrdatepicker");
var end_datepicker_large = $("#resContent").find("#end-jrdatepicker");
+ // remove id from the pc view datepicker so it doesn't conflict with mobile view (booking widget)
function remove_datepicker(){
if ($(window).width() < 1024) {
$(start_date).attr("id", "none")
});
+ // initialize the slick sliders on the events and blocks front page
function check_window_width(){
if($(window).width() > 1025){
$(".glm-blocks-container").slick({
}
.slick-arrow{
float: right;
- width: 40px;
+ width: 25px;
background: $green;
color: $white;
transition: background 0.5s;