/*
Theme Name: Arley Hall
Description: Custom Website Theme designed for Arley Hall
Version: 1.0
Author: Visions Design
Author URI: http://www.visionsdesign.co.uk;
Tags: Visions Design, Arley Hall
License: Private
*/

/* HEADS UP: Everything that you will normally find here can be found in the library/less/wp.less */


.show-mobile {
    display: none;
}

@media screen and (max-width: 768px) {
    .show-mobile {
        display: block;
    }
}

.tribe-events-mobile .tribe-events-event-image img {
    height: auto !important;
}

.font.dark-green {
    color: #333 !important;
}

.datepicker.dropdown-menu {
    z-index: 2000!important;
}

.nivoSlider img {
    width: 100vw;
}

.nivo-caption {
    top: 560px;
    text-align: center;
    font-size: 2rem;
}
@media only screen and (max-width: 986px) {
    .nivo-caption {
        top: unset;
    }
}
.label {
	color: #000 !important;
}
.thwepo-extra-options {
	margin-bottom: 10px;
}