/*
    Theme Name: Splash Child Theme
    Theme URL: http://themedy.com/themes/splash
    Description: Hook visitors. Build a following. Splash is a no-nonsense personal child theme to grow your site.
    Author: Themedy
    Author URI: http://themedy.com
    Version: 1.1
    Template: genesis
*/

/* Table of Contents

    = Defaults
    = Typography
		- Custom Fonts
		- Font Family
        - Font Color
        - Font Size
        - Font Miscellaneous
    = Layout
        - Structure
        - CSS Grid
        - Header
        - Main Content
        - Post Info & Meta
        - Miscellaneous
    = Menus
        - Primary Navigation Extras
    = Headings
    = Lists
    = Post Navigation
    = Comments
    = Sidebars
		- Widgets
    = Footer
        - Footer Widgets
    = Forms & Buttons
        - Gravity Forms
    = Images & Captions
	= Featured Areas
	= Animations
	= Mobile Menu
    = Media Queries

*/

/*
= Defaults
---------------------------------------------------------------------------------------------------- */

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, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, input, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
html {
	-webkit-text-size-adjust: none;
    font-size: 100%; /* 16px browser default */
}
body {
    background-color: #fff;
    line-height: 1;
}
body, input, select, textarea {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
a, a:visited, button, input[type="button"], input[type="submit"], .btn {
    -moz-transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
	text-decoration: none;
}
::-moz-selection {
    background-color: #1e1e1e;
    color: #fff;
}
::selection {
    background-color: #1e1e1e;
    color: #fff;
}
a img {
    border: none
}
.screen-reader-text {
	position: absolute;
	top: -9999px;
	left: -9999px;
}
.mobile-menu .screen-reader-text {
	top: 0;
}


/*
= Typography
------------------------------------------------------------------------------------------------------- */

/* - Custom Fonts ----------- */

@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,700,400italic);

@font-face {
	font-family: 'icosplash';
	src:url('lib/fonts/icosplash.eot');
	src:url('lib/fonts/icosplash.eot?#iefix') format('embedded-opentype'),
		url('lib/fonts/icosplash.woff') format('woff'),
		url('lib/fonts/icosplash.ttf') format('truetype'),
		url('lib/fonts/icosplash.svg#icosplash') format('svg');
	font-weight: normal;
	font-style: normal;
}

[data-icon]:before { content: attr(data-icon); }
/*ie hax*/
a span.data-icon { cursor: pointer; }

.data-icon, [data-icon]:before, .entry .read-more a:before, .entry-header .entry-meta .entry-author a:before, .entry-header .entry-meta .entry-categories:before, .entry-header .entry-meta .post-edit-link:before, .sharrre .share:before, .sharrre .share span, .children .comment:before, #cancel-comment-reply-link:before, .comment-form-author:before, .comment-form-email:before, .comment-form-url:before, .entry-content pre code:before, blockquote:before {
	font-family: 'icosplash';
	speak: none;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
}

/* - Font Family ----------- */

body, input, textarea, .author-box h1 {
    font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif
}
.entry-content pre, .entry-content code {
	font-family: Consolas, "Courier New", Courier, monospace;
}

/* - Font Color ----------- */

body, input, .genesis-nav-menu a, .genesis-nav-menu li li a, .entry-meta-comments, input, select, textarea, .breadcrumb {
    color: #666
}
a, .entry-title a:hover, blockquote:before, .site-title a:hover, .sharrre .share span, #featured .featured-content h2 em {
    color: #C22D5B;
}
.entry-header .entry-meta, .entry-footer, .entry-header .entry-meta a, .entry-footer a, .entry-footer a:hover, #description, .entry-meta-author, .comment-meta a, h4.widgettitle, blockquote p {
    color: #999
}
button, input[type="button"], input[type="submit"], .btn, .genesis-nav-menu .highlight-menu-item a, .genesis-nav-menu .highlight-menu-item a:hover {
    color: #fff
}
a:hover, .genesis-nav-menu li a:hover, .genesis-nav-menu li a:hover, .genesis-nav-menu li li a:hover, .genesis-nav-menu .current-menu-item > a, h1, h2, h3, h4, h5, h6, .entry-title, .entry-title a, .site-title a {
    color: #2e373f;
}

/* - Font Size ----------- */

.site-title {
    font-size: 24px;
	font-size: 1.25rem;
	line-height: 76px;
	margin: 0;
}
h1, .entry-title, .entry-title a, .entry-comments > h3, #reply-title {
    font-size: 36px;
    font-size: 2.25rem;
}
blockquote:before {
    font-size: 48px;
    font-size: 3rem;
}
h2 {
    font-size: 30px;
    font-size: 1.875rem;
}
h3 {
    font-size: 24px;
    font-size: 1.5rem;
}
h4, .archive-title, .taxonomy-description h1, .widgettitle, .comment-author {
    font-size: 20px;
    font-size: 1.25rem;
}
.archive-title, .taxonomy-description h1 {
	font-size:2.35rem;
}
h5, blockquote, .entry-content, #cancel-comment-reply-link {
    font-size: 18px;
    font-size: 1.125rem;
}
.site-footer p {
	font-size: 16px;
	font-size:1rem;
}
h6, .author-box h1, .sidebar h2 a {
    font-size: 16px;
    font-size: 1rem;
}
input, select, textarea, .genesis-nav-menu, .entry-header .entry-meta, .entry-footer, .wp-caption, .comment-meta {
    font-size: 16px;
    font-size: 1rem;
}

/* - Font Miscellaneous ----------- */

h1, h2, h3, h4, h5, h6, .entry-title a {
	font-weight: 700;
}
blockquote p {
    font-style: italic;
}
cite {
    font-style: normal
}
button, input[type="button"], input[type="submit"], h1, h2, h3, h4, h5, h6, .btn, .entry-title a, .genesis-nav-menu, .entry-meta-comments, .site-title, .site-footer .widget {
    font-weight: 700
}
.wp-caption {
    text-align: center
}
h2 a, h2 a:visited, .genesis-nav-menu a, .pagination li a, .widgettitle a {
    text-decoration: none
}
h4.widgettitle {
	/*text-transform: uppercase;*/
	font-size:1.75rem;
	color:#2e373f;
}
.content span.dropcap {
	font-size: 60px;
	font-size: 3.75rem;
	font-weight: normal;
	margin: 7px 6px 0 0;
}
.content abbr {
	border: 1px dotted #ddd;
	padding: 0 3px;
	font-style: italic;
}
.content .th-sc-hr, .content .th-sc-divider {
	margin-bottom: 26px;
    margin-bottom: 1.625rem;
}
.wp-caption {
	font-style: italic;
}


/*
= Layout
---------------------------------------------------------------------------------------------------- */

/* - Structure ----------- */

body .wrap {
    margin: 0 auto;
    max-width: 980px;
	padding: 0 20px;
}
.site-inner {
    clear: both;
    overflow: hidden;
    padding: 48px 0 112px;
    padding: 3rem 0 7rem;
}
.single .site-inner { padding: 1rem 0 3rem; }

.home .site-inner { background: url('images/pushfire-bg.jpg') no-repeat scroll 0 0 / cover; }

/* - CSS Grid ----------- */

.sidebar {
    width: 25.555555555%;
}
.content-sidebar .content, .sidebar-content .content {
    width: 70.277777777%;
}
#comment-sidebar-wrap { width:100%; }
#comment-sidebar-wrap .content {
	width: 70.277777777%;
}
.content-sidebar .content-sidebar-wrap, .full-width-content .content, .full-width-content .content-sidebar-wrap, .sidebar-content .content-sidebar-wrap {
    width: 100%;
}
.sidebar-content .sidebar-primary, .content, .content-sidebar-wrap, .title-area {
    float: left
}
.sidebar, .sidebar-content .content {
    float: right
}


/* - Header ----------- */

.wrapper-sticky {
	position: relative;
	background: #fff;
	*z-index: 10;
}
.header_area {
	position: relative;
	z-index: 11;
}
.admin-bar .header_area.stuck { margin-top:32px; }
.site-header {
	background: #c22d5b;
    background: url("images/nav-bg.jpg") no-repeat scroll 0 0 / cover #c22d5b;
    border-bottom: 1px solid #e3e3e3;
	box-shadow: 0 0 6px #000;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 10;
	height: 56px;
}
.site-header .wrap {
    overflow: hidden;
}
.site-header .nav-primary .wrap {
    padding: 0;
	margin: 0;
}
.site-header .nav-primary .wrap a { color:#FFF; font-weight:normal; text-transform:uppercase; font-size:18px; }
.nav-tertiary .wrap a { color:#FFF; font-weight:normal; text-transform:uppercase; font-size:15px; }
.site-header .nav-primary .wrap a:hover, .nav-tertiary .wrap a:hover, .nav-tertiary .wrap .current-menu-item a { color:#DCB13F; }
.title-area .logo a, .site-title.logo {
    line-height: 0;
}
.title-area .logo a {
	height: 100%;
	position: relative;
	overflow: hidden;
}
.title-area .logo a img {
	display: block;
	height: auto;
	max-height: 100%;
	width: auto;
	padding: 8px 0;
	padding: .5rem 0;
	box-sizing:border-box !important;
	-moz-box-sizing:border-box !important;
	-webkit-box-sizing:border-box !important;
}
.header_spacer {
	clear: both;
	display: block;
	height: 56px;
}
.site-header .wrap, .site-header .title-area, .site-header .site-title {
	height: 100%;
}

.site-header .title-area {
	height: 76px;
}

.category-nav {
	background: #000;
    background: url("images/black-bg.jpg") no-repeat scroll center bottom / cover #000;
	box-shadow: 0 0 6px #000;
	width: 100%;
	z-index: 10;
	position: relative;
}
#menu-categories { display:table; text-align:center; }
#menu-categories li { float:none; }

/* - Main Content ----------- */

.content .post.entry, .search .content .page.entry, .content .attachment.entry{
    margin-bottom: 80px;
    margin-bottom: 3rem;
    padding-left: 140px;
    position: relative;
	min-height: 270px;
}
.content .page.entry {
    margin: 0;
	padding:0;
}
.entry-content {
	overflow: hidden;
}
.content .entry-content { clear:both; }
.entry-content, .entry-content p, [itemprop="description"] p, .page-description p, .term-description p {
    line-height: 1.75
}
.entry-content p, [itemprop="description"] p, .page-description p, .term-description p {
    margin-bottom: 26px;
    margin-bottom: 1.625rem;
}
blockquote {
	min-height: 64px;
	min-height: 4rem;
    padding: 36px 0 0 96px;
    padding: 1.5rem 0 0 5rem;
	position: relative;
}
blockquote:before {
    content: "\e013";
    display: block;
    height: 0;
    left: 0;
    position: absolute;
    top: 0;
	margin-bottom: 10000px;
}
.entry-content blockquote p {
	line-height: 1.85;
}
.entry-content .th-quote {
	background: none;
	padding: 0;
}
.entry-content .th-quote p {
	margin: 0;
}
.entry-content .th-quote.right {
	border-right: 10px solid #ddd;
	padding-right: 16px;
	padding-right: 1rem;
}
.entry-content .th-quote.left {
	border-left: 10px solid #ddd;
	padding-left: 16px;
	padding-left: 1rem;
}
.entry-content pre {
	background: #fdfdfd;
	border: 1px solid #ddd;
	font-size: 15px;
	margin-bottom: 1.625rem;
	max-width: 100%;
	overflow: auto;
	padding: 32px;
	padding: 2rem;
	position: relative;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.entry-content pre code:before {
	color: #e5e5e5;
	content: "\e010";
	position: absolute;
	font-size: 18px;
	left: 10px;
	top: 8px;
}

/* - Post Info & Meta ----------- */

.entry-header .entry-meta {
    /*clear: both;*/
    line-height: 1.5;
    margin-bottom: 24px;
    margin-bottom: 1.5rem;
}
.entry-header .entry-meta .entry-author a, .entry-header .entry-meta .entry-categories, .entry-header .entry-meta .post-edit-link {
    display: inline-block;
    font-size: 16px;
    font-size: 1rem;
    line-height: 16px;
    text-transform: uppercase;
}
.entry-header .entry-meta .entry-author a:before {
    content: "\e001";
	padding-right: 8px;
	padding-right: .5rem;
}
.entry-header .entry-meta .entry-categories:before {
	content: "\e00f";
	padding-right: 8px;
	padding-right: .5rem;
}
.entry-header .entry-meta .post-edit-link:before {
	content: "\e002";
	padding-right: 8px;
	padding-right: .5rem;
}
.entry-header .entry-meta .entry-categories, .entry-header .entry-meta .post-edit-link {
	margin-left: 16px;
	margin-left: 1rem;
}
.entry-header .entry-meta a:hover, .entry-header .entry-meta .entry-categories:hover, .entry-footer a:hover .day, .entry-footer a:hover .entry-comments-link, .entry-footer .shares:hover .count {
    color: #444;
}
.entry-footer {
    font-size: 16px;
    font-size: 1rem;
    font-weight: 700;
    left: 0;
    position: absolute;
    text-align: right;
    text-transform: uppercase;
    top: 0;
    width: 100px;
}
.wrapper-sticky .entry-footer {
	background: #fff;
	padding: 15px;
	margin: -15px;
    left: 0;
    position: absolute;
    top: 0;
	border-radius: 5px;
}
.entry-footer li {
    border-bottom: 1px solid #e3e3e3;
    margin: 0 0 20px 0;
    padding: 0 0 21px 0;
    list-style: none;
}
.entry-footer li:last-child, .entry-footer li.shares {
    border: none;
    margin: 0;
    padding: 0;
}
.entry-footer .day, .entry-footer .entry-comments-link, .entry-footer .count {
    display: block;
    font-size: 60px;
	font-size: 3.75rem;
    margin-top: -10px;
    padding-bottom: 5px;
}
.entry-footer .count { margin-top:0; }
.entry-footer .count .share { font-size:1rem; display:block; }
.sharrre {
    position: relative
}
.sharrre .box {
    width: 100px
}
.sharrre .share span {
	opacity: .4;
	padding-right: 8px;
	padding-right: .5rem;
		-webkit-animation-name: partialfade;
		-moz-animation-name: partialfade;
		-o-animation-name: partialfade;
		animation-name: partialfade;
		-webkit-animation-duration: 1s;
		-moz-animation-duration: 1s;
		-o-animation-duration: 1s;
		animation-duration: 1s;
		-webkit-animation-timing-function: ease;
		-moz-animation-timing-function: ease;
		-o-animation-timing-function: ease;
    	animation-timing-function: ease;
		-webkit-animation-iteration-count: infinite;
		-moz-animation-iteration-count: infinite;
		-o-animation-iteration-count: infinite;
		animation-iteration-count: infinite;
		-webkit-animation-direction: alternate;
		-moz-animation-direction: alternate;
		-o-animation-direction: alternate;
		animation-direction: alternate;
}

.sharrre .buttons {
    background: #fff;
    border: 1px solid #e4e4e4;
    border-radius: 5px;
    display: none;
    padding: 15px;
    position: absolute;
    margin-left: 0;
    min-height: 50px;
    z-index: 10;
    width: 300px;
    text-align: center;
    top: 0;
    left: 0;
}
.sharrre .button {
    display: inline-block;
    max-width: 60px;
    margin: 0 10px;
}
.sharrre .buttons:after {
	content: "+";
	color: #888;
	font-size: 26px;
	line-height: 32px;
	height: 32px;
	width: 32px;
	background: #f6f6f6;
	border: 1px solid #e1e1e1;
	position: absolute;
	right: -12px;
	top: -12px;
	cursor: pointer;
	-webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
	transform: rotate(45deg);
	-ms-transform: rotate(45deg); /* IE 9 */
	-webkit-transform: rotate(45deg); /* Safari and Chrome */
}
.sharrre .buttons:hover:after {
	color: #555;
}
.read-more {
    clear: both;
    display: block;
    width: auto;
}
.entry .read-more a {
    margin-top: 24px;
    margin-top: 1.5rem;
	/*padding-left: 56px;*/
	position: relative;
	border:1px solid #dcb13f;
	border-radius:0;
	color:#FFF;
	text-shadow:none;
	background: #c22d5b;
	background: url("images/pink-bg.jpg") no-repeat scroll center center / cover  #c22d5b;
	font-weight:normal;

	/**padding-left: 16px;*/
}
.entry .read-more a:hover { color:#dcb13f; }
.entry .read-more a:before {
	color: #aaa;
	/*content: "\f0c1";*/
	font-size: 24px;
	position: absolute;
	line-height: 2px;
	left: 18px;
	top: 50%;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

/* - Miscellaneous ----------- */

p.subscribe-to-comments {
    padding: 24px 0 16px;
    padding: 1.5rem 0 1rem;
}
p.pages, .clear, .clear-line, .first {
    clear: both
}
.clear-line {
    border-bottom: 1px solid #ccc;
    margin-bottom: 26px;
    margin-bottom: 1.625rem;
}
.alignleft, .archive-page {
    float: left
}
.alignright {
    float: right
}
.archive-page {
    width: 50%
}
.author-box, .sticky, #featured_after_post {
    margin-bottom: 80px;
    margin-bottom: 5rem;
}
.author-box, .author-box h1, .archive-description, .taxonomy-description {
    line-height: 1.875rem;
}
.archive-description p, .taxonomy-description p {
	margin-bottom:1.625rem;
	font-size:1.125rem;
}
.author-box, .breadcrumb, .sticky, .archive-description, .taxonomy-description {
    background-color: #eee;
	border-bottom: 1px solid #ddd;
    margin-bottom: 48px;
    margin-bottom: 3rem;
    overflow: hidden;
    padding: 32px;
    padding: 2rem;
}
#full_width_author_box { background:url("images/pushfire-bg.jpg") no-repeat scroll 0 0 / cover  rgba(0, 0, 0, 0); box-shadow:0 0 6px rgba(0,0,0,0.40); }
.author-box { background: none; font-size:1.125rem; }
.single .author-box { background: none; border: none; margin-bottom:0; color:#555; }
.author-box-title { font-size:2.25rem; }
.archive-description, .taxonomy-description {
	background:none;
}
.sticky .entry-footer {
	top: 32px;
	top: 2rem;
}


/*
= Menus
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
    clear: both;
    overflow: hidden;
}
.site-header .genesis-nav-menu {
    float: right;
    width: auto;
}
.genesis-nav-menu ul {
    float: left;
    width: 100%;
}
.genesis-nav-menu li {
    display: inline-block;
    float: left;
    list-style-type: none;
    text-align: left;
}
.genesis-nav-menu a {
    border-left: 1px solid #e3e3e3;
    display: block;
    padding: 2px 16px;
    padding: 0.125rem 1rem;
    position: relative;
}
.nav-tertiary a { border:none; }
.genesis-nav-menu > li {
	line-height: 56px;
	height: 56px;

	/* ie hax */
	*line-height: 16px;
	*height: 16px;
}
.menu-tertiary > li {
	line-height:42px;
	height:42px;
	/* ie hax */
	*line-height: 16px;
	*height: 16px;
}
.genesis-nav-menu li li {
	line-height: 1;
}
.genesis-nav-menu > li > a {
	display: inline;

	/* ie hax */
	*display: block;
	*height: 16px;
	*margin-top: 30px;
}
.genesis-nav-menu > li:first-child a {
    border-left: none;
}
.genesis-nav-menu li li a {
    background: url("images/pink-bg.jpg") no-repeat scroll 0 0 / cover #c22d5b;
    border: 1px solid #e3e3e3;
    border-top: none;
    padding: 16px;
    padding: 1rem;
    position: relative;
    width: 178px;
	word-wrap:break-word;
}
.genesis-nav-menu li ul {
    left: -9999px;
    position: absolute;
    width: 212px;
    z-index: 99;
	margin-top:-1px;
}
.genesis-nav-menu li ul ul {
    margin: -49px 0 0 200px
}
.genesis-nav-menu li:hover ul ul, .genesis-nav-menu li.sfHover ul ul {
    left: -9999px;
}
.genesis-nav-menu li:hover, .genesis-nav-menu li.sfHover {
    position: static;
}
ul.genesis-nav-menu li:hover>ul, ul.genesis-nav-menu li.sfHover ul {
    left: auto;
}
ul.genesis-nav-menu li:hover ul { *padding-top: 26px; }
ul.genesis-nav-menu li:hover ul ul { *padding-top: 0; }
.genesis-nav-menu li a .sf-sub-indicator, .genesis-nav-menu li li a .sf-sub-indicator, .genesis-nav-menu li li li a .sf-sub-indicator {
    position: absolute;
    text-indent: -9999px;
}
#wpadminbar li:hover ul ul {
    left: 0
}


/* - Primary Navigation Extras ----------- */

.genesis-nav-menu li.right {
    float: right;
}
.genesis-nav-menu li.right.entry-meta-time {
	margin-left: 20px;
	color: #bbb;
}
.genesis-nav-menu li.right a {
    display: inline-block;
    padding: 8px 16px;
    padding: 0.5rem 1rem;
}
.genesis-nav-menu li.search {
    padding: 0;
	margin-left: 16px;
	margin-left: 1rem;
}
.genesis-nav-menu li.search input {
	padding: 6px;
	padding: 0.375rem;
}
.genesis-nav-menu li.rss a {
    background: url(images/rss.png) no-repeat 20px 50%;
    padding-left: 40px;
    padding-left: 2.5rem;
	padding-top: 0;
	padding-bottom: 0;
}
.genesis-nav-menu li.twitter a {
    background: url(images/twitter-nav.png) no-repeat 20px 50%;
    padding-left: 40px;
    padding-left: 2.5rem;
	padding-top: 0;
	padding-bottom: 0;
}


/*
= Headings
---------------------------------------------------------------------------------------------------- */

h1, h2, h3, h4, h5, h6, .entry-title a {
    line-height: 1.2;
    margin-bottom: 24px;
    margin-bottom: 1.5rem;
}
.single .entry-title {
    padding-top: 20px
}
.entry-title {
	/*clear: both;*/
}
.author-box h1 {
    margin: 0;
	font-size:1.875rem;
}
.taxonomy-description h1, .archive-title {
    margin-bottom: 20px;
    margin-bottom: 1.25rem;
}


/*
= Lists
---------------------------------------------------------------------------------------------------- */

.entry-content ol, .archive-description ol, .taxonomy-description ol, .entry-content ul, .archive-description ul, .taxonomy-description ul {
	margin-bottom: 26px;
	margin-bottom: 1.625rem;
}

.entry-content ol li, .archive-description ol li, .taxonomy-description ol li, .entry-content ul li, .archive-description ul li, .taxonomy-description ul li {
	line-height: 1.625;
}

.entry-content ol li, .archive-description ol li, .taxonomy-description ol li, .entry-content ul li, .archive-description ul li, .taxonomy-description ul li {
	margin-left: 40px;
	margin-left: 2.5rem;
}

.entry-content ol li, .archive-description ol li, .taxonomy-description ol li {
	list-style-type: decimal;
}

.entry-content ul li, .archive-description ul li, .taxonomy-description ul li {
	list-style-type: disc;
}

.entry-content ol ol, .archive-description ol ol, .taxonomy-description ol ol, .entry-content ul ul, .archive-description ul ul, .taxonomy-description ul ul {
	margin-bottom: 0;
}


/*
= Post Navigation
---------------------------------------------------------------------------------------------------- */

.pagination ul {
    clear: both;
	text-align: center;
	border-top: 1px solid #E7E7E7;
	padding-top: 48px;
	padding-top: 3rem;
}
.pagination li {
    display: inline
}
.pagination li a, .pagination li a:hover, .pagination li.disabled {
    cursor: pointer;
    padding: 8px 12px;
    padding: .5rem .75rem;
	font-size: 14px;
	margin: 0 2px;
}
.pagination li.active a {
    background: none;
	border: none;
	-webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}


/*
= Comments
---------------------------------------------------------------------------------------------------- */

.entry-comments, #respond {
    line-height: 1.5;
}
.ping-list, .entry-comments {
    margin-bottom: 48px;
    margin-bottom: 3rem;
}
#author, #email, #url {
    width: 50%;
	margin-bottom: 20px;
	padding-left: 44px;
	height: 50px;

	/* ie hax */
	*padding-top: 0;
	*padding-bottom: 0;
	*padding-left: 20px;
	*line-height: 50px;
}
#comment {
	width: 100%;
}

.comment-form .form-submit { margin-bottom:1rem; }
.comment-form label[for='aweber_checkbox'] { font-weight:normal; }

.comment-form-author, .comment-form-email, .comment-form-url  {
	position: relative;
}
.comment-form-author:before, .comment-form-email:before, .comment-form-url:before {
	color: #ccc;
	font-size: 18px;
	position: absolute;
	left: 0;
	z-index: 1;
	top: 0;
	line-height: 50px;
	left: 16px;
	left: 1rem;
}
.comment-form-author:before {
	content: "\e001";
	left: 18px;
	left: 1.125rem;
}
.comment-form-email:before {
	content: "\e00c";
}
.comment-form-url:before {
	content: "\e011";
}
#commentform label {
	margin-left: 16px;
	margin-left: 1rem;

	*vertical-align: middle;
}
.commentmetadata {
	text-transform: uppercase;
	margin-top:0.3rem;
}
#comment {
   	margin-bottom: 20px;
	margin-bottom: 1.25rem;
}
/*label {
    font-weight: bold;
}*/
.comment-list li, .ping-list li {
    list-style-type: none;
    margin-top: 24px;
    margin-top: 1.5rem;
}
.comment-header {
    overflow: hidden;
	padding-right: 50px;
	margin-bottom: 24px;
	margin-bottom: 1.5rem;
}
.comment-author  {
	font-weight: 700;
	margin-top: 16px;
}
.comment-list li .avatar {
    float: left;
    margin: -6px 16px 5px 5px;
    margin: -6px 1rem 5px 5px;
}
.comment {
	position: relative;
}
.comment-content p {
    margin-bottom: 24px;
    margin-bottom: 1.5rem;
}
.entry-comments .pagination {
    margin-top: 32px;
    margin-top: 2rem;
}
.avatar {
	-webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
	overflow: visible;
	/*box-shadow: 0 0 0px 5px #e1e1e1;
	-webkit-box-shadow: 0 0 0 5px #e1e1e1;
	-moz-box-shadow: 0 0 0 5px #e1e1e1;
	*border: 5px solid #e1e1e1;*/
}
/*.bypostauthor > .comment-header .avatar {
	-webkit-box-shadow: 0 0 0 5px #ed5a48;
	-moz-box-shadow: 0 0 0 5px #ed5a48;
	box-shadow: 0 0 0px 5px #ed5a48;
	*border: 5px solid #ed5a48;
}*/
.children .comment {
    padding-left: 42px;
    padding-left: 2.625rem;
	position: relative;
}
.children .comment:first-child:before {
	content: "\e004";
	font-size: 18px;
	position: absolute;
	top: 32px;
	left: 0;
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}
.reply {
	border-bottom: 1px solid #e7e7e7;
	padding-bottom: 24px;
	padding-bottom: 1.5rem;
	text-transform: uppercase;
	text-align: right;
}
.comment-list #respond {
	padding-top: 40px;
	background: #f7f7f7;
	padding: 30px;
}
.comment-list .children #respond {
	margin-left: 42px;
}
#cancel-comment-reply-link {
	float: right;
	text-transform: capitalize;
}
#cancel-comment-reply-link:before {
	content: "\f00d";
	padding-right: 8px;
	padding-right: .5rem;
}
.comment_toggle {
	color: #aaa;
	background: #e3e3e3;
	opacity: 0;
	position: absolute;
	top: 0;
	right: 0;
	padding: 8px;
	padding: .5rem;
	font-size: 14px;
	font-size: .875rem;
	top: 24px;
	-webkit-border-radius: 40px;
	-webkit-border-bottom-left-radius: 0;
	-moz-border-radius: 40px;
	-moz-border-radius-bottomleft: 0;
	border-radius: 40px;
	border-bottom-left-radius: 0;
	-webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
	text-shadow: none;
}
.comment:hover .comment_toggle {
	opacity: 1;
}
.hide_comment {
	border-bottom: 1px solid #e8e8e8;
}
.hide_comment .children, .hide_comment .reply, .hide_comment .comment-content {
	display: none;
}
.hide_comment .comment_toggle [data-icon]:before {
	content: "\e012" !important;
	font-size: 14px;
}
.hide_comment .comment-header {
	opacity: .5;
		-webkit-animation-name: partialfade;
		-moz-animation-name: partialfade;
		-o-animation-name: partialfade;
		animation-name: partialfade;
		-webkit-animation-duration: .5s;
		-moz-animation-duration: .5s;
		-o-animation-duration: .5s;
		animation-duration: .5s;
		-webkit-animation-timing-function: ease;
		-moz-animation-timing-function: ease;
		-o-animation-timing-function: ease;
    	animation-timing-function: ease;
}
.form-allowed-tags, .comment-notes {
	margin-bottom: 24px;
	margin-bottom: 1.5rem;
}
.comment-form-comment label {
	margin: 0;
	display: none;
}




/*
= Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar {
    display: inline;
    line-height: 1.5;
}
.sidebar p {
    margin-bottom: 16px;
    margin-bottom: 1rem;
}
.sidebar .widget {
    margin-bottom: 64px;
    margin-bottom: 4rem;
    overflow: hidden;
}
.sidebar.widget-area ul li {
    list-style-type: none;
    margin-bottom: 6px;
    margin-bottom: 0.375rem;
    word-wrap: break-word;
}
.sidebar input {
	margin: 8px 0;
	margin: .5rem 0;
	max-width:100%;
}

/* - Widgets ----------- */

#wp-calendar {
	width: 100%;
}

#wp-calendar caption {
	font-size: 12px;
	font-style: italic;
	padding: 2px 5px 0 0;
	text-align: right;
}

#wp-calendar thead {
	background-color: #f5f5f5;
	font-weight: 500;
	margin: 10px 0 0;
}

#wp-calendar td {
	background-color: #f5f5f5;
	padding: 2px;
	text-align: center;
}


/*
= Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
	background: #dcb13f;
	background: url('images/sugarrae-bg.jpg') no-repeat scroll 0 0 / cover #dcb13f;
	color: #272727;
    clear: both;
    padding: 64px 0;
    padding: 4rem 0 3.5rem;
	position: relative;
	text-align: center;
	line-height: 36px;
	box-shadow: 0 0 6px #000;
}
.site-footer .wrap {
    overflow: hidden
}
.site-footer a {
    color: #C22D5B;
}
.site-footer a:hover {
	color: #FFF;
}
.site-footer .gototop {
	position: absolute;
	top: -34px;
	text-align: center;
	width: 100%;
	left: 0;
}

.site-footer .gototop a {
	background: #c22d5b;
	background: url("images/pink-bg.jpg") no-repeat scroll center center / cover #c22d5b;
	display: inline-block;
	color: #fff;
	font-size: 42px;
	height: 50px;
	width: 50px;
	padding: 0;
	-webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
	border: 8px solid #dcb13f;
	-webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    transition-duration: 0.4s;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    transition-property: transform;
	box-shadow:0 0 6px #000;
}

.site-footer .gototop a:hover {
	-webkit-transform:rotate(360deg);
    -moz-transform:rotate(360deg);
    -o-transform:rotate(360deg);
	color: #dcb13f;
}

.site-footer .gototop a [data-icon]:before {
	line-height: 46px;
}
.site-footer .widget li {
	list-style: none;
}


/* - Footer Widgets ----------- */

.site-footer .widget {
	clear: both;
	margin-top: 32px;
	margin-top: 2rem;
}

.site-footer .widget_nav_menu li, .site-footer .menu li, .site-footer .widget_nav_menu ul {
	list-style: none;
	display: inline;
}

.site-footer .widget_nav_menu li a, .site-footer .menu li a {
	list-style: none;
	display: inline;
	margin-right: 10px;
	margin-right: 0.625rem;
	text-transform: uppercase;
}


/*
= Forms & Buttons
---------------------------------------------------------------------------------------------------- */

input, select, textarea {
    background-color: #fff;
    border: 1px solid #ddd;
    padding: 12px;
    padding: .75rem;
    /*-webkit-appearance: none;*/
    -webkit-font-smoothing: antialiased;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
	-moz-transition: border-color 0.1s ease-in-out;
    -webkit-transition: border-color 0.1s ease-in-out;
    transition: border-color 0.1s ease-in-out;
}
input:focus, select:focus, textarea:focus {
	border-color: #bbb;
}
button, input[type="button"], input[type="submit"], .btn, .read-more a, .pagination a,
	.woocommerce .site-container #respond input#submit, .woocommerce .site-container a.button, .woocommerce .site-container button.button, .woocommerce .site-container input.button,
	.woocommerce-cart .site-container #respond input#submit, .woocommerce-cart .site-container a.button, .woocommerce-cart .site-container button.button, .woocommerce-cart .site-container input.button,
	.woocommerce-checkout .woocommerce #respond input#submit, .woocommerce-checkout .woocommerce a.button, .woocommerce-checkout .woocommerce button.button, .woocommerce-checkout .woocommerce input.button {
	background: #c22d5b;
	background: url("images/pink-bg.jpg") no-repeat scroll center center / cover  #c22d5b;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
    border: 1px solid #dcb13f;
    color: #FFF;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-size: 1rem;
    font-weight: normal;
    padding: 12px 16px;
    padding: .75rem 1rem;
    text-transform: uppercase;
    width: auto;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
button:hover, input[type="button"]:hover, input[type="submit"]:hover, .btn:hover, .read-more a:hover, .pagination a:hover,
	.woocommerce .site-container #respond input#submit:hover, .woocommerce .site-container a.button:hover, .woocommerce .site-container button.button:hover, .woocommerce .site-container input.button:hover,
	.woocommerce-cart .site-container #respond input#submit:hover, .woocommerce-cart .site-container a.button:hover, .woocommerce-cart .site-container button.button:hover, .woocommerce-cart .site-container input.button:hover,
	.woocommerce-checkout .woocommerce #respond input#submit:hover, .woocommerce-checkout .woocommerce a.button:hover, .woocommerce-checkout .woocommerce button.button:hover, .woocommerce-checkout .woocommerce input.button:hover {
    border-color: #dcb13f;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .16);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .16);
    box-shadow: 0 1px 3px rgba(0, 0, 0, .16);
	color: #dcb13f;
	background: #c22d5b;
	background: url("images/pink-bg.jpg") no-repeat scroll center center / cover  #c22d5b;
}
button:active, input[type="button"]:active, input[type="submit"]:active, .btn:active, .read-more a:active, .pagination a:active {
    border-color: #ccc;
	-webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, .16);
    -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, .16);
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, .16);
	color: #666;
}

button.black {
	background:#000;
	background:url("images/black-bg.jpg") no-repeat scroll 0 0 / cover #000;
	font-size:1.5rem;
	border-color:#000;
}
button.black:hover {
	color:#F47423;
}

.pagination a { background:#C22D5B; background:url("images/pink-bg.jpg") no-repeat scroll center center / cover #C22D5B; color:#FFF; text-shadow:none; border:1px solid #DCB13F; font-weight:normal; border-radius:0; }
.pagination a:hover { box-shadow:none; color:#DCB13F; }
.pagination li.active a { color:#C22D5B; border:1px solid #DCB13F; }
.pagination-omission { color:#C22D5B; }


/* - Gravity Forms ----------- */

.content div.gform_wrapper input, .content div.gform_wrapper select, .content div.gform_wrapper textarea, .content div.gform_wrapper .ginput_complex label {
    font-size: 16px;
    font-size: 1rem;
    padding: 16px;
    padding: 1rem;
}
.content div.gform_wrapper input[type="submit"] {
    padding: 14px 20px;
    padding: 0.875rem 1.25rem;
    font-size: 18px;
    font-size: 1.125rem;
}
.content div.gform_wrapper .ginput_complex label {
    padding: 0
}
div.gform_wrapper li, div.gform_wrapper form li {
    margin: 16px 0 0;
    margin: 1rem 0 0;
}
.entry-content .gform_fields > li {
	padding: 0;
}


/*
= Images & Captions
---------------------------------------------------------------------------------------------------- */

embed, img, object, video {
    max-width: 100%
}
img {
    height: auto
}
.alignleft .avatar {
    margin-right: 24px;
    margin-right: 1.5rem;
}
.alignright .avatar {
    margin-left: 24px;
    margin-left: 1.5rem;
}
.author-box .avatar {
    float: left;
    margin-right: 24px;
    margin-right: 1.5rem;
}
img.centered, .aligncenter {
    display: block;
    margin: 0 auto 24px;
    margin: 0 auto 1.5rem;
}
img.alignnone {
    display: inline;
    margin-bottom: 12px;
    margin-bottom: 0.75rem;
}
img.alignleft, .post-image, .wp-caption.alignleft {
    display: inline;
    margin: 0 24px 24px 0;
    margin: 0 1.5rem 1.5rem 0;
}
.post-image {
    /*-webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;*/
	max-width:230px;
	max-height:120px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}
img.alignright, .wp-caption.alignright {
    display: inline;
    margin: 0 0 24px 24px;
    margin: 0 0 1.5rem 1.5rem;
}
p.wp-caption-text {
	color: #666;
	background: #eee;
    line-height: 1.2;
	margin: 0 0 16px 0;
	margin: 0 0 1rem 0;
	padding: 16px;
	padding: 1rem;
}
.entry-content p.wp-caption-text {
	margin: 0 5px 16px 5px;
	margin: 0 5px 1rem 5px;
}
.gallery-caption {

}


/*
= Featured Areas
---------------------------------------------------------------------------------------------------- */

#featured, #featured_post_image {
	background: #eee;
	/*border-bottom: 1px solid #dddddd;*/
	overflow: hidden;
	padding: 96px 0;
	padding: 2rem 0;
}
#featured .wrap {
	overflow: hidden;
}
#featured.featured_front_box { padding:0.5rem 0; }
.home #featured.featured_front_box { padding:2rem 0; }
#featured.featured_front_box, #featured.featured_post_box { background:#DCB13F; background: url('images/sugarrae-bg.jpg') no-repeat scroll 0 0 / cover #DCB13F; border:none; }
#featured.featured_post_box { box-shadow:0 0 6px #000; }
#featured.featured_front_box, .site-header { border:none; }

#featured .backstretch, #featured_post_image .backstretch {
	background: #eee;
}
#featured img.featured_img {
	float: left;
	margin: 0 64px 10px 0;
	margin: 0 4rem 10px 0;
	height: auto;
	max-width: 32%;
	-webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    /*border-radius: 100%;*/
	margin-top: 10px;
	overflow: visible;
	/*-webkit-box-shadow: 0 0 10px 10px #CE6BA5;
	-moz-box-shadow: 0 0 10px 10px #CE6BA5;
	box-shadow: 0 0 10px 10px #CE6BA5;
	*border: 10px solid #CE6BA5;*/
	*margin-top: 0;
}
#featured .featured-content { padding-top:10px; }

#featured .featured-content h2, #featured .featured-content p, #featured .featured-content {
	color: #272727;
}
#featured .featured-content h2 {
	font-size: 50px;
	font-size: 3.125rem;
}
#featured .featured-content h2 em {
	font-style: normal;
}
#featured .featured-content h3 { color:#272727; }
#featured .featured-content p {
	font-size: 20px;
	font-size: 1.125rem;
}
#featured_post_image {
	padding: 64px 0;
	padding: 3rem 0 0;
	height: auto;
	background: none;
	border: none;
}
#featured_post_image .entry-title {
	background: none;
	color: #2e373f;
	display: inline-block;
	font-size: 50px;
	font-size: 3.125rem;
	padding: 10px 32px;
	margin: 0 0 0 108px;
}
.featured_box .social_list a, .featured_form .submit {
	color: #272727;
	display: inline-block;
	font-size: 24px;
	height: 48px;
	line-height: 48px;
	margin: 0 16px 0 0;
	margin: 0 .875rem 0 0;
	text-align: center;
	width: 48px;
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.featured_box .social_list a:hover {
	background-color: #fff;
}
.featured_box .social_list a:last-child {
	margin: 0;
}
.featured_box .social_list [data-icon]:before {
	line-height: 48px;
}
.featured_box .social_list {
	margin-top: 28px;
	margin-top: 1.75rem;
}
.featured_form {
	white-space: nowrap;
}
#featured input[type="text"], #featured input[type="email"] , #featured textarea {
	min-width: 200px;
	-webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15) inset;
    -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15) inset;
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15) inset;
	-webkit-border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	border-radius: 6px;
	border: 1px solid #ed523f;
	padding: 1rem;
}
#featured input[type="submit"] {
	border-color: #bbb;
	width: 100%;
}
#featured .featured_form .email, #featured .featured_form #email {
	border: 1px solid #ed523f;
	border-width: 1px 0 1px 1px;
	display: inline-block;
	padding: 16px 12px;
	padding: 1rem .75rem;
	font-size: 18px;
	font-size: 1.125rem;
	width: 280px;
	-webkit-border-top-right-radius: 0;
	-webkit-border-bottom-right-radius: 0;
	-moz-border-radius-topright: 0;
	-moz-border-radius-bottomright: 0;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	-webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15) inset;
    -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15) inset;
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15) inset;
	line-height: 18px;
	height: 57px;
	margin-bottom: 0;

	/* ie hax */
	*padding-top: 0;
	*padding-bottom: 0;
	*height: 54px;
	*line-height: 54px;
}
.featured_form button.submit {
	overflow: visible;
	background: #ED523F;
	color: #fff;
	display: inline-block;
	padding: 0;
	font-size: 32px;
	height: 57px;
	width: 80px;
	position: relative;
	vertical-align: top;
	text-shadow: none;
	border: 0;
	left: -5px;
	-webkit-border-top-right-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	-moz-border-radius-topright: 6px;
	-moz-border-radius-bottomright: 6px;
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
	-webkit-border-top-left-radius: 0;
	-webkit-border-bottom-left-radius: 0;
	-moz-border-radius-topleft: 0;
	-moz-border-radius-bottomleft: 0;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}
.featured_form .submit:before {
	content: "";
	width: 0;
	position: absolute;
	top: 0;
	left: 0;
	height: 0;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-right: 10px solid #ed523f;
	top: 20px;
	top: 1.25rem;
	left: -10px;
}
.featured_form .submit span:before {
	font-size: 32px;
	line-height: 23px;
}
#featured.featured_post_box {
	padding: 48px;
	padding: 3rem 0;
	border: none;
	margin-bottom: 48px;
	margin-bottom: 3rem;
	/*-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;*/
}
body .featured_post_box > .wrap {
	/*padding: 0;*/
	text-align: center;
}

#featured.featured_seen_box { background:#000; background:url('images/black-bg.jpg') #000; background-size:cover; background-position:50% 0; margin-bottom: 3rem; }
#featured.featured_seen_box .featured-content h2 { color:#FFF; text-align:center; }
.featured_seen_box .logos { display:table; margin:0 auto; }
.featured_seen_box img.seen{ height:50px; margin:0 1rem; }


/*
= Animations
---------------------------------------------------------------------------------------------------- */

/* - Fade In----------- */
.fadein {
    -moz-animation: fadein 1s ease .5s;
    -webkit-animation: fadein 1s ease .5s;
    -o-animation: fadein 1s ease .5s;
	animation: fadein 1s ease .5s;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-ms-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both;
}
@-webkit-keyframes quick_fadein {
	 0% 	{ opacity: 0; }
	 100% 	{ opacity: 1; }
}
@-moz-keyframes quick_fadein {
	 0% 	{ opacity: 0; }
	 100% 	{ opacity: 1; }
}
@-o-keyframes quick_fadein {
	 0% 	{ opacity: 0; }
	 100% 	{ opacity: 1; }
}
@keyframes quick_fadein {
	 0% 	{ opacity: 0; }
	 100% 	{ opacity: 1; }
}

/* - Quick Fade In ------------- */
.quick_fadein, .site-inner {
    -moz-animation: fadein 1s ease .2s;
    -webkit-animation: fadein 1s ease .2s;
    -o-animation: fadein 1s ease .2s;
	animation: fadein 1s ease .2s;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-ms-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both;
}
@-webkit-keyframes fadein {
	 0% 	{ opacity: 0; }
	 100% 	{ opacity: 1; }
}
@-moz-keyframes fadein {
	 0% 	{ opacity: 0; }
	 100% 	{ opacity: 1; }
}
@-o-keyframes fadein {
	 0% 	{ opacity: 0; }
	 100% 	{ opacity: 1; }
}
@keyframes fadein {
	 0% 	{ opacity: 0; }
	 100% 	{ opacity: 1; }
}

/* - Swide Fade ----------- */
@-webkit-keyframes swipein_left {
	0% { opacity: 0; -webkit-transform: translateX(-30px); }
	100% { opacity: 1; -webkit-transform: translateX(0); }
}
@-moz-keyframes swipein_left {
	0% { opacity: 0; -moz-transform: translateX(-30px); }
	100% { opacity: 1; -moz-transform: translateX(0); }
}
@-o-keyframes swipein_left {
	0% { opacity: 0; -ms-transform: translateX(-30px); }
	100% { opacity: 1; -ms-transform: translateX(0); }
}
@keyframes swipein_left {
	0% { opacity: 0; transform: translateX(-30px); }
	100% { opacity: 1; transform: translateXY(0); }
}
/*.swipein_left {
    -moz-animation: swipein_left 1s;
    -webkit-animation: swipein_left 1s;
    -o-animation: swipein_left 1s;
	animation: swipein_left 1s;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-ms-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-delay: .5s;
	-moz-animation-delay: .5s;
	-ms-animation-delay: .5s;
	-o-animation-delay: .5s;
	animation-delay: .5s;
}*/

/* - Partial Fade ----------- */
@-webkit-keyframes partialfade {
	 0% 	{ opacity: 1; }
	 100% 	{ opacity: .5; }
}
@-moz-keyframes partialfade {
	 0% 	{ opacity: 1; }
	 100% 	{ opacity: .5; }
}
@-o-keyframes partialfade {
	 0% 	{ opacity: 1; }
	 100% 	{ opacity: .5; }
}
@keyframes partialfade {
	 0% 	{ opacity: 1; }
	 100% 	{ opacity: .5; }
}


/*
= Mobile Menu
---------------------------------------------------------------------------------------------------- */

.mobile-menu {
	color: #DCB13F;
	display: none;
	height: 100%;
	position: absolute;
	right: 0;
}
.category-nav .mobile-menu {
	color: #FFF;
	left:0;
	right:auto;
}
.mobile-menu:hover {
	color: #000;
}
.category-nav .mobile-menu:hover {
	color: #DCB13F;
}
.mobile-menu, .mobile-menu:hover, .mobile-menu:active {
	background: #C22D5B;
	border: none;
	-webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
	-webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
	text-shadow: none;
}
.category-nav .mobile-menu {
	background: #000;
}
.mobile-menu.active {
	color: #222;
}
.mobile-menu span:before {
	font-size: 32px;
	font-weight: normal;
}
nav.active {
	display: block !important;
}

.cta .adinjwidget .widget-wrap { text-align:center; max-width:728px; width:100%; margin:0 auto; }
.cta .widget { margin-bottom:3rem; }
#cta-1 { padding-top:2rem; }
#cta-2 { padding-bottom:2rem; }
#cta-1 ~ #featured_post_image { padding-top:2rem; }
.cta .adsbygoogle { max-width:100%; }

a.social-twitter,
a.social-facebook,
a.social-gplus,
a.social-pinterest {
 background-image: url(images/social-icons.png);
 background-repeat: no-repeat;
 display: block;
 float: left;
 height: 38px;
 margin-right: 8px;
 margin-right: 0.5rem;
 width: 38px;
}

a.social-twitter {
 background-position: 0 0;
}

a.social-twitter:hover {
 background-position: 0 -39px;
}

a.social-facebook {
 background-position: -39px 0;
}

a.social-facebook:hover {
 background-position: -39px -39px;
}

a.social-gplus {
 background-position: -79px 0;
}

a.social-gplus:hover {
 background-position: -79px -39px;
}

a.social-pinterest {
 background-position: -117px 0;
}

a.social-pinterest:hover {
 background-position: -117px -39px;
}

	/* MOBILE MENU IE HAX */
	/*
	.ie-mobile .mobile-menu { display: block;  width: 70px; font-size: 32px; }
	.ie-mobile .nav-primary { background: #c22d5b; position: absolute; top: 76px; left: 0; width: 100%; display: none; padding-bottom: 16px; border-bottom: 1px solid #E3E3E3; max-height: 480px; overflow: auto;  }
	.ie-mobile .nav-primary .wrap { margin: 0 20px; }
	.ie-mobile .site-header .genesis-nav-menu { float: none; }
	.ie-mobile .nav-primary .genesis-nav-menu li { line-height: normal; height: auto; float: none; display: inline; }
	.ie-mobile .nav-primary .genesis-nav-menu li a { background: #eee; margin: 4px 2px; display: inline-block; padding: 8px 15px; border: none; width: auto !important; font-size: 12px; font-size: .75rem; }
	.ie-mobile .genesis-nav-menu li ul { left: 0; position: static; float: none; width: auto; display: inline !important; visibility: visible !important;  }
	.ie-mobile .genesis-nav-menu li ul ul, .ie-mobile .genesis-nav-menu li ul ul ul, .ie-mobile .genesis-nav-menu li ul ul ul ul { margin: 0; }
	*/
	
	
/*
= WooCommerce Shit */

.woocommerce .content ul.products li.product a img, .woocommerce .content div.product div.images img { width:auto; }
.woocommerce .content ul.products li.product .price, .woocommerce .content div.product p.price, .woocommerce .content div.product span.price { color:#dcb13f; font-size:1.25em; }
.woocommerce .content ul.products li.product h3 {  font-size: 30px; font-size: 1.875rem; }
.woocommerce .site-inner .woocommerce-breadcrumb a { color:#c22d5b }
.woocommerce .content .woocommerce-result-count { margin-bottom:2em; }
.woocommerce-cart .site-inner .cart-collaterals .cart_totals table th { padding-right:1em; }
.woocommerce-checkout #payment ul.payment_methods li { list-style:none; }
#order_review_heading { margin-top:1em; }
.woocommerce-checkout #payment { background:none !important; }
.woocommerce-message, .woocommerce-error,  .woocommerce-info { border-top:none !important; }
.woocommerce-message:before, .woocommerce-info:before { color:#c22d5b !important; }
.woocommerce.single .site-inner { padding-top: 3rem; }
.woocommerce.single .woocommerce-breadcrumb { margin-bottom:2em; }
.woocommerce.single .product > .images { float:left; width:400px; margin-right:40px; }
.woocommerce.single .product > .summary { float:left; width:540px; }
.woocommerce.single .product .price { margin-bottom:1em; }
.woocommerce div.product .woocommerce-tabs ul.tabs li, .woocommerce div.product .woocommerce-tabs ul.tabs li:before, .woocommerce div.product .woocommerce-tabs ul.tabs li:after { border-radius:0 !important; }
.woocommerce div.product .woocommerce-tabs ul.tabs li a { font-weight:normal !important; }
.woocommerce span.onsale { font-weight:normal !important; background-color:#dcb13f !important; }
.woocommerce div.product p.price del, .woocommerce div.product span.price del, .woocommerce ul.products li.product .price del { margin-bottom:0.5em; }
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product { max-width:320px; }

.shop-menu { float:right; }

.entry-content .note, .widget .note {
	background-color: #ddf5fc;
	border: 1px solid #86c0d1;
	line-height: 1.5;
	margin-bottom: 1.5em;
	overflow: hidden;
	padding: 1rem;
}

.note h3 { margin-bottom:0.5em; }

/*
= Media Queries
---------------------------------------------------------------------------------------------------- */

@media only screen and (max-width: 980px) {
	.admin-bar .header_area.stuck { margin-top:46px; }

	#featured.featured_front_box, #featured img.featured_img { padding:0; }
	.entry-title { clear:both; }
	.entry-header .entry-meta { clear:both; }
	.post-image { float:none !important; margin:0 0 1.5rem 0 !important; max-width:100%; max-height:100%; }
	
	.mobile-menu { display: block; }
	.category-nav { height:56px; position:relative; }
	.nav-primary { background:#C22D5B; background: url("images/pink-bg.jpg") no-repeat scroll 0 0 / cover #C22D5B; box-shadow:0 0 6px #000; position: absolute; top: 56px; left: 0; width: 100%; display: none; padding-bottom: 16px; /*border-bottom: 1px solid #E3E3E3;*/ max-height: 480px; overflow: auto; }
	.nav-tertiary { display: none; background: #000; background: url("images/black-bg.jpg") no-repeat scroll 0 0 / cover #000;box-shadow:0 0 6px #000; position: absolute; top: 56px; left: 0; width: 100%; display: none; padding-bottom: 16px; max-height: 480px; overflow: auto; }
	.site-header .nav-primary .wrap, .nav-tertiary .wrap { margin: 0 20px; }
	.site-header .genesis-nav-menu { float: none; }
	.nav-primary .genesis-nav-menu li { line-height: normal; height: auto; float: none; display: inline; }
	.nav-primary .genesis-nav-menu li a { background: none; margin: 4px 2px; display: inline-block; padding: 8px 15px; border: none; width: auto !important; font-size: 12px; font-size: .75rem; }
	.site-header .nav-primary .wrap a { color:#FFF; }
	.genesis-nav-menu li ul { left: 0; position: static; float: none; width: auto; display: inline !important; visibility: visible !important;  }
	.genesis-nav-menu li ul ul, .genesis-nav-menu li ul ul ul, .genesis-nav-menu li ul ul ul ul { margin: 0; }

}

@media only screen and (max-width: 700px) {

	#featured { text-align: center; padding: 48px 0; padding: 3rem 0; }
	#featured img.featured_img { float: none; max-width: 100%; margin: 10px 0 0 0; }
	#featured .featured-content h2 { font-size: 40px; font-size: 2.5rem; }

}

@media only screen and (max-width: 600px) {
	.admin-bar .header_area.stuck { margin-top:0; }

	#featured_post_image .entry-title { margin: 0; width: 100%; margin: 0 -20px; }
  	.content .post.entry, .search .content .page.entry, .content .attachment.entry { padding: 0; }
	#featured_post_image { padding: 48px 0; padding: 2rem 0 1rem; }
	#featured_post_image .entry-title { font-size: 32px; font-size: 2rem; }
	
	.post .wrapper-sticky, .entry-footer { position: static !important; height: auto !important; width: 100% !important; }
	
	.entry-content ol li, .archive-description ol li, .taxonomy-description ol li, .entry-content ul li, .archive-description ul li, .taxonomy-description ul li { line-height:1.8rem; margin-bottom:1rem; }
	
	.entry-header .entry-meta .entry-author a, .entry-header .entry-meta .entry-categories, .entry-header .entry-meta .post-edit-link { font-size:16px; line-height:26px; }
	.entry-header .entry-meta .entry-categories { clear:left; margin-left:0; margin-top:0.5rem; }
	
  	.entry-footer { position: static; width: 100%; clear: both; display: inline-block; border-top: 1px solid #e3e3e3; font-size:1rem; }
	.entry-footer li, .entry-footer li:last-child { float: left; border: none; margin-right: 40px; margin-bottom: 0; padding: 20px 0 0 0; }
	.entry-footer .cal { padding-right: 20px; border-right: 1px solid #E3E3E3; }
	.entry-footer .day, .entry-footer .entry-comments-link, .entry-footer .share { font-size: 48px; font-size: 3rem; }
	.entry-footer .scroll_box li { float: right; }
	.entry-footer .scroll_box .cal { margin: 0; padding: 20px 0 0 20px; border-left: 1px solid #E3E3E3; border-right: none; }
	.entry-footer #share { padding-top:5px; float: left; text-align: left; }
	
	.sharrre .box { width: 80px; }

	.read-more { display: none; }

	#author, #email, #url { width: 70%; }

	.sidebar-primary, #comment-sidebar-wrap .sidebar { margin-top: 32px; margin-top: 2rem; }
	.sidebar-primary, .content-sidebar .content, .sidebar-content .content, #comment-sidebar-wrap .content, #comment-sidebar-wrap .sidebar { float: none; width: auto; clear: both; display: block; }

	.children .comment { padding-left: 24px; padding-left: 1.5rem; }
	#cancel-comment-reply-link { clear: both; float: none; display: block; margin-top: 16px; }
	
	.pagination li a, .pagination li a:hover, .pagination li.disabled { padding: 0.75rem 1rem; margin:0 2px 10px; }
	
	.woocommerce.single .product > .images, .woocommerce.single .product > .summary { float:none; width:100%; margin-right:0; }

}

@media only screen and (max-width: 480px) {
	
    html { font-size: 87.5%; /* 14px base */  }

	#featured { text-align: center; padding: 1rem 0; padding: 2rem 0; }
	#featured img.featured_img { float: none; max-width: 60%; }
	#featured .featured_form .email, #featured .featured_form #email { width: 77%; height: 51px; }
	.featured_form button.submit { width: 20%; height: 51px; padding-left: .75rem; padding-right: .75rem; }

	.entry-footer li, .entry-footer li:last-child { margin-right: 7px; }
	.entry-footer.entry-footer .cal { padding-left: 5px; }
	#share { margin-right: 0; }
	.sharrre .box { width: 70px; }

	#featured.featured_seen_box { margin-bottom:0; }

	.comment-list .children #respond { margin: 0; }
	.comment-list li .avatar { max-width: 50px; margin: 6px 1rem 5px 5px; }
	.author-box .avatar { max-width: 100px; margin: 6px 1rem 5px 5px; }
	.children .comment img.avatar { margin: 6px 1rem 5px 10px; }
	#commentform label, #commentform .required { display: none; }
	#commentform label[for="aweber_checkbox"] { display:inline; }
	#author, #email, #url, #submit { width: 100%; }
	.comment_toggle { opacity: 1; }
	
	.sharrre .buttons { padding: 20px 5px; margin-left: -20px; }
	.shop-menu { float:none; }
	.shop-menu .button { margin-bottom:1em !important; }

}

.wrap:after, .comment-sidebar-wrap:after  { display: table; clear: both; content: ''; }

/* Column Classes
Link: https://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css
--------------------------------------------- */
 
.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
float: left;
margin-left: 2.564102564102564%;
}
 
.one-half,
.three-sixths,
.two-fourths {
width: 48.717948717948715%;
}
 
.one-third,
.two-sixths {
width: 31.623931623931625%;
}
 
.four-sixths,
.two-thirds {
width: 65.81196581196582%;
}
 
.one-fourth {
width: 23.076923076923077%;
}
 
.three-fourths {
width: 74.35897435897436%;
}
 
.one-sixth {
width: 14.52991452991453%;
}
 
.five-sixths {
width: 82.90598290598291%;
}
 
.first {
clear: both;
margin-left: 0;
} 