/*
Theme Name: My Theme
Theme URI: https://github.com/kezzbracey/kezzb-underscores-theme
Author: Kezz Bracey
Author URI: https://github.com/kezzbracey
Description: This is the demo theme created for the "WP Theme Creation with Underscores" course at Tuts+.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: SportsGambling
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

My Theme is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Normalize
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 Normalize
--------------------------------------------------------------*/
/* line 1, /Applications/wordpress-4.1-0/apps/wordpress/htdocs/wp-content/themes/my-theme/sass/normalize */
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
/* line 7, /Applications/wordpress-4.1-0/apps/wordpress/htdocs/wp-content/themes/my-theme/sass/normalize */
body {
	margin: 0;
}
/* line 22, /Applications/wordpress-4.1-0/apps/wordpress/htdocs/wp-content/themes/my-theme/sass/normalize */
article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
	display: block;
}
/* line 29, /Applications/wordpress-4.1-0/apps/wordpress/htdocs/wp-content/themes/my-theme/sass/normalize */
audio, canvas, progress, video {
	display: inline-block;
	vertical-align: baseline;
}
/* line 34, /Applications/wordpress-4.1-0/apps/wordpress/htdocs/wp-content/themes/my-theme/sass/normalize */
audio:not([controls]) {
	display: none;
	height: 0;
}

/* line 40, /Applications/wordpress-4.1-0/apps/wordpress/htdocs/wp-content/themes/my-theme/sass/normalize */
[hidden], template {
 display: none;
}
/* line 44, /Applications/wordpress-4.1-0/apps/wordpress/htdocs/wp-content/themes/my-theme/sass/normalize */
a {
	background-color: transparent;
}
/* line 49, /Applications/wordpress-4.1-0/apps/wordpress/htdocs/wp-content/themes/my-theme/sass/normalize */
a:active, a:hover {
	outline: 0;
}
/* line 53, /Applications/wordpress-4.1-0/apps/wordpress/htdocs/wp-content/themes/my-theme/sass/normalize */
abbr[title] {
	border-bottom: 1px dotted;
}
/* line 58, /Applications/wordpress-4.1-0/apps/wordpress/htdocs/wp-content/themes/my-theme/sass/normalize */
b, strong {
	font-weight: bold;
}
/* line 62, /Applications/wordpress-4.1-0/apps/wordpress/htdocs/wp-content/themes/my-theme/sass/normalize */
dfn {
	font-style: italic;
}
/* line 66, /Applications/wordpress-4.1-0/apps/wordpress/htdocs/wp-content/themes/my-theme/sass/normalize */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
	font-weight: bold;
}
/* line 71, /Applications/wordpress-4.1-0/apps/wordpress/htdocs/wp-content/themes/my-theme/sass/normalize */
mark {
	background: #ff0;
	color: #000;
}
/* line 76, /Applications/wordpress-4.1-0/apps/wordpress/htdocs/wp-content/themes/my-theme/sass/normalize */
small {
	font-size: 80%;
}
/* line 81, /Applications/wordpress-4.1-0/apps/wordpress/htdocs/wp-content/themes/my-theme/sass/normalize */
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
/* line 88, /Applications/wordpress-4.1-0/apps/wordpress/htdocs/wp-content/themes/my-theme/sass/normalize */
sup {
	top: -0.5em;
}
/* line 92, /Applications/wordpress-4.1-0/apps/wordpress/htdocs/wp-content/themes/my-theme/sass/normalize */
sub {
	bottom: -0.25em;
}
/* line 96, /Applications/wordpress-4.1-0/apps/wordpress/htdocs/wp-content/themes/my-theme/sass/normalize */
img {
	border: 0;
}
/* line 100, /Applications/wordpress-4.1-0/apps/wordpress/htdocs/wp-content/themes/my-theme/sass/normalize */
svg:not(:root) {
	overflow: hidden;
}
/* line 104, /Applications/wordpress-4.1-0/apps/wordpress/htdocs/wp-content/themes/my-theme/sass/normalize */
figure {
	margin: 1em 40px;
}
/* line 108, /Applications/wordpress-4.1-0/apps/wordpress/htdocs/wp-content/themes/my-theme/sass/normalize */
hr {
	box-sizing: content-box;
	height: 0;
}
/* line 113, /Applications/wordpress-4.1-0/apps/wordpress/htdocs/wp-content/themes/my-theme/sass/normalize */
pre {
	overflow: auto;
}
/* line 120, /Applications/wordpress-4.1-0/apps/wordpress/htdocs/wp-content/themes/my-theme/sass/normalize */
code, kbd, pre, samp {
	font-family: monospace, monospace;
	font-size: 1em;
}
/* line 129, /Applications/wordpress-4.1-0/apps/wordpress/htdocs/wp-content/themes/my-theme/sass/normalize */
button, input, optgroup, select, textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}
/* line 135, /Applications/wordpress-4.1-0/apps/wordpress/htdocs/wp-content/themes/my-theme/sass/normalize */
button {
	overflow: visible;
}
/* line 140, /Applications/wordpress-4.1-0/apps/wordpress/htdocs/wp-content/themes/my-theme/sass/normalize */
button, select {
	text-transform: none;
}
/* line 147, /Applications/wordpress-4.1-0/apps/wordpress/htdocs/wp-content/themes/my-theme/sass/normalize */
button, html input[type="button"], input[type="reset"], input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}
/* line 153, /Applications/wordpress-4.1-0/apps/wordpress/htdocs/wp-content/themes/my-theme/sass/normalize */
button[disabled], html input[disabled] {
	cursor: default;
}

/* line 158, /Applications/wordpress-4.1-0/apps/wordpress/htdocs/wp-content/themes/my-theme/sass/normalize */
button::-moz-focus-inner, input::-moz-focus-inner {
 border: 0;
 padding: 0;
}
/* line 163, /Applications/wordpress-4.1-0/apps/wordpress/htdocs/wp-content/themes/my-theme/sass/normalize */
input {
	line-height: normal;
}
/* line 168, /Applications/wordpress-4.1-0/apps/wordpress/htdocs/wp-content/themes/my-theme/sass/normalize */
input[type="checkbox"], input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/* line 174, /Applications/wordpress-4.1-0/apps/wordpress/htdocs/wp-content/themes/my-theme/sass/normalize */
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
 height: auto;
}
/* line 178, /Applications/wordpress-4.1-0/apps/wordpress/htdocs/wp-content/themes/my-theme/sass/normalize */
input[type="search"] {
	-webkit-appearance: textfield;
	box-sizing: content-box;
}

/* line 184, /Applications/wordpress-4.1-0/apps/wordpress/htdocs/wp-content/themes/my-theme/sass/normalize */
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
 -webkit-appearance: none;
}
/* line 188, /Applications/wordpress-4.1-0/apps/wordpress/htdocs/wp-content/themes/my-theme/sass/normalize */
fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}
/* line 194, /Applications/wordpress-4.1-0/apps/wordpress/htdocs/wp-content/themes/my-theme/sass/normalize */
legend {
	border: 0;
	padding: 0;
}
/* line 199, /Applications/wordpress-4.1-0/apps/wordpress/htdocs/wp-content/themes/my-theme/sass/normalize */
textarea {
	overflow: auto;
}
/* line 203, /Applications/wordpress-4.1-0/apps/wordpress/htdocs/wp-content/themes/my-theme/sass/normalize */
optgroup {
	font-weight: bold;
}
/* line 207, /Applications/wordpress-4.1-0/apps/wordpress/htdocs/wp-content/themes/my-theme/sass/normalize */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* line 213, /Applications/wordpress-4.1-0/apps/wordpress/htdocs/wp-content/themes/my-theme/sass/normalize */
td, th {
	padding: 0;
}
/*--------------------------------------------------------------
CUSTOM VARS & MIXINS
--------------------------------------------------------------*/
/*--------------------------------------------------------------
2.0 Typography
--------------------------------------------------------------*/
/* line 5, /Applications/wordpress-4.1-0/apps/wordpress/htdocs/wp-content/themes/my-theme/sass/typography/typography */
body, button, input, select, textarea {
	color: #505050;
	font-family: Raleway, "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.618em;
}
/* line 1, /Applications/wordpress-4.1-0/apps/wordpress/htdocs/wp-content/themes/my-theme/sass/typography/headings */
h1, h2, h3, h4, h5, h6 {
	clear: both;
 	color: #11293A !important;
}
/* line 1, /Applications/wordpress-4.1-0/apps/wordpress/htdocs/wp-content/themes/my-theme/sass/typography/copy */
p {
	margin-bottom: 1.5em;
}
/* line 5, /Applications/wordpress-4.1-0/apps/wordpress/htdocs/wp-content/themes/my-theme/sass/typography/copy */
b, strong {
	font-weight: bold;
}
/* line 9, /Applications/wordpress-4.1-0/apps/wordpress/htdocs/wp-content/themes/my-theme/sass/typography/copy */
dfn, cite, em, i {
	font-style: italic;
}
/* line 13, /Applications/wordpress-4.1-0/apps/wordpress/htdocs/wp-content/themes/my-theme/sass/typography/copy */
blockquote {
	margin: 0 1.5em;
}
/* line 17, /Applications/wordpress-4.1-0/apps/wordpress/htdocs/wp-content/themes/my-theme/sass/typography/copy */
address {
	margin: 0 0 1.5em;
}
/* line 21, /Applications/wordpress-4.1-0/apps/wordpress/htdocs/wp-content/themes/my-theme/sass/typography/copy */
pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.618em;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}
/* line 32, /Applications/wordpress-4.1-0/apps/wordpress/htdocs/wp-content/themes/my-theme/sass/typography/copy */
code, kbd, tt, var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}
/* line 37, /Applications/wordpress-4.1-0/apps/wordpress/htdocs/wp-content/themes/my-theme/sass/typography/copy */
abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
/* line 42, /Applications/wordpress-4.1-0/apps/wordpress/htdocs/wp-content/themes/my-theme/sass/typography/copy */
mark, ins {
	background: #fff9c0;
	text-decoration: none;
}
/* line 47, /Applications/wordpress-4.1-0/apps/wordpress/htdocs/wp-content/themes/my-theme/sass/typography/copy */
small {
	font-size: 75%;
}
/* line 51, /Applications/wordpress-4.1-0/apps/wordpress/htdocs/wp-content/themes/my-theme/sass/typography/copy */
big {
	font-size: 125%;
}
/*--------------------------------------------------------------
3.0 Elements
--------------------------------------------------------------*/
/* line 1, /Applications/wordpress-4.1-0/apps/wordpress/htdocs/wp-content/themes/my-theme/sass/elements/elements */
html {
	box-sizing: border-box;
}
/* line 7, /Applications/wordpress-4.1-0/apps/wordpress/htdocs/wp-content/themes/my-theme/sass/elements/elements */
*, *:before, *:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}
/* line 11, /Applications/wordpress-4.1-0/apps/wordpress/htdocs/wp-content/themes/my-theme/sass/elements/elements */
body {
	background: #efefef
/* Fallback for when there is no custom background color defined. */ }
/* line 16, /Applications/wordpress-4.1-0/apps/wordpress/htdocs/wp-content/themes/my-theme/sass/elements/elements */
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
/* line 20, /Applications/wordpress-4.1-0/apps/wordpress/htdocs/wp-content/themes/my-theme/sass/elements/elements */
blockquote, q {
	quotes: "" "";
}
/* line 24, /Applications/wordpress-4.1-0/apps/wordpress/htdocs/wp-content/themes/my-theme/sass/elements/elements */
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}
/* line 1, /Applications/wordpress-4.1-0/apps/wordpress/htdocs/wp-content/themes/my-theme/sass/elements/lists */
ul, ol {
	margin: 0 0 1.5em 3em;
}
/* line 5, /Applications/wordpress-4.1-0/apps/wordpress/htdocs/wp-content/themes/my-theme/sass/elements/lists */
ul {
	list-style: disc;
}
/* line 9, /Applications/wordpress-4.1-0/apps/wordpress/htdocs/wp-content/themes/my-theme/sass/elements/lists */
ol {
	list-style: decimal;
}
/* line 14, /Applications/wordpress-4.1-0/apps/wordpress/htdocs/wp-content/themes/my-theme/sass/elements/lists */
li > ul, li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}
/* line 19, /Applications/wordpress-4.1-0/apps/wordpress/htdocs/wp-content/themes/my-theme/sass/elements/lists */
dt {
	font-weight: bold;
}
/* line 23, /Applications/wordpress-4.1-0/apps/wordpress/htdocs/wp-content/themes/my-theme/sass/elements/lists */
dd {
	margin: 0 1.5em 1.5em;
}
/* line 33, /Applications/wordpress-4.1-0/apps/wordpress/htdocs/wp-content/themes/my-theme/sass/elements/elements */
img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%
/* Adhere to container width. */ }
/* line 1, /Applications/wordpress-4.1-0/apps/wordpress/htdocs/wp-content/themes/my-theme/sass/elements/tables */
table {
	margin: 0 0 1.5em;
	width: 100%;
}
/*--------------------------------------------------------------
4.0 Forms
--------------------------------------------------------------*/
/* line 4, /Applications/wordpress-4.1-0/apps/wordpress/htdocs/wp-content/themes/my-theme/sass/forms/buttons */
button, input[type="button"], input[type="reset"], input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	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, 0.8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: 0.6em 1em 0.4em;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}
/* line 20, /Applications/wordpress-4.1-0/apps/wordpress/htdocs/wp-content/themes/my-theme/sass/forms/buttons */
button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
	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);
}
/* line 32, /Applications/wordpress-4.1-0/apps/wordpress/htdocs/wp-content/themes/my-theme/sass/forms/buttons */
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);
}
/* line 6, /Applications/wordpress-4.1-0/apps/wordpress/htdocs/wp-content/themes/my-theme/sass/forms/fields */
input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
}
/* line 17, /Applications/wordpress-4.1-0/apps/wordpress/htdocs/wp-content/themes/my-theme/sass/forms/fields */
input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus, textarea:focus {
	color: #111;
}
/* line 25, /Applications/wordpress-4.1-0/apps/wordpress/htdocs/wp-content/themes/my-theme/sass/forms/fields */
input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"] {
	padding: 3px;
}
/* line 29, /Applications/wordpress-4.1-0/apps/wordpress/htdocs/wp-content/themes/my-theme/sass/forms/fields */
textarea {
	padding-left: 3px;
	width: 100%;
}
/*--------------------------------------------------------------
5.0 Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
5.1 Links
--------------------------------------------------------------*/
/* line 1, /Applications/wordpress-4.1-0/apps/wordpress/htdocs/wp-content/themes/my-theme/sass/custom/navigation/links */
a {
	color: #11293A !important;
}
/* line 4, /Applications/wordpress-4.1-0/apps/wordpress/htdocs/wp-content/themes/my-theme/sass/custom/navigation/links */
a:visited {
	color: #11293A !important;
}
/* line 9, /Applications/wordpress-4.1-0/apps/wordpress/htdocs/wp-content/themes/my-theme/sass/custom/navigation/links */
a:hover, a:focus, a:active {
	color: #11293A;
}
/* line 12, /Applications/wordpress-4.1-0/apps/wordpress/htdocs/wp-content/themes/my-theme/sass/custom/navigation/links */
a:focus {
	outline: thin dotted;
}
/* line 16, /Applications/wordpress-4.1-0/apps/wordpress/htdocs/wp-content/themes/my-theme/sass/custom/navigation/links */
a:hover, a:active {
	outline: 0;
}
/*--------------------------------------------------------------
5.2 Menus
--------------------------------------------------------------*/
/* line 2, /Applications/wordpress-4.1-0/apps/wordpress/htdocs/wp-content/themes/my-theme/sass/custom/navigation/menus */
.main-navigation h1 {
	display: none !important;
}
/* line 5, /Applications/wordpress-4.1-0/apps/wordpress/htdocs/wp-content/themes/my-theme/sass/custom/navigation/menus */
.main-navigation ul {
	margin: 0;
	padding: 0;
	list-style: none;
	position: relative;
	white-space: nowrap;
}
/* line 11, /Applications/wordpress-4.1-0/apps/wordpress/htdocs/wp-content/themes/my-theme/sass/custom/navigation/menus */
.main-navigation ul li {
	cursor: pointer;
	list-style: none;
	display: block;
	position: relative;
	padding: 0/* switch symbol for showing child *//* nav child menu */
    /* show child */ }
/* line 17, /Applications/wordpress-4.1-0/apps/wordpress/htdocs/wp-content/themes/my-theme/sass/custom/navigation/menus */
.main-navigation ul li a {
	display: inline-block;
}
/* line 21, /Applications/wordpress-4.1-0/apps/wordpress/htdocs/wp-content/themes/my-theme/sass/custom/navigation/menus */
.main-navigation ul li span {
	display: inline-block;
	text-align: right;
	width: 1.4em;
	padding-right: 0.5em;
	margin-left: 0.5em;
	margin-right: -0.5em;
}
/* line 30, /Applications/wordpress-4.1-0/apps/wordpress/htdocs/wp-content/themes/my-theme/sass/custom/navigation/menus */
.main-navigation ul li ul {
	display: none;
	padding: 0;
	margin: 0;
}
/* line 36, /Applications/wordpress-4.1-0/apps/wordpress/htdocs/wp-content/themes/my-theme/sass/custom/navigation/menus */
.main-navigation ul li ul.childopen {
	display: block;
}

/* expanded nav menu */
@media (min-width: 72.433900206rem) {
  /* line 46, /Applications/wordpress-4.1-0/apps/wordpress/htdocs/wp-content/themes/my-theme/sass/custom/navigation/menus */
  .navicon {
 display: none;
}

  /* line 50, /Applications/wordpress-4.1-0/apps/wordpress/htdocs/wp-content/themes/my-theme/sass/custom/navigation/menus */
  .navmenu {
 display: block;
}

  /* line 54, /Applications/wordpress-4.1-0/apps/wordpress/htdocs/wp-content/themes/my-theme/sass/custom/navigation/menus */
  .main-navigation ul {
 float: left;
 display: inline-table;
}
    /* line 58, /Applications/wordpress-4.1-0/apps/wordpress/htdocs/wp-content/themes/my-theme/sass/custom/navigation/menus */
    .main-navigation ul li {
 float: left
/* expanded nav child menu */ }
      /* line 60, /Applications/wordpress-4.1-0/apps/wordpress/htdocs/wp-content/themes/my-theme/sass/custom/navigation/menus */
      .main-navigation ul li a {
 padding: 1.618rem;
}
      /* line 64, /Applications/wordpress-4.1-0/apps/wordpress/htdocs/wp-content/themes/my-theme/sass/custom/navigation/menus */
      .main-navigation ul li ul {
 position: absolute;
 z-index: 9999;
 top: 100%;
 left: 0;
 background-color: #eae5e1;
 border: 0.0625rem solid #e8e0da;
 border-bottom: 0;
 box-shadow: 0 0.125rem 0.3125rem rgba(0, 0, 0, 0.1);
}
        /* line 70, /Applications/wordpress-4.1-0/apps/wordpress/htdocs/wp-content/themes/my-theme/sass/custom/navigation/menus */
        .main-navigation ul li ul li {
 float: none;
}
          /* line 72, /Applications/wordpress-4.1-0/apps/wordpress/htdocs/wp-content/themes/my-theme/sass/custom/navigation/menus */
          .main-navigation ul li ul li a {
 width: 100%;
 line-height: 4.5rem;
 padding: 0 2.1875rem;
}
          /* line 264, /Applications/wordpress-4.1-0/apps/wordpress/htdocs/wp-content/themes/my-theme/sass/custom/custom_vars_mixins */
          .main-navigation ul li ul li a, .main-navigation ul li ul li a:link, .main-navigation ul li ul li a:visited {
 border: 0;
 border-top: 0.0625rem solid #e4dbd4;
}
          /* line 268, /Applications/wordpress-4.1-0/apps/wordpress/htdocs/wp-content/themes/my-theme/sass/custom/custom_vars_mixins */
          .main-navigation ul li ul li a:hover {
 background-color: #ece9e5;
}
}

/* collapsed nav menu */
@media (max-width: 72.433900206rem) {
  /* line 88, /Applications/wordpress-4.1-0/apps/wordpress/htdocs/wp-content/themes/my-theme/sass/custom/navigation/menus */
  .navicon {
 float: right;
 font-size: 1.65rem;
 line-height: 2.8125rem;
 text-align: center;
 width: 3.375rem;
 margin: 0.9375rem;
 cursor: pointer;
}

  /* line 98, /Applications/wordpress-4.1-0/apps/wordpress/htdocs/wp-content/themes/my-theme/sass/custom/navigation/menus */
  .main-navigation ul {
 clear: left;
 display: none
/* collapsed nav child menu */ }
    /* line 101, /Applications/wordpress-4.1-0/apps/wordpress/htdocs/wp-content/themes/my-theme/sass/custom/navigation/menus */
    .main-navigation ul.show {
 display: block;
}
    /* line 105, /Applications/wordpress-4.1-0/apps/wordpress/htdocs/wp-content/themes/my-theme/sass/custom/navigation/menus */
    .main-navigation ul li a {
 width: 100%;
 line-height: 4.5rem;
 padding: 0 2.1875rem;
 border-top: 0.0625rem solid #e8e0da;
}
      /* line 275, /Applications/wordpress-4.1-0/apps/wordpress/htdocs/wp-content/themes/my-theme/sass/custom/custom_vars_mixins */
      .main-navigation ul li a:hover {
 border-bottom-color: transparent;
 background-color: #eae5e1;
}
    /* line 113, /Applications/wordpress-4.1-0/apps/wordpress/htdocs/wp-content/themes/my-theme/sass/custom/navigation/menus */
    .main-navigation ul ul {
 position: relative;
 left: 0;
 background-color: #e9e3dd;
}
      /* line 117, /Applications/wordpress-4.1-0/apps/wordpress/htdocs/wp-content/themes/my-theme/sass/custom/navigation/menus */
      .main-navigation ul ul li a {
 border-top: 0.0625rem solid #e4dbd4;
}
        /* line 287, /Applications/wordpress-4.1-0/apps/wordpress/htdocs/wp-content/themes/my-theme/sass/custom/custom_vars_mixins */
        .main-navigation ul ul li a:hover {
 border-bottom-color: transparent;
 background-color: #e7e0da;
}
}
/* line 127, /Applications/wordpress-4.1-0/apps/wordpress/htdocs/wp-content/themes/my-theme/sass/custom/navigation/menus */
.site-main .comment-navigation, .site-main .posts-navigation, .site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}
/* line 134, /Applications/wordpress-4.1-0/apps/wordpress/htdocs/wp-content/themes/my-theme/sass/custom/navigation/menus */
.comment-navigation .nav-previous, .posts-navigation .nav-previous, .post-navigation .nav-previous {
	float: left;
	width: 50%;
}
/* line 141, /Applications/wordpress-4.1-0/apps/wordpress/htdocs/wp-content/themes/my-theme/sass/custom/navigation/menus */
.comment-navigation .nav-next, .posts-navigation .nav-next, .post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
/*--------------------------------------------------------------
6.0 Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
/* line 2, /Applications/wordpress-4.1-0/apps/wordpress/htdocs/wp-content/themes/my-theme/sass/modules/accessibility */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}
/* line 11, /Applications/wordpress-4.1-0/apps/wordpress/htdocs/wp-content/themes/my-theme/sass/modules/accessibility */
.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-size: 0.875rem;
	font-weight: bold;
	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
--------------------------------------------------------------*/
/* line 1, /Applications/wordpress-4.1-0/apps/wordpress/htdocs/wp-content/themes/my-theme/sass/modules/alignments */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
/* line 7, /Applications/wordpress-4.1-0/apps/wordpress/htdocs/wp-content/themes/my-theme/sass/modules/alignments */
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
/* line 13, /Applications/wordpress-4.1-0/apps/wordpress/htdocs/wp-content/themes/my-theme/sass/modules/alignments */
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
/*--------------------------------------------------------------
8.0 Clearings
--------------------------------------------------------------*/
/* line 12, /Applications/wordpress-4.1-0/apps/wordpress/htdocs/wp-content/themes/my-theme/sass/modules/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;
}
/* line 21, /Applications/wordpress-4.1-0/apps/wordpress/htdocs/wp-content/themes/my-theme/sass/modules/clearings */
.clear:after, .entry-content:after, .comment-content:after, .site-header:after, .site-content:after, .site-footer:after {
	clear: both;
}
/*--------------------------------------------------------------
9.0 Widgets
--------------------------------------------------------------*/
/* line 1, /Applications/wordpress-4.1-0/apps/wordpress/htdocs/wp-content/themes/my-theme/sass/site/secondary/widgets */
.widget {
	margin: 0 0 1.5em
/* Make sure select elements fit in widgets. */ }
/* line 5, /Applications/wordpress-4.1-0/apps/wordpress/htdocs/wp-content/themes/my-theme/sass/site/secondary/widgets */
.widget select {
	max-width: 100%;
}
/* Search widget. */
/* line 11, /Applications/wordpress-4.1-0/apps/wordpress/htdocs/wp-content/themes/my-theme/sass/site/secondary/widgets */
.widget_search .search-submit {
	display: none;
}
/*--------------------------------------------------------------
10.0 Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
10.1 Posts and pages
--------------------------------------------------------------*/
/* line 1, /Applications/wordpress-4.1-0/apps/wordpress/htdocs/wp-content/themes/my-theme/sass/site/primary/posts-and-pages */
.sticky {
	display: block;
}
/* line 5, /Applications/wordpress-4.1-0/apps/wordpress/htdocs/wp-content/themes/my-theme/sass/site/primary/posts-and-pages */
.hentry {
	margin: 0 0 1.5em;
}
/* line 10, /Applications/wordpress-4.1-0/apps/wordpress/htdocs/wp-content/themes/my-theme/sass/site/primary/posts-and-pages */
.byline, .updated:not(.published) {
	display: none;
}
/* line 15, /Applications/wordpress-4.1-0/apps/wordpress/htdocs/wp-content/themes/my-theme/sass/site/primary/posts-and-pages */
.single .byline, .group-blog .byline {
	display: inline;
}
/* line 21, /Applications/wordpress-4.1-0/apps/wordpress/htdocs/wp-content/themes/my-theme/sass/site/primary/posts-and-pages */
.page-content, .entry-content, .entry-summary {
	margin: 1.5em 0 0;
}
/* line 25, /Applications/wordpress-4.1-0/apps/wordpress/htdocs/wp-content/themes/my-theme/sass/site/primary/posts-and-pages */
.page-links {
	clear: both;
	margin: 0 0 1.5em;
}
/*--------------------------------------------------------------
10.2 Asides
--------------------------------------------------------------*/
/* line 2, /Applications/wordpress-4.1-0/apps/wordpress/htdocs/wp-content/themes/my-theme/sass/site/primary/asides */
.blog .format-aside .entry-title, .archive .format-aside .entry-title {
	display: none;
}
/*--------------------------------------------------------------
10.3 Comments
--------------------------------------------------------------*/
/* line 1, /Applications/wordpress-4.1-0/apps/wordpress/htdocs/wp-content/themes/my-theme/sass/site/primary/comments */
.comment-content a {
	word-wrap: break-word;
}
/* line 4, /Applications/wordpress-4.1-0/apps/wordpress/htdocs/wp-content/themes/my-theme/sass/site/primary/comments */
.bypostauthor {
	display: block;
}
/*--------------------------------------------------------------
11.0 Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
/* line 3, /Applications/wordpress-4.1-0/apps/wordpress/htdocs/wp-content/themes/my-theme/sass/modules/infinite-scroll */
.infinite-scroll .posts-navigation, .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. */
/* line 8, /Applications/wordpress-4.1-0/apps/wordpress/htdocs/wp-content/themes/my-theme/sass/modules/infinite-scroll */
.infinity-end.neverending .site-footer {
	display: block;
}
/*--------------------------------------------------------------
12.0 Media
--------------------------------------------------------------*/
/* line 3, /Applications/wordpress-4.1-0/apps/wordpress/htdocs/wp-content/themes/my-theme/sass/media/media */
.page-content .wp-smiley, .entry-content .wp-smiley, .comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
/* Make sure embeds and iframes fit their containers. */
/* line 13, /Applications/wordpress-4.1-0/apps/wordpress/htdocs/wp-content/themes/my-theme/sass/media/media */
embed, iframe, object {
	max-width: 100%;
}
/*--------------------------------------------------------------
12.1 Captions
--------------------------------------------------------------*/
/* line 1, /Applications/wordpress-4.1-0/apps/wordpress/htdocs/wp-content/themes/my-theme/sass/media/captions */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}
/* line 5, /Applications/wordpress-4.1-0/apps/wordpress/htdocs/wp-content/themes/my-theme/sass/media/captions */
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
/* line 9, /Applications/wordpress-4.1-0/apps/wordpress/htdocs/wp-content/themes/my-theme/sass/media/captions */
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}
/* line 14, /Applications/wordpress-4.1-0/apps/wordpress/htdocs/wp-content/themes/my-theme/sass/media/captions */
.wp-caption-text {
	text-align: center;
}
/*--------------------------------------------------------------
12.2 Galleries
--------------------------------------------------------------*/
/* line 1, /Applications/wordpress-4.1-0/apps/wordpress/htdocs/wp-content/themes/my-theme/sass/media/galleries */
.gallery {
	margin-bottom: 1.5em;
}
/* line 5, /Applications/wordpress-4.1-0/apps/wordpress/htdocs/wp-content/themes/my-theme/sass/media/galleries */
.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}
/* line 12, /Applications/wordpress-4.1-0/apps/wordpress/htdocs/wp-content/themes/my-theme/sass/media/galleries */
.gallery-columns-2 .gallery-item {
	max-width: 50%;
}
/* line 16, /Applications/wordpress-4.1-0/apps/wordpress/htdocs/wp-content/themes/my-theme/sass/media/galleries */
.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}
/* line 20, /Applications/wordpress-4.1-0/apps/wordpress/htdocs/wp-content/themes/my-theme/sass/media/galleries */
.gallery-columns-4 .gallery-item {
	max-width: 25%;
}
/* line 24, /Applications/wordpress-4.1-0/apps/wordpress/htdocs/wp-content/themes/my-theme/sass/media/galleries */
.gallery-columns-5 .gallery-item {
	max-width: 20%;
}
/* line 28, /Applications/wordpress-4.1-0/apps/wordpress/htdocs/wp-content/themes/my-theme/sass/media/galleries */
.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}
/* line 32, /Applications/wordpress-4.1-0/apps/wordpress/htdocs/wp-content/themes/my-theme/sass/media/galleries */
.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}
/* line 36, /Applications/wordpress-4.1-0/apps/wordpress/htdocs/wp-content/themes/my-theme/sass/media/galleries */
.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}
/* line 40, /Applications/wordpress-4.1-0/apps/wordpress/htdocs/wp-content/themes/my-theme/sass/media/galleries */
.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}
/* line 44, /Applications/wordpress-4.1-0/apps/wordpress/htdocs/wp-content/themes/my-theme/sass/media/galleries */
.gallery-caption {
	display: block;
}
/*--------------------------------------------------------------
CUSTOM STYLES
--------------------------------------------------------------*/
/* line 1, /Applications/wordpress-4.1-0/apps/wordpress/htdocs/wp-content/themes/my-theme/sass/custom/custom_styles */
* {
	box-sizing: border-box;
	word-wrap: break-word;
}
/* line 6, /Applications/wordpress-4.1-0/apps/wordpress/htdocs/wp-content/themes/my-theme/sass/custom/custom_styles */
body {
	border-top: 0.125rem solid #DFD8CF;
	background-color: #efefef;
}
/* line 152, /Applications/wordpress-4.1-0/apps/wordpress/htdocs/wp-content/themes/my-theme/sass/custom/custom_vars_mixins */
a {
	text-decoration: none;
	border-bottom: 1px dotted transparent;
}
/* line 156, /Applications/wordpress-4.1-0/apps/wordpress/htdocs/wp-content/themes/my-theme/sass/custom/custom_vars_mixins */
a:hover, a:active {
	border-bottom: 1px dotted #11293A;
}
/* line 12, /Applications/wordpress-4.1-0/apps/wordpress/htdocs/wp-content/themes/my-theme/sass/custom/custom_styles */
blockquote {
	padding: 1.618rem;
	font-size: 1.25rem;
	background-color: #efefef;
	border: 0.0625rem solid #e8e0da;
	color: #76624e;
}
/* line 165, /Applications/wordpress-4.1-0/apps/wordpress/htdocs/wp-content/themes/my-theme/sass/custom/custom_vars_mixins */
blockquote a, blockquote a:visited, blockquote a:active {
	color: inherit;
}
/* line 19, /Applications/wordpress-4.1-0/apps/wordpress/htdocs/wp-content/themes/my-theme/sass/custom/custom_styles */
ul, ol {
	padding: 0;
	margin: 0 0 1.618em 1.618em;
}
/* line 81, /Applications/wordpress-4.1-0/apps/wordpress/htdocs/wp-content/themes/my-theme/sass/custom/custom_vars_mixins */
h1, h2, h3, h4, h5, h6 {
	font-family: Raleway, "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
	line-height: 1.313em;
	font-weight: 300;
}
/* line 87, /Applications/wordpress-4.1-0/apps/wordpress/htdocs/wp-content/themes/my-theme/sass/custom/custom_vars_mixins */
h1 {
	font-size: 3em;
	margin: 0.563em 0;
	font-weight: bold;
}
/* line 87, /Applications/wordpress-4.1-0/apps/wordpress/htdocs/wp-content/themes/my-theme/sass/custom/custom_vars_mixins */
h2 {
	font-size: 2em;
	margin: 0.625em 0;
	font-weight: bold;
}
/* line 87, /Applications/wordpress-4.1-0/apps/wordpress/htdocs/wp-content/themes/my-theme/sass/custom/custom_vars_mixins */
h3 {
	font-size: 1.5em;
	margin: 1.313em 0;
	font-weight: bold;
}
/* line 87, /Applications/wordpress-4.1-0/apps/wordpress/htdocs/wp-content/themes/my-theme/sass/custom/custom_vars_mixins */
h4 {
	font-size: 1.313em;
	margin: 1.313em 0;
	font-weight: bold;
}
/* line 87, /Applications/wordpress-4.1-0/apps/wordpress/htdocs/wp-content/themes/my-theme/sass/custom/custom_vars_mixins */
h5 {
	font-size: 1.125em;
	margin: 1.313em 0;
}
/* line 87, /Applications/wordpress-4.1-0/apps/wordpress/htdocs/wp-content/themes/my-theme/sass/custom/custom_vars_mixins */
h6 {
	font-size: 1em;
	margin: 0.75em 0;
}
/* line 95, /Applications/wordpress-4.1-0/apps/wordpress/htdocs/wp-content/themes/my-theme/sass/custom/custom_vars_mixins */
.widget-title {
	font-size: 1.313em;
 font-weight: bold !important;
 	color: #11293A !important;
}
/* line 28, /Applications/wordpress-4.1-0/apps/wordpress/htdocs/wp-content/themes/my-theme/sass/custom/custom_styles */
.content-area {
	float: left;
	margin: 0 -30% 0 0;
	width: 100%;
}
/* line 34, /Applications/wordpress-4.1-0/apps/wordpress/htdocs/wp-content/themes/my-theme/sass/custom/custom_styles */
.site-main {
	margin: 0 30% 0 0;
}
/* line 38, /Applications/wordpress-4.1-0/apps/wordpress/htdocs/wp-content/themes/my-theme/sass/custom/custom_styles */
.site-content .widget-area {
	float: right;
	overflow: hidden;
	width: 30%;
}
/* line 44, /Applications/wordpress-4.1-0/apps/wordpress/htdocs/wp-content/themes/my-theme/sass/custom/custom_styles */
.site-footer {
	clear: both;
	width: 100%;
	text-align: center;
}
/* line 54, /Applications/wordpress-4.1-0/apps/wordpress/htdocs/wp-content/themes/my-theme/sass/custom/custom_styles */
.site {
	padding-top: 0.809rem;
}
/* line 59, /Applications/wordpress-4.1-0/apps/wordpress/htdocs/wp-content/themes/my-theme/sass/custom/custom_styles */
.site-header {
	max-width: 72.433900206rem;
	margin: 0.809rem auto 1.618rem auto;
	background-color: #efefef;
	border: 0.0625rem solid #e8e0da;
	box-shadow: inset 0 0.125rem 0.3125rem rgba(194, 188, 184, 0.1);
	color: #76624e;
}
/* line 181, /Applications/wordpress-4.1-0/apps/wordpress/htdocs/wp-content/themes/my-theme/sass/custom/custom_vars_mixins */
.site-header a, .site-header a:visited, .site-header a:active {
	color: inherit;
}
/* line 66, /Applications/wordpress-4.1-0/apps/wordpress/htdocs/wp-content/themes/my-theme/sass/custom/custom_styles */
.site-branding {
	padding-left: 1.618rem;
	padding-top: 1.618rem;
	padding-bottom: 1.618rem;
	font-size: 0.5em;
	float: left;
}
/* line 74, /Applications/wordpress-4.1-0/apps/wordpress/htdocs/wp-content/themes/my-theme/sass/custom/custom_styles */
.site-title {
	font-weight: 700;
}
/* line 78, /Applications/wordpress-4.1-0/apps/wordpress/htdocs/wp-content/themes/my-theme/sass/custom/custom_styles */
.site-title, .site-description {
	margin: 0;
	line-height: 1em;
	display: inline-block;
	vertical-align: bottom;
}
/* line 85, /Applications/wordpress-4.1-0/apps/wordpress/htdocs/wp-content/themes/my-theme/sass/custom/custom_styles */
.site-description {
	margin-left: 0.5em;
	font-style: italic;
}
/* line 91, /Applications/wordpress-4.1-0/apps/wordpress/htdocs/wp-content/themes/my-theme/sass/custom/custom_styles */
.site-content {
	max-width: 72.433900206rem;
	margin: 1.618rem auto 0 auto;
}
/* line 100, /Applications/wordpress-4.1-0/apps/wordpress/htdocs/wp-content/themes/my-theme/sass/custom/custom_styles */
.hentry, .comments-area, .page-header, .site-main .posts-navigation, .site-main .post-navigation, .paging-navigation {
	padding-left: 4.235801032rem;
	padding-right: 4.235801032rem;
	padding-top: 2.617924rem;
	padding-bottom: 2.617924rem;
	margin: 0 0 1.618rem 0;
	background-color: #fff;
	box-shadow: 0 0.0625rem 0.0625rem rgba(33, 19, 4, 0.07);
	border-top-width: 5px;
	border-right-width: 0.0625;
	border-bottom-width: 0.0625;
	border-left-width: 0.0625;
	border-top-style: solid;
	border-top-color: #B00;
}
/* line 110, /Applications/wordpress-4.1-0/apps/wordpress/htdocs/wp-content/themes/my-theme/sass/custom/custom_styles */
.sticky {
	border-width: 0.4375rem;
	border-color: #efefef;
	box-shadow: 0 0.1875rem 0.375rem rgba(33, 19, 4, 0.15);
}
/* line 114, /Applications/wordpress-4.1-0/apps/wordpress/htdocs/wp-content/themes/my-theme/sass/custom/custom_styles */
.post-thumbnail {
	margin-top: 1.618rem;
	margin-right: -4.235801032rem;
	margin-bottom: 1.618rem;
	margin-left: -4.235801032rem;
	border-top: 0.625rem solid #7b6e62;
	border-bottom: 0.625rem solid #7b6e62;
}
/* line 119, /Applications/wordpress-4.1-0/apps/wordpress/htdocs/wp-content/themes/my-theme/sass/custom/custom_styles */
.post-thumbnail img {
	min-width: 100%;
	vertical-align: bottom;
}
/* line 127, /Applications/wordpress-4.1-0/apps/wordpress/htdocs/wp-content/themes/my-theme/sass/custom/custom_styles */
.page-header .page-title {
	text-align: center;
}
/* line 134, /Applications/wordpress-4.1-0/apps/wordpress/htdocs/wp-content/themes/my-theme/sass/custom/custom_styles */
.entry-content a img {
	vertical-align: bottom;
}
/* line 206, /Applications/wordpress-4.1-0/apps/wordpress/htdocs/wp-content/themes/my-theme/sass/custom/custom_vars_mixins */
.entry-content a, .entry-content a:link, .entry-content a:visited {
	border-bottom: 0.0625rem dotted #7B6048;
	background-color: #efedeb;
	color: #505050;
}
/* line 211, /Applications/wordpress-4.1-0/apps/wordpress/htdocs/wp-content/themes/my-theme/sass/custom/custom_vars_mixins */
.entry-content a:hover, .entry-content a:active {
	background-color: #efefef;
}
/* line 142, /Applications/wordpress-4.1-0/apps/wordpress/htdocs/wp-content/themes/my-theme/sass/custom/custom_styles */
.entry-header {
	text-align: center;
}
/* line 146, /Applications/wordpress-4.1-0/apps/wordpress/htdocs/wp-content/themes/my-theme/sass/custom/custom_styles */
.entry-title {
	margin-top: 0;
	margin-bottom: 2.617924rem;
}
/* line 151, /Applications/wordpress-4.1-0/apps/wordpress/htdocs/wp-content/themes/my-theme/sass/custom/custom_styles */
.entry-meta {
	display: inline-block;
	font-size: 1.125rem;
	font-weight: 300;
	padding: 0.8em 1.2em;
	margin-bottom: 1.618rem;
	background-color: #7b6e62;
	color: #fff;
}
/* line 197, /Applications/wordpress-4.1-0/apps/wordpress/htdocs/wp-content/themes/my-theme/sass/custom/custom_vars_mixins */
.entry-meta a, .entry-meta a:visited, .entry-meta a:active {
	color: inherit;
}
/* line 200, /Applications/wordpress-4.1-0/apps/wordpress/htdocs/wp-content/themes/my-theme/sass/custom/custom_vars_mixins */
.entry-meta a:hover, .entry-meta a:active {
	border-bottom: 1px dotted #fff;
}
/* line 160, /Applications/wordpress-4.1-0/apps/wordpress/htdocs/wp-content/themes/my-theme/sass/custom/custom_styles */
.continue_btn {
	text-align: center;
}
/* line 165, /Applications/wordpress-4.1-0/apps/wordpress/htdocs/wp-content/themes/my-theme/sass/custom/custom_styles */
.entry-content a.more-link {
	font-size: 1.125rem;
	font-weight: 700;
	display: inline-block;
	padding: 1em 1.618em;
	margin: 2em 0 0.5em 0;
	background: none;
	border-top: 0.1875rem solid #e8e1db;
	border-bottom: 0.1875rem solid #e8e1db;
	color: #7b6e62;
}
/* line 171, /Applications/wordpress-4.1-0/apps/wordpress/htdocs/wp-content/themes/my-theme/sass/custom/custom_styles */
.entry-content a.more-link:before {
	font-family: "FontAwesome";
	content: "\f0a4";
	margin-right: 0.5em;
}
/* line 176, /Applications/wordpress-4.1-0/apps/wordpress/htdocs/wp-content/themes/my-theme/sass/custom/custom_styles */
.entry-content a.more-link:after {
	font-family: "FontAwesome";
	content: "\f0a5";
	margin-left: 0.5em;
}
/* line 185, /Applications/wordpress-4.1-0/apps/wordpress/htdocs/wp-content/themes/my-theme/sass/custom/custom_styles */
.entry-footer {
	text-align: center;
	margin: 2.617924rem 0 1.618rem 0;
	line-height: 3em;
	color: #7b6e62;
	border-bottom: 0.125rem solid #e8e1db;
}
/* line 189, /Applications/wordpress-4.1-0/apps/wordpress/htdocs/wp-content/themes/my-theme/sass/custom/custom_styles */
.entry-footer span {
	margin: 0 0.618em;
	padding: 0 0.618em;
	display: inline-block;
}
/* line 219, /Applications/wordpress-4.1-0/apps/wordpress/htdocs/wp-content/themes/my-theme/sass/custom/custom_vars_mixins */
.entry-footer span {
	border-top: 0.125rem solid #e8e1db;
}
/* line 197, /Applications/wordpress-4.1-0/apps/wordpress/htdocs/wp-content/themes/my-theme/sass/custom/custom_styles */
.comment-list {
	list-style: none;
	margin: 0;
	padding: 0;
}
/* line 201, /Applications/wordpress-4.1-0/apps/wordpress/htdocs/wp-content/themes/my-theme/sass/custom/custom_styles */
.comment-list .comment {
	padding: 1.618rem;
	background-color: rgba(221, 193, 174, 0.05);
	border: 0.0625rem solid rgba(108, 67, 38, 0.05);
	box-shadow: inset 0 0.125rem 0.3125rem rgba(194, 188, 184, 0.05);
}
/* line 211, /Applications/wordpress-4.1-0/apps/wordpress/htdocs/wp-content/themes/my-theme/sass/custom/custom_styles */
.cat-links:before {
	font-family: "FontAwesome";
	content: "\f07c";
	margin-right: 0.5em;
}
/* line 217, /Applications/wordpress-4.1-0/apps/wordpress/htdocs/wp-content/themes/my-theme/sass/custom/custom_styles */
.tags-links:before {
	font-family: "FontAwesome";
	content: "\f02c";
	margin-right: 0.5em;
}
/* line 223, /Applications/wordpress-4.1-0/apps/wordpress/htdocs/wp-content/themes/my-theme/sass/custom/custom_styles */
.comments-link:before {
	font-family: "FontAwesome";
	content: "\f075";
	margin-right: 0.5em;
}
/* line 229, /Applications/wordpress-4.1-0/apps/wordpress/htdocs/wp-content/themes/my-theme/sass/custom/custom_styles */
.edit-link:before {
	font-family: "FontAwesome";
	content: "\f040";
	margin-right: 0.5em;
}
/* line 237, /Applications/wordpress-4.1-0/apps/wordpress/htdocs/wp-content/themes/my-theme/sass/custom/custom_styles */
.widget {
	padding-left: 2.617924rem;
	padding-right: 2.617924rem;
	padding-top: 2.617924rem;
	padding-bottom: 2.617924rem;
	margin-left: 1.618rem;
	margin-bottom: 1.618rem;
	background-color: #fff;
	box-shadow: inset 0 0.125rem 0.3125rem rgba(194, 188, 184, 0.1);
	color: #76624e;
	border-top-width: 5px;
	border-right-width: 0.0625;
	border-bottom-width: 0.0625;
	border-left-width: 0.0625;
	border-top-style: solid;
	border-top-color: #B00;
}
/* line 181, /Applications/wordpress-4.1-0/apps/wordpress/htdocs/wp-content/themes/my-theme/sass/custom/custom_vars_mixins */
.widget a, .widget a:visited, .widget a:active {
	color: inherit;
	background-color: #efedeb;
	padding: 3px;
}
/* line 248, /Applications/wordpress-4.1-0/apps/wordpress/htdocs/wp-content/themes/my-theme/sass/custom/custom_styles */
.widget ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
/* line 252, /Applications/wordpress-4.1-0/apps/wordpress/htdocs/wp-content/themes/my-theme/sass/custom/custom_styles */
.widget ul li {
	padding: 1em 0 1em 2em;
	border-bottom: 0.0625rem solid #e8e0da;
}
/* line 255, /Applications/wordpress-4.1-0/apps/wordpress/htdocs/wp-content/themes/my-theme/sass/custom/custom_styles */
.widget ul li.page_item_has_children, .widget ul li.menu-item-has-children {
	padding-bottom: 0;
	border: none;
}
/* line 260, /Applications/wordpress-4.1-0/apps/wordpress/htdocs/wp-content/themes/my-theme/sass/custom/custom_styles */
.widget ul li:before {
	margin-left: -2em;
	margin-right: 1em;
	font-family: "FontAwesome";
	content: "\f02e";
}
/* line 267, /Applications/wordpress-4.1-0/apps/wordpress/htdocs/wp-content/themes/my-theme/sass/custom/custom_styles */
.widget ul li li li li {
	padding-left: 0;
}
/* line 271, /Applications/wordpress-4.1-0/apps/wordpress/htdocs/wp-content/themes/my-theme/sass/custom/custom_styles */
.widget ul .children li:first-of-type, .widget ul .sub-menu li:first-of-type {
	margin-top: 1em;
	border-top: 0.0625rem solid #e8e0da;
}
/* line 278, /Applications/wordpress-4.1-0/apps/wordpress/htdocs/wp-content/themes/my-theme/sass/custom/custom_styles */
input.search-field {
	box-sizing: border-box;
	width: 100%;
}
/* line 285, /Applications/wordpress-4.1-0/apps/wordpress/htdocs/wp-content/themes/my-theme/sass/custom/custom_styles */
.aboveheader {
	max-width: 72.433900206rem;
	margin: 0 auto;
	text-align: right;
	font-size: 1.25rem;
}
/* line 290, /Applications/wordpress-4.1-0/apps/wordpress/htdocs/wp-content/themes/my-theme/sass/custom/custom_styles */
.aboveheader a {
	margin-right: 0.618em;
}
/* line 292, /Applications/wordpress-4.1-0/apps/wordpress/htdocs/wp-content/themes/my-theme/sass/custom/custom_styles */
.aboveheader a:link, .aboveheader a:visited {
	opacity: 0.75;
}
/* line 295, /Applications/wordpress-4.1-0/apps/wordpress/htdocs/wp-content/themes/my-theme/sass/custom/custom_styles */
.aboveheader a:hover, .aboveheader a:active {
	opacity: 1;
}
/* line 303, /Applications/wordpress-4.1-0/apps/wordpress/htdocs/wp-content/themes/my-theme/sass/custom/custom_styles */
.abovecontent {
	max-width: 72.433900206rem;
	margin: 0 auto;
	background-color: #fff;
	border: 0.0625rem solid #DFD8CF;
	box-shadow: 0 0.0625rem 0.0625rem rgba(33, 19, 4, 0.07);
}
/* line 312, /Applications/wordpress-4.1-0/apps/wordpress/htdocs/wp-content/themes/my-theme/sass/custom/custom_styles */
.widget_recent_comments ul li:before {
	content: "\f075";
}
/* line 318, /Applications/wordpress-4.1-0/apps/wordpress/htdocs/wp-content/themes/my-theme/sass/custom/custom_styles */
.widget_archive ul li:before {
	content: "\f187";
}
/* line 324, /Applications/wordpress-4.1-0/apps/wordpress/htdocs/wp-content/themes/my-theme/sass/custom/custom_styles */
.widget_categories ul li:before {
	content: "\f07c";
}
/* line 330, /Applications/wordpress-4.1-0/apps/wordpress/htdocs/wp-content/themes/my-theme/sass/custom/custom_styles */
.widget_pages ul li:before, .widget_nav_menu ul li:before {
	content: "\f15c";
}
/* line 334, /Applications/wordpress-4.1-0/apps/wordpress/htdocs/wp-content/themes/my-theme/sass/custom/custom_styles */
.widget_pages ul .children li:before, .widget_pages ul .sub-menu li:before, .widget_nav_menu ul .children li:before, .widget_nav_menu ul .sub-menu li:before {
	content: "\f101";
}
/* line 339, /Applications/wordpress-4.1-0/apps/wordpress/htdocs/wp-content/themes/my-theme/sass/custom/custom_styles */
.widget_pages ul .children .children li:before, .widget_pages ul .sub-menu .sub-menu li:before, .widget_nav_menu ul .children .children li:before, .widget_nav_menu ul .sub-menu .sub-menu li:before {
	content: "\f105";
}
/* line 346, /Applications/wordpress-4.1-0/apps/wordpress/htdocs/wp-content/themes/my-theme/sass/custom/custom_styles */
.site-footer {
	padding-top: 1.618em;
	padding-bottom: 1.618em;
	max-width: 72.433900206rem;
	margin: 0 auto;
}
/* line 237, /Applications/wordpress-4.1-0/apps/wordpress/htdocs/wp-content/themes/my-theme/sass/custom/custom_vars_mixins */
.site-footer a {
	color: #6d6157;
}
 @media (max-width: 72.433900206rem) {
  /* line 81, /Applications/wordpress-4.1-0/apps/wordpress/htdocs/wp-content/themes/my-theme/sass/custom/custom_vars_mixins */
  h1, h2, h3, h4, h5, h6 {
 font-family: Raleway, "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
 line-height: 1.313em;
 font-weight: 300;
}

  /* line 87, /Applications/wordpress-4.1-0/apps/wordpress/htdocs/wp-content/themes/my-theme/sass/custom/custom_vars_mixins */
  h1 {
 font-size: 2.7em;
 margin: 0.563em 0;
}

  /* line 87, /Applications/wordpress-4.1-0/apps/wordpress/htdocs/wp-content/themes/my-theme/sass/custom/custom_vars_mixins */
  h2 {
 font-size: 2.025em;
 margin: 0.625em 0;
}

  /* line 87, /Applications/wordpress-4.1-0/apps/wordpress/htdocs/wp-content/themes/my-theme/sass/custom/custom_vars_mixins */
  h3 {
 font-size: 1.35em;
 margin: 1.313em 0;
}

  /* line 87, /Applications/wordpress-4.1-0/apps/wordpress/htdocs/wp-content/themes/my-theme/sass/custom/custom_vars_mixins */
  h4 {
 font-size: 1.1817em;
 margin: 1.313em 0;
}

  /* line 87, /Applications/wordpress-4.1-0/apps/wordpress/htdocs/wp-content/themes/my-theme/sass/custom/custom_vars_mixins */
  h5 {
 font-size: 1.0125em;
 margin: 1.313em 0;
}

  /* line 87, /Applications/wordpress-4.1-0/apps/wordpress/htdocs/wp-content/themes/my-theme/sass/custom/custom_vars_mixins */
  h6 {
 font-size: 1em;
 margin: 0.75em 0;
}

  /* line 95, /Applications/wordpress-4.1-0/apps/wordpress/htdocs/wp-content/themes/my-theme/sass/custom/custom_vars_mixins */
  .widget-title {
 font-size: 1.1817em;
}

  /* line 376, /Applications/wordpress-4.1-0/apps/wordpress/htdocs/wp-content/themes/my-theme/sass/custom/custom_styles */
  .hentry, .comments-area, .page-header, .site-main .posts-navigation, .site-main .post-navigation, .paging-navigation {
 padding-left: 2.617924rem;
 padding-right: 2.617924rem;
 padding-top: 1.618rem;
 padding-bottom: 1.618rem;
}

  /* line 383, /Applications/wordpress-4.1-0/apps/wordpress/htdocs/wp-content/themes/my-theme/sass/custom/custom_styles */
  .post-thumbnail {
 margin-top: 1.618rem;
 margin-right: -2.617924rem;
 margin-bottom: 1.618rem;
 margin-left: -2.617924rem;
}

  /* line 390, /Applications/wordpress-4.1-0/apps/wordpress/htdocs/wp-content/themes/my-theme/sass/custom/custom_styles */
  .entry-title {
 margin-bottom: 1.618rem;
}

  /* line 394, /Applications/wordpress-4.1-0/apps/wordpress/htdocs/wp-content/themes/my-theme/sass/custom/custom_styles */
  .site-footer {
 padding: 1.618em;
}
}
 @media (max-width: 56.25rem) {
  /* line 403, /Applications/wordpress-4.1-0/apps/wordpress/htdocs/wp-content/themes/my-theme/sass/custom/custom_styles */
  .content-area {
 float: none;
 margin: 0;
 width: 100%;
}

  /* line 409, /Applications/wordpress-4.1-0/apps/wordpress/htdocs/wp-content/themes/my-theme/sass/custom/custom_styles */
  .site-main {
 margin: 0;
}

  /* line 413, /Applications/wordpress-4.1-0/apps/wordpress/htdocs/wp-content/themes/my-theme/sass/custom/custom_styles */
  .site-content .widget-area {
 float: none;
 overflow: hidden;
 width: 100%;
}

  /* line 419, /Applications/wordpress-4.1-0/apps/wordpress/htdocs/wp-content/themes/my-theme/sass/custom/custom_styles */
  .widget {
 margin-left: 0;
 margin-bottom: 1.618rem;
}
}
 @media (max-width: 37.5rem) {
  /* line 81, /Applications/wordpress-4.1-0/apps/wordpress/htdocs/wp-content/themes/my-theme/sass/custom/custom_vars_mixins */
  h1, h2, h3, h4, h5, h6 {
 font-family: Raleway, "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
 line-height: 1.313em;
 font-weight: 300;
}

  /* line 87, /Applications/wordpress-4.1-0/apps/wordpress/htdocs/wp-content/themes/my-theme/sass/custom/custom_vars_mixins */
  h1 {
 font-size: 2.4em;
 margin: 0.563em 0;
}

  /* line 87, /Applications/wordpress-4.1-0/apps/wordpress/htdocs/wp-content/themes/my-theme/sass/custom/custom_vars_mixins */
  h2 {
 font-size: 1.8em;
 margin: 0.625em 0;
}

  /* line 87, /Applications/wordpress-4.1-0/apps/wordpress/htdocs/wp-content/themes/my-theme/sass/custom/custom_vars_mixins */
  h3 {
 font-size: 1.2em;
 margin: 1.313em 0;
}

  /* line 87, /Applications/wordpress-4.1-0/apps/wordpress/htdocs/wp-content/themes/my-theme/sass/custom/custom_vars_mixins */
  h4 {
 font-size: 1.0504em;
 margin: 1.313em 0;
}

  /* line 87, /Applications/wordpress-4.1-0/apps/wordpress/htdocs/wp-content/themes/my-theme/sass/custom/custom_vars_mixins */
  h5 {
 font-size: 1em;
 margin: 1.313em 0;
}

  /* line 87, /Applications/wordpress-4.1-0/apps/wordpress/htdocs/wp-content/themes/my-theme/sass/custom/custom_vars_mixins */
  h6 {
 font-size: 1em;
 margin: 0.75em 0;
}

  /* line 95, /Applications/wordpress-4.1-0/apps/wordpress/htdocs/wp-content/themes/my-theme/sass/custom/custom_vars_mixins */
  .widget-title {
 font-size: 1.0504em;
}
}
 @media (max-width: 25rem) {
  /* line 81, /Applications/wordpress-4.1-0/apps/wordpress/htdocs/wp-content/themes/my-theme/sass/custom/custom_vars_mixins */
  h1, h2, h3, h4, h5, h6 {
 font-family: Raleway, "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
 line-height: 1.313em;
 font-weight: 300;
}

  /* line 87, /Applications/wordpress-4.1-0/apps/wordpress/htdocs/wp-content/themes/my-theme/sass/custom/custom_vars_mixins */
  h1 {
 font-size: 2.1em;
 margin: 0.563em 0;
}

  /* line 87, /Applications/wordpress-4.1-0/apps/wordpress/htdocs/wp-content/themes/my-theme/sass/custom/custom_vars_mixins */
  h2 {
 font-size: 1.575em;
 margin: 0.625em 0;
}

  /* line 87, /Applications/wordpress-4.1-0/apps/wordpress/htdocs/wp-content/themes/my-theme/sass/custom/custom_vars_mixins */
  h3 {
 font-size: 1.05em;
 margin: 1.313em 0;
}

  /* line 87, /Applications/wordpress-4.1-0/apps/wordpress/htdocs/wp-content/themes/my-theme/sass/custom/custom_vars_mixins */
  h4 {
 font-size: 1em;
 margin: 1.313em 0;
}

  /* line 87, /Applications/wordpress-4.1-0/apps/wordpress/htdocs/wp-content/themes/my-theme/sass/custom/custom_vars_mixins */
  h5 {
 font-size: 1em;
 margin: 1.313em 0;
}

  /* line 87, /Applications/wordpress-4.1-0/apps/wordpress/htdocs/wp-content/themes/my-theme/sass/custom/custom_vars_mixins */
  h6 {
 font-size: 1em;
 margin: 0.75em 0;
}

  /* line 95, /Applications/wordpress-4.1-0/apps/wordpress/htdocs/wp-content/themes/my-theme/sass/custom/custom_vars_mixins */
  .widget-title {
 font-size: 1em;
}

  /* line 452, /Applications/wordpress-4.1-0/apps/wordpress/htdocs/wp-content/themes/my-theme/sass/custom/custom_styles */
  .hentry, .comments-area, .page-header, .site-main .posts-navigation, .site-main .post-navigation, .paging-navigation {
 padding-left: 1.618rem;
 padding-right: 1.618rem;
 padding-top: 1rem;
 padding-bottom: 1rem;
}

  /* line 459, /Applications/wordpress-4.1-0/apps/wordpress/htdocs/wp-content/themes/my-theme/sass/custom/custom_styles */
  .post-thumbnail {
 margin-top: 1.618rem;
 margin-right: -1.618rem;
 margin-bottom: 1.618rem;
 margin-left: -1.618rem;
}

  /* line 466, /Applications/wordpress-4.1-0/apps/wordpress/htdocs/wp-content/themes/my-theme/sass/custom/custom_styles */
  .entry-title {
 margin-bottom: 1rem;
}

  /* line 470, /Applications/wordpress-4.1-0/apps/wordpress/htdocs/wp-content/themes/my-theme/sass/custom/custom_styles */
  .widget {
 padding-left: 1.618rem;
 padding-right: 1.618rem;
 padding-top: 1.618rem;
 padding-bottom: 1.618rem;
}
}
table {
	border-collapse: collapse;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #B00;
}
.imgright {
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
}
.bonus {
	color: #B00;
	font-weight: bold;
}
a.visitbtngreen {
	font-weight: bold;
	color: #FFF !important;
	background-color: #6C0 !important;
	font-size: 16px;
	padding: 7px;
	display: inline-block;
}
a.visitbtngreen:hover {
	font-weight: bold;
	color: #494949 !important;
	background-color: #6C0 !important;
	font-size: 16px;
	padding: 7px;
	display: inline-block;
	text-decoration: underline;
}
.responsive-table img {
	display: inline-block;
	margin-top: 3px;
}
@media (min-width: 75em) {
.container {
	margin: 2em auto;
	max-width: 75em;
}
}
.responsive-table {
	width: 100%;
	margin-bottom: 1.5em;
}
@media (min-width: 48em) {
.responsive-table {
	font-size: .9em;
}
}
@media (min-width: 62em) {
.responsive-table {
	font-size: 1em;
}
}
.responsive-table thead {
	position: absolute;
	clip: rect(1px 1px 1px 1px);
	clip: rect(1px,1px,1px,1px);
	padding: 0;
	border: 0;
	height: 1px;
	width: 1px;
	overflow: hidden;
}
@media (min-width: 48em) {
.responsive-table thead {
	position: relative;
	clip: auto;
	height: auto;
	width: auto;
	overflow: auto;
}
}
.responsive-table thead th {
	background-color: #11293A;
	border: 1px solid #15334F;
	font-weight: bold;
	text-align: center;
	color: white;
}
.responsive-table thead th:first-of-type {
	text-align: center;
}
.responsive-table tbody, .responsive-table tr, .responsive-table th, .responsive-table td {
	display: block;
	padding: 0;
	text-align: center;
	white-space: normal;
}
@media (min-width: 48em) {
.responsive-table tr {
	display: table-row;
}
}
.responsive-table th, .responsive-table td {
	padding: .5em;
	vertical-align: middle;
}
@media (min-width: 30em) {
.responsive-table th, .responsive-table td {
	padding: .75em .5em;
}
}
@media (min-width: 48em) {
.responsive-table th, .responsive-table td {
	display: table-cell;
	padding: .5em;
}
}
@media (min-width: 62em) {
.responsive-table th, .responsive-table td {
	padding: .75em .5em;
}
}
@media (min-width: 75em) {
.responsive-table th, .responsive-table td {
	padding: .75em;
}
}
.responsive-table caption {
	margin-bottom: 1em;
	font-size: 1em;
	font-weight: bold;
	text-align: center;
}
@media (min-width: 48em) {
.responsive-table caption {
	font-size: 1.5em;
}
}
.responsive-table tfoot {
	font-size: .8em;
	font-style: italic;
}
@media (min-width: 62em) {
.responsive-table tfoot {
	font-size: .9em;
}
}
@media (min-width: 48em) {
.responsive-table tbody {
	display: table-row-group;
}
}
.responsive-table tbody tr {
	margin-bottom: 1em;
	border: 2px solid #ccc;
}
@media (min-width: 48em) {
.responsive-table tbody tr {
	display: table-row;
	border-width: 1px;
}
}
.responsive-table tbody tr:last-of-type {
	margin-bottom: 0;
}
@media (min-width: 48em) {
.responsive-table tbody tr:nth-of-type(even) {
	background-color: #;
}
}
.responsive-table tbody th[scope="row"] {
	background-color: #11293A;
	color: white;
}
@media (min-width: 48em) {
.responsive-table tbody th[scope="row"] {
	background-color: transparent;
	color: #5e5d52;
	text-align: left;
}
}
.responsive-table tbody td {
	text-align: right;
}
@media (min-width: 30em) {
.responsive-table tbody td {
	border-bottom: 1px solid #ccc;
}
}
@media (min-width: 48em) {
.responsive-table tbody td {
	text-align: center;
}
}
.responsive-table tbody td[data-type=currency] {
	text-align: right;
}
.responsive-table tbody td[data-title]:before {
	content: attr(data-title);
	float: left;
	font-size: .8em;
	color: rgba(94,93,82,0.75);
}
@media (min-width: 30em) {
.responsive-table tbody td[data-title]:before {
	font-size: .9em;
}
}
@media (min-width: 48em) {
.responsive-table tbody td[data-title]:before {
	content: none;
}
}
