/*
	Theme Name: Kilkenny Golf Club
	Theme URI: https://www.kilkennygolfclub.com
	Description: Kilkenny Golf Club WordPress Theme
	Version: 1.0
	Author: JJ Murphy (@cloverockdesign)
	Author URI: https://www.cloverockdesign.ie
	Tags: Blank, HTML5, CSS3

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/
 
/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
	font-size:62.5%;
}
body {
	font:300 17px/1.625 'Roboto Condensed', sans-serif;
	color:#121212;
	padding:0px;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
}
a {
	color:#121212;
	text-decoration:none;
	transition: all 800ms ease-in-out 0s;
}
a:hover {
	color:#444;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}
#mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator::after {
	font-size: 10px !important;
}

.image-box-link {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}
.embed-container { display:block; position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; } .embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/
main {
  padding: 60px 0px;
	overflow:hidden;
}
section {
  width: 95%;
  max-width: 800px;
  margin: 0 auto;
}
/* header */
.header {
   position:absolute;
	 top:0px;
	 left:0px;
	 width:100%;
	 height:90px;
	 background:rgba(255,255,255,0.85);
  	z-index: 9999;
}
.home .header {
	 background:rgba(255,255,255,0.8);
}
.page-template-course-tour-page .header, .page-template-gallery-page .header, .page-template-simple-page .header {
	 background:rgba(255,255,255,1);
}
.head-wrap span, .head-wrap a, .head-wrap img, .head-wrap ul, .head-wrap li {
	transition: all 800ms ease-in-out 0s;
}
.head-wrap {
   max-width:1280px;
	 margin:0 auto;
	 width:95%;
	 position:relative;
	transition: all 800ms ease-in-out 0s;
}
/* logo */
.logo-img {
	position: absolute;
	top: 20px;
	height: 50px;
	width: auto;
	left: 0%;
}
.kgc {
	font: 400 36px/1 'Quattrocento',serif;
	display: block;
	position: absolute;
	left: 50px;
	top: 18px;
}
.kgc span {
	display: block;
	font: 400 18px/1 'Quattrocento',serif;
	letter-spacing: 1px;
	color: #ac9b64;
}
.contact-number {
	font: 400 24px/1 'Quattrocento',serif;
	display: block;
	position: absolute;
	right: 330px;
	top: 23px;
	color: #0f374a;
	text-align: right;
}
.member-login {
	font: 400 24px/1 'Quattrocento',serif;
	display: block;
	position: absolute;
	right: 157px;
	top: 23px;
	color: #0f374a;
	text-align:right;
	border-left:1px dotted #a79864;
	padding:0px 30px;
}
.reserve-time .shiftnav-toggle-button {
	display: block !important;
	padding: 0px !important;
	background: transparent !important;
	color: #0f374a !important;
	font: 400 24px/24px 'Quattrocento',serif !important;
	line-height:24px !important;
}
.reserve-time {
	font: 400 24px/1 'Quattrocento',serif;
	display: block;
	position: absolute;
	right: 0px;
	top: 23px;
	color: #0f374a;
	text-align:right;
	border-left:1px dotted #a79864;
	padding:0px 0px 0px 30px;
}
.top-box i {
	  color: #a79864;
		margin:0px 10px 0px 0px;
		font-size:70%;
}
.shiftnav-toggle, .shiftnav-toggle * {
	line-height: 1em !important;
}
.contact-number a {
   color:#0f374a;
	 text-decoration:none;
}
.top-line {
	display: block;
	font: 400 16px/18px 'Quattrocento',serif;
	letter-spacing: 1px;
	color: #a79864;
}
.tee-time-link.shiftnav-toggle {
	position: absolute;
	right: 0px;
	top: 0px;
	background: rgba(2,22,39,0.9);
	color: #fff;
	text-align: center;
	padding: 0px;
	height: 65px;
	width: 160px;
	font: 400 16px/65px 'Quattrocento',serif;
	text-transform: uppercase;
}
.tee-time-link.shiftnav-toggle:hover {
    background:#c7bc94;
		padding:0px;
		color:#fff;
}
.sub-menu.sub-menu-2 {
	padding-left: 20px !important;
	font-size: 95% !important;
}
.shiftnav ul.shiftnav-menu li.menu-item > .shiftnav-target, .shiftnav ul.shiftnav-menu li.shiftnav-retract > .shiftnav-target {
	padding: 18px 18px !important;
}
.sub-menu.sub-menu-2 li.menu-item > .shiftnav-target {
	padding: 10px 25px !important;
}
.shiftnav ul.shiftnav-menu li.menu-item {
	border-bottom: 1px dotted rgba(255,255,255,0.1) !important;
}
.shiftnav ul.shiftnav-menu .sub-menu.sub-menu-2 li.menu-item {
   border:0 none !important;
}
.shiftnav-inner #menu-item-119272 {
    border:0 none !important;
}

.shiftnav .shiftnav-panel-close {
	padding: 34px 25px 33px 25px !important;
	z-index: 9999 !important;
}
.shiftnav.shiftnav-shiftnav-main ul.shiftnav-menu ul.sub-menu li.menu-item > .shiftnav-target {
	color: #c7bc94 !important;
	padding-left: 40px !important;
}
.shiftnav::after {
  display:none !important;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	-ms-box-shadow: none !important;
	-o-box-shadow: none !important;
	box-shadow: none !important;
}
.shiftnav-inner {
	border-left: 10px solid #fff;
}
#shiftnav-main .side-title {
  font: 400 16px/89px 'Quattrocento',serif;
	text-transform:uppercase;
  padding: 0px 0px 0px 15px;
  border-bottom: 1px dotted rgba(255,255,255,0.2);
  display: block;
  margin: 0px 0px 0px 0px !important;
}


#shiftnav-tee_times .side-title {
  font: 400 16px/89px 'Quattrocento',serif;
	text-transform:uppercase;
  padding: 0px 0px 0px 15px;
  border-bottom: 1px dotted rgba(255,255,255,0.2);
  display: block;
  margin: 0px 0px 15px 0px !important;
}
#shiftnav-tee_times .side-book {
  display: block;
  margin: 15px 15px 0px 15px;
  background: #fff;
  padding: 20px 0px;
  text-align: center; 
}
#shiftnav-tee_times .side-book:hover {
    background:#c7bc94;
		color:#fff;
}
#shiftnav-tee_times .tee-time-enquiry {
  display: block;
  margin: 30px 15px 0px 15px;
  color:#c7bc94;
  padding: 0px 0px;
  text-align: left; 
}
#shiftnav-tee_times .tee-time-enquiry strong, #shiftnav-tee_times .tee-time-enquiry a {
   display:inline-block;
	 text-decoration:none;
   color: #fff;
} 
/* nav */
.nav {
	font-family: 'Quattrocento',serif !important;
	width: 100%;
	height: 70px;
	background: url(img/argyle.png) #071f33 center center;
	text-align: center;
	border-bottom:5px solid #fff;
}
#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-flyout ul.mega-sub-menu {
   margin-top:5px;
}
.staticHeader .nav {
   position:absolute;
	 right:0px;
	 top:90px;
}
.fixedHeader .nav {
   position:fixed;
	 right:0px;
	 top:0px;
}
.menu-holder {
	display: inline-block;
	margin: 0 auto;
	padding: 0px;
	position: relative;
}
.shiftnav-menu-toggle-button {
	position: absolute;
	left: 0px;
	top: 0px;
	font-family: 'Quattrocento',serif !important;
	height: 65px;
	padding: 0px 30px 0px 2.5% !important;
	background: transparent;
	color: #fff;
	display: none !important;
	line-height: 70px !important;
	font-size: 160%;
}
.shiftnav-menu-toggle-button:hover {
   color:#a79864;
}
.smallHeader .header {
  height: 65px;
}
.smallHeader .logo-img {
  height: 45px;
  top: 10px;
}
.smallHeader .kgc {
  top: 11px;
  font: 400 30px/1 'Quattrocento',serif;
  left: calc(2.5% + 50px);
}
.smallHeader .contact-number {
  font: 400 20px/1 'Quattrocento',serif;
  left: calc(2.5% + 180px);
  top: 18px;
}
.smallHeader .kgc span {
  font: 400 15px/0.8 'Quattrocento',serif;
}
#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item > a.mega-menu-link {
	transition: all 800ms ease-in-out 0s;
}
.smallHeader #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item > a.mega-menu-link {
	line-height: 65px;
	height: 65px;
}
.smallHeader .tee-time-link.shiftnav-toggle {
	height: 65px;
	font: 400 16px/65px 'Quattrocento',serif;
}

@media only screen and (max-width:960px) {
.contact-number {
	right: 320px;
	top: 23px;
}
.member-login {
	right: 147px;
	top: 23px;
	padding:0px 20px;
}
.reserve-time {
	right: 0px;
	top: 23px;
	padding:0px 0px 0px 20px;
}
}

@media only screen and (max-width:767px) {
.menu-holder {
   display:none;
}
.shiftnav-menu-toggle-button {
   display:block !important;
}
.member-login {
   display:none;
}
.contact-number {
	font: 400 24px/1 'Quattrocento',serif;
	display: block !important;
	position: absolute;
	right: 0px !important;
	top: 23px;
	color: #0f374a;
	text-align: right;
}
.reserve-time .shiftnav-toggle-button {
	color: #fff !important;
}
.reserve-time {
	font: 400 24px/1 'Quattrocento',serif;
	display: block !important;
	position: absolute;
	right: 0% !important;
	top: 101px !important;
	color: #fff !important;
	text-align: right;
	padding: 0px 0px 0px 30px;
	z-index: 9999;
	border: 0 none !important;
	transition:none !important;
}
.fixedHeader .reserve-time {
	position: fixed;
	right: 2.5% !important;
	top: 11px !important;
}
.home-splash .slides {
	padding: 95px 0px 0px 0px !important;
}
}
#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link::after {
	content: "";
	display: block;
	border-bottom: 1px dotted #a79864;
	position: absolute;
	bottom: 20px;
	left: 35px;
	width: calc(100% - 70px);
}
#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item.mega-current-menu-parent > a.mega-menu-link::before {
	content: "";
	display: block;
	border-bottom: 1px dotted #a79864;
	position: absolute;
	bottom: 20px;
	left: 35px;
	width: calc(100% - 70px);
}
.smallHeader #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item.mega-current-menu-parent > a.mega-menu-link::before {
	bottom: 21px !important
}
#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item.mega-current-menu-parent.mega-disable-link > a.mega-menu-link::before {
	width: calc(100% - 70px);
}
#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link {
   color:#fff;
}
/* sidebar */
.sidebar {

}
/* footer */
.footer {
	background: #021627;
	padding: 50px 5%;
}
.footer-address {
  color: #fff;
  text-align: center;
}
.footer a {
  color: #fff;
}
.company-name {
	display: block;
	font-size: 120%;
	line-height: 120%;
}
.company-address {
  display: block;
}
.company-tel {
  display: block;
  margin: 20px 0px 0px 0px;
}
.copyright {
  font-size: 80%;
  color: #fff;
  margin: 20px auto 0px auto;
  text-align: center;
  line-height: 120%;
}
.crd {
  display: block;
}
/*------------------------------------*\
    BOX ROWS
\*------------------------------------*/

.box-row {
    display:block;
		margin:10px 0px;
		overflow:hidden;
}
.box-inner {
    display:table;
		width:calc(100%/3);
		background:#ccc;
		height:400px;
		float:left;
		background-position:center center !important;
		background-size:cover !important;
		position:relative;
}
.box-inner.middle-box {
    border-left:10px solid #fff;
    border-right:10px solid #fff;
}
.box-cont {
    display:table-cell;
		text-align:center;
		vertical-align:middle;
}
.box-text {
    display:inline-block;
		max-width:320px;
		width:90%;
    padding:20px;
}
.box-text.navy-box {
		background:rgba(255,255,255,0.8);
		color:#0f374a;
		padding:30px;
}
.box-text.white-box {
		background:rgba(255,255,255,0);
		color:#fff;
		padding:30px;
}
.box-inner h3 {
	font: 400 50px/50px 'Quattrocento', serif;
	color:#fff;
	padding:0px;
	margin:0px;
	transition: all 800ms ease-in-out 0s;
}
.box-text.navy-box h3 {
		color:#0f374a !important;
}
.box-inner h3 span {
	font: 400 20px/20px 'Quattrocento', serif;
	display: block;
	text-transform: uppercase;
	margin-top: 6px;
}
.link-text {
    display:inline-block;
		padding:10px 10px 0px 10px;
		border-top:3px solid #fff;
		margin:20px auto 0px auto;
		color:#fff;
		text-transform:uppercase;
			transition: all 800ms ease-in-out 0s;
}
.box-text.navy-box .link-text {
		border-top:3px solid #0f374a;
		color:#0f374a;
}
.box-text.navy-box:hover {
	background: rgba(14, 50, 68, 0.87);
	color: #fff;
}
.box-text.white-box:hover {
	background: rgba(14, 50, 68, 0.87);
}
.box-inner h3 {
	font: 400 42px/42px 'Quattrocento', serif;
	color: #fff;
	padding: 0px;
	margin: 0px;
}
.box-text.navy-box:hover h3 {
		color:#fff !important;
}
.box-text.navy-box:hover .link-text, .box-text.white-box:hover .link-text {
		border-top:3px solid #c7bc94 !important;
		color:#fff !important;
}

@media only screen and (max-width:1249px) {

.box-inner.left-box, .box-inner.middle-box {
    width:50%;
}
.box-inner.left-box {
    border-right:5px solid #fff;
}
.box-inner.middle-box {
    border-left:5px solid #fff;
    border-right:0px solid #fff;
}
.box-inner.right-box {
    width:100%;
		margin-top:10px;
}
}

@media only screen and (max-width:767px) {

.box-inner.left-box, .box-inner.middle-box {
    width:100%;
}
.box-inner.middle-box {
		margin-top:10px;
}
.box-inner.left-box {
    border-right:0 none;
}
.box-inner.middle-box {
    border-left:0 none;
    border-right:0 none;
}

}
@media only screen and (max-width:400px) {
.box-inner h3 {
	font: 400 36px/36px 'Quattrocento', serif;
	color: #fff;
	padding: 0px;
	margin: 0px;
}
}

.mens-score-row {
    display:block;
		overflow:hidden;
		border-left:2px solid #071f33;
}
.mens-score-row span {
    width:20%;
		display:block;
		float:left;
		line-height:48px !important;
		height:48px;
		text-align:center;
		border-right:2px solid #071f33;
		border-bottom:2px solid #071f33;
}
.mens-score-row.top-row, .mens-score-row.middle-row, .mens-score-row.bottom-row, .mens-score-row.total-row {
	font-weight: 700;
	text-transform: uppercase;
	margin: 20px 0px;
		border-top:2px solid #071f33;
}
.mens-score-green {
    background:#2c7d2a !important;
		color:#fff;
}
.mens-score-white {
    background:#fff !important;
}
.mens-score-hole {
    background:#071f33 !important;
		color:#fff;
}
.mens-score-row.top-row span {
    background:#fff !important;
}

.mens-score-row.top-row + .mens-score-row,
.mens-score-row.middle-row + .mens-score-row {
		border-top:2px solid #071f33;
}



.ladies-score-row {
    display:block;
		overflow:hidden;
		border-left:2px solid #071f33;
}
.ladies-score-row span {
    width:25%;
		display:block;
		float:left;
		line-height:48px !important;
		height:48px;
		text-align:center;
		border-right:2px solid #071f33;
		border-bottom:2px solid #071f33;
}
.ladies-score-row.top-row, .ladies-score-row.middle-row, .ladies-score-row.bottom-row, .ladies-score-row.total-row {
	font-weight: 700;
	text-transform: uppercase;
	margin: 20px 0px;
		border-top:2px solid #071f33;
}
.ladies-score-red {
    background:#d82929 !important;
    color:#fff !important;
}
.ladies-score-hole {
    background:#071f33 !important;
		color:#fff;
}
.ladies-score-row.top-row span {
    background:#fff !important;
}

.mens-scorecard {
  float: left;
  width: calc(55% - 20px);
}
.ladies-scorecard {
  float: right;
  width: calc(45% - 20px);
}

.ladies-score-row.top-row + .ladies-score-row,
.ladies-score-row.middle-row + .ladies-score-row {
		border-top:2px solid #071f33;
}

.ladies-score-row span:first-child {
	float: right;
}
.top-row span, .top-row {
	border: 0 none !important;
	margin-bottom:0px !important;
}
.mens-scorecard h4, .ladies-scorecard h4 {
    font-size:36px;
		line-height:36px;
		margin:0px 0px 20px 0px;
		padding:0px;
}
.sss {
  width: calc(55% - 20px);
		display:block;
		margin:40px 0px 0px 0px;
		padding:2px;
		background:#071f33;
		clear:both;
		overflow:hidden;
}
.sss span {
    width:29%;
		float:left;
		text-align:center;
		padding:15px 0px;
	font-weight: 700;
	border-left:2px solid #071f33;
text-transform: uppercase;
    font-size:80%;
}
.sss-title {
     width:13% !important;
		 color:#fff !important;
}
.sss-white {
    background:#fff;
		color:#2d2d2d !important;
}
.sss-green {
    background:#fff;
		color:#2c7d2a !important;
}	
.sss-red {
    background:#fff;
		color:#d82929 !important;
}
@media only screen and (max-width:660px) {
.ladies-score-row span:first-child {
	float: left;
}
.mens-scorecard {
  float: none;
  width: 100%;
	margin:0px 0px 30px 0px;
}
.ladies-scorecard {
  float: none;
  width: 100%;
}
.top-row {
	font-size: 80%;
}
.sss {
  width: 100%;
}
}
/*------------------------------------*\
    HOME SPLASH
\*------------------------------------*/
.splash-box {
	position: relative;
	background: url(img/kk-bg2.jpg) center center / cover;
}
.home-splash {
    height:100vh;
		overflow:hidden;
		position:relative;
		width:100%;
}
.home-splash-wrap {
	width: 100%;
	margin: 0 auto;
	position: relative;
	display: table;
    height:100vh;
	z-index: 99;
}
.home-splash-content {
	width: 100%;
	height: 100%;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	background: rgba(0,0,0,0);
	padding: 0px 5%;
}
.home-splash h1 {
	font: 400 90px/0.95 'Quattrocento', serif;
	color: #fff;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	position: relative;
	display: inline-block;
	text-shadow: 1px 1px 1px rgba(11,42,63,0.4);
}
.home-splash h1 strong {
	font-weight:300;
	display:inline-block;
}
.home-splash h1 span {
	font-size: 48%;
	display: block;
	margin-bottom: 10px;
	line-height: 48% !important;
}
.scroll-link {
	position: absolute;
	bottom: 20px;
	left: 50%;
	width: 80px;
	font-size: 40px;
	margin-left: -40px;
	text-align: center;
	color: #fff;
	text-shadow: 1px 1px 1px rgba(11,42,63,0.6);

}
.scroll-link:hover {
   color:#c8b573;
}
.home-splash .slides {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	margin: 0px;
	padding: 160px 0px 0px 0px;
}
.home-splash.loading .slides {
   display:none;
}
.home-splash .slides li {
   height:100%;
}
.home-splash .slides li div{
	height: 100%;
	background-position: center center;
	background-size: cover !important;
}
.splash-desktop {
	display: block;
	position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  pointer-events: none;
  overflow: hidden;
}

.splash-tablet {
   display:none;
}
.splash-mobile {
  display:none;
}

a.front-links {
   max-width:270px;
	 width:100%;
	 display:inline-block;
	 height:63px;
	 background:#fff;
	 margin:0px 10px;
	 border-bottom:3px solid #071f33;
   font:400 16px/60px 'Quattrocento',serif; 
	 text-transform:uppercase;
}
a.front-links:hover {
   background:#071f33;
	 color:#fff;
	 border-bottom:3px solid #c7bc94;
}

.vimeo-wrapper {
	display: block;
	position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  pointer-events: none;
  overflow: hidden;
}
.vimeo-wrapper iframe {
  width: 100vw;
  height: 56.26vw; /* Given a 16:9 aspect ratio, 9/16*100 = 56.25 */
  min-height: 100vh;
  min-width: 177.77vh; /* Given a 16:9 aspect ratio, 16/9*100 = 177.77 */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.vimeo-inner-wrapper {
	display: block;
	position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  pointer-events: none;
  overflow: hidden;
}
.vimeo-inner-wrapper iframe {
  width: 100vw;
  height: 56.26vw; /* Given a 16:9 aspect ratio, 9/16*100 = 56.25 */
  min-height: 100vh;
  min-width: 177.77vh; /* Given a 16:9 aspect ratio, 16/9*100 = 177.77 */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media only screen and (max-width:700px) {
.home-splash h1 {
	font: 400 65px/55px 'Quattrocento', serif;
}
.home-splash h1 span {
	font-size: 60%;
	margin: 0px auto;
	line-height: 40px !important;
}
}
@media only screen and (max-width:650px) {
.front-links {
   display:block;
}
.front-links.second-link {
    margin-top:10px;
}
}
@media only screen and (max-width:500px) {
.home-splash h1 {
	font: 400 68px/59px 'Quattrocento', serif;
	max-width: 350px;
	margin: 0 auto 30px auto;
}
.home-splash h1 span {
	font-size: 60%;
	margin: 0px auto;
	line-height: 40px !important;
}
.home-splash-content {
	width: 100%;
	height: 100%;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	background: rgba(0,0,0,0);
	padding: 100px 5% 0px 5%;
}
.contact-number span {
  display: none !important;
}
.contact-number i {
  font-size: 30px;
  margin-top: 10px;
}
}
.hole-splash {
	position: absolute;
	bottom: 0px;
	left: 50%;
	margin-left: -500px;
	width: 1000px;
	background: rgba(11, 27, 11, 0.53);
	color: #fff;
	z-index: 98;
	padding: 25px;
	font: 300 16px/1.3 'Roboto Condensed', serif;
	height: auto !important;
}
.hole-number {
	width: 140px;
	text-align: center;
	float: left;
	font: 400 110px/80px 'Quattrocento', serif;
}
.hole-details {
	float: left;
	width: calc(100% - 410px);
}
.hole-title {
	font: 400 25px/20px 'Quattrocento', serif;
	display: block;
	margin: 0px 0px 15px 0px;
}
.clr {
   clear:both;
}
a.tour-link {
   width:230px;
	 background:#071f33;
	 color:#fff;
   display:block;
	 font: 400 16px/60px 'Quattrocento', serif; 
	 height:60px;
	 text-align:center;
	 text-transform:uppercase;
	 position:absolute;
	 bottom:25px;
	 right:25px;
}
a.tour-link:hover {
    background:#c7bc94;
		color:#fff;
}
.navy-bar {
	padding: 60px 0px;
	background: url(img/argyle.png) #071f33;
	color: #fff;
	clear: both;
	border-top: 10px solid #fff;
}
.navy-wrap {
	width: 95%;
	max-width: 700px;
	text-align: center;
	color: #fff;
	margin: 0 auto;
}
.navy-bar-button {
	display: inline-block;
	padding: 10px 10px 0px 10px;
	border-top: 3px solid #c7bc94;
	margin: 20px auto 0px auto;
	color: #fff;
	text-transform: uppercase;
	transition: all 800ms ease-in-out 0s;
}
.navy-bar-button:hover {
   color:#c7bc94;
}
.google-maps {
    overflow:hidden;
    padding-bottom:0px;
		height:300px;
    position:relative;
		border-bottom:10px solid #0f374a;
		border-top:10px solid #fff;
}
.google-maps iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}
.sponsors-bar {
    padding:60px 0px;
}
.sponsors-title {
	 font: 400 30px/30px 'Quattrocento', serif; 
	 margin:0 auto 30px auto;
	 color:#0f374a;
	 display:block;
	 text-align:center;
}
.sponsors-title span {
   display:inline-title;
}
.sponsors-wrap {
    width:90%;
		margin:0 auto;
		max-width:1050px;
}
.sponsor-logo {
padding:0px 5px;
}
.sponsor-logo img {
border:2px solid #f2f2f2;
}
.logo-inner {
    display:none;
}
.logo-inner.slick-initialized {
   display:block;
}

.social-links {
    display:block;
		margin:0 auto 30px auto;
		text-align:center;
}
.social-links a {
    display:inline-block;
		width:auto;
		vertical-align:top;
}
.hdid-logo {
    height:40px;
		width:auto;
	transition: all 800ms ease-in-out 0s;
}
.hdid-logo:hover {
    opacity:0.6;
}
.fb-link {
	border-radius: 99px;
	background: #0084ff;
	font-size: 25px;
	color: #fff;
	line-height: 46px;
	width: 40px !important;
	display: inline-block;
	text-align: center;
	height: 40px;
	margin-right:20px;
	
}
.fb-link:hover {
    color:#0084ff;
		background:#fff;
}


.pro-services {
  column-count: 2;
	list-style:none;
	padding:0px;
	margin:0px;
}
.pro-services li {
  padding:5px 10px;
	border-top: 1px dotted #ccc;
}
.cream-wrap.service-wrap {
    text-align:center;
}
h2.service-title {
	font: 400 33px/33px 'Quattrocento', serif;
	margin: 0px 0px 30px 0px;
	padding: 0px 0px 0px 0px;
	clear: both;
	color: #0f374a;
}
h3.cont-title {
	font: 400 33px/33px 'Quattrocento', serif;
	margin: 0px 0px 30px 0px;
	padding: 0px 0px 0px 0px;
	clear: both;
}
.bottom-contact span {
    display:block;
}
.bottom-contact a {
    color:#fff;
		text-decoration:none;
}


.scroll-anchor {
	height: 0px;
	width: 100%;
	position: absolute;
	bottom: 65px;
	left: 0px;
}
.scroll-button {
	position: absolute;
	bottom: 0px;
	width: 80px;
	background: rgba(255,255,255,0);
	display: block;
	color: #fff;
	padding: 10px;
	left: 50%;
	margin-left: -40px;
	font-size: 12px;
}
.scroll-button .fal.fa-chevron-down {
	display: block;
	font-size: 200%;
	margin: 0px 0px 5px 0px;
}

/*------------------------------------*\
    PAGE LINKS
\*------------------------------------*/
ul.page-links {
   list-style:none;
	 padding:0px;
	 margin:0px auto;
	 max-width:2000px;
	 width:100%;
	 text-align:left;
}
ul.page-links li {
   width:calc(100%/3);
	 display:inline-block;
	 text-align:center;
	 vertical-align:top;
	 padding:10px;
	 font-weight:700;
}
@media only screen and (max-width:620px) {
ul.page-links li {
   width:calc(100%/2);
}
}
@media only screen and (max-width:480px) {
ul.page-links li {
   width:calc(100%/1);
}
}
ul.page-links li a {
	 background:#f5f1e8;
	 color:#454b5e;
}
ul.page-links li a:hover {
   background:#071f33;
	 color:#fff;
}
.link-box {
   display:table;
	 height:160px;
	 width:100%;
}
.link-wrap {
    display:table-cell;
		width:100%;
		height:100%;
		vertical-align:middle;
		text-align:center;
}
.link-wrap:hover {
    color:#fff;
}
.link-box span {
   display:block;
	 margin:0 auto;
	 width:90%;
	 max-width:200px;
}

/*------------------------------------*\
   PAGE SPLASH
\*------------------------------------*/
.page-splash-wrap {
   background:#020202;
	 padding:0px 0px 0px 0px;
}
.splash {
    display:block;
		padding:140px 0px 0px 0px;
}
.splash-inner {
	display: table;
	z-index: 99;
	background-position: center center !important;
	background-size: cover !important;
	width: 100%;
	height: 440px;
	padding: 0px 2.5%;
	margin-top: 160px;
	position: relative;
}
.splash-inner.video-inner {
    height:550px;
}
.page-template-pro-page .splash-inner {
	background-position: center -80px !important;
}
.bc-wrap {
   margin:0px 0px 0px 0px;
}
@media only screen and (max-width:1280px) {
.page-template-pro-page .splash-inner {
	background-position: center top !important;
}
}
.splash-wrap.inner-page {
	padding: 0px;
	vertical-align: middle;
	display: table-cell;
	text-align: center;
}

.title-wrap {
   padding:60px 0px 40px 0px;
	 width:95%;
	 max-width:1280px;
	 margin:0 auto;
}
.title-wrap h1 {
  font: 400 60px/40px 'Quattrocento',sans-serif;
	padding:0px;
	margin:0px;
	color:#fff;
}
.page-splash {
   height:450px;
	 background-size:cover !important;
	 background-position:center center;
	 display:table;
	 width:100%;
}
.splash-tit {
	display: inline-block;
	margin: 0 auto;
	text-align: center;
	color: #fff;
	border-bottom: 1px dotted rgba(255,255,255,0.5);
	padding: 5px 0px;
}
.splash-tit h1 {
	max-width: 500px;
	font: 400 50px/45px 'Quattrocento',sans-serif;
	margin: 0px;
	text-align: center;
	display: inline-block;
	background: rgba(255,255,255,0.8);
	padding: 20px 40px;
	color: #021627;
}
@media only screen and (max-width: 1400px) {
.page-splash {
   height:350px;
}
}
@media only screen and (max-width: 800px) {
.splash-inner {
	height: 380px;
}
.splash-inner.video-inner {
    height:250px;
	margin-top: 160px;
}
.vimeo-inner-wrapper iframe {
	min-height: 50vh;
}
.vimeo-inner-wrapper {
	display: block;
	position: absolute;
	top: 0px;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	pointer-events: none;
	overflow: hidden;
}
}
@media only screen and (max-width: 400px) {
.splash-inner {
	height: 250px;
	margin-top: 160px;
}
.splash-tit h1 {
	max-width: 500px;
	font: 400 40px/45px 'Quattrocento',sans-serif;
	margin: 0px;
	text-align: center;
	display: inline-block;
	background: rgba(255,255,255,0.8);
	padding: 20px 20px;
	color: #021627;
}
}
.intro-bar {
	padding: 60px 0px;
	background:url(img/argyle.png) #071f33;
	color: #fff;
	border-top: 10px solid #fff;
}
.intro-bar.single-intro-bar {
	padding-top: 210px;
}
.intro-bar a {
   color:#fff;
}
.intro-wrap {
   width:95%;
	 max-width:800px;
	 margin:0 auto;
}
.intro-title {
	padding: 0px;
	font: 400 45px/50px 'Quattrocento',sans-serif;
	margin: 0px 0px 30px 0px;
}
.intro-text {
	font-size: 110%;
}
.intro-text p {
    padding:0px;
		margin:10px 0px 0px 0px;
}
.white-row {
    padding:70px 0px;
		background:#fff;
}
.cream-row {
    padding:70px 0px;
		background:#f5f1e8;
		border-top:10px solid #fff;
}
.cream-wrap, .white-wrap {
    width:95%;
		max-width:800px;
		margin:0 auto;
}
@media only screen and (min-width: 1000px) {

#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link::after {
	left: 30px;
	width: calc(100% - 60px);
}
}
@media only screen and (min-width: 1200px) {

#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link::after {
	left: 35px;
	width: calc(100% - 70px);
}
}
.intro-bar.brs-bar {
	padding: 190px 0px 40px 0px;
}
.brs-bar .intro-title {
	padding: 0px;
	font: 400 45px/50px 'Quattrocento',sans-serif;
	margin: 0px 0px 0px 0px;
}
.brs-bar .intro-wrap {
	width: 95%;
	max-width: 900px;
	margin: 0 auto;
}
section.brs-frame {
	width: 95%;
	max-width: 900px;
	min-width: 900px;
	margin: 0 auto;
}
.page-template-booking-page, .page-template-booking-page .header {
    min-width:900px !important;
		width:100%;
}
/*------------------------------------*\
	MEMBERSHIP
\*------------------------------------*/
.rates-table {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
.rates-table li {
  border-top: 1px dotted #ccc;
  padding: 10px;
  display: block;
  overflow: hidden;
  text-align: right;
}
.rates-table li strong {
  float: left;
  display: block;
  margin-right: 15px;
}
.rate-intro {
	padding: 10px;
	display: block;
	border-top: 1px dotted #ccc;
}

.options-row {
    padding:70px 0px;
		background:#f5f1e8;
}
.options-wrap {
    width:95%;
		max-width:800px;
		margin:0 auto;
}
.options-table {
	padding: 0px;
	margin: 0px;
	list-style:none;
}
.options-table li {
	padding: 10px;
	margin: 0px;
	border-top:1px dotted #ccc;
}
/*------------------------------------*\
	SPONSORS PAGE
\*------------------------------------*/

.sponsors-table {
  list-style: none;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}
.sponsors-table li {
  float: left;
  width: calc(100%/3);
  padding: 0px 10px;
  text-align: center;
  margin:0px 0px 20px 0px;
}
.sponsors-table li img {
  display: block;
  margin: 0px auto 10px auto;
  border:2px solid #f2f2f2;
}

@media only screen and (max-width: 750px) {
.sponsors-table li {
  float: left;
  width: 50%;
}
}

@media only screen and (max-width:480px) {
.sponsors-table li {
  float: none;
  width: 100%;
}
}
/*------------------------------------*\
	COMMITTEE
\*------------------------------------*/
.top-committee {
  list-style: none;
  padding: 0;
  margin: 0;
	overflow:hidden;
}
.top-committee li {
  width: calc(50% - 15px);
  float: left;
  margin-bottom: 20px;
	text-align:center;
}
.top-committee li img {
  height: auto;
  margin: 0px 0px 20px 0px;
}
.top-committee li:nth-child(odd) {
  margin-right: 30px;
}
.top-name {
  display: block;
  font: 400 20px/20px 'Quattrocento',sans-serif;
  line-height: 100%;
}
.top-title {
	color: #0f374a;
	line-height: 100%;
	display: block;
	margin-top: 5px;
}

h3.row-title {
	font: 400 33px/33px 'Quattrocento', serif;
	margin: 30px 0px 30px 0px;
	padding: 30px 0px 0px 0px;
	clear: both;
	border-top: 1px dotted #ccc;
	color: #0f374a;
}
h3.row-title:first-child {
	margin: 0px 0px 30px 0px;
	padding: 0px;
	border-top: 0 none;
}
.names-row {
  column-count: 3;
	list-style:none;
	padding:0px;
	margin:0px;
}
.names-row li {
  padding:5px 10px;
	border-top: 1px dotted #ccc;
}
.committee-row {
	list-style:none;
	padding:0px;
	margin:0px 0px 30px 0px;
}
.gui-branch {
   display:block;
	 margin:30px 0px 0px 0px;
	 padding:30px 0px 0px 0px;
	border-top: 1px dotted #ccc;
}

@media only screen and (max-width: 540px) {
.top-committee li {
  width: calc(50% - 10px);
}
.top-committee li:nth-child(odd) {
  margin-right: 20px;
}
.names-row {
  column-count: 2;
}
}

@media only screen and (max-width: 374px) {
.names-row {
  column-count: 1;
}
}
/*------------------------------------*\
	NEWS
\*------------------------------------*/
.news-main  {
	padding: 70px 0px;
	background: #f5f1e8;
	border-top: 10px solid #fff;
}
.cream-wrap.news-wrap {
    max-width:1170px;
}
.latest-news {
  list-style: none;
  padding: 0px;
  margin: 0px;
	overflow:hidden;
}
.latest-news div.news-story {
  margin:0px 15px;
  background: #fff;
  padding: 30px;
	display:none;
}
.slick-initialized.latest-news div.news-story {
   display:block;
}
.slick-arrow {
	border: 0 none;
	background: rgb(199, 188, 148);
	display: block;
	height: 30px;
	width: 30px;
	padding: 0px;
	text-align: center;
	color: #fff;
}
.slick-prev.slick-arrow {
	position: absolute;
	left: 0px;
	top: calc(50% - 20px);
}
.slick-next.slick-arrow {
	position: absolute;
	right: 0px;
	top: calc(50% - 20px);
}
.latest-news.slick-initialized.slick-slider {
	padding: 0px 40px;
	position: relative;
}
.latest-news h5 {
	font-size: ;
	font: 400 30px/30px 'Quattrocento',serif;
	padding: 0px;
	margin: 10px 0px 30px 0px;
}
.latest-news a.rm_link {
	display: inline-block;
	padding: 10px 10px 0px 10px;
	border-top: 3px solid #c7bc94;
	margin: 0px;
	text-transform: uppercase;
	transition: all 800ms ease-in-out 0s;
}
.news-links {
   margin:30px 0px 0px 0px;
	 text-align:center;
	 clear:both;
}
.news-links a {
	display: inline-block;
	padding: 10px 10px 0px 10px;
	border-top: 3px solid #c7bc94;
	margin: 0px 10px;
	text-transform: uppercase;
	transition: all 800ms ease-in-out 0s;
}

.news-main h5 {
	font-size: ;
	font: 400 30px/30px 'Quattrocento',serif;
	padding: 0px;
	margin: 10px 0px 30px 0px;
}
.news-main .news-story {
   background:#fff;
	 padding:20px;
	 margin:0px 0px 20px 0px;
}
.news-main a.rm_link {
	display: inline-block;
	padding: 10px 10px 0px 10px;
	border-top: 3px solid #c7bc94;
	margin: 0px;
	text-transform: uppercase;
	transition: all 800ms ease-in-out 0s;
}
body.shiftnav-open-right .header, body.shiftnav-open-right .book-button {
transform: translate3d(-290px, 0px, 0px);
transition: transform .5s;
}
@media only screen and (max-width:479px) {
body.shiftnav-open-right .header, body.shiftnav-open-right .book-button {
transform: translate3d(-320px, 0px, 0px);
transition: transform .5s;
}
}
@media only screen and (max-width:374px) {
body.shiftnav-open-right .header, body.shiftnav-open-right .book-button {
transform: translate3d(-305px, 0px, 0px);
transition: transform .5s;
}
}
@media only screen and (max-width:359px) {
body.shiftnav-open-right .header, body.shiftnav-open-right .book-button {
transform: translate3d(-265px, 0px, 0px);
transition: transform .5s;
}
}


body.shiftnav-open-left .header, body.shiftnav-open-left .book-button {
transform: translate3d(290px, 0px, 0px);
transition: transform .5s;
}
@media only screen and (max-width:479px) {
body.shiftnav-open-left .header, body.shiftnav-open-left .book-button {
transform: translate3d(320px, 0px, 0px);
transition: transform .5s;
}
}
@media only screen and (max-width:374px) {
body.shiftnav-open-left .header, body.shiftnav-open-left .book-button {
transform: translate3d(305px, 0px, 0px);
transition: transform .5s;
}
}
@media only screen and (max-width:359px) {
body.shiftnav-open-left .header, body.shiftnav-open-left .book-button {
transform: translate3d(265px, 0px, 0px);
transition: transform .5s;
}
}


.video-main {
	padding: 50px 0px;
	background: #f5f1e8;
	border-top: 10px solid #fff;
}
.video-main.simple-page-main {
	padding: 20px 0px;
    background: #fff;
}
.video-main section {
	width: 95%;
	max-width: 1000px;
	margin: 0 auto;
}
.video-main.simple-page-main section {
	width: 95%;
	max-width: 1200px;
	margin: 0 auto;
}
.flyover-list div {
    display:none;
}
.flyover-list {
    height:100px;
		background:url(img/loading.gif) center center no-repeat;
}
.flyover-list.slick-initialized div {
    display:block;
}
.flyover-list.slick-initialized {
    height:auto;
		background:0 none !important;
	padding: 0px 50px;
	position: relative;
}
.slick-slide {
    background:#fff;
}
.vid-hole-dets {
	width: 90%;
	max-width: 800px;
	display: block;
	margin: 0px auto;
	overflow: hidden;
	padding: 40px 0px;
}
.single-hole-title {
	font: 400 36px/30px 'Quattrocento', serif;
	display: block;
	float: left;
	width: 250px;
	padding: 0px;
	margin: 0px;
}
.single-hole-title span {
	margin: 0px 0px 15px 0px;
	border-bottom: 3px solid #c7bc94;
	padding: 0px 0px 15px 0px;
	display: inline-block !important;
}
.hole-mens-dets {
	float: left;
	width: calc(50% - 100px);
}
.hole-ladies-dets {
  float: right;
	width: calc(50% - 150px);
}
.vid-hole-dets span {
  display: block;
}
.clr {
    clear:both;
		width:100%;
		display:block;
		height:0px;
}
.white-tees {
	display: inline-block !important;
	width: 17px;
	height: 17px;
	border-radius: 99px;
	background: #fff;
	border: 2px solid #222;
	margin: 0px 5px 0px 0px;
	vertical-align: sub;
}
.green-tees {
	display: inline-block !important;
	width: 17px;
	height: 17px;
	border-radius: 99px;
	background: #6ca86e;
	border: 2px solid #222;
	margin: 0px 5px 0px 0px;
	vertical-align: sub;
}
.red-tees {
	display: inline-block !important;
	width: 17px;
	height: 17px;
	border-radius: 99px;
	background: #ce3434;
	border: 2px solid #222;
	margin: 0px 5px 0px 0px;
	vertical-align: sub;
}
.vid-hole-dets h3 {
	font: 400 28px/20px 'Quattrocento', serif;
	margin: 0px 0px 16px 0px;
}
.swipe-img {
    display:none;
}
@media only screen and (max-width:960px) {
.single-hole-title {
	float: none;
	width: 100%;
	padding: 0px;
	margin: 0px 0px 10px 0px;
}
.hole-mens-dets {
	float: left;
	width: 50%;
}
.hole-ladies-dets {
  float: right;
	width: 50%
}

}
@media only screen and (max-width:750px) {
.swipe-img {
    margin:0px auto 20px auto;
		display:block;
}
.single-hole-title {
	float: none;
	width: 100%;
	text-align:center;
	padding: 0px;
	margin: 0px 0px 10px 0px;
}
.hole-mens-dets {
	float: none;
	width: 100%;
	margin:0px 0px 20px 0px;
	text-align:center;
}
.hole-ladies-dets {
	float: none;
	width: 100%;
	text-align:center;
}

.flyover-list.slick-initialized {
	height: auto;
	background: 0 none !important;
	padding: 0px 0px 40px 0px;
	position: relative;
}
.slick-next.slick-arrow {
	position: absolute;
	right: 50%;
	top: auto;
	bottom: 0px;
	margin-right: -33px;
}
.slick-prev.slick-arrow {
	position: absolute;
	left: 50%;
	top: auto;
	bottom: 0px;
	margin-left: -33px;
}
}
.slick-arrow.slick-disabled {
   display:none;
}
/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

h1, h2, h3, h4, h5 {
    font-family: 'Quattrocento',serif;
    font-weight: 400;
    font-style: normal;
}
h2.home-welcome {
	font: 400 42px/38px 'Quattrocento', serif;
	margin: 0px auto 30px auto;
	padding: 0px;
	max-width: 440px;
}
h3.news-title {
	font: 400 42px/38px 'Quattrocento', serif;
	margin: 0px auto 30px auto;
	padding: 0px;
	max-width: 440px;
	text-align:center;
}
article h3 {
	font: 400 33px/33px 'Quattrocento', serif;
	margin: 30px 0px 30px 0px;
	padding: 30px 0px 0px 0px;
	clear: both;
	border-top: 1px dotted #ccc;
	color: #0f374a;
}
/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media only screen and (min-width:320px) {

}
@media only screen and (min-width:480px) {

}
@media only screen and (min-width:768px) {

}
@media only screen and (min-width:1024px) {

}
@media only screen and (min-width:1140px) {

}
@media only screen and (min-width:1280px) {

}
@media only screen and (-webkit-min-device-pixel-ratio:1.5),
	   only screen and (min-resolution:144dpi) {

}

/*------------------------------------*\
    SLICK
\*------------------------------------*/

/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}


.gallery-box .gallery-item {
float: none !important;
display: inline-block !important;
margin-top: 0px !important;
text-align: center !important;
width:20% !important;
padding: 10px !important;
margin-bottom: 0px !important;
}
.gallery-box .gallery-item img {
height: auto !important;
transition: all 400ms ease-in-out 0s;
border: 5px solid #fff !important;
}
.gallery-box .gallery-item img:hover {
height: auto !important;
border: 5px solid #071f33 !important;
}
.gallery-box.blue-gallery .gallery-item img:hover {
border: 5px solid #071f33 !important;
}
.gallery-box {
text-align: center;
padding: 0px 0px;
margin:0 auto;
max-width:800px;
}
.gallery-box.blue-gallery {
background:#002c40;
border-bottom:15px solid #fff;
}
h4.gallery-title {
font: 300 48px/36px baskerville-display-pt, serif;
letter-spacing: 0px;
padding: 0px;
margin: 0px auto 30px auto;
text-align: center;
color: #002c40;
}
.gallery-box.blue-gallery h4.gallery-title {
color:#fff;
}
#gallery-1 br {
display:none;
clear:both;
}
.gallery-intro {
display:block;
margin:0px auto 30px auto;
}
.gallery-box.blue-gallery .gallery-intro {
color:#fff;
}
@media only screen and (max-width: 800px) {
#gallery-1 .gallery-item {
width: 25% !important;
}
.gallery-box, .welcome-box {
padding: 0px 0px;
}
}
@media only screen and (max-width: 650px) {
#gallery-1 .gallery-item {
width: 33.3% !important;
}
.gallery-box, .welcome-box {
padding: 0px 0px;
}
}