/*
Theme Name: Greyrock
Version: 1.0
Author: Crux Design
Author URI: https://www.cruxdesign.com/
*/
.grecaptcha-badge {display: none !important;}
.scrollicon { text-align: center;}
.scrollicon img {width:70px;height:auto;}
.scrollicon {position:absolute;width:70px;height:auto;bottom:25px;left: 50%;margin-left: -40px}
.section-watch-block {
    position: relative;
    z-index: 1;
	padding-top:100px;
	padding-bottom:100px;
}
.mfp-inline-holder .mfp-content {
	text-align: center;
}
.video-popup {
	position: relative;
    display: inline-block;
    padding: 15px 20px;
	text-align: center;
}
.video-popup video {
	max-width: 100%;
	max-height: 100%;
	width: 800px;
	height: auto;
}
.mfp-close-btn-in .video-popup .mfp-close {
    color: #fff;
    top: -18px;
    right: -12px;
}



body.page-template-default header #scrollinglogo {display: none;}
body.page-template-default header #nonscrollinglogo {display: block;}
body.page-template-default header.scrolling #scrollinglogo {display: block;}
body.page-template-default header.scrolling #nonscrollinglogo {display: none;}
@media all and (max-width: 420px) {
	.video-popup {
	    padding: 10px 15px;
	}
	.mfp-close-btn-in .video-popup .mfp-close {
	    top: -22px;
	    right: -14px;
	}
}

.news-item-img-wrap {
    background-color: #f7f7f7;
}
.news-item-img-wrap img {
    margin-bottom: -4px;
}

@media all and (min-width: 420px) {
	.mapboxgl-popup {
	    max-width: 420px;
	}
}
