/*
Theme Name: Ballybunion Golf Club
Theme URI: ****************
Description: Main Theme
Version: 1.0
Author: 
Author URI: 
*/

/* 

COLOURS 



*/

@import "css/layout.css";
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400italic,600italic,700italic,400,600,700|Vollkorn:400italic,700italic,400,700);


@font-face {
    font-family: 'vollkornitalic';
    src: url('fonts/vollkorn-italic-webfont.eot');
    src: url('fonts/vollkorn-italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/vollkorn-italic-webfont.woff') format('woff'),
         url('fonts/vollkorn-italic-webfont.ttf') format('truetype'),
         url('fonts/vollkorn-italic-webfont.svg#vollkornitalic') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* CSS Reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  	margin: 0;
  	padding: 0;
  	border: 0;
  	outline: 0;
  	line-height: inherit;
  	font-weight: inherit;
  	font-style: inherit;
  	font-size: 14px;
  	font-family: 'Open Sans', Helvetica, Arial, Verdana, 'san-serif';
  	vertical-align: baseline;
  	letter-spacing: 0.25px;
}

::selection {
	background:#c5a23c;
	color:#fff;
	text-shadow: none;
}
::-moz-selection {
	background:#c5a23c;
	color:#fff;
	text-shadow: none;
}
::-webkit-selection {
	background:#c5a23c;
	color:#fff;
	text-shadow: none;
}

a, input, textarea {outline: 0;}


/* Generic Elements  */
body, html {
	overflow-x: hidden;
}
body { 
	background-color: #f9f2ea; 
} 
a { 
	color: #73091d; 
	text-decoration: none; 
	font-size: inherit; 
	font-family: inherit; 
	-webkit-transition: all ease-in-out 0.3s;
	-moz-transition: all ease-in-out 0.3s;
	-o-transition: all ease-in-out 0.3s;
	transition: all ease-in-out 0.3s; 
}
a:hover, a:focus { 
	color: #665f57; 
}
h1, h2, h3, h4, h5, h6 { 
	color: #620004; 
	margin: 0 0 10px; 
	font-weight: 400;
}
p { 
	line-height: 30px; 
	font-size: 14px;
	color: #665f57; 
	margin: 0 0 30px; 
	font-weight: 400;
}
h1 { 
	font-size: 24px;
	margin-bottom: 50px;
	line-height: 24px;
	text-transform: uppercase;
}
h2 { 
	font-size: 24px;
	margin-bottom: 50px;
	line-height: 24px;	
	text-transform: uppercase; 
}
h3 { font-size: 20px; line-height: 24px; }
h4 { font-size: 20px; line-height: 26px; }
h5 { font-size: 14px; line-height: 18px; }

ul { margin: 0 20px 10px; color: #665f57; }
ol { margin: 0 20px 10px; color: #665f57; }
li { line-height: 24px; }

table { 
	margin-bottom: 10px; 
}
tr { 
	padding-bottom: 10px; 
}
td { 
	padding: 0 40px 0 0; 
} 
strong { 
	font-weight: bold; 
	font-size: inherit;
	font-family: inherit; 
}
em { 
	font-style: italic; 
	font-size: inherit; 
	font-family: inherit; 
}
address {
	line-height: 18px; 
	color: #665f57; 
	margin: 0 0 20px;
}
span {
	font-size: inherit;
}


/* Utility Classes */
.left { 
	float: left; 
}
.right { 
	float: right; 
}
.clear { 
	clear:both;
	display:block;
	content:'';
	font-size:0px;
	line-height:0px;
}
.line { 
	height: 1px; 
	background-color: #e4ddd3; 
	margin: 40px 0 40px; 
	clear: both; 
	display: block;
}
.hidden { 
	position:absolute;
	left:-10000px;
	top:auto;
	width:1px;
	height:1px;
	overflow:hidden; 
}
.uppercase {
	text-transform: uppercase;
	font-size: inherit;
	font-weight: inherit;
	font-family: inherit;
}
.button {
	padding: 7px 50px 7px 15px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	text-transform: uppercase;
	font-size: 14px;
	line-height: 18px;
	overflow: hidden;
	font-weight: 400;
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	transition: none;
	display: inline-block;
	zoom:1; *display: inline; _height: 36px;
	position: relative;
}
.button.yellow {
	color: #fff;
	background-color: #c6a144;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(198, 161, 68)),to(rgb(214, 175, 77)));
	background-image: -webkit-linear-gradient(top, rgb(198, 161, 68), rgb(214, 175, 77));
	background-image: -moz-linear-gradient(top, rgb(198, 161, 68), rgb(214, 175, 77));
	background-image: -o-linear-gradient(top, rgb(198, 161, 68), rgb(214, 175, 77));
	background-image: -ms-linear-gradient(top, rgb(198, 161, 68), rgb(214, 175, 77));
	background-image: linear-gradient(top, rgb(198, 161, 68), rgb(214, 175, 77));
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#c6a144', EndColorStr='#d6af4d');
	border-bottom: 3px solid #b08e2e;
}
.button.red {
	color: #c6a144;
	background-color: #720c1f;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(114, 12, 31)),to(rgb(128, 16, 37)));
	background-image: -webkit-linear-gradient(top, rgb(114, 12, 31), rgb(128, 16, 37));
	background-image: -moz-linear-gradient(top, rgb(114, 12, 31), rgb(128, 16, 37));
	background-image: -o-linear-gradient(top, rgb(114, 12, 31), rgb(128, 16, 37));
	background-image: -ms-linear-gradient(top, rgb(114, 12, 31), rgb(128, 16, 37));
	background-image: linear-gradient(top, rgb(114, 12, 31), rgb(128, 16, 37));
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#720c1f', EndColorStr='#801025');
	border-bottom: 3px solid #560716;
}
.button:hover,
.button:focus {
	border-bottom: 0;
	margin-top: 3px;

}
.button .button-arrow {
	background-repeat: no-repeat;
	background-position: center center;
	height: 31px;
	width: 26px;
	position: absolute;
	right: 10px;
	top: 2px;
}
.button.yellow .button-arrow {
	background-image: url('images/yellow-button-bg.png');
}
.button.red .button-arrow {
	background-image: url('images/red-button-bg.png');
}
.beige-title {
	font-size: 18px;
	line-height: 18px;
	color: #620004;
	font-weight: 700;
	display: inline-block;
	zoom:1; *display: inline; _height: 44px;
	margin-bottom: 30px;

}
.red-arrow-link {
	color: #73091d;
	border-bottom: 1px solid #73091d;
	font-family: 'Vollkorn', ''Cambria'', Georgia, serif;
	cursor: pointer;
	font-style: italic;
	font-size: 18px;
	display: inline;
	background-repeat: no-repeat;
	background-image: url('images/course-wrapper-links-arrow.jpg');
	background-position: right center;
	padding-right: 30px;
	text-decoration: none !important;
}
.red-arrow-link:hover,
.red-arrow-link:focus {
	padding-right: 34px;
	border-bottom: none;
}



/* General Layout Rules */
.outer-wrapper {
	position: relative;
}
.inner-wrapper {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
}
.wrapper { 
	width: 98.33334%;
	margin: 0 0.83333%;
	position: relative; 
}
.site-header {
	width: 100%;
	position: relative;
	z-index: 1030;
}
.media-link {
	color: #73091d;
	text-transform: uppercase;
	padding: 20px 20px 15px 15px;
	margin-top: 45px;
	font-weight: 700;
	text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.2);
	text-align:center;
	background: url('images/media_centre.png') no-repeat 30px 5px;
	line-height:14px;
	font-size:12px;
	margin-right:10px;
}
.members-link {
	color: #73091d;
	text-transform: uppercase;
	padding: 18px 12px 18px 12px;
	-webkit-border-radius: 40px;
	border-radius: 40px;
	background-color: transparent;
	border: 1px solid rgba(58, 86, 121, 0.5);
	-webkit-box-shadow: inset 0px 1px 1px 0px rgba(255, 255, 255, 0.5);
	box-shadow: inset 0px 1px 1px 0px rgba(255, 255, 255, 0.5);
	margin-top: 45px;
	font-weight: 700;
	line-height:16px;
	font-size:12px;
	text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.2);
	position:relative;
}
.members-link img {
	position:absolute;
	bottom:-20px;
	left:28px;
}
.logo-link {
	height: 111px;
	width: 76px;
	display: block;
	margin: 20px 3.333333% 0 0;
	float: left;
}
#home-navigation-wrapper {
	width: 110px;
	float: right;
	position: relative;
	z-index: 3000 !important;
}
.home-navigation {
	position: fixed;
	top: 200px;
	margin: 0;
}
.home-navigation li {
	list-style-type: none;
	display: block;
	line-height: 14px;
}
.home-navigation li.current {
	text-indent: 0;
}
.home-navigation li a {
	background-image: url('images/home-navigation-wrapper-bg.png');
	background-repeat: no-repeat;
	background-position: right 0;
	display: block;
	height: 18px;
	padding-right: 25px;
	width: 110px;
	font-size: 11px;
	text-transform: uppercase;
	color: #f8f2ea;
	/* text-shadow:0 0 1px rgba(0,0,0,0.3); */
	text-indent: -9999px;
	overflow: hidden;
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	transition: none;
}
.home-navigation li a:hover,
.home-navigation li a:focus,
.home-navigation li.current a {
	background-position: right -18px;
	text-indent: 0px;
	overflow: hidden;
	text-align: right;
}
.home-navigation li.last a {
	height: 13px;
	/* color: #ece3d7; */
}





/* Main Navigation */
.menu-main-navigation-container {
	float: left;
	margin-top: 55px;
}
#menu-main-navigation {
	
}
#menu-main-navigation > li {
	margin-right: 15px;
	display: inline-block;
	zoom:1; *display: inline; _height: 37px;
	position: relative;
}
#menu-main-navigation > li > a {
	color: #fff;
	text-transform: uppercase;
	padding: 5px 5px;
	display: block;
	font-size: 14px;
	border-bottom: 3px solid transparent;
}
#menu-main-navigation > li > a:hover,
#menu-main-navigation > li > a:focus,
#menu-main-navigation > li.current-menu-item > a,
#menu-main-navigation > li.current-page-ancestor > a {
	border-bottom: 3px solid #ffffff;
}
#menu-main-navigation > li.menu-item-213 > a {
	padding-right: 40px;
	background-image: url('images/shop-nav-bg.png');
	background-repeat: no-repeat;
	background-position: right center;
}
#menu-main-navigation li .sub-menu {
	display: none;
	position: absolute;
	top: 37px;
	left: 0;
}


.mobile-main-nav-toggle {
	display: none;
	font-size: 14px;
	text-transform: uppercase;
	background-image: url('images/mobile-main-nav-toggle.png');
	background-repeat: no-repeat;
	background-position: right top;
	float: left;
	color: #fff;
	font-weight: 600;
	margin: 60px 0 0 20px;
	letter-spacing: 0.25px;
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	transition: none;
	padding: 5px 30px 5px 5px;
	border-right: 5px solid transparent;
}






/* Homepage Section: Parallax Homepage */
.parallax-container {
	z-index: 2000 !important;
	position: relative;
}



/* Homepage Section: Parallax Section 1: Slider */
#parallax-section-1 { 
	min-width: 100%;
	margin-top: -131px;
	z-index: 1;
}
#parallax-section-1 .images {
	height: 100%;
	width: 100%;
	position: relative;
}
#parallax-section-1 .images .pane {
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
	background-repeat: no-repeat;
	background-position: top center;
}
.inner-wrapper .slidetabs {
	position: absolute;
	top: -40px;
}
.slidetabs a {
	background-image: url('images/slidetabs.png');
	background-repeat: no-repeat;
	background-position: 0 0;
	height: 15px;
	width: 15px;
	float: left;
	margin-right: 5px;
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	transition: none;
}
.slidetabs a:hover,
.slidetabs a:focus,
.slidetabs a.current {
	background-position: 0 -15px;
}


/* Homepage Section: Parallax Sections */
.red-bar {
	padding-top: 50px;
	background: url('images/red-bar.png');
	background-repeat: repeat-x;
	background-position: top center;
	height: 109px;  
	margin-top: -40px;

}
.red-bar.single-line {
	padding-top: 70px;
	height: 89px; 
}
.red-bar p {
	font-size: 24px;
	line-height: 22px;
	font-style: italic;
	color: #c7a23a;
	text-shadow: 0px -1px 1px #4e0310;
	filter: dropshadow(color=#4e0310, offx=0, offy=-1);
	font-family: 'Vollkorn', ''Cambria'', Georgia, serif;
	letter-spacing: 1.5px;
	text-align: center;
	font-weight: 400;
}
#parallax-section-3,
#parallax-section-4 {
	min-height: 1000px; 
	background-color: #f9f2ea;
	background-repeat: no-repeat;
	background-position: top center;
	position: relative;
}
#parallax-section-3 {
	background-image: url('images/parallax-2.jpg');
}
#parallax-section-4 {
	background-image: url('images/parallax-3.jpg');
}
#parallax-section-3 .red-bar {
	position: absolute;
	bottom: 0px;
	width: 100%;
}
.circular-text {
	height: 443px;
	width: 443px;
	display: block;
	background-image: url('images/circular-text-bg.png');
	background-repeat: no-repeat;
	background-position: top center;
	z-index: 3000;
	position: absolute;
	left: 10px;
	top: 200px;
}
.circular-text-large {
	height: 537px;
	width: 537px;
	display: block;
	background-repeat: no-repeat;
	background-position: top center;
	z-index: 3000;
	position: absolute;
	right: 160px;
	top: 200px;
	background-image: url('images/large-circular-text-bg.png');
}
.circular-text h2 {
	margin: 80px 20px 30px;
	font-size: 30px;
	line-height: 30px;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
} 
.circular-text-large h2 {
	margin: 135px 20px 30px;
	font-size: 30px;
	line-height: 30px;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
}
.circular-text p,
.circular-text-large p  {
	color: #fff;
	text-align: center;
	margin: 0 60px 0;
	font-size: 14px;
	line-height: 38px;
}
.circular-text-large p {
	margin: 0 80px;
}



/* Homepage Section: The Courses */
.beige-wrapper {
	background-color: #ece3d7;
}
#the-courses-home {
	width: 100%;
	position: relative;
	z-index: 2200;
	margin-top: -50px;
	margin-bottom: 100px;
}
.beige-wrapper-arrow {
	bottom: -20px;
	left: 50%;
	margin-left: -20px;
	position: absolute;
	z-index: 3000;
}
.the-courses-home-text {
	width: 535px;
	float: right;
	margin: 75px 160px 75px 0;
	text-align: center;
}
.the-courses-home-text h2,
.the-courses-home-text p,
.the-courses-home-text a {
	color: #620004;
}
.the-courses-home-text p {
	font-size: 14px;
	line-height: 38px;
	margin-bottom: 15px;
}
.the-courses-home-text a {
	font-family: 'Vollkorn', ''Cambria'', Georgia, serif;
	font-size: 24px;
	font-style: italic;
	font-weight: 400;
	text-decoration: underline;
}
.the-courses-home-text a:hover,
.the-courses-home-text a:focus {
	text-decoration: none;
}
.the-courses-home-image {
	float: left;
	margin: 55px 0;
}


/* Home Footer Thirds */
.home-footer-link-section {
	padding: 33px 42px 38px;
	margin: 0 40px 80px 0;
	float: left;
	width: 141px;
	/*height: 329px;*/
	min-height:429px;
	text-align: center;
	position: relative;
}
.weather-footer-link-section {
	width: 180px;
	padding: 13px 22px 38px;
	height: 349px;
}
.home-footer-link-section.subscribe p {
	/* top:180px; */
	margin:10px 0 15px;
}
#wpcf7-f429-t1-o1 {
	position: absolute;
	top: 80px;
	left: 40px;
}
form.wpcf7-form input[type='text'], form.wpcf7-form input[type='email'] {
	background:#FFFFFF;
	height:25px;
	color:#777777;
	font-style:italic;
	font-size:14px;
	margin-bottom:5px;
	padding:0 5%;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	border:0;
}
form.wpcf7-form input[type='submit'] {
	text-indent:0px;
	text-transform:uppercase;
	position:relative;
	float:left;
	top:0px;
	background: url('images/yellow-button-bg.png') no-repeat center right transparent;
	width: 100%;
	color: #fff;
	font-size:14px;
	border:0;
	padding-right:40px;
}
form.wpcf7-form span.submit_wrapper {
	padding:0px 10px 0px 15px;
	display:block;
	width:115px;
	bottom:auto !important;
	left:5px !important;
	top:auto;
	right:auto;
	margin-top:5px;
}
form.wpcf7-form div.wpcf7-response-output {

}
form.wpcf7-form .ajax-loader {
	position:absolute;
}
.home-footer-link-section.first {
	margin-left: 80px;
}
.home-footer-link-section.last {
	margin-right: 0;
}
.home-footer-link-section h3 {
	color: #c7a23a;
	font-size: 18px;
	text-transform: uppercase;
	line-height: 18px;
	padding-top: 115px;
}
.gallery-footer-link-section h3 {
	background-image: url('images/gallery-footer-link-section-bg.jpg');
	background-repeat: no-repeat;
	background-position: top center;
}
.specials-footer-link-section h3 {
	background-image: url('images/specials-footer-link-section-bg.jpg');
	background-repeat: no-repeat;
	background-position: top center;
}
.gallery-footer-link-section p,
.specials-footer-link-section p {
	color: #665f57;
	font-family: 'Open Sans', Helvetica, Arial, Verdana, 'san-serif';
	font-weight: 400;
	font-size: 14px;
	line-height: 18px;
	position: absolute;
	top: 205px;
	width: 141px;
}

.home-footer-link-section.gallery-footer-link-section p,
.home-footer-link-section.specials-footer-link-section p {
	position:relative;
	top:auto;
}

.weather-footer-link-section p {
	position: relative;
}
.home-footer-link-section .button {
	bottom: 38px;
	position: absolute;
	width: 85px;
	left: 42px;
	cursor: pointer;
	z-index: 4000;
	padding-right: 40px;
}
.footer-tagline {
	font-size: 24px;
	line-height: 32px;
	color: #736357;
	font-style: italic;
	font-weight: 400;
	font-family: 'Open Sans', Helvetica, Arial, Verdana, 'san-serif';
	text-transform: none;
	text-align: center;
	letter-spacing: 0.5px;
	padding-bottom: 65px;
	margin-bottom: 0;	
}
.footer-tagline-button {
	text-align: center;
	left: 50%;
	margin-left: -98px;
	position: absolute;
}
.st_sharethis_hcount {
	margin-left: -64px;
	left: 50%;
	position: absolute;
	bottom: -90px;
	z-index: 900;
}



/* Weather Widget */
.jb-weather-widget-3 .ww3_front_degree p {
	color: #c7a23a !important;
	font-weight: 400 !important;
	font-family: 'Open Sans', Helvetica, Arial, Verdana, 'san-serif' !important;
}
.jb-weather-widget-3 .ww3_container_back {
	background-color: #665f57 !important;
}
.ww3_back_footer {
	display: none !important;
}
.jb-weather-widget-3 .ww3_front_degree {
	margin-top: 25px !important;
}
.jb-weather-widget-3 .ww3_location p {
	color: #665f57 !important;
	font-family: 'Open Sans', Helvetica, Arial, Verdana, 'san-serif';
	font-weight: 400 !important;
	font-size: 14px !important;
	line-height: 18px !important;
	position: absolute;
	top: 200px;
	width: 180px;
	padding: 0  !important;
}




/* Inner Pages */
.small-inner-header-bg,
.large-inner-header-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	overflow: hidden;
	z-index: 1;
	border-bottom: 1px solid #fff;
	background-color: #f9f2ea;
	background-repeat: no-repeat;
	background-position: top center;
}
.large-inner-header-bg {
	height: 1024px;	
}
.small-inner-header-bg {
	height: 230px;
}
.inner-content-wrapper {
	margin-top: 100px;
	width: 71.61018%;
	padding: 55px 4.66101%;
	float: right;
	background-color: #f8f2ea;
	min-height: 900px;
	position: relative;
	z-index: 3000;
}
.inner-content-wrapper a {
	text-decoration: underline;
}
.inner-content-wrapper a:hover,
.inner-content-wrapper a:focus {
	text-decoration: none;
}
.page-title,
.inner-content-wrapper h2 {
	font-size: 24px;
	margin-bottom: 50px;
	line-height: 40px;
}
.inner-content-wrapper ul {
	margin-bottom: 40px;
}
.inner-content-wrapper ul li {
	font-size: 14px;
	font-family: 'Open Sans', Helvetica, Arial, Verdana, 'san-serif';
	line-height: 22px;
	margin-bottom: 10px;
}



/* Inner Page: Sidebar Nav */
.inner-sidebar-navigation {
	position: absolute;
	top: 355px;
	width: 205px;
	background-color: #f8f2ea;
	-webkit-box-shadow: inset 0px 0px 1px 1px rgba(167, 153, 135, 0.2);
	box-shadow: inset 0px 0px 1px 1px rgba(167, 153, 135, 0.2);
	border-bottom: 1px solid #fff;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	overflow: hidden;
	z-index: 3000;
}
.inner-sidebar-navigation ul {
	margin: 0;
}
.inner-sidebar-navigation ul li {
	text-align: center;
	display: block;
	list-style-type: none;
	position: relative;
}
.inner-sidebar-navigation ul li a {
	color: #d7cdbf;
	padding: 28px 20px 28px;
	display: block;
	text-transform: uppercase;
	line-height: 18px;
	border-bottom: 1px solid #e9e1d7;
	-webkit-box-shadow: 0px 1px 1px 0px #ffffff;
	box-shadow: 0px 1px 1px 0px #ffffff;
}
.inner-sidebar-navigation ul li a:hover,
.inner-sidebar-navigation ul li a:focus {
	color: #6a0a1d;
}
.inner-sidebar-navigation ul li.current a {	
	background-color: #6a0a1d;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(106, 10, 29)),to(rgb(91, 8, 24)));
	background-image: -webkit-linear-gradient(top, rgb(106, 10, 29), rgb(91, 8, 24));
	background-image: -moz-linear-gradient(top, rgb(106, 10, 29), rgb(91, 8, 24));
	background-image: -o-linear-gradient(top, rgb(106, 10, 29), rgb(91, 8, 24));
	background-image: -ms-linear-gradient(top, rgb(106, 10, 29), rgb(91, 8, 24));
	background-image: linear-gradient(top, rgb(106, 10, 29), rgb(91, 8, 24));
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#6a0a1d', EndColorStr='#5b0818');
	border-bottom: 1px solid transparent;
}
.inner-sidebar-navigation ul li.current a:hover,
.inner-sidebar-navigation ul li.current a:focus {
	color: #d7cdbf;
}
.inner-sidebar-navigation ul li a span { 
	width: 22px;
	height: 13px;
	position: absolute;
	bottom: -12px;
	left: 50%;
	margin-left: -11px;
	background-image: url('images/sidenav-arrow.png');
	z-index: 1000;
}
.inner-sidebar-navigation ul li.current a span {
	background-image: url('images/sidenav-current.png');
}
.inner-sidebar-navigation ul li.last a span {
	background-image: none;
}
.sidenav-arrow {
	
}




/* Courses Section */
.course-wrapper {
	padding-bottom: 40px;
	border-bottom: 1px solid #e4ddd3;
	margin-bottom: 40px;
}
.course-wrapper img {
	width: 61.53846%;
	height: auto;
	margin-top: 30px;
}
.course-text-wrapper {
	width: 35.50295%;
	float: left;
}
.course-wrapper .beige-title {
	margin-bottom: 50px;
}
.course-text-wrapper p {
	font-size: 16px;
	line-height: 24px;
	font-family: 'Open Sans', Helvetica, Arial, Verdana, 'san-serif';
	margin-bottom: 30px;
}
.course-wrapper-links {
	margin: 0;
}
.inner-content-wrapper .course-wrapper-links li {
	display: inline-block;
	margin-right: 20px;
	zoom:1; *display: inline; _height: 25px;
	margin-bottom: 10px;
	clear:both;
	width:100%;
}
.inner-content-wrapper .course-wrapper-links li.last {
	margin-right: 0;
}
.inner-content-wrapper .course-wrapper-links li a {
	margin-bottom:15px;
	background-image: url('images/course-wrapper-links-arrow.jpg');
	background-position: right center;
	background-repeat: no-repeat;
	padding-right: 30px;
	font-style: italic;
	text-decoration: underline;
	font-size: 18px;
}
.inner-content-wrapper .course-wrapper-links li a:hover,
.inner-content-wrapper .course-wrapper-links li a:focus {
	text-decoration: none;
}





/* Course Gallery Section */
.gallery-section {
	background-repeat: no-repeat;
	background-size: cover;
	height: 250px;
	width: 46.15384%;
	float:left;
	position: relative;
}
.video-gallery.gallery-section {
	float: right;
}
.gallery-section h3 {
	font-size: 24px;
	line-height: 26px;
	padding-top: 40px;
	margin-top: 80px;
	color: #fff;
	font-family: 'Open Sans', Helvetica, Arial, Verdana, 'san-serif';
	background-repeat: no-repeat;
	background-position: top center;
	text-align: center;
	-webkit-transition: all ease-in-out 0.3s;
	-moz-transition: all ease-in-out 0.3s;
	-o-transition: all ease-in-out 0.3s;
	transition: all ease-in-out 0.3s;
}
.gallery-section:hover h3,
.gallery-section:focus h3 {
	padding-top: 45px;
}
.image-gallery.gallery-section h3 {
	background-image: url('images/image-gallery-heading-bg.png');
}
.video-gallery.gallery-section h3 {
	background-image: url('images/video-gallery-heading-bg.png');
}
.gallery-section a {
	height: 100%;
	width: 100%;
	display: block;
	position: absolute;
	z-index: 1000;
}

/* Course Rankings Section */
.course-rankings {
	margin: 0 0 20px;
}
.course-rankings li {
	list-style-type: none;
	font-size: 16px;
	line-height: 20px;
	margin-bottom: 15px;
	color: #665f57;
	font-family: 'Open Sans', Helvetica, Arial, Verdana, 'san-serif';
}
.course-ranking-year {
	color: #736357;
	font-size: 24px;
	margin-right: 10px;
	font-style: italic;
	font-weight: 400;
	font-family: 'Open Sans', Helvetica, Arial, Verdana, 'san-serif';
}


/* The Clubhouse Page */
.club-officer {
	width: 15.38461%;
	padding: 20px 2.36686% 40px;
	margin-right: 6.50887%;
	float: left;
}
.club-officer.last {
	margin-right: 0;
}
.club-officer img {
	margin-bottom: 20px;
}
.club-officer .club-officer-year {
	color: #736357;
	font-size: 16px;
	font-style: italic;
	font-family: 'Open Sans', Helvetica, Arial, Verdana, 'san-serif';
}
.club-officer .club-officer-position {
	color: #736357;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 700;
}
.club-officer .club-officer-name {
	color: #665f57;
	font-size: 16px;
	font-family: 'Open Sans', Helvetica, Arial, Verdana, 'san-serif';
}
.club-officer .club-officer-year,
.club-officer .club-officer-position,
.club-officer .club-officer-name {
	display: block;
	margin-bottom: 10px;
	text-align: center;
}
.club-officers-footer {
	margin-bottom: 40px;
}
.club-officers-footer p,
.officer-message p {
	font-size: 14px;
	line-height: 24px;
	font-family: 'Open Sans', Helvetica, Arial, Verdana, 'san-serif';
}
.club-officers-footer p a {
	font-style: italic;
}
.officer-message {
	margin-bottom: 60px;
}



/* Club History Section */
.full-width-image {
	width: 100%;
	height: auto;
	margin-bottom: 40px;
}



/* Single Column Template */
.one-column-wrapper {
	padding: 55px 4.66101%;
	background-color: #f8f2ea;
	margin-top: 100px;
	position: relative;
	z-index: 1000;
	min-height: 700px;
}
.gallery-links {
	margin: 0 20px 50px;
}
.gallery-links li {
	display: inline-block;
	zoom:1; *display: inline; _height: 56px;
	margin-right: 20px;
}
.gallery-links li a {
	display: block;
	padding: 15px 30px;
	color: #756f66;
	background-color: transparent;
	border: 1px solid #e9e1d7;
	-webkit-border-radius: 30px;
	border-radius: 30px;
	-webkit-box-shadow: 0px 1px 1px 0px #fff;
	box-shadow: 0px 1px 1px 0px #fff;
	text-transform: uppercase;
}
.gallery-links li a:hover,
.gallery-links li a:focus,
.gallery-links li.current a {
	background-color: #d3cbc0;
	color: #fff;
	border-color: #cec4b8;
}
.gallery-thumbnails {
		margin: 0 0 10px;
}
.gallery-thumbnails li {
	margin: 0 1.86915% 40px;
	width: 21.02803%;
	height: auto;
	float: left;
	list-style-type: none;
	overflow: hidden;
}
.gallery-thumbnails li img {
	display: block;
	width: 100%;
	height: auto;
}
#pagination {
	
}
#pagination li {
	list-style-type: none;
	display: none;
}
#pagination .prev,
#pagination .next {
	color: #73091d;
	border-bottom: 1px solid #73091d;
	font-family: 'Open Sans', Helvetica, Arial, Verdana, 'san-serif';
	cursor: pointer;
	font-style: italic;
	font-size: 18px;
	display: block;
	background-repeat: no-repeat;
}
#pagination .prev {
	clear: both;
	float: left;
	margin-left: 10px;
	background-image: url('images/beige-wrapper-arrow-left.jpg');
	background-position: left center;
	padding-left: 30px;
}
#pagination .next {
	clear: both;
	float: right;
	margin-right: 10px;
	background-image: url('images/course-wrapper-links-arrow.jpg');
	background-position: right center;
	padding-right: 30px;
}
#pagination .prev:hover,
#pagination .next:hover,
#pagination .prev:focus,
#pagination .next:focus {
	border-bottom: 1px solid transparent;
}

.video-embed-wrapper {
	width: 46%;
	margin: 0 2% 30px;
	float: left;
}




/* Visitors Page */
#visitors p,
.vollkorn-text,
.vollkorn-text p {
	font-size: 14px;
	font-family: 'Open Sans', Helvetica, Arial, Verdana, 'san-serif';
}
.vollkorn-text strong {
	color: #736357;
	font-weight: normal;
}
.red-highlight {
	color: #73091d !important;
}
.price-list {
	width: 300px;
	margin: 0 0 20px !important;
}
.price-list li {
	list-style-type: none;
	height: 40px;
}
.price-list li span {
	font-size: 16px;
	font-family: 'Open Sans', Helvetica, Arial, Verdana, 'san-serif';
}
.price-list li span.right {
	font-size: 18px;
}
.page-section h4 {
	font-size: 16px;
	color: #736357;
	text-transform: uppercase;
	font-weight: 600;
}
#faqsandreviews {
	padding-bottom: 100px;
}
.course-price-table {
	margin: 20px 0 40px;
	border: 3px solid #665f57;
	width: 100%;
}
.course-price-table td,
.course-price-table th {
	text-align: center;
	padding: 20px;
	border-right: 1px solid #665f57;
}
.course-price-table td {
	padding: 15px 20px;
}
.course-price-table th {
	background-color: #e9e2d8;
	font-size: 16px;
	color: #665f57;
	font-weight: 600;
	border-bottom: 1px solid #665f57;
}
.course-price-table td {
	font-size: 24px;
	font-family: 'Open Sans', Helvetica, Arial, Verdana, 'san-serif';
}



/* Hole by Hole Guide */
.hole-by-hole-text h4 {
	text-transform: uppercase;
	color: #665f57;
	margin-bottom: 40px;
}
.hole-by-hole-text {
	width: 42.37288%;
	float: left;
	margin-bottom: 30px;
}
.hole-image {
	margin-right: 11.8644%;
	margin-bottom: 30px;
}
.hole-by-hole-guide-wrapper {
	position: relative;
}
.hole-tabs-wrapper {
	position: absolute;
	left: 200px;
	top: 0;
	width: 220px;
	margin-bottom: 10px;
	z-index:100;
}
.hole-tabs-wrapper-inner {
	border: 1px solid #e9e1d7;
	padding: 12px 20px;	
	text-transform: uppercase;
	font-size: 14px;
	color: #756f66;
	font-weight: 600;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0px 0px 2px 0px #fff;
	box-shadow: 0px 0px 2px 0px #fff;
	cursor: pointer;
	position: relative;
	background-image: url('images/hole-number-bg.jpg');
	background-repeat: no-repeat;
	background-position: 133px center;
}
.hole-tabs {
	display: none;
	position: absolute;
	background-color: #f9f2ea;
	margin: 0;
	border: 1px solid #e9e1d7;
	border-bottom: none;
	border-top: none;
	margin-top: -5px;
	padding-top: 5px;
	right: 0;
	z-index: 9999;
}
.hole-tabs li {
	list-style-type: none;
	display: block;	
	text-align: right;
	border-bottom: 1px solid #e9e1d7;
	text-align: center;
}
.hole-tabs li a {
	display: block;
	padding: 0px 20px;
	font-weight: 600;
}
.hole-tabs li a:hover,
.hole-tabs li a:focus {
	background-color: #fdfaf6;
}
.current-hole {
	font-size: 24px;
	color: #73091d;	
	left: 385px;
	top: 5px;
	position: absolute;
	z-index: 1;
}




/* Map Page Template */
.fullwidth-inner-content-wrapper {
	min-height: 500px;
	margin-top: 100px;
	padding-top: 45px;
}
.contact-page-form {
	width: 30.08474%;
	float: right;
	margin-right: 19.06779%;
}
#wpcf7-f239-p255-o1 {
	width: 360px;
}
.wpcf7 {
	position: relative;
}
.wpcf7 p {
	margin-bottom: 5px;
}
.wpcf7-text,
textarea {
	background-color: #e9e2d9;
	border: none;
	-webkit-border-radius: 30px;
	border-radius: 30px;
	padding: 15px 3%;
	margin: 0;
	width: 90%;
	color: #fff;
	font-size: 16px;
	font-family: 'Open Sans', Helvetica, Arial, Verdana, 'san-serif';
}
textarea {
	height: 150px;
	width:94%;
	background:#FFFFFF;
	resize:none;
}
::-webkit-input-placeholder { /* WebKit browsers */
    color:    #fff;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #fff;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #fff;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:    #fff;
}
.wpcf7-submit {
	background-image: url('images/wpcf7-submit.jpg');
	background-repeat: no-repeat;
	background-position: 0 0;
	height: 33px;
	width: 119px;
	display: block;
	border: none;
	text-indent: -9999px;
	overflow: hidden;
	float: right;
	margin-right: 20px;
	cursor: pointer;
	text-transform: capitalize;
}
.wpcf7-submit:hover,
.wpcf7-submit:focus {
	background-position: 0 -33px;
}
div.wpcf7-mail-sent-ok {
    background-color: #32cf4e !important;
    border: 1px solid #2eb344 !important;
    color: #fff !important;
    font-weight: bold !important;
    text-shadow: 1px 1px 1px #2eb344;
} 
div.wpcf7-response-output {
    position: relative !important;
    bottom: -20px !important;
    left: 0 !important;
    width: 90% !important;
    padding: 20px 5% !important;
    text-align: center;
    margin: 0 !important;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    margin-bottom: 20px !important;
}
div.wpcf7-validation-errors,
span.wpcf7-not-valid-tip {
    background-color: #f74040 !important;
    border: 1px solid #cf2b2b !important;
    color: #fff !important;
    font-weight: normal !important;
    font-size: 12px !important;
    text-shadow: 1px 1px 1px #cf2b2b;
}
span.wpcf7-not-valid-tip {
    top: 26px !important;
    left: 0 !important;
    padding: 10px 3% !important;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    text-align: center !important;
    width: 94% !important;   
}
.map-page-content {
	width: 42.79661%;
	float: left;
	
}

.map-page-content iframe {
	width:100% !important;
}


/* Site Footer */
.footer-tee-time {
	position: fixed;
	bottom: 0;
	right: 50%;
	margin-right: -590px;
	display: block;
	z-index: 4000;
	width: 261px;
}
.footer-tee-time * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;   
	box-sizing: border-box;
}
.footer-tee-time img {
	display: block;
	cursor: pointer;
}
.footer-tee-time-wrapper {
	background-image: url('images/footer-tee-time-wrapper-bg.png');
	background-repeat: repeat;
	padding: 10px 20px;
}
.footer-tee-time-wrapper h4 {
	text-align: center;
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
}

.footer-tee-time-wrapper .button {width:100%; color:#fff; font-size:12px;}
.footer-tee-time-wrapper hr {border:none; border-top:1px solid #666;}
.footer-tee-time-wrapper .wpcf7-text,
.footer-tee-time-wrapper textarea {
	width: 100%;
	padding: 5px 10%;
	font-size: 16px;
	background-color: #ffffff;
	color: #bbbbbb;
	margin:1px 0;
	resize:none;
}
.footer-tee-time-wrapper textarea {
	height: 80px;
	padding: 10px 10px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
}
.footer-tee-time-wrapper ::-webkit-input-placeholder { /* WebKit browsers */
    color:    #bbbbbb;
}
.footer-tee-time-wrapper :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #bbbbbb;
}
.footer-tee-time-wrapper ::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #bbbbbb;
}
.footer-tee-time-wrapper :-ms-input-placeholder { /* Internet Explorer 10+ */
    color:    #bbbbbb;
}
/*.footer-tee-time-wrapper  form.wpcf7-form span.submit_wrapper {width:auto !important;}*/
.footer-tee-time-wrapper  form.wpcf7-form span.submit_wrapper {width:100% !important;}
.footer-tee-time-wrapper .wpcf7-submit {
	/*background: url('images/red-button-bg.png') no-repeat top right transparent !important;
	height: 32px;
	width: 162px;
	display: block;
	border: none;*/
	color:#000!important;
}

.footer-tee-time-wrapper .wpcf7-submit:hover,
.footer-tee-time-wrapper .wpcf7-submit:focus {
	background-position: top right !important;
}

.footer-image,
.map-page-footer-image {
	position: relative;
	width: 100%;
	z-index: 0;
	margin-top: 40px;
}
.map-page-footer-image {
	background-color: #a9c9d3;
	height: 305px;
	border-top: 1px solid #fff;
}
.map-page-footer-image img {
	height: 100%;
	float: right;
	width: auto;
}
.footer-image img {
	width: 100%;
	height: auto;
	display: block;
}
.site-footer {
	background-color: #380607;
	padding: 15px 0;
	position: relative;
	z-index: 5000;
}
.site-footer .wrapper {
	padding: 0;
}
.site-footer p {
	margin: 0;
	font-size: 11px;
	line-height: 18px;
	color: #ae0103;
}
.site-footer a {
	color: #ae0103;
	line-height: 18px;
	font-size: 11px;
	font-weight: normal;
}

/* New Media Page with login and gallery */

.media_wrapper {}
.media_wrapper #media_registration {float:left; width:44%; padding:1%; display:block;}
.media_wrapper #media_login {float:right; width:44%; padding:1%; display:block;}
.media_wrapper .wpcf7 p, .media_wrapper #media_login p {margin-bottom:5px; float:left; width:100%;}
.media_wrapper #media_login input[type='tel'], .media_wrapper #media_login  input[type='email'], .media_wrapper #media_login  input[type='text'], .media_wrapper #media_login  input[type='password'] {width:45% !important;}

.media_wrapper input[type='tel'], .media_wrapper input[type='email'], .media_wrapper input[type='text'], .media_wrapper input[type='password'] {background:#FFFFFF; height:25px; color:#777777; font-style:italic; font-size:14px; margin-bottom:15px !important; padding:0 5%; -webkit-border-radius: 15px; border-radius: 15px; border:0; width:90%; float:right;}
.media_wrapper input[type='submit'] { text-indent:0px; text-transform:uppercase; position:relative; float:right; top:0px; background: url('images/yellow-button-bg.png') no-repeat center right transparent; width: 100%; color: #fff; font-size:14px; border:0; padding-right:40px; height: 33px; cursor: pointer; overflow:hidden;}
.media_wrapper span.submit_wrapper { padding:0px 10px 0px 15px; display:block; width:115px; bottom:auto !important; left:5px !important; top:auto;	right:auto; margin-top:5px; float:right;}
.media_wrapper label {width:30%;float:left;}
.media_wrapper label.signup {width:auto; float:left;}
.media_wrapper #media_registration input[type='checkbox'] {float: left; margin-top: 9px; margin-right: 15px;}
.media_wrapper .wpcf7-form label.error {width:100%; float:left; clear:both;}

.media_wrapper .wpcf7 {float:left;}
.media_wrapper  form.wpcf7-form div.wpcf7-response-output {display: block; position: absolute !important	; top: auto !important; left: 0; width: 91% !important; height: auto !important; bottom: -120px !important; margin-left: 4% !important;}

.slideshowlink {display:none;}
.ngg-gallery-thumbnail {margin:0 20px 20px 0 !important;}

div.ngg-gallery-thumbnail {position:relative;}
div.ngg-gallery-thumbnail a.shutterset_set_1 {padding-top:15px; color:#FFFFFF; text-align:center; font-size:14px; display: block; position: absolute; width: 165px; height: 35px; top: 30px; left: 45px; z-index: 9999; cursor: pointer; background:#000000; -webkit-border-radius: 15px; border-radius: 15px; opacity:0.8;}
div.ngg-gallery-thumbnail a.shutterset_set_1:hover {opacity:0.6;}
div.ngg-gallery-thumbnail a.shutterset_set_download {padding-top:15px; color:#FFFFFF; text-align:center; font-size:14px; display: block; position: absolute; width: 165px; height: 35px; bottom: 30px; left: 45px; z-index: 9999; cursor: pointer; background:#000000; -webkit-border-radius: 15px; border-radius: 15px; opacity:0.8;}
div.ngg-gallery-thumbnail a.shutterset_set_download:hover {opacity:0.6;}
div.ngg-gallery-thumbnail img.icon_img_view {background:none; margin:0; padding:0; border:0; display:inline; margin-right:8px;}
div.ngg-gallery-thumbnail img.icon_img_download {background:none; margin:0; padding:0; border:0; display:inline; margin-right:8px;} 

/* Forms */
.home-footer-link-section form .wpcf7-response-output {bottom:auto !important; /*top:95px;*/ top:45px; /*left:-23px !important;*/ padding:12px !important; min-height:50px;}
.home-footer-link-section span.wpcf7-not-valid-tip {width: 150px !important; font-size: 10px !important; height: 18px; top:0px !important; left:0px !important; padding:2px !important;}

.footer-tee-time form .wpcf7-response-output {width: 117% !important; padding: 4px !important; height: auto !important; position: absolute !important; top: -106px !important; left: -20px !important; bottom: auto !important;}
.footer-tee-time form span.wpcf7-not-valid-tip {width: 100%!important; font-size: 10px !important; height: 18px; top:-2px !important; left: 0px !important; padding: 0 0 0 35px !important; background: none; background-color: transparent !important; border: 0 !important; color: red !important;}

#media_registration form .wpcf7-response-output {width: 100% !important; padding: 2px !important; height: auto !important; position: absolute !important; top: -45px !important; left: -20px !important; bottom: auto !important;}
#media_registration form span.wpcf7-form-control-wrap {float: right; display: inline; width: 55%;}
#media_registration form span.wpcf7-not-valid-tip {width: 100%!important; font-size: 10px !important; height: 18px; top:-2px !important; left: 12px !important; padding: 0 0 0 35px !important; background: none; background-color: transparent !important; border: 0 !important; color: red !important;}
#media_registration form span.Signmeup {width:100% !important;}

.contact-page-form form .wpcf7-response-output {width: 100% !important; padding: 4px !important; height: auto !important; position: absolute !important; top: 27px !important; left: 0px !important; bottom: auto !important;}
.contact-page-form form span.wpcf7-not-valid-tip {width: 100%!important; font-size: 10px !important; height: 18px; top:-5px !important; left: 0px !important; padding: 0 0 0 35px !important; background: none; background-color: transparent !important; border: 0 !important; color: red !important;}
.contact-page-form form span.wpcf7-form-control-wrap {float:left; margin:5px 0;}
.contact-page-form form textarea {color:#000000;}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #e9e2d9;
}
input:-moz-placeholder, textarea:-moz-placeholder {
  color: #e9e2d9;
}

/* Misc */
#cookie-law-info-bar {position:relative;}
form.wpcf7-form textarea, form.wpcf7-form input[type='text']::-webkit-input-placeholder, form.wpcf7-form input[type='email']::-webkit-input-placeholder { color: #999 !important;}
form.wpcf7-form textarea, form.wpcf7-form input[type='text']:-moz-placeholder , form.wpcf7-form input[type='email']:-moz-placeholder {color: #999 !important;}
form.wpcf7-form textarea, form.wpcf7-form input[type='text']::-moz-placeholder, form.wpcf7-form input[type='email']::-moz-placeholder {color: #999 !important;}
form.wpcf7-form textarea, form.wpcf7-form input[type='text']:-ms-input-placeholder, form.wpcf7-form input[type='email']:-ms-input-placeholder {	color:  #999 !important;}

/* Member Login */
#member_left {width:50%; float:left;}
#member_right {width:35%; float:right;}


#tee_arrows {position:absolute; top:13px; right:15px; font-size:20px; color:#FFFFFF;}

@font-face {
  font-family: 'arrows';
  src: url('css/arrows.eot?19175970');
  src: url('css/arrows.eot?19175970#iefix') format('embedded-opentype'),
       url('css/arrows.woff?19175970') format('woff'),
       url('css/arrows.ttf?19175970') format('truetype'),
       url('css/arrows.svg?19175970#arrows') format('svg');
  font-weight: normal;
  font-style: normal;
}
 
 [class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "arrows";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: .2em;
}

.icon-down:before { content: '\e801'; } /* '' */
.icon-up:before { content: '\e800'; } /* '' */

/* UPDATES 13/5/14 */

#parallax-section-1 {position: relative;}
#parallax-section-1 .inner-wrapper {position: static;}
.main-cta {position: absolute; bottom: 30%; background: rgb(0, 0, 0); /* The Fallback */ background: rgba(0, 0, 0, 0.6);  border-radius: 50%; width: 320px; height: 320px; z-index: 999; -webkit-transition: background .7s ease-out; -moz-transition: background .7s ease-out; -o-transition: background .7s ease-out; transition: background .7s ease-out; display:table;}

.main-cta .inner-cta {text-align: center; padding: 0 50px; display: table-cell; vertical-align: middle;}
.main-cta .inner-cta h3, .main-cta .inner-cta p, .main-cta .inner-cta p a {margin: 0; color: #fff;}
.main-cta .inner-cta h3 {font-family: 'vollkornitalic'; font-size: 24px;}
.main-cta .inner-cta p {font-family: 'Open Sans', Helvetica, Arial, Verdana, 'san-serif'; font-size: 18px; font-weight: lighter; line-height: 22px; margin: 5px 0 25px 0;}
.main-cta .inner-cta a {text-transform: uppercase; font-size: 13px; font-weight: 600; margin-bottom: 0; color: #fff;}
.main-cta .inner-cta a:hover {text-decoration: underline;}
.main-cta .inner-cta img {margin-bottom: 15px; margin-left: 10px;}

.main-cta:hover {background: rgba(0, 0, 0, 0.8);}