/*
    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.5
    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(http://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*/span.data-icon {
    *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = rel);
}

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: #999;
}

a, .entry-title a:hover, blockquote:before, .site-title a:hover, .sharrre .share span, #featured .featured-content h2 em {
    color: #ed5a48;
}

.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: #bbb;
}

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: 64px;
    font-size: 4rem;
}

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

h5, blockquote, .site-footer p, .entry-content, #cancel-comment-reply-link {
    font-size: 18px;
    font-size: 1.125rem;
}

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

.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: 900px;
    padding: 0 20px;
}

.site-inner {
    clear: both;
    overflow: hidden;
    padding: 48px 0 112px;
    padding: 3rem 0 7rem;
}

/* - CSS Grid ----------- */

.sidebar {
    width: 30.555555555%;
}

.content-sidebar .content, .sidebar-content .content {
    width: 65.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: 9;
}

.site-header {
    background: #fff;
    border-bottom: 1px solid #e3e3e3;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 10;
    height: 76px;
}

.site-header .wrap {
    overflow: hidden;
}

.site-header .nav-primary .wrap {
    padding: 0;
    max-width: auto;
    margin: 0;
}

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

.site-header .wrap, .site-header .title-area, .site-header .site-title {
    height: 100%;
}

.site-header .title-area {
    height: 76px;
}

/* - Main Content ----------- */

.content .post.entry, .search .content .page.entry, .content .attachment.entry {
    margin-bottom: 80px;
    margin-bottom: 5rem;
    padding-left: 140px;
    position: relative;
    min-height: 270px;
}

.content .page.entry {
    margin: 0;
    padding: 0;
}

.entry-content {
    overflow: hidden;
}

.entry-content, .entry-content p {
    line-height: 1.75;
}

.entry-content 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 6rem;
    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;
}

.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;
    *padding-left: 16px;
}

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

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

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

.genesis-nav-menu > li {
    line-height: 76px;
    height: 76px;
    /* 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-color: #fff;
    border: 1px solid #e3e3e3;
    border-top: none;
    padding: 16px;
    padding: 1rem;
    position: relative;
    width: 170px;
}

.genesis-nav-menu li ul {
    left: -9999px;
    position: absolute;
    width: 212px;
    z-index: 99;
}

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

.taxonomy-description h1, .archive-title {
    margin-bottom: 4px;
    margin-bottom: 0.25rem;
}


/*
= Lists
---------------------------------------------------------------------------------------------------- */

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

.entry-content ol li, .entry-content ul li {
    line-height: 1.625;
}

.entry-content ol li, .entry-content ul li {
    margin-left: 40px;
    margin-left: 2.5rem;
}

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


/*
= 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-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;
}

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

/* - 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: #eee;
    border-top: 1px solid #dddddd;
    color: #999;
    clear: both;
    padding: 64px 0;
    padding: 4rem 0 3.5rem;
    position: relative;
    text-align: center;
    line-height: 36px;
}

.site-footer .wrap {
    overflow: hidden;
}

.site-footer a {
    color: #999;
    background: #fff;
    padding: 2px 5px;
}

.site-footer a:hover {
    color: #666;
}

.site-footer .gototop {
    position: absolute;
    top: -34px;
    text-align: center;
    width: 100%;
    left: 0;
}

.site-footer .gototop a {
    background: #bfbfbf;
    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 #ddd;
    -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;
}

.site-footer .gototop a:hover {
    background: #b9b9b9;
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
}

.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-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 {
    background: rgb(252,252,252);
 /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(252,252,252,1) 0%, rgba(244,244,244,1) 100%);
 /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(252,252,252,1)), color-stop(100%,rgba(244,244,244,1)));
 /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(252,252,252,1) 0%,rgba(244,244,244,1) 100%);
 /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(252,252,252,1) 0%,rgba(244,244,244,1) 100%);
 /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(252,252,252,1) 0%,rgba(244,244,244,1) 100%);
 /* IE10+ */
    background: linear-gradient(to bottom,  rgba(252,252,252,1) 0%,rgba(244,244,244,1) 100%);
 /* W3C */
    -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 #dedede;
    color: #888;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-size: 1rem;
    font-weight: 700;
    padding: 12px 16px;
    padding: .75rem 1rem;
    text-transform: uppercase;
    width: auto;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    text-shadow: 1px 1px 0 #fff;
}

button:hover, input[type="button"]:hover, input[type="submit"]:hover, .btn:hover, .read-more a:hover, .pagination a:hover {
    border-color: #ccc;
    -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: #666;
}

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


/* - 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;
}

input[type="checkbox"] { 
    -webkit-appearance: checkbox; 
}

/*
= 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;
}

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: 6rem 0;
}

#featured .wrap {
    overflow: hidden;
}

#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 0 10px #ed523f;
    -moz-box-shadow: 0 0 0 10px #ed523f;
    box-shadow: 0 0 0px 10px #ed523f;
    *border: 10px solid #ed523f;
    *margin-top: 0;
}

#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 p {
    font-size: 20px;
    font-size: 1.25rem;
}

#featured_post_image {
    padding: 64px 0;
    padding: 4rem 0;
    height: auto;
}

#featured_post_image .entry-title {
    background: #111;
    background: rgba(0,0,0,.75);
    color: #fff;
    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;
    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;
}


/*
= 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: #888;
    display: none;
    height: 100%;
    position: absolute;
    right: 0;
}

.mobile-menu:hover {
    color: #888;
}

.mobile-menu, .mobile-menu:hover, .mobile-menu:active {
    background: #fff;
    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;
}

.mobile-menu.active {
    color: #222;
}

.mobile-menu span:before {
    font-size: 32px;
    font-weight: normal;
}

.nav-primary.active {
    display: block !important;
}

    /* MOBILE MENU IE HAX */
.ie-mobile .mobile-menu {
    display: block;
    width: 70px;
    font-size: 32px;
}

.ie-mobile .nav-primary {
    background: #fff;
    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;
}


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

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

    .mobile-menu {
        display: block;
    }

    .nav-primary {
        background: #fff;
        position: absolute;
        top: 76px;
        left: 0;
        width: 100%;
        display: none;
        padding-bottom: 16px;
        border-bottom: 1px solid #E3E3E3;
        max-height: 480px;
        overflow: auto;
    }

    .site-header .nav-primary .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: #eee;
        margin: 4px 2px;
        display: inline-block;
        padding: 8px 15px;
        border: none;
        width: auto !important;
        font-size: 12px;
        font-size: .75rem;
    }

    .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: none;
        margin: 10px 0 20px 0;
    }

    #featured .featured-content h2 {
        font-size: 40px;
        font-size: 2.5rem;
    }
}

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

    #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: 3rem 0;
    }

    #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-footer {
        position: static;
        width: 100%;
        clear: both;
        display: inline-block;
        border-top: 1px solid #e3e3e3;
    }

    .entry-footer li, .entry-footer li:last-child {
        float: left;
        border: none;
        margin-right: 20px;
        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 .count {
        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 {
        float: left;
        text-align: left;
    }

    .sharrre .box {
        width: 80px;
    }

    .read-more {
        display: none;
    }

    #author, #email, #url {
        width: 70%;
    }

    .sidebar-primary {
        margin-top: 32px;
        margin-top: 2rem;
    }

    .sidebar-primary, .content-sidebar .content, .sidebar-content .content {
        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;
    }
}

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

    html {
        font-size: 87.5%;
        /* 14px base */;
    }

    #featured {
        text-align: center;
        padding: 32px 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_post_box {
        margin-left: -20px;
        margin-right: -20px;
        padding: 32px 20px;
    }

    .comment-list .children #respond {
        margin: 0;
    }

    .comment-list li .avatar {
        max-width: 50px;
        margin: 6px 1rem 5px 5px;
    }

    .children .comment img.avatar {
        margin: 6px 1rem 5px 10px;
    }

    #commentform label, #commentform .required {
        display: none;
    }

    #author, #email, #url, #submit {
        width: 100%;
    }

    .comment_toggle {
        opacity: 1;
    }

    .sharrre .buttons {
        padding: 20px 5px;
        margin-left: -20px;
    }
}