/*
Theme Name: detailed senses
Theme URI: http://underscores.me/
Author: tiny blue orange
Author URI: http://tinyblueorange.com
Description: custom site + blog WordPress theme for The Girl Who Knows by Alison Monday of tiny blue orange
Version: 1.0-wpcom
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: detailed-senses
Domain Path: /languages/
Colors: lt gold #f6d15c | gold #9a7930 | navy #191e4b | black #101112 | lt gray #f3f3f3 | gray #d0d0d0 | dk gray #989898 

Entypo pictograms by Daniel Bruce — www.entypo.com
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 - Reset
2.0 - Typography
3.0 - Elements
4.0 - Forms
5.0 - Navigation
	5.1 - Links
	5.2 - Menus
6.0 - Accessibility
7.0 - Alignments
8.0 - Clearings
9.0 - Widgets
10.0 - Content
	10.1 - Posts and pages
	10.2 - Asides
	10.3 - Comments
11.0 - Infinite scroll
12.0 - Media
	12.1 - Captions
	12.2 - Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
1.0 - 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 centered 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/ */
}
*,
*:before,
*:after { /* apply a natural box layout model to all elements; see http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
	-webkit-box-sizing: border-box; /* Not needed for modern webkit but still used by Blackberry Browser 7.0; see http://caniuse.com/#search=box-sizing */
	-moz-box-sizing:    border-box; /* Still needed for Firefox 28; see http://caniuse.com/#search=box-sizing */
	box-sizing:         border-box;
}
body {
	background: #fff;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
	display: block;
}
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 {
	outline: 0;
}
a img {
	border: 0;
}

/*--------------------------------------------------------------
2.0 Typography
--------------------------------------------------------------*/
@font-face {
    font-family: 'Entypo';
    src: url('webfonts/entypo.eot');
    src: url('webfonts/entypo.eot?#iefix') format('embedded-opentype'),
         url('webfonts/entypo.woff') format('woff'),
         url('webfonts/entypo.ttf') format('truetype'),
         url('webfonts/entypo.svg#QuicksandLight') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'EntypoSocial';
    src: url('webfonts/entypo-social.eot');
    src: url('webfonts/entypo-social.eot?#iefix') format('embedded-opentype'),
         url('webfonts/entypo-social.woff') format('woff'),
         url('webfonts/entypo-social.ttf') format('truetype'),
         url('webfonts/entypo-social.svg#QuicksandLight') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
	font-family: 'EmilyLimeStandard';
	src: url('webfonts/282CE6_0_0.eot');
	src: url('webfonts/282CE6_0_0.eot?#iefix') format('embedded-opentype'),
		 url('webfonts/282CE6_0_0.woff') format('woff'),
		 url('webfonts/282CE6_0_0.ttf') format('truetype');
	}


/* Fonts */
/* font-family: "ltc-bodoni-175", serif; */
/* font-family: "brandon-grotesque", sans-serif; */
/* font-family: 'ALSSyysScript', cursive; */
/* font-family: 'Entypo'; */
/* font-family: 'EntypoSocial'; */

.entypo {
	font-family: 'Entypo';
}
.entypo-social {
	font-family: 'EntypoSocial';
}
.script {
	font-family: 'ALSSyysScript', cursive;
	font-size: 36px;
}
.serif {
	font-family: "ltc-bodoni-175", serif;	
}
.sans-serif {
	font-family: "brandon-grotesque", sans-serif;	
}
.lt-gold {
	color: #f6d15c;
}
.gold {
	color: #9a7930;
}
.navy {
	color: #191e4b;
}
.lt-gray {
	color: #f3f3f3;
}
.gray {
	color: #d0d0d0;
}
.dk-gray {
	color: #989898;
}
.black {
	color: #101112;
}
.italic {
	font-style: italic;
}
::selection {
  background: #9a7930;
  color: #fff;
}
::-moz-selection {
  background: #9a7930;
  color: #fff;
}
body,
button,
input,
select,
textarea {
	color: #404040;
	font-family: "brandon-grotesque", sans-serif;
	font-size: 16px;
	line-height: 1.5;
	overflow: hidden;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
}
#content h1 {
	font-size: 1.75em;
	font-weight: 500;
	letter-spacing: 0.08em;
	text-align: center;
	text-transform: uppercase;
}
h2, h3#reply-title {
	font-size: 1.75em;
	font-weight: 500;
	letter-spacing: 0.08em;
	text-align: center;
	text-transform: uppercase;
}
h3 {
	font-size: 2em;
	font-weight: 300;
	letter-spacing: 0.08em;	
	padding: 15px;
}
h4 {
	border-bottom: 1px solid #404040;
	display: inline-block;
	font-family: "ltc-bodoni-175", serif;
	font-size: 1.5em;
	font-style: italic;
	letter-spacing: 0.08em;		
	margin: 0 auto;
	padding: 15px 70px;
	text-align: center;
}
h5 {
	font-family: "ltc-bodoni-175", serif;
	font-size: 1.25em;
	font-style: italic;
	letter-spacing: 0.08em;		
	padding: 15px;
	text-align: center;
}
h6 {
	font-weight: 500;
	text-transform: uppercase;
}
body p {
	margin-bottom: 1.5em;
	line-height: 1.45;
}
body.page-template-page-sales img.alignleft {
	clear: both;
	margin-top: 1em;
}
body p.drop-cap:first-letter {
	float: left;
	font-family: "ltc-bodoni-175", serif;
	font-size: 4.75em;
	line-height: 1;
	margin-bottom: -10px;
	margin-top: 3px;
	padding-right: 10px;
}
b, strong {
	font-weight: 500;
}
dfn, cite, em, i {
	font-style: italic;
}
blockquote {
	margin: 0 1.5em;
}
.large-quote {
	margin: 3em 0;
	padding-top: 2em;
	text-align: center;
}
.large-quote p {
	font-size: 36px;
	margin: 0 0 5px !important;
}
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;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}
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%;
}
.gold-bttn,
.navy-bttn {
	display: inline-block;
	font-size: 0.8em;
	font-weight: 500;
	letter-spacing: 0.08em;
	line-height: 1;
	margin: 15px;
	padding: .65em 1.25em;
	text-decoration: none;
	text-transform: uppercase;
}
.gold-bttn,
.navy-bttn:hover {
	background: #f6d15c;
	color: #816322;
}
.navy-bttn,
.gold-bttn:hover {
	background: #191e4b;
	color: #fff;
}

/*--------------------------------------------------------------
3.0 Elements
--------------------------------------------------------------*/
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}
ul, ol {
	margin: 0 0 1.5em 3em;
}
ul {
	list-style: disc;
}
ul.navy-hearts,
ul.gold-hearts {
	list-style: none;
	margin-left: 2em;
}
ul.navy-hearts li {
	background: url(images/heart_bullet_blue.jpg) no-repeat left 6px;
	padding-bottom: 1em;
	padding-left: 1.5em;
}
ul.gold-hearts li {
	background: url(images/heart_bullet_gold.jpg) no-repeat left 6px;
	padding-bottom: 1em;	
	padding-left: 1.5em;	
}
ol {
	list-style: decimal;
}
li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}
dt {
	font-weight: 500;
}
dd {
	margin: 0 1.5em 1.5em;
}
img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}
figure {
	margin: 0;
}
table {
	margin: 0 0 1.5em;
	width: 100%;
}
th {
	font-weight: 500;
}
.advertisement {
	display: inline-block;
}
.circle {
	border-radius: 50%;
}

/* Header */
.site-description {
	color: #745212; 
	float: right; 
	font-family: "ltc-bodoni-175", serif;
	font-style: italic; 
	letter-spacing: 0.07em;
	line-height: 1.8;
	padding-top: 38px;
	text-align: right;
	-webkit-transition: display 0.2s;
	-moz-transition: display 0.2s;
	-ms-transition: display 0.2s;
	-o-transition: display 0.2s;
	transition: display 0.2s;
}
.dk-gray-bar {
	background: #d0d0d0; 
	padding-top: 25px;"
}
.gray-bar {
	background: #f3f3f3; 
	padding: 25px 0;
}

#featured-posts {
	text-align: center;
}
#featured-posts .latest-article {
	display: inline-block;
	margin: -50px 5px 50px;
	max-width: 32%;
	position: relative;
}
body.category #featured-posts .latest-article {
	margin-top: 25px;
}
#featured-posts .latest-article h3 {
	clear: none;
	display: inline-block;
	font-size: 1.5em;
	line-height: 1.2;
}
#featured-posts .latest-article h3 a {
	color: #101112;
	text-decoration: none;
}
#featured-posts .latest-article h4 {
	clear: none;
	display: inline-block;
	font-size: 1.2em;
	padding: 5px 10px;
	text-transform: lowercase;
}
#featured-posts .latest-article .article-text {
	background: rgba(255, 255, 255, 0.9);
	height: 60%;
	left: 12%;
	overflow: hidden;
	padding: 10px 15px;
	position: absolute;
	top: 20%;
	width: 76%;
}
.latest-post,
.latest-posts {
	margin: 20px 0;
}
.latest-posts article, 
body.archive.category article {
	display: inline-block;
	position: relative;	
	text-align: center;
	vertical-align: top;
}
body.archive.category article {
	margin-top: 3em;
}
.latest-posts .attachment-home-thumb,
body.archive.category .attachment-home-thumb {
	background: url(images/tgwk_background_goldbar.jpg) repeat-x bottom left;
	padding-bottom: 8px;
}
.latest-post article {
	border: 1px solid #d0d0d0;
	box-sizing: border-box;
	display: inline-block;
	position: relative;	
	text-align: center;
	vertical-align: top;
}
.latest-post .icon,
.latest-posts .icon,
body.archive.category .icon {
	display: block;
	margin: -32px auto;
	position: relative;
}
.latest-post .attachment-custom-size {
	border-bottom: 1px solid #d0d0d0;
}
#video-slideshow iframe {
	max-width: 732px;
}
.latest-post a.post-title,
.latest-posts a.post-title,
body.archive.category a.post-title,
.flexslider .slides a.post-title {
	color: #404040;
	font-size: 1.3em;
	letter-spacing: 0.04em;
	margin-bottom: 0;
	padding: 0.5em 1em 0;
	text-decoration: none;
}
.flexslider .slides a.post-title {
	display: block;
	margin: 0.5em 0;
}
.latest-post a.post-title:hover,
.latest-posts a.post-title:hover,
body.archive.category a.post-title:hover,
.flexslider .slides a.post-title:hover {
	color: #9a7930;
}
.latest-post span,
.latest-posts span,
.flexslider .slides .entry-meta {
	color: #9a7930;
	display: block;
	font-size: 0.75em;
	letter-spacing: 0.08em;	
	padding-bottom: 1em;
	text-transform: uppercase;
}

body.archive.category article span {
	color: #9a7930;
	display: block;
	font-family: "ltc-bodoni-175", serif;
	font-size: 1em;
	font-style: italic;
	letter-spacing: 0.08em;	
	padding-bottom: 1em;
	text-transform: lowercase;
}
body.archive.category article span a.post-date {
	font-family: "brandon-grotesque", sans-serif;
	font-size: 0.75em;
	font-style: normal;
	text-transform: uppercase;
}
.latest-post .entry-meta {
	bottom: 0;
	position: absolute;
	text-align: center;
	width: 100%;
}
span .post-date,
.flexslider .slides .post-title,
.archive-text .post-title {
	text-decoration: none;
}
.archive-text .post-title {
	color: #9a7930;
	display: block;
	font-size: 1.6em;
	letter-spacing: 0.08em;	
}
.archive-text .post-title {
	padding: 0 0 0.25em;
}
.flexslider .slides .post-title {
	padding: 0.5em 0;	
}
.latest-post span .post-category,
.latest-posts span .post-category,
.flexslider .slides .entry-meta .post-category {
	color: #9a7930;
	font-family: "ltc-bodoni-175", serif;
	font-size: 1.25em;
	font-style: italic;
	text-transform: lowercase;
}
.latest-post .entry-meta a.post-category:hover,
.latest-post span a.post-category:hover {
	color: #191e4b;
}
.homepage-banner {
	 color: #fff; 
	 margin: 50px 0 75px; 
	 padding: 60px; 
	 text-align: center;
}
.homepage-banner h4 {
	 border-bottom: 1px solid #fff;
}
.gold-box {
	background: url(images/tgwk_pattern_gold-large.jpg) repeat center center;
	padding: 12px;
}
.gold-box span {
	background: #fff;
	display: block;
	font-size: 2.4em;
	letter-spacing: 0.06em;
	line-height: 1.2;
	padding: 1em 0.25em;
	text-align: center;
	width: 100%;
}
.gray-box {
	background: #f3f3f3; 
	margin: 2em 0;
	padding: 1.5em;
	text-align: center; 	
}
.gray-box h4 {
	margin: 0 auto 25px;
	padding: 20px 70px 6px;
}
.shop-block {
	background: #f3f3f3; 
	padding: 0 0 2em; 
	text-align: center; 
}
.shop-product {
	background: #fff;
	border: 1px solid #d0d0d0;
	box-sizing: border-box;
	display: inline-block;
	position: relative;	
	text-align: center;
	vertical-align: top;
}
.shop-product img {
	border-bottom: 1px solid #d0d0d0;
}
.page-template-default .entry-content .shop-product p {
	letter-spacing: 0.04em;
	margin: 0;
	padding: 0.25em 1.5em;
}
.event-block {
	background-size: cover;
	color: #404040; 
	display: inline-block; 
	text-align: center; 
}
.event-block-text {
	background: rgba(255, 255, 255, 0.9); 
	padding: 10px 20px 15px; 
	position: relative;
}
.event-block-text h4 {
	margin-bottom: 10px; 
	padding: 5px 15px;
}
.page-template-default .entry-content .event-block-text p {
	 font-size: 1.125em; 
	 line-height: 1.3;
	 margin: 0 0 1.5em;
}
.event-block-text a {
	margin: 0;
}
.event-preview-block {
	text-align: center;	
	vertical-align: top;
}
.event-preview {
	border: 1px solid #d0d0d0;
	box-sizing: border-box;
	display: inline-block;
	text-align: center;
	vertical-align: top;
}
.event-preview img {
	border-bottom: 1px solid #d0d0d0;
}
.event-preview h6 {
	padding: 0.25em 1em;
}
body .event-preview p {
	font-size: 1.1em;
	letter-spacing: 0.04em;
	margin: 0;
	padding: 0.25em 1em;
}
.event-preview .navy-bttn {
	float: left;
}
.contributor-block {
	box-sizing: border-box;
	display: inline-block;
	padding: 0 27px 27px;
	text-align: center;
}
.contributor-block h4 {
	border-bottom: none;
	padding: 5px 0;
}
.contributor-block hr {
	margin: 0 3em 0.5em;
}
.detail-image img {
	border: 1px solid #d0d0d0;
}
.detail-text {
	font-size: 1.5em; 
	line-height: 1.35; 
	margin-left: 3em; 
}
.detail-text .navy-bttn {
	margin-left: 0;
}
.detail-text hr {
	margin-bottom: 0.75em;
}
.detail-text p {
	font-size: 0.75em; 
	line-height: 1.5;
}
.detail-text .social-icons {
	margin-bottom: 1.5em;
}
.detail-text .social-icons a {
	font-size: 1.4em;
}
.detail-text .social-icons a.fbook::before {
	content: '\F30C';
	text-indent: -99999px;
}
.detail-text .social-icons a.twit::before {
	content: '\F309';
	text-indent: -99999px;
}
.detail-text .social-icons a.pin::before {
	content: '\F312';
	text-indent: -99999px;
}
.detail-text .social-icons a.insta::before {
	content: '\F32D';
	text-indent: -99999px;
}
.detail-text .social-icons a.tumblr::before {
	content: '\F315';
	text-indent: -99999px;
}
.detail-text .social-icons a.entypo-social.site {
	font-family: 'Entypo' !important;
}
.detail-text .social-icons a.site::before {
	content: '\2661';
	text-indent: -99999px;
}
.detail-text .what-i-know p {
	font-family: 'ALSSyysScript', cursive;
	font-size: 36px; 
	line-height: 1.35;
}
.detail-text .what-i-know p a {
	padding: 18px 0 12px;
}
#related-posts {
	text-align: center;
}
.related-post {
	border: 1px solid #d0d0d0;
	box-sizing: border-box;
	display: inline-block;
	height: 325px;
	margin: 10px 13px 30px;
	position: relative;
	text-align: center;
	vertical-align: top;
	width: 25%;
}
.contributor .related-post {
	height: 420px;	
	max-width: 206px !important;
}
.related-post .attachment-custom-size {
	border-bottom: 1px solid #d0d0d0;
}
.related-post a.post-title {
	display: block;
	font-size: 1.3em;
	letter-spacing: 0.04em;
	line-height: 1.2;
	margin-bottom: 0;
	padding: 0.25em 0.75em 0;
	text-decoration: none;
}
.related-post span {
	bottom: 0;
	color: #9a7930;
	font-family: "ltc-bodoni-175", serif;
	font-size: 1.25em;
	font-style: italic;
	left: 0;
	padding-bottom: 0.5em;
	position: absolute;
	text-transform: lowercase;
	width: 100%;
}
.related-post span a {
	text-decoration: underline;
}

/* FAQs */
.faq-section {
	margin-bottom: 40px;	
}
.faq-block {
	border-bottom: 1px solid #b2b2b2;
	padding: 20px 0;
}
.question {
	background: url(images/tgwk_icon_navyplus.png) no-repeat center left;
	font-size: 1.5em;
	padding-left: 30px; 
}
.question:hover {
    cursor: pointer;
}
.question.active {
	background: url(images/tgwk_icon_navyminus.png) no-repeat center left;
}
.answer {
    display: none;
    font-size: 1.15em;
	padding: 30px 0 0 30px;    
}

/*--------------------------------------------------------------
4.0 Forms
--------------------------------------------------------------*/
::-webkit-input-placeholder {
   color: #444445;
}
:-moz-placeholder { /* Firefox 18- */
   color: #444445;  
}
::-moz-placeholder {  /* Firefox 19+ */
   color: #444445;  
}
:-ms-input-placeholder {  
   color: #444445;  
}
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 */
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	background: #191e4b;
	border: none;
	border-radius: 0px;
	color: #fff;
	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: 0.8em !important;
	letter-spacing: 0.1em;
	line-height: 1;
	padding: .75em 1.25em;
	-webkit-appearance: none;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	background: #f6d15c;
	color: #9a7930;
}
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb;
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}
input[type="submit"].subscribe-form-button {
	text-transform: uppercase;
}
input[type="checkbox"],
input[type="radio"] {
	padding: 0; /* Addresses excess padding in IE8/9 */
}
input[type="search"] {
	-webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
	-webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
	-moz-box-sizing:    content-box;
	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"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	background: transparent;
	border: 1px solid #989898;	
	border-radius: 0px;	
	color: #444445;
	font-size: 1em !important;
	margin: 0 10px 0 0;
	outline: none;
	padding: 3px 12px !important;
	-webkit-appearance: none;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #111;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
	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: 100%;
}
.gform_validation_container,
.gform_wrapper .gform_validation_container,
body .gform_wrapper li.gform_validation_container,
body .gform_wrapper .gform_body ul.gform_fields li.gfield.gform_validation_container,
body .gform_wrapper ul.gform_fields li.gfield.gform_validation_container {
	display: none !important;
	position: absolute !important;
	left: -9000px;
}
.gform_wrapper .top_label li.gfield.gf_left_half {
	margin: 0 2% 1em 0;
	width: 49%;
}
.gform_wrapper .top_label li.gfield.gf_right_half {
	margin: 0 0 1em 0;
	width: 49%;
}
.gform_wrapper .top_label li.gfield.gfield_error.gf_left_half,
.gform_wrapper .top_label li.gfield.gfield_error.gf_right_half {
	width: 46%;
}
.gform_wrapper .top_label li.gfield.gfield_error.gf_right_half {
	margin-right: 1%;
}
.gform_wrapper .top_label li.gfield.gf_left_half {
	float: left;
	clear: left !important;
}
.gform_wrapper .top_label li.gfield.gf_right_half {
	float: right;
	clear: right !important;
}
.gform_wrapper ul {
	list-style: none;
	margin: 0;
}
.gfield_checkbox li {
	margin-bottom: 0.5em;
}
.gfield_checkbox li input {
	margin-right: 0.5em;
}
.contact-form {
	background: #f3f3f3;
	font-size: 1.125em;
	padding: 30px 40px 40px;
}
.contact-form #field_3_5 {
	margin-bottom: 1em;
}
.contact-form #field_3_5 .gfield_label {
	font-weight: 500;
	letter-spacing: 0.08em;
}
.contact-form input[type=text] {
	width: 100%;
}
.contact-form input[type=submit] {
	float: left;
	margin: 20px 43%;
}
.page-opt-in {
	background: #d0d0d0;
	margin: 2em auto;
	text-align: center;
}
.blog-opt-in {
	background: #d0d0d0;
	margin: 2em auto;
	padding: 1em 5.5em 1.5em;
	width: 100%;
}
.sidebar-layout form.blog-opt-in h3 {
	text-align: left;
}
.gform_wrapper .blog-opt-in ul li.gfield input {
	min-width: 250px;
}
.gform_wrapper .blog-opt-in ul li.gfield.gfield_html,
.gform_wrapper .page-opt-in ul li.gfield.gfield_html {
	display: block;
	float: none;
}
form h3 {
	display: block;
	font-size: 1.3em;
	font-weight: 300;
	letter-spacing: 0.04em;
	padding: 10px 0;
	text-align: center;
}
.gform_confirmation_wrapper {
	text-align: center;
}

/*--------------------------------------------------------------
5.0 Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
5.1 Links
--------------------------------------------------------------*/
a {
	color: #9a7930;
}
a:hover,
a:focus,
a:active {
	color: #191e4b;
}
.nav-links a {
	text-decoration: none;
	text-transform: uppercase;
}

/*--------------------------------------------------------------
5.2 Menus
--------------------------------------------------------------*/
.social-navigation,
.social-navigation ul {
	margin: 0;
}
#menu-social-menu-1 {
	text-align: center;
}
#menu-social-menu-1 a,
.social-icons a {
	background: #191e4b;
	border-radius: 50%;
	color: #fff;
	display: inline-block;
	font-size: 2em;
	height: 32px;
	line-height: 1em;
	margin: 0 5px;
	padding: 0;	
	text-align: center;
	text-decoration: none;
	width: 32px;
}
#menu-social-menu-1 a:hover,
.social-icons a:hover {
	background: #f6d15c;
	color: #9a7930;
}
#colophon .main-navigation {
	border-bottom: 1px solid #c2c2c2;
	clear: both;
	display: block;
	text-align: center;
}
#menu-main-menu,
#menu-main-menu-1 {
	list-style: none;
	margin: 7px 0 4px;
	padding-left: 0;
}
#menu-main-menu > li,
#menu-main-menu-1 > li {
	display: inline-block;
	letter-spacing: 0.04em;	
	text-transform: uppercase;
}
.sub-navigation ul {
	margin: 15px 0;
	text-align: center;
}
.main-navigation li.page-link a {
	font-family: "ltc-bodoni-175", serif;
	font-size: 1.1em;
	font-style: italic;
	padding: 5px 0;	
	text-transform: lowercase;
}
.main-navigation a,
.sub-navigation a {
	color: #101112;
	display: block;
	text-decoration: none;
}
.main-navigation li:hover > a,
.sub-navigation li:hover > a {
	color: #9a7930;
}
.main-navigation ul ul :hover > a {
	color: #7d7c7c;
}
.main-navigation ul li:hover > ul {
	display: block;
}
.current_page_item > a,
.current-menu-item > a {
	color: #9a7930;
}
.menu-legal-container, 
#menu-legal {
	display: inline-block;
	margin: 0;
}
#menu-legal .current_page_item a,
#menu-legal .current-menu-item a {
	color: #444445;
}
/* Small menu */
.menu-toggle {
	display: none;
}
.site-main .comment-navigation,
.site-main .paging-navigation,
.site-main .post-navigation {
	clear: both;
	margin: 1em 0 1.5em;
	overflow: hidden;
}
.comment-navigation .nav-previous,
.paging-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}
.comment-navigation .nav-next,
.paging-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
6.0 Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: 500;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}

/*--------------------------------------------------------------
7.0 Alignments
--------------------------------------------------------------*/
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}
article.post .aligncenter {
	margin: 2em auto 1.5em;
}
article.post .alignleft, article.post .alignright {
	margin-bottom: 1.5em;
	margin-top: 2em;
}
.search article.post,
.search article.page {
	border-bottom: 1px solid #b2b2b2;
	clear: both;
	display: block;
	padding: 15px 0 30px;
}
.archive-thumbnail img {
	border: 1px solid #d0d0d0;
}
.archive-text.wide-block {
	display: block;
	float: none;
	width: 100%;
}
.archive-text.wide-block .post-title {
	text-align: center;
	text-transform: uppercase;
}
.archive-tag-list {
	color: #9a7930;
	font-family: "ltc-bodoni-175", serif;
	font-size: 1.1em;
	font-style: italic;
	padding-right: 8px;
	text-transform: lowercase;
}
.archive-date {
	color: #404040;
	padding-left: 8px;
	text-decoration: none;
	text-transform: uppercase;
}
.archive-text p {
	font-size: 1.2em;
}
.sidebar-layout #blog-post-sidebar {
	margin-left: 0;
}
.stickem-container {
	clear: both;
	margin-bottom: 5px;
	padding-bottom: 5px;
	position: relative;
}
.stickem-container:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}
#blog-post-sidebar {
	font-size: 0.7em;
}
#blog-post-sidebar ul {
	list-style: none;
	margin: 0;
}
#blog-post-sidebar > ul {
	padding: 10px 0;
}
#blog-post-sharing ul {
	border-bottom: 1px solid #b2b2b2;
	border-top: 1px solid #b2b2b2;
	font-size: 0.7em;	
	list-style: none;
	margin: 0;
	padding: 12px 65px;
}
#blog-post-sidebar ul li {
	padding: 12px 0;
	text-align: center;
}
#blog-post-sharing li {
	display: inline-block;
	text-align: center;
	width: 24%;
}
#blog-post-sidebar ul .post-contributor:first-of-type {
	border-top: 1px solid #b2b2b2;
}
#blog-post-sidebar ul li.post-contributor {
	color: #9a7930;
	font-family: "ltc-bodoni-175", serif;
	font-size: 1.2em;
	font-style: italic;
	line-height: 1;
	padding: 10px 25px;	
}
#blog-post-sidebar ul li.social {
	border-top: 1px solid #b2b2b2;
	text-align: left;
}
#blog-post-sidebar ul li.social:first-of-type {
	border-top: none;
	border-bottom: 1px solid #b2b2b2;
}
#blog-post-sidebar ul li.social:last-of-type {
	border-bottom: 1px solid #b2b2b2;
}
#blog-post-sidebar ul li.social a,
#blog-post-sharing ul li.social a {
	color: #101112;
	font-weight: 500;
	padding: 15px 0;
	text-decoration: none;
}
#blog-post-sidebar ul li.social a:hover,
#blog-post-sharing ul li.social a:hover {
	color: #9a7930;
}
#blog-post-sidebar ul li.social a.comment-area-link,
#blog-post-sharing ul li.social a.comment-area-link {
	background: url(images/tgwk_icon_comment.png) no-repeat left center;
	padding-left: 27px;	
}
#blog-post-sidebar ul li.social a.twitter,
#blog-post-sharing ul li.social a.twitter {
	background: url(images/tgwk_icon_twitter.png) no-repeat left center;
	padding-left: 27px;	
}
#blog-post-sidebar ul li.social a.facebook,
#blog-post-sharing ul li.social a.facebook {
	background: url(images/tgwk_icon_facebook.png) no-repeat left center;
	padding-left: 22px;
}
#blog-post-sidebar ul li.social a.pinterest,
#blog-post-sharing ul li.social a.pinterest {
	background: url(images/tgwk_icon_pinterest.png) no-repeat left center;
	padding-left: 25px;
}
#blog-post-sidebar ul li.social a span,
#blog-post-sharing ul li.social a span {
	border-left: 1px solid #101112;
	margin-left: 4px;
	padding-left: 8px;
}
.single .entry-header {
	text-align: center;
}
.single h4 {
	display: block;
	font-size: 2.5em;
	line-height: 1.1;
	max-width: 300px;
	padding: 5px 50px;
	text-transform: lowercase;
}
.single .post-date {
	display: block;
	margin: 1em 0;
	text-transform: uppercase;
}
.single #content .entry-header h1 {
	color: #9a7930;
	display: block;
	font-size: 2.25em;
	font-weight: 300;
	letter-spacing: 0.08em;	
	margin: 0 auto 20px;
	text-transform: none;
}
.single .entry-header img {
	margin-bottom: -37px;
	position: relative;
	z-index: 899;
}
#featured-section {
	margin-bottom: 20px;
	text-align: center;
}
#page img.pinit-hover {
	opacity: 1 !important;
	filter: alpha(opacity=100) !important;
}


/*--------------------------------------------------------------
8.0 Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: '';
	display: table;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
9.0 Widgets
--------------------------------------------------------------*/
.woocommerce #secondary {
	display: none;
}
#secondary .widget {
	clear: both;
	display: block;
	margin-bottom: 2.5em;
	text-align: center;
}
#secondary .widget.widget_execphp {
	padding: 10px;
}
#colophon .widget,
.home #main .widget {
	margin: 0;	
}
.widget {
	margin: 0 0 1.5em;
}
#secondary .widget h4 {
	border-bottom: 1px solid #b2b2b2;
	display: block;
	font-size: 1.25em;
	margin: 0 15px;
	padding: 15px 0 0 0;
}
.home #content #main .widget h1,
.page-id-9825 #content #main .widget h1 {
	display: block;
	float: none;
	margin: 0 0 0.5em 0;
	text-align: center;
	text-transform: none;
	width: 100%;
}
#content #secondary .widget h1 {
	float: none;
	font-weight: 400;
	margin: 0;
	text-align: center;
}
.widget .gform_wrapper ul {
	margin: 0;
}
#content .no-title.widget h1 {
	display: none;
}
#content .gray-border.widget {
	border: 12px solid #f3f3f3;
}
#content .gold-border.widget {
	background: url(images/tgwk_pattern_gold.jpg) repeat top center;
	padding: 12px;
}
#content .gold-border.widget div {
	background: #fff;
}
#secondary .gform_widget {
	background: #d0d0d0;
	margin-bottom: 50px;
	padding: 20px;
}
#content #secondary .widget.gform_widget h1 {
	margin-bottom: 15px;
}
#secondary .widget .gform_wrapper ul li.gfield {
	display: block;
	float: none;
	margin: 10px auto;
	width: 90%;
}
#secondary .widget .gform_wrapper ul li.gfield input {
	width: 100%;
}
#secondary .gform_widget input[type=submit] {
	clear: both;
	display: block;
	margin: 0 auto -35px;
}
#secondary .tag-list .execphpwidget a {
	border-bottom: 1px solid #b2b2b2;
	display: block;
	font-family: "ltc-bodoni-175", serif;
	font-size: 1.1em;
	font-style: italic;
	padding: 5px;
	text-decoration: none;
	text-transform: lowercase;
}
#secondary .tag-list .execphpwidget a:last-of-type {
	border-bottom: none;
}
#secondary .widget .quote {
	display: block;
	font-size: 1.6em;
	margin: 20px 20px 0;
}
#secondary .widget .quote-author {
	font-size: 0.7em;
	font-weight: 500;
	padding-bottom: 30px;
	text-transform: uppercase;
}
#secondary .love-item {
	background: url(images/tgwk_icon_heart-navy.png) no-repeat top center;
	border-bottom: 1px solid #b2b2b2;
	display: block;	
	margin: 20px 5px;
	padding: 35px 10px 15px;
}
#secondary .love-item:last-of-type {
	border-bottom: none;
	margin-bottom: 5px;
}
#secondary .love-item .script {
	color: #101112;
	display: block;
	font-size: 22px;
	margin-bottom: -10px;
	padding-top: 8px;
	text-decoration: none;
}
#secondary .love-item .script:hover {
	color: #9a7930;
}

/* Make sure select elements fit in widgets */
.widget select {
	max-width: 100%;
}

/* Search widget */
.widget_search input[type=search] {
	margin-right: 0;
}
.widget_search .search-submit {
	background: #191e4b url(images/tgwk_icon_whitetriangle.png) no-repeat center center;
	height: 32px;
	text-indent: -9999px;
}
#secondary .widget_search input[type=search] {
	border: none;
	width: 68%;
}
#secondary .widget_search .search-submit {
	float: right;
	margin-left: -5px;
}
.widget_search .search-submit:hover {
	background: #f6d15c url(images/tgwk_icon_goldtriangle.png) no-repeat center center;
}
#colophon .search-form {
	display: block;
	margin: 0 auto;
	width: 215px;
}
#colophon .widget_search input[type=search] {
	margin-right: -5px;
	width: 158px;
}
#colophon .widget_search .search-submit {
	float: right;
	position: relative;
	z-index: 100;
}
.site-branding form.search-form {
	position: absolute;
}
.site-branding form.search-form input.search-field {
	background: url(images/thegirlwhoknows_icon_search.png) 96% center no-repeat transparent;
	border: 1px solid #b4b4b5;
	min-width: 190px;
	padding-right: 37px !important;
}
.site-branding form.search-form input[type=submit] {
	display: none;
}

/* widget ads */
#secondary aside.widget.business,
#secondary aside.widget.get-to-know,
#secondary aside.widget.living,
#secondary aside.widget.style,
#secondary aside.widget.wellness {
	display: none;
}
#blog-content.category-business #secondary aside.widget.business,
#blog-content.category-get-to-know #secondary aside.widget.get-to-know,
#blog-content.category-living #secondary aside.widget.living,
#blog-content.category-style #secondary aside.widget.style,
#blog-content.category-wellness #secondary aside.widget.wellness {
	display: block;
}

/*--------------------------------------------------------------
10.0 Content
--------------------------------------------------------------*/
#colophon {
	background: #f3f3f3 url(images/tgwk_background_goldbar.jpg) repeat-x top left;
	padding: 40px 0;
}
.site-info {
	clear: both;
	color: #7c7c7c;
	font-size: 0.75em;
	letter-spacing: 0.05em;
	margin: 1em 0 0 0;
	text-align: center;
}
.site-info a {
	color: #7c7c7c;
	text-decoration: none;
}
.site-info a:hover {
	color: #444445;
}
.site-info li {
	display: inline;
	list-style: none;
	padding: 10px;
}

/* WooCommerce */
.woocommerce-breadcrumb,
.product_meta,
p.stock,
body.woocommerce div.product .woocommerce-tabs ul.tabs,
#tab-description h2:first-of-type,
p.add_to_cart_inline .amount {
	display: none;
}
body.woocommerce div.product span.price, body.woocommerce div.product p.price {
	font-size: 1.75em;
	text-align: center;
}
body.woocommerce .quantity .qty,
body.woocommerce-cart .woocommerce .quantity .qty {
	background: #f3f3f3;
	border: 1px solid #989898;
	height: 29px;
	padding-left: 12px;
}
body.woocommerce a.button.alt, body.woocommerce button.button.alt, body.woocommerce input.button.alt, body.woocommerce #respond input#submit.alt,
.woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce #respond input#submit {
	border-radius: 0px;
	color: #fff !important;
	text-transform: uppercase;
}
body.woocommerce a.button.alt:hover, body.woocommerce button.button.alt:hover, body.woocommerce input.button.alt:hover, body.woocommerce #respond input#submit.alt:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover, .woocommerce #respond input#submit:hover {
	background: #f6d15c !important;
	color: #816322 !important;
	text-transform: uppercase;
}
.woocommerce-tabs {
	border-top: 1px solid #ccc;
	padding-top: 2em;
}
body.woocommerce .woocommerce-message,
body.woocommerce-cart .woocommerce .woocommerce-message,
body.woocommerce .woocommerce-error, 
body.woocommerce-cart .woocommerce .woocommerce-error,
body.woocommerce .woocommerce-info,
body.woocommerce-page .woocommerce .woocommerce-info,
body.woocommerce-checkout .woocommerce .woocommerce-error {
	background: #f3f3f3;
	border-top-color: #9a7930;
	color: #1f265e;
}
body.woocommerce .woocommerce-message:before,
body.woocommerce-cart .woocommerce .woocommerce-message:before,
body .woocommerce .woocommerce-info:before {
	color: #9a7930;
}
body .woocommerce #content table.cart td.actions .input-text, body .woocommerce table.cart td.actions .input-text, body .woocommerce-page #content table.cart td.actions .input-text, body .woocommerce-page table.cart td.actions .input-text {
	background: #f3f3f3;
	border: 1px solid #989898;
	height: 29px;
	line-height: 1.4 !important;
	min-width: 176px;
	text-align: center;
	width: auto;
}
.page-template-default .entry-content form.checkout p, .page-template-page-events-php .entry-content form.checkout p {
	margin: 0 0 0.5em;
}
form.checkout h3 {
	text-transform: uppercase;
}
body.woocommerce-checkout #payment {
	background: #f3f3f3;
}
body.woocommerce-checkout #payment div.payment_box {
	background: #d0d0d0;
	color: #131638;
}
body.woocommerce-checkout #payment div.payment_box:after {
	border: 8px solid #d0d0d0;
	border-right-color: transparent;
	border-left-color: transparent;
	border-top-color: transparent;
}
.payment_method_braintree {
	margin-top: 1em;
}
.page-template-default .entry-content p.form-row-first,
.page-template-default .entry-content p.form-row-last {
	margin: 0 0 6px;
}

/*--------------------------------------------------------------
10.1 Posts and pages
--------------------------------------------------------------*/
.sticky {
}
.hentry {
	margin: 0 0 1.5em;
}
.byline,
.updated {
	display: none;
}
.single .byline,
.group-blog .byline {
	display: inline;
}
.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}
.page-links {
	clear: both;
	margin: 0 0 1.5em;
}
.page-template-page-sales .wrapper.menu-section {
	padding: 25px;
}
.page-template-page-sales .wrapper.menu-section nav,
.page-template-page-sales #masthead nav.main-navigation,
.page-template-page-sales .search-form,
.page-template-page-sales .site-description,
.page-template-page-sales #colophon .wrapper,
.page-template-page-sales #colophon .dk-gray-bar {
	display: none;
}

/*--------------------------------------------------------------
10.2 Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

/*--------------------------------------------------------------
10.3 Comments
--------------------------------------------------------------*/
ol.comment-list {
	list-style: none;
	margin: 1em 4em;
}
ol.children {
	list-style: none;
	margin: 0;
	padding-left: 0;
}
ol.comment-list li article {
	border-bottom: 1px solid #b2b2b2;
	margin: 1em 0;
	padding: 1em 0;
}
ol.comment-list .children li article {
	padding-left: 4.5em;
}
.comment-meta div {
	display: inline;
	text-transform: uppercase;
}
.comment-meta img {
	border-radius: 50%;
	display: block;
	float: left;
	margin-right: 1em;
}
.comment-meta .fn::after {
	content: ' —';
}
.comment-meta .says {
	display: none;
}
.comment-meta time {
	font-size: 0.85em;
}
.comment-content {
	font-size: 1.25em;
	margin-left: 4em;
}
.reply {
	margin-left: 5em;
	text-transform: uppercase;	
}
ol.comment-list li article a {
	text-decoration: none;
}

.comment-content a {
	word-wrap: break-word;
}
.bypostauthor {
}
#respond {
	background: #f3f3f3;
	margin: 2em 4em 4em;
	padding: 1em 2em 2em 2em;
}
.sidebar-layout #respond,
.sidebar-layout ol.comment-list {
	margin: 2em 0;
}
#commentform input[type=text], #commentform input[type=email], #commentform input[type=url] {
}
#commentform textarea {
}
#commentform p {
}
#commentform p.logged-in-as {
}
#commentform p.comment-form-author {
	display: inline-block;
	float: left;
	width: 49%;
}
#commentform p.comment-form-email {
	display: inline-block;
	float: right;
	width: 49%;
}
#commentform p.comment-form-author input,
#commentform p.comment-form-email input {
	display: block;
	width: 100%;
}
#commentform p.comment-form-comment {
	margin-bottom: 0.5em;
}
#commentform p.form-allowed-tags {
}
#commentform p.form-submit {
	float: left;
	margin: 20px 44%;
}


/*--------------------------------------------------------------
11.0 Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .paging-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}
/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
12.0 Media
--------------------------------------------------------------*/
.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
12.1 Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0 auto;
}
.wp-caption-text {
	text-align: center;
}
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

/*--------------------------------------------------------------
12.2 Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}
.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}
.gallery-columns-2 .gallery-item {
	max-width: 50%;
}
.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
	max-width: 25%;
}
.gallery-columns-5 .gallery-item {
	max-width: 20%;
}
.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}
.gallery-caption {}

/*--------------------------------------------------------------
Media Queries
--------------------------------------------------------------*/
/* Minimum width of 1125 pixels. */
@media screen and (min-width: 1130px) {
	#menu-main-menu > li > a::after, #menu-main-menu-1 > li > a::after {
		margin: 0 24px;
	}
	#menu-main-menu > li:last-child > a::after,
	#menu-main-menu-1 > li:last-child > a::after {
		content: '';
		margin: 0 0 0 24px;
	}
	#menu-social-menu a {
		padding-left: 12px;
	}
	.full-width-bg {
		margin: 2em -100%; 
		padding: 0 0 2em; 
		width: 300%;
	}
	.shop-block {
		margin: 1em -100% 3em; 
		width: 300%;
	}
	.shop-products {
		margin: 10px -26px;
	}
	.shop-product {
		margin: 26px;
		width: 346px;
	}
	.shop-product .navy-bttn {
		float: left;
		margin: 5px 33% -15px;
		padding: 0.65em 1em;
	}
	.page-opt-in {
		padding: 0.5em 10em 1.5em;
		width: 75%;
	}
	#content .widget h1,
	.widget h1 {
		display: inline-block;
		float: left;
		margin: 0 1em 0 0;
	}
	#secondary .social-icons a {
		margin: 0 8px;
	}
	#secondary .social-icons a:first-of-type {
		margin: 0 8px 0 0;
	}
	#secondary .social-icons a:last-of-type {
		margin: 0 0 0 8px;
	}
	#blog-post-sidebar {
		float: left;
		margin-left: -150px;
		width: 130px;
	}
	#blog-post-sidebar.stickit {
		position: fixed;
		top: 160px;
	    z-index: 1;	
	}
	#blog-post-sidebar.stickit-end {
		bottom: -5px;
		position: absolute;
	}
	#colophon .widget.gform_widget {
		float: left;
		width: 80%;
	}
	#colophon .widget.widget_search {
		float: right;
		width: 20%;
	}
}

@media screen and (max-width: 1000px) {
	#featured-posts .latest-article {
		max-width: 30%;
	}
	#featured-posts .latest-article h3 {
		font-size: 1.4em;
	}
	#featured-posts .latest-article h4 {
		padding: 5px 10px;
	}
	#featured-posts .latest-article .article-text {
		top: 10%;
		height: 80%;
	}
}

/* Minimum width of 961 pixels. */
@media screen and (min-width: 961px) and (max-width: 1129px) {
	#menu-main-menu > li > a::after, #menu-main-menu-1 > li > a::after {
		margin: 0 14px;
	}
	#menu-main-menu > li:last-child > a::after,
	#menu-main-menu-1 > li:last-child > a::after {
		content: '';
		margin: 0 0 0 14px;
	}
	#menu-social-menu a {
		padding-left: 8px;
	}
	.full-width-bg {
		margin: 2em -50%; 
		padding: 0 20em 2em; 
		width: 200%;
	}
	.shop-block {
		margin: 1em -10% 3em; 
		width: 120%;
	}
	.shop-products {
		margin: 10px 4%;
	}
	.shop-product {
		margin: 1.25%;
		width: 30%;
	}
	.shop-product .navy-bttn {
		float: left;
		margin: 5px 30% -15px;
		padding: 0.65em 1em;
	}
	.blog-opt-in {
		padding: 1em 1em 1.5em;
	}	
	.page-opt-in {
		padding: 0.5em 9em 1.5em;
		width: 90%;
	}
	#blog-post-sidebar {
		float: left;
		margin-left: 0;
		width: 130px;
	}
	.single .entry-content, .single .entry-footer {
		margin-left: 150px;
	}
	#blog-post-sidebar.stickit {
		position: fixed;
		top: 160px;
	    z-index: 1;	
	}
	#blog-post-sidebar.stickit-end {
		bottom: -5px;
		position: absolute;
	}
	.gform_wrapper .blog-opt-in ul li.gfield input {
		min-width: 180px !important;
		width: 180px !important;
	}	
	#colophon .widget.gform_widget {
		display: inline-block;
		width: 70%;
	}
	#colophon .widget.widget_search {
		display: inline-block;
		width: 30%;
	}
	
}

@media screen and (min-width: 961px) {
	.latest-post article {
		height: 449px;
		width: 29.6%;
	}
	.latest-posts article {
		width: 32.25%;
	}
	body.archive.category article {
		margin-left: 5px;
		margin-right: 5px;
		width: 32.25%;
	}
	.page-template-default .entry-content p,
	.page-template-page-events-php .entry-content p {
		margin: 0 11em 1.5em;
	}
	.page-template-page-events-php .entry-content ul {
		margin: 0 11em 1.5em 14em;
	}
	hr.narrow {
		margin: 0 11em 1.5em;
	}
	.single .sidebar-layout .entry-content,
	.single .sidebar-layout .entry-footer, 
	.single .sidebar-layout #related-posts,
	.single .sidebar-layout #comments {
		margin-left: 150px;
	}
	.single .sidebar-layout nav.post-navigation {
		margin: 35px 0 35px 150px;
	}
	.single article.post,
	.single #related-posts,
	.single #comments {
		margin: 0 auto;
		max-width: 800px;
	}
	.sidebar-layout .blog-opt-in {
		padding: 1em 1em 1.5em;
	}
	.single nav.post-navigation {
		margin: 35px auto;
		max-width: 800px;
	}
	.sidebar-layout .related-post {
		width: 27%;
	}
	.gform_wrapper .page-opt-in ul li.gfield,
	.gform_wrapper .blog-opt-in ul li.gfield {
		clear: none;
		display: inline;
		float: left;
	}		
	.contributor-block {
		width: 33%;
	}
	.event-block {
		margin: 0 1.5% 3em 0; 
		padding: 45px; 
		width: 32%;
	}
	.event-block:last-of-type {
		margin: 0;
	}
	.event-preview-block {
		margin: -15px -7% 25px;
	}
	.event-preview {
		margin: 1%;	
		width: 20%;
	}
	.event-preview .navy-bttn {
		float: left;
		margin: 5px 23% -15px;
	}
}

@media screen and (max-width: 960px) {
	.full-width-bg {
		margin: 2em -25%; 
		padding: 0 8em 2em; 
		width: 150%;
	}
	.latest-post article {
		height: 450px;
		margin: 40px 5% !important;
		width: 39%;
	}
	.latest-post article.last-post {
		display: block;
		margin: 40px auto !important;
	}
	.latest-posts article,
	body.archive.category article {
		margin: 40px 5% !important;
		width: 39%;
	}
	.latest-posts article.last-post,
	body.archive.category article.last-post {
		display: block;
		margin: 40px auto !important;
	}
	.single article.post, .single #related-posts, .single #comments {
		max-width: 100% !important;
	}
	.sidebar-layout form.blog-opt-in h3 {
		text-align: center;
	}
	.sidebar-layout .blog-opt-in {
		padding: 1em 0.5em 1.5em;
		text-align: center;
	}
	.sidebar-layout .gform_wrapper .blog-opt-in ul li.gfield,
	.sidebar-layout .gform_wrapper .page-opt-in ul li.gfield {
		display: block !important;
		float: none;
		margin: 8px auto;
	}
}

@media screen and (max-width: 900px) {
	#featured-posts .latest-article .article-text {
		background: rgba(255, 255, 255, 0.7);
		height: 88%;
		left: 5%;
		top: 5%;
		width: 90%;
	}
}

/* Minimum width of 851 pixels. */
@media screen and (min-width: 851px) {
	#primary.sidebar-layout {
		display: inline-block;
		width: 72%;
	}
	#secondary {
		display: inline-block;
		float: right;
		width: 26%;
	}
	#secondary .social-icons a {
		font-size: 2.6em;
		height: 40px;
		margin: 0 3px;
		width: 40px;
	}
	#secondary .social-icons a:first-of-type {
		margin: 0 3px 0 0;
	}
	#secondary .social-icons a:last-of-type {
		margin: 0 0 0 3px;
	}
	.home #main .widget .gform_wrapper ul,
	.page-id-9825 #main .widget .gform_wrapper ul {
		margin: 0 auto;
		width: 525px;
	}
	.contact-left {
		float: left; 
		width: 62%;
	}
	.contact-right {
		box-sizing: border-box; 
		float: left; 
		padding: 0 0 0 3em; 
		width: 38%;
	}
}

/* Maximum width of 850 pixels. */
@media screen and (max-width: 850px) {
	.site-branding form.search-form input.search-field {
		min-width: 150px;
	}
	#masthead .social-navigation {
		display: none;
	}
	.site-info > li:first-of-type {
		display: block;
	}
	#secondary .social-icons a {
		font-size: 2.6em;
		height: 40px;
		margin: 0 8px;
		width: 40px;
	}
	#secondary .social-icons a:first-of-type {
		margin: 0 8px 0 0;
	}
	#secondary .social-icons a:last-of-type {
		margin: 0 0 0 8px;
	}
	#colophon .widget.gform_widget,
	#colophon .widget.widget_search {
		display: block !important;
		margin-bottom: 15px;
		text-align: center !important;
		width: 100% !important;
	}
	.home #main .widget {
		text-align: center;
	}
	.event-preview {
		margin: 1%;	
		width: 40% !important;
	}
	.contact-right {
		clear: both;
		text-align: center;
	}
	.blog-opt-in {
		text-align: center;
	}
	.gform_wrapper .page-opt-in ul li.gfield,
	.gform_wrapper .blog-opt-in ul li.gfield {
		margin: 8px 0;
	}
	#content .widget h1,
	.widget h1 {
		display: block;
		font-size: 1.3em;
		font-weight: 300;
		letter-spacing: 0.04em;
		margin: 8px auto !important;
	}
	.widget .gform_wrapper ul li.gfield {
		clear: both !important;
		display: block !important;
		float: none !important;
		margin: 8px 0;
	}
	#colophon .search-form {
		float: none !important;
	}
}


/* Maximum width of 960 pixels and minimum width of 701 pixels. */
@media screen and (max-width: 960px) and (min-width: 701px) {
	#menu-main-menu > li > a::after,
	#menu-main-menu-1 > li > a::after {
		margin: 0 8px;
	}
	#menu-main-menu > li:last-child > a::after,
	#menu-main-menu-1 > li:last-child > a::after {
		margin: 0 0 0 8px;
	}
	#menu-social-menu a {
		padding-left: 8px;
	}
	#secondary .social-icons a {
		margin: 0 8px;
	}
	#secondary .social-icons a:first-of-type {
		margin: 0 8px 0 0;
	}
	#secondary .social-icons a:last-of-type {
		margin: 0 0 0 68px;
	}
	.page-template-default .entry-content p,
	.page-template-page-events-php .entry-content p {
		margin: 0 2em 1.5em;
	}
	.page-template-page-events-php .entry-content ul {
		margin: 0 2em 1.5em 4em;
	}
	hr.narrow {
		margin: 0 2em 1.5em;
	}
	.shop-block {
		margin: 1em -10% 3em; 
		width: 120%;
	}
	.shop-products {
		margin: 10px 3%;
	}
	.shop-product {
		margin: 2%;
		width: 37%;
	}
	.shop-product .navy-bttn {
		float: left;
		margin: 5px 31% -15px;
		padding: 0.65em 1em;
	}	
	.contributor-block {
		width: 45%;
	}
	.event-block {
		margin: 0 3% 3em; 
		padding: 50px; 
		width: 43%;
	}
	.event-block:last-of-type {
		display: block;
		margin: 0 auto 3em;
	}
	.event-preview-block {
		margin: -15px 1% 25px;
	}
	.event-preview {
		margin: 3% 1%;	
		width: 30%;
	}
	.event-preview .navy-bttn {
		float: left;
		margin: 5px 23% -15px;
	}
	.page-opt-in {
		padding: 0.5em 5em 1.5em;
	}
	#blog-post-sidebar {
		border-bottom: 1px solid #b2b2b2;
		font-size: 0.9em;
		margin: 5px auto -10px;
		width: 100%;
	}
	#blog-post-sidebar > ul {
		padding: 10px 0 0 0;
	}
	#blog-post-sidebar ul li.post-contributor {
		border-bottom: 1px solid #b2b2b2;
		display: inline-block;
		font-size: 0.9em;
		margin: 0 auto;
		width: 100%;
	}
	#blog-post-sidebar ul li.post-contributor li {
		display: inline-block;
		margin: 0 12px;
		max-width: 150px;
	}
	#blog-post-sidebar li.social:first-of-type {
		display: block;
		width: 100%;
	}
	#blog-post-sidebar li.social {
		border-top: none !important;
		display: inline-block;
		font-size: 0.8em;
		text-align: center !important;
		width: 24%;
	}
	#blog-post-sidebar li.social:last-of-type {
		border-bottom: none !important;
	}	
	#colophon .widget.gform_widget {
		display: inline-block;
		width: 70%;
	}
	#colophon .widget.widget_search {
		display: inline-block;
		width: 30%;
	}
}

@media screen and (max-width: 800px) {
	#featured-posts .latest-article {
		display: block;
		margin: 10px auto;
		max-width: 384px;
	}
	#featured-posts .latest-article .article-text {
		background: rgba(255, 255, 255, 0.9);
		top: 20%;
		height: 60%;
		left: 12%;
		width: 76%;
	}
}

/* Minimum width of 701 pixels. */
@media screen and (min-width: 701px) {
	.wrapper {
		clear: both;
		margin: 0 auto;
		max-width: 1200px;
		padding: 0 25px;
	}
	#masthead {
		background: #fff url(images/tgwk_background_goldbar.jpg) repeat-x top left;
		height: 264px;
		padding-top: 25px;
		width: 100%;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 999;
		-webkit-transition: height 0.3s;
		-moz-transition: height 0.3s;
		-ms-transition: height 0.3s;
		-o-transition: height 0.3s;
		transition: height 0.3s;
	}
	#masthead #logo {
		background: url(images/tgwk_logo-retina.png) no-repeat center top;
		clear: none; 
		display: block;
		height: 186px;
		text-indent: -9999px;
		-webkit-transition: background 0.3s;
		-moz-transition: background 0.3s;
		-ms-transition: background 0.3s;
		-o-transition: background 0.3s;
		transition: background 0.3s;
	}
	#masthead.smaller {
		height: 157px;
	}
	#masthead.smaller #logo {
		background: url(images/tgwk_logo-retina_small.png) no-repeat center top;
		height: 79px;
	}
	#masthead .main-navigation {
		clear: both;
		display: block;
		float: left;
	}
	#menu-main-menu > li > a::after,
	#menu-main-menu-1 > li > a::after {
		color: #d0d0d0;
		content: '\2022';
		font-size: 1.2em;
	}
	#menu-main-menu > li:last-child > a::after,
	#menu-main-menu-1 > li:last-child > a::after {
		content: '';
		margin: 0 0 0 8px;
	}
	#masthead.smaller .site-description {
		display: none;
	}
	.main-navigation ul ul {
		display: none;
		left: auto;
		margin-left: -75px;
		padding-top: 5px;
		position: absolute;	
		width: 200px;	
		z-index: 99999;
	}
	.main-navigation ul ul li {
		background: #d0d0d0;
		display: block;
		padding: 2px 16px;
		text-align: center !important;
		width: 100%;
	}
	.main-navigation ul ul a {
		border-bottom: 1px solid #a6a6a6;
	}
	.main-navigation ul ul li:last-child a {
		border-bottom: none;
	}
	#masthead .social-navigation {
		margin: 5px 0 -45px 0;
	}
	.social-navigation li {
		list-style: none;
		display: inline-block;
		height: 32px;
	}
	#menu-social-menu a {
		color: #d0d0d0;
		font-size: 2.2em;
		line-height: 1.3;
		padding-left: 8px;
		text-decoration: none;
	}
	#menu-social-menu a:hover {
		color: #444445;
	}
	.sub-navigation li {
		display: inline-block;
		letter-spacing: 0.08em;
		padding: 5px 15px;
	}
	#content {
		margin-top: 310px;
	}
	.page-template-page-sales #content {
		margin-top: 230px;
	}
	#content.site-content #content {
		margin-top: 5px;
	}
	.alignleft {
		display: inline;
		float: left;
		margin-right: 1em;
	}
	.alignright {
		display: inline;
		float: right;
		margin-left: 1em;
	}
	.archive-thumbnail {
		display: inline-block;
		width: 36%;
	}
	.archive-text {
		display: inline-block;
		float: right;
		margin-left: 3%;
		width: 61%;
	}
	.detail-image {
		float: left; 
		text-align: right; 
		width: 42%;
	}
	.detail-text {
		float: left; 
		width: 38%;
	}
	#content .widget h1,
	.widget h1 {
		display: block;
		font-size: 1.3em;
		font-weight: 300;
		letter-spacing: 0.04em;
	}
	.widget .gform_wrapper ul li.gfield {
		clear: none;
		display: inline;
		float: left;
	}
}


/* Maximum width of 700 pixels. */
@media screen and (max-width: 700px) {
	.wrapper {
		margin: 0 auto;
		max-width: 100%;
		padding: 0 20px;
	}
	#masthead {
		background: #fff url(images/tgwk_background_goldbar.jpg) repeat-x top left;
		margin-bottom: 20px;
		padding-top: 20px;
		position: relative;
		width: 100%;
		z-index: 999;
	}
	.site-branding form.search-form {
		display: none;
	}
	#masthead #logo {
		background: url(images/tgwk_logo_mobile.png) no-repeat left center;
		background-size: 100%;
		clear: none; 
		display: block;
		height: 90px;
		margin-left: 5px;		
		max-width: 75%;
		text-indent: -9999px;
	}
	.site-branding.wrapper,
	.wrapper.menu-section {
		padding: 0;
	}
	#menu-main-menu {
		margin-bottom: 0;
	}
	button.menu-toggle {
		background: none;
		color: #191e4b;
		display: block;
		font-family: 'Entypo';
		font-size: 8em !important;
		letter-spacing: 0;
		line-height: 0.6;
		padding: 0;
		position: absolute;
		right: 10px;
		top: 25px;
	}
	.main-navigation.toggled .nav-menu {
		background: #d0d0d0;
		border-top: 1px solid #a6a6a6;
		display: block;
		width: 100%;
	}
	.main-navigation.toggled #menu-main-menu > li {
		border-bottom: 1px solid #a6a6a6;
		display: block;
		text-align: center;
	}
	.main-navigation.toggled #menu-main-menu > li:last-of-type {
		border-bottom: none;
	}
	.main-navigation.toggled a {
		padding: 7px 0;
	}
	.main-navigation ul {
		display: none;
	}
	.menu-item-has-children {
		background: url(images/tgwk_icon_navyplus.png) no-repeat 97% center;
		background-size: 15px 15px;
	}
	.menu-item-has-children .toggled {
		background: url(images/tgwk_icon_navyminus.png) no-repeat 97% center;
		background-size: 15px 15px;
	}	
	.main-navigation ul ul {
		background: #f3f3f3;
		display: none;
		position: relative;	
		width: 100%;	
		z-index: 99999;
	}
	.main-navigation li > ul {
		margin-left: 0;
	}
	.main-navigation ul ul li {
		display: block;
		text-align: center !important;
		width: 100%;
	}
	.main-navigation ul ul a {
		border-bottom: 1px solid #a6a6a6;
	}
	.main-navigation ul ul li:last-child a {
		border-bottom: none;
	}
	#masthead .social-navigation,
	.site-description,
	#colophon .main-navigation {
		display: none;
	}
	.social-navigation li {
		list-style: none;
		display: inline-block;
		height: 32px;
	}
	.sub-navigation li {
		display: inline-block;
		letter-spacing: 0.08em;
		padding: 5px;
	}
	.page-template-default .entry-content p,
	.page-template-page-events-php .entry-content p {
		margin: 0 1em 1.5em;
	}
	.page-template-page-events-php .entry-content ul {
		margin: 0 1em 1.5em 2em;
	}
	#blog-post-sidebar {
		margin: 5px auto;
		width: 100%;
	}
	#blog-post-sidebar ul li.post-contributor {
		display: inline-block;
		margin: 0 auto;
		width: 100%;
	}
	#blog-post-sidebar ul li.post-contributor li {
		display: inline-block;
		margin: 0 12px;
		max-width: 150px;
	}
	#blog-post-sidebar li.social:first-of-type {
		font-size: 0.9em;
	}	
	#blog-post-sidebar li.social {
		text-align: center !important;
	}
	ol.comment-list .children li article {
		padding-left: 2.5em;
	}
	hr.narrow {
		margin: 0 1em 1.5em;
	}
	.shop-block {
		margin: 1em -20% 3em; 
		width: 140%;
	}
	.shop-products {
		margin: 10px 3%;
	}
	.shop-product {
		margin: 25px 2%;
		width: 55%;
	}
	.shop-product .navy-bttn {
		float: left;
		margin: 5px 31% -15px;
		padding: 0.65em 1em;
	}	
	.latest-post article {
		display: block;
		height: 350px !important;
		margin: 60px auto !important;
		width: 50%;
	}
	.latest-posts article,
	body.archive.category article {
		display: block;
		margin: 60px auto !important;
		width: 50%;
	}
	.event-block {
		display: block;
		margin: 0 auto 3em; 
		padding: 50px; 
		width: 70%;
	}
	.event-preview-block {
		margin: -35px 1% 25px;
	}
	.event-preview {
		margin: 3% 1%;	
		width: 50% !important;
	}
	.event-preview .navy-bttn {
		float: left;
		margin: 5px 25% -15px;
	}
	.contributor-block {
		width: 70%;
	}
	.archive-thumbnail, .archive-text {
		text-align: center;
	}
	.detail-image {
		text-align: center;
	}
	.detail-text {
		margin-left: 0;
		text-align: center;
	}
	#blog-post-sharing ul {
		padding: 12px;
	}
	.related-post {
		margin: 10px 1.5% 30px;
		width: 28%;
	}
	#respond {
		margin: 2em 3% 4em;
	}
	.page-opt-in {
		padding: 0.5em 3em 1.5em;
	}
	.site-info > li {
		display: block;
	}
}

/* Maximum width of 600 pixels. */
@media screen and (max-width: 600px) {
	.latest-post article {
		height: 425px;
		width: 65%;
	}
	.latest-posts article,
	body.archive.category article {
		width: 65%;
	}
	.contributor-block {
		width: 85%;
	}
	.shop-product {
		margin: 2%;
		width: 65%;
	}
	.event-preview {
		width: 60%;
	}
	.event-block {
		width: 90%;
	}
	#blog-post-sharing li {
		padding: 12px 6px;
		width: 48%;
	}
	.related-post {
		display: block;
		min-height: 325px;
		margin: 20px auto;
		width: 70%;
	}
	#commentform p.comment-form-author, #commentform p.comment-form-email {
		float: none;
		display: block;
		width: 100%;
	}
}


/* Maximum width of 500 pixels. */
@media screen and (max-width: 500px) {
	.latest-post article,
	.latest-posts article,
	body.archive.category article {
		width: 75%;
	}
	.homepage-banner {
		padding: 20px;
	}
	.shop-product {
		margin: 2%;
		width: 75%;
	}
	.event-preview {
		width: 80%;
	}
	.comment-navigation .nav-previous, .paging-navigation .nav-previous, .post-navigation .nav-previous, .comment-navigation .nav-next, .paging-navigation .nav-next, .post-navigation .nav-next {
		float: none;
		margin: 10px auto;
		text-align: center;
		width: 100%;
	}
	h3 {
		font-size: 1.75em;
	}
	h3#reply-title {
		font-size: 1.5em;
		padding: 15px 0;
	}
	#commentform p.form-submit {
		margin: 20px 27%;
	}	
}


@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	:root #menu-social-menu-1 a {line-height: 16px;}
	:root .social-icons a  {line-height: 20px;}
}