span.reverse {unicode-bidi: bidi-override; direction: rtl; font-size: inherit;}
#nxs-footer a:hover {color: #FFFFFF;}
.video-container {padding-top: 0;}

/* Fixes List layout */
.nxs-text p + ul, .nxs-text p + ol {margin-top: -20px;}
.nxs-text ul, .nxs-text ol {margin: 0 0 25px 20px;}
.nxs-text ul li, .nxs-text ol li {list-style-position: outside;}
.nxs-text img + .nxs-default-p ul li, .nxs-text img + .nxs-default-p ol li {list-style-position: inside;}

/* Makes the Background Image display properly on Mobile Devices */
@media only screen and (max-width: 768px) {
html {
	height: 100vh; /* set viewport constraint */
	min-height: 100%; /* enforce height */
}
body  {width: 100%; -webkit-backface-visibility: hidden;}
}

@media only screen and (min-width: 960px) {
	.main-menu {
		background-image: url("/wp-content/uploads/2017/12/Garlico-Marlborough-Ltd-in-New-Zealand-hdr-bkgnd.jpg") !important;
		background-size: contain;
		background-repeat: repeat-x !important;
		background-position: 0 0;
	}
}
@media only screen and (max-width: 960px) {
  .mobile-hide {display: none;}
}