/*
    Theme Name: Reviewer Theme
    Theme URI: http://one.somothemes.com/themes/reviewer/
    Description: Transform your WordPress blog into a smart ratings website using Reviewer, a professionally-designed WordPress Theme built on Somo Framework. The theme will help you grow social media and mobile engagement on your website. Please do not modify this stylesheet, as it might get overridden in updates.
    Author: SomoThemes
    Author URI: http://somothemes.com/
    Version: 1.0.3
    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
                - Widget Area
        - Site Navigation
                - Navigation Extras
                - Mobile Navigation
                - Site Header Navigation
                - Primary Navigation
                - Secondary Navigation
        - Content Area
                - Entries
                - Pagination
                - Comments
        - Sidebars
        - 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: #000;
    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: #2964bf;
    color: #fff;
}

::selection {
    background-color: #2964bf;
    color: #fff;
}

a {
    color: #666;
    text-decoration: none;
}

a img {
    margin-bottom: -4px;
    margin-bottom: -0.4rem;
}

a:hover {
    color: #8a0202;
}

a:link {
    -webkit-tap-highlight-color: rgba(138, 2, 2, 0.4);
}

p {
    margin: 0 0 26px;
    margin: 0 0 2.6rem;
    padding: 0;
}

p,
div {
    font-size: 16px;
    font-size: 1.6rem;
}

.widget-area p,
.widget-area div {
    font-size: 13px;
    font-size: 1.3rem;
}

strong {
    font-weight: 700;
}

ol,
ul {
    margin: 0;
    padding: 0;
}

blockquote,
blockquote::before {
    color: #798898;
}

blockquote {
    margin: 40px 40px 26px;
    margin: 4rem 4rem 2.6rem;
}

blockquote::before {
    content: "\201C";
    display: block;
    font-size: 42px;
    font-size: 4.2rem;
    line-height: 1;
    height: 0;
    left: -20px;
    position: relative;
    top: -5px;
}

.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: #3c424b;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    line-height: 1.2;
    margin: 0 0 16px;
    margin: 0 0 1.6rem;
}

h3,
h4,
h5,
h6 {
    font-weight: 400;
}

h1 {
    font-size: 50px;
    font-size: 5rem;
}

h2 {
    font-size: 42px;
    font-size: 4.2rem;
}

h3 {
    font-size: 36px;
    font-size: 3.6rem;
}

h4 {
    font-size: 26px;
    font-size: 2.6rem;
}

h5 {
    font-size: 20px;
    font-size: 2rem;
}

h6 {
    font-size: 18px;
    font-size: 1.8rem;
}

/* 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: #798898;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.618033988749895;
    padding: 13px;
    padding: 1.3rem;
    width: 100%;
}

textarea {
    font-size: 16px;
    font-size: 1.6rem;
}

input:focus,
textarea:focus {
    border: 1px solid #798898;
    outline: none;
}

::-moz-placeholder {
    color: #798898;
    opacity: 1;
}

::-webkit-input-placeholder {
    color: #798898;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.entry-content .button {
    background-color: #798898;
    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: #b21414;
    text-decoration: none;
}

.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;
}

.button:hover {
    color: #fff;
}

.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: #2c66bf !important;
}

.button.blue:hover {
    background-color: #21529c !important;
}

.green,
.button.green {
    background-color: #1e8d3c !important;
}

.button.green:hover {
    background-color: #1a7933 !important;
}

.red,
.button.red {
    background-color: #b21414 !important;
}

.button.red:hover {
    background-color: #a11212 !important;
}

.orange,
.button.orange{
    background-color: #dd6b38 !important;
}

.button.orange:hover {
    background-color: #cf4e2b !important;
}

.yellow,
.button.yellow{
    background-color: #f5af49 !important;
    color: #444 !important;
}

.button.yellow:hover {
    background-color: #eca846 !important;
    color: #444 !important;
}

.pink,
.button.pink{
    background-color: #d0528d !important;
}

.button.pink:hover {
    background-color: #bc3b78 !important;
}

.gray,
.grey,
.button.gray,
.button.grey{
    background-color: #8b98a6 !important;
}

.button.gray:hover,
.button.grey:hover {
    background-color: #76818d !important;
}

.message-box,
.note-box,
.success-box,
.alert-box,
.info-box {
    margin-bottom: 26px;
    padding: 13px;
}

.widget .message-box,
.widget .note-box,
.widget .success-box,
.widget .alert-box,
.widget .info-box {
    margin-bottom: 0;
}

.message-box {
    background-color: #ebebeb;
    border: 1px solid #dddede;
}

.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 #dbe0e4;
}

th,
td {
    text-align: left;
}

th {
    font-weight: bold;
    text-transform: none;
}

td {
    border-top: 1px solid #dbe0e4;
    padding: 6px 0;
    padding: 0.6rem 0;
}


/*
Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* Site Containers
--------------------------------------------- */

.site-inner,
.wrap {
    margin: 0 auto;
    max-width: 1152px;
}

.site-inner {
    clear: both;
    padding-top: 30px;
    padding-top: 3rem;
}

.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: 920px;
}

.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: 790px;
    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: 558px;
}

.full-width-content .content {
    line-height: 29px;
    width: 100%;
}

/* Primary Sidebar */

.sidebar-primary {
    float: right;
    width: 324px;
}

.sidebar-content .sidebar-primary,
.sidebar-sidebar-content .sidebar-primary {
    float: left;
}

/* Secondary Sidebar */

.sidebar-secondary {
    float: left;
    width: 184px;
}

.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;
    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 {
    color: #6d7c8b;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 15px;
    font-size: 1.6rem;
    font-weight: 400;
    text-align: center;
}

.entry-content p.wp-caption-text {
    margin-bottom: 0;
}

.aligncenter .wp-caption-text,
.alignleft .wp-caption-text {
    margin-right: 10px;
    margin-right: 1rem;
}

.alignright .wp-caption-text {
    margin-left: 10px;
    margin-left: 1rem;
}

.gallery-caption {
}

.widget_calendar table {
    width: 100%;
}

.widget_calendar td,
.widget_calendar th {
    text-align: center;
}

/* Genesis
--------------------------------------------- */

.breadcrumb {
    color: #798898;
    font-size: 13px;
    font-size: 1.3rem;
    padding: 0 10px;
    padding: 0 1rem;
    margin-bottom: 0;
}

.breadcrumb a {
    color: #2d67c0;
}

.breadcrumb a:hover {
    text-decoration: underline;
}

.archive-description,
.author-box {
    background-color: transparent;
}

.archive-description {
    border-bottom: 1px solid #a5afb8;
    padding: 20px 0 10px;
    padding: 2rem 0 1rem;
    margin: 0 10px 20px;
    margin: 0 1rem 2rem;
}

.archive-description p:last-child {
    margin-bottom: 10px;
    margin-bottom: 1rem;
}

.author-box {
    border-top: 1px solid #a5afb8;
    border-bottom: 1px solid #a5afb8;
    padding: 30px 0;
    padding: 3rem 0;
    margin: 0 10px 30px;
    margin: 0 1rem 3rem;
}

.archive-description + .author-box {
    border-top: none;
    padding-top: 10px;
    padding-top: 1rem;
}

.author-box-social {
    margin-bottom: 8px;
    margin-bottom: 0.8rem;
}

.author-box-title,
.author-box-social-title {
    color: #8a0202;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 400;
}

.author-box a {
    text-decoration: underline;
}

.author-box p {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 20px;
    line-height: 2rem;
    margin-bottom: 0;
    margin-left: 145px;
}

.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-color: #798898;
    background-repeat: no-repeat;
    background-position: center center;
    color: #fff;
    display: block;
    text-decoration: none;
    text-indent: -9999px;
    padding: 5px 10px;
    padding: 0.5rem 1rem;
    min-width: 36px;
}

.author-social-profiles a:hover {
    background-color: #b21414;
}

.social-profile-twitter a {
    background-image: url(images/social-icons/32/32x32_twitter.png);
}

.social-profile-facebook a {
    background-image: url(images/social-icons/32/32x32_facebook.png);
}

.social-profile-googleplus a {
    background-image: url(images/social-icons/32/32x32_googleplus.png);
}

.social-profile-pinterest a {
    background-image: url(images/social-icons/32/32x32_pinterest.png);
}

.social-profile-youtube a {
    background-image: url(images/social-icons/32/32x32_youtube.png);
}

.social-profile-linkedin a {
    background-image: url(images/social-icons/32/32x32_linkedin.png);
}

.social-profile-stumbleupon a {
    background-image: url(images/social-icons/32/32x32_stumbleupon.png);
}

.social-profile-rssfeed a {
    background-image: url(images/social-icons/32/32x32_rss.png);
}

.social-profile-email a {
    background-image: url(images/social-icons/32/32x32_email.png);
}


/* Titles
--------------------------------------------- */

.entry-title {
    font-size: 50px;
    font-size: 5rem;
    line-height: 1.2;
    word-wrap: break-word;
}

.blog-entry-container .entry-title {
    font-size: 26px;
    font-size: 2.6rem;
    margin-bottom: 7px;
    margin-bottom: 0.7rem;
}

.entry-title a,
.sidebar .widget-title a {
    color: #3c424b;
}

.entry-title a:hover {
    color: #8a0202;
}

.widget-title {
    color: #8a0202;
    border-bottom: 3px solid #dbe0e4;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 18px;
    padding: 6px 0;
    padding: 0.6rem 0;
    margin-bottom: 16px;
    margin-bottom: 1.6rem;
}

.sidebar .widget-title a {
    border: none;
}

.archive-title {
    font-size: 20px;
    font-size: 2rem;
    font-weight: 400;
    margin-bottom: 13px;
    margin-bottom: 1.3rem;
}

.search-results .archive-title {
    margin-bottom: 0;
}


/*
Widgets
---------------------------------------------------------------------------------------------------- */

.welcome {
    color: #1e1e1e;
    font-size: 30px !important;
    font-size: 3rem !important;
    font-weight: 300 !important;
    line-height: 42px !important;
    line-height: 4.2rem !important;
    text-align: center;
}

.ad {
    margin: 0;
    padding: 0;
}

.image-ad {
    line-height: 0;
}

.widget-area {
    font-size: 13px;
    font-size: 1.3rem;
}

.after-post,
.after-post-title {
    margin-top: 26px;
    margin-top: 2.6rem;
}

.after-post .widgettitle,
.after-post-title .widgettitle {
    background: transparent;
    border: none;
    padding: 0;
    margin: 0 0 14px;
    margin: 0 0 1rem;
}

.after-post ul li,
.after-post-title ul li{
    background: url(images/bullet.png) no-repeat top left;
    line-height: 21px;
    line-height: 1.5rem;
    list-style-type: none;
    margin: 0 0 7px 16px;
    margin: 0 0 0.7rem 1.6rem;
    padding: 3px 0 0 16px;
    padding: 0.3rem 0 0 1.6rem;
    word-wrap: break-word;
}

.after-post input[type="text"],
.after-post-title input[type="text"],
.after-post input[type="email"],
.after-post-title input[type="email"] {
    font-size: 16px;
    font-size: 1.6rem;
    margin: 0 10px 0 0;
    margin: 0 1rem 0 0;
    width: 50%;
}

.after-post .widget,
.after-post-title .widget {
    margin-bottom: 26px;
    margin-bottom: 2.6rem;
}

.widget input[type="submit"] {
    font-weight: bold;
    padding: 13px;
    padding: 1.3rem;
}

.widget input[type="text"]:focus,
.widget input[type="email"]:focus,
.widget input[type="submit"]:focus {
    border: 1px solid #b21414;
}

.widget input[type="submit"]:hover {
}

.widget-area.page-top {
    background: #e7e7e7;
    margin: 0 auto;
    text-align: center;
}

.widget-area.page-top .widget {
    margin: 0 auto;
    max-width: 1152px;
    padding-top: 20px;
    padding-top: 2rem;
    text-align: center;
}

.widget-area.page-top .widget + .clear {
    padding-bottom: 20px;
    padding-bottom: 2rem;
}

/* Featured Content
--------------------------------------------- */

.featured-content .entry {
    background: transparent;
    border-bottom: 1px solid #dbe0e4;
    margin-bottom: 20px;
    margin-bottom: 2rem;
    padding: 0 0 6px;
    padding: 0 0 0.6rem;
}

.featured-content .entry:last-child {
    margin-bottom: 0;
    border: none;
}

.featured-content .entry:last-child p:last-child {
    margin-bottom: 0;
}

.featured-content .entry-title {
    border: none;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 400;
    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 {
    margin-top: 5px;
    margin-top: 0.5rem;
    margin-right: 10px;
    margin-right: 1rem;
}

.featured-content .alignright img {
    margin-top: 5px;
    margin-top: 0.5rem;
    margin-left: 10px;
    margin-left: 1rem;
}

.page-top .featured-content .entry {
    border-bottom: none;
    float: left;
    margin: 0 3% 0 0;
    padding: 0;
    text-align: center;
    width: 30%;
}

/*
Plugins
---------------------------------------------------------------------------------------------------- */

/* Genesis eNews Extended
--------------------------------------------- */

.enews-widget {
    background-color: #222;
    color: #798898;
}

.enews-widget .widget-title {
    color: #fff;
}

.enews-widget input {
    margin-bottom: 16px;
    margin-bottom: 1.6rem;
}

.enews-widget input:focus {
    border: 1px solid #ddd;
}

.enews-widget input[type="submit"] {
    color: #fff;
    margin: 0;
    width: 100%;
}

.enews-widget input:hover[type="submit"] {
    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: #fff url('images/bg-dots.png');
}

.site-header .wrap {
    padding: 0 10px;
    padding: 0 1rem;
}

/* Title Area
--------------------------------------------- */

.title-area {
    float: left;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 700;
    padding: 10px 0 20px;
    padding: 1rem 0 2rem;
    width: 360px;
}

.header-image .title-area {
    padding: 0;
}

.site-title {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 58px;
    font-size: 5.8rem;
    line-height: 1;
    margin: 0 0 8px;
    margin: 0 0 0.8rem;
}

.site-title a,
.site-title a:hover {
    color: #3c424b;
    -webkit-tap-highlight-color: transparent;
}

.site-description {
    color: #798898;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 300;
    line-height: 1;
    margin-bottom: 0;
}

/* 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 .wrap {
    background: url('images/logo.png') no-repeat left;
    background-size: 360px 112px;
    max-width: 1120px;
    max-height: 112px;
    padding: 0;
}

.header-image .site-title a {
    float: left;
    min-height: 112px;
    width: 100%;
}

/* Widget Area
--------------------------------------------- */

.site-header .widget-area {
    float: right;
    padding: 8px 0 6px;
    padding: 0.8rem 0 0.6rem;
    text-align: right;
    width: 680px;
    max-height: 112px;
}

.header-image .site-header .widget-area {
    /*	padding: 30px 0;
            padding: 3rem 0;*/
    padding: 10px 0;
    padding: 1rem 0;
}

.site-header .search-form {
    float: right;
    margin: 23px 0 0;
    margin: 2.3rem 0 0;
    min-width: 336px;
}

.site-header .genesis-nav-menu {
    margin-top: 20px;
    margin-top: 2rem;
    margin-bottom: 20px;
    margin-bottom: 2rem;
    z-index: 110;
}

.site-header .widget-area .widget {
    display: inline-block;
    float: right;
    min-height: 80px;
    padding-left: 10px;
    padding-left: 1rem;
}

.site-header .widget-area .widget + .widget {
    padding-right: 10px;
    padding-right: 1rem;
    border-right: 1px solid #ddd;
}

.site-header .widget-title {
    background: #b21414;
    border-bottom: none;
    color: #fff;
    line-height: 25px;
    margin-bottom: 0;
    margin-top: 5px;
    position: absolute;
    left: -90px;
    top: 10px;
    text-align: center;
    width: 100px;
    height: 64px;
}

.site-header .featured-content {
    position: relative;
    text-align: left;
}

.site-header .featured-content .entry-image {
    max-width: 100px;
}

.site-header .featured-content .entry:first-child {
    margin-left: 100px;
}

.site-header .featured-content .entry-header {
    margin-left: 100px;
}

.site-header .featured-content .entry {
    margin-top: 10px;
    margin-bottom: 0;
    max-width: 280px;
    float: left;
}

.site-header .featured-content .entry-title {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.5;
    margin-top: 2px;
    margin-bottom: 12px;
}

.site-header .featured-content .entry {
    border-bottom: none;
}

/*
Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
    clear: both;
    color: #798898;
    display: inline-block;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 400;
    width: 100%;
}

.genesis-nav-menu .menu-item {
    display: inline-block;
    -webkit-tap-highlight-color: rgba(138, 2, 2, 0.4);
    text-align: left;
}

.genesis-nav-menu a {
    border: none;
    color: #798898;
    display: block;
    padding: 11px 12px;
    padding: 1.1rem 1.2rem;
    position: relative;
}

.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
    color: #222;
}

.genesis-nav-menu .sub-menu .current-menu-item > a {
    color: #798898;
}

.genesis-nav-menu > .menu-item > a {
}

.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: #fff;
    border: 1px solid #eee;
    border-top: none;
    padding: 11px 12px;
    padding: 1.1rem 1.2rem;
    position: relative;
    width: 200px;
}

.genesis-nav-menu .sub-menu .sub-menu {
    margin: -48px 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 {
    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: 7px 10px;
    padding: 0.7rem 1rem;
}

.genesis-nav-menu > .search input[type="search"] {
    padding: 5px;
    padding: 0.5rem;
}

.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;
    padding-top: 1px;
    text-indent: 100%;
    width: 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 {
    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: 36px;
    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: 36px;
    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: 36px;
    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: 36px;
    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: 36px;
    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: 36px;
    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: 36px;
    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: 36px;
    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: 36px;
    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: 36px;
    margin: 0;
    padding: 0;
}

/* 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: #333;
    border: 1px solid #222;
    -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(138, 2, 2, 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: #000;
}

.menu-toggle {
    background: #d6d6d6;
    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: #ccc;
    border-bottom: 1px solid #666;
    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 #666;
    list-style-type: none;
}

.somo-mobile-nav-menu .sub-menu {
    border-top: 1px solid #666;
    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 #666;
    border-top: 1px solid #fff;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 13px;
    line-height: 21px;
    -webkit-tap-highlight-color: rgba(138, 2, 2, 0.4);
    text-shadow: 1px 1px #f5f5f5;
}

.somo-mobile-nav-menu .menu-item.current-menu-item > a {
    color: #000;
    font-weight: bold;
}

.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 #666;
    padding: 10px 0;
}

.mobile-menu-container .search-form {
    margin-left: 5px;
}

.mobile-menu-container .search-form input[type="submit"] {
    border: 1px solid #798898;
    -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: #b21414;
    border: 1px solid #b21414;
}

.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: #798898;
    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 #777;
    outline: none;
}

.flyout-menu ::-webkit-scrollbar {
    width: 5px;
}

.flyout-menu ::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.3);
    border-radius: 5px;
}

.flyout-menu ::-webkit-scrollbar-thumb {
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.6);
}

/* Site Header Navigation
--------------------------------------------- */

.site-header .sub-menu {
    border-top: 1px solid #eee;
}

.site-header .sub-menu .sub-menu {
    margin-top: -49px;
}

/* Primary Navigation
--------------------------------------------- */

.nav-primary {
    background-color: #b21414;
    z-index: 100;
}

.nav-primary a {
    color: #fff;
}

.nav-primary a:hover,
.nav-primary .current-menu-item > a {
    background: #8a0202;
    color: #fff;
}

.nav-primary .sub-menu a {
    color: #666;
}

.nav-primary .sub-menu a:hover,
.nav-primary .sub-menu .current-menu-item > a {
    background: #fff;
    color: #222;
}

.nav-primary .genesis-nav-menu > .right {
    color: #fff;
}

/* Secondary Navigation
--------------------------------------------- */

.nav-secondary {
    background-color: #8b98a6;
    z-index: 90;
}

.nav-secondary a {
    color: #222;
}

.nav-secondary a:hover,
.nav-secondary .current-menu-item > a {
    color: #eee;
}

.nav-secondary .sub-menu a {
    color: #666;
}

.nav-secondary .sub-menu a:hover,
.nav-secondary .sub-menu .current-menu-item > a {
    color: #222;
}


/*
Content Area
---------------------------------------------------------------------------------------------------- */

/* Entries
--------------------------------------------- */

.entry {
    background-color: #fff;
    margin-bottom: 30px;
    margin-bottom: 3rem;
    padding: 12px 10px 6px;
    padding: 1.2rem 1rem 0.6rem;
}

.entry-content a {
    color: #2d67c0;
    text-decoration: underline;
}

.entry-content a:hover {
    color: #8a0202;
    text-decoration: underline;
}

.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: #798898;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 13px;
    font-size: 1.3rem;
}

p.entry-meta {
    display: inline-block;
}

.entry-title + .entry-meta {
    margin-top: -6px;
    margin-top: -0.6rem;
}

.entry-meta a {
    color: #8a0202;
}

.entry-meta a:hover {
    text-decoration: underline;
}

.blog-entry-container .featured-image + .entry-content {
    display: inline-block;
    width: 325px;
    float: right;
}

.featured-image + .blog-entry-container {
    display: inline-block;
    width: 486px;
    float: right;
}

.content-sidebar-sidebar .blog-entry-container .featured-image + .entry-content,
.sidebar-content-sidebar .blog-entry-container .featured-image + .entry-content,
.sidebar-sidebar-content .blog-entry-container .featured-image + .entry-content {
    width: 325px;
}

.entry-meta .entry-author-name {
    font-weight: 700;
}

.widget .entry-meta a {
    color: #798898;
    text-decoration: none;
}

.widget .entry-meta a:hover {
    text-decoration: underline;
}

.widget .entry-meta .entry-author-name {
    font-weight: 400;
}

.entry-header .entry-meta {
    margin-bottom: 26px;
    margin-bottom: 2.6rem;
}

.blog-entry-container .entry-header .entry-meta {
    margin-bottom: 10px;
    margin-bottom: 1rem;
}

.entry-footer .entry-meta {
    border-bottom: 1px solid #dbe0e4;
    margin: 0;
    padding: 0 0 15px;
    padding: 0 0 1.5rem;
    width: 100%;
}

.blog-entry-container .entry-footer .entry-meta {
    padding: 0;
}

.entry-comments-link::before {
    content: "\2014";
    margin: 0 6px 0 2px;
    margin: 0 0.6rem 0 0.2rem;
}

/*.entry-categories,*/
.entry-tags {
    display: block;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.entry-tags a {
    background-color: #798898;
    border-radius: 0 2px 2px 0;
    color: #fff;
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    line-height: 1.2727272727;
    margin: 2px 4px 2px 10px;
    padding: 3px 7px;
    position: relative;
    text-transform: uppercase;
    text-decoration: none !important;
    -webkit-transition: none !important;
    -moz-transition:    none !important;
    -ms-transition:     none !important;
    -o-transition:      none !important;
    transition:         none !important;
}

.entry-meta .entry-tags a:hover {
    background-color: #b21414;
    text-decoration: none;
}

.entry-tags a:before {
    border-top: 10px solid transparent;
    border-right: 8px solid #798898;
    border-bottom: 10px solid transparent;
    content: "";
    height: 0;
    position: absolute;
    top: 0;
    left: -8px;
    width: 0;
}

.entry-tags a:hover:before {
    border-right: 8px solid #b21414;
}

.entry-tags a:after {
    background-color: #fff;
    border-radius: 50%;
    content: "";
    height: 4px;
    position: absolute;
    top: 8px;
    left: -2px;
    width: 4px;
}

.entry-content .post-edit-link {
    clear: left;
    color: #666;
    display: block;
}

.clear-line {
    border-bottom:1px solid #dbe0e4;
    clear:both;
    margin-bottom: 26px;
    margin-bottom: 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 {
    display: inline-block;
    float: left;
    margin: 0 0 20px;
    margin: 0 0 2rem;
    padding: 0;
    position: relative;
    max-width: 336px;
    width: 250px;
}

.content-sidebar-sidebar .featured-image,
.sidebar-content-sidebar .featured-image,
.sidebar-sidebar-content .featured-image {
    width: 180px;
}

.sidebar .featured-image {
    margin: 0 10px 10px 0;
    margin: 0 1rem 1rem 0;
    width: 150px;
}

.single .content .featured-image {
    max-width: 100%;
    width: 100%;
    display: block;
    float: none;
}

.featured-image img{
    float: none !important;
    display: block !important;
    margin: 0 auto !important;
    padding: 0 !important;
}

.score-on-image {
    background: #b21414;
    color: #fff;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
    font-size: 13px;
    font-size: 1.3rem;
    opacity: 0.8;
    position: absolute;
    left: 0;
    bottom: 0;
    text-align: center;
    width: 80px;
    height: 70px;
}

.rating-title,
.rating-score {
    display: block;
}

.rating-title{
    padding-top: 3px;
}

.rating-score {
    font-size: 36px;
    font-size: 3.6rem;
}

.social-actions {
    display: none;
    position: absolute;
    top: 7px;
    top: 0.7rem;
    left: 7px;
    left: 0.7rem;
    margin: 0 auto;
    width: 152px;
    height: 32px;
    z-index: 3;
}

.post:hover .social-actions,
.featured-image:hover .social-actions {
    display: block;
}

.sidebar .post:hover .social-actions,
.sidebar .page:hover .social-actions,
.sidebar .featured-image:hover .social-actions {
    display: none;
}

.social-actions ul {
    list-style-type: none;
}

.social-actions li {
    float: left;
    margin-right: 8px;
    margin-right: 0.8rem;
}

.social-actions li:last-child {
    margin-right: 0;
}

.social-action {
    background-color: #ababab;
    background-position: center center;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    display: block;
    opacity: 0.8;
    width: 32px;
    height: 32px;
}

.social-action a{
    display: block;
    width: 32px;
    height: 32px;
}

.social-action:hover{
    background-color: #b21414;
    cursor: pointer;
    opacity: 1;
}

.social-action-twitter {
    background-image: url('images/social-icons/32/32x32_twitter.png');
}

.social-action-facebook {
    background-image: url('images/social-icons/32/32x32_facebook.png');
}

.social-action-googleplus {
    background-image: url('images/social-icons/32/32x32_googleplus.png');
}

.social-action-pinterest {
    background-image: url('images/social-icons/32/32x32_pinterest.png');
}

.rating-score-display {
    background: url(images/star.gif) repeat-x;
    display: inline-block;
    margin-bottom: -1px;
    overflow: hidden;
    width: 80px;
    height: 15px;
}

.review-stars {
    background: url(images/star.gif) repeat-x 0 -16px;
    width: 0;
    height: 15px;
}

.review-rating-container{
    font-family: 'Roboto Condensed', sans-serif;
    margin: 0 auto;
    max-width: 770px;
}

.review-rating-container h3 {
    font-size: 20px;
    font-size: 2rem;
    margin: 0 0 10px;
    margin: 0 0 1rem;
}

.editors_overall_rating {
    margin-bottom: 20px;
    margin-bottom: 2rem;
}

.rating-criteria-container ul {
    background: #f2f2f2;
    border-radius: 5px;
    display: table;
    padding: 10px;
    padding: 1rem;
}

.rating-criteria-container ul:empty {
    background: transparent;
}

.rating-criteria-container li {
    border-bottom: 1px solid #dbe0e4;
    list-style-type: none;
    padding-bottom: 10px;
    padding-bottom: 1rem;
}

.rating-criteria-container li:last-child {
    border: none;
    padding-bottom: 5px;
    padding-bottom: 0.5rem;
}

.rating-scores-container {
    background: #f2f2f2;
    border-radius: 5px;
}

.rating-scores-container,
.additional-info-container {
    padding: 10px;
    padding: 1rem;
}

.additional-info-container .aligncenter:last-child,
.additional-info-container p:last-child {
    margin-bottom: 0 !important;
}

.rating-criteria-container .criterion {
    display: table-cell;
    width: 115px;
}

.rating-criteria-container .criterion-score {
    display: table-cell;
    width: 100px;
}

.review-rating-container .one-third,
.review-rating-container .two-thirds {
    margin-bottom: 20px;
    margin-bottom: 2rem;
}

.editors-score {
    display: inline-block;
    width:120px;
}

.editors-choice {
    background: #2d67c0;
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    float: right;
    margin-left: 10px;
    padding: 8px;
    text-align: center;
    width: 92px;
}

.editors-choice:empty {
    background: transparent !important;
}

.users_overall_rating {
    display: inline-block;
    width: 100px;
}

.user_reviews_count {
    display: inline-block;
    float: right;
    font-size: 14px;
    font-size: 1.4rem;
    padding-right: 1px;
}

.user_reviews_count .entry-comments-link::before {
    content: '';
    margin: 0;
}

.content-sidebar-sidebar .review-rating-container .one-third,
.content-sidebar-sidebar .review-rating-container .two-thirds,
.sidebar-content-sidebar .review-rating-container .one-third,
.sidebar-content-sidebar .review-rating-container .two-thirds,
.sidebar-sidebar-content .review-rating-container .one-third,
.sidebar-sidebar-content .review-rating-container .two-thirds {
    width: 100%;
    max-width: 528px;
    margin: 10px 5px;
    margin: 1rem 0.5rem;
}


/* Pagination
--------------------------------------------- */

.archive-pagination,
.entry-pagination {
    font-size: 13px;
    font-size: 1.3rem;
    margin: 10px;
    margin: 1rem;
}

.entry-pagination {
    margin: 10px 0;
    margin: 1rem 0;
}

.archive-pagination ul {
    list-style-type: none;
}

.archive-pagination li {
    display: inline-block;
    margin: 5px 2px 0 0;
    margin: 0.5rem 0.2rem 0 0;
    padding: 0;
}

.archive-pagination li a {
    background-color: #798898;
    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: #b21414;
}

.entry-pagination a {
    text-decoration: underline;
}

/* Comments
--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
    background-color: #fff;
    margin-bottom: 30px;
    margin-bottom: 3rem;
}

.comment-respond h3,
.entry-comments h3,
.entry-pings h3 {
    color: #8a0202;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 400;
}

.entry-comments {
    padding: 10px;
    padding: 1rem;
}

.comment-respond,
.entry-pings {
    padding: 10px 10px 10px;
    padding: 1rem 1rem 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: #f1f1f1;
    border: 2px solid #fff;
    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: #f1f1f1;
    font-size: 13px;
    font-size: 1.3rem;
    padding: 20px;
    padding: 2rem;
}

.comment-respond .form-submit {
    margin-bottom: 0;
}

.comment-notes,
.logged-in-as {
    font-size: 13px;
    font-size: 1.3rem;
}

.comment-form-rating {
    float: left;
    width: 100%;
}

.comment-form-rating label {
    display: inline-block;
}

.comment-rating-score {
    display: inline-block;
    margin-left: 10px;
    margin-left: 1rem;
    vertical-align: text-top;
}

.comment-meta .rating-score-display {
    float: right;
}


/*
Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar {
    background: #f1f1f1;
    color: #798898;
    font-size: 13px;
    font-size: 1.3rem;
    margin-bottom: 30px;
    margin-bottom: 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: transparent;
    margin-bottom: 20px;
    margin-bottom: 2rem;
    padding: 12px;
    padding: 1.2rem;
}

/*
Footer Widgets
---------------------------------------------------------------------------------------------------- */

.footer-widgets {
    background-color: #3c424b;
    border-top: 5px solid #b21414;
    color: #f0f1f1;
    clear: both;
    font-size: 13px;
    font-size: 1.3rem;
    margin-top: 20px;
    margin-top: 2rem;
    padding: 30px 0 16px;
    padding: 3rem 0 1.6rem;
}

.footer-widgets p,
.footer-widgets div {
    font-size: 13px;
    font-size: 1.3rem;
}

.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: #f0f1f1;
    text-decoration: none;
}

.footer-widgets a:hover {
    text-decoration: underline;
}

.footer-widgets .widget {
    margin-bottom: 26px;
    margin-bottom: 2.6rem;
}

.footer-widgets .widget-title {
    color: #bcbcbc;
    border: none;
    font-weight: 400;
}

.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 #ddd;
}


/*
Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
    background-color: #798898;
    color: #222;
    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: #222;
    text-decoration: underline;
}

.site-footer a:hover {
    color: #000;
}

.site-footer p {
    font-size: 13px;
    font-size: 1.3rem;
    margin-bottom: 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 .wrap {
        background: url('images/logo@2x.png') no-repeat left;
        background-size: 360px 112px;
    }

}

@media only screen and (max-width: 1151px) {

    .site-inner,
    .wrap {
        max-width: 960px;
    }

    .content-sidebar-sidebar .content-sidebar-wrap,
    .sidebar-content-sidebar .content-sidebar-wrap,
    .sidebar-sidebar-content .content-sidebar-wrap {
        width: 740px;
    }

    .content,
    .site-header .widget-area {
        line-height: 25px;
        width: 520px;
    }

    .site-header .widget-area {
        padding-bottom: 0;
    }

    .sidebar-content-sidebar .content,
    .sidebar-sidebar-content .content,
    .content-sidebar-sidebar .content {
        line-height: 24px;
        width: 400px;
    }

    .footer-widgets-1,
    .footer-widgets-2,
    .footer-widgets-3,
    .sidebar-primary {
        width: 300px;
    }

    .title-area {
        width: 420px;
    }

    .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;
    }

    .site-header .sub-menu .sub-menu {
        margin-top: -45px;
    }

    .featured-image + .entry-header {
        width: 63%;
    }

    .content-sidebar-sidebar .blog-entry-container .featured-image + .entry-content,
    .sidebar-content-sidebar .blog-entry-container .featured-image + .entry-content,
    .sidebar-sidebar-content .blog-entry-container .featured-image + .entry-content,
    .featured-image + .blog-entry-container {
        width: 63%;
    }

    .content-sidebar-sidebar .blog-entry-container .featured-image .social-actions,
    .sidebar-content-sidebar .blog-entry-container .featured-image .social-actions,
    .sidebar-sidebar-content .blog-entry-container .featured-image .social-actions {
        display: none;
    }

    .content-sidebar-sidebar .featured-image,
    .sidebar-content-sidebar .featured-image,
    .sidebar-sidebar-content .featured-image,
    .featured-image {
        max-width: 198px;
        width: 33%;
    }

    .editors-score {
        width: 90px;
    }

    .editors-choice {
        margin-left: 0;
        padding: 10px;
        padding: 1rem;
        width: 60px;
        font-size: 13px;
        line-height: 1.5;
    }

    .users_overall_rating {
        width: 80px;
    }

    .site-header .search-form {
        min-width: 150px;
    }

    .site-header .featured-content .entry {
        max-width: 225px;
    }
}

@media only screen and (max-width: 1023px) {

    .content,
    .content-sidebar-sidebar .content,
    .content-sidebar-sidebar .content-sidebar-wrap,
    .footer-widgets-1,
    .footer-widgets-2,
    .footer-widgets-3,
    .sidebar-content-sidebar .content,
    .sidebar-content-sidebar .content-sidebar-wrap,
    .sidebar-primary,
    .sidebar-secondary,
    .sidebar-sidebar-content .content,
    .sidebar-sidebar-content .content-sidebar-wrap,
    .site-header .widget-area,
    .site-inner,
    .title-area,
    .wrap {
        font-size: 16px;
        line-height: 28px;
        max-width: 871px;
        width: 100%;
    }

    .site-header {
        border-bottom: 5px solid #b21414;
    }

    .site-header .wrap {
        padding: 0;
    }

    .site-footer .wrap {
        font-size: 13px;
        line-height: 26px;
    }

    .header-image .site-header .wrap {
        background-position: center top;
    }

    .site-inner {
        padding-left: 5%;
        padding-right: 5%;
    }

    .archive-description,
    .author-box,
    .comment-respond,
    .entry,
    .entry-comments,
    .entry-footer .entry-meta,
    .header-image .site-header .widget-area,
    .sidebar .widget,
    .site-header {
        padding: 0;
    }

    .genesis-nav-menu li,
    .site-header ul.genesis-nav-menu,
    .site-header .search-form {
        float: none;
    }

    .genesis-nav-menu,
    .site-description,
    .site-header .title-area,
    .site-header .search-form,
    .site-title {
        text-align: center;
    }

    .genesis-nav-menu a,
    .genesis-nav-menu > .first > a,
    .genesis-nav-menu > .last > a {
        padding: 7px 12px;
        padding: 0.7rem 1.2rem;
    }

    .genesis-nav-menu .sub-menu a {
        padding: 9px 12px;
        padding: 0.7rem 1.2rem;
    }

    .site-header .search-form {
        margin: 10px auto;
        margin: 1rem auto;
    }

    .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;
    }

    .breadcrumb {
        padding: 0 0 10px 0;
        padding: 0 0 1rem 0;
    }
    .entry-footer .entry-meta {
        margin: 0;
        padding-top: 12px;
        padding-top: 1.2rem;
        padding-bottom: 12px;
        padding-bottom: 1.2rem;
    }

    .author-box {
        padding: 20px 0;
        padding: 2rem 0;
        margin: 0 0 30px;
        margin: 0 0 3rem;
    }

    .archive-description {
        padding: 20px 0;
        padding: 2rem 0;
        margin: 0 0 30px;
        margin: 0 0 3rem;
    }

    .archive-pagination {
        margin: 10px 0;
        margin: 1rem 0;
    }

    .sidebar {
        margin-top: 20px;
        margin-top: 2rem;
        padding: 0 20px;
        padding: 0 2rem;
    }

    .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 {
        max-width: 770px;
        padding: 0 20px;
        padding: 0 2rem;
    }

    .footer-widgets-1 {
        margin: 0;
    }

    .featured-image + .entry-header {
        width: 63%;
    }

    .featured-image + .blog-entry-container {
        width: 67%;
    }

    .content-sidebar-sidebar .blog-entry-container .featured-image + .entry-content,
    .sidebar-content-sidebar .blog-entry-container .featured-image + .entry-content,
    .sidebar-sidebar-content .blog-entry-container .featured-image + .entry-content,
    .featured-image + .blog-entry-container {
        width: 70%;
    }

    .content-sidebar-sidebar .blog-entry-container .featured-image .social-actions,
    .sidebar-content-sidebar .blog-entry-container .featured-image .social-actions,
    .sidebar-sidebar-content .blog-entry-container .featured-image .social-actions {
        display: none;
    }

    .content-sidebar-sidebar .featured-image,
    .sidebar-content-sidebar .featured-image,
    .sidebar-sidebar-content .featured-image,
    .featured-image {
        max-width: 180px;
        width: 33%;
    }
}

@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;
        width: 100%;
    }

    .site-description {
        line-height: 20px;
        line-height: 2rem;
    }

    .featured-image + .entry-header {
        width: 66%;
    }

    .content-sidebar-sidebar .blog-entry-container .featured-image + .entry-content,
    .sidebar-content-sidebar .blog-entry-container .featured-image + .entry-content,
    .sidebar-sidebar-content .blog-entry-container .featured-image + .entry-content,
    .featured-image + .blog-entry-container {
        width: 66%;
    }

    .content-sidebar-sidebar .blog-entry-container .featured-image .social-actions,
    .sidebar-content-sidebar .blog-entry-container .featured-image .social-actions,
    .sidebar-sidebar-content .blog-entry-container .featured-image .social-actions {
        display: none;
    }

    .content-sidebar-sidebar .featured-image,
    .sidebar-content-sidebar .featured-image,
    .sidebar-sidebar-content .featured-image,
    .featured-image {
        max-width: 180px;
        width: 33%;
    }
}

@media only screen and (max-width: 599px) {

    .featured-image + .blog-entry-container {
        width: 100%;
    }

    .featured-image + .entry-header {
        width: 100%;
    }

    .score-on-image {
        display: none;
    }

    .content-sidebar-sidebar .blog-entry-container .featured-image + .entry-content,
    .sidebar-content-sidebar .blog-entry-container .featured-image + .entry-content,
    .sidebar-sidebar-content .blog-entry-container .featured-image + .entry-content,
    .featured-image + .blog-entry-container {
        width: 100%;
    }

    .content-sidebar-sidebar .featured-image,
    .sidebar-content-sidebar .featured-image,
    .sidebar-sidebar-content .featured-image,
    .featured-image {
        max-width: 100%;
        width: 100%;
    }

    .author-box p {
        margin-left: 0;
    }

}