/*
    Theme Name: Book Theme
    Theme URI: http://one.somothemes.com/themes/book/
    Description: Book Theme is a Premium WordPress theme for Book Authors created using the Somo Framework. Please do not modify this stylesheet, as it might get overridden in updates.
    Author: SomoThemes
    Author URI: http://somothemes.com/
    Version: 2.1.2
    Tags: one-column, two-columns, three-columns, left-sidebar, right-sidebar, flexible-width, custom-menu, featured-images, full-width-template, microformats, sticky-post, theme-options, threaded-comments, translation-ready

    License: GPL-2.0+
    License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/* WARNING - Please read the notice below:

        Please DO NOT edit this file under any circumstances. Please do all modifications in the form of a child theme.
        Copy the contents of this file to the child theme. Do not use @import, as contents of this CSS file might change in the future.

*/
/* Table of Contents

        - HTML5 Reset
                - Baseline Normalize
                - Box Sizing
                - Float Clearing
        - Defaults
                - Typographical Elements
                - Headings
                - Objects
                - Forms
                - Custom Buttons and Boxes
                - Tables
        - Structure and Layout
                - Site Containers
                - Column Widths and Positions
                - Column Classes
        - Common Classes
                - WordPress
                - Genesis
                - Titles
        - Widgets
                - Featured Content
        - Plugins
                - Genesis eNews Extended
                - Genesis Latest Tweets
                - Gravity Forms
                - Jetpack
        - Site Header
                - Title Area
        - Site Navigation
                - Navigation Extras
                - Mobile Navigation
                - Site Header Navigation
                - Primary Navigation
                - Secondary Navigation
        - Content Area
                - Entries
                - Pagination
                - Comments
        - Sidebars
        - Home Widgets
        - Footer Widgets
        - Site Footer
        - Media Queries
                - max-width: 1151px
                - max-width: 1023px
                - max-width: 767px

*/


/*
HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* Baseline Normalize
        normalize.css v2.1.2 | MIT License | git.io/normalize
--------------------------------------------- */

article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden]{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
--------------------------------------------- */

.archive-pagination:before,
.clearfix:before,
.entry:before,
.entry-pagination:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.wrap:before {
    content: " ";
    display: table;
}

.archive-pagination:after,
.clearfix:after,
.entry:after,
.entry-pagination:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.wrap:after {
    clear: both;
    content: " ";
    display: table;
}

.clear {
    clear: both;
}


/*
Defaults
---------------------------------------------------------------------------------------------------- */

/* Typographical Elements
--------------------------------------------- */

html {
    font-size: 62.5%; /* 10px browser default */
}

body {
    background-color: #fff;
    color: #1e1e1e;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 300;
    line-height: 1.618033988749895;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button {
    -webkit-transition: all 0.2s ease-in-out !important;
    -moz-transition:    all 0.2s ease-in-out !important;
    -ms-transition:     all 0.2s ease-in-out !important;
    -o-transition:      all 0.2s ease-in-out !important;
    transition:         all 0.2s ease-in-out !important;
}

::-moz-selection {
    background-color: #144771;
    color: #fff;
}

::selection {
    background-color: #144771;
    color: #fff;
}

a {
    color: #103b5b;
    text-decoration: none;
}

a img {
    margin-bottom: -4px;
    margin-bottom: -0.4rem;
}

a:hover {
    color: #1e1e1e;
}

a:link {
    -webkit-tap-highlight-color: rgba(20, 71, 113, 0.4);
}

p {
    margin: 0 0 26px;
    margin: 0 0 2.6rem;
    padding: 0;
}

p,
div {
    font-size: 16px;
    font-size: 1.6rem;
}

strong {
    font-weight: 700;
}

ol,
ul {
    margin: 0;
    padding: 0;
}

blockquote {
    background: url('images/quote.png') no-repeat 24px 24px;
    background-color: #cae5f2;
    border-radius: 5px;
    font-family: Georgia,"Times New Roman",Times,serif;
    font-style: italic;
    padding: 40px 25px 10px 80px;
    padding: 4rem 2.5rem 1rem 8rem;
    margin: 0 0 20px 0;
    margin: 0 0 2rem 0;
    text-align: left;
}

blockquote cite {
    clear: both;
    display: block;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
    text-align: right;
    margin-top: 7px;
    margin-top: 0.5rem;
    width: 96%;
}

blockquote p {
    margin-bottom: 13px;
}

.entry-content code {
    background-color: #ddd;
    color: #333;
}

cite {
    clear: both;
    display: block;
    font-style: normal;
    text-align: right;
}

/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #1e1e1e;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    line-height: 1.2;
    margin: 0 0 16px;
    margin: 0 0 1.6rem;
}

h1 {
    font-size: 36px;
    font-size: 3.6rem;
}

h2 {
    font-size: 32px;
    font-size: 3.2rem;
}

h3 {
    font-size: 26px;
    font-size: 2.6rem;
}

h4 {
    font-size: 20px;
    font-size: 2rem;
}

h5 {
    font-size: 16px;
    font-size: 1.6rem;
}

h6 {
    font-size: 13px;
    font-size: 1.3rem;
}

/* Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
    max-width: 100%;
}

img {
    height: auto;
    width: auto; /* IE8 */
}

/* Forms
--------------------------------------------- */

input,
select,
textarea {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 3px;
    box-shadow: 1px 1px 3px #eee inset;
    color: #1e1e1e;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.618033988749895;
    padding: 8px;
    padding: 0.8rem;
    width: 100%;
}

textarea {
    font-size: 16px;
    font-size: 1.6rem;
}

input:focus,
textarea:focus {
    border: 1px solid #a1d0e8;
    outline: none;
}

::-moz-placeholder {
    color: #999;
    opacity: 1;
}

::-webkit-input-placeholder {
    color: #999;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.entry-content .button {
    background-color: #144771;
    border: none;
    box-shadow: none;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    font-size: 1.6rem;
    padding: 13px 21px;
    padding: 1.3rem 2.1rem;
    text-decoration: none;
    width: auto;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
.entry-content .button:hover {
    background-color: #fbd00e;
    color: #1e1e1e;
}

.entry-content .button:hover {
    color: #fff;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
    display: none;
}

/* Custom Buttons and Boxes
--------------------------------------------- */
.button {
    border-radius: 3px;
    display: inline-block;
    margin: 0 5px 5px 0;
    margin: 0 0.5rem 0.5rem 0;
    padding: 13px 21px;
    padding: 1.3rem 2.1rem;
}

.small,
.button.small {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 24px;
    line-height: 2.4rem;
    margin: 0 3px 3px 0;
    margin: 0 0.3rem 0.3rem 0;
    padding: 10px 20px;
    padding: 1rem 2rem;
}

.large,
.button.large {
    font-size: 20px;
    font-size: 2rem;
    line-height: 32px;
    line-height: 3.2rem;
    margin: 0 10px 10px 0;
    margin: 0 1rem 1rem 0;
    padding: 16px 24px;
    padding: 1.6rem 2.4rem;
}

.blue,
.button.blue {
    background-color: #144771 !important;
}

.button.blue:hover {
    background-color: #113b5e !important;
}

.green,
.button.green {
    background-color: #2a8a15 !important;
}

.button.green:hover {
    background-color: #237311 !important;
}

.red,
.button.red {
    background-color: #ad1700 !important;
}

.button.red:hover {
    background-color: #951400 !important;
}

.orange,
.button.orange{
    background-color: #f15123 !important;
}

.button.orange:hover {
    background-color: #eb3f0f !important;
}

.yellow,
.button.yellow{
    background-color: #ffcc33 !important;
    color: #444 !important;
}

.button.yellow:hover {
    background-color: #ffbf00 !important;
    color: #444 !important;
}

.gray,
.grey,
.button.gray,
.button.grey{
    background-color: #1e1e1e !important;
}

.button.gray:hover,
.button.grey:hover {
    background-color: #111 !important;
}

.add-to-cart {
    background: #e5b030;
    display: inline-block;
    margin-right: 20px;
    margin-right: 2rem;
    text-align: center;
    width: 160px;
    height: 27px;
}

.buy-now {
    background: #e5b030;
    display: inline-block;
    margin-right: 20px;
    margin-right: 2rem;
    text-align: center;
    width: 160px;
    height: 27px;
}

.icon-brush {
    background: url( 'images/icons_blue.png' ) 0 0 no-repeat;
    display: inline-block;
    float: left;
    margin-right: 20px;
    width: 100px;
    height: 100px;
}

.icon-edit {
    background: url( 'images/icons_blue.png' ) -100px 0 no-repeat;
    display: inline-block;
    float: left;
    margin-right: 20px;
    width: 100px;
    height: 100px;
}

.icon-sun {
    background: url( 'images/icons_blue.png' ) -200px 0 no-repeat;
    display: inline-block;
    float: left;
    margin-right: 20px;
    width: 100px;
    height: 100px;
}

.icon-image {
    background: url( 'images/icons_blue.png' ) -300px 0 no-repeat;
    display: inline-block;
    float: left;
    margin-right: 20px;
    width: 100px;
    height: 100px;
}

.message-box,
.note-box,
.success-box,
.alert-box,
.info-box {
    margin-bottom: 26px;
    padding: 13px;
}

.message-box {
    background-color: #eee;
    border: 1px solid #ddd;
}

.message-box.yellow,
.note-box {
    background-color: #ff9;
    border: 1px solid #e6e68a;
}

.message-box.green,
.success-box {
    background-color: #daf2ca;
    border: 1px solid #bee8a1;
}

.message-box.red,
.alert-box {
    background-color: #ffd3cc;
    border: 1px solid #ffbdb3;
}

.message-box.blue,
.info-box {
    background-color: #ddecfd;
    border: 1px solid #c5dffc;
}

/* Tables
--------------------------------------------- */

table {
    border-collapse: collapse;
    border-spacing: 0;
    line-height: 1.618033988749895;
    margin-bottom: 30px;
    margin-bottom: 3rem;
    width: 100%;
}

tbody {
    border-bottom: 1px solid #ddd;
}

th,
td {
    text-align: left;
}

th {
    font-weight: bold;
    text-transform: none;
}

td {
    border-top: 1px solid #ddd;
    padding: 6px 0;
    padding: 0.6rem 0;
}


/*
Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* Site Containers
--------------------------------------------- */

.site-container {
    background: #cae5f2;
}

.site-inner,
.wrap {
    margin: 0 auto;
    max-width: 100%;
}

.wrap {
    max-width: 1152px;
}

.site-inner {
    border-top: 5px solid #144771;
    clear: both;
    padding-top: 30px;
    padding-top: 9.2rem;
}

.site-inner .wrap {
    padding: 0;
}

/* 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: 928px;
}

.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;
    line-height: 26px;
    width: 752px;
    word-wrap: break-word;
}

.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 {
    line-height: 25px;
    width: 528px;
}

.full-width-content .content {
    line-height: 29px;
    width: 100%;
}

/* Primary Sidebar */

.sidebar-primary {
    float: right;
    width: 370px;
}

.sidebar-content .sidebar-primary,
.sidebar-sidebar-content .sidebar-primary {
    float: left;
}

/* Secondary Sidebar */

.sidebar-secondary {
    float: left;
    width: 194px;
}

.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;
    line-height: 25px;
    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
---------------------------------------------------------------------------------------------------- */

/* WordPress
--------------------------------------------- */

.avatar {
    float: left;
}

.alignleft .avatar {
    margin-right: 26px;
    margin-right: 2.6rem;
}

.alignright .avatar {
    margin-left: 24px;
    margin-left: 2.4rem;
}

.search-form input[type="submit"] {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    padding: 0;
    position: absolute;
    width: 1px;
}

.sticky {
}

img.centered,
.aligncenter {
    display: block;
    margin: 0 auto 26px;
    margin: 0 auto 2.6rem;
    max-width: 100%;
    text-align: center;
}

img.alignnone {
    margin-bottom: 13px;
    margin-bottom: 1.3rem;
}

.alignleft {
    float: left;
    text-align: left;
}

.alignright {
    float: right;
    text-align: right;
}

img.alignleft,
.wp-caption.alignleft {
    margin: 10px 26px 10px 0;
    margin: 1rem 2.6rem 1rem 0;
}

img.alignright,
.wp-caption.alignright {
    margin: 10px 0 10px 26px;
    margin: 1rem 0 1rem 2.6rem;
}

.wp-caption-text {
    font-size: 13px;
    font-size: 1.3rem;
    font-weight: 700;
    text-align: center;
}

p.wp-caption-text {
    margin-bottom: 0;
}

.gallery-caption {
}

.widget_calendar table {
    width: 100%;
}

.widget_calendar td,
.widget_calendar th {
    text-align: center;
}

/* Genesis
--------------------------------------------- */

.breadcrumb {
    background-color: #fff;
    border: 1px solid #a1d0e8;
    color: #8a8c8e;
    font-size: 13px;
    font-size: 1.3rem;
    padding: 20px 30px;
    padding: 2rem 3rem;
    margin-bottom: 30px;
    margin-bottom: 3rem;
}

.breadcrumb a {
    color: #8a8c8e;
}

.breadcrumb a:hover {
    text-decoration: underline;
}

.single .breadcrumb,
.page .breadcrumb {
    margin-bottom: 0 !important;
}

.single .breadcrumb + .entry,
.page .breadcrumb + .entry {
    border-top-width: 0;
    margin-top: 0 !important;
}

.breadcrumb + .author-box,
.breadcrumb + .archive-description,
.archive-description + .author-box {
    border-top-width: 0;
    margin-top: -3rem;
}

.page-template-page_blog-php .breadcrumb {
    margin-bottom: 30px !important;
    margin-bottom: 3rem !important;
}

.page-template-page_blog-php .breadcrumb + .entry {
    border-top-width: 1px;
}

.somo-home .breadcrumb {
    display:none;
}

.archive-description,
.author-box {
    background-color: #fff;
    border: 1px solid #a1d0e8;
    margin-bottom: 30px;
    margin-bottom: 3rem;
}

.archive-description {
    padding: 20px 30px;
    padding: 2rem 3rem;
    margin: 0 0 30px;
    margin: 0 0 3rem;
}

.archive-description p:last-child {
    margin-bottom: 1rem;
}

.author-box {
    padding: 20px 30px;
    padding: 2rem 3rem;
    margin: 0 0 30px;
    margin: 0 0 3rem;
}

.author-box-social {
    clear: both;
}

.author-box-title,
.author-box-social-title {
    color: #1e1e1e;
    font-size: 26px;
    font-size: 2.6rem;
    margin-bottom: 6px;
    margin-bottom: 0.6rem;
}

.author-box a {
    text-decoration: underline;
}

.author-box p {
    margin-bottom: 0;
}

.single .author-box-title,
.single .author-box-social-title {
    font-size: 20px;
    font-size: 2rem;
}

.author-box .avatar {
    margin: 0 20px 20px 0;
    margin: 0 2rem 2rem 0;
}

.author-box-social-list {
    font-size: 13px;
    font-size: 1.3rem;
    list-style-type: none;
}

.author-social-profiles {
    display: inline-block;
    margin-right: 5px;
    margin-right: 0.5rem;
    margin-bottom: 5px;
    margin-bottom: 0.5rem;
    padding: 0;
}

.author-social-profiles a {
    background: #1f70b2;
    color: #fff;
    display: block;
    text-decoration: none;
    padding: 6px 12px;
    padding: 0.6rem 1.2rem;
}

.author-social-profiles a:hover {
    background: #fbd00e;
    color: #1e1e1e;
}


/* Titles
--------------------------------------------- */

.entry-title {
    font-size: 32px;
    font-size: 3.2rem;
    line-height: 1.2;
    word-wrap: break-word;
}

.entry-title a,
.sidebar .widget-title a {
    color: #1e1e1e;
}

.entry-title a:hover {
    color: #103b5b;
}

.widget-title {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
    margin-bottom: 5px;
    margin-bottom: 0.5rem;
    /*text-transform: uppercase;*/
}

.sidebar .widget-title a {
    border: none;
}

.archive-title {
    font-size: 26px;
    font-size: 2.6rem;
    margin-bottom: 13px;
    margin-bottom: 1.3rem;
}

.search-results .archive-title {
    margin-bottom: 0;
}


/*
Widgets
---------------------------------------------------------------------------------------------------- */

/* Featured Content
--------------------------------------------- */

.featured-content .entry {
    border: none;
    border-bottom: 1px solid #a1d0e8;
    margin-bottom: 20px;
    margin-bottom: 2rem;
    padding: 0 0 6px;
    padding: 0 0 0.6rem;
}

.featured-content .entry:last-child {
    border: none;
    margin-bottom: 0;
}

.featured-content .entry-title {
    border: none;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 23px;
    line-height: 2.3rem;
}

.featured-content .entry-header .entry-meta {
    margin-bottom: 10px;
    margin-bottom: 1rem;
}

.featured-content .entry-title a {
    border: none;
    text-decoration: none;
}

.featured-content .alignleft img,
.featured-content .alignnone img,
.featured-content .alignright img {
    /*margin: 0;*/
    margin-bottom: 10px;
    margin-bottom: 1rem;
}

/*
Plugins
---------------------------------------------------------------------------------------------------- */

/* Genesis eNews Extended
--------------------------------------------- */

.enews-widget {
    background-color: #1e1e1e;
    color: #999;
}

.enews-widget .widget-title {
    color: #fff;
}

.enews-widget input {
    margin-bottom: 16px;
    margin-bottom: 1.6rem;
}

.enews-widget input:focus {
    border: 1px solid #a1d0e8;
}

.enews-widget input[type="submit"] {
    background-color: #144771;
    color: #fff;
    margin: 0;
    width: 100%;
}

.enews-widget input:hover[type="submit"] {
    background-color: #113b5e;
    color: #fff;
}


/* Genesis Latest Tweets
--------------------------------------------- */

.latest-tweets ul li {
    margin-bottom: 16px;
    margin-bottom: 1.6rem;
}

/* Gravity Forms
--------------------------------------------- */

div.gform_wrapper input[type="email"],
div.gform_wrapper input[type="text"],
div.gform_wrapper textarea,
div.gform_wrapper .ginput_complex label {
    font-size: 16px;
    font-size: 1.6rem;
    padding: 16px;
    padding: 1.6rem;
}

div.gform_wrapper .ginput_complex label {
    padding: 0;
}

div.gform_wrapper li,
div.gform_wrapper form li {
    margin: 16px 0 0;
    margin: 1.6rem 0 0;
}

div.gform_wrapper .gform_footer input[type="submit"] {
    font-size: 13px;
    font-size: 1.3rem;
}

/* Jetpack
--------------------------------------------- */

img#wpstats {
    display: none;
}


/*
Site Header
---------------------------------------------------------------------------------------------------- */

.site-header {
    background-color: #78bcde;
    text-align: center;
}

.site-header .wrap {
    padding: 10px;
    padding: 1rem;
}

.custom-background .site-container,
.custom-background .site-header {
    background: transparent !important;
}

/* Title Area
--------------------------------------------- */

.title-area {
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    padding: 7px 0;
    padding: 0.7rem 0;
}

.header-image .title-area {
    padding: 0;
}

.site-title {
    color: #081f30;
    font-size: 70px;
    font-size: 7rem;
    line-height: 1;
    margin: 0 0 8px;
    margin: 0 0 0.8rem;
    text-transform: uppercase;
}

.site-title a,
.site-title a:hover {
    color: #081f30;
    -webkit-tap-highlight-color: transparent;
}

.site-description {
    color: #081f30;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
    font-style: italic;
    font-weight: bold;
    line-height: 1.25;
    margin-bottom: 0;
    text-align: center;
    text-transform: uppercase;
}

/* 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 .site-title a {
    background: url('images/logo.png') top center no-repeat ;
    margin: 0 auto;
    padding: 40px 0;
    padding: 4rem 0;
}


/*
Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
    clear: both;
    color: #999;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
    width: 100%;
}

.genesis-nav-menu .menu-item {
    display: inline-block;
    -webkit-tap-highlight-color: rgba(20, 71, 113, 0.4);
    text-align: left;
}

.genesis-nav-menu a {
    border: none;
    color: #999;
    display: block;
    padding: 1px 12px;
    padding: 1rem 1.2rem;
    position: relative;
}

.genesis-nav-menu a:hover {
    cursor: pointer;
}

.genesis-nav-menu .sub-menu {
    left: -9999px;
    opacity: 0;
    position: absolute;
    -webkit-transition: opacity .4s ease-in-out;
    -moz-transition:    opacity .4s ease-in-out;
    -ms-transition:     opacity .4s ease-in-out;
    -o-transition:      opacity .4s ease-in-out;
    transition:         opacity .4s ease-in-out;
    width: 200px;
    z-index: 99;
}

.genesis-nav-menu .sub-menu a {
    background-color: #cae5f2;
    border: 1px solid #a1d0e8;
    border-top: none;
    font-size: 14px;
    font-size: 1.4rem;
    padding: 11px 12px;
    padding: 1.1rem 1.2rem;
    position: relative;
    width: 200px;
}

.genesis-nav-menu .sub-menu .sub-menu {
    margin: -45px 0 0 199px;
}

.genesis-nav-menu .menu-item:hover {
    position: static;
}

.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;
}

/* Navigation Extras
--------------------------------------------- */

.genesis-nav-menu > .right {
    color: #fff;
    display: inline-block;
    float: right;
    list-style-type: none;
    padding: 11px 12px;
    padding: 1.1rem 1.2rem;
}

.genesis-nav-menu > .right > a {
    display: inline;
    padding: 0;
}

.genesis-nav-menu > .rss > a {
    margin-left: 32px;
    margin-left: 3.2rem;
}

.genesis-nav-menu > .search {
    padding: 5px 10px;
    padding: 0.5rem 1rem;
}

.genesis-nav-menu > .search input[type="search"] {
    padding: 6px;
    padding: 0.6rem;
}

.genesis-nav-menu .menu-item.top,
.genesis-nav-menu .menu-item.twitter,
.genesis-nav-menu .menu-item.facebook,
.genesis-nav-menu .menu-item.googleplus,
.genesis-nav-menu .menu-item.pinterest,
.genesis-nav-menu .menu-item.youtube,
.genesis-nav-menu .menu-item.linkedin,
.genesis-nav-menu .menu-item.stumbleupon,
.genesis-nav-menu .menu-item.rssfeed,
.genesis-nav-menu .menu-item.email {
    margin: 5px 4px;
    margin: 0.5rem 0.4rem;
    overflow: hidden;
    padding: 0;
    text-indent: 100%;
    width: 32px;
    max-height: 32px;
}

.genesis-nav-menu .menu-item.top a:hover,
.genesis-nav-menu .menu-item.twitter a:hover,
.genesis-nav-menu .menu-item.facebook a:hover,
.genesis-nav-menu .menu-item.googleplus a:hover,
.genesis-nav-menu .menu-item.pinterest a:hover,
.genesis-nav-menu .menu-item.youtube a:hover,
.genesis-nav-menu .menu-item.linkedin a:hover,
.genesis-nav-menu .menu-item.stumbleupon a:hover,
.genesis-nav-menu .menu-item.rssfeed a:hover,
.genesis-nav-menu .menu-item.email a:hover {
    border-right: 1px solid transparent;
    border-left: 1px solid transparent;
    opacity: 0.7;
}

.genesis-nav-menu .menu-item.top a {
    background: url(images/up.png) no-repeat top center !important;
    color: transparent !important;
    display: block;
    height: 32px;
    margin: 0;
    padding: 0;
}

.genesis-nav-menu .menu-item.twitter a {
    background: url(images/social-icons/32/32x32_twitter.png) no-repeat left center !important;
    color: transparent !important;
    display: block;
    height: 32px;
    margin: 0;
    padding: 0;
}

.genesis-nav-menu .menu-item.facebook a {
    background: url(images/social-icons/32/32x32_facebook.png) no-repeat left center !important;
    color: transparent !important;
    display: block;
    height: 32px;
    margin: 0;
    padding: 0;
}

.genesis-nav-menu .menu-item.googleplus a {
    background: url(images/social-icons/32/32x32_googleplus.png) no-repeat left center !important;
    color: transparent !important;
    display: block;
    height: 32px;
    margin: 0;
    padding: 0;
}

.genesis-nav-menu .menu-item.pinterest a {
    background: url(images/social-icons/32/32x32_pinterest.png) no-repeat left center !important;
    color: transparent !important;
    display: block;
    height: 32px;
    margin: 0;
    padding: 0;
}

.genesis-nav-menu .menu-item.youtube a {
    background: url(images/social-icons/32/32x32_youtube.png) no-repeat left center !important;
    color: transparent !important;
    display: block;
    height: 32px;
    margin: 0;
    padding: 0;
}

.genesis-nav-menu .menu-item.linkedin a {
    background: url(images/social-icons/32/32x32_linkedin.png) no-repeat left center !important;
    color: transparent !important;
    display: block;
    height: 32px;
    margin: 0;
    padding: 0;
}

.genesis-nav-menu .menu-item.stumbleupon a {
    background: url(images/social-icons/32/32x32_stumbleupon.png) no-repeat left center !important;
    color: transparent !important;
    display: block;
    height: 32px;
    margin: 0;
    padding: 0;
}

.genesis-nav-menu .menu-item.rssfeed a {
    background: url(images/social-icons/32/32x32_rss.png) no-repeat left center !important;
    color: transparent !important;
    display: block;
    height: 32px;
    margin: 0;
    padding: 0;
}

.genesis-nav-menu .menu-item.email a {
    background: url(images/social-icons/32/32x32_email.png) no-repeat left center !important;
    color: transparent !important;
    display: block;
    height: 32px;
    margin: 0;
    padding: 0;
}

.genesis-nav-menu .highlight-menu-item a {
    background-color: #fbd00e;
    color: #1e1e1e;
}

.genesis-nav-menu .highlight-menu-item a:hover {
    color: #fff !important;
    background-color: #0e64b4 !important;
    border-left: 1px solid transparent !important;
    border-right: 1px solid transparent !important;
}

/* Mobile Navigation
--------------------------------------------- */

.flyout-menu {
    display: none;
}

.flyout-menu-buttons {
    position: fixed;
    top: 0;
    left: 0;
    padding: 0 0;
    z-index: 999;
}

.menu-toggle-open,
.menu-toggle-close {
    background-image: url(images/icon-nav.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-color: #144771;
    border: 1px solid #0a243a;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: -1px -1px 1px rgba(255, 255, 255, 0.5);
    -moz-box-shadow: -1px -1px  1px rgba(255, 255, 255, 0.5);
    box-shadow: -1px -1px 1px rgba(255, 255, 255, 0.5);
    display: block;
    float: left;
    margin: 10px 0 0 5px;
    opacity: 0.7;
    overflow: hidden;
    -webkit-tap-highlight-color: rgba(20, 71, 113, 0.4);
    text-indent: 100%;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    width: 42px;
    height: 36px;
}

.menu-toggle-close {
    background-image: url(images/icon-close.png);
}

.menu-toggle-open:hover,
.menu-toggle-close:hover {
    border-color: #030c13;
}

.menu-toggle {
    background: #d2e9f4;
    display: none;
    position: relative;
    top: 40px;
    padding: 0;
    float: left;
    clear: both;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    width: 255px;
    height: 100%;
    overflow-y: auto;
}

.menu-toggle-close-container {
    background: #cae5f2;
    border-bottom: 1px solid #78bcde;
    display: block;
    width: 100%;
    height: 55px;
}

.menu-toggle:not(:target) .menu-toggle-close {
    display: none;
}
.menu-toggle:target .menu-toggle-close {
    display: block;
}

.menu-toggle:target {
    display: block;
    position: fixed;
    top: 0;
    z-index: 2;
}

.mobile-menu-container {
    margin-bottom: 100px;
}

.somo-mobile-nav-menu {
    border-bottom: 5px solid #78bcde;
    list-style-type: none;
}

.somo-mobile-nav-menu .sub-menu {
    border-top: 1px solid #78bcde;
    list-style-type: none;
}

.somo-mobile-nav-menu .menu-item a {
    display: block;
    margin-left: 5px;
    padding: 10px 0;
}

.somo-mobile-nav-menu .sub-menu a {
    margin-left: 15px;
}

.somo-mobile-nav-menu .sub-menu .menu-item .sub-menu a {
    margin-left: 30px;
}

.somo-mobile-nav-menu .sub-menu .sub-menu .sub-menu a {
    margin-left: 45px;
}

.somo-mobile-nav-menu .menu-item {
    border-bottom: 1px solid #78bcde;
    border-top: 1px solid #fff;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 13px;
    line-height: 21px;
    -webkit-tap-highlight-color: rgba(20, 71, 113, 0.4);
    text-shadow: 1px 1px #f5f5f5;
}

.somo-mobile-nav-menu .menu-item:last-child {
    border-bottom: none;
}

.somo-mobile-nav-menu .sub-menu .menu-item {
    text-transform: none;
}

.somo-mobile-nav-menu .menu-item.hide-on-mobile {
    display: none;
}

.somo-mobile-nav-menu .right {
    float: none;
}

.mobile-menu-container .search-form-container {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #78bcde;
    padding: 10px 0;
}

.mobile-menu-container .search-form {
    margin-left: 5px;
}

.mobile-menu-container .search-form input[type="submit"] {
    border: 1px solid #144771;
    -moz-border-radius: 0 5px 5px 0;
    -webkit-border-radius: 0 5px 5px 0;
    border-radius: 0 5px 5px 0;
    clip: auto;
    font-size: 13px;
    font-size: 1.3rem;
    margin-left: -1px;
    margin-left: -0.1rem;
    padding: 13px 0;
    padding: 1.3rem 0;
    position: relative;
    width: 30%;
    height: auto;
}

.mobile-menu-container .search-form input[type="submit"]:hover {
    background-color: #113b5e;
    border: 1px solid #113b5e;
    color: #fff;
}

.mobile-menu-container .search-form input[type="search"] {
    background-color: #fff;
    border: 1px solid #aaa;
    box-shadow: 1px 1px 3px #eee inset;
    -moz-border-radius: 5px 0 0 5px;
    -webkit-border-radius: 5px 0 0 5px;
    border-radius: 5px 0 0 5px;
    color: #999;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.618033988749895;
    padding: 13px !important;
    padding: 1.3rem !important;
    width: 156px;
}

.mobile-menu-container .search-form input:focus {
    border: 1px solid #144771;
    outline: none;
}

.flyout-menu ::-webkit-scrollbar {
    width: 5px;
}

.flyout-menu ::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px rgba(27, 58, 78,0.3);
    border-radius: 5px;
}

.flyout-menu ::-webkit-scrollbar-thumb {
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 5px rgba(27, 58, 78,0.6);
}

/* Site Header Navigation
--------------------------------------------- */

.site-header .sub-menu {
    border-top: 1px solid #eee;
}

.site-header .sub-menu .sub-menu {
    margin-top: -45px;
}

/* Primary Navigation
--------------------------------------------- */

.nav-primary {
    background-color: #081f30;
    border-bottom: 0px solid #144771;
    color: #fff;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
    z-index: 100;
}

.nav-primary a {
    border-right: 1px solid transparent;
    border-left: 1px solid transparent;
    color: #fff;
    font-size: 16px;
    font-size: 1.6rem;
}

.nav-primary .menu-item:hover>a,
.nav-primary a:hover {
    background: #cae5f2;
    border-right: 1px solid #a1d0e8;
    border-left: 1px solid #a1d0e8;
    color: #103b5b;
}

.nav-primary .sub-menu a {
    color: #1e1e1e;
}

.nav-primary .sub-menu a:hover {
    color: #103b5b;
}

/* Secondary Navigation
--------------------------------------------- */

.nav-secondary {
    background-color: #010304;
    color: #fff;
}

.nav-secondary a {
    border-right: 1px solid transparent;
    border-left: 1px solid transparent;
    color: #fff;
}

.nav-secondary .menu-item:hover>a,
.nav-secondary a:hover {
    background: #cae5f2;
    border-right: 1px solid #a1d0e8;
    border-left: 1px solid #a1d0e8;
    color: #103b5b;
}

.nav-secondary .sub-menu a {
    color: #1e1e1e;
}

.nav-secondary .sub-menu a:hover {
    color: #103b5b;
}


/*
Content Area
---------------------------------------------------------------------------------------------------- */

/* Entries
--------------------------------------------- */

.entry {
    background-color: #fff;
    border: 1px solid #a1d0e8;
    margin-bottom: 30px;
    margin-bottom: 3rem;
    padding: 30px;
    padding: 3rem;
}

.entry-content a {
    color: #103b5b;
    text-decoration: underline;
}

.entry-content a:hover {
    color: #1e1e1e;
}

.entry-content .attachment a,
.entry-content .gallery a {
    border: none;
}

.entry-content ol,
.entry-content p,
.entry-content ul,
.quote-caption {
    margin-bottom: 26px;
    margin-bottom: 2.6rem;
}

.entry-content ol,
.entry-content ul {
    margin-left: 30px;
    margin-left: 3rem;
}

.entry-content ol li {
    list-style-type: decimal;
}

.entry-content ul li {
    list-style-type: square;
}

.entry-content ol ol,
.entry-content ul ul {
    margin-bottom: 0;
}

.entry-content .search-form {
    width: 50%;
}

.entry-meta {
    color: #8a8c8e;
    font-size: 12px;
    font-size: 1.2rem;
}

.entry-title + .entry-meta {
    margin-top: -6px;
    margin-top: -0.6rem;
}

.entry-meta a {
    color: #8a8c8e;
    text-decoration: none;
}

.entry-meta a:hover {
    text-decoration: underline;
}

.entry-author-name {
    color: #1e1e1e;
}

.entry-header .entry-meta {
    margin-bottom: 16px;
    margin-bottom: 1.6rem;
}

.entry-footer .entry-meta {
    border-top: 1px solid #a1d0e8;
    margin: 0 0px;
    margin: 0 0rem;
    padding: 10px 0 6px;
    padding: 1rem 0 0.6rem;
}

.entry-comments-link::before {
    content: "\2014";
    margin: 0 6px 0 2px;
    margin: 0 0.6rem 0 0.2rem;
}

.entry-categories,
.entry-tags {
    display: inline-block;
    text-transform: uppercase;
}

.entry-categories {
    background: url(images/icon-categories.png) no-repeat center left;
    padding-left: 24px;
    padding-left: 2.4rem;
}

.entry-tags {
    background: url(images/icon-tags.png) no-repeat 10px center;
    background: url(images/icon-tags.png) no-repeat 1rem center;
    padding-left: 34px;
    padding-left: 3.4rem;
}

.entry-content .post-edit-link {
    clear: left;
    color: #103b5b;
    display: block;
}

.clear-line {
    border-bottom:1px solid #a1d0e8;
    clear:both;
    margin-bottom: 26px;
    margin-bottom: 2.6rem;
    padding-top: 26px;
    padding-top: 2.6rem;
}

.clear-block {
    clear: both;
    border-bottom: 1px solid transparent;
    margin-bottom: 26px;
    margin-bottom: 2.6rem;
    padding-top: 13px;
    padding-top: 1.3rem;
}

.featured-image {
    margin: 0 0 20px;
    margin: 0 0 2rem;
    padding: 0;
    position: relative;
}

.featured-image img {
    float: none !important;
    display: block !important;
    margin: 0 auto !important;
    padding: 0 !important;
}

/* Pagination
--------------------------------------------- */

.archive-pagination,
.entry-pagination {
    font-size: 13px;
    font-size: 1.3rem;
    margin: 10px 0;
    margin: 1rem 0;
}

.entry-pagination {
    margin: 10px 0;
    margin: 1rem 0;
}

.archive-pagination ul {
    list-style-type: none;
}

.archive-pagination li {
    display: inline-block;
    margin: 0 2px 0 0;
    margin: 0 0.2rem 0 0;
    padding: 0;
}

.archive-pagination li a {
    background-color: #144771;
    color: #fff;
    cursor: pointer;
    display: block;
    padding: 8px 12px;
    padding: 0.8rem 1.2rem;
}

.archive-pagination li a:hover,
.archive-pagination li.active a {
    background-color: #fbd00e;
    color: #1e1e1e;
}

.entry-pagination a {
    text-decoration: underline;
}

/* Comments
--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
    background-color: #fff;
    border: 1px solid #a1d0e8;
    margin-bottom: 30px;
    margin-bottom: 3rem;
    padding: 30px;
    padding: 3rem;
}

.comment-respond {
    margin-top: 10px;
    margin-top: 1rem;
}

.comment-respond a,
.entry-comments a {
    text-decoration: underline;
}

.comment-content {
    clear: both;
}

.entry-comments .comment-author {
    margin-bottom: 0;
}

.comment-form {
    font-size: 13px;
    font-size: 1.3rem;
}

.comment-meta {
    font-size: 13px;
    font-size: 1.3rem;
}

.comment-form p {
    margin-bottom: 20px;
    margin-bottom: 2rem;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"] {
    width: 90%
}

.comment-form-author,
.comment-form-email,
.comment-form-url {
    float: left;
    width: 33.3333333%;
}

.comment-respond label {
    display: block;
}

.comment-list li,
.ping-list li {
    list-style-type: none;
}

.comment-list li {
    margin-top: 20px;
    margin-top: 2rem;
    padding: 20px;
    padding: 2rem;
}

.comment-list li:first-child {
    margin-top: 0;
}

.comment-list li li {
    margin-right: -20px;
    margin-right: -2rem;
}

li.comment {
    background-color: #cae5f2;
    border: 1px solid #a1d0e8;
}

li.comment .children .comment {
    border-right: none;
}

.comment .avatar {
    margin: 0 16px 24px 0;
    margin: 0 1.6rem 2.4rem 0;
}

.entry-pings .reply {
    display: none;
}

.bypostauthor {
}

.form-allowed-tags {
    background-color: #f5f5f5;
    display: none;
    font-size: 13px;
    font-size: 1.3rem;
    padding: 20px;
    padding: 2rem;
}

.comment-respond .form-submit {
    margin-bottom: 0;
}


/*
Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar {
    color: #1e1e1e;
    font-size: 13px;
    font-size: 1.3rem;
}

.sidebar a {
    text-decoration: underline;
}

.sidebar p {
    font-size: 13px;
    font-size: 1.3rem;
    margin-bottom: 20px;
    margin-bottom: 2rem;
}

.sidebar li {
    font-size: 13px;
    font-size: 1.3rem;
    list-style-type: none;
    margin-bottom: 6px;
    margin-bottom: 0.6rem;
    word-wrap: break-word;
}

.sidebar ul > li:last-child {
    margin-bottom: 0;
}

.sidebar ul {
    margin-top: 6px;
    margin-top: 0.6rem;
}

.sidebar ul ul li {
    margin-left: 10px;
    margin-left: 1rem;
}

.sidebar .widget {
    background-color: #fff;
    border: 1px solid #a1d0e8;
    margin-bottom: 20px;
    margin-bottom: 2rem;
    padding: 16px;
    padding: 1.6rem;
}


/*
Home Widgets
---------------------------------------------------------------------------------------------------- */

.somo-home .home-widgets {
    background: rgba(255, 255, 255, 0.6);
}

.widget-area.above-title {
    font-size: 14px;
    font-size: 1.4rem;
    text-align: center;
}

.widget-area.above-title .widget-title {
    color: #081f30;
    font-size: 14px;
    font-size: 1.4rem;
}

.widget-area.below-title {
    margin: 0;
    padding: 30px 0;
    padding: 3rem 0;
}

.widget-area.below-title .backfilm {
    background: rgba(255, 255, 255, 0.25);
    border-radius: 5px;
}

.site-header blockquote,
.home-widgets blockquote {
    background-color: transparent !important;
}

.site-header blockquote {
    font-size: 18px;
    font-size: 1.8rem;
}

.somo-home .site-inner {
    padding-top: 0;
}

.somo-home .site-inner,
.somo-home .site-inner>.wrap,
.home-widgets .wrap {
    max-width: 100%;
}

.home-top,
.home-middle-1,
.home-middle-2,
.home-middle-3,
.home-bottom {
    padding: 92px 0;
    padding: 9.2rem 0;
}

.home-top .wrap,
.home-middle-1 .wrap,
.home-middle-2 .wrap,
.home-middle-3 .wrap,
.home-middle-4 .wrap,
.home-bottom .wrap {
    margin: 0 auto;
    max-width: 1152px;
}

.home-widgets .widgettitle {
    background: transparent;
    border-bottom: 4px solid #144771;
    font-family: Oswald, sans-serif;
    font-size: 42px;
    font-size: 4.2rem;
    font-weight: 400;
    line-height: 70px;
    line-height: 7rem;
    margin: 30px auto 50px;
    margin: 3rem auto 5rem;
    text-align: center;
    text-transform: uppercase;
    width: 50%;
}

.home-top,
.home-middle-2,
.home-bottom {
    background-color: #cae5f2;
}

.home-widgets li {
    list-style-position: inside;
}

.home-widgets a {
    text-decoration: underline;
}

.home-widgets form p {
    margin: 0 0 10px;
    margin: 0 0 1rem;
}

.left {
    float: left;
}

.right {
    float: right;
}

.center {
    float: none;
    margin: 0 auto;
    text-align: center;
}

.circle {
    border-radius: 50%;
}

.magnify {
    background: url('images/magnify.png') center center no-repeat;
    color: transparent;
    display: block;
    opacity: 0.5;
    position: absolute;
    bottom: 15%;
    left: 43%;
    width: 32px;
    height: 32px;
}

.magnify:hover,
a:hover .magnify{
    opacity: 1;
}


/*
Footer Widgets
---------------------------------------------------------------------------------------------------- */

.footer-widgets {
    background-color: #081f30;
    border-top: 5px solid #144771;
    color: #999;
    clear: both;
    margin-top: 0;
    padding: 30px 0 16px;
    padding: 3rem 0 1.6rem;
}

.footer-widgets .wrap {
    padding: 0 10px;
    padding: 0 1rem;
}

.footer-widgets-1,
.footer-widgets-3 {
    width: 350px;
}

.footer-widgets-2 {
    width: 360px;
}

.footer-widgets-1 {
    margin-right: 40px;
    margin-right: 4rem;
}

.footer-widgets-1,
.footer-widgets-2 {
    float: left;
}

.footer-widgets-3 {
    float: right;
}

.footer-widgets a {
    color: #aaa;
    text-decoration: underline;
}

.footer-widgets a:hover {
    color: #ddd;
}

.footer-widgets .widget {
    margin-bottom: 26px;
    margin-bottom: 2.6rem;
}

.footer-widgets .widget-title {
    color: #999;
}

.footer-widgets li {
    list-style-type: none;
    margin-bottom: 6px;
    margin-bottom: 0.6rem;
    word-wrap: break-word;
}

.footer-widgets .search-form input:focus {
    border: 1px solid #a1d0e8;
}


/*
Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
    background-color: #010304;
    color: #666;
    font-size: 13px;
    font-size: 1.3rem;
    padding: 30px 0;
    padding: 3rem 0;
    text-align: center;
}

.site-footer .wrap {
    padding: 0 10px;
    padding: 0 1rem;
}

.site-footer a {
    color: #666;
    text-decoration: underline;
}

.site-footer a:hover {
    color: #aaa;
}

.site-footer p {
    font-size: 13px;
    font-size: 1.3rem;
    margin-bottom: 0;
}

.footer-bottom.widget-area {
    margin: 30px 0 0 0;
    margin: 3rem 0 0 0;
}


/*
Media Queries
---------------------------------------------------------------------------------------------------- */

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (-moz-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3/2),
only screen and (min-device-pixel-ratio: 1.5) {

    .header-image .site-header .site-title a {
        background: url('images/logo@2x.png') no-repeat left;
        background-size: 320px 164px;
    }

}

@media only screen and (max-width: 1151px) {

    .wrap {
        max-width: 960px;
    }

    .content-sidebar-sidebar .content-sidebar-wrap,
    .sidebar-content-sidebar .content-sidebar-wrap,
    .sidebar-sidebar-content .content-sidebar-wrap {
        width: 736px;
    }

    .content {
        line-height: 25px;
        width: 630px;
    }

    .sidebar-content-sidebar .content,
    .sidebar-sidebar-content .content,
    .content-sidebar-sidebar .content {
        line-height: 24px;
        width: 406px;
    }

    .footer-widgets-1,
    .footer-widgets-2,
    .footer-widgets-3,
    .sidebar-primary {
        width: 300px;
    }

    .footer-widgets-1,
    .footer-widgets-2,
    .footer-widgets-3 {
        line-height: 23px;
    }

    .sidebar-primary {
        line-height: 20px;
    }

    .full-width-content .content {
        line-height: 28px;
    }

    .site-header .sub-menu a {
        padding: 9px 12px;
        padding: 0.9rem 1.2rem;
    }

    .home-top .wrap,
    .home-middle-1 .wrap,
    .home-middle-2 .wrap,
    .home-middle-3 .wrap,
    .home-bottom .wrap {
        max-width: 960px;
    }

}

@media only screen and (max-width: 1023px) {

    body {
        background-color: #fff;
    }

    .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-inner,
    .title-area,
    .wrap {
        font-size: 16px;
        line-height: 28px;
        width: 100%;
    }

    .site-header .wrap {
        padding: 20px 0;
        padding: 2rem 0;
    }

    .site-footer .wrap {
        font-size: 13px;
        line-height: 26px;
    }

    .header-image .site-header .wrap {
        /*background-position: center top;*/
    }

    .site-header .widget-area {
        padding-right: 5%;
        padding-left: 5%;
    }

    .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;
    }

    .genesis-nav-menu a,
    .genesis-nav-menu > .first > a,
    .genesis-nav-menu > .last > a {
        padding: 8px 12px;
        padding: 0.8rem 1.2rem;
    }

    .genesis-nav-menu .sub-menu a {
        padding: 8px 12px;
        padding: 0.8rem 1.2rem;
    }

    .genesis-nav-menu li.right {
        display: none;
    }

    .flyout-menu {
        display: block;
    }

    .somo-flyout-menu .nav-primary,
    .somo-flyout-menu .nav-secondary,
    .somo-flyout-menu .site-header .header-widget-area {
        display: none;
    }

    .entry-footer .entry-meta {
        margin: 0;
        padding-top: 12px;
        padding-top: 1.2rem;
    }

    .author-box {
        padding: 20px;
        padding: 2rem;
        margin: 0 0 30px;
        margin: 0 0 3rem;
    }

    .archive-description {
        padding: 20px;
        padding: 2rem;
        margin: 0 0 30px;
        margin: 0 0 3rem;
    }

    .archive-pagination {
        margin: 10px;
        margin: 1rem;
    }

    .sidebar .widget {
        margin-top: 30px;
        margin-top: 3rem;
    }

    .sidebar .widget.enews-widget {
        padding: 30px;
        padding: 3rem;
    }

    .site-footer {
        padding: 26px 0;
        padding: 2.6rem 0;
    }

    .footer-widgets {
        padding: 40px 5% 16px;
    }

    .footer-widgets .wrap {
        padding: 0 20px;
        padding: 0 2rem;
    }

    .footer-widgets-1 {
        margin: 0;
    }

}

@media only screen and (max-width: 767px) {

    .five-sixths,
    .four-sixths,
    .one-fourth,
    .one-half,
    .one-sixth,
    .one-third,
    .three-fourths,
    .three-sixths,
    .two-fourths,
    .two-sixths,
    .two-thirds {
        margin: 0;
        padding-left: 10px;
        padding-left: 1rem;
        padding-right: 10px;
        padding-left: 1rem;
        width: 100%;
    }

    .site-description {
        line-height: 1.618033988749895;
    }
}
