/*
	Theme Name: Lift Like A Girl
	Theme URI: http://www.bourncreative.com
	Description: A mobile responsive and HTML5 child theme built for the Genesis Framework.
	Author: Bourn Creative
	Author URI: http://www.bourncreative.com
	Version: 1.0
	Template: genesis
	Template Version: 2.0
*/


/*
Font Imports
---------------------------------------------------------------------------------------------------- */

/* Google Fonts
--------------------------------------------- */

/*
font-family: 'Lato', 'sans-serif';
font-weight: 300 & 700;

font-family: 'Roboto Condensed', sans-serif;
font-weight: 400 & 700;
*/

/* Icon Fonts
--------------------------------------------- */

/*
font-family: 'Genericons';
*/


/*
HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* Baseline Normalize
	normalize.css v2.1.3 | MIT License | git.io/normalize
--------------------------------------------- */

article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden],template{display:none}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}a{background:transparent}a:focus,a:active,a:hover{outline:0}h1{font-size:2em;margin:.67em 0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}mark{background:#ff0;color:#000}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em}pre{white-space:pre-wrap}q{quotes:"\201C" "\201D" "\2018" "\2019"}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:0}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0}button,input{line-height:normal}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}

/* Box Sizing
--------------------------------------------- */

*,
input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

/* Float Clearing
--------------------------------------------- */

.author-box:before,
.clearfix:before,
.entry:before,
.entry-content:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.wrap:before {
	content: " ";
	display: table;
}

.author-box:after,
.clearfix:after,
.entry:after,
.entry-content:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.wrap:after {
	clear: both;
	content: " ";
	display: table;
}


/*
Defaults
---------------------------------------------------------------------------------------------------- */

/* Typographical Elements
--------------------------------------------- */

body {
	background-color: #fff;
	color: #000;
	font-family: 'Lato', sans-serif;
	font-size: 20px;
	font-weight: 300;
	line-height: 1.5;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button {
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition:    all 0.1s ease-in-out;
	-ms-transition:     all 0.1s ease-in-out;
	-o-transition:      all 0.1s ease-in-out;
	transition:         all 0.1s ease-in-out;
}

::-moz-selection {
	background-color: #000;
	color: #fff;
}

::selection {
	background-color: #000;
	color: #fff;
}

a {
	color: #e51773;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

p {
	margin: 0 0 20px;
	padding: 0;
}

strong {
	font-weight: 700;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

li {
	list-style-type: none;
}

blockquote {
	font-size: 18px;
	line-height: 1.4;
	margin: 26px 50px;
}

blockquote:before {
	color: #777;
	content: "\201C";
	display: block;
	font-size: 50px;
	height: 0;
	left: -20px;
	position: relative;
	top: -14px;
}

cite {
	font-style: normal;
}

hr {
	border-collapse: collapse;
	border-top: 1px solid #b2b2b2;
	border-width: 1px 0 0;
	clear: both;
	margin: 40px 0 45px;
}

/* Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
}

.featured-content img,
.gallery img {
	width: auto;
}

/* Forms & Buttons
--------------------------------------------- */

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #b2b2b2;
	border-radius: 0;
	box-shadow: none;
	font-size: 16px;
	font-weight: 400;
	padding: 12px;
	width: 100%;
}

input:focus,
select:focus,
textarea:focus {
	border: 1px solid #000;
	outline: none;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}

::-moz-placeholder {
	color: #666;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #666;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
	background-color: #000;
	border: none;
	border-radius: 1px;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	font-size: 18px;
	font-weight: 700;
	padding: 9px 16px;
	text-decoration: none;
	width: auto;
}

.post-password-form input[type="submit"] {
	margin: 10px 0 0;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
.button.aqua:hover,
.button.blue:hover,
.button.green:hover,
.button.orange:hover {
	background-color: #e51773;
}

.button {
	display: inline-block;
}

.entry-content .button {
	margin-bottom: 5px;
}

.button.aqua {
	background-color: #00c4fc;
	font-size: 22px;
}

.button.blue {
	background-color: #1769e5;
	font-size: 22px;
}

.button.green {
	background-color: #73e517;
	font-size: 22px;
}

.button.grey {
	background-color: #9b9b9b;
}

.button.grey:hover {
	background-color: #000;
}

.button.orange {
	background-color: #fc9400;
	font-size: 22px;
}

.button.pink {
	background-color: #e51773;
}

.button.pink:hover {
	background-color: #000;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}

/* Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 40px;
	width: 100%;
}

tbody {
	border-bottom: 1px solid #ddd;
}

td,
th {
	text-align: left;
}

td {
	border-top: 1px solid #ddd;
	padding: 6px 0;
}

th {
	font-weight: 700;
	text-transform: uppercase;
}

/* Headings & Color Classes
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #000;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400;
	line-height: 1.2;
	margin: 0 0 26px;
}

h1 {
	font-size: 32px;
}

.entry-title {
	font-size: 32px;
	margin-bottom: 32px;
	text-align: center;
	word-wrap: break-word;
}

.entry-title a {
	color: #000;
	text-decoration: none;
	-webkit-transition: none;
	-moz-transition:    none;
	-ms-transition:     none;
	-o-transition:      none;
	transition:         none;
}

.entry-title a:hover {
	color: #e51773;
}

h2 {
	font-size: 28px;
}

h3 {
	font-size: 26px;
}

h4 {
	font-size: 26px;
}

h5 {
	font-size: 24px;
}

h6 {
	font-size: 24px;
}

.archive-title {
	font-size: 28px;
	text-align: center;
}

.widget-title {
	font-size: 28px;
	margin: 0 0 10px;
}

.grey-text {
	 color: #777;
}

.pink-text {
	color: #e51773;
}


/*
Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* Site Containers
--------------------------------------------- */

.wrap {
	margin: 0 auto;
	max-width: 740px;
}

.site-inner {
	clear: both;
	padding-top: 40px;
}

.content {
	float: left;
	width: 100%;
}

/* Column Classes
--------------------------------------------- */

.five-sixths,
.four-sixths,
.four-fifths,
.one-fifth,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-fifths,
.three-sixths,
.two-fourths,
.two-fifths,
.two-sixths,
.two-thirds {
	float: left;
	margin-bottom: 26px;
	margin-left: 5.4054054054054%;
}
 
.one-half,
.three-sixths,
.two-fourths {
	width: 47.297297297297%;
}
 
.one-third,
.two-sixths {
	width: 29.72972972973%;
}
 
.four-sixths,
.two-thirds {
	width: 64.864864864865%;
}
 
.one-fourth {
	width: 20.945945945946%;
}
 
.three-fourths {
	width: 73.648648648649%;
}
 
.one-fifth {
	width: 15.675675675676%;
}
 
.two-fifths {
	width: 36.756756756757%;
}
 
.three-fifths {
	width: 57.837837837838%;
}
 
.four-fifths {
	width: 78.918918918919%;
}
 
.one-sixth {
	width: 12.162162162162%;
}
 
.five-sixths {
	width: 82.432432432432%;
}
 
.first {
	clear: both;
	margin-left: 0;
}


/*
Common Classes
---------------------------------------------------------------------------------------------------- */

/* Avatar
--------------------------------------------- */

.avatar {
	border-radius: 50%;
	float: left;
}

.alignleft .avatar {
	margin-right: 24px;
}

.alignright .avatar {
	margin-left: 24px;
}

.author-box .avatar {
	display: block;
	float: none;
	height: 150px;
	margin: 0 auto 20px;
	width: 150px;
}

.comment .avatar {
	height: 48px;
	margin: 0 16px 24px 0;
	width: 48px;
}

/* Search Form
--------------------------------------------- */

.search-form {
	overflow: hidden;
}

.search-form input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}

.archive-page .search-form {
	margin-bottom: 26px;
}

.archive-page input[type="search"] {
	-webkit-appearance: none; /* Fixes iOS Rendering */
}

/* WordPress
--------------------------------------------- */

img.centered,
.aligncenter {
	display: block;
	margin: 5px auto 24px;
}

img.alignnone {
	margin-bottom: 12px;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

img.alignleft,
.wp-caption.alignleft {
	margin: 5px 24px 24px 0;
}

img.alignright,
.wp-caption.alignright {
	margin: 5px 0 24px 24px;
}

.entry-content .wp-caption-text {
	font-size: 14px;
	margin: 0;
	padding-top: 10px;
	text-align: center;
}

.gallery {
	margin: 0 auto 26px;
}

.gallery-item {
	display: inline-block;
	margin: 0 0 15px;
	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.6666%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.2857%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.1111%;
}

.gallery .gallery-caption {
	padding-top: 0;
}


/*
Widgets
---------------------------------------------------------------------------------------------------- */

.widget {
	word-wrap: break-word;
	margin-bottom: 40px;
}

.widget ol > li {
	list-style-position: inside;
	list-style-type: decimal;
	padding-left: 20px;
	text-indent: -20px;
}

.widget li li {
	margin: 0 0 0 30px;
	padding: 0;
}

.widget ul > li:last-child,
.widget p:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}


/*
Site Header
---------------------------------------------------------------------------------------------------- */

.site-header {
	background-color: #e51773;
}

/* Title Area
--------------------------------------------- */

.title-area {
	display: block;
	padding: 10px 0;
	width: 100%;
}

.site-title {
	margin-bottom: 0;
}

.site-title a {
	background: url(images/logo-new.png) no-repeat;
	display: block;
	height: 92px;
	margin: 0 auto;
	text-decoration: none;
	text-indent: -9999px;
	-webkit-transition: none;
	-moz-transition:    none;
	-ms-transition:     none;
	-o-transition:      none;
	transition:         none;
	width: 400px;
}


/*
Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
	clear: both;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.2;
	text-align: center;
	width: 100%;
}

.genesis-nav-menu .menu-item {
	display: inline-block;
	text-align: left;
}

.genesis-nav-menu a {
	color: #646464;
	display: block;
	padding: 25px 12px;
	text-decoration: none;
}

.genesis-nav-menu li:hover > a,
.genesis-nav-menu .current-menu-item > a {
	color: #e51773;
}

/* Sub Menus */

.genesis-nav-menu .sub-menu {
	left: -9999px;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity .4s ease-in-out;
	-moz-transition:    opacity .4s ease-in-out;
	-ms-transition:     opacity .4s ease-in-out;
	-o-transition:      opacity .4s ease-in-out;
	transition:         opacity .4s ease-in-out;
	width: 200px;
	z-index: 99;
}

.genesis-nav-menu .sub-menu a {
	background-color: #f1f1f1;
	font-size: 16px;
	padding: 10px 14px;
	position: relative;
	width: 200px;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -40px 0 0 199px;
}

.genesis-nav-menu .menu-item:hover {
	position: static;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
	left: auto;
	opacity: 1;
}

/* Primary Navigation
--------------------------------------------- */

.nav-primary {
	background-color: #f1f1f1;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f1f1f1), to(#f1f1f1));
	background-image: -webkit-linear-gradient(top, #fff, #f1f1f1);
	background-image: -moz-linear-gradient(top, #fff, #f1f1f1);
	background-image: -ms-linear-gradient(top, #fff, #f1f1f1);
	background-image: -o-linear-gradient(top, #fff, #f1f1f1);
	background-image: linear-gradient(top, #fff, #f1f1f1);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#fff', EndColorStr='#f1f1f1');
}

/* Secondary Navigation
--------------------------------------------- */

.nav-secondary .genesis-nav-menu a {
	padding: 10px 12px;
}

/* Social Networks Menu
--------------------------------------------- */

.nav-social {
	background-color: #e51773;
}

.nav-social .screen-reader-text {
    left: -9999em;
    position: absolute;
    top: -9999em;
}

.nav-social .genesis-nav-menu a {
	margin: 0 0 5px;
	padding: 20px 5px 15px;
}

.nav-social a:before {
	background-color: #fff;
	border-radius: 50%;
	color: #e51773;
	display: inline-block;
	font: normal 20px/1 'Genericons';
	padding: 6px;
	text-decoration: none;
	vertical-align: middle;
	-webkit-font-smoothing: antialiased;
}

.nav-social a[href*="facebook.com"]:before {
	content: "\f204";
}

.nav-social a[href*="instagram.com"]:before {
	content: "\f215";
}

.nav-social a[href*="linkedin.com"]:before {
	content: "\f207";
}

.nav-social a[href*="pinterest.com"]:before {
	content: "\f209";
}

.nav-social a[href*="plus.google.com"]:before {
	content: "\f218";
}

.nav-social a[href*="twitter.com"]:before {
	content: "\f202";
}

.nav-social a[href*="youtube.com"]:before {
	content: "\f213";
}

.nav-social a:hover:before {
	background-color: #000;
	color: #fff;
}

/* Responsive Menu
--------------------------------------------- */

#responsive-menu-icon {
	background: none;
	color: #646464;
	display: none;
	font-size: 18px;
	margin: 0 auto;
	outline: 0;
	padding: 11px 0 15px;
	text-align: center;
}

#responsive-menu-icon:before {
	content: "Menu";
	font-weight: 700;
}

#responsive-menu-icon:after {
	content: "\f419";
	font-family: 'Genericons';
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 1;
	padding-left: 10px;
	text-transform: none;
	speak: none;
	text-transform: none;
	vertical-align: text-bottom;
	-webkit-font-smoothing: antialiased;
}

.sub-menu-toggle {
	display: none;
}


/*
Content Area
---------------------------------------------------------------------------------------------------- */

/* Entries
--------------------------------------------- */

.entry {
	margin-bottom: 40px;
}

.archive .entry,
.blog .entry,
.search-results .entry {
	border-bottom: 1px solid #b2b2b2;
	margin-bottom: 50px;
	padding-bottom: 16px;
	position: relative;
}

.post-icon {
	background: url(images/barbell.jpg) no-repeat;
	height: 15px;
	left: 50%;
	margin-left: -22.5px;
	position: absolute;
	width: 45px;
}

.archive .post-icon,
.blog .post-icon,
.search-results .post-icon {
	bottom: -8px;
}

.single .post-icon {
	top: -8px;
}

.entry-content ol,
.entry-content p,
.entry-content ul {
	margin-bottom: 26px;
}

.entry-content ol {
	margin-left: 70px;
}

.entry-content ol > li {
	list-style-type: decimal;
	padding: 0 0 10px;
}

.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}

.entry-content code {
	background-color: #333;
	color: #ddd;
}

/* Shop Page
--------------------------------------------- */

.shop-page .entry {
	text-align: center;
}

.shop-page .one-third {
	font-size: 16px;
}

.shop-page h4 {
	font-size: 20px;
	margin-bottom: 10px;
}

.shop-page .button {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 16px;
	font-weight: 400;
	padding: 4px 9px;
	text-transform: uppercase;
}

/* Unordered Lists
--------------------------------------------- */

.entry-content ul {
	margin-left: 40px;
}

.entry-content ul > li {
	padding: 0 0 10px 20px;
}

.entry-content ul li:before {
	color: #000;
	content: "\f104";
	display: block;
	font: normal 14px/1 'Genericons';
	height: 0;
    left: -26px;
    position: relative;
    top: 9px;
    vertical-align: top;
	-webkit-font-smoothing: antialiased;
}

.entry-content ul.triangle-pink li:before,
.entry-content .feature-box.pink ul li:before {
	color: #e51773;
}

/* Feature Boxes
--------------------------------------------- */

.feature-box {
	margin-bottom: 35px;
	margin-top: 15px;
	overflow: hidden;
	padding: 30px 35px;
}

.feature-box h2 {
	margin: 0 0 20px;
	text-align: center;
}

.feature-box h3 {
	font-size: 20px;
	margin: 0 0 20px;
	text-align: center;
}

.feature-box p:last-child {
	margin-bottom: 0;
}


.feature-box.black {
	border: 2px solid #000;
}

.feature-box.pink {
	border: 2px solid #e51773;
}

.feature-box.pink h2,
.feature-box.pink h3 {
	color: #e51773;
}

/* Entry Meta
--------------------------------------------- */

.entry-meta {
	clear: both;
	color: #777;
	font-size: 14px;
	margin-bottom: 0;
}

.entry-meta a {
	color: #777;
}

.entry-meta .entry-time:after {
	content: "|";
	padding-left: 3px;
}

.entry-meta .entry-comments-link:before {
	content: "|";
	padding-right: 3px;
}

.entry-footer {
	border-top: 1px solid #b2b2b2;
	margin-top: 14px;
	padding-top: 35px;
	position: relative;
	text-align: center;
}

.entry-categories,
.entry-tags {
	display: block;
}

.entry-categories {
	padding-top: 12px;
}

/* Pagination
--------------------------------------------- */

.pagination {
	clear: both;
	font-size: 18px;
	margin: 0 0 35px;
}

.adjacent-entry-pagination {
	margin-bottom: 0;
}

.archive-pagination a {
	color: #777;
	text-decoration: none;
}

.archive-pagination a:hover {
	color: #000;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	border: 1px solid #000;
	cursor: pointer;
	display: inline-block;
	margin-bottom: 5px;
	padding: 4px 15px 6px;
}

.archive-pagination li a:hover,
.archive-pagination .active a {
	background-color: #000;
	color: #fff;
}

.entry-pagination.pagination {
	margin: 0;
}

.archive-pagination li.pagination-previous a {
	padding: 4px 15px 6px 8px;
}

.archive-pagination li.pagination-next a {
	padding: 4px 8px 6px 15px;
}

.pagination-previous a:before {
	content: '\f503';
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	font: normal 14px/1 'Genericons';
	padding-right: 8px;
	vertical-align: middle;
}

.pagination-next a:after {
	content: '\f501';
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	font: normal 14px/1 'Genericons';
	padding-left: 8px;
	vertical-align: middle;
}

/* Author Box & Archive Description
--------------------------------------------- */

.archive-description,
.author-box {
	border-bottom: 1px solid #b2b2b2;
	font-size: 18px;
	margin-bottom: 40px;
	padding: 0 0 40px;
}

.search .archive-description {
	padding: 0 0 20px;
}

.author-box-title {
	font-size: 26px;
	margin-bottom: 10px;
	text-align: center;
}

.archive-description p:last-child,
.author-box p:last-child {
	margin-bottom: 0;
}

/* After Entry Opt In Widget
--------------------------------------------- */

.after-entry {
	font-size: 18px;
	margin-bottom: 35px;
	text-align: center;
}

.single .after-entry,
.optin-page .after-entry {
	margin-bottom: 70px;
}

.after-entry .widget {
	border: 1px solid #b2b2b2;
	margin: 0;
	padding: 30px 50px;
}

.after-entry .widget-title {
	text-transform: uppercase;
}

.after-entry h5 {
	font-size: 20px;
	margin-bottom: 20px;
}

.after-entry .form-input {
	margin: 0 0 12px;
}

.after-entry input {
	-webkit-appearance: none; /* Fixes iOS Rendering */
}

.after-entry input[type="submit"] {
	background-color: #e51773;
	padding: 9px 35px;
	text-transform: uppercase;
}

.after-entry input[type="submit"]:hover {
	background-color: #000;
}

/* Comments
--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
	background-color: #fff;
	margin-bottom: 40px;
}

.entry-comments {
	border-bottom-width: 0;
}

.entry-comments h3,
.entry-pings h3 {
	font-size: 26px;
	margin: 0;
}

.comment-list li.depth-1 {
	border-bottom: 1px solid #b2b2b2;
	padding-bottom: 40px;
}

.comment-author {
	font-size: 18px;
}

.comment-content {
	clear: both;
	font-size: 16px;
}

.comment-list li {
	padding: 40px 0 0;
}

.comment-list li li {
	padding-left: 40px;
}

.entry-comments .comment-author,
.entry-comments .comment-author a {
	color: #000;
	margin-bottom: 0;
	text-decoration: none;
}

.comment-meta,
.comment-meta a {
	color: #777;
	font-size: 14px;
	text-decoration: none;
}

.ping-list li {
	padding: 40px 40px 16px;
}

.entry-pings .reply {
	display: none;
}

.comment-reply-link {
	font-size: 16px;
}

.comment-respond {
	font-size: 18px;
}

.comment-respond h3 {
	margin-bottom: 20px;
}

.comment-notes  {
	font-size: 16px;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 70%;
	-webkit-appearance: none; /* Fixes iOS Rendering */
}

.comment-respond label {
	display: block;
}

.comment-respond textarea,
.comment-respond input[type="submit"] {
	-webkit-appearance: none; /* Fixes iOS Rendering */
}

#cancel-comment-reply-link {
	font-size: 14px;
}

ol.comment-list .comment-respond {
	margin-top: 30px;
}

/*
Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
	background-color: #f1f1f1;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f1f1f1), to(#fff));
	background-image: -webkit-linear-gradient(top, #f1f1f1, #fff);
	background-image: -moz-linear-gradient(top, #f1f1f1, #fff);
	background-image: -ms-linear-gradient(top, #f1f1f1, #fff);
	background-image: -o-linear-gradient(top, #f1f1f1, #fff);
	background-image: linear-gradient(top, #f1f1f1, #fff);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#f1f1f1', EndColorStr='#fff');
	color: #8d8d8d;
	font-size: 14px;
	padding: 15px 0 25px;
	text-align: center;
}

.site-footer a {
	color: #8d8d8d;
	text-decoration: none;
}

.site-footer a:hover {
	text-decoration: underline;
}

.site-footer .nav-secondary .genesis-nav-menu a {
	color: #646464;
}

.site-footer .nav-secondary .genesis-nav-menu a:hover {
	color: #e51773;
	text-decoration: none;
}

.site-footer p {
	margin-bottom: 0;
}


/*
Media Queries
---------------------------------------------------------------------------------------------------- */

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	only screen and (-moz-min-device-pixel-ratio: 1.5),
	only screen and (-o-min-device-pixel-ratio: 3/2),
	only screen and (min-device-pixel-ratio: 1.5) {
		
		.site-title a {
			background: url(images/logo-new2x.png) no-repeat;
			background-size: 400px 92px;
		}
		
		.post-icon {
			background: url(images/barbell2x.jpg) no-repeat;
			background-size: 45px 15px;
		}
		
}

@media only screen and (max-width: 760px) {

	.wrap {
		padding-left: 5%;
		padding-right: 5%;
	}
	
	.after-entry .wrap {
		padding: 0;
	}
	
	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		margin-left: 0;
		width: 100%;
	}
	
	.entry-content ul {
	    margin-left: 15px;
	}
	
	.entry-content ol {
	    margin-left: 35px;
	}
	
	blockquote {
	    margin: 26px 20px;
	}
	
	.nav-primary,
	.site-footer {
		background-color: #fff;
		background-image: none;
		filter: none;
	}
	
	.nav-primary .genesis-nav-menu {
		display: none;
		padding-bottom: 3px;
	}
	
	#responsive-menu-icon {
		display: block;
	}
	
	.nav-primary .genesis-nav-menu .menu-item {
		display: block;
		position: relative;
		width: 100%;
	}
	
	.nav-primary .genesis-nav-menu .menu-item:hover {
		position: relative;
	}
	
	.nav-primary .genesis-nav-menu a {
		border-top: 1px solid #b2b2b2;
		margin: 0;
		padding: 12px 0;
	}
	
	.genesis-nav-menu li:hover > a,
	.genesis-nav-menu .current-menu-item > a {
	    color: #646464;
	}
	
	.nav-primary .genesis-nav-menu .sub-menu {
		border-top: 1px solid #b2b2b2;
		display: none;
		opacity: 1;
		position: static;
		width: 100%;
	}
	
	.nav-primary .genesis-nav-menu .sub-menu a {
		background: none;
		border: none;
		padding: 10px 0;
		width: 100%;
	}
	
	.nav-primary .genesis-nav-menu .sub-menu a:before {
		content: "-";
		padding: 0 10px 0 5%;
	}
		
	.nav-primary .sub-menu-toggle {
		background-color: transparent;
		display: block;
		outline: none;
		padding: 10px;
		position: absolute;
		right: 0;
		top: 7px;
		-webkit-tap-highlight-color: rgba(0,0,0,0);
	}
	
	.nav-primary .sub-menu-toggle:before {
		color: #646464;
		content: "\f502";
		display: block;
		font-family: 'Genericons';
		font-size: 18px;
		font-style: normal;
		font-variant: normal;
		font-weight: normal;
		line-height: 1;
		-webkit-font-smoothing: antialiased;
		speak: none;
		vertical-align: middle;
		-webkit-transition: all 175ms ease-in-out;
		-moz-transition: all 175ms ease-in-out;
		-ms-transition: all 175ms ease-in-out;
		-o-transition: all 175ms ease-in-out;
		transition: all 175ms ease-in-out;
	}

	.nav-primary .sub-menu-toggle.activated:before {
		-moz-transform: rotate(-180deg);
		-webkit-transform: rotate(-180deg);
		-o-transform: rotate(-180deg);
		-ms-transform: rotate(-180deg);
		transform: rotate(-180deg);
		-webkit-transition: all 175ms ease-in-out;
		-moz-transition: all 175ms ease-in-out;
		-ms-transition: all 175ms ease-in-out;
		-o-transition: all 175ms ease-in-out;
		transition: all 175ms ease-in-out;
	}
		
}

@media only screen and (max-width: 600px) {
	
	.entry-title {
	    font-size: 30px;
	}
	
	.comment-list li {
	    padding: 20px 0 0;
	}
	
	.comment-list li.depth-1 {
	    padding-bottom: 20px;
	}
	
	.comment-list li li {
	    padding-left: 0;
	}
	
	.entry-comments {
		margin-bottom: 20px;
	}
	
	.comment-respond input[type="email"],
	.comment-respond input[type="text"],
	.comment-respond input[type="url"] {
		width: 100%;
	}
	
	.after-entry .widget {
		padding: 30px;
	}
	
}

@media only screen and (max-width: 540px) {
	
	.site-title a {
		background: url(images/logo-new-sm.png) no-repeat;
		height: 55px;
		width: 238px;
	}
	
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 540px),
	   only screen and (-moz-min-device-pixel-ratio: 1.5) and (max-width: 540px),
	   only screen and (-o-min-device-pixel-ratio: 3/2) and (max-width: 540px),
	   only screen and (min-device-pixel-ratio: 1.5) and (max-width: 540px) {

		.site-title a {
			background: url(images/logo-new-sm2x.png) no-repeat;
			background-size: 238px 55px;
		}

}




/*
Plugins
---------------------------------------------------------------------------------------------------- */

/* Jetpack
--------------------------------------------- */

#wpstats {
	display: none;
}

.content div.sharedaddy {

}

.content div.sharedaddy h3.sd-title:before {
	border: none;
	margin: 0;
}

.content div.sharedaddy h3.sd-title {
	display: block;
	float: left;
	font-size: 22px;
	font-weight: 300;
	margin: 4px 10px 0 0;
}

.content div.sharedaddy li:before {
	content: "";
	display: inline;
}


/* Gravity Forms
--------------------------------------------- */

div.gform_wrapper input[type="email"],
div.gform_wrapper input[type="tel"],
div.gform_wrapper input[type="text"],
div.gform_wrapper textarea,
div.gform_wrapper .ginput_complex label {
	font-size: 16px;
	padding: 9px 16px;
}

div.gform_wrapper .ginput_complex label {
	padding: 0;
}

div.gform_wrapper .top_label .gfield_label {
	font-weight: 300;
}

div.gform_wrapper .gfield_required {
	color: #000;
}

div.gform_wrapper li,
div.gform_wrapper form li {
	margin: 16px 0 0;
	padding: 0;
}

/* Clean My Archives
--------------------------------------------- */

.clean-archives-list .month-year {
	font-size: 24px;
}

.clean-archives-list .month-year a {
	color: #000;
	cursor: default;
	text-decoration: none;
}

.clean-archives-list {
	font-size: 18px;
}

.clean-archives-list .comments-number {
	display: none;
}

.entry-content .clean-archives-list li:before {
	top: 7px;
}