/*
Theme Name: CloudStrap
Theme URI: http://cloudburstdesign.com
Author: Cloudburst
Author URI: http://cloudburstdesign.com
Description: WordPress theme based off of a toolkit from Twitter. Bootstrap.
Version: 0.0.1
*/





/*////////////////////////
PUT CUSTOM CSS AFTER THIS COMMENT, BUT BEFORE THE MEDIA QUERIES
///////////////////////*/



::-moz-selection { 
	background-color: #4891dc; 
	color: #ffffff;
}

::selection {
	background-color: #4891dc;
	color: #ffffff;
}

body {
	color: #000000;
	overflow-x:hidden;
}

body, p, ul, ol, li, blockquote, div, span {
	font-family: tablet-gothic, sans-serif;
	font-size: 16px;
	line-height: 24px;
}

h1, h2, h3, h4, h5, h6, h7 {
	font-family: roc-grotesk-condensed, sans-serif;
	color: #000000;
	font-weight: 400;
}

h1, .h1 {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.7);
    color: #FFFFFF;
	font-size: 38px;
    margin: 20px auto;
    max-width: 600px;
    padding: 30px 10px;
}

h2, .h2 {
    font-size: 42px;
	color: #000000;
	font-weight: 500;
}

#historic h2, .h2 {

}

h3, .h3 {
    font-size: 3.5rem;
	color: #000000;
	text-transform: uppercase;
	font-weight: 500;
	margin-top: 0;
}

h4, .h4 {
	font-weight: 500;
	margin-bottom: 15px;
	margin-top: 20px;
	font-size: 2.5rem;
}

a {
	color: #cd4f30;
}

a:focus,
a:hover {
	color: #cd4f30;
    text-decoration: underline;
}

p {
    margin: 0 0 15px;
}

.header-top-bg {
	background-color: #fff;
}

#foot h2, .h2 {
	font-size: 20px;
	color: #f9f1db;
	font-weight: 500;
	text-transform: uppercase;
	margin-bottom: 5px;
}

img.social-icons {
	margin: 25px 2px 0;
	vertical-align: middle;
}

#social-icons {
	text-align: right;
}

#social-icons a {
	color: #1f4d25;
}
#social-icons i {
	font-size: 2em;
	margin: 25px 2px 0;
	vertical-align: middle;
	transition: all 0.2s;
}
.social-icons i {
	margin-right: 7px;
	transition: all 0.2s;
}

#social-icons a.facebook:hover,
.social-icons a.facebook:hover,
.social-icons i.facebook:hover,
.social-icons-foot a.facebook:hover,
.social-icons-foot a.facebook i:hover {
	color: #3b5998;
}

#social-icons a.twitter:hover,
.social-icons a.twitter:hover,
.social-icons i.twitter:hover,
.social-icons-foot a.twitter:hover,
.social-icons-foot a.twitter i:hover {
	color: #000000;
}

#social-icons a.instagram:hover,
.social-icons a.instagram:hover,
.social-icons i.instagram:hover,
.social-icons-foot a.instagram:hover,
.social-icons-foot a.instagram i:hover {
	color: #4c68d7;
}

#social-icons a.yelp:hover,
.social-icons a.yelp:hover,
.social-icons i.yelp:hover,
.social-icons-foot a.yelp:hover,
.social-icons-foot a.yelp i:hover {
	color: #c41200;
}

.presidio-logo {
	z-index: 1;
}

.presidio-logo img {
	margin: 10px 0;
}

.trust {
	margin: 15px 0 0;
	vertical-align: middle;
}

.trust-text {
	color: #888888;
	font-family: Georgia;
    font-size: 13px;
	font-style: italic;
	font-weight: 400;
	line-height: 1.4;
	padding: 10px 15px;
	text-align: right;
}

.trust-logo {
	padding: 3px 15px 0;
}

.top-sep {
	border-right: 1px solid #b5b0ab;
}

.page-header {
	margin: 30px 0 7.7rem !important;
	padding-bottom: 0 !important;
}

h1.interior {
	font-size: 32px;
	text-transform: uppercase;
	letter-spacing: 0.5px;
    width: 35%;
}

.home-title {
	padding-bottom: 5px;
	margin: 0 auto;
	max-width: 1000px;
	font-size: 42px;
}

#mega-menu-wrap-primary {
	z-index: 2;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
	font-family: roc-grotesk-condensed, sans-serif;	
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
	font-family: roc-grotesk-condensed, sans-serif;	
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-current-menu-item > a.mega-menu-link,
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-current_page_item > a.mega-menu-link {
	color: #f9f1db;
}

#mega-menu-max_mega_menu_1 li a:before,
#mega-menu-max_mega_menu_2 li a:before {
	background: #d7d7d7 repeat 0 0 !important;
    content: '';
    height: 20px !important;
    right: -37px !important;
    position: absolute !important;
    top: 50% !important;
    margin-top: -10px !important;
    width: 1px !important;
}

#mega-menu-max_mega_menu_1 li:last-child a:before,
#mega-menu-max_mega_menu_2 li:last-child a:before {
	background: #ffffff repeat 0 0 !important;
}

@media only screen and (max-width: 768px) {
	#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
		padding: 0 15px;
	}
	#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
		padding-left: 30px;
		font-size: 1.75rem;
		line-height: 40px;
	}
	#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu {
		padding: 10px 0;
	}
	
	#mega-menu-wrap-max_mega_menu_1.mega-stuck,
	#mega-menu-wrap-max_mega_menu_2.mega-stuck {
		margin-top: 50px !important;
	}

	#mega-menu-max_mega_menu_1 li a:before,
	#mega-menu-max_mega_menu_2 li a:before {
		background: none !important;
		height: 0 !important;
		right: 0 !important;
		top: 50% !important;
		width: 0 !important;
	}

	#mega-menu-max_mega_menu_1 li:last-child a:before,
	#mega-menu-max_mega_menu_2 li:last-child a:before {
		background: none !important;
	}

	#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item > a.mega-menu-link,
	#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 > li.mega-menu-item > a.mega-menu-link {
		margin: 0 10px;
	}

	#mega-menu-wrap-max_mega_menu_1,
	#mega-menu-wrap-max_mega_menu_2 {
		border-top: 0;
	}
	
}

.home-nav {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.7);
	padding: 0 20px 20px 20px;
    max-width: 1000px;
	margin: 0 auto;
}

.home-nav ul {
	background-image: url("/source/7f54b875b9eda15bddc36ab23ab94334/swirl.png");
    background-position: 54em 0.5em;
    background-repeat: no-repeat;
	margin: 0 auto;
	list-style: none outside none;
	padding-left: 0;
}

.nav-first {
	background-image: url("/source/7f54b875b9eda15bddc36ab23ab94334/swirl.png") !important;
    background-position: 0 1em !important;
    background-repeat: no-repeat !important;
	margin-left: -25px;
    padding-left: 50px !important;
}

.home-nav li {
	background-image: url("/source/3cd6f7f2c27a9879e671539d860f37a9/dot.png");
    background-position: 0 1em;
    background-repeat: no-repeat;
	padding: 10px 20px 10px 30px;
	display: inline;
}

.home-nav li a {
	color: #ffffff;
	text-decoration: none;
	font-size: 13px;
	font-weight: 500;
	text-transform: uppercase;
	transition: all 0.2s;
}

.home-nav li a:hover {
	color: #cd4f30;
}

.navbar-inverse {
    background-color: #101010;
}

.navbar {
    border-radius: 0;
/*	top: -28px; */
	border: 0;
}

.navbar-nav {
    margin-left: 170px;
}

.nav > li {
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 600;
	z-index: 9999;
}

.navbar-nav > li > a {
	padding-left: 25px;
	padding-right: 25px;
}

.navbar-inverse .navbar-nav > li > a {
    color: #fff;
}

.navbar-nav > li > .dropdown-menu {
	width: 1000px;
	text-align:center;
}

.dropdown-menu {
	background-clip: padding-box;
	background: none repeat scroll 0 0 rgba(255, 121, 0, 0.8);
	border: 0;
	border-radius: 0;
	box-shadow: none;
	padding: 10px 0;
}

.dropdown-menu > li {
	display: inline-block;
}

.dropdown-menu > li > a {
    color: #ffffff;
	font-size: 14px;	
	box-shadow: none;
	font-weight: 600;
	text-transform: none;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus
.dropdown-menu > li > a:active {
    color: #000000;
	background-color: transparent;
}

.navbar-nav > li > li > .current-menu-item {
    background: transparent;
}
.current-menu-item > ul.dropdown-menu,
.current-page-ancestor > ul.dropdown-menu {
	display:block;
}

.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
	background-color: rgba(72, 145, 220, 1);
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
	background-color: #4891dc;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
	background-color: rgba(0, 0, 0, 0);
	color: #444444;
}

.current-menu-item,
.current-page-ancestor  {
    background-color: #4891dc;
}

.dropdown-menu .current-menu-item,
.dropdown-menu .current-page-ancestor {
	background-color: rgba(0, 0, 0, 0);
}

.dropdown-menu .current-menu-item > a,
.dropdown-menu .current-page-ancestor > a {
	color: #000000;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item,
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item {
}


.page-header {
    border-bottom: 0 none;
    margin: 40px 0 20px;
    padding-bottom: 9px;
    text-align: center;
}

#header-image .feat-image {
    position: absolute;
    right: 0;
    z-index: -1;
	top: 130px;
}

img.feat-image {
    height: auto;
    max-height: 700px;
    min-width: 100%;
}

#navbg-image {
	margin: 0;
}

#navbg-image .nav-image {
    position: absolute;
    z-index: -2;
	top: 130px;
	right: 0;
}

#navbg-image.nav-slider {
	position: relative;
	margin-top: -60px;
	z-index: -1;
}

img.nav-image {
    height: auto;
    min-width: 100%;
	max-height: 250px;
}

.header-bg {
	background-image: url("/source/22863c043c097a43b4010bf14fbd1e99/home_hdr.jpg");
	background-size: cover;
    background-position: 50% 50%;
    margin-top: -50px;
    padding-top: 75px;
}

#home-hero_forcefullwidth {
	margin-top: -100px;
	z-index: -1;
}

.page-id-2908 .header-bg {
	background-image: none;
	background-size: auto;
    background-position: 50% 50%;
    margin-top: -50px;
    padding-top: 75px;
	top: 15rem;
	position: absolute;
	z-index: 1;
}



.entry-content {
	margin-top: 50px;
}

#driver {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.7);
	color: #ffffff;
	margin: 180px 0 30px;
	padding: 10px 20px 20px;
}

#driver h1, .h1 {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #FFFFFF;
    font-size: 21px;
    font-weight: 600;
    margin-bottom: 5px;
    padding: 10px;
    text-transform: uppercase;
}

.driver {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.7);
    color: #FFFFFF;
    margin: 125px 0 30px;
    padding: 10px 20px 20px;
}

.driver h1, .h1 {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #FFFFFF;
	font-size: 2.5rem;
	font-weight: 400;
	margin-bottom: 5px;
    padding: 10px;
    text-transform: uppercase;
}

.driver .driver-title::before {
	content: "";
	background: url("/source/7f54b875b9eda15bddc36ab23ab94334/swirl.png");
	height: 11px;
	width: 34px;
	left: 5%;
	top: 40%;
	position: absolute;
}
.driver .driver-title::after {
	content: "";
	background: url("/source/7f54b875b9eda15bddc36ab23ab94334/swirl.png");
	height: 11px;
	width: 34px;
	right: 5%;
	top: 40%;
	position: absolute;
}
.driver .btn-content a {
	color: #ffffff;
}

.swirl {
	margin: 0 10px 5px;
}

.swirl-left {
	float: left;	
}

.swirl-right {
	float: right;	
}

.btn-content {
	padding-bottom: 10px;
}

#primary.intro {
	margin-top: 80px;
}

#primary ol,
#primary ul {
    margin-bottom: 15px;
}

section {
	margin-top: 20px;
	padding-top: 25px;
	padding-bottom: 50px;
}

#historic {
	background-image: url("/source/db44e7c2a08854e1f519af8a172d7e21/historic_bg.jpg");
	background-repeat: no-repeat;
	background-size: cover;
    right: 0;
}

#driver-historic {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.7);
	color: #ffffff;
	margin: 240px 0 30px 100px;
	padding: 20px 20px 10px;
}

#driver-historic h3, .h3 {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #FFFFFF;
    font-size: 2.5rem;
    font-weight: 500;
    margin-bottom: 5px;
    text-transform: uppercase;
}

#driver-historic a {
    text-transform: uppercase;
	color: #ffffff;
	font-weight: 500;
}

.video-intro .video {
	margin-bottom: 20px;
}

#page-content {
	background: #fff;	
}

.specials {
	border-bottom: 1px solid #EEEEEE;
    padding: 0 15px 20px;
}

.specials h3 {
	margin-top: 20px;	
}

.inline-image-left {
	float: left;
	margin: 0 20px 20px 0;
}

.inline-image-right {
	float: right;
	margin: 0 0 20px 20px;
}

#secondary {
	margin-top: 70px;
	padding-left: 20px;
}

.yardage {
}

.widget-area ul {
	list-style: none outside none;
	padding-left: 0;
}

.widget-area li {
	border-bottom: 1px solid #ccc;	
	display: inline-block;
	width: 100%;
	transition: all 0.2s;
}

.widget-area li:hover,
.widget-area li:focus {
	background-color: #1f4d25;
	color: #f9f1db;
}

.widget-area li a {
	font-size: 1.65rem;
    line-height: 2.5rem;
	padding: 10px 40px 10px 15px;
	display: block;
	border-left: 5px solid transparent;
}

.widget-area li a:hover,
.widget-area li a:focus {
	text-decoration: none;
	color: #f9f1db;
}

.widget-area li.current-menu-item > a {
	color: #1f4d25;
	border-left: 5px solid #1f4d25;
	background-color: #ffffff;
}

.widget-area li.current-menu-item > a:hover {
	background-color: #1f4d25;
	color: #f9f1db;	
}

h3.widget-title {
	margin-top: 0;	
}

.footer-widgets {
	background-color: #1f4d25;
	color: #f9f1db;
}
.footer-widgets a {
	color: #ffffff;
}

.footer-widgets ul {
	padding-left: 20px;
}

.trust-foot p {
	color: #f9f1db;
    font-size: 13px;
    font-style: italic;
    font-weight: 400;
    line-height: 1.4;
	float: right;
	margin-top: 20px;
	margin-bottom: 0;
}

.map-it {
	font-size: 14px;
}

.footer {
	background-color: #cd4f30;
	color: #f9f1db;
	margin-top: 0;
}

#site-generator {
    color: #ffffff;
	font-size: 16px;
    margin: 20px 0;
}

#site-generator a {
	color: #ffffff;	
}

.social-icons-foot {
	margin: 15px 0;
	text-align: right;
}
.social-icons-foot i {
	font-size: 2.25em;
	margin-right: 5px;
	color: #f9f1db;
	transition: all 0.2s;
}

img.social-icons-foot {
	margin: 0 4px;
	vertical-align: middle;
}

.responsive-iframe-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}
 
.responsive-iframe-container iframe,  
.vresponsive-iframe-container object, 
.vresponsive-iframe-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.widget-area {
	margin-bottom: 20px;	
}

/*---------------------------------------
HOME DRIVER BUTTONS
----------------------------------------*/

#btn {
	border-radius: 2px;
	border: 1px solid #ffffff;
	box-shadow:
		0px 0px 0px rgba(000,000,000,0),
		inset 0px 0px 0px rgba(255,255,255,0);
	margin-left: 50px;
	margin-right: 50px;
}

.btn-green {
	background: #b5d855;
	border-radius: 2px;
	border: 1px solid #ffffff;
	box-shadow:
		0px 0px 0px rgba(000,000,000,0),
		inset 0px 0px 0px rgba(255,255,255,0);
	transition: .2s ease-out;
}

.btn-green:hover {
	background: #93af45;
}

.btn-blue {
	background: #4891dc;
	border-radius: 2px;
	border: 1px solid #ffffff;
	box-shadow:
		0px 0px 0px rgba(000,000,000,0),
		inset 0px 0px 0px rgba(255,255,255,0);
	transition: .2s ease-out;
}

.btn-blue:hover {
	background: #376ea7;
}

.btn-red {
	background: #aa3e35;
	border-radius: 2px;
	border: 1px solid #ffffff;
	box-shadow:
		0px 0px 0px rgba(000,000,000,0),
		inset 0px 0px 0px rgba(255,255,255,0);
	transition: .2s ease-out;
}

.btn-red:hover {
	background: #85312a;
}

.btn-rooftop-red {
	background-color: rgba(205,79,48,1);
	border-radius: 2px;
	border: 1px solid #ffffff;
	box-shadow:
		0px 0px 0px rgba(000,000,000,0),
		inset 0px 0px 0px rgba(255,255,255,0);
	transition: .2s ease-out;
}
.btn-rooftop-red:hover {
	background-color: rgba(205,79,48,0.8);
}


.btn {
	font-size: 13px;
	text-transform: uppercase;	
	font-weight: 600;
	color: #ffffff;
	padding: 10px 20px;
	text-shadow:
		0px 1px 1px rgba(000,000,000,0.3),
		0px 1px 0px rgba(255,255,255,0.3);
}

.btn:hover {
	color: #ffffff;
	text-decoration: none;
}

.btn:active {
	border: 1px solid transparent;
}

.driver .btn-green .btn,
.driver .btn-blue .btn,
.driver .btn-red .btn {
	display: block;
	background-color: #cd4f30;
	color: #f9f1db;
}

.driver .btn {
	display: block;
}



/*---------------------------------------
INTERIOR PAGE BUTTONS
----------------------------------------*/

.blue-btn,
input[type="submit"] {
	background-color: rgba(205,79,48,1);
	border-radius: 2px;
	box-shadow:
		0px 0px 0px rgba(0,0,0,0),
		inset 0px 0px 0px rgba(255,255,255,0);
	text-indent: 0;
	color:#ffffff;
	line-height: 40px;
	text-decoration: none;
	text-align:center;
	font-size: 13px;
	text-transform: uppercase;	
	font-weight: 500;
	letter-spacing: 0.1px;
	padding: 10px 20px;
	margin: 10px 0;
	text-shadow:
		0px 1px 1px rgba(0,0,0,0.3),
		0px 1px 0px rgba(255,255,255,0.3);
	transition: .2s ease-out;
}

.blue-btn:hover,
.blue-btn:active,
.blue-btn:focus {
	background-color: rgba(205,79,48,0.9);
	color: #ffffff;
	text-decoration: none;
}

.green-btn {
	background-color: rgba(31,77,37,1);
	border-radius: 2px;
	box-shadow:
		0px 0px 0px rgba(0,0,0,0),
		inset 0px 0px 0px rgba(255,255,255,0);
	text-indent: 0;
	color:#f9f1db;
	line-height: 40px;
	text-decoration: none;
	text-align:center;
	font-size: 13px;
	text-transform: uppercase;	
	font-weight: 500;
	letter-spacing: 0.1px;
	padding: 10px 20px;
	margin: 10px 0;
	text-shadow:
		0px 1px 1px rgba(0,0,0,0.3),
		0px 1px 0px rgba(255,255,255,0.3);
	transition: .2s ease-out;
}

.green-btn:hover,
.green-btn:active,
.green-btn:focus {
	background-color: rgba(31,77,37,0.9);
	color: #f9f1db;
	text-decoration: none;
}

.red-btn {
	background-color: rgba(205,79,48,1);
	border-radius: 2px;
	box-shadow:
		0px 0px 0px rgba(0,0,0,0),
		inset 0px 0px 0px rgba(255,255,255,0);
	text-indent: 0;
	color:#ffffff;
	line-height: 40px;
	text-decoration: none;
	text-align:center;
	font-size: 13px;
	text-transform: uppercase;	
	font-weight: 500;
	letter-spacing: 0.1px;
	padding: 10px 20px;
	margin: 10px 0;
	text-shadow:
		0px 1px 1px rgba(0,0,0,0.3),
		0px 1px 0px rgba(255,255,255,0.3);
	transition: .2s ease-out;
}

.red-btn:hover,
.red-btn:active,
.red-btn:focus {
	background-color: rgba(205,79,48,0.9);
	color: #ffffff;
	text-decoration: none;
}

.lrg-btn {
	font-size: 15px;
	padding: 10px 40px;
}

/*-------------------------------------------------
GRAVITY FORMS
--------------------------------------------------*/

.gfield_label {
	margin: 25px 0 4px;
}

.gform_wrapper li,
.gform_wrapper form li {
	margin-bottom: 20px;
}

.gform_wrapper .ginput_complex label, .gform_wrapper .gfield_time_hour label, .gform_wrapper .gfield_time_minute label, .gform_wrapper .gfield_date_month label, .gform_wrapper .gfield_date_day label, .gform_wrapper .gfield_date_year label, .gform_wrapper .instruction {
    font-size: 13px;
}

.gform_wrapper select option {
    font-size: 13px;
}

#gform_6 .gfield_label {
	margin-top: 0;
}

#gform_6 .gform_wrapper li, .gform_wrapper form li {
	margin-bottom: 10px;
}

#gform_6 p {
	margin-bottom: 25px;
}

.gform_legacy_markup_wrapper .gform_footer input.button,
.gform_legacy_markup_wrapper .gform_footer input[type=submit],
.gform_legacy_markup_wrapper .gform_page_footer input.button,
.gform_legacy_markup_wrapper .gform_page_footer input[type=submit],
.gform_wrapper.gravity-theme .gform_footer button,
.gform_wrapper.gravity-theme .gform_footer input,
.gform_wrapper.gravity-theme .gform_page_footer button,
.gform_wrapper.gravity-theme .gform_page_footer input {
	border: 0;
	line-height: 1.4em;
}

.gform_legacy_markup_wrapper .gform_footer {
    margin: 0;
}

.gform_wrapper.gravity-theme .gfield_label {
	font-weight: 600;
	border-bottom: 0;
	margin: inherit;
}
.gform_wrapper.gravity-theme label {
	font-weight: 500;
}

.grecaptcha-badge {
	display: none !important;
}


/*-------------------------------------------------
EVENTS CALENDAR
--------------------------------------------------*/
.fc-widget-header {
    background-color: #000000;
    color: #FFFFFF;
    height: 35px;
    vertical-align: middle !important;
}

.fc-header-title h2 {
	font-size: 36px;	
}

#aec-modal-container {
    background-color: #FFFFFF;
    border-radius: 0;
    box-shadow: 0 0 64px #000000;
    color: #333333;
    font: 20px/28px "Lucida Grande",Arial,sans-serif;
    height: auto !important;
    padding-bottom: 20px;
    text-align: left;
    top: 100px !important;
    width: 600px;
}

#aec-modal .category {
    display: none;
}

#aec-modal .description {
    margin: 10px 0;
}

#aec-modal .duration {
    display: none;
}

#aec-modal-container .aec-title {
    background-color: #DDDDDD;
    border-bottom: 1px solid #CCCCCC;
    color: #000000;
    font-size: 18px;
    font-weight: bold;
    padding: 6px 10px;
    text-shadow: 0 1px 0 #F4F4F4;
}

#aec-modal .times {
    font-size: 16px;
}

.close {
    color: #000000;
    float: right;
    font-size: 26px;
    font-weight: bold;
    line-height: 1;
    opacity: 0.5;
    text-shadow: 0 1px 0 #FFFFFF;
}

.fc-event {
    border-style: solid;
    border-width: 0;
    cursor: pointer;
    font-size: 0.85em;
    padding: 5px;
}

.fc-button-month {
	display: none;	
}

.fc-button-agendaWeek {
	display: none;
}

.ui-datepicker .ui-datepicker-title select {
    font-size: 1.2em;
    margin: 0 3px;
}

#aec-modal .location {
    margin-bottom: 15px;
}

.fc-grid .fc-day-number {
    padding: 4px;
}


/*-------------------------------------------------
FORUMS / BULLETIN BOARD
--------------------------------------------------*/

#subscription-toggle span {
	float: right;
}

#wp-bbp_topic_content-editor-container {
	border: 1px solid #dedede;
}

div.bbp-breadcrumb p, div.bbp-topic-tags p, .bbp-breadcrumb-current {
    font-size: 22px;
}

#bbpress-forums fieldset.bbp-form legend {
	border-color: #ffffff;
	margin-bottom: 0;
}

#bbp_search {
    line-height: 19px;
    margin: 10px -5px 10px 0;
    padding: 11px 20px 10px;
}

#bbp_search_submit {
	border: 1px solid #4892dc;
    border-radius: 0;
    line-height: 20px;
}

#bbp_search_submit:hover {
	background-color: #376ea7;
	color: #ffffff;
	text-decoration: none;
	border: 1px solid #4892dc;
}

div.bbp-submit-wrapper button {
    background-color: #4892dc;
    border: 1px solid #ffffff;
    border-radius: 2px;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0), 0 0 0 rgba(255, 255, 255, 0) inset;
    color: #ffffff;
    font-size: 13px;
    font-weight: 600;
    line-height: 20px;
    margin: 10px 0;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    text-indent: 0;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 0.3);
    text-transform: uppercase;
}

div.bbp-submit-wrapper button:hover, div.bbp-submit-wrapper button:active, div.bbp-submit-wrapper button:focus {
    background-color: #376ea7;
    color: #ffffff;
    text-decoration: none;
}

div.bbp-template-notice p {
    font-size: 15px;
}

span.bbp-admin-links {
    color: #bbbbbb;
}

span.bbp-admin-links a {
    color: #555;
}

.bbp-forum-header a.bbp-forum-permalink, .bbp-topic-header a.bbp-topic-permalink, .bbp-reply-header a.bbp-reply-permalink {
    color: #000;
}

#bbpress-forums div.wp-editor-container {
	border: 1px solid #dedede;
}

.team-document h4 {
	margin-bottom: 5px;
}


.ws-plugin--s2member-pro-login-widget-remember-me {
	display: none;
}

.ws-plugin--s2member-pro-login-widget-submit input {
	line-height: 20px;
}


/*///////////////////////
CALENDAR
///////////////////////*/
h3 span,
.h3 span{
	font-size: 24px;
}

.simcal-default-calendar-light .simcal-nav-button {
    color: rgba(66,139,202,0.6);
}

.simcal-default-calendar-light .simcal-nav-button:hover,
.simcal-default-calendar-light .simcal-nav-button:focus,
.simcal-default-calendar-light .simcal-nav-button:active {
    color: rgba(66,139,202,1);
}

.simcal-default-calendar-grid .simcal-calendar-head .simcal-nav {
    padding: 20px 0;
}

/*////////////////////////
	HOLE BY HOLE TOUR
////////////////////////*/

.tour {
    margin-top: 30px;	
}

.video {
	margin-bottom: 5px;
	padding: 0;
}

.video-intro .thumbnail {
	border: 0 solid #ddd;
    border-radius: 0;
}

.thumbnail {
	padding: 0;
}

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active{
    border-color: #ddd;
	box-shadow: 0 0 0 rgba(0, 0, 0, 0) inset, 0 0 8px rgba(39, 45, 51, 0.6);
}

.hole-number {
	text-align: center;
}

.hole-number h4 {
	margin-top: 10px;
	margin-bottom: 30px;
}

.course-layout {
	margin-bottom: 20px;
	padding: 0;
}

a.course-layout:hover,
a.course-layout:focus,
a.course-layout.active{
    border-color: #ddd;
	box-shadow: 0 0 0 rgba(0, 0, 0, 0) inset, 0 0 8px rgba(39, 45, 51, 0.6);
}

.blueimp-gallery>.slides>.slide>.video-content>img {
    max-height: 600px !important;
}

.blueimp-gallery > .slides > .slide > .slide-content {
    max-width: 80%;
    max-height: 80%;
}

/*////////////////////////
Events Calendar
////////////////////////*/

.tribe-events-meta-group a {
    color: #cd4f30;
}

.tribe-events-event-meta a:focus,
.tribe-events-event-meta a:hover {
    color: #cd4f30;
}

.tribe-common .tribe-common-c-btn-border, .tribe-common a.tribe-common-c-btn-border {
	border: 1px solid #cd4f30;
	color: #cd4f30;
}

.single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button.tribe-events-c-subscribe-dropdown__button--active, .single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:focus, .single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:focus-within, .single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:hover, .tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button.tribe-events-c-subscribe-dropdown__button--active, .tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:focus, .tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:focus-within, .tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:hover {
    background-color: #cd4f30;
    color: #f9f1db;
}

.tribe-events-content a {
	border-bottom: 1px solid #cd4f30;
	color: #cd4f30;
}
.tribe-events-content a:active, .tribe-events-content a:focus, .tribe-events-content a:hover {
    border-bottom: 1px solid currentColor;
    color: #cd4f30;
}

.tribe-events .tribe-events-c-view-selector__button:before {
    background-color: #cd4f30;
}

.tribe-events .datepicker .day.active, .tribe-events .datepicker .day.active.focused, .tribe-events .datepicker .day.active:focus, .tribe-events .datepicker .day.active:hover, .tribe-events .datepicker .month.active, .tribe-events .datepicker .month.active.focused, .tribe-events .datepicker .month.active:focus, .tribe-events .datepicker .month.active:hover, .tribe-events .datepicker .year.active, .tribe-events .datepicker .year.active.focused, .tribe-events .datepicker .year.active:focus, .tribe-events .datepicker .year.active:hover {
    background: #1f4d25;
}


.tribe-event-schedule-details span {
	font-size: 17px;
}

.tribe-events-list-separator-month {
    text-align: center;
}

#tribe-events .tribe-events-button, .tribe-events-button {
	display: none;
}

.single-tribe_events .tribe-events-single-event-title {
    background: none;
    color: #000000;
}
.tribe-events-schedule h2 {
    margin-top: 0;
    margin-bottom: 1em;
}
.tribe-events-schedule h2 span {
    font-size: 1em;
}

.event-deets {
	margin-left: 20px;
	margin-right: 20px;
}

.tribe-events-list h2.tribe-events-page-title {
	text-align: left;
}
#tribe-events .tribe-events-content img.alignright {
	float: right;
}


input.rc-button, a.rc-button {
	background: #4892dc;
	border-radius: 2px;
    border: 1px solid #ffffff;
    -moz-box-shadow: 0px 0px 0px rgba(000,000,000,0), inset 0px 0px 0px rgba(255,255,255,0);
    -webkit-box-shadow: 0px 0px 0px rgba(000,000,000,0), inset 0px 0px 0px rgba(255,255,255,0);
    box-shadow: 0px 0px 0px rgba(000,000,000,0), inset 0px 0px 0px rgba(255,255,255,0);
    text-indent: 0;
    color: #ffffff;
    line-height: 20px !important;
    text-decoration: none;
    text-align: center;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 600;
    padding: 10px 40px !important;
	margin: 10px 0;
    text-shadow: 0px 1px 1px rgba(000,000,000,0.3), 0px 1px 0px rgba(255,255,255,0.3);
}
a.rc-button span {
    font-size: 13px;
	padding: 0 !important;
	line-height: 20px !important;
}


/*////////////////////////
	RESTAURANT
////////////////////////*/

a.green {
	color: #1f4d25;
}

.swiper {
	width: 100%;
	height: 100%;
}

.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;

/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.swiper {
	width: 100%;
	height: 300px;
	margin-left: auto;
	margin-right: auto;
}

.swiper-slide {
	background-size: cover;
	background-position: center;
}

.swiperGallery {
	height: 80%;
	width: 100%;
}

.swiperThumbs {
	height: 20%;
	box-sizing: border-box;
	padding: 10px 0;
}

.swiperThumbs .swiper-slide {
	width: 25%;
	height: 100%;
	opacity: 0.4;
}

.swiperThumbs .swiper-slide-thumb-active {
	opacity: 1;
}

.swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* clear fix */
.grid:after {
	content: '';
	display: block;
	clear: both;
}

/* ---- .grid-item ---- */
.grid-item {
	width: 19%;
}

.gutter-sizer {
	width: 1%;
}

.grid-item {
	float: left;
}

.grid-item img {
	display: block;
	max-width: 100%;
}

@media (max-width: 1200px) {
.grid-item {
	width: 24%;
}
}

@media (max-width: 1024px) {
.grid-item {
	width: 32%;
}

}

@media (max-width: 559px) {
.grid-item {
	width: 49%;
	height: auto;
}
.gutter-sizer {
	width: 2%;
}
.grid-item img {
	width: 100%;
	height: 100%;
}
}

#testimonials {
	background-color: #cd4f30;
}

#testimonials p {
	text-align: center !important;
}


#events-cta {
	background-color: #cd4f30;
	color: #f9f1db;
}
#events-cta h3 {
	color: #f9f1db;
}

/*----------------------------
	SPACING
----------------------------*/

.noPad {
    padding-top: 0;
    padding-bottom: 0;
}
.padTop {
    padding-top: 1.5em !important;
}
.padTop2x {
    padding-top: 2rem !important;
}
.padTop3x {
    padding-top: 3rem !important;
}
.padTop4x {
    padding-top: 4rem !important;
}
.padBtmNO {
    padding-bottom: 0 !important;
}
.padBtm2x {
    padding-bottom: 2rem !important;
}
.padBtm3x {
    padding-bottom: 3rem !important;
}
.padBtm4x {
    padding-bottom: 4rem !important;
}
.padLeftRightNO {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.padNO {
    padding: 0 !important;
}
.padLeft2x {
	padding-left: 2rem !important;
}
.padLeft3x {
	padding-left: 3rem !important;
}
.padLeft4x {
	padding-left: 4rem !important;
}
.padRight2x {
	padding-right: 2rem !important;
}
.padRight3x {
	padding-right: 3rem !important;
}
.padRight4x {
	padding-right: 4rem !important;
}
.pad1x {
	padding: 1rem !important;
}
.pad2x {
	padding: 2rem !important;
}
.pad3x {
	padding: 3rem !important;
}
.pad4x {
	padding: 4rem !important;
}

.marTop {
    margin-top: 1rem !important;
}
.marTop2x {
    margin-top: 2rem !important;
}
.marTop3x {
    margin-top: 3rem !important;
}
.marTop4x {
    margin-top: 4rem !important;
}
.marBtm {
    margin-bottom: 1rem !important;
}
.marBtm2x {
    margin-bottom: 2rem !important;
}
.marBtm3x {
    margin-bottom: 3rem !important;
}
.marBtm4x {
    margin-bottom: 4rem !important;
}
.marTopNO {
    margin-top: 0 !important;
}
.marBtmNO {
    margin-bottom: 0 !important;
}
.marLeftNO {
    margin-left: 0 !important;
}
.marRightNO {
    margin-right: 0 !important;
}
.marLeftRightNO {
    margin-left: 0 !important;
    margin-right: 0 !important;
}
.marNO {
    margin: 0 !important;
}


/*////////////////////////
MEDIA QUERIES BELOW HERE
- default widths are set here
- use the following to add specific CSS for the various widths
///////////////////////*/
@media (max-width: 1200px) {
	.navbar-nav > li > a {
		padding-left:10px;
		padding-right:10px;
	}
}


@media (max-width: 1024px) {
.navbar-nav > li > a {
	padding-left:10px;
	padding-right:10px;
}
.no-show {
	display: none;	
}

.no-show-top {
	display: none;	
}

#header-image .feat-image {
    top: 100px;
}

#navbg-image .nav-image {

	top: 100px;
}

.navbar-nav {
    margin-left: 100px;
}

#driver {
    margin: 100px 0 30px;
}

.driver {
    margin: 100px 0 30px;
}

#btn {
    margin-left: 0;
    margin-right: 0;
}

.btn-green, .btn-blue, .btn-red {
    margin-left: 0;
    margin-right: 0;
}

.btn-content {
	min-height: 100px;	
}

#secondary {
    margin-top: 60px;
}


}

@media (max-width: 992px) {

.no-show-top {
	display: none;	
}

.no-show {
	display: none;	
}

.presidio-logo {
	margin: 10px 0;
}

.navbar-nav {
    margin-left: 0;
}

.navbar-nav > li > a {
    padding-left: 15px;
    padding-right: 15px;
}

.navbar {
    top: 0;
}

.nav-first {
	background-image: none !important;	
}

#btn {
	margin-left: 0;
	margin-right: 0;	
}

.btn-green, .btn-blue, .btn-red {
    margin-left: 0;
    margin-right: 0;
}

.btn-content {
	min-height: 0;	
}

#driver {
    margin: 50px 0 30px;
}

.driver {
    margin: 50px 0 30px;
}

section {
	padding-bottom: 20px;	
}

.tribe-events-loop .tribe-events-event-meta {
    background: #ffffff;
    border: 0;
}
.tribe-events-list .tribe-events-venue-details {
    border-top: 0;
    margin-top: 5px;
    padding: 2px 12px 0 0;
}
.tribe-events-list .time-details, .tribe-events-list .tribe-event-schedule-details {
    margin-bottom: 0;
    padding: 0;
}
.tribe-events-loop .tribe-events-event-meta {
    margin-top: 0;
    margin-bottom: 0;
    padding: 12px 0 15px;
}

}

@media (max-width: 767px) {
ul.dropdown-menu {
	display:block;
	position:relative;
	width:auto !important;
	background-color: transparent;
	padding: 0 0 10px;
}
.nav > li {
	clear:both;
}
.navbar-collapse {
	max-height:none !important;
}

.navbar-nav > li > .dropdown-menu {
    text-align: left;
    width: 100%;
}

.navbar-nav .open .dropdown-menu {
    background-color: transparent;
}

.navbar-nav .open .dropdown-menu > li > a,
.navbar-nav .open .dropdown-menu .dropdown-header {
	padding: 8px 30px 8px 20px;
}

.navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #888888;
}

.dropdown-menu > li > a {
    color: #888888;
    font-size: 14px;
    margin: 0 15px;
	padding: 8px 30px 8px 20px;
}

.dropdown-menu .current-menu-item > a,
.dropdown-menu .current-page-ancestor > a {
    color: #ffffff !important;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus
.dropdown-menu > li > a:active {
    color: #ffffff;
}

.dropdown-menu > li {
	display: block;
}
	
.no-show {
	display: none;	
}

.presidio-logo {
	text-align: center;
}
.presidio-logo img {
	margin: 0 auto;
}

#header-image .feat-image {
    top: 110px;
}

.home-title {
	padding-bottom: 15px;
}

.home-nav li {
	background: transparent;
	padding: 10px;
	display: inline-block;	
}

.nav-first {
	background: transparent !important;
	padding: 10px !important;
	margin-left: 0 !important;
}

.navbar {
	top: 0;
}

.navbar-nav {
    margin-left: 0;
}

.trust-text {
	width: 50%;
}
.trust-logo {
	float: right;
	width: 50%;	
}

#driver {
	margin: 30px 0 30px;
}

.driver {
	margin: 15px 0 0;
}

#driver-historic {
	margin: 30px 0 30px;
}
	
.page-header {
	margin-bottom: 6.3rem !important;
}

.footer-widgets {
	padding-bottom: 30px;
}

#site-generator {
    text-align: center;
}

.social-icons-foot {
	float: none;
	text-align: center;
}

.trust-foot p {
	text-align: left;
	float: none;
}

#btn {
	margin-left: 0;
	margin-right: 0;	
}

.btn-green, .btn-blue, .btn-red {
    margin-left: 0;
    margin-right: 0;
}

#aec-modal-container {
	width: 100% !important;	
}

.interior {
	width: 100%;
}
	
h1.interior {
	width: 85%;
}

.entry-content {
    margin-top: 100px;
}
	
.hero-slider .entry-content {
	margin-top: 30px;
}
	
.tribe-events-event-image img {
    width: 100%;
    height: auto;
}

	


}


@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
	}
}