/*
	Theme Name: Custom Theme - C.R.A.F.T.
	Description: This is the custom child theme created for the Genesis Framework for C.R.A.F.T.
	Author: Sarah Fogle
	Author URI: http://www.sweettheorydesigns.com/
	Version: 1.0.1

	Tags: one-column, two-columns, three-columns, fixed-width, custom-menu, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready

	Template: genesis
	Template Version: 1.0.1

	License: GPL-2.0+
	License URI: http://www.opensource.org/licenses/gpl-license.php
*/

/* Table of Contents

	- HTML5 Reset
		- Baseline Reset
		- Box Sizing
		- Float Clearing
	- Defaults
		- Typographical Elements
		- Headings
		- Objects
		- Forms
	- Structure and Layout
		- Site Containers
		- Column Widths and Positions
		- Column Classes
	- Common Classes
		- WordPress
		- Genesis
		- Headings
	- Widgets
		- Featured Page and Featured Post
		- User Profile
	- Plugins
		- Pinterest RSS
		- Popular Posts
		- Simple Social Icons
		- Jetpack
	- Custom Page Templates
		- Home Page
		- Grid Gallery Page
		- Tiled Gallery Page
	- Top Ad
	- Site Header
		- Title Area
		- Widget Area
	- Site Navigation
		- Primary Navigation
		- Secondary Navigation
	- Content Area
		- Entries
		- Archive Pagination
		- Entry Navigation
		- After Entry
		- Comments
	- Sidebars
	- Footer Widgets
	- Site Footer
	- Media Queries
		- max-width: 1023px
		- max-width: 767px

*/


/*
HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* Baseline Reset (normalize.css 2.1.2)
	Link: http://necolas.github.com/normalize.css/
--------------------------------------------- */

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]{display:none}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{font-size:2em;margin:.67em 0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}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:-0.5em}sub{bottom:-0.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,
.widget:before,
.widget-area:before,
.after-entry:before,
.comment-respond: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,
.widget:after,
.widget-area:after,
.after-entry:after,
.comment-respond:after,
.wrap:after,
.topsite:after {
  clear: both;
  content: " ";
  display: table;
}

/*
Defaults
---------------------------------------------------------------------------------------------------- */

/* Typographical Elements
--------------------------------------------- */

body {
	color: #474745;
	font-family: 'Hind', Arial, sans-serif;
	font-size: 14px;
	line-height: 1.625;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus {
	-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: #111;
	color: #fff;
}

::selection {
	background: #111;
	color: #fff;
}

a {
	color: #eb603d;
	text-decoration: none;
}

a img {
	margin-bottom: 20px;
}

a:hover {
	color: #66cccc;
}

p {
	margin: 5px 0 15px;
	padding: 0;
}

p a,
strong {
	font-weight: 600;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

blockquote,
blockquote::before {
	color: #A0A09A;
}

blockquote {
	margin: 0;
	padding: 22px 20px;
}

blockquote::before {
	content: "\201C";
	display: block;
	font-size: 30px;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}

pre {
	background: #111;
	color: #d3d3d3;
	overflow: scroll;
	padding: 0 20px;
	white-space: pre;
}

cite {
	font-style: normal;
}

/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #444;
	font-family: 'Oswald', Arial, sans-serif;
	font-weight: 400;
	margin: 10px 0 16px;
	padding: 0;
	text-transform: uppercase;
}

h1 {
	font-size: 27px;
}

h2 {
	font-size: 22px;
}

h3 {
	font-size: 18px;
}

h4 {
	font-size: 16px;
}

h5 {
	font-size: 14px;
}

h6 {
	font-size: 12px;
}

/* Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

embed,
iframe,
video {
	margin: 0 auto;
	text-align: center;
}

img {
	height: auto;
}

.featured-content img,
.gallery img {
	margin-bottom: 0;
	width: auto;
}

/* Forms
--------------------------------------------- */

input,
select,
textarea {
	-moz-box-shadow: 0 0 0 #fff;
	-webkit-box-shadow:  0 0 0 #fff;
	border: 1px solid #d3d3d3;
	box-shadow: 0 0 0 #fff;
	color: #A0A09A;
	font-family: 'Droid Serif', georgia, serif;
	font-size: 11px;
	font-style: italic;
	letter-spacing: .5px;
	padding: 10px;
	width: 100%;
}

input:focus,
textarea:focus {
	outline: none;
}

::-moz-placeholder {
	color: #000;
}

::-webkit-input-placeholder {
	color: #000;
}

.button,
.button-secondary,
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	background: #66cccc;
	border: none;
	box-shadow: none;
	color: #fff;
	font-family: 'Hind', Helvetica, Arial, sans-serif;
	font-style: normal;
	letter-spacing: 0.5px;
	padding: 5px 12px;
	text-transform: uppercase;
	width: auto;
}

.button-secondary {
	background: #66cccc;
	color: #fff;
}

.button-secondary:hover {
	background: #66cccc;
	color: #fff;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}


/*
Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* Site Containers
--------------------------------------------- */

.site-container {
	margin: 0 auto;
}

.site-inner {
	margin: 20px auto;
	max-width: 1090px;
}

.wrap {
	display: block;
	margin: 0 auto;
}

/* Column Widths and Positions
--------------------------------------------- */

/* Wrapping div for .content and .sidebar-primary */

.content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	width: 840px;
}

.content-sidebar-sidebar .content-sidebar-wrap {
	float: left;
}

.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	float: right;
}

/* Content */

.content {
	background-color: #fff;
	float: right;
	padding: 30px 0;
	width: 728px;
}

.content-sidebar .content,
.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content {
	float: left;
}

.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content,
.sidebar-sidebar-content .content {
	width: 500px;
}

.full-width-content .content {
	width: 100%;
}

/* Primary Sidebar */

.sidebar-primary {
	float: right;
	padding: 24px 18px;
	width: 350px;
}

.sidebar-content .sidebar-primary,
.sidebar-sidebar-content .sidebar-primary {
	float: left;
}

/* Secondary Sidebar */

.sidebar-secondary {
	float: left;
	width: 160px;
}

.content-sidebar-sidebar .sidebar-secondary {
	float: right;
}

/* Column Classes
--------------------------------------------- */

.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;
}

.clear-line {
	border-bottom: 3px solid #F7F6EC;
}

/*
Common Classes
---------------------------------------------------------------------------------------------------- */

/* WordPress
--------------------------------------------- */

.avatar {
	float: left;
}

.alignleft .avatar {
	margin-right: 22px;
}

.alignright .avatar {
	margin-left: 22px;
}

.search-form {
}

.search-form input {
	background: #fff url('images/search.png') center right no-repeat;
}

.search-form input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 22px;
}

img.alignnone {
	margin-bottom: 12px;
}

.alignleft {
	float: left;
	margin-right: 20px;
	text-align: left;
}

.alignright {
	float: right;
	margin-left: 20px;
	text-align: right;
}

img.alignleft,
.wp-caption.alignleft {
	margin: 0 22px 22px 0;
}

img.alignright,
.wp-caption.alignright {
	margin: 0 0 22px 22px;
}

.wp-caption-text {
	font-family: 'Droid Serif', georgia, serif;
	font-size: 11px;
	font-style: italic;
	margin: 0;
	text-align: center;
}

.wp-caption {
	max-width: 100% !important;
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td {
	text-align: center;
}

/* Genesis
--------------------------------------------- */

.breadcrumb {
	margin-bottom: 20px;
}

.archive-description {
	margin-bottom: 20px;
}

.archive-description {
	padding: 20px 20px 22px;
}

/* Headings
--------------------------------------------- */

.entry-title {
	font-size: 18px;
	line-height: 1.2;
	margin: 0 0 5px;
}

.archive .one-third .entry-title,
.archive .one-fourth .entry-title,
.archive .one-sixth .entry-title {
	font-size: 12px;
	text-align: center;
}

.page .entry-title {
	margin-bottom: 16px;
}

.sidebar .entry-title {
	font-size: 16px;
	font-weight: 400;
	text-align: center;
}

h1.entry-title,
.entry-title a,
.sweet-home .content .featuredpost h2 a,
.sweet-home .wide-teaser .featuredpost h2 a,
.sidebar .widgettitle a {
	color: #222;
	text-decoration: none;
}

.widgettitle {
	color: #222;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 1px;
	margin: 0 0 10px;
	text-align: center;
	text-transform: uppercase;
}

.sidebar .widgettitle a {
	border: none;
}

.archive-title {
	font-size: 20px;
	margin-bottom: 0;
}

/* Indexed Pages
---------------------------------------------------------------------------------------------------- */
body.archive .post-meta, body.archive .more-link, body.archive .post-comments, body.archive .post-info, body.archive p {
	display:none;
}

.category .entry-title {
	text-align:center;
	margin-bottom:-5px;
}


/* Widgets
---------------------------------------------------------------------------------------------------- */

/* Featured Page and Featured Post
--------------------------------------------- */

.featured-content .entry {
	padding: 0;
}



/* User Profile
--------------------------------------------- */
.user-profile {
	font-size: 14px;
	line-height: 1.5;
	padding: 10px;
	text-align: left;
}

.user-profile span.alignleft {
	margin-right: 12px;
}

.user-profile .avatar {
	border: 2px solid #F7F6EC;
	border-radius: 100%;
	margin-right: 0;
}

/*
Plugins
---------------------------------------------------------------------------------------------------- */

/* Pinterest RSS
--------------------------------------------- */

.pinterest_rss_widget .widgettitle {
	display: none;
}

/* Popular Posts
--------------------------------------------- */
.wpp-list ul {
	list-style-type: none !important;
}

.wpp-list li {
	background: #fff;
	clear: none !important;
	float: left !important;
	margin: 6px;
	padding: 6px;
	text-align: center;
	width: 162px;
}

.wpp-list li a {
	color: #222;
	font: 400 16px 'Oswald';
	text-transform: uppercase;
}

/* Simple Social Icons
--------------------------------------------- */

.menu-primary .simple-social-icons {
	float: right;
	margin-top: 6px;
}

/* Jetpack
--------------------------------------------- */

.sharedaddy {
	border-top: 3px solid #F7F6EC;
	padding-top: 5px;
}

.sd-title {
	float: left;
	font-size: x-small;
	margin: 3px 0;
}

.sharedaddy .sd-content ul li {
	display: inline-block;
}

.sd-social-icon a.sd-button {
	padding: 12px;
}

li.share-twitter a.sd-button {
	background: url(https://www.uglyducklinghouse.com/wp-content/themes/duckling/images/share_twitter.png) center no-repeat;
}

li.share-facebook a.sd-button {
	background: url(https://www.uglyducklinghouse.com/wp-content/themes/duckling/images/share_facebook.png) center no-repeat;
}

li.share-google-plus-1 a.sd-button {
	background: url(https://www.uglyducklinghouse.com/wp-content/themes/duckling/images/share_gplus.png) center no-repeat;
}

li.share-pinterest a.sd-button {
	background: url(https://www.uglyducklinghouse.com/wp-content/themes/duckling/images/share_pinterest.png) center no-repeat;
}

/*
Custom Page Templates
---------------------------------------------------------------------------------------------------- */

/* Home Page
--------------------------------------------- */

.wide-teaser {
	background: #84D5D5;
	border-bottom: 3px solid #418DD4;
	margin-bottom: 20px;
	padding: 8px;
	text-align: center;
}

.wide-teaser img,
.wide-teaser iframe {
	display: block;
	margin: 0 auto;
}


.home-top {
	margin: 0 auto;
	max-width: 720px;
}

.home-top .entry-title a {
	background-color: #fff;
	padding: 10px;
	position: relative;
	max-width: 100%;
	top: -80px;
}

.home-bottom {
	text-align: center;
}

.content .grid-gallery .widgettitle,
.home-bottom .widgettitle {
	background: #84D5D5;
	color: #fff;
	font-size: 20px;
	margin-bottom: 20px;
	padding: 6px;
}

.home-bottom .entry-title a {
	font-size: 12px;
}

/*
Site Header
---------------------------------------------------------------------------------------------------- */

/* Title Area
--------------------------------------------- */

.title-area {
	padding: 16px 0;
	width: 360px;
}

.title-area h1 {
	margin: 0 auto;
}

.title-area p {
	margin: 0;
}

.header-image .title-area {
	padding: 0;
}

.site-title,
.site-title a {
	background: url(https://www.creatingreallyawesomefunthings.com/wp-content/uploads/2015/09/confetti2.png);
	letter-spacing: 4px;d
	line-height: 1.2;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
}

.site-title a,
.site-title a:hover {
	color: #444;
}

.site-description {
	color: #A0A09A;
	font-size: 11px;
	font-style: italic;
	font-weight: 400;
	letter-spacing: .5px;
	margin: 0;
	text-align: center;
	text-transform: none;
}

/* Full width header, no widgets */

.header-full-width .title-area,
.header-full-width .site-title {
	width: 100%;
}

.header-image .site-description,
.header-image .site-title a {
	display: block;
	text-indent: -9999px;
}

/* Logo, hide text */

.header-image .site-header {
	background-color: #fff;
	background-position: center !important;
}

.header-image .site-title a {
	background-position: center !important;
	background-size: contain !important;
	float: none;
	margin: 0 auto;
	max-width: 450px;
	min-height: 150px;
}

p.site-description {
	height: 0;
}


/*
Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
	clear: both;
	font-family: 'Oswald';
	letter-spacing: 2px;
	line-height: 1;
	margin: 0 auto;
	max-width: 1090px;
	padding: 0;
}

.genesis-nav-menu .menu-item {
	display: inline-block;
	font-size: 12px;
	font-weight: 400;
	margin: 0;
	padding: 0;
	text-align: left;
}

.genesis-nav-menu .menu-item:last-child {
	border-right: none;
}

.genesis-nav-menu a {
	color: #222;
	display: block;
	padding: 16px 25px;
	position: relative;
	text-decoration: none;
	text-transform: uppercase;
}

.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
	color: #008888;
}

.genesis-nav-menu .sub-menu {
	border-bottom: 5px solid #B5D9DA;
	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: 2000;
}

.genesis-nav-menu .sub-menu a {
	background-color: #fff;
	letter-spacing: 1px;
	padding: 20px;
	position: relative;
	width: 200px;
}

.genesis-nav-menu .menu-item:hover {
	position: static;
}

.genesis-nav-menu .sub-menu .current-menu-item > a {
	color: #A0A09A;
}

.genesis-nav-menu .sub-menu a:hover,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
	color: #222;
	background: #F7F6EC;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
	left: auto;
	opacity: 1;
}

.genesis-nav-menu > .first > a {
	padding-left: 0;
}

.genesis-nav-menu > .last > a {
	padding-right: 0;
}

.genesis-nav-menu > .right {
	color: #fff;
	float: right;
	list-style-type: none;
	padding: 30px 0;
}

.genesis-nav-menu > .right > a {
	display: inline;
	padding: 0;
}

.genesis-nav-menu > .rss > a {
	margin-left: 48px;
}

.genesis-nav-menu > .search {
	padding: 10px 0 0;
}

.sidebar .menu-item a {
	text-decoration: none;
}

/* Responsive Menu
--------------------------------------------- */

.responsive-menu-icon {
	display: none;
}

.responsive-menu-icon::before {
	content: "\f333";
	display: block;
	font: normal 24px/1 'dashicons';
	margin: 0 auto;
	padding: 10px;
	text-align: center;
}

/* Primary Navigation
--------------------------------------------- */

.nav-primary .wrap {
	background: #fff;
	border-top: 2px solid #B5D9DA;
}

/* Secondary Navigation
--------------------------------------------- */

.nav-secondary {
	background: #fff;
	padding-bottom: 20px;
	text-align: center;
}

.nav-secondary li.menu-item a {
	padding: 15px;
}

.nav-secondary li.current-menu-item a {
	color: #6CBABC;
}

/* Sticky Navigation
--------------------------------------------- */

#subnav {
	background: url(https://client.sweettheorydesigns.com/udh2/wp-content/uploads/sites/12/2014/12/tiny-duckling.png) bottom left no-repeat;
	border-bottom: 1px solid #D3D3D3;
	border-top: 10px solid #6CBABC;
	text-align: center;
}

.genesis-nav-menu.menu-secondary li li a {
	color: #222 !important;
}

/*
Content Area
---------------------------------------------------------------------------------------------------- */

/* Entries
--------------------------------------------- */

.entry {
	padding: 0 0 22px;
}

.entry-content {
	padding-top: 15px;
}

.entry-content ol,
.entry-content p,
.entry-content ul,
.quote-caption,
.clear-line {
	margin-bottom: 30px;
}

.entry-content ol li,
.entry-content ul li {
	margin-left: 20px;
}

.entry-content ol li {
	list-style-type: decimal;
}

.entry-content ul li {
	list-style-type: disc;
}

.entry-content ol ol,
.entry-content ul ul,
.entry-content .wp-caption p {
	margin-bottom: 0;
}

.entry-meta,
.post-info,
.post-meta {
	color: #A0A09A;
	font-family: 'Droid Serif', georgia, serif;
	font-size: 11px;
	font-style: italic;
	margin: 0;
}

.entry-meta a,
.post-info a,
.post-meta a {
	color: #6CBABC;
	text-decoration: none;
}

.entry-meta a:hover,
.post-info a:hover,
.post-meta a:hover {
	color: #008888;
}

.entry-header .entry-meta,
.post-info {
	margin-bottom: 7px;
	line-height: 1;
}

.entry-footer .entry-meta,
.post-meta {
	border-bottom: 3px solid #F7F6EC;
	padding-bottom: 25px;
}

.entry-comments-link::before,
.entry-comments-link::after {
	content: "\2014";
	margin: 0 6px;
}

.entry-time {
	float: left;
}

.entry-categories,
.entry-tags {
	display: block;
	float: right;
}

a.more-link,
.more-from-category a {
	color: #F86F4D;
	display: table;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 2px;
	padding: 3px 8px;
	text-decoration: none;
	text-transform: uppercase;
}

.more-from-category a {
	margin: 0 auto 40px;
}

.more-link {
	margin-top: 15px;
}

.more-from-category {
	clear: both;
	display: block;
	float: none;
	text-align: center;
}

a.more-link:hover,
.more-from-category a:hover {
	color: #222;
}

/* Archive Navigation
--------------------------------------------- */

.archive-pagination {
	clear: both;
	font-size: 14px;
	margin: 20px 0;
	text-align: center;
}

.archive-pagination li {
	display: inline;
	padding: 5px 10px;
}

li.pagination-next,
li.pagination-previous {
	border: 0 !important;
}

.archive-pagination a {
	color: #F86F4D;
	font-weight: 600;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-decoration: none;
}

.archive-pagination a:hover,
.archive-pagination li.active a {
	color: #F86F4D;
}

/* Entry Navigation
--------------------------------------------- */

.pagination {
	font-size: 12px;
	margin-bottom: 30px;
	text-transform: uppercase;
}

.pagination a {
	color: #F86F4D;
}

.adjacent-entry-pagination {
	border-top: 3px solid #418DD4;
	border-bottom: 1px solid #418DD4;
	padding: 20px 0;
}

/*
After Entry
--------------------------------------------- */

.after-entry {
	margin-bottom: 30px;
}

.after-entry .widget {
	clear: none;
	float: left;
	width: 50%;
}

/* Comments
--------------------------------------------- */

.comment-respond,
.entry-comments {
	font-size: 14px;
	letter-spacing: 0.5px;
	padding: 20px 0;
}

.comment-respond,
.entry-comments,
.ping-list {
	margin-bottom: 20px;
}

.entry-comments h3,
.comment-respond h3 {
	color: #222;
	font-size: 16px;
	letter-spacing: 1.5px;
	text-transform: uppercase;
}

.entry-comments a,
.comment-respond a {

}

.entry-comments .comment-author {
	margin: 0;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 50%
}

.comment-respond label {
	display: block;
	margin-right: 12px;
}

.comment-list li,
.ping-list li {
	list-style-type: none;
	margin-top: 20px;
	padding: 20px;
}

.comment-list li li {
	margin-right: -32px;
}

li.comment {
	border-top: 1px solid #d3d3d3;
}

.comment .avatar {
	margin: 0 10px 10px 0;
}

.bypostauthor article {
	background: #F7F6EC;
	padding: 10px;
}

.comment-header {
	text-transform: uppercase;
}

.comment-meta,
.comment-meta a {
	color: #222;
	font-size: 11px;
}

.comment-reply a {
	background: #F7F6EC;
	color: #222;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	letter-spacing: 1px;
	padding: 2px 5px;
	text-transform: uppercase;
}

.comment-reply a:hover {
	background: #d3d3d3;
}

/*
Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar p:last-child,
.sidebar ul {
	margin: 0;
}

.sidebar li {
	color: #A0A09A;
	font-size: 12px;
	list-style-type: none;
	margin-bottom: 6px;
	padding: 0;
	word-wrap: break-word;
}

.sidebar li a {
	color: #222;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.sidebar ul > li:last-child {
	margin-bottom: 0;
}

.sidebar .menu li {
	float: left;
	width: 50%;
}

.sidebar .menu li a {
	letter-spacing: 2px;
}

.sidebar .widget {
	margin: 0 auto 30px;
	text-align: center;
}

.sidebar .widget_text {
	border-bottom: 3px solid #F7F6EC;
}

.sidebar .search-form {
	width: 100%;
}

/*
Sidebars
---------------------------------------------------------------------------------------------------- */
.before-footer-widgets {
	background-color: #F8DF83;
}

.before-footer-widgets .wrap {
	max-width: 1090px;
	margin: 0 auto;
	padding: 25px 0;
}

.before-footer-widgets .widgettitle {
	color: #fff;
	font-size: 20px;
}

/*
Footer Widgets
---------------------------------------------------------------------------------------------------- */

.footer-widgets {
	background: #fff url(https://www.creatingreallyawesomefreethings.com/wp-content/uploads/2015/09/confetti2.png) repeat-x;
	border-top: 4px solid #418DD4;
	color: #222;
	display: block;
	clear: both;
	margin: auto;
	overflow: hidden;
	padding: 15px 0 0;
	text-align: center;
}

.footer-widgets .wrap {
	background-color: #fff;
	margin: 0 auto;
	max-width: 1090px;
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3 {
	float: left;
	margin-left: 2.564102564102564%;
	width: 31.623931623931625%;
}

.footer-widgets-1 {
	margin-left: 0;
}

.footer-widgets-1,
.footer-widgets-2 {
	float: left;
}

.footer-widgets-3 {
	float: right;
}

.footer-widgets-4 {
	width: 100%;
}

.footer-widgets .widget {
	background-color: #fff;
	margin: 10px 16px;
}

.footer-widgets li {
	list-style-type: none;
	margin-bottom: 6px;
	word-wrap: break-word;
}

.footer-widgets .search-form {
	width: 100%;
}

.footer-widgets label {
	display: none;
}

.footer-widgets .search-form input:focus {
	border: 1px solid #d3d3d3;
}

.footer-widgets img {
	margin: 0;
}

.footer-widgets .featured-content,
.footer-widgets .featuredpost {
	background: transparent;
}

.footer-widgets .entry {
	background: #fff;
	padding: 5px;
}


/*
Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
	color: #555;
	font-size: 12px;
	letter-spacing: 1px;
	padding: 10px 0;
	text-align: center;
	text-transform: uppercase;
}

.site-footer a {
	color: #555;
	text-decoration: none;
}

.site-footer p {
	margin: 0;
	padding: 8px;
}



/*
Sidebar Social Icons
---------------------------------------------------------------------------------------------------- */

@font-face {
    font-family: 'si';
    src: url('images/socicon.eot');
    src: url('images/socicon.eot?#iefix') format('embedded-opentype'),
         url('images/socicon.woff') format('woff'),
         url('images/socicon.ttf') format('truetype'),
         url('images/socicon.svg#icomoonregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    @font-face {
        font-family:si;
        src: url(PATH_TO/socicon.svg) format(svg);
    }
}

.soc {
    overflow:hidden;
    margin:0; padding:0;
    list-style:none;
}

.soc li {
    display:inline-block;
    *display:inline;
    zoom:1;
}

.soc li a {
    font-family:si!important;
    font-style:normal;
    font-weight:400;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    -ms-box-sizing:border-box;
    -o-box-sizing:border-box;
    box-sizing:border-box;
    overflow:hidden;
    text-decoration:none;
    text-align:center;
    display:block;
    position: relative;
    z-index: 1;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    margin-right: 10px;
    color: #ffffff;
    background-color: #f8704d;
}

.soc-icon-last{
    margin:0 !important;
}

.soc-facebook:before {
    content:'\e041';
}
.soc-mail:before {
    content:'\e01f';
}
.soc-googleplus:before {
    content:'\e042';
}
.soc-pinterest:before {
    content:'\e043';
}
.soc-rss:before {
    content:'\e00b';
}
.soc-twitter:before {
    content:'\e040';
}


/*
Media Queries
---------------------------------------------------------------------------------------------------- */

@media only screen and (max-width: 1049px) {

	.site-inner,
	.wrap {
		max-width: 960px;
		overflow: hidden;
	}

	.site-inner {
		margin: 20px auto;
	}

	.content-sidebar-sidebar .content-sidebar-wrap,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-sidebar-content .content-sidebar-wrap {
		width: 720px;
	}

	.content,
	.site-header .widget-area {
		width: 620px;
	}

	.sidebar-content-sidebar .content,
	.sidebar-sidebar-content .content,
	.content-sidebar-sidebar .content {
		width: 400px;
	}

	.genesis-nav-menu a,
	.genesis-nav-menu > .first > a,
	.genesis-nav-menu > .last > a {
		padding: 16px;
	}

	.sidebar-primary {
		width: 320px;
	}

}

@media only screen and (max-width: 1023px) {

	.content,
	.content-sidebar-sidebar .content,
	.content-sidebar-sidebar .content-sidebar-wrap,
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.sidebar-content-sidebar .content,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-primary,
	.sidebar-secondary,
	.sidebar-sidebar-content .content,
	.sidebar-sidebar-content .content-sidebar-wrap,
	.site-header .widget-area,
	.site-inner,
	.title-area,
	.wrap {
		width: 100%;
	}

	.header-image .site-header .wrap {
		background-position: center top;
	}

	.header-image .site-header .widget-area {
		padding: 0;
	}

	.site-inner,
	.topsite {
		padding-left: 3%;
		padding-right: 3%;
	}

	.archive-description,
	.entry,
	.entry-comments,
	.entry-footer .entry-meta,
	.sidebar .widget,
	.site-header,
	.comment-respond {
		padding: 0;
	}

	.genesis-nav-menu li,
	.site-header ul.genesis-nav-menu,
	.site-header .search-form {
		float: none;
	}

	.genesis-nav-menu,
	.site-description,
	.site-header .title-area,
	.site-header .search-form,
	.site-title {
		text-align: center;
	}

	.site-header .search-form {
		margin: 16px auto ;
	}

	.genesis-nav-menu li.right {
		display: none;
	}

	.entry-footer .entry-meta {
		margin: 0;
		padding-top: 12px;
	}

	.footer-widgets {
		padding: 20px 5% 16px;
	}

	.footer-widgets-1 {
		margin: 0;
	}

}

@media only screen and (max-width: 767px) {

	#subnav {
		display: none;
		visibility: hidden;
	}

	nav {
		display: block;
		position: relative;
	}

	.genesis-nav-menu.responsive-menu .menu-item,
	.responsive-menu-icon {
		display: block;
	}

	.genesis-nav-menu.responsive-menu .sub-menu:after,
	.genesis-nav-menu.responsive-menu .sub-menu:before,
	.genesis-nav-menu.responsive-menu > .menu-item > .sub-menu,
	.genesis-nav-menu.responsive-menu {
		display: none;
	}
	
	.genesis-nav-menu.responsive-menu .menu-item {
		text-align: left;
	}
	
	.genesis-nav-menu.responsive-menu .menu-item:hover {
		position: static;
	}
	
	.genesis-nav-menu.responsive-menu li a,
	.genesis-nav-menu.responsive-menu li a:hover {
		display: block;
		line-height: 1;
		padding: 16px 20px;
	}
	
	.nav-primary .genesis-nav-menu.responsive-menu a,
	.nav-primary .genesis-nav-menu.responsive-menu a:hover {
		color: #000;
	}
	
	.genesis-nav-menu.responsive-menu .menu-item-has-children {
		cursor: pointer;
	}
	
	.genesis-nav-menu.responsive-menu .menu-item-has-children > a {
		margin-right: 60px;
	}
	
	.genesis-nav-menu.responsive-menu > .menu-item-has-children:before {
		content: "\f347";
		float: right;
		font: normal 16px/1 'dashicons';
		height: 16px;
		padding: 14px 20px;
		right: 0;
		text-align: right;
		z-index: 9999;
	}
	
	.genesis-nav-menu.responsive-menu .menu-open.menu-item-has-children:before {
		content: "\f343";
	}
	
	.genesis-nav-menu .menu-item:hover > .sub-menu > .menu-item:hover > .sub-menu,
	.genesis-nav-menu .menu-item:hover > .sub-menu,
	.genesis-nav-menu.responsive-menu .sub-menu {
		left: auto;
		opacity: 1;
		margin: 0 auto;
		position: relative;
		width: 100%;
	}
	
	.genesis-nav-menu.responsive-menu .sub-menu .sub-menu {
		padding-left: 20px;
		margin: 0;
	}
	
	.genesis-nav-menu.responsive-menu .sub-menu li a,
	.genesis-nav-menu.responsive-menu .sub-menu li a:hover {
		background: none;
		border: none;
		padding: 16px 20px;
		position: relative;
		width: 100%;
	}
	
	.genesis-nav-menu.responsive-menu {
		padding-bottom: 16px;
	}

	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds,
	.first {
		clear: none;
		margin-left: 2.564102564102564%;
		width: 48.717948717948715%;
	}

	.odd {
		clear: both;
		margin-left: 0;
	}

	.alignright,
	.alignleft,
	img.alignright,
	img.alignleft,
	.wp-caption.alignright,
	.wp-caption.alignleft {
		float: none;
		margin: 0 auto 20px;
	}

	.grid-gallery-top .widget {
		float: none;
		margin: 0 0 10px;
		width: 100%;
	}

}

@media only screen and (max-width: 420px) {

	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds,
	.odd {
		margin-left: 0;
		width: 100%;
	}

	.after-entry .widget {
		width: 100%;
	}

	.grid-gallery-bottom .entry {
		margin: 0;
		width: 100%;
	}

	.grid-gallery-top .widgettitle {
		font-size: 10px;
	}

	.slide-excerpt {
		display: none;
		visibility: hidden;
	}

}