/* #
Theme Name: Whitney Hess 2015
Theme URI: http://robincornett.com/
Description: Whitney Hess' personal theme
Author: Robin Cornett
Author URI: http://www.robincornett.com/
Template: genesis
Template Version: 3.0
License: GPL-2.0+
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
/* # Table of Contents
- HTML5 Reset
	- Baseline Normalize
	- Box Sizing
	- Float Clearing
- Defaults
	- Typographical Elements
	- Headings
	- Objects
	- Gallery
	- Forms
	- Tables
- Structure and Layout
	- Site Containers
	- Column Widths and Positions
	- Column Classes
- Common Classes
	- Avatar
	- Genesis
	- Search Form
	- Titles
	- WordPress
- Widgets
	- Featured Content
- Plugins
	- Genesis eNews Extended
	- Jetpack
	- Stripe Checkout Pro
- Site Header
	- Title Area
	- Widget Area
- Site Navigation
	- Header Navigation
	- Primary Navigation
	- Secondary Navigation
- Content Area
	- Entries
	- Entry Meta
	- Pagination
	- Comments
- Sidebars
- Footer Widgets
- Site Footer
- Media Queries
	- Retina Display
	- Max-width: 1200px
	- Max-width: 960px
	- Max-width: 800px
*/
/* Font Sizes */
/* # HTML5 Reset
---------------------------------------------------------------------------------------------------- */
/* ## Baseline Normalize
--------------------------------------------- */
/* normalize.css v3.0.1 | MIT License | git.io/normalize */

html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background:0 0}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:$text}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}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}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}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}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}

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

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

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

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

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


/* # Defaults
---------------------------------------------------------------------------------------------------- */
/* ## Typographical Elements
--------------------------------------------- */
body {
	background-color: white;
	color: #000;
	font-family: "Merriweather", serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 2;
	margin: 0;
}

body.custom-background {
	background-attachment: fixed !important;
	background-size: cover;
}

.mce-content-body {
	margin: 12px;
	background: white;
}

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

::-moz-selection {
	background-color: #ffaa99;
	/*color: white;*/
}

::selection {
	background-color: #ffaa99;
	/*color: white;*/
}

a,
.headermail a:hover {
	color: #ff5534;
	text-decoration: none;
}

a:hover {
	color: #000;
}

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

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

li {
	list-style-type: none;
}

b,
strong {
	font-weight: 700;
}

blockquote,
cite,
em,
i {
	font-family: "Merriweather", serif;
	font-style: italic;
}

blockquote {
	color: #666;
	margin: 40px;
}
blockquote::before {
	color: #ff5534;
	content: "\201C";
	display: block;
	font-family: serif;
	font-size: 3em;
	font-style: normal;
	height: 0;
	left: -40px;
	position: relative;
	top: -30px;
}



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

.wp-caption {
	margin: 0;
	text-align: center;
}

img {
	height: auto;
}
img.desaturate {
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	filter: grayscale(100%);
}
img.roundedpic, img#widgetpic {
	border-radius: 30px;
}
img#presopic {
	border-radius: 100%;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	opacity: 0.8;
}
img#presopic:hover {
	opacity: 1;
}

.circular {
	width: 100px;
	height: 100px;
	border-radius: 100%;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
}

.circular-med {
	width: 150px;
	height: 150px;
	border-radius: 100%;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
}

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

/* ## Gallery
--------------------------------------------- */
.gallery {
	overflow: hidden;
}

.gallery-item {
	float: left;
	margin: 0 0 28px;
	text-align: center;
}

.gallery-columns-2 .gallery-item {
	width: 50%;
}

.gallery-columns-3 .gallery-item {
	width: 33%;
}

.gallery-columns-4 .gallery-item {
	width: 25%;
}

.gallery-columns-5 .gallery-item {
	width: 20%;
}

.gallery-columns-6 .gallery-item {
	width: 16.6666%;
}

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

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

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

.gallery img {
	border: 1px solid #eee;
	height: auto;
	padding: 4px;
}

.gallery img:hover {
	border: 1px solid #ddd;
}

/* ## Forms
--------------------------------------------- */
input,
select,
textarea {
	background-color: white;
	border: 1px solid #ddd;
	border-radius: 3px;
	color: #000;
	font-size: 0.9em;
	font-weight: 400;
	padding: 16px;
	width: 100%;
}

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

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

::-moz-placeholder {
	color: #000;
	font-weight: 400;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #000;
	font-weight: 400;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.btn {
	background-color: #000;
	border: none;
	color: white;
	cursor: pointer;
	font-size: 18px;
	font-weight: 700;
	padding: 16px 24px;
	width: auto;
}

.footer-widgets button,
.footer-widgets input[type="button"],
.footer-widgets input[type="reset"],
.footer-widgets input[type="submit"],
.footer-widgets .button {
	background-color: #ff5534;
	color: white;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover {
	background-color: #ff5534;
	color: white;
}

.entry-content .button:hover {
	color: white;
}

.footer-widgets button:hover,
.footer-widgets input:hover[type="button"],
.footer-widgets input:hover[type="reset"],
.footer-widgets input:hover[type="submit"],
.footer-widgets .button:hover {
	background-color: white;
	color: #000;
}

.button {
	display: inline-block;
}

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

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

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

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

td,
th {
	text-align: left;
}

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

th {
	font-weight: 400;
}

/* ## Headings
--------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
	color: #000;
	font-family: "Arimo", sans-serif;
	line-height: 1.2;
	margin: 0 0 10px;
}

h1 {
	font-size: 36px;
}

h1.bigassheading {
	font-size: 2.5em;
	text-align: center;
}

h2 {
	font-size: 32px;
}
h2.bigassheading {
	font-size: 2em;
	text-align: center;
}

h3 {
	font-size: 28px;
}
h3.bigassheading {
	font-size: 1.5em;
}

h4 {
	font-size: 24px;
}

h5 {
	font-size: 20px;
}

h6 {
	font-size: 18px;
}

.bigassheading {
	font-family: "Rock Salt", cursive;
	font-size: 2.5em;
	font-weight: 400;
	padding-bottom: 36px;
}

.biggestassheading {
        font-family: "Rock Salt", cursive;
	font-size: 3em;
	text-align: center;
}

.servicename {
	font-size: 1.25em;
}

#headline,
#headline-about,
#headline-updates,
.headline {
	font-family: "Rock Salt", cursive;
	font-size: 44px;
	padding-bottom: 36px;
	text-align: center;
}

#smallerheadline,
.smallerheadline {
	font-family: "Rock Salt", cursive;
	font-size: 2.25em;
	padding-bottom: 36px;
	text-align: center;
}

/* # Structure and Layout
---------------------------------------------------------------------------------------------------- */
/* ## Site Containers
--------------------------------------------- */
.site-inner,
.wrap {
	margin: 0 auto;
	max-width: 1200px;
}

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

/* ## 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: 980px;
}

.content-sidebar-sidebar .content-sidebar-wrap {
	float: left;
}

.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	float: right;
}

/* ### Content */
.content {
	float: right;
	width: 62%;
}
.content article a {
	font-weight: 700;
}
.content .entry-comments a {
	font-weight: 400;
}

.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: 580px;
}

.full-width-content .content {
	float: none;
	margin: 0 auto;
	width: 840px;
}

/* ### Primary Sidebar */
.sidebar-primary {
	float: right;
	width: 30.5%;
}

.sidebar-content .sidebar-primary,
.sidebar-sidebar-content .sidebar-primary {
	float: left;
}

/* ### Secondary Sidebar */
.sidebar-secondary {
	float: left;
	width: 180px;
}

.content-sidebar-sidebar .sidebar-secondary {
	float: right;
}

/* ## Column Classes
--------------------------------------------- */
/* Link: http://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;
}

/* # Common Classes
---------------------------------------------------------------------------------------------------- */
/* ## Avatar
--------------------------------------------- */
.avatar {
	float: left;
}

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

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

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

/* ## Genesis
--------------------------------------------- */
.breadcrumb,
.author-box {
	background-color: #eee;
	font-size: 0.9em;
	margin-bottom: 40px;
	padding: 40px;
}

.archive-description {
	margin-bottom: 40px;
}

.search-results .archive-title {
	font-size: 24px;
}

.author-box-title {
	font-size: 16px;
	margin-bottom: 4px;
}

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

/* ## Search Form
--------------------------------------------- */
.search-form {
	overflow: hidden;
}

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

/* ## Titles
--------------------------------------------- */
.archive-title,
.entry-title {
	font-size: 36px;
}

.entry-title a,
.sidebar .widget-title a {
	color: #000;
}

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

.widget-title {
	margin-bottom: 20px;
}

/* ## WordPress
--------------------------------------------- */
a.aligncenter img {
	display: block;
	margin: 0 auto;
}

a.alignnone {
	display: inline-block;
}

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

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

a.alignleft,
a.alignnone,
a.alignright {
	max-width: 100%;
}

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

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

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

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

.wp-caption-text {
	font-size: 14px;
	font-weight: 700;
	text-align: center;
}

.entry-content p.wp-caption-text {
	margin-bottom: 0;
}

/* Screen Readers
------------------------------- */
.screen-reader-text,
.screen-reader-text span,
.screen-reader-shortcut,
.search-form label,
.genesis-sidebar-title {
	position: absolute !important;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	width: 1px;
	border: 0;
	overflow: hidden;
}

.screen-reader-text:focus,
.screen-reader-shortcut:focus,
.genesis-nav-menu .search input[type="submit"]:focus,
.widget_search input[type="submit"]:focus {
	clip: auto !important;
	height: auto;
	width: auto;
	display: block;
	font-size: 1em;
	font-weight: bold;
	padding: 15px 23px 14px;
	color: #333;
	background: #fff;
	z-index: 100000;
	/* Above WP toolbar. */
	text-decoration: none;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
}

/* ## Skip link
--------------------------------------------- */
.genesis-skip-link li {
	height: 0;
	width: 0;
	list-style: none;
}

/* Display outline on focus */
:focus {
	color: #333;
	outline: #ccc solid 1px;
}

/* Bookshelf
---------------------------------------- */
#bookshelf,
.bookshelf {
	clear: both;
	overflow: hidden;
}
#bookshelf ul,
.bookshelf ul {
	list-style-type: none;
	margin-left: 0;
	text-align: left;
}
#bookshelf li,
.bookshelf li {
	padding: 0.25em;
	margin: 0;
	display: inline-block;
}
#bookshelf li img,
.bookshelf li img {
	border: 3px solid white;
}
#bookshelf li img:hover,
.bookshelf li img:hover {
	border: 3px solid #000;
}

/* # Widgets
---------------------------------------------------------------------------------------------------- */
.widget {
	word-wrap: break-word;
}

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

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

.widget_calendar table {
	width: 100%;
}

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

/* ## Featured Content
--------------------------------------------- */
.featured-content .entry {
	border-bottom: 2px solid #f5f5f5;
	margin-bottom: 20px;
	padding: 0 0 24px;
}

.footer-widgets .entry {
	border-bottom: 1px dotted #666;
}

.featured-content .entry-title {
	font-size: 20px;
}

.more-link {
	display: inline-block;
}

/* # Plugins
---------------------------------------------------------------------------------------------------- */
/* Gravity Forms
---------------------------------------------- */
div.gform_wrapper .description,
div.gform_wrapper .gfield_description,
div.gform_wrapper .gsection_description,
div.gform_wrapper .instruction {
	text-transform: none;
}
div.gform_wrapper input[type=text],
div.gform_wrapper input[type=url],
div.gform_wrapper input[type=email],
div.gform_wrapper input[type=tel],
div.gform_wrapper input[type=number],
div.gform_wrapper input[type=password] {
	padding: 16px;
}
div.gform_wrapper input[type=submit] {
	font-family: "Arimo", sans-serif;
}
div.gform_wrapper li {
	border-bottom: 0;
}

.gform_widget .widgettitle {
	font-family: "Rock Salt", cursive;
	font-weight: 400;
	padding-bottom: 26px;
	font-size: 1.5em;
}

div.enews_wrapper {
	background-color: #1e1e1e;
	color: white;
	margin: 0 auto;
	max-width: 100%;
	padding: 16px;
}
div.enews_wrapper h3 {
	color: white;
}
div.enews_wrapper form {
	/*text-align: center;*/
}
div.enews_wrapper .gfield_label,
div.enews_wrapper .ginput_complex label {
	position: absolute !important;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	width: 1px;
	border: 0;
	overflow: hidden;
}
div.enews_wrapper input[type=text] {
	width: 50% !important;
}
div.enews_wrapper .gform_footer {
	margin-top: 0;
}
div.enews_wrapper input[type=submit] {
	width: 50%;
	font-size: 1.25em !important;
}

/* ## Genesis eNews Extended
--------------------------------------------- */
.enews-widget {
	background-color: #222;
	color: white;
	padding: 16px;
	/*text-align: center;*/
}
.enews-widget .widget-title {
	color: white;
	font-size: 26px;
}

.enews-widget input,
.enews-widget input:focus {
	border: 1px solid #000;
	width: 50%;
}

.enews-widget input {
	font-size: 16px;
	margin-bottom: 16px;
}

.enews-widget input[type="submit"] {
	background-color: none;
	font-family: "Arimo", sans-serif;
	font-size: 1.25em;
	font-weight: 700;
	color: white;
	margin: 0;
}

.enews-widget input:hover[type="submit"] {
	background-color: #ff5534;
	color: white;
}

.enews form + p {
	margin-top: 24px;
}

.drupal-signup {
width: 40%;
}

/* ## Jetpack
--------------------------------------------- */
#wpstats {
	display: none;
}

/* ## Send to Kindle
-------------------------------------------- */
.kindleWidget .share-kindle span {
	background-repeat: no-repeat;
	padding-left: 20px;
}

/* ## Stripe Checkout Pro
--------------------------------------------- */
.sc-form-group {
	font-weight: 700;
}
.sc-form-group .sc-form-control {
	display: inline;
	width: 10em;
}

.sc-form-group label {
	display: none;
	margin-bottom: 0;
	font-weight: 400;
}


/* # Site Header
---------------------------------------------------------------------------------------------------- */
.site-header {
	margin-top: 40px;
}
.site-header .wrap {
	border-bottom: 2px solid #1e1e1e;
	padding-top: 12px;
	padding-bottom: 20px;
}

/* ## Title Area
--------------------------------------------- */
.title-area {
	background-image: url(images/emblem.png);
	background-image: none, url(images/emblem.svg);
	background-repeat: no-repeat;
	background-size: 45px;
	float: left;
	padding-left: 65px;
	min-height: 97px;
	float: left;
	width: 600px;
}

.site-title {
	font-family: "Rock Salt", cursive;
	font-weight: 700;
	font-size: 36px;
	line-height: 1.5;
	text-transform: capitalize;
}
.site-title a,
.site-title a:hover {
	color: #000;
}

.site-description {
	color: #1e1e1e;
	font-size: 16px;
	line-height: 1.5;
}

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

.header-image .title-area {
	background-image: url(images/logo.png);
	background-image: none, url(images/logo.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100%;
	min-height: 105px;
}
.header-image.blog .title-area, .header-image.single-post .title-area, .header-image.category .title-area, .header-image.tag .title-area {
	background-image: url(images/blog.png);
	background-image: none, url(images/blog.svg);
}
.header-image .site-title {
	text-indent: -9999px;
}
.header-image .site-title a {
	display: block;
	min-height: 105px;
}
.header-image .site-description {
	height: 0;
	text-indent: -9999px;
}

/* ## Full Width Header
----------------------------------------- */
.header-full-width .nav-primary .genesis-nav-menu {
	text-align: right;
}
.header-full-width .site-header {
	margin-top: 0;
	position: absolute;
	height: 76px;
	width: 100%;
}
.header-full-width .site-header .wrap {
	padding: 0;
}
.header-full-width .title-area {
	padding: 10px 0;
	position: absolute;
	width: 360px;
	z-index: 101;
}
.header-full-width .site-title a,
.header-full-width .site-title a:hover,
.header-full-width .site-description {
	color: white;
}
.header-full-width .site-inner {
	margin-top: 76px;
}

.header-image.header-full-width .title-area {
	padding: 0;
}
.header-image.header-full-width .site-title > a {
	background-image: url(images/logo-full.png);
	background-image: url(images/logo-full.svg), none;
}

.admin-bar.header-full-width .site-header.sticky {
	top: 32px;
}

.header-full-width .site-header.sticky .title-area {
	position: fixed;
	top: 0;
}

/* ## Widget Area
--------------------------------------------- */
.site-header .widget-area {
	float: right;
	text-align: right;
	width: 360px;
}

.site-header .widget {
	clear: both;
}

.site-header .widget_text {
	font-size: 14px;
	margin-top: 14px;
	text-align: center;
	width: 100%;
	float: right;
}
.site-header .widget_text a {
	color: #1e1e1e;
}

/* # Site Navigation
---------------------------------------------------------------------------------------------------- */
.genesis-nav-menu {
	clear: both;
	width: 100%;
	font-size: 20px;
	font-weight: 700;
	line-height: 1;
	text-align: center;
}

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

.genesis-nav-menu a {
	display: block;
	padding: 14px 18px;
	color: #000;
}

.header-full-width .genesis-nav-menu .menu-item:last-of-type a {
	padding-right: 0;
}

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

.genesis-nav-menu .sub-menu .current-menu-item > a {
	font-weight: 700;
}

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

.genesis-nav-menu .sub-menu a {
	position: relative;
	width: 200px;
	padding: 20px;
	border: 1px solid #eee;
	border-top: none;
	font-size: 14px;
	background-color: white;
}

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

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

.genesis-nav-menu .menu-item:hover > .sub-menu {
	left: 50%;
	margin-left: -100px;
	/*left: auto;*/
	opacity: 1;
}

.genesis-nav-menu .menu-item:hover .sub-menu .sub-menu {
	left: 199px;
	margin-left: 0;
}

.header-full-width .genesis-nav-menu .menu-item:hover .sub-menu .sub-menu {
	margin: -55px 0;
	left: -199px;
}

.genesis-nav-menu > .first > a {
	padding-left: 0;
}

.genesis-nav-menu > .last > a {
	padding-right: 0;
}

.genesis-nav-menu > .right {
	float: right;
	padding: 30px 0;
	color: white;
	list-style-type: none;
}

.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;
}

/* ## Site Header Navigation
--------------------------------------------- */
.site-header .sub-menu {
	border-top: 1px solid #eee;
}

.site-header .sub-menu .sub-menu {
	margin-top: -56px;
}

.site-header .genesis-nav-menu li li {
	margin-left: 0;
}

/* ## Primary Navigation
--------------------------------------------- */
.nav-primary {
	width: 100%;
}
.nav-primary .wrap {
	border-bottom: 1px solid #ddd;
}

.nav-primary .genesis-nav-menu a {
	font-family: "Arimo", sans-serif;
}

.nav-primary .genesis-nav-menu .sub-menu a {
	color: #000;
}

.nav-primary .genesis-nav-menu a:hover,
.nav-primary .genesis-nav-menu .current-menu-item > a,
.nav-primary .genesis-nav-menu .sub-menu .current-menu-item > a:hover {
	color: #ff5534;
}

.nav-primary .genesis-nav-menu .current-menu-item > a {
	font-weight: 700;
}

/* ## Sticky Nav
--------------------------------------------- */
.nav-primary.sticky {
	position: fixed;
	z-index: 100;
	top: 0;
	width: 100%;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.admin-bar .nav-primary.sticky {
	top: 32px;
}

/* ## Secondary Navigation
--------------------------------------------- */
.nav-secondary .wrap {
	border-bottom: 1px solid #ddd;
}

/* ## Sidr
---------------------------------------------- */
.slide-nav-link {
	font-family: "Rock Salt", cursive;
}

.sidr button.sub-menu-toggle {
	margin-top: 5px;
}

/* # Content Area
---------------------------------------------------------------------------------------------------- */
/* ## Entries
--------------------------------------------- */
.entry {
	margin-bottom: 40px;
}

.content .entry {
	background-color: white;
}

.entry-content ol,
.entry-content ul {
	margin-bottom: 28px;
	margin-left: 40px;
}

.entry-content ol > li {
	list-style-type: decimal;
}

.entry-content ul > li {
	list-style-type: disc;
}

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


.indent ul {
	padding-left: 0.5em;
}


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

.bigasstext {
	font-size: 1.25em;
	padding-bottom: 36px;
}

.content .similar-posts {
	font-family: "Merriweather", serif;
	font-size: 0.9em;
}
.content .similar-posts a {
	font-size: 1.25em;
	font-weight: 400;
}

/* ## Entry Meta
--------------------------------------------- */
p.entry-meta {
	color: #1e1e1e;
	font-size: 16px;
	margin-bottom: 0;
}

.entry-header .entry-meta {
	margin-bottom: 24px;
}

.content .entry-time {
	font-weight: 700;
}

.entry-footer .entry-meta {
	border-top: 2px solid #ddd;
	padding-top: 24px;
}

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

.entry-comments-link::before {
	color: #ddd;
	content: "\f101";
	margin: 0 6px;
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	font: normal 18px/1 'dashicons';
	vertical-align: middle;
}

/* ## Pagination
--------------------------------------------- */
.nav-links,
.pagination {
	clear: both;
	margin: 40px 0;
}

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

.archive-pagination li {
	display: inline;
}

.page-numbers,
.archive-pagination li a {
	background-color: #000;
	border-radius: 3px;
	color: white;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	padding: 8px 12px;
}

.page-numbers:hover,
.page-numbers.current,
.archive-pagination li a:hover,
.archive-pagination .active a {
	background-color: #ff5534;
	color: white;
}

/* ## Comments
--------------------------------------------- */
.comment-respond,
.entry-comments,
.entry-pings {
	background-color: white;
	margin-bottom: 40px;
}

.comment-respond,
.entry-pings {
	padding: 40px 0 16px;
}

.entry-comments {
	padding: 40px;
}

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

li.comment {
	background-color: #f5f5f5;
	border: 2px solid white;
	border-right: none;
}

.comment-content {
	clear: both;
}

.comment-list li {
	margin-top: 24px;
	padding: 32px;
}

.comment-list li li {
	margin-right: -32px;
}

.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;
}

.entry-comments .comment-author {
	margin-bottom: 0;
}

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

.bypostauthor .comment-content {
	background: #eee;
	padding: 18px;
}

.form-allowed-tags {
	background-color: #f5f5f5;
	font-size: 16px;
	padding: 24px;
}

/*
Content Boxes
------------------------------------------------------------ */
.content-box-blue,
.content-box-gray,
.content-box-green,
.content-box-purple,
.content-box-red,
.content-box-yellow {
	margin-bottom: 32px;
	padding: 22px;
}

.content-box-blue {
	background-color: #d8ecf7;
	border: 1px solid #afcde3;
}

.content-box-gray {
	background-color: #e2e2e2;
	border: 1px solid #bdbdbd;
}

.content-box-green {
	background-color: #d9edc2;
	border: 1px solid #b2ce96;
}

.content-box-purple {
	background-color: #e2e2f9;
	border: 1px solid #bebde9;
}

.content-box-red {
	background-color: #f9dbdb;
	border: 1px solid #e9b3b3;
}

.content-box-yellow {
	background-color: #fef5c4;
	border: 1px solid #fadf98;
}

.callout {
	margin-bottom: 32px;
	padding: 24px;
	background-color: #eee;
	border: 1px solid #bdbdbd;
}

.content-box-list .entry-content ol,
.entry-content ul {
	margin-bottom: 28px;
	margin-left: 20px;
}

/* Color Buttons
------------------------------------------------------------ */
.button-blue,
.button-gray,
.button-green,
.button-purple,
.button-red,
.button-yellow,
.button-black {
	color: #fff;
	padding: 5px 10px;
}

.button-blue:hover,
.button-gray:hover,
.button-green:hover,
.button-purple:hover,
.button-red:hover,
.button-yellow:hover,
.button-black:hover {
	text-decoration: none;
}

.button-black {
	background-color: #000;
	border: 1px solid #000;
}
.button-black:hover {
	background-color: #ff5534;
	border: 1px solid #ff5534;
}

.button-blue {
	background-color: #afcde3;
	border: 1px solid #afcde3;
}
.button-blue:hover {
	background-color: #83a2be;
	border: 1px solid #83a2be;
}

.button-gray {
	background-color: #bdbdbd;
	border: 1px solid #bdbdbd;
}

.button-gray:hover {
	background-color: #919191;
	border: 1px solid #919191;
}

.button-green {
	background-color: #b2ce96;
	border: 1px solid #b2ce96;
}

.button-green:hover {
	background-color: #86a36e;
	border: 1px solid #86a36e;
}

.button-purple {
	background-color: #bebde9;
	border: 1px solid #bebde9;
}

.button-purple:hover {
	background-color: #9291c7;
	border: 1px solid #9291c7;
}

.button-red {
	background-color: #ff6666;
	border: 1px solid #ff6666;
}

.button-red:hover {
	background-color: #ff0000;
	border: 1px solid #ff0000;
}

.button-yellow {
	background-color: #fadf98;
	border: 1px solid #fadf98;
}

.button-yellow:hover {
	background-color: #ecb870;
	border: 1px solid #ecb870;
}

/* Color Buttons
------------------------------------------------------------ */
.button-blue,
.button-gray,
.button-green,
.button-purple,
.button-red,
.button-yellow {
	color: #fff;
	padding: 5px 10px;
}

.button-blue:hover,
.button-gray:hover,
.button-green:hover,
.button-purple:hover,
.button-red:hover,
.button-yellow:hover {
	text-decoration: none;
}

.button-blue {
	background-color: #afcde3;
	border: 1px solid #afcde3;
}

.button-blue:hover {
	background-color: #83a2be;
	border: 1px solid #83a2be;
}

.button-gray {
	background-color: #bdbdbd;
	border: 1px solid #bdbdbd;
}

.button-gray:hover {
	background-color: #919191;
	border: 1px solid #919191;
}

.button-green {
	background-color: #b2ce96;
	border: 1px solid #b2ce96;
}

.button-green:hover {
	background-color: #86a36e;
	border: 1px solid #86a36e;
}

.button-purple {
	background-color: #bebde9;
	border: 1px solid #bebde9;
}

.button-purple:hover {
	background-color: #9291c7;
	border: 1px solid #9291c7;
}

.button-red {
	background-color: #ff6666;
	border: 1px solid #ff6666;
}

.button-red:hover {
	background-color: #ff0000;
	border: 1px solid #ff0000;
}

.button-yellow {
	background-color: #fadf98;
	border: 1px solid #fadf98;
}

.button-yellow:hover {
	background-color: #ecb870;
	border: 1px solid #ecb870;
}

/* # Sidebars
---------------------------------------------------------------------------------------------------- */
.sidebar {
	line-height: 1.5;
}

.sidebar li {
	border-bottom: 1px dotted #ddd;
	margin-bottom: 10px;
	padding-bottom: 10px;
	list-style-type: none;
	word-wrap: break-word;
}

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

.sidebar .widget {
	overflow: auto;
	padding: 40px 0;
	border-bottom: 1px solid #ddd;
}

/* Hello Bar
----------------------------------------------- */
.hello-bar {
	background-color: #ff5534;
	color: white;
	padding: 8px 0;
	text-align: center;
}

/* # Footer Widgets
---------------------------------------------------------------------------------------------------- */
.footer-widgets {
	clear: both;
	line-height: 1.5;
	margin-top: 40px;
}
.footer-widgets .wrap {
	border-top: 2px solid #000;
	padding-top: 40px;
}

.footer-widgets .widget-title {
	font-family: "Rock Salt", cursive;
}

.footer-widgets input {
	border: 1px solid #000;
}

.footer-widgets li {
	list-style-type: disc;
	margin-left: 20px;
	padding-bottom: 14px;
}

.footer-widgets .widget {
	margin-bottom: 10px;
}

.footer-widgets p {
	margin-bottom: 16px;
}
.footer-widgets p:last-child {
	margin-bottom: 0;
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3,
.footer-widgets-4 {
	width: 22.875%;
}

.footer-widgets-1 {
	margin-right: 4.16666666667%;
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3 {
	float: left;
}

.footer-widgets-4 {
	float: right;
}

.footer-widgets-2 .textwidget {
	padding-top: 16px;
	padding-left: 16px;
}

/*.footer-widgets-3 .widget {
	background-color: #eee;
	border: solid 1px #222;
	padding: 24px;
}*/

.footer-widgets-3 li {
	font-size: 0.9em;
}

/* # Site Footer
---------------------------------------------------------------------------------------------------- */
.site-footer {
	line-height: 1;
	margin-top: 24px;
	text-align: center;
}
.site-footer .wrap {
	border-top: 2px solid #000;
	padding: 48px 0;
}
.site-footer p {
	font-size: 0.61em;
	font-weight: 700;
	margin-bottom: 0;
}

/* Whitney's Styles
----------------------------------- */
.services li {
	line-height: 1.25;
	margin-bottom: 24px;
}

.airylist li {
	margin-bottom: 20px;
	line-height: 2;
}

.tightlist li {
	margin-bottom: 8px;
	line-height: 1.625;
}


#user-profile-2.widget.user-profile img.avatar.avatar-125.photo {
	width: 150px;
	/*10rem*/
}

.contact-form select {
	width: 300px;
}

.navdiff a {
	color: #a0a0a0;
}

.tweet-testimonial,
.tweet-motto {
	float: left;
	padding-right: 1em;
	padding-left: 1em;
	width: 50%;
}

img.widgeticon {
	border-radius: 9px;
	background-color: #aaa;
	margin-left: 5px;
}

.widgeticon:hover {
	background-color: #ff5534;
}

.pages,
.clear,
.clear-line,
.first {
	clear: both;
}

.clear-line {
	border-bottom: 1px solid #ddd;
	margin-bottom: 26px;
}

.subscribe-to-comments {
	padding: 24px 0 16px;
}

#authorsure-author-profile img.avatar,
.authorsure-author-box img.avatar {
	margin-right: 20px;
}

.authorsure-author-box img.avatar {
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

.page-id-8494 h2,
.page-id-8494 h3 {
	clear: both;
}
.page-id-8494 li a {
	display: block;
}

/* MailChimp Embedded Form
---------------------------------- */
#mc_embed_signup #mc-embedded-subscribe-form {
	padding: 1em 0 0;
}

#mc_signup {
	overflow: hidden;
	background-color: #eee;
	margin-bottom: 4em;
	padding: 1.5em 1.75em;
}

#mc_subheader {
	line-height: 2em !important;
	margin-bottom: 1em;
}

.mc_merge_var,
.mc_form_inside {
	text-align: center;
}

#mc_signup_submit {
	font-size: 1.25em;
	font-family: "Arimo", sans-serif;
	margin: 0 !important;
}

.mc_merge_var #mc_mv_EMAIL {
	width: 50%;
}

.mc_signup_submit #mc_signup_submit {
	width: 50%;
	margin-top: 0;
}

.mc_merge_var .mc_header_email {
	display: none;
}

/* Grayscale Logos
------------------------------------ */
.desaturate {
	-webkit-filter: grayscale(1);
	filter: grayscale(1);
}

.footerlogo {
	padding: 0.5em 1em;
	width: 24%;
}


/* Responsive Navigation
---------------------------------------------------------------------------------------------------- */
/* Standard Navigation
--------------------------------------------- */
nav {
	clear: both;
}

/* Navigation toggles
--------------------------------------------- */
.sub-menu-toggle,
.menu-toggle {
	display: none;
	visibility: hidden;
}

/* Navigation toggles - Ensure Menu Displays when Scaled Up
--------------------------------------------- */
@media only screen and (max-width: 800px) {
	.no-js nav {
	display: block;
	position: relative;
	}
	.no-js.header-full-width .nav-primary .genesis-nav-menu {
	float: none;
	text-align: center;
	}
	.no-js .genesis-nav-menu {
	text-align: center;
	}
	.no-js .genesis-nav-menu .menu-item {
	display: inline-block;
	}
	.no-js .genesis-nav-menu .menu-item a {
	width: auto;
	}

	.genesis-nav-menu a,
	.genesis-nav-menu > .first > a,
	.genesis-nav-menu > .last > a {
	padding: 20px 16px;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	}

	.menu-toggle,
	.sub-menu-toggle {
	display: block;
	visibility: visible;
	overflow: hidden;
	margin: 0 auto;
	padding: 20px;
	font-size: 20px;
	font-weight: 700;
	text-align: center;
	}

	button.menu-toggle,
	button.sub-menu-toggle {
	z-index: 100;
	background-color: transparent;
	}

	button.menu-toggle {
	color: #000;
	padding: 12px;
	z-index: 1000;
	}

	.header-full-width button.menu-toggle {
	color: white;
	}

	button.sub-menu-toggle {
	float: right;
	position: absolute;
	top: 0;
	right: 0;
	padding: 16px;
	}

	.menu-toggle:before,
	.menu-toggle.activated:before {
	display: inline-block;
	font: normal normal normal 20px FontAwesome;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	transform: translate(0, 0);
	content: "\f0c9";
	padding-right: 12px;
	}

	.sub-menu-toggle:before {
	display: inline-block;
	font: normal normal normal 16px FontAwesome;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	transform: translate(0, 0);
	content: "\f107";
	}

	.sub-menu-toggle.activated:before {
	content: "\f106";
	}

	nav {
	display: none;
	position: relative;
	}
	nav.pagination {
	display: block;
	}

	.nav-primary {
	background-color: white;
	background-color: rgba(255, 255, 255, 0.97);
	position: absolute;
	z-index: 1000;
	}
	.nav-primary .sub-menu li {
	float: none;
	}
	.nav-primary .sub-menu li a:hover {
	color: #ff5534;
	}
	.nav-primary .current-menu-item > a {
	font-weight: 700;
	}

	.genesis-nav-menu .menu-item {
	display: block;
	position: relative;
	text-align: left;
	}
	.genesis-nav-menu .menu-item a {
	width: 100%;
	padding: 16px;
	}
	.genesis-nav-menu .menu-item:hover {
	position: relative;
	}
	.genesis-nav-menu .menu-item:hover > .sub-menu {
	left: 0;
	margin: 0;
	}
	.genesis-nav-menu > .menu-item-has-children > a:after {
	content: none;
	}
	.genesis-nav-menu .sub-menu {
	background-color: white;
	background-color: rgba(255, 255, 255, 0.1);
	display: none;
	clear: both;
	position: static;
	width: 100%;
	opacity: 1;
	}
	.genesis-nav-menu .sub-menu a {
	border-left: none;
	border-right: none;
	}
	.genesis-nav-menu .sub-menu .sub-menu {
	margin: 0;
	}
	.genesis-nav-menu .sub-menu .sub-menu a {
	padding-left: 30px;
	}
	.genesis-nav-menu .sub-menu .sub-menu .sub-menu a {
	padding-left: 40px;
	}

	.genesis-nav-menu .sub-menu a,
	.nav-primary .genesis-nav-menu .sub-menu a {
	padding-left: 40px;
	color: #eee;
	background-color: #1e1e1e;
	background-color: rgba(30, 30, 30, 0.5);
	}

	.header-full-width .genesis-nav-menu .menu-item:hover .sub-menu .sub-menu {
	margin: 0;
	}
}
/* # Media Queries
---------------------------------------------------------------------------------------------------- */
@media only screen and (max-width: 1200px) {
	.site-inner,
	.wrap {
	max-width: 960px;
	}

	.content-sidebar-sidebar .content-sidebar-wrap,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-sidebar-content .content-sidebar-wrap,
	.full-width-content .content {
	width: 740px;
	}

	.content {
	width: 620px;
	}

	.sidebar-content-sidebar .content,
	.sidebar-sidebar-content .content,
	.content-sidebar-sidebar .content {
	width: 400px;
	}

	.sidebar-primary {
	width: 300px;
	}
}
@media only screen and (max-width: 960px) {
	.site-header {
	margin-top: 24px;
	}

	.site-inner,
	.wrap {
	max-width: 800px;
	}

	.content,
	.content-sidebar-sidebar .content,
	.content-sidebar-sidebar .content-sidebar-wrap,
	.full-width-content .content,
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.footer-widgets-4,
	.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 {
	width: 100%;
	}

	.wrap {
	padding: 20px 5%;
	}

	.title-area {
	background-position: center top;
	width: 100%;
	padding-left: 0;
	}

	.site-title {
	padding-top: 115px;
	text-align: center;
	}

	.site-description {
	text-align: center;
	}

	.header-image .title-area {
	float: none;
	margin: 0 auto;
	width: 490px;
	}

	.genesis-nav-menu li,
	.site-header ul.genesis-nav-menu,
	.site-header .search-form {
	float: none;
	}

	.genesis-nav-menu,
	.site-header .search-form {
	text-align: center;
	}

	.genesis-nav-menu a,
	.genesis-nav-menu > .first > a,
	.genesis-nav-menu > .last > a {
	padding: 20px 16px;
	}

	.site-header .search-form {
	margin: 16px auto;
	}

	.genesis-nav-menu li.right {
	display: none;
	}

	.footer-widgets-1 {
	margin-right: 0;
	}
}
@media only screen and (max-width: 800px) {
	body {
	background-color: white;
	font-size: 0.9em;
	}

	.site-title {
	font-size: 36px;
	}

	.site-description {
	font-size: 14px;
	}

	.header-full-width .site-header {
	position: relative;
	}
	.header-full-width .title-area {
	padding: 16px 0;
	width: 100%;
	}
	.header-full-width .site-inner {
	margin-top: 0;
	}

	.header-image .title-area {
	background-size: contain;
	width: 100%;
	}

	.wrap {
	padding-left: 5%;
	padding-right: 5%;
	}

	.archive-description,
	.author-box,
	.comment-respond,
	.entry,
	.entry-comments,
	.entry-pings,
	.sidebar .widget,
	.site-header {
	padding: 0;
	}

	.archive-pagination li a {
	margin-bottom: 4px;
	}

	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
	margin: 0;
	width: 100%;
	}

	.sidebar .widget.enews-widget {
	padding: 40px;
	}

	.enews-widget input {
	width: 100%;
	}
}
@media only screen and (max-width: 480px) {
	.title-area {
	background-size: 35px;
	}

	.site-title {
	font-size: 30px;
	padding-top: 100px;
	}
}
