/*
 Theme Name:   Sinquefield Reserve
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Swizzlestick Studios, Inc.
 Author URI:   https://swizzlestickstudios.com
 Template:     generatepress
 Version:      0.1
*/

/* About Page */

.rexdesk {
margin-bottom:20px;
}

/* NextGen Gallery */

.sl-caption {
	display:none !important;
}

.sl-overlay {
	background: rgba(20, 20, 20, 0.95) !important;
}

.sl-navigation button,
.sl-close {
	color: #fff !important;
}

.sl-counter {
	color: #bababa !important;
}

/* Ink Wash Intro Images */

#autumn-inkwash,
#spring-inkwash,
#summer-inkwash,
#winter-inkwash{
	margin-bottom:-7px;
}

/* Videos Page */

.ytp-chrome-top {
	display:none !important;
}

#player > div.vp-controls-wrapper > div.vp-sidedock {
	display:none !important;
}

.videos1, .videos2, .videos3, .videos4, .videos5, .videos6 {
	text-align: center;
}

/* Footer Extension */

	html:after {
		content: "";
		width: 100%;
		height: 100%;
		background: #222222;
		position: fixed;
	}