/*
Theme Name: Golf & Body NYC
Theme URI: http://www.soulnyc.com/
Author: Soul NYC
Author URI: http://www.soulnyc.com/
Description: A WordPress theme for Golf & Body NYC
Version: 1.0
License: GNU General Public License
License URI: license.txt
Tags:

Resetting and rebuilding styles have been helped along thanks to the fine work of
Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
and Blueprint http://www.blueprintcss.org/
*//* Golf & Body WP Theme built using the awesome _s from Soul NYC spec by Jeff Namnum of NoFancyName. http://nofancyname.co/*/
/* @license * MyFonts Webfont Build ID 2435958, 2012-12-21T11:06:19-0500 *  * The fonts listed in this notice are subject to the End User License * Agreement(s) entered into by the website owner. All other parties are  * explicitly restricted from using the Licensed Webfonts(s). *  * You may obtain a valid license at the URLs below. *  * Webfont: Perpetua Roman by Monotype Imaging * URL: http://www.myfonts.com/fonts/mti/perpetua/perpetua/ * Copyright: Digitized data copyright The Monotype Corporation 1991-1995. All rights reserved. Perpetua&#x00AE; is a trademark of The Monotype Corporation which may be registered in certain jurisdictions. *  *  * License: http://www.myfonts.com/viewlicense?type=web&buildid=2435958 *  * ï¿½ 2012 Bitstream Inc*//* @import must be at top of file, otherwise CSS will not work */@import url('');  @font-face {font-family: 'PerpetuaMT';src: url('../../../../../../../../../../../../../assets/golfbodynyc.com/wp-content/themes/golf_body/webfonts/252B76_0_0.eot');src: url('../../../../../../../../../../../../../assets/golfbodynyc.com/wp-content/themes/golf_body/webfonts/252B76_0_0.eot') format('embedded-opentype'),url('../../../../../../../../../../../../../assets/golfbodynyc.com/wp-content/themes/golf_body/webfonts/252B76_0_0.woff') format('woff'),url('../../../../../../../../../../../../../assets/golfbodynyc.com/wp-content/themes/golf_body/webfonts/252B76_0_0.ttf') format('truetype');} 



/* =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, 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 {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
html {
	font-size: 62.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
	overflow-y: scroll; /* Keeps page centred in all browsers regardless of content height */
	-webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
	-ms-text-size-adjust: 100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}
body {
	background: #fff;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}
article{color: #C5D1DA;border-bottom: 1px solid rgba(255, 255, 255, .3);padding-bottom:10px;}
ol, ul {
	list-style: none;
}
table { /* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a:focus {
	outline: thin dotted;
}
a:hover,
a:active { /* Improves readability when focused and also mouse hovered in all browsers people.opera.com/patrickl/experiments/keyboard/test */
	outline: 0;
}
a img {
	border: 0;
}
/* =END Reset
-------------------------------------------------------------- */


@font-face {
    font-family: 'slingnormal';
    src: url('../../../../../../../../../../../../../assets/golfbodynyc.com/wp-content/themes/golf_body/webfonts/Sling-webfont.eot');
    src: url('../../../../../../../../../../../../../assets/golfbodynyc.com/wp-content/themes/golf_body/webfonts/Sling-webfont.eot') format('embedded-opentype'),
         url('../../../../../../../../../../../../../assets/golfbodynyc.com/wp-content/themes/golf_body/webfonts/Sling-webfont.woff') format('woff'),
         url('../../../../../../../../../../../../../assets/golfbodynyc.com/wp-content/themes/golf_body/webfonts/Sling-webfont.ttf') format('truetype'),
         url('../../../../../../../../../../../../../assets/golfbodynyc.com/wp-content/themes/golf_body/webfonts/Sling-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;

}



/* =Global
----------------------------------------------- */
:selection{background:black;}
*:link, *:visited, *:hover, *:active, *:focus {
-webkit-transition:
color .25s linear,
background-color .25s linear,
border-color .25s linear;
transition:
color .25s linear,
background-color .25s linear,
border-color .25s linear;
}
body,
button,
input,
select,
textarea {
	background:#1e1f1f;
	color: #fff;
	font-family: 'PerpetuaMT';
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.5;
}
/* Tommy Was here */
.noborder {
	border: none !important;
	box-shadow: none !important;
	float: none !important;
}
/* Headings */
h1,h2,h3,h4,h5,h6 {
	clear: both;
	text-transform: capitalize;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

/* Typography */


h1 {
font-size:2.0rem; /* =20px */
line-height:0.857;
margin-bottom:.857em;
margin-top:.857em;
}
h2 {
font-size:1.7rem; /* =17px */
line-height:1;
margin-bottom:1em;
margin-top:1em;
}
h3 {
font-size:1.4rem; /* =14px */
line-height:1.125;
margin-bottom:1.125em;
margin-top:1.125em;
}

/* Text elements */
p {
	margin-bottom: 1.5em;
}
ul, ol {
	margin: 0 0 1.5em 3em;
}
ul {
	list-style: disc;
}
ol {
	list-style: decimal;
}
ul ul, ol ol, ul ol, ol ul {
	margin-bottom: 0;
	margin-left: 1.5em;
}
dt {
	font-weight: bold;
}
dd {
	margin: 0 1.5em 1.5em;
}
b, strong {
	font-weight: bold;
}
dfn, cite, em, i {
	font-style: italic;
}
blockquote {
	margin: 0 1.5em;
}
address {
	margin: 0 0 1.5em;
}
pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	padding: 1.6em;
	overflow: auto;
	max-width: 100%;
}
code, kbd, tt, var {
	font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
mark, ins {
	background: #fff9c0;
	text-decoration: none;
}
sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
small {
	font-size: 75%;
}
big {
	font-size: 125%;
}
figure {
	margin: 0;
}
table {
	margin: 0 0 1.5em;
	width: 100%;
}
th {
	font-weight: bold;
}
button,
input,
select,
textarea {
	font-size: 100%; /* Corrects font size not being inherited in all browsers */
	margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
	vertical-align: baseline; /* Improves appearance and consistency in all browsers */
	*vertical-align: middle; /* Improves appearance and consistency in all browsers */
}
/*=select styling from cssdeck=*/
select {
	background: #F8F8F8 url('../../../../../../../../../../../../../assets/golfbodynyc.com/wp-content/themes/golf_body/images/dropdown_arrow.png') no-repeat center right;
    border: 2px solid #ccc;
    border-radius: 0;
    color: #000;
    text-shadow: 0 0 0px rgba(0, 0, 0, 0.8);
    width: 250px;
    outline:none;
    -webkit-appearance: none;
    padding:3px;
    margin: 0;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
    -webkit-box-shadow: 0 3px 0 #ccc, 0 -1px #fff inset;
    -moz-box-shadow: 0 3px 0 #ccc, 0 -1px #fff inset;
    box-shadow: 0 3px 0 #ccc, 0 -1px #fff inset;
    outline:none;
    display: inline-block;
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    cursor:pointer;
}
select:focus{background-color:#4C4C50;color: #C5D1DA;}
/*=END select styling=*/
button,
input {
	line-height: normal; /* Addresses FF3/4 setting line-height using !important in the UA stylesheet */
	*overflow: visible;  /* Corrects inner spacing displayed oddly in IE6/7 */
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
/*	border: 1px solid #ccc;
	border-color: #ccc #ccc #bbb #ccc;
	border-radius: 3px;
	background: #e6e6e6;
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.5), inset 0 15px 17px rgba(255,255,255,0.5), inset 0 -5px 12px rgba(0,0,0,0.05);
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.5), inset 0 15px 17px rgba(255,255,255,0.5), inset 0 -5px 12px rgba(0,0,0,0.05);
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.5), inset 0 15px 17px rgba(255,255,255,0.5), inset 0 -5px 12px rgba(0,0,0,0.05);
	color: rgba(0,0,0,.8);
	cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */
/*	-webkit-appearance: button; /* Corrects inability to style clickable 'input' types in iOS */
/*	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1;
	padding: 1.12em 1.5em 1em;
	text-shadow: 0 1px 0 rgba(255,255,255,.8);
*/
-moz-box-shadow: inset 0px 1px 0px 0px #292929,1px 0px 4px rgba(0, 0, 0, .5);
-webkit-box-shadow: inset 0px 1px 0px 0px #292929,1px 0px 4px rgba(0, 0, 0, .5);
box-shadow: inset 0px 1px 0px 0px #292929,1px 0px 4px rgba(0, 0, 0, .5);
background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #141414), color-stop(1, #242424) );
background: -moz-linear-gradient( center top, #141414 5%, #242424 100% );
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#141414', endColorstr='#242424');
background-color: #141414;
border: 1px solid black;
display: inline-block;
color: white;
font-family: 'PerpetuaMT';
padding: 12px;
text-decoration: none;
text-shadow: 2px 2px 0px black;
letter-spacing: .1em;
text-transform: uppercase;
}
.home button{font-size: 1.8rem;}
button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
/*	border-color: #ccc #bbb #aaa #bbb;
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.8), inset 0 15px 17px rgba(255,255,255,0.8), inset 0 -5px 12px rgba(0,0,0,0.02);
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.8), inset 0 15px 17px rgba(255,255,255,0.8), inset 0 -5px 12px rgba(0,0,0,0.02);
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.8), inset 0 15px 17px rgba(255,255,255,0.8), inset 0 -5px 12px rgba(0,0,0,0.02);
*/
background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #242424), color-stop(1, #141414) );
background: -moz-linear-gradient( center top, #242424 5%, #141414 100% );
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#242424', endColorstr='#141414');
background-color: #242424;
}
button:focus,
html input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
html input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
/*	border-color: #aaa #bbb #bbb #bbb;
	-webkit-box-shadow: inset 0 -1px 0 rgba(255,255,255,0.5), inset 0 2px 5px rgba(0,0,0,0.15);
	-moz-box-shadow: inset 0 -1px 0 rgba(255,255,255,0.5), inset 0 2px 5px rgba(0,0,0,0.15);
	box-shadow: inset 0 -1px 0 rgba(255,255,255,0.5), inset 0 2px 5px rgba(0,0,0,0.15);
*/
	position:relative;
	top:1px;
}
input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box; /* Addresses box sizing set to content-box in IE8/9 */
	padding: 0; /* Addresses excess padding in IE8/9 */
}
input[type="search"] {
	-webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
	box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
	-webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
	border: 0;
	padding: 0;
}
input[type=text],
input[type=email],
textarea {
color: #666;
border: 1px solid #323232;
border-radius: 3px;
background: #191919;
}
input[type=text]:focus,
input[type=email]:focus,
textarea:focus {
color: #111;
background: white;
outline: black;
box-shadow: 0 0 10px rgba(0, 0, 0, .7);
border: 1px solid black;
}
input[type=text],
input[type=email] {
	padding: 3px;
}
textarea {
	overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
	padding-left: 3px;
	vertical-align: top; /* Improves readability and alignment in all browsers */
	width: 98%;
}

/* Layout */
#page{
margin: 0 auto;
width: 1000px;
max-width: 100%;
}
#main{clear:both;}
#primary {
	float: left;
	margin: 0 -25% 0 0;
	width: 100%;
	padding-top:20px;
	border-top:1px solid rgba(255,255,255,.3);
}
.entry-content img, .attachment-thumb.wp-post-image, .attachment-category-thumb.wp-post-image {
float: right;
border: 2px solid white;
box-shadow: 0 0 18px rgba(0, 0, 0, .7);
margin: 0 0 15px 15px;
}
.attachment-thumb.wp-post-image {
margin: 5px auto!important;
float: none;
}
body.home div#primary{margin:0;}
#content {
	margin: 0 25% 0 0;
}
.home #content{margin:0 auto;}
#secondary { /* Sidebar 1 */
	float: right;
	overflow: hidden;
	padding-left: 1%;
	padding-top:20px;
	width: 20%;
}
.sub-page-navigation li {
    list-style: none;
}
.sub-page-navigation ul {
    margin: 0;
}
#tertiary { /* Sidebar 2 */
	clear: right;
}
.site-footer {
	clear: both;
	width: 100%;
	font-family:verdana;
	border-top: 1px solid rgba(255, 255, 255, .3);
	padding-top: 20px;
}
.site-footer .upper-container {
width: 100%;
float: left;
}
.lower-logo {
float: left;
}
.address {
float: left;
width: 155px;
margin: 0 30px;
text-align: left;
border-left: 1px solid rgba(255, 255, 255, .3);
border-right: 1px solid rgba(255, 255, 255, .3);
padding: 0 30px;
font-size: 1.1rem;
}
.directions {
clear: both;
display: block;
letter-spacing: -1px;
}
.site-footer .lower-container {
display: block;
text-align: center;
clear: both;
float: left;
width: 100%;
}
.site-info {
margin: 40px auto;
font-size: 1.1rem;
}
/* Links */
a {
	color: #DEC6A7;
	text-decoration:none;
}
a:visited {
	color: #DEC6A7;
	border-bottom:1px dotted rgba(255,255,255,.1);
}
a:hover,
a:focus,
a:active {
	color: #fff;
}
/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}

/* Text meant only for screen readers */
.assistive-text {
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}


/* =Menu
----------------------------------------------- */
hgroup {float:left;}
.main-navigation {display: block; font-family: 'slingnormal', serif;}
.main-navigation .menu {
/*this is the wrong place for this. And don't think I need the float here at all
float: left;
margin: 33px 0 0 80px;
font-size: 1.5rem;
*/}
.site-description{display:none;}
.responsiveSelectContainer, .menu-main-container{
height: 30px;
margin: 40px 0 10px 20px;
float: right;
font-size:1.2rem;
}
.responsiveSelectContainer select.responsiveMenuSelect {
display: inline-block;
width: 350px!important;
max-width: 100%;
clear: both;
float: left;
font-size: 1.5rem;
font-weight: bold;
}
.footer-navigation .responsiveSelectContainer, .upper-navigation .responsiveSelectContainer, .menu-upper-container, .footer-navigation .menu-main-container {
height: 15px;
margin: 5px 0 25px;
float: none;
}
.footer-navigation .menu-main-container {
margin: 0 0 0 30px;
}
.main-navigation ul, .upper-navigation ul, .footer-navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.upper-navigation ul {float:right;}
.main-navigation li, .upper-navigation li, .footer-navigation li {
	float: left;
	position: relative;
	z-index: 99999;
	border: solid 1px transparent;
	border-left: 1px solid rgba(255, 255, 255, .3);
	display: block;
	line-height: 30px;
}
.upper-navigation li, 
line-height:15px;
border-left: 1px solid rgba(255, 255, 255, .7);
}
.footer-navigation li{margin-top: 15px;}
.footer-navigation li{margin-top: 15px;}
.main-navigation li:hover, .main-navigation li.current-menu-item{border: 1px solid white!important;}
.main-navigation li:first-child, .upper-navigation li:first-child, .footer-navigation li:first-child {border-left:0px;}
.main-navigation ul ul li:hover, .main-navigation ul ul li:first-child {border: 1px solid transparent!important;}
.main-navigation li a {
display: block;
height: 30px;
line-height: 30px;
padding: 0 15px;
text-decoration: none;
color: white;
text-transform: uppercase;
font-size:1.5rem;
border-bottom:1px solid transparent;
}
.upper-navigation li a, .footer-navigation li a, .sub-page-navigation li a{
display: block;
height: 15px;
line-height: 15px;
padding: 0 10px;
text-decoration: none;
color: white;
text-transform: uppercase;
font-family:arial;
font-size:1.1rem;
}
.sub-page-navigation li a, .sub-page-navigation h2{
font-size: 1.2rem;
font-family: 'PerpetuaMT';
height: 13px!important;
line-height: 13px!important;
padding: 5px 0;
text-transform: uppercase;
}

.sub-page-navigation h2 {
margin-bottom: 0;
color: #DFC7A8;
font-weight: bold;
margin-top: 50px;
}
.sub-page-navigation li a:hover, .upper-navigation li a:hover, .footer-navigation li a:hover {
color: #BBB;
}
.footer-navigation li a {}
.main-navigation a {}
.main-navigation li:hover > a, .main-navigation li a:hover, .main-navigation li a:active, .main-navigation li.current-menu-item{
background: #4C4C50;
color: white;
}
.main-navigation ul ul {
-moz-box-shadow:0;
-webkit-box-shadow:0;
box-shadow: 0;
display: none;
position: absolute;
top: 30px;
background: #4C4C50;
border: 1px solid white;
left: -1px;
}
.footer-navigation ul ul{display:none;}
.main-navigation ul ul ul {
	left: 100%;
	top: 0;
}
.main-navigation ul ul a {}
.main-navigation ul ul li {
float: none;
width: 270px;
padding: 0px 0px 5px;
}
.main-navigation ul ul li:first-child {padding: 5px 0px;}
.main-navigation li:hover > a {
position: relative;
z-index: 99;
}
.main-navigation ul ul :hover > a {
}
.main-navigation ul ul a:hover {background:#75797d;
}
.main-navigation ul li:hover > ul {
	display: block;
}
.main-navigation li.current_page_item a,
.main-navigation li.current-menu-item a {
}
.category .entry-title a {
color: #DEC6A7;
}
.more-link {
font-style: italic;
color: #DEC6A7!important;
}
#crumbs, .teamtitle {
color: #DEC6A7;
text-transform: uppercase;
font-size: 1.7rem;
}
#crumbs a, #crumbs a:visited {
    color: #DEC6A7;
}
#crumbs a:hover {color: #fff;}
#crumbs .current {
}
/* Small menu */
.menu-toggle {
cursor: pointer;
display: none;
}
.main-small-navigation .menu {
	display: none;
}


/* =Content
----------------------------------------------- */

.sticky {
}
.hentry {
	margin: 0 0 1.5em;
}
.entry-meta {
	clear: both;
	height:0px;
}
.byline {
	display: none;
}
.single .byline,
.group-blog .byline {
	display: inline;
}
.category #content, .search #content {
    margin: 0;
}
.search #primary, .category #primary {
    margin: 0;
}
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
	font-family: Arial, sans-serif;
    font-size: 12px;
}
/*div .post-summary {
max-width: 25%;
float: left;
width: 225px;
margin: 5px;
padding: 0 5px;
box-shadow: 0px 0px 2px rgba(255, 255, 255, .3),0px 0px 8px rgba(0, 0, 0, .8);
background: rgba(0, 0, 0, .3);
min-width: 160px;
text-align: center;
}*/
.page-links {
	clear: both;
	margin: 0 0 1.5em;
}
.post-summary .entry-title {}
.post-summary p {
    clear: both;
}
.post-summary .entry-summary {
    margin: 0 auto;
}


/* =Asides
----------------------------------------------- */

.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}


/* =Media
----------------------------------------------- */

.site-header img,
.entry-content img,
.comment-content img,
.widget img {
	max-width: 100%; /* Fluid images for posts, comments, and widgets */
}
.site-header img,
.entry-content img,
img[class*="align"],
img[class*="wp-image-"] {
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
.site-header img,
.entry-content img,
img.size-full {
	max-width: 100%;
	width: auto; /* Prevent stretching of full-size images with height and width attributes in IE8 */
}
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.wp-caption {
	border: 1px solid #ccc;
	max-width: 100%;
}
.wp-caption.aligncenter,
.wp-caption.alignleft,
.wp-caption.alignright {
	margin-bottom: 1.5em;
}
.wp-caption img {
	display: block;
	margin: 1.2% auto 0;
	max-width: 98%;
}
.wp-caption-text {
	text-align: center;
}
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}
.site-content .gallery {
	margin-bottom: 1.5em;
}
.gallery-caption {
}
.site-content .gallery a img {
	border: none;
	height: auto;
	max-width: 90%;
}
.site-content .gallery dd {
	margin: 0;
}
.site-content .gallery-columns-4 .gallery-item {
}
.site-content .gallery-columns-4 .gallery-item img {
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}


/* =Navigation
----------------------------------------------- */
.menu-upper-container {
display: none;/* Client wanted to hide upper nav until they decided to implement it*/
}
.site-content .site-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}
.site-content .nav-previous {
	float: left;
	width: 50%;
}
.site-content .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/* =Comments
----------------------------------------------- */

.bypostauthor {
}

/* =Widgets
----------------------------------------------- */

.widget {
	margin: 0 0 1.5em;
}

/* Search widget */
#searchsubmit {
	display: none;
}
/* =Home Slider
----------------------------------------------- */
div.meteor-slides {
padding: 11px 0;
margin: 0 auto;
}
div#slider{
height:auto;
max-height:90%;
background:url('../../../../../../../../../../../../../assets/golfbodynyc.com/wp-content/themes/golf_body/images/slider-bg.png') no-repeat center -17px;
padding-bottom:25px;
}
.meteor-slides p {
/*background: rgba(0, 0, 0, .7);*/
bottom: 0px;
left: 0;
color: white;
margin: 0;
padding: 25px;
position: absolute;
text-align: center;
width: 95%;
font-size: 2.5rem;
line-height: 2.5rem;
}


/* =Home Text
----------------------------------------------- */
#mission h2{
display: block;
    font-size: 24px;
    font-style: normal;
    font-weight: bold;
    line-height: 100%;
    margin: -20px auto 1.3em;
    max-width: 100%;
    text-align: center;
text-transform: uppercase;
}

#mission h4{
font-size:13px;
font-family: Arial, sans-serif;
font-style:normal;
margin: 0px auto 1.3em;
display: block;
max-width: 90%;
text-align: center;
line-height: 130%;
text-transform: none;
}


#CTA{
display: block;
text-align: center;
font-size: 1.7rem;
margin: 8.5rem auto 7rem;
}
#CTA button{margin-left:5px}
#CTA button a {color:#fff;}
/* =Team Pages
----------------------------------------------- */
.category-body-team h1 a, .category-club-team h1 a, .category-golf-team h1 a, .category-body-team h1, .category-club-team h1, .category-golf-team h1{
color: #DEC6A7;
}
.single-post #nav-above{display: none;}
h2.jobtitle {
margin-top: -.85em;
font-style: italic;
}
.right {
    float: left;
    margin-left: 30px;
	display: block;
	max-width: 80%;
}
.left {
    float: left;
	display: block;
	max-width: 20%;
}
/* =Single Posts
----------------------------------------------- */
.single #nav-below {
    display: none;
}
.single .entry-meta {
    display: none;
}
.page article, .single article {
    border: none!important;
}
.cat-links, .sep, .comments-link {display: none;}
/* =404
----------------------------------------------- */
.error404 #searchform {
min-height: 100px;
}
/* =Nivo Slider
----------------------------------------------- */
.easy-nivo-slider-first, .easy-nivo-slider-second {
float: right;
border: 2px solid white;
box-shadow: 0 0 18px rgba(0,0,0,.7);
}
/* =Nivo Slider
----------------------------------------------- 
#page .attachment-category-thumb.wp-post-image {
display: none;
}*/
.flex-control-nav li a {
width: 12px!important;
height: 12px!important;
display: block!important;
background: rgba(255,255,255,.5)!important;
cursor: pointer!important;
text-indent: -999em!important;
border-radius: 20px!important;
}
.flex-control-nav li a:hover {background:#fff!important;}
.flex-control-nav li a.active {
cursor: default!important;
box-shadow: 0 0 7px rgba(255,255,255,.5)!important;
border: solid 1px rgba(0,0,0,.5)!important;
}
.easygalleryslider .flex-control-nav {
position: absolute!important;
bottom: 5px!important;
}
.easygalleryslider {
border: none;
background: transparent;
float: right!important;
max-width: 340px!important;
margin: 0 0 15px 25px!important;
}
.easygalleryslider .slides img {
border: 2px solid white!important;
box-shadow: 0 0 18px rgba(0,0,0,.7)!important;
}
.entry-content.golf-post img{
  max-width:195px;
  margin-left:30px;
}
/* =MEDIA QUERIES BABY
----------------------------------------------- */
@media all and (max-width: 960px) /*mainly for the homepage slider */{
	div#slider {
	background:white;
	padding-bottom:0;
	box-shadow: 0 5px 10px rgba(0, 0, 0, .6);
	margin-bottom: 10px;
	}
}
@media all and (max-width: 699px) { 
div#slider {
background:white;
padding-bottom:0;
}
#primary {
float: none;
margin: 0;
width: 100%;
padding-top: 20px;
border-top: 1px solid rgba(255, 255, 255, .3);
}
#secondary {
float: none;
overflow: hidden;
padding-left: 1%;
padding-top: 20px;
width: 100%;
clear: both;
border-top: 1px solid rgba(255, 255, 255, .3);
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {clear:both;margin:1px;}
.site-navigation .responsiveSelectContainer, .responsiveSelectContainer{
height: 0px;
margin: 0;
float: none;
}
div.address {
float: left;
width: 100%;
margin: 0px;
text-align: left;
border-left: 0;
border-right: 0;
padding: 0;
font-size: 1.5rem;
}

.ngg-galleryoverview {
	width:auto !important;
	clear: none !important;
}