/*
	Theme Name: Tullamore Golf Club
	Theme URI: https://www.tullamoregolfclub.ie
	Description: Tullamore 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%;
	background:#f2f2f2;
  height: -webkit-fill-available;
}
body {
	font:300 16px/1.625 hero-new, sans-serif;
	color: #032252;
	background:#fff;
	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: #032252;
	text-decoration:none;
	transition: all 800ms ease-in-out 0s;
}
a:hover {
	color: #032252;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}
strong {
    font-weight:500;
}
#mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-item-has-children > a.mega-menu-link::after, #mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-item-has-children > a.mega-menu-link span.mega-indicator::after {
	position: absolute !important;
	bottom: -18px !important;
	left: 50% !important;
	margin-left: -6px !important;
	font-size: 80%;
}
.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%; }

.tablepress tfoot th, .tablepress thead th {
	background-color: #1e6c35 !important;
	color: #fff !important;
	padding: 12px 8px !important;
}
.shiftnav-open::before {
	position: fixed !important;
}


.scrolling-bar {
	position: absolute;
	overflow: hidden;
	white-space: nowrap;
	width: 100%;
	height: 48px;
	background-color: rgba(239,244,251,.9);
	color: #333;
	top: 0;
	padding: 10px;
	line-height: 30px;
	z-index: 999;
	font-size: 90%;
}

.scrolling-bar h2 {
  display: inline-block;
  margin: 0 10px 0 0;
  padding: 0;
  line-height: 24px;
  font-size: 18px;
}

.ditty-ticker .ditty-item {
	line-height: 30px !important;
	height: 30px !important;
}
/*------------------------------------*\
    TEMP HOME PAGE
\*------------------------------------*/
.page-row {
	height: 500px;
	position: relative;
	display: table;
	width: 100%;
	z-index: 1;
}
.page-row.full-width-row {
  height: auto;
  padding: 140px 5%;
  text-align: center;
  margin: -70px 0px;
  background: #eff4fb;
  position: relative;
  z-index: 0;
}
.image-left {
  display: table-cell;
  width: calc(100% - 650px);
  background: url(img/image-left.jpg) center center / cover;
}
.text-right {
	display: table-cell;
	vertical-align: middle;
	width: 650px;
	padding: 0px 5vw 70px 5vw;
}

.image-right {
  display: table-cell;
  width: calc(100% - 650px);
  background: url(img/image-right.jpg) center center / cover;
}
.text-left {
  display: table-cell;
  vertical-align: middle;
	width:650px;
  padding: 70px 5vw 0px 5vw;
}
.page-row.page-row-image-right .image-right {
  position: absolute;
  right: 0px;
  top: 0px;
  width: calc(100% - 650px);
  height: 100%;
}
.page-row.page-row-image-right {
  padding-right: calc(100% - 650px);
}

.page-row h3 {
	font-size: 36px;
	margin: 0px 0px 30px 0px;
	line-height: 36px;
}
.page-row-link {
	font-family: freight-big-pro,serif;
	font-size: 20px;
	background: transparent;
	border-top: 3px solid #f7d118;
	margin: 20px 0 0 0;
	padding: 10px 0px;
	display: inline-block;
}

.full-width-row .page-row-link:last-child {
	margin: 0 0 0 15px;
}

@media only screen and (max-width: 1280px) {
.image-left {
  width: 50%;
}
.text-right {
  width: 50%;
	padding: 0px 5vw 70px 5vw;
}

.image-right {
  width: 50%;
}
.text-left {
  width: 100%;
  padding: 70px 5vw 0px 5vw;
}
.page-row.page-row-image-right {
	padding-right: 50%;
}
.page-row.page-row-image-right .image-right {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 50%;
	height: 100%;
}
}

@media only screen and (max-width: 767px) {
.image-left {
  width: 100%;
	display:block;
	height:300px;
}
.text-right {
  width: 100%;
	padding: 10vw 5vw;
} 
.image-right {
  width: 100%;
	display:block;
	height:300px;
}
.text-left {
  width: 100%;
	padding: 10vw 5vw;
}
.page-row.page-row-image-right {
	padding-right: 0%;
}
.page-row.page-row-image-right .image-right {
	position: relative;
	right: auto;
	top: auto;
	width: 100%;
	height:300px;
}
.page-row {
	height: auto;
	position: relative;
	display: block;
	width: 100%;
	z-index: 1;
}
.page-row.full-width-row {
	height: auto;
	padding: 10vw 5vw;
	text-align: left;
	margin: 0px;
}
}


/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

main {
	padding: 50px 0px;
	overflow: hidden;
}
section {
  width: 95%;
  max-width: 800px;
  margin: 0 auto;
}
/* header */
.header {
	position: absolute;
	top: 50px;
	left: 0px;
	width: calc(100% - 264px);
	height: 80px;
	z-index: 9999;
	background: rgba(0,34,92,0.9);
}
.header.fixedHeader {
	position: fixed;
	top: 0;
}
.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;
}
.top-logo {
	width: 100%;
	max-width: 115px;
	display: block;
	padding: 0px;
	background: transparent;
	height: auto;
	vertical-align: middle;
	position: absolute;
	left: 5%;
	top: -25px;
	margin-left: 0;
}
.header.fixedHeader .top-logo {
	top: 10px;
	max-width: 50px;
	height: auto;
}
.contact-number {
	font: 400 24px/1 freight-big-pro,serif;
	display: block;
	position: absolute;
	right: auto;
	top: 33px;
	color: #032252;
	text-align: left;
	left: 0px;
	padding-left: 55px;
}
.member-login {
	font: 400 24px/1 freight-big-pro,serif;
	display: block;
	position: absolute;
	right: 0px;
	top: 33px;
	color: #032252;
	text-align:right;
	padding:0px 55px 0px 0px;
}
.reserve-time .shiftnav-toggle-button {
	display: block !important;
	padding: 0px !important;
	background: transparent !important;
	color: #032252 !important;
	font: 400 24px/24px freight-big-pro,serif !important;
	line-height:24px !important;
}
.shiftnav-toggle.shiftnav-toggle-button.reserve-time.top-box {
	background: rgba(0,18,45,0.95);
	color: #fff;
	padding: 0px;
	height: 80px;
	display: block !important;
	padding: 20px 0px 6px 0px;
}
.shiftnav-toggle.shiftnav-toggle-button.reserve-time.top-box:hover {
	background: #fff;
	background: rgba(0,18,45,0.85);
}

.handicap-calc.top-box {
	background: rgba(0,18,45,0.95);
	color: #fff;
	padding: 0px;
	height: 80px;
	display: block !important;
	padding: 20px 0px 6px 0px;

}
.handicap-calc.top-box:hover {
	background: #fff;
	background: rgba(0,18,45,0.85);
}


.shiftnav-toggle.shiftnav-toggle-button.reserve-time.top-box i {
	position: absolute;
	left: 10px;
	text-align: ;
	top: 11px;
	line-height: 38px !important;
	color: #fdb827;
}
.reserve-time {
	font: 400 18px/1 freight-big-pro,serif;
	display: block;
	position: absolute;
	right: -264px;
	top: 0px;
	color: #032252;
	text-align: right;
	padding: 10px 0px;
	width:130px;
	height: 65px;
	background: #fff;
	text-align: center;
}
.handicap-calc {
	font: 400 18px/1 freight-big-pro,serif;
	display: block;
	position: absolute;
	right: -132px;
	top: 0px;
	color: #032252;
	text-align: right;
	padding: 10px 0px;
	width:130px;
	height: 65px;
	background: #fff;
	text-align: center;
}

.reserve-time.top-box:hover {
	background: #056839;
	color: #fff;
}
.reserve-time.top-box:hover a {
	color: #fff !important;
}
.top-box i {
	color: #001234;
	margin: 0px 0px 0px 0px;
	font-size: 23px;
	line-height: 30px;
	left: 0px;
	top: 0px;
	width: 40px;
	border: 1px solid #001234;
	height: 40px;
	line-height: 38px;
	text-align: center;
	border-radius: 99px;
	position: absolute;
	transition: all 800ms ease-in-out 0s;
}
.top-box:hover i {
   background:#001234;
	 color:#fff;
}
.member-login i {
	left: auto;
	right: 0px !important;
	bottom: 0px;
	top: auto;
}
.shiftnav-toggle, .shiftnav-toggle * {
	line-height: 1em !important;
}
.contact-number a {
   color:#032252;
	 text-decoration:none;
}
.top-line {
	display: block;
}
.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 freight-big-pro,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 solid 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: 0px !important;
	z-index: 9999 !important;
	width: 30px;
	height: 30px;
	border-radius: 99px;
	line-height: 28px;
	text-align: center;
	top: 17px;
	right: 10px !important;
	color: #fff;
}
.shiftnav.shiftnav-shiftnav-main ul.shiftnav-menu ul.sub-menu li.menu-item > .shiftnav-target {
	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-left-edge .shiftnav-inner {
	border-right: 5px solid #fff;
}
.shiftnav-right-edge .shiftnav-inner {
	border-left: 5px solid #fff;
}

.shiftnav .side-title {
	font: 400 20px/65px freight-big-pro,serif;
	text-transform: capitalize;
	padding: 0px 18px;
	border-bottom: 1px solid rgba(255,255,255,0.1);
	display: block;
	color: #fff !important;
	margin: 0px !important;
}
#shiftnav-tee_times .side-book {
	display: block;
	margin: 0px;
	background: transparent;
	padding: 25px 18px;
	text-align: left;
	border-bottom: 1px solid rgba(255,255,255,0.1);
	color: #fff;
	position: relative;
}
#shiftnav-tee_times .side-book::after {
	content: "\f105";
	font-family: "Font Awesome 6 Pro";
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -7px;
	color: #fbc34d;
	line-height: 20px;
	height: 20px;
	display: block;
}
.shiftnav .shiftnav-submenu-activation i.fa {
	color: #fbc34d !important;
}
#shiftnav-tee_times .side-book:hover {
	background: #010a1e;
	color: #fff;
}
#shiftnav-tee_times .tee-time-enquiry {
	display: block;
	margin: 40px 15px 0px 15px;
	color: #fff;
	padding: 0px 0px;
	text-align: center;
}
#shiftnav-tee_times .tee-time-enquiry strong, #shiftnav-tee_times .tee-time-enquiry a {
   display:block;
	 text-decoration:none;
   color: #fff;
} 
/* nav */
.nav {
	font-family: freight-big-pro,serif !important;
	width: 100%;
	height: 80px;
}
#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-flyout ul.mega-sub-menu {
   margin-top:0px;
}
.menu-holder {
	display: inline-block;
	margin: 0 auto;
	padding: 0px;
	position: relative;
	margin-left: calc(5% + 135px);
	transition:all 800ms ease-in-out 0s;
}
.header.fixedHeader .menu-holder {
	margin-left: calc(5% + 70px);
}
.shiftnav-menu-toggle-button {
	position: absolute;
	left: calc(5vw - 30px);
	top: 0px;
	font-family: freight-big-pro,serif !important;
	height: 80px;
	padding: 0px 30px 0px 30px !important;
	background: transparent;
	color: #fff;
	display: none !important;
	line-height: 80px !important;
	font-size: 200%;
}
.shiftnav-menu-toggle-button:hover {
	color: #ffe01c;
}
.smallHeader .header {
  height: 65px;
}
.smallHeader .logo-img {
  height: 45px;
  top: 10px;
}
.smallHeader .kgc {
  top: 11px;
  font: 400 30px/1 freight-big-pro,serif;
  left: calc(5% + 50px);
}
.smallHeader .contact-number {
  font: 400 20px/1 freight-big-pro,serif;
  left: calc(5% + 180px);
  top: 18px;
}
.smallHeader .kgc span {
  font: 400 15px/0.8 freight-big-pro,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 freight-big-pro,serif;
}

.fa-solid.fa-circle.fa-beat {
	font-size: 50%;
	margin: -4px 3px 0 0;
	display: inline-block;
	vertical-align: middle;
	color: #f5d114;
}

@media only screen and (max-width:1350px) {
.menu-holder {
   display:none;
}
.scrolling-bar {
	top: 82px;
}
.shiftnav-menu-toggle-button {
   display:block !important;
}
.top-logo {
	width: 100%;

	display: block;
	left: calc(5% + 60px);

	margin-left: 0;
	top: 10px;
max-width: 50px;
height: auto;
}
.header {
	width: calc(100% - 204px);
	top:0px;
	position:fixed;
}

.handicap-calc {
	font: 400 16px/1 freight-big-pro,serif;
	right: -102px;
	width: 100px;
}
.reserve-time {
	font: 400 16px/1 freight-big-pro,serif;
	right: -204px;
	width: 100px;
}
.handicap-calc.top-box, .shiftnav-toggle.shiftnav-toggle-button.reserve-time.top-box {
	padding: 22px 0px 6px 0px;
}
}


@media only screen and (max-width:410px) {
.header {
	width: calc(100% - 184px);
}
.handicap-calc {
	font: 400 16px/1 freight-big-pro,serif;
	right: -92px;
	width: 90px;
}
.reserve-time {
	font: 400 16px/1 freight-big-pro,serif;
	right: -184px;
	width: 90px;
}
.top-logo {
	width: 100%;
	display: block;
	left: calc(5% + 55px);
	margin-left: 0;
	top: 15px;
	max-width: 40px;
	height: auto;
}
}

.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: #001a48;
	padding: 50px 5%;
}
.cookies-not-set .footer {
	padding-bottom: 80px !important;
}
.foot-wrap {
    width:100%;
		max-width:1380px;
		margin: 0 auto;
		overflow:hidden;
}
.foot-wrap h5 {
	font-size: 26px;
	margin: 0px 0px 25px 0px;
	line-height: 28px;
	color: #fff;
}
.footer-address {
	color: #fff;
	text-align: left;
	width: 50%;
	float: left;
	font-size: 12px;
	line-height: 18px;
}
.footer a {
  color: #fff;
}
.company-name {
	display: block;
}
.company-address {
  display: block;
}
.company-tel {
  display: block;
  margin: 20px 0px 0px 0px;
}
.copyright {
	color: #fff;
	margin: 0px auto 0px auto;
	text-align: right;
	width: 50%;
	float: right;
	font-size: 12px;
	line-height: 18px;
}
.crd {
  display: block;
}
.term-link {
	display: block;
}

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

.footer-address {

  text-align: center;
	width:100%;
	float:none;
	margin:0px 0px 30px 0px;
}
.copyright {
  text-align: center;
	width:100%;
	float:none;
	margin:0px 0px 0px 0px;
}
.social-links {
	text-align: center !important;
}
}


.contact-map {
  width: 100%;
  margin-top: 60px;
  position: relative;
  height: 400px;
  width: 920px;
  left: -60px;
}
.contact-map iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

@media only screen and (max-width:1050px) {
.contact-map {
  width: 100%;
  left: 0px;
}
}
/*------------------------------------*\
    BOX ROWS
\*------------------------------------*/
.box-row {
	display: none;
	margin: 0 auto;
	overflow: hidden;
	width: 100%;
	padding: 0px;
}
.box-row.slick-initialized {
    display:block;
}
.box-inner {
	display: block;
	background: #ccc;
	height: 25vw !important;
	background-position: center center !important;
	background-size: cover !important;
	position: relative;
	margin: 0px;
}
.box-cont {
	display: table;
	background: rgba(0, 26, 72, 0.3);
	position: absolute;
	top: 0px;
	width: 100%;
	left: 0px;
	height: 100%;
	transition: all 800ms ease-in-out 0s;
}
.box-cont:hover {
	background: rgba(0, 26, 72, 0.1);
	
}
.box-text {
    display:table-cell;
		text-align:center;
		vertical-align:middle;
    padding:10px 40px;
		
}
.box-inner h3 {
	font: 400 50px/50px freight-big-pro, serif;
	color:#fff;
	padding:0px;
	margin:0px;
	transition: all 800ms ease-in-out 0s;
}
.box-text.navy-box h3 {
		color:#fff !important;
}
.box-inner h3 span {
	font: 400 20px/20px freight-big-pro, 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 #032252;
		color:#032252;
}
.box-text.navy-box {
	background: rgba(18, 68, 18, 0.76);
	color: #fff;
}

.box-text.white-box {
	background: rgba(18, 68, 18, 0.95);
	color: #fff;
}
.box-inner h3 {
	font: 400 34px/34px freight-big-pro, serif;
	color: #fff;
	padding: 0px;
	margin: 0px auto;
	max-width: 300px;
}
.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: 2px solid #ffc128 !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:1200px) {
.box-inner {
	height: 33.3vw !important;
}
}
@media only screen and (max-width:767px) {
.box-inner {
	height: 50vw !important;
}
}
@media only screen and (max-width:415px) {
.box-inner {
	height: 100vw !important;
}
}
@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 freight-big-pro, serif;
	color: #fff;
	padding: 0px;
	margin: 0px;
}
}

.mens-score-row {
    display:block;
		overflow:hidden;
		border-left:2px solid #001234;
}
.mens-score-row span {
	width: 20%;
	display: block;
	float: left;
	line-height: 48px !important;
	height: 48px;
	text-align: center;
	border-right: 2px solid #001234;
	border-bottom: 2px solid #001234;
	background: #f2f2f2;
}
.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 #001234;
}
.mens-score-blue {
	background: #3a59ff !important;
	color: #fff;
}
.mens-score-white {
    background:#fff !important;
		color:#000 !important;
}
.mens-score-hole {
    background:#001234 !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 #001234;
}



.ladies-score-row {
    display:block;
		overflow:hidden;
		border-left:2px solid #001234;
}
.ladies-score-row span {
    width:25%;
		display:block;
		float:left;
		line-height:48px !important;
		height:48px;
		text-align:center;
		border-right:2px solid #001234;
		border-bottom:2px solid #001234;
	background: #f2f2f2;
}
.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 #001234;
}
.ladies-score-red {
    background:#d82929 !important;
    color:#fff !important;
}
.ladies-score-hole {
    background:#001234 !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 #001234;
}

.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:#001234;
		clear:both;
		overflow:hidden;
}
.sss span {
    width:calc(80% / 3);
		float:left;
		text-align:center;
		padding:15px 0px;
	font-weight: 700;
	border-left:2px solid #001234;
text-transform: uppercase;
    font-size:80%;
}
.sss-title {
     width:20% !important;
		 color:#fff !important;
}
.sss-white {
    background:#fff;
		color:#2d2d2d !important;
}
.sss-blue {
    background:#3a59ff;
		color:#fff !important;
}	
.sss-red {
	background: #d82929;
	color: #fff !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 {
	background: url(/wp-content/themes/tullamore/img/home-bg.jpg) center center/cover;
	color: #fff;
	position: relative;
	padding: 0;
	height: 100vh !important;
	min-height: 768px;
	display: block !important;
}
.splash-wrap {
	display: table;
	width: 95%;
	max-width: 1380px;
	height: auto;
	z-index: 1;
	position: absolute;
	max-width: calc(360px + 10%);
	background: rgba(0,18,52,0.2);
	padding: 5vw;
	min-height: 300px;
	left: 5vw;
	bottom: 5vw;
	transition: all 800ms ease-in-out 0s;
	border-top-left-radius: 100px;
	border-bottom-right-radius: 100px;
}
.splash-text {
		width:100%;
		display:table-cell;
		vertical-align:middle;
		text-align:left;
		padding:0px;
}
h1.splash-title {
	font-size: 90px !important;
	line-height: 80px;
	margin: 0px;
}
.splash-title span {
	display: block;
	font-size: 40px;
	line-height: 40px;
	color: #fff;
}
.title-blue {
	font: 400 150px/68px freight-big-pro,serif;
	color: #ccc;
	height: 40px;
	display: block;
	color: rgb(27, 92, 212);
}
.splash-intro {
	padding: 10px;
	margin: 20px 0 0 0;
	background: #013083;
	text-align: center;
	border-radius: 10px;
}
.splash-intro strong {
    display:block;
}
.shiftnav-toggle.shiftnav-toggle-button.link-button {
	font-family: freight-big-pro,serif;
	font-size: 20px;
	background: transparent;
	border-top: 3px solid #f7d118;
	margin: 30px 0 0 0;
	padding: 10px 0px;
}
.shiftnav-toggle.shiftnav-toggle-button.link-button span {
	display: inline-block;
}
.splash-text {

}

.vimeo-wrapper {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	overflow: hidden;
	z-index: 0;
	opacity:1;
}
.vimeo-wrapper iframe {
width: 100vw;
height: 56.26vw; min-height: 100vh;
min-width: 177.77vh; position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}

.home-splash {
	height: calc(100vh - 390px);
	overflow: hidden;
	position: relative;
	width: 95%;
	margin: 0 auto;
	max-width: 1580px;
	min-height: 450px;
}
.home-splash-wrap {
	width: 100%;
	margin: 0 auto;
	position: relative;
	display: table;
	min-height: 450px;
	z-index: 99;
		height: calc(100vh - 390px);
}
.home-splash-content {
	width: 100%;
	height: 100%;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	background: rgba(0,0,0,0);
	padding: 0px;
	border-bottom: 5px solid #001234;
}
.home-splash h1 {
	font: 400 45px/0.95 freight-big-pro, 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.65);
}
.home-splash h1 strong {
	font-weight:700;
	display:block;
	font-size:180%;
}
.home-splash h1 strong span {
	display:inline-block;
}
.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: 0px;
}
.splash-inner .slides {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	margin: 0px;
	padding: 0px;
	z-index: 0;
}
.splash-inner.loading .slides li {
   display:none;
}
.splash-inner .slides li {
	width: 100%;
	height: 100%;
	top: 0px;
	display:block;
	left: 0px;
	background-size:cover !important;
	background-position:center center !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;
}
.splash-link {
	margin-top: 40px;
}
a.front-links {
	max-width: 240px;
	width: 100%;
	display: inline-block;
	height: 60px;
	background: rgb(73, 173, 103);
	margin: 0px 10px;
	font: 400 15px/60px hero-new, sans-serif;
	color: #fff;

}
a.front-links:hover {
	background: #2e8046;
	color: #fff;
}
.hide-button {
	color: #f7d118;
	position: absolute;
	right: 10px;
	top: 10px;
	line-height: 10px;
}
.hide-button:hover {
	color: #fff;
}
.splash-wrap.hidden {
    opacity:0;
		pointer-events: none;
}
@media only screen and (max-width:1200px) {
h1.splash-title {
	font-size: 80px !important;
	line-height: 75px;
	margin: 0px;
}
.shiftnav-toggle.shiftnav-toggle-button.link-button {
	font-family: freight-big-pro,serif;
	font-size: 20px;
	background: transparent;
	border-top: 3px solid #f7d118;
	margin: 30px 0 0 0;
	padding: 10px 0px;
}
.title-blue {
	font: 400 100px/70px freight-big-pro,serif;
	color: #ccc;
	height: 40px;
	display: block;
	color: rgb(27, 92, 212);
}
.splash-wrap {
	width: 90%;
	max-width: calc(340px + 10%);
	clip-path: none;
	height: auto;
	margin: 0;
	min-height: 350px;
	padding: 5vw;
}
.splash {
	background: #fff;
	color: #fff;
	position: relative;
  padding:0px;
}
.splash-wrap {
	border-top-left-radius: 60px;
	border-bottom-right-radius: 60px;
}
}
@media only screen and (max-width:650px) {
.front-links {
   display:block;
}
.front-links.second-link {
    margin-top:10px;
}
}

@media only screen and (max-width:768px) {
.splash {
  height:100vh;
	min-height:100vh !important;
}
}

@media only screen and (max-width:767px) {
.contact-number span, .member-login.top-box span {
  display: none !important;
}
.contact-number i {
	font-size: 22px;
	margin-top: 0px;
}
.top-box i {
	font-size: 22px;
	margin-top: 0px;
}
.member-login i {
	left: auto;
	right: 0px !important;
	bottom: -40px;
	top: auto;
}
h1.splash-title {
	font-size: 60px !important;
	line-height: 54px;
	margin: 0px;
}
.splash-title span {
	display: block;
	font-size: 30px;
	line-height: 30px;
	color: #fff;
}
.splash-wrap {
	width: 90%;
	max-width: calc(250px + 10%);
	clip-path: none;
	height: auto;
	margin: 0;
	min-height: 0;
	padding: 5vw;
}
}

@media only screen and (max-width:480px) {
.splash-wrap {
	border-top-left-radius: 30px;
	border-bottom-right-radius: 30px;
}
.splash-wrap {
	width: 90%;
	max-width: 480px;
  text-align:center;
}
h1.splash-title {
	font-size: 60px !important;
	line-height: 54px;
	margin: 0px auto;
	text-align: center;
	max-width: 270px;
}
.shiftnav-toggle.shiftnav-toggle-button.link-button {
	margin: 30px auto 0px auto;
	display: block;
	max-width: 180px;
	text-align: center;
}
}
.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 freight-big-pro, serif;
}
.hole-details {
	float: left;
	width: calc(100% - 410px);
}
.hole-title {
	font: 400 25px/20px freight-big-pro, serif;
	display: block;
	margin: 0px 0px 15px 0px;
}
.clr {
   clear:both;
}
a.tour-link {
   width:230px;
	 background:#001234;
	 color:#fff;
   display:block;
	 font: 400 16px/60px freight-big-pro, serif; 
	 height:60px;
	 text-align:center;
	 text-transform:uppercase;
	 position:absolute;
	 bottom:25px;
	 right:25px;
}
a.tour-link:hover {
    background:#c7bc94;
		color:#fff;
}
.home-bar {
	padding: 80px 0px;
	background: #fff;
	color: #032252;
	clear: both;
	max-width: 800px;
	margin: 0 auto 0 auto;
	position: relative;
	z-index: 99;
}
.home-bar-wrap {
	width: 95%;
	max-width: 600px;
	text-align: center;
	color: #032252;
	margin: 0 auto;
	font-size: 110%;
}
.home-bar-wrap.home-intro p:last-child {
	margin-bottom: 0;
}
.navy-bar-button {
	display: block;
	padding: 0px 10px;
	border-top: 0 none;
	margin: 30px auto 0px auto;
	color: #fff;
	transition: all 800ms ease-in-out 0s;
	background: #001234;
	max-width: 230px;
	font:400 15px/60px hero-new, sans-serif;
	height:60px;
	border-bottom: 2px solid #ffc128;
}
.navy-bar-button:hover {
   color:#c7bc94;
}
.google-maps {
    overflow:hidden;
    padding-bottom:0px;
		height:400px;
    position:relative;
}
.google-maps iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}
.sponsors-bar {
	padding: 60px 0px;
	border-top: 2px solid #eff4fb;
}
.sponsors-title {
	 font: 400 30px/30px freight-big-pro, serif; 
	 margin:0 auto 30px auto;
	 color:#032252;
	 display:block;
	 text-align:center;
}
.sponsors-title span {
   display:inline-title;
}
.sponsors-wrap {
    width:90%;
		margin:0 auto;
		max-width:1380px;
}
.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 25px auto;
	text-align: right;
}
.social-links a {
	display: inline-block;
	width: auto;
	vertical-align: top;
	font-size: 30px;
	margin: 0px 0px 0px 10px;
	color: #fff;
}
.social-links a:hover {
	color: #ffe01c;
}
.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 freight-big-pro, serif;
	margin: 0px 0px 30px 0px;
	padding: 0px 0px 0px 0px;
	clear: both;
	color: #032252;
}
h3.cont-title {
	font: 400 33px/33px freight-big-pro, 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: 100px;
	background: rgba(255,255,255,0);
	display: block;
	color: #fff;
	padding: 10px;
	left: 50%;
	margin-left: -50px;
	font-size: 11px;
}
.scroll-button .fal.fa-chevron-down {
	display: block;
	font-size: 200%;
	margin: 0px 0px 5px 0px;
	color: #ffc128;
}


@media only screen and (max-width:960px) {
.home-bar {
	padding: 50px 0px;
	max-width: 1000px;
	margin:0 auto;
}
.home-splash-wrap {
	min-height: 300px;
	height: 300px;
}
.home-splash {
	height: 300px;
	min-height: 300px;
}
.home-splash {
	width: 100%;
}
}

@media only screen and (max-width:480px) {
.home-splash-wrap {
	min-height: 250px;
	height: 250px;
}
.home-splash {
	height: 250px;
	min-height: 250px;
}
}

/*------------------------------------*\
    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:#001234;
	 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;
}

.download-bar {
  background: #001a48;
  padding: 70px 2.5%;
}
.download-wrap {
  max-width: 800px;
  margin: 0 auto;
  color: #fff;
}
.download-wrap a {
  color: #fff;
}
.download-list {
  list-style: none;
  padding: 0px;
  margin: 0;
}
.download-list li {
  padding: 10px 10px 10px 40px;
  border-bottom: 1px solid rgba(255,255,255,0.2);
  position: relative;
}
.download-list li i {
  position: absolute;
  left: 10px;
  top: 16px;
  color: #fbc34d;
	transition: all 800ms ease-in-out 0s;
}
.download-wrap h3 {
  font-size: 34px;
  margin: 0px 0px 30px 0px;
  padding: 0px;
  text-align: center;
  line-height: 30px;
}
.download-list li a:hover i {
  color: #fff;
}

.image-bar {
  padding: 70px 0px 50px 0px;
  padding: ;
  margin: -50px auto 70px auto;
  font-size: 120%;
  z-index: 1;
  position: relative;
}
.image-bar:after {
  width: 100vw;
  left: 50%;
  margin-left: -50vw;
  height: 100%;
  background: #eff4fb;
  position: absolute;
  content: "";
  display: block;
  top: 0px;
  z-index: -1;
}
.committee-images {
  list-style: none;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}

.headshot-name {
	display: block;
	margin: 15px 0px 5px 0px;
	text-align: center;
	font-size: 18px;
	line-height: 18px;
}
.headshot-title {
  text-align: center;
  display: block;
  font-size: 14px;
  line-height: 18px;
}

.image-bar + article p:first-child {
  padding: 0px !important;
  margin: 0 0 25px 0px !important;
  font-size: inherit !important;
}

.image-bar + article p:first-child:before {
    display:none !important;
}


@media only screen and (min-width:621px) {
.committee-images li {
  display:inline-block;
  float: left;
  width: 30%;
  margin: 0px 5% 20px 0px;
}
.committee-images li:nth-child(3n + 3) {
  margin: 0px 0px 20px 0px;
}
}
@media only screen and (max-width:620px) {
.committee-images li {
  display:inline-block;
  float: left;
  width: 47.5%;
  margin: 0px 5% 20px 0px;
}
.committee-images li:nth-child(2n + 2) {
  margin: 0px 0px 20px 0px;
}
}
/*------------------------------------*\
   PAGE SPLASH
\*------------------------------------*/

section table,
section table.wp-block-table {
	width: 100%;
	text-align: left;
	margin: 32px 0px;
	padding: 0px;
	border: 3px solid rgba(0, 0, 0, 0.12);
	border-spacing: 0;
	border-radius: 4px;
}
section table p,
section table form,
section table ul,
section table li {
	margin: 6px 0px;
	padding: 0px;
}
section table thead,
section table tfoot,
section table.wp-block-table thead,
section table.wp-block-table tfoot {
	border: 1px solid #dddddd;
	border: 1px solid rgba(0, 0, 0, 0.12);
}
section table tbody tr:nth-child(2n+1) {
	background: rgb(239, 244, 251);
}
section table th,
section table.wp-block-table th {
	font-size: 1.1rem;
	text-transform: uppercase;
	margin: 0px;
	padding: 12px;
	border-top: 1px solid #dddddd;
	border-top: 1px solid rgba(0, 0, 0, 0.12);
	box-sizing: border-box;
}
section table td,
section table.wp-block-table td {
	padding: 12px;
	margin: 0px;
	border-top: 1px solid #dddddd;
	border-top: 1px solid rgba(0, 0, 0, 0.12);
	box-sizing: border-box;
}
section table td:last-child {
	text-align: ;
}
section table.wp-block-table.is-style-stripes {
	border-collapse: collapse;
}
section table.wp-block-table.is-style-stripes td {
	border: 1px solid #dddddd;
	border: 1px solid rgba(0, 0, 0, 0.12);
}

/*------------------------------------*\
   PAGE SPLASH
\*------------------------------------*/
.page-splash-wrap {
   background:#020202;
	 padding:0px 0px 0px 0px;
}
.splash-bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 5;
	padding-top: 0;
	background-image: linear-gradient(184deg,transparent 40%,#03152a);
}
.splash-inner {
	display: block;
	z-index: 99;
	background-position: center center !important;
	background-size: cover !important;
	width: 100;
	height: 450px;
	padding: 0px 2.5%;
	margin: 0px auto 0px auto;
	position: relative;
	max-width: 100%;
	background: #ccc;
}
.splash-inner.video-inner {
    height:550px;
}
.page-template-pro-page .splash-inner {
	background-position: center -80px !important;
}
.bc-wrap {
	margin: 0px 0px 3px 0px;
	font-size: 80%;
	color: #001234;
	position: relative;
	display: block;
	z-index: 99;
}
.bc-wrap a {
	color: #001234 !important;
}
.splash-page-title {
	display: table;
	max-width: 800px;
	margin: 0 auto;
	text-align: left;
	width: 100%;
	height: 100%;
	vertical-align: bottom;
	z-index: 9;
	position: relative;
}
.splash-page-title .intro-title {
	display: table-cell;
	height: 100%;
	vertical-align: bottom;
	padding: 0px 0px 40px 0px;
	font-size: 80px;
	line-height: 70px;
	color: #fff;
}

@media only screen and (max-width:1280px) {
.page-template-pro-page .splash-inner {
	background-position: center top !important;
}
.splash-page-title .intro-title {
	padding: 0px 0px 40px 0px;
	font-size: 60px;
	line-height: 50px;
}
}
.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 freight-big-pro,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 freight-big-pro,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: 400px) {

.splash-tit h1 {
	max-width: 500px;
	font: 400 35px/35px freight-big-pro,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: 70px 0px;
margin: 0px auto 0px auto;
font-size: 120%;
z-index: 1;
position: relative;
  width:95%;
	max-width:800px;
}
.intro-bar::before {
	width: 100vw;
	left: 50%;
	margin-left: -50vw;
	height: 100%;
	background: #eff4fb;
	position: absolute;
	content: "";
	display: block;
	top: 0px;
	z-index: -1;
}
.intro-bar.single-intro-bar {
	padding-top: 210px;
}
.intro-bar a {
	color: #1c5b1d;
}
.intro-wrap {
   width:100%;
	 max-width:800px;
	 margin:0 auto;
}
.intro-title {
	padding: 0px;
	font: 400 40px/40px freight-big-pro,sans-serif;
	margin: 0px;
}
.intro-text {
	font-size: 110%;
}
.intro-text p {
    padding:0px;
		margin:10px 0px 0px 0px;
}
figcaption {
	font-size: 70%;
	text-align: center;
}
.wp-block-image.size-large, .wp-block-image.size-full {
	width: calc(100% + 100px);
	margin: 50px -50px;
}
.wp-block-image.size-large img, .wp-block-image.size-full img{
	width: 100%;
}
.white-row {
    padding:60px 0px;
		background:#fff;
}
.cream-row {
	padding: 60px 0px;
	background: #fff;
}
.cream-wrap, .white-wrap {
    width:100%;
		max-width:800px;
		margin:0 auto;
}
.comm-row {
	margin-top: 50px;
	padding-top: 50px;
	border-top: 1px solid #c8c8c8;
}
.comm-row:first-child {
	margin-top: 0px;
	padding-top:0px;
	border-top:0 none !important;
}

.page-section article p:first-child {
	padding: 70px 0px;
	padding: ;
	margin: -50px auto 40px auto;
	font-size: 120%;
	z-index:1;
	position: relative;
}

.page-section article p:first-child:before {
  width:100vw;
	left:50%;
	margin-left:-50vw;
	height:100%;
	background:#eff4fb;
	position: absolute;
	content:"";
	display:block;
	top:0px;
	z-index:-1;
}

@media only screen and (max-width: 960px) {
.intro-bar {
	padding: 40px 0%;
	max-width: 960px;
	margin: 0 auto;
}
.splash-inner {
	height: 300px;
	width:100%;
}

.wp-block-image.size-large {
	width: 100%;
	margin: 30px 0px;
}
main {
	padding: 40px 0px 40px 0px;
	overflow: hidden;
}
}
@media only screen and (max-width: 480px) {
.page-section article p:first-child {
	padding: 50px 0px;
	padding: ;
	margin: -50px auto 40px auto;
	font-size: 110%;
	z-index: 1;
	position: relative;
	line-height: 135%;
}
.splash-page-title .intro-title {
	padding: 0px 0px 30px 0px;
	font-size: 50px;
	line-height: 45px;
}
}

#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item > a.mega-menu-link {
	padding: 0px 10px 0px 10px !important;
}
#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: 1300px) {
#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item > a.mega-menu-link {
	padding: 0px 10px 0px 10px !important;
}
#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 freight-big-pro,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;
}

/*------------------------------------*\
	  LOTTO
\*------------------------------------*/
.single-lotto-results {
  border: 1px solid #ccc;
  padding: 40px;
  text-align: center;
  border-radius: 10px;
}
.single-date-lotto {
  display: block;
  font-size: 120%;
}
.single-lotto.lotto-numbers {
  float: none;
  width: 100%;
  margin: 10px auto;
}
.single-lotto.lotto-numbers span {
  display: inline-block;
  height: 70px;
  background: #001234;
  color: #fff;
  width: 70px;
  border-radius: 99px;
  margin: 0px 5px;
  line-height: 70px;
  font-size: 22px;
  border: 0 none;
}
.single-lotto-results h3 {
  color: #001234;
  margin: 30px 0px 10px 0px;
  color: ;
}
.single-lotto.lotto-numbers .prize {
  display: block;
  margin: 0 0 30px 0px !important;
}
.single-lotto-results .prize {
  margin-bottom: 30px;
}
.single-lotto-results .winner {
  font-size: 130%;
  font-weight: bold;
  line-height: 110%;
  margin: 10px 0 30px 0;
  display: block;
}
.single-lotto-results h4 {
  font-size: 22px;
  margin: 11px 0 5px 0;
  padding: 0px;
  line-height: 28px;
  display: block;
}
.next-week {
  font: 300 30px/30px freight-big-pro,serifall-petite-caps;
  line-height: 30px;
  line-height: 30px;
  display: block;
}
/*------------------------------------*\
	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 freight-big-pro,sans-serif;
  line-height: 100%;
}
.top-title {
	color: #032252;
	line-height: 100%;
	display: block;
	margin-top: 5px;
}

h3.row-title {
	font: 400 33px/33px freight-big-pro, serif;
	margin: 30px 0px 30px 0px;
	padding: 30px 0px 0px 0px;
	clear: both;
	border-top: 1px dotted #ccc;
	color: #032252;
}
h3.row-title:first-child {
	margin: 0px 0px 30px 0px;
	padding: 0px;
	border-top: 0 none;
}
.names-row {
	column-count: 2;
	column-width: 380px;
	list-style:none;
	padding:0px;
	margin:0px;
}
.names-row li, .committee-row li {
	padding: 15px 10px;
	border-top: 1px solid #eee;
}
.committee-row {
	list-style: none;
	padding: 0px;
	margin: 0px 0px 30px 0px;
	column-count: 2;
	column-width: 380px;
	list-style: none;
	padding: 0px;
	margin: 0px;
}
.gui-branch {
   display:block;
	 margin:30px 0px 0px 0px;
	 padding:30px 0px 0px 0px;
	border-top: 1px solid #c8c8c8;
}

@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: 50px 0px;
}
.cream-wrap.news-wrap {
    max-width:1380px;
}
.latest-news {
  list-style: none;
  padding: 0px;
  margin: 0px;
	overflow:hidden;
}
.latest-news div.news-story {
	margin: 0px 15px;
	background: #eff4fb;
	display: none;
	position: relative;
	border-bottom: 0 none;
	text-align: center;
}
.latest-news div.news-story a.news-link {
	display: block;
	padding: 0px;
}
.latest-news div.news-story a.news-link:hover {
	background: #e0e9f7;
}
.loop-category a {
	text-transform: uppercase;
	font-size: 90%;
}
.news-story-wrap {
	width: 100%;
	padding: 20px 20px 60px;
	display: grid;
	min-height: 220px;
	align-content: center;
	height: 100%;
	width: 100%;
}
.loop-wrap div.news-story {
	margin: 0px 0px 30px 0px;
	background: #eff4fb;
	position: relative;
	border-bottom: 0 none;
	text-align: center;
}
.loop-wrap div.news-story a.news-link {
	display: block;
}
.loop-wrap div.news-story a.news-link:hover {
	color: #1f5fd0;
}
.loop-wrap div.news-story .date {
	display: block;
	border-top: 1px solid #fff;
	padding: 10px;
	margin: 0px 0px 0px 0px;
	width: calc(100%);
	position: absolute;
	bottom: 0px;
	left: 0px;
	background: #fff;
font-size: 80% !important;

}
.slick-initialized.latest-news div.news-story {
   display:block;
}
.slick-initialized.latest-news div.news-story .date {
	display: block;
	border-top: 1px solid #fff;
	padding: 10px;
	margin: 0px 0px 0px 0px;
	width: calc(100%);
	position: absolute;
	bottom: 0px;
	left: 0px;
	background: #fff;
	font-size: 80% !important;
}
.slick-arrow {
	border: 0 none;
	background: transparent;
	display: block;
	height: 30px;
	width: 30px;
	padding: 0px;
	text-align: center;
	color: #fff;
	line-height: 28px;
	font-size: 24px;
}
.news-wrap .slick-arrow {
    color:#032252;
}
.slick-prev.slick-arrow {
	position: absolute;
	left: 0px;
	top: calc(50% - 15px);
	z-index: 99;
}
.slick-next.slick-arrow {
	position: absolute;
	right: 0px;
	top: calc(50% - 15px);
	z-index: 99;
}
.latest-news.slick-initialized.slick-slider {
	padding: 0px 30px;
	position: relative;
}
.latest-news h5 {
	font: 400 25px/30px freight-big-pro,serif;
	padding: 0px;
	margin: 0px 0px 0px 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: 400 24px/30px freight-big-pro,serif;
	padding: 0;
	margin: 0 auto;
	max-width: 400px;
	text-align: center;
}


.header, .book-button {
transition: transform .5s;
}
.nav {
transition: ease .5s;
}






.video-main {
	padding: 50px 0px;
	background: #f5f1e8;
	border-top: 10px solid #fff;
}
.video-main.simple-page-main {
	padding: 20px 0px;
}
.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 freight-big-pro, 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 freight-big-pro, 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;
}
.box-inner {
	height: 280px !important;
}
.box-inner h3 {
	font: 400 30px/30px freight-big-pro, serif;
	color: #fff;
}
.latest-news.slick-initialized.slick-slider {
	padding: 0px 40px;
	position: relative;
}
.slick-arrow {
	width: 40px;

}
.latest-news div.news-story a.news-link {
	display: block;
}
}
@media only screen and (max-width:500px) {
.latest-news div.news-story {
	margin: 0px;
}
}
.slick-arrow.slick-disabled {
   display:none;
}
/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

h1, h2, h3, h4, h5 {
    font-family: freight-big-pro,serif;
    font-weight: 400;
    font-style: normal;
}
article h2 {
	font-size: 34px;
	line-height: 34px;
}
h2.home-welcome {
	font: 400 40px/38px freight-big-pro, serif;
	margin: 0px auto 30px auto;
	padding: 0px;
}
h2.home-welcome strong {
	  display:inline-block;
}
h3.news-title {
	font: 400 36px/38px freight-big-pro, serif;
	margin: 0px auto 40px auto;
	padding: 0px 0px 0px 0px;
	text-align: center;
}
article h3 {
	font: 500 18px/24px hero-new, sans-serif;
	margin: 30px 0px 20px 0px;
	padding: 0px 0px 0px 10px;
	clear: both;
	color: #032252;
	border-left: 2px solid #19376c;
}
article h3:first-child {
	margin-top: 0px;
}
article h3:last-child {
	margin-bottom: 0px;
}

@media only screen and (max-width: 600px) {
.intro-bar {
	padding: 40px 0%;
	max-width: 960px;
	margin: 0 auto;
}
h3.news-title {
	font: 400 32px/30px freight-big-pro, serif;
	margin: -40px auto 30px auto;
	padding: 40px 0px 0px 0px;
}
main {
	padding: 40px 0px;
	overflow: hidden;
}
.cream-row {
	padding: 40px 0px;
}
.sponsors-bar {
	padding: 40px 0px;
}
.footer {
	padding: 40px 5%;
}
.home-bar {
	padding: 40px 0px;
}
}
@media only screen and (max-width:400px) {
h2.home-welcome {
	font: 400 34px/30px freight-big-pro, serif;
}
}
/*------------------------------------*\
    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 #001234 !important;
}
.gallery-box.blue-gallery .gallery-item img:hover {
border: 5px solid #001234 !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 orpheuspro, 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;
}
}
#mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator {
	display: inline;
	height: auto;
	width: auto;
	background: transparent;
	position: absolute;
	pointer-events: auto;
	left: auto;
	min-width: auto;
	line-height: inherit;
	color: inherit;
	font-size: inherit;
	padding: 0;
	bottom: 3px;
	right: 50%;
	margin-right: -3px;
	font-size: 10px;
	color: #fbc34d;
}
.lotto-bar {
  background: #1e6c35;
  color: #fff;
  padding: 30px 0px;
}
.lotto-wrap {
  width: 90%;
  max-width: 1380px;
  margin: 0 auto;
  overflow: hidden;
}
.lotto-left {
  width: calc(50% - 150px);
  float: left;
  text-align: right;
}
.lotto-left h3 {
  font-size: 30px;
  margin: 0px;
  line-height: 30px;
}
.lotto-numbers {
  width: 300px;
  text-align: center;
  float: left;
}
.lotto-prize {
  width: calc(50% - 150px);
  text-align: left;
  float: right;
  vertical-align: top;
}
.prize {
  font: 300 30px/30px freight-big-pro,serifall-petite-caps;
  line-height: 30px;
  display: block;
}
a.winner {
   color:#fff;
}
.lotto-numbers span {
	display: inline-block;
	height: 54px;
	background: #001234;
	color: #fff;
	width: 54px;
	border-radius: 99px;
	margin: 0px 5px;
	line-height: 50px;
	font-size: 18px;
	border: 2px solid #fff;
}
.winner i {
	color: #ffc128;
	font-size: 11px;
	margin: 0px 0px 0px 5px;
}
@media only screen and (max-width:768px) {
.lotto-left {
  width: 100%;
  float: none;
  text-align: center;
}
.lotto-numbers {
  width: 100%;
  float: none;
  text-align: center;
	margin:20px auto;
}
.lotto-prize {
  width: 100%;
  float: none;
  text-align: center;
}

}


/*------------------------------------*\
    HANDICAP CALC
\*------------------------------------*/
.shiftnav-inner .cp_cff_pastel #fbuilder {
	padding: 0px 20px;
	background: transparent;
	border-radius: 8px;
	color: #fff;
}
.shiftnav-inner .cp_cff_pastel #fbuilder .fields:not(.section_breaks) span.uh {
	color: #FFF;
	display: block;
}
.shiftnav-inner .cp_cff_pastel #fbuilder h3 {
	color: inherit;
	padding: 15px 0px 0px 20px;
	font-size: 21px;
	border-top: 1px solid rgba(255,255,255,0.1);
}
#field_1-0 .uh {
	margin-top: 10px !important;
}
.shiftnav-inner .cp_cff_pastel #fbuilder input[type="text"] {
	padding: 5px 10px;
	height: 35px;
	background:#fff !important;
}
.cp_cff_pastel #fbuilder input[type="text"], .cp_cff_pastel #fbuilder input[type="file"], .cp_cff_pastel #fbuilder input[type="date"], .cp_cff_pastel #fbuilder input[type="password"], .cp_cff_pastel #fbuilder input[type="datetime"], .cp_cff_pastel #fbuilder input[type="email"], .cp_cff_pastel #fbuilder input[type="number"], .cp_cff_pastel #fbuilder input[type="search"], .cp_cff_pastel #fbuilder input[type="time"], .cp_cff_pastel #fbuilder input[type="url"], .cp_cff_pastel #fbuilder textarea, .cp_cff_pastel #fbuilder select {
   background:#fff !important;
	height: 35px;
	color:#0c330d !important;
}


.shiftnav-inner #fbuilder label {
	position: relative;
	display: initial;
	font-size: 14px;
	line-height: 27px;
}
#fieldname8_1 h3 {
	border-left: 0;
	padding-left: 0 !important;
	margin-top: 0;
	margin-bottom: 5px;
	padding-bottom: 15px !important;
	border-bottom: 1px solid rgba(255,255,255,.1);
	text-align: center;
	border-top: 0px !important;
}
#cp_calculatedfieldsf_pform_1 .dfield #fieldname11_1 {
  background: #fff !important;

  text-align: center;
  height: 60px;
  width: 60px !important;
  border-radius: 99px;
  font-size: 25px;
  line-height: 60px;
  padding: 3px 0px 0px 0px !important;
  margin: 0 auto !important;
  text-align: ;
  display: block;
  text-align: center;
  color: #032252 !important;
}
#cookie-notice .cn-button {
	margin: 0 0 0 10px;
	color: #fff;
	background: #2859b7;
	padding: 5px;
	border-radius: 2px;
	text-transform: uppercase;
	font-size: 90%;
}

.shiftnav-open:before {
  content: "";
  background: rgba(0, 0, 0, 0.75);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 99999;
}

div.pagination {
clear:both;
text-align:center;
}
.pagination span {
	padding: 10px 15px;
	display: inline-block;
	margin: 0 2px;
	background: #17366c;
	color: #fff;
}
.pagination a {
	padding: 10px 15px;
	display: inline-block;
	margin: 0px 2px;
	background: #001234;
	color: #fff;
}
.pagination a:hover {
	background: #214d99;
}


.gform_wrapper .gfield_required {
	color: #5477a8 !important;
}
.form-bar {
  padding: 50px 0px;
  background: #eff4fb;
}
.form-wrap {
  margin: 0 auto;
  max-width: 800px;
  width: 95%;
  text-align: ;
}
.form-wrap h3 {
  font-size: 34px;
  line-height: 30px;
  margin: 0 0 30px 0;
  padding: 0px;
  text-align: center;
}
.gform_wrapper.gravity-theme .gfield_label {
  font-weight: 500 !important;
}
#gform_submit_button_1 {
}
.gform_button.button {
	border: 0 none;
	background: transparent;
	font-family: freight-big-pro,serif;
	font-size: 20px;
	background: transparent;
	border-top: 3px solid #f7d118;
	margin: 20px auto 0 auto;
	padding: 10px 0px;
	display: block;
	color: #0d1e37 !important;
}
.gform_footer.top_label {
  text-align: center;
}
.form-intro {
	text-align: center;
	border-bottom: 1px solid #001a48;
	padding-bottom: 30px;
	margin-bottom: 50px;
}
.gform_wrapper.gravity-theme input[type="color"], .gform_wrapper.gravity-theme input[type="date"], .gform_wrapper.gravity-theme input[type="datetime-local"], .gform_wrapper.gravity-theme input[type="datetime"], .gform_wrapper.gravity-theme input[type="email"], .gform_wrapper.gravity-theme input[type="month"], .gform_wrapper.gravity-theme input[type="number"], .gform_wrapper.gravity-theme input[type="password"], .gform_wrapper.gravity-theme input[type="search"], .gform_wrapper.gravity-theme input[type="tel"], .gform_wrapper.gravity-theme input[type="text"], .gform_wrapper.gravity-theme input[type="time"], .gform_wrapper.gravity-theme input[type="url"], .gform_wrapper.gravity-theme input[type="week"], .gform_wrapper.gravity-theme select, .gform_wrapper.gravity-theme textarea {

	padding: 15px !important;
	border-radius: 5px !important;
	border: 1px solid #cddbee !important;
}

.slick-dots {
	display: flex;
	justify-content: center;
	margin: 20px 0 0 0;
	padding: 5px;	
	list-style-type: none;
}
.slick-dots li {
			margin: 0 0.25rem;
		}
	
.slick-dots button {
	display: block;
	width: 10px;
	height: 10px;
	padding: 0;
	transition: all 800ms ease-in-out 0s;
	/* border: none; */
	border-radius: 100%;
	background-color: transparent;
	text-indent: -9999px;
	border: 2px solid #acacac;
}
.slick-dots button:hover {
			background-color:#3f83ff;
	border: 2px solid #3f83ff;
}
.slick-dots li.slick-active button {
			background-color:#0054ee;
	border: 2px solid #0054ee;
}


.sponsor-list ul {
  list-style: none;
  padding: 0;
  margin: 50px 0px;
  overflow: hidden;
}
.sponsor-list ul li {
  float: left;
  margin: 5px;
}
.sponsor-list ul li .sponsor-logo {
  padding: 0px;
}
.sponsor-list {
  width: 860px;
  margin: 0px -30px;
  text-align: center;
}

@media only screen and (max-width: 940px) {
.sponsor-list ul li {
  float: left;
  margin: 0px;
	padding:5px;
	width:25%;
}
.sponsor-list {
  width: 100%;
  margin: 0px;
  text-align: center;
}
}

@media only screen and (max-width: 480px) {
.sponsor-list ul li {
  float: left;
  margin: 0px;
	padding:5px;
	width:50%;
}
}


/*------------------------------------*\
    HANDICAP CALC
\*------------------------------------*/
.ginput_container.ginput_container_radio {
  overflow: hidden;
}
.ginput_container.ginput_container_radio div.gfield_radio .gchoice {
  display: ;
  float: left;
  width: calc((100%/3) - 10px);
  margin: 0px 10px 10px 0px;
}
.gchoice {
    z-index:1;
    position:relative;
    margin:0 0 10px 0;
    padding:0;
    height:50px;
}
input.gfield-choice-input {
    z-index:2;
    appearance:none;
    margin:0;
    padding:0;
    width: 100%;
    border-radius: 5px;
    height:100%;
    background: white;
    transition: .3s all ease-in-out;
    position:absolute;
    background:#eff4fb;
    position:absolute;
}
input.gfield-choice-input:hover,
.gchoice label:hover {
    cursor:pointer;
}
input.gfield-choice-input:hover {
		background:#e3e9f2;
}
input.gfield-choice-input:checked {
	background: #012f85;
}
input.gfield-choice-input:checked + label {
    color:white;
}
.gchoice label {
    z-index:3;
    font-weight:400;
    color:#141c25;
    display:block;
    position: absolute;
    padding: 0 0 0 20px;
    top: 50%;
    transform: translateY(-50%);
    width:100%;
    overflow:visible;
	font-size: 14px !important;
}
input.gfield-choice-input + label:after {
    content: "";
    position: absolute;
    right: -15px;
    transform: translateY(-50%);
    width: 25px;
    height: 25px;
    border: 2px solid #c5c9d2;
    z-index: 2;
    top: 50%;
    transition: .3s all ease-in-out;
    color: white;
    font-size: 14px;
    text-align: center;
    line-height: 21px;
    font-weight: 500;
}
input[type="checkbox"].gfield-choice-input + label:after { 
    border-radius: 5px;
}
input[type="radio"].gfield-choice-input + label:after {
    border-radius:50px;
}
input.gfield-choice-input:checked + label:after {
    content: "\2713";
    border: 2px solid white;
}
p.gform_required_legend {
     display:none;
	}
	
	.gfield--type-section.gsection {
	margin-top: 40px;
	margin-bottom: 20px;
}

article  .gfield--type-section.gsection h3 {
	padding: 0px 0px 0px 0px;
	clear: both;
	color: #032252;
	border-left: 0 none;
}

.gform_wrapper.gravity-theme .gfield .ginput_total {
  border: 0 none !important;
  padding: 0 !important;
  color: #001a48;
  font-weight: 500;
}

.comp-sep {
	height: 5px;
	background: #eff4fb;
}
@media only screen and (max-width: 768px) {

.ginput_container.ginput_container_radio div.gfield_radio .gchoice {
  width: calc(50% - 10px);
  margin: 0px 10px 10px 0px;
}
}

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

.ginput_container.ginput_container_radio div.gfield_radio .gchoice {
  width: 100%;
  margin: 0px 0px 10px 0px;
}
}