/*
Theme Name: Cocoa
Theme URI: http://www.elmastudio.de/en/themes/cocoa/
Author: Elmastudio
Author URI: http://www.elmastudio.de/en/
Description: Cocoa is a fresh, easy-to-use, minimal blog theme focussing on high-quality typography and a beautiful responsive design. The theme features a unique header and footer widget area, custom About, Social Links and Recent Post by Category widgets and aesthetic, minimal post formats. Cocoas makes is easy to start a blog that will look beautiful from your first post.
Version: 1.0.3
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: white, light, one-column, responsive-layout, custom-background, custom-header, custom-menu, editor-style, featured-images, post-formats, rtl-language-support, sticky-post, translation-ready
Text Domain: cocoa
*/

/* libre-baskerville-regular - latin */
@font-face {
  font-family: 'Libre Baskerville';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/libre-baskerville-v7-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Libre Baskerville'), local('LibreBaskerville-Regular'),
       url('./fonts/libre-baskerville-v7-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('./fonts/libre-baskerville-v7-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('./fonts/libre-baskerville-v7-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('./fonts/libre-baskerville-v7-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('./fonts/libre-baskerville-v7-latin-regular.svg#LibreBaskerville') format('svg'); /* Legacy iOS */
}
/* libre-baskerville-700 - latin */
@font-face {
  font-family: 'Libre Baskerville';
  font-style: normal;
  font-weight: 700;
  src: url('./fonts/libre-baskerville-v7-latin-700.eot'); /* IE9 Compat Modes */
  src: local('Libre Baskerville Bold'), local('LibreBaskerville-Bold'),
       url('./fonts/libre-baskerville-v7-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('./fonts/libre-baskerville-v7-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('./fonts/libre-baskerville-v7-latin-700.woff') format('woff'), /* Modern Browsers */
       url('./fonts/libre-baskerville-v7-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('./fonts/libre-baskerville-v7-latin-700.svg#LibreBaskerville') format('svg'); /* Legacy iOS */
}

/*--------------------------------------------------------------
Table of Contents:
----------------------------------------------------------------
1.0  - Reset
2.0  - General Styles
3.0  - Links + Colors
4.0  - Header
5.0  - Posts
    5.1 - Post Formats
    5.2 - Single Posts
    5.3 - Comments
6.0  - Pagination
7.0  - Standard Page
8.0  - Archives / Search Results / 404
9.0  - Widgets
10.0 - Footer
11.0 - Plugins + Jetpack Styles
12.0 - Shortcodes
13.0 - Media Queries
14.0 - Print
--------------------------------------------------------------*/


/*-----------------------------------------------------------------------------------*/
/*  1.0 Reset
/*-----------------------------------------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {margin: 0; padding: 0; border: 0; font-size: 100%; vertical-align: baseline;}
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }
html { font-size: 100%; overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
figure { margin: 10% 0; }
figcaption { text-align: center; }
img { border: 0; -ms-interpolation-mode: bicubic;}
a:hover, a:active, a:focus { outline: none; -moz-outline-style: none;}
input {-webkit-border-radius:0; border-radius:0;}
::-webkit-input-placeholder {color: #acacac;}
:-moz-placeholder {color: #acacac;}
::-moz-placeholder {color: #acacac;}
:-ms-input-placeholder {color: #acacac;}
*, *:before, *:after {-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.overlay-wrap::-webkit-scrollbar, .nav-open #mobile-container::-webkit-scrollbar {width: 0 !important;}

/* Clearfix */
.clearfix:after{clear:both; content:' '; display:block; font-size:0; line-height:0; visibility:hidden; width:0; height:0; }
.cf:before, .cf:after {content: " "; /* 1 */ display: table; /* 2 */}
.cf:after {clear: both;}
/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.cf {*zoom: 1;}


/*-----------------------------------------------------------------------------------*/
/*  2.0 General Styles
/*-----------------------------------------------------------------------------------*/
body {
    height: 100%;
    display: block;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    color: #000;
    background: #fff;
}
#container {
    padding: 0 10px;
    height: 100%;
}
#masthead,
#main-wrap {
    max-width: 1250px;
    margin: 0 auto;
}
#main-wrap {
    padding-top: 35px;
}

/* --- Serif Font --- */
#site-title h2.site-description,
.site-content .entry-content,
.widget_cocoa_quote blockquote.quote-text,
.authorbox p,
.entry-summary p,
#comments .comment-text {
    font-family: 'Libre Baskerville', Georgia, serif;
}

/* --- Headings --- */
h1, h2, h3, h4, h5, h6 {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: bold;
    -webkit-hyphens: auto;
       -moz-hyphens: auto;
        -ms-hyphens: auto;
            hyphens: auto;
}
h1 {
    margin: 46px 0 20px;
    font-size: 22px;
    font-size: 1.375rem;
}
h2 {
    margin: 46px 0 15px;
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1.35;
}
h3 {
    margin: 38px 0 8px;
    font-size: 19px;
    font-size: 1.1875rem;
    line-height: 1.4;
}
h4 {
    margin: 30px 0 6px;
    font-size: 17px;
    font-size: 1.0625rem;
    line-height: 1.4;
}
h5 {
    margin: 24px 0 8px;
    font-size: 16px;
    font-size: 1rem;
}
h6 {
    margin: 24px 0 8px;
    font-size: 15px;
    font-size: 0.9375rem;
}

/* --- Text Elements --- */
p {
    margin-bottom: 26px;
}
.entry-content p:last-child {
    margin-bottom: 0;
}
.entry-content blockquote p:last-child  {
    margin-bottom: 26px;
}
.single-post .entry-content p:last-child  {
    margin-bottom: 46px;
}
ul, ol {
    margin: 0 0 26px 0;
    padding-left: 40px;
    list-style-position: inside;
}
ul {
    list-style: square;
}
ol {
    list-style: decimal;
}
li > ul,
li > ol {
    margin-bottom: 0;
    margin-left: 0;
}
.entry-content ul,
.entry-content ol {
    padding-left: 50px;
}
.entry-content ul li,
.entry-content ol li,
#comments ul li,
#comments ol li  {
    margin-bottom: 4px;
    list-style-position: outside;
}
.entry-content ul ul li:last-child,
.entry-content ol ol li:last-child,
#comments ul ul li:last-child,
#comments ol ol li:last-child {
    margin-bottom: 0;
}
.entry-content ul ul,
.entry-content ol ol,
#comments ul ul,
#comments ol ol {
    padding-left: 25px;
}
b, strong {
    font-weight: bold;
}
dfn, em, i {
    font-style: italic;
}
s, strike, del {
    text-decoration: line-through;
}
address {
    margin: 0 0 34px;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.6;
}
pre {
    max-width: 100%;
    margin-bottom: 26px;
    padding: 15px;
    overflow: auto;
    background: #ededed;
    font-family: Consolas, Monaco, monospace;
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 1.4;
}
code, kbd, tt, var {
    font-family: Consolas, Monaco, monospace;
    font-size: 13px;
    font-size: 0.8125rem;
}
abbr, acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}
mark, ins {
    background: #d6fce2;
    text-decoration: none;
}
sup,
sub {
    position: relative;
    vertical-align: baseline;
    height: 0;
    font-size: 75%;
    line-height: 0;
}
sup {
    bottom: 1ex;
}
sub {
    top: .5ex;
}
small {
    font-size: 75%;
}
big {
    font-size: 125%;
}
figure {
    margin: 0;
}
img {
    max-width: 100%; /* Adhere to container width. */
    height: auto; /* Make sure images are scaled correctly. */
}
dt {
    padding-bottom: 4px;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: bold;
}
dd {
    margin: 0 0 20px;
}
dl dt {
    font-weight: bold;
    color: #162626;
}
dl dd {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    margin: 0 0 20px;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height:1.45;
}
.wp-smiley {
    border: 0;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

/* --- Tables --- */
table {
    width: 100%;
    margin: 0 0 40px;
    border-collapse: collapse;
    border-spacing: 0;
    border-bottom: 1px solid #ddd;
    line-height: 2;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 15px;
    font-size: 0.9375rem;
}
table td {
    padding: 10px 10px 10px 0;
    border-top: 1px solid #ddd;
}
table caption {
    margin: 40px 0;
}
table th {
    padding: 10px 10px 10px 0;
    text-align:left;
    font-weight: bold;
    color: #000;
}

/* --- Alignment --- */
.alignleft,
.alignright {
    display: block;
}
.alignleft {
    margin: 5px 45px 5px 0;
    float: left;
}
.alignright {
    margin: 5px 0 0 30px;
    float: right;
}
.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
    clear: both;
}
img.alignleft,
img.alignright {
    margin-top:10px;
    margin-bottom:20px;
}

/* --- Forms --- */
input,
textarea {
    padding: 10px;
    border: 1px solid #dadada;
    background: #fafafa;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    color: #000;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.5;
    -webkit-transition: all ease-in-out 0.2s;
    -moz-transition: all ease-in-out 0.2s;
    -o-transition: all ease-in-out 0.2s;
    transition: all ease-in-out 0.2s;
}
form label {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 13px;
    font-size: 0.8125rem;
    font-weight: bold;
}
input:hover,
textarea:hover {
    background: none;
}
input:focus,
v:active,
textarea:focus,
textarea:active {
    background: none;
    border: 1px solid #999;
    outline: none;
}

/* --- Buttons --- */
input[type="button"],
input[type="submit"] {
    padding: 15px 12px 14px;
    background: #000;
    color:  rgba(255, 255, 255, 0.85);
    border:none;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 11px;
    font-size: 0.6875rem;
    letter-spacing: 1px;
    line-height: 1;
    text-transform: uppercase;
    cursor: pointer;
    -webkit-appearance: none;
    -webkit-transition: all ease-in-out 0.2s;
    -moz-transition: all ease-in-out 0.2s;
    -o-transition: all ease-in-out 0.2s;
    transition: all ease-in-out 0.2s;
}
input#submit {
    margin: 15px 0 10px;
    padding: 17px 12px 16px;
    border: none;
    font-size: 11px;
    font-size: 0.6875rem;
    letter-spacing: 1px;
    text-transform: uppercase;
    cursor: pointer;
    -webkit-appearance: none;
    color:  rgba(255, 255, 255, 0.85);
    float: right;
}
input[type="button"]:hover,
input[type="submit"]:hover,
input#submit:hover,
.widget_blog_subscription input[type="submit"]:hover {
    background: #000;
    color: #fff;
}


/*-----------------------------------------------------------------------------------*/
/*  3.0 Links + Colors
/*-----------------------------------------------------------------------------------*/
a {
    color: #000;
    text-decoration: none;
}
.entry-content p a,
blockquote cite a,
.textwidget a,
.about-text-wrap a,
.widget-area a,
#comments .comment-text a,
.authorbox p.author-description a {
    color: #000;
    border-bottom: 1px solid #ccc;
    outline: none;
    -webkit-transition: all linear 0.1s;
    -moz-transition: all linear 0.1s;
    -o-transition: all linear 0.1s;
    transition: all linear 0.1s;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a,
.entry-details a,
#comments a,
.nav-wrap a,
#colophon a,
.authorbox p.author-name a,
.page .entry-content a {
    color: #000;
    -webkit-transition: all linear 0.1s;
    -moz-transition: all linear 0.1s;
    -o-transition: all linear 0.1s;
    transition: all linear 0.1s;
}
.widget-area .widget_nav_menu a,
.entry-thumbnail a,
.widget_cocoa_recentposts a,
.widget_cocoa_quote .quote-text a,
.widget_cocoa_about .about-slogan a,
.widget_calendar a,
.tagcloud a,
.format-link .entry-content a {
    border-bottom: none !important;
}
#site-info a {
    font-weight: bold;
}
.widget_cocoa_quote .quote-text a,
.widget_cocoa_about .about-slogan a {
    font-style: italic;
}

/* --- Hovers --- */
.entry-content p a:hover,
blockquote cite a:hover,
.widget-area a:hover,
#comments .comment-text a:hover,
.authorbox p.author-description a:hover {
    color: #000;
    border-bottom: 1px solid #444;
}
#site-nav ul li a:hover,
.entry-details a:hover,
#comments a:hover,
.nav-wrap a:hover,
#colophon a:hover,
.authorbox p.author-name a:hover,
.post .entry-content a.more-link:hover,
.template-archive a:hover,
.gallery .gallery-item a:hover,
#infinite-handle span:hover,
.widget-area .widget_nav_menu a:hover,
.tagcloud a:hover,
.widget_calendar a:hover,
.format-link .entry-content a:hover {
    color: #999;
    -webkit-transition: color linear 0.1s;
    -moz-transition: color linear 0.1s;
    -o-transition: color linear 0.1s;
    transition: color linear 0.1s;
}
h1 a:hover,
h2 a:hover,
h2.entry-title a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover,
#menu-social li a:hover,
.widget_cocoa_quote .quote-text a:hover,
.widget_cocoa_about .about-slogan a:hover,
.footer-search .screen-reader-text:hover,
a#mobile-open-btn:hover,
a#desktop-open-btn:hover {
    color: #777;
    -webkit-transition: color linear 0.1s;
    -moz-transition: color linear 0.1s;
    -o-transition: color linear 0.1s;
    transition: color linear 0.1s;
}
.btn-hover {
    color: #777 !important;
}

/* --- More Link --- */
.post .entry-content a.more-link {
    color: #000;
    background-image: none;
    border: none;
    display: inline-block;
    font-weight: bold;
}
.post .entry-content a.more-link:before,
.post .entry-content a.more-link:after {
    display: inline;
    padding: 0;
    -webkit-font-smoothing: antialiased;
    vertical-align: top;
}
.post .entry-content a.more-link:before {
    content: '\005b';
}
.post .entry-content a.more-link:after {
    content: '\005d';
}

/* --- Footer Links --- */
a img {
    border: 0;
}

/*-----------------------------------------------------------------------------------*/
/*  4.0 Header
/*-----------------------------------------------------------------------------------*/
#masthead {
    position:relative;
    display:block;
}
#site-title {
    margin: 0;
    padding: 13px 0;
    border-bottom: 1px solid #000;
    text-align: center;
}
#site-title h1 {
    display: block;
    margin: 0;
    padding: 0 0 5px 0;
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 1.15;
    letter-spacing: -1px;
    word-wrap: break-word;
}
#site-title h1 a {
    display: inline-block;
}
#site-title h1 a:hover {
    color: #000;
}
#site-title h2.site-description {
    margin: 0;
    padding: 0;
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 1.15;
    font-weight: normal;
    font-style: italic;
}

/* --- Main Menu + Widget Overlay --- */
.desktop-btns {
    display: none;
}
.mobile-btns {
    position: relative;
    width: 46px;
    height: 46px;
    background: none;
}
a#mobile-open-btn {
    position: absolute;
    top: 0;
    left: 0;
    width: 46px;
    height: 46px;
    display: block;
    background: none;
    color: #000;
    z-index: 10000;
    transform-origin: center center;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: color linear 0.1s;
    -moz-transition: color linear 0.1s;
    -o-transition: color linear 0.1s;
    transition: color linear 0.1s;
}
a#mobile-close-btn {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 46px;
    height: 46px;
    background: none;
    z-index: 1000;
}
.nav-open a#mobile-close-btn {
    display: block;
    z-index: 100000;
}
a#mobile-open-btn span,
a#mobile-close-btn span {
    opacity: 0;
    display: none;
}
a#mobile-open-btn:before {
    content: '\f406';
    display: block;
    position: absolute;
    width: 46px;
    height: 46px;
    top: 14px;
    left: 14px;
    -webkit-font-smoothing: antialiased;
    font: normal 17px/1 'Genericons';
    background: none;
    vertical-align: top;
}
.nav-open a#mobile-open-btn {
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    cursor: default;
}
#site-nav {
    display: block;
    clear: both;
    padding: 0 10px;
}
#site-nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
#site-nav ul li  {
    display: block;
    margin: 0;
    padding: 18px 24px 18px 0;
    border-bottom: 1px solid #ddd;
}
#site-nav ul li.menu-item-has-children,
#site-nav ul li.page_item_has_children {
    padding: 18px 0 0 0;
    border-bottom: none;
}
#site-nav ul li li  {
    padding: 18px 24px 18px 0;
}
#site-nav ul ul.sub-menu,
#site-nav ul ul.children {
    display: block;
    margin: 18px 0 0 0;
    border-top: 1px solid #ddd;
}
#site-nav ul li a {
    display: inline-block;
    padding: 0 10px;
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 1.35;
}
#site-nav ul ul ul li a,
.widget_nav_menu ul ul ul li a,
.widget_pages ul ul ul li a,
.widget_categories ul ul ul li a {
    margin-left: 20px;
}
#site-nav ul ul li a:before,
.widget_nav_menu ul ul li a:before,
.widget_pages ul ul li a:before,
.widget_categories ul ul li a:before {
    display: inline;
    content: '\002d';
    padding: 0 20px 0 0;
    -webkit-font-smoothing: antialiased;
    vertical-align: top;
}
.widget_nav_menu ul li a:hover {
    background: none;
}
.overlay-wrap {
    padding: 0 10px 35px;
}
.info-close #mobile-container {
    display: none;
}
.nav-open .mobile-btns {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    background: #fff;
}
.nav-open #mobile-container {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 1;
    z-index: 800;
    height: 100%;
    width: 110%;
    margin: 0;
    padding-top: 46px;
    padding-right: 10%;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    background: rgba(255, 255, 255, 0.97);
    display: block;
}
.nav-open #container {
    position: fixed;
    z-index: 0;
    top: 46px;
    right: 0;
    left: 0;
    bottom: 0;
}
.nav-open .overlay-wrap {
    display: block !important;
}
.admin-bar.nav-open .mobile-btns {
    top: 46px;
}
.admin-bar.nav-open #mobile-container,
.admin-bar.nav-open #container {
    top: 92px;
}

/*-----------------------------------------------------------------------------------*/
/*  5.0 Posts
/*-----------------------------------------------------------------------------------*/
.site-content .post,
.site-content .type-attachment {
    position: relative;
    display: block;
    max-width: 100%;
    margin: 0 0 30px;
    padding-bottom: 60px;
    clear: both;
    float: none;
    overflow: hidden;
    border-bottom: 1px solid #ddd;
}
.site-content .post:last-of-type {
    border-bottom: none;
}

/* --- Sticky Header Entry --- */
.site-content .entry-wrap {
    padding: 0;
}
.site-content .post:first-of-type .entry-wrap,
.singe-post .site-content .entry-wrap,
.page .site-content .entry-wrap,
.search-no-results .site-content .entry-wrap,
.single-attachment .site-content .entry-wrap {
    border-top: none;
}
.site-content .entry-header {
    display: block;
    padding: 0 0 20px;
}
.page .site-content .entry-header,
.search-no-results .site-content .entry-header {
    display: block;
    float: none;
    width: auto;
    padding: 0 0 0 5px;
}
.site-content .entry-thumbnail {
    padding: 0 0 26px;
}
.site-content .entry-thumbnail img.wp-post-img {
    line-height: 0;
}
.page-link {
    display: block;
    padding: 15px 0;
    clear: both;
    font-size: 14px;
    font-size: 0.875rem;
    word-spacing:18px;
}
.page-link a {
    display: inline-block;
    text-decoration: none;
    margin-bottom: 8px;
}
.sticky {
}

/* --- Post Header --- */
.entry-header h2.entry-title,
.entry-header h1.entry-title {
    margin: 0;
    padding: 0;
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.25;
    display: block;
    clear: both;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}
.entry-details {
    display: block;
    overflow: hidden;
    position: relative;
    margin: 6px 0 0 0;
    padding: 6px 0 0 0;
    font-size: 12px;
    font-size: 0.75rem;
    clear: both;
    float: none;
    line-height: 1.5;
}
.entry-details:before,
.site-content .note:before,
.site-content p.nocomments:before {
    content: "\00a0";
    position: absolute;
    width: 20px;
    height: 1px;
    line-height: 1px;
    border-top: 1px solid #ddd;
    top: 0;
    left: 0;
    z-index: 1;
}
.entry-details .entry-date,
.entry-details .entry-author,
.entry-details .entry-edit,
.entry-details .entry-comments,
.entry-details .entry-cats a {
    display: inline;
}
.entry-details .entry-cats {
    display: none;
}
.entry-details .entry-edit:before,
.entry-details .entry-comments:before,
.entry-details .full-size-link:before {
    display: inline;
    content: '\002f';
    padding: 0;
    -webkit-font-smoothing: antialiased;
    vertical-align: top;
}
.entry-details .entry-comments:before,
.entry-details .entry-edit:before,
.comment-content ul li.comment-edit:before,
.entry-details .full-size-link:before {
    padding: 5px 4px 0;
}
.entry-details .entry-tags ul {
    margin: 0;
    padding: 0;
}


/*-----------------------------------------------------------------------------------*/
/*  5.1 Post Formats
/*-----------------------------------------------------------------------------------*/
.format-status h2.entry-title,
.format-link h2.entry-title,
.format-aside h2.entry-title,
.format-quote h2.entry-title,
.format-video h2.entry-title,
.format-image h2.entry-title,
.format-status h1.entry-title,
.format-link h1.entry-title,
.format-aside h1.entry-title,
.format-quote h1.entry-title,
.format-video h1.entry-title,
.format-image h1.entry-title {
    font-size: 18px;
    font-size: 1.125rem;
}
.format-status .entry-content p,
.format-quote .entry-content blockquote p {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1.4;
}
.format-quote .entry-content blockquote p:last-of-type {
    margin-bottom: 0;
}
.format-quote .entry-content blockquote {
    margin-left: 0;
}
.format-link .entry-content p a {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1.4;
}
.format-link .entry-content p a:after {
    display: inline-block;
    content: '\f429';
    padding: 2px 0 0 8px;
    -webkit-font-smoothing: antialiased;
    font: normal 30px/1 'Genericons';
    vertical-align: top;
}
.site-content .format-link .entry-wrap {
    padding: 40px 0 0;
}


/*-----------------------------------------------------------------------------------*/
/*  5.2 Single Posts
/*-----------------------------------------------------------------------------------*/

/* --- Typography --- */
.entry-content p,
.entry-content p.standard-text,
.entry-content ul,
.entry-content ol,
.entry-content .wide-content {
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.6;
}
p.justify {
    text-align: justify;
}
.entry-content blockquote,
#comments blockquote {
    margin-left: 50px;
    position: relative;
}
.entry-content blockquote cite,
#comments blockquote cite {
    font-size: 13px;
    font-size: 0.8125rem;
    font-style: italic;
    display: block;
    text-align: right;
    padding-top: 15px;
}
.entry-content blockquote cite:before,
#comments blockquote cite:before,
.widget_cocoa_quote cite.quote-author:before {
    content: '\2013';
    display: inline;
    padding: 0 2px 0 0;
    -webkit-font-smoothing: antialiased;
}
.entry-content p span.dropcap {
    float: left;
    padding: 3px 6px 0 0;
    font-size: 44px;
    font-size: 2.75rem;
    font-weight: bold;
    line-height: 1;
}
.entry-content p.pull-left,
.entry-content p.pull-right {
    margin-bottom: 26px;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 17px;
    font-size: 1.0625rem;
    font-weight: bold;
    line-height: 1.55;
}
.entry-content p.pull-right {
    text-align: right;
}
.entry-content p.intro {
    font-size: 17px;
    font-size: 1.0625rem;
    font-weight: bold;
    line-height: 1.45;
    margin-bottom: 20px;
}
.page .entry-content p.intro {
    margin-bottom: 30px;
}
.site-content .page .page-note,
.site-content .note {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 1.6;
}
.site-content .note {
    position: relative;
    padding-top: 12px;
    max-width: 200px;
}

/* --- Images / Video --- */
img {
    max-width: 100%;
    height: auto;
}
a[rel~="attachment"],
a[href$=jpg],
a[href$=jpeg],
a[href$=jpe],
a[href$=png],
a[href$=gif]{
    border-bottom: none !important;
}
img.wp-post-image {
    padding: 0;
}
img.img-border {
    max-width:98.1%;
    padding:5px;
    background:#fff;
    border:1px solid #ddd;
}
.widget img {
    max-width:100%;
    height:auto;
}
.wp-caption.alignnone {
    margin: 0;
}
.wp-caption {
    max-width: 100%;
}
img#wpstats {
    display: none;
}
.entry-content p.wp-caption-text,
.widget p.wp-caption-text,
.gallery .gallery-item .gallery-caption,
.single .gallery .gallery-item .gallery-caption,
.type-attachment .entry-content .entry-caption p {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 1.4;
}
.entry-content p.wp-caption-text,
.type-attachment .entry-content .entry-caption p {
    margin: 0;
    padding: 10px 2px 38px;
}
.entry-content .alignleft p.wp-caption-text {
    text-align: left;
}
.entry-content .alignright p.wp-caption-text {
    text-align: right;
    margin-right: 6px;
}
embed,
iframe,
object,
video {
    max-width:100%;
}
.entry-content .twitter-tweet-rendered {
    max-width: 100% !important; /* Override the Twitter embed fixed width */
}
.site-content .type-attachment {
    padding-top: 0 !important;
}

/* --- Image Galleries --- */
.gallery {
    margin: 0 auto;
}
.gallery .gallery-item {
    float: left;
    margin-top: 0;
    margin-bottom: 6px;
    text-align: center;
    width: 33.3%;
}
.gallery .gallery-item a {
    border-bottom: none;
}
.gallery-columns-2 .gallery-item {
    width: 50%;
}
.gallery-columns-2 .gallery-item:nth-of-type(odd),
.gallery-columns-3 .gallery-item:nth-of-type(3n+1) {
    padding-right: 1.4%;
}
.gallery-columns-2 .gallery-item:nth-of-type(even),
.gallery-columns-3 .gallery-item:nth-of-type(3n+3) {
    padding-left: 1.4%;
}
.gallery-columns-3 .gallery-item:nth-of-type(3n+2) {
    padding-left: 0.7%;
    padding-right: 0.7%;
}
.gallery-columns-4 .gallery-item {
    width: 25%;
}
.gallery-columns-5 .gallery-item {
    width: 20%;
}
.gallery-columns-6 .gallery-item {
    width: 16.6%;
}
.gallery-columns-7 .gallery-item {
    width: 14%;
}
.gallery-columns-8 .gallery-item {
    width: 12.5%;
}
.gallery-columns-9 .gallery-item {
    width: 11%;
}
.gallery-columns-2 .attachment-medium {
    max-width: 92%;
    height: auto;
}
.gallery-columns-4 .attachment-thumbnail,
.gallery-columns-5 .attachment-thumbnail,
.gallery-columns-6 .attachment-thumbnail {
    max-width: 93%;
    height: auto;
}
.gallery-columns-7 .attachment-thumbnail,
.gallery-columns-8 .attachment-thumbnail,
.gallery-columns-9 .attachment-thumbnail {
    max-width: 94%;
    height: auto;
}
.gallery dl, .gallery dt {
    margin: 0;
}
.gallery br+br {
    display: none;
}
.gallery .gallery-item img {
    width: 100%;
    height: auto;
}
.gallery .gallery-item .gallery-caption {
    display: none;
    margin: 2px 2px 24px;
    padding: 0;
}
.single .gallery .gallery-item .gallery-caption {
    display: block;
}

/* --- Author Box --- */
.single-post .authorbox {
    position: relative;
    margin: 0;
    padding: 25px 0 0 0;
    clear: both;
}
.single-post .authorbox:before {
    content: "\00a0";
    position: absolute;
    width: 60px;
    height: 1px;
    line-height: 1px;
    border-top: 1px solid #000;
    top: 0;
    left: 5px;
    z-index: 1;
}
.authorbox .author-info img.avatar {
    width: 60px;
    height: 60px;
    margin: 2px 0 0 0;
    float: left;
}
.authorbox p.author-name {
    margin: 0;
    padding: 0 0 3px 80px;
    font-size: 21px;
    font-size: 1.3125rem;
    font-weight: bold;
}
.authorbox p.author-name span {
    display: block;
    padding-bottom: 12px;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-size: 0.75rem;
    font-weight: normal;
}
.authorbox p.author-description {
    margin: 0;
    padding: 0 0 0 80px;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.65;
}


/*-----------------------------------------------------------------------------------*/
/*  5.3 Comments
/*-----------------------------------------------------------------------------------*/
#comments,
#disqus_thread {
    position: relative;
    border-top: 1px solid #ddd;
    padding: 0 0 100px 5px;
}
#comments li.comment,
#comments li.pingback {
    overflow:hidden;
    margin: 0 0 38px;
    padding: 0;
}
#comments li.comment:last-of-type,
#comments li.pingback:last-of-type {
    margin: 0;
}
#comments li.comment ul.children {
    margin: 38px 0 0;
}
#comments .children .comment:last-child {
    margin: 0;
}
#comments h3.comments-title {
    margin: 35px 0 65px;
    padding: 0;
    font-size: 18px;
    font-size: 1.125rem;
}
#comments h3.comments-title span a {
    display: none;
    margin: 5px 0 0 0;
    font-size: 12px;
    font-size: 0.75rem;
    float: right;
    font-weight: normal;
}
.site-content ol.commentlist {
    list-style: none;
    margin: 0;
    padding: 0;
}
.site-content ol.commentlist li {
    display: block;
    margin: 0;
    padding: 0;
}
#comments ul.children {
    margin: 0;
    padding: 0;
}

/* --- Comment Content --- */
#comments .comment-details {
    position: relative;
    margin: 0;
    padding: 2px 0 0 57px;
}
#comments li.pingback {
    padding: 0 0 0 57px;
}
#comments .comment-avatar {
    margin: 0;
    padding: 0;
    float: left;
}
#comments .comment-avatar img.avatar {
    width: 45px;
    height: 45px;
    margin:  0;
}
#comments .comment-author {
    margin: 0;
    padding: 0;
    font-size: 15px;
    font-size: 0.9375rem;
    font-weight: bold;
}
#comments .comment-text {
    margin: 0;
    padding: 16px 0 0 0;
    overflow: hidden;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.5;
}
#comments .comment-text p {
    margin: 0;
    padding: 0 0 18px;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.55;
}
#comments ul.comment-meta {
    margin: 0;
    padding: 5px 0 0 0;
    overflow: hidden;
    list-style:none;
    font-size: 12px;
    font-size: 0.75rem;
}
#comments ul.comment-meta a {
    text-decoration: none;
}
#comments ul.comment-meta li {
    display: inline;
}
#comments ul.comment-meta a.comment-edit-link:before {
    content: '\002f';
    display: inline;
    padding: 0 9px 0 7px;
    -webkit-font-smoothing: antialiased;
}
#comments .comment-reply {
    position: relative;
    padding: 0 0 20px;
    font-size: 12px;
    font-size: 0.75rem;
}
#comments .comment-reply:after {
    content: "\00a0";
    position: absolute;
    width: 22px;
    height: 1px;
    line-height: 1px;
    border-bottom: 1px solid #ddd;
    bottom: 0;
    left: 0;
    z-index: 1;
}
#comments p.comment-awaiting-moderation {
    display: inline-block;
    margin: 0 0 26px;
    padding: 1px 2px;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    background: #d6fce2;
    font-size: 13px;
    font-size: 0.8125rem;
    font-style: italic;
}
.bypostauthor {
}

/* --- Pingbacks --- */
#comments ol li.pingback span {
    font-size: 16px;
    font-size: 1rem;
    font-weight: bold;
}
#comments ol li.pingback p {
    margin:0;
}
#comments ol li.pingback a {
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: normal;
}
#comments .pingback p.pingback-edit a {
    font-size: 12px;
    font-size: 0.75rem;
}

/* --- No Comments Info --- */
.site-content .nopassword,
.site-content p.nocomments {
    position: relative;
    margin: 35px 0 0 0;
    padding: 12px 0 0 0;
    font-size: 13px;
    font-size: 0.8125rem;
    font-weight: bold;
}
.site-content .post-password-form p {
    font-size: 16px;
    font-size: 1rem;
}

/* Comments Reply */
#comments #respond {
    margin: 0 0 35px;
    padding: 50px 0 0;
    overflow: hidden;
    text-align: left;
}
#comments ol.commentlist #respond {
    margin: 0;
    padding-left: 0;
    padding-right: 0;
}
#comments #respond h3#reply-title {
    margin: 0;
    padding: 0;
    font-size: 18px;
    font-size: 1.125rem;
    display: block;
}
#comments #respond p.comment-notes,
#comments #respond p.logged-in-as {
    margin: 0 0 12px;
    padding: 5px 0 0;
    font-size: 12px;
    font-size: 0.75rem;
}
#respond a#cancel-comment-reply-link {
    margin: 2px 0 0 0;
    float:  right;
    font-size: 12px;
    font-size: 0.75rem;
    font-weight: normal;
}
#commentform p.comment-form-author,
#commentform p.comment-form-email,
#commentform p.comment-form-url,
#commentform p.comment-form-comment {
    margin:0;
    padding: 12px 0 0;
    font-size: 15px;
    font-size: 0.9375rem;
    font-weight: bold;
}
#commentform p.comment-form-author,
#commentform p.comment-form-email,
#commentform p.comment-form-url,
#commentform p.comment-form-comment,
.contact-form div {
    float: none;
    clear: both;
    width: 100%;
}
#commentform p.form-allowed-tags {
    display: none;
}
#commentform input#author,
#commentform input#email,
#commentform input#url {
    display: block;
    width: 100%;
    margin: 8px 0 0;
    padding: 10px 2%;
    background: #fafafa;
    color: #000;
    border: 1px solid #dadada;
    font-family: 'Libre Baskerville', Georgia, serif;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.5;
    -webkit-appearance: none;
    outline-color: transparent;
    outline-style: none;
}
#commentform textarea#comment {
    width:100%;
    margin: 8px 0 0;
    padding: 10px;
    border: 1px solid #dadada;
    background: #fafafa;
    color: #000;
    font-family: 'Libre Baskerville', Georgia, serif;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.5;
    -webkit-appearance: none;
    outline-color: transparent;
    outline-style: none;
}
#commentform textarea#comment:hover,
#commentform input#author:hover,
#commentform input#email:hover,
#commentform input#url:hover {
    background: none;
}
#commentform textarea#comment:focus,
#commentform textarea#comment:active,
#commentform input#author:focus,
#commentform input#author:active,
#commentform input#email:focus,
#commentform input#email:active,
#commentform input#url:focus,
#commentform input#url:active {
    border: 1px solid #bcbcbc;
    background: none;
}
#commentform p.form-submit {
    margin:0 0 15px;
    clear: both;
}
.custom-background #commentform input#author,
.custom-background #commentform input#email,
.custom-background #commentform input#url,
.custom-background #commentform textarea#comment {
    border: 1px solid rgba(0, 0, 0, 0.2);
    background: rgba(255, 255, 255, 0.4);
}
.custom-background #commentform textarea#comment:hover,
.custom-background #commentform input#author:hover,
.custom-background #commentform input#email:hover,
.custom-background #commentform input#url:hover {
    background: rgba(255, 255, 255, 0.4);
}
.custom-background #commentform textarea#comment:focus,
.custom-background #commentform textarea#comment:active,
.custom-background #commentform input#author:focus,
.custom-background #commentform input#author:active,
.custom-background #commentform input#email:focus,
.custom-background #commentform input#email:active,
.custom-background #commentform input#url:focus,
.custom-background #commentform input#url:active {
    border: 1px solid rgba(0, 0, 0, 0.2);
    background: rgba(255, 255, 255, 0.6);
}

/*-----------------------------------------------------------------------------------*/
/*  6.0 Pagination
/*-----------------------------------------------------------------------------------*/
.nav-wrap,
#infinite-handle {
    display: block;
    overflow: hidden;
    clear: both;
    padding: 32px 0 115px;
}
#nav-below,
#nav-single,
#nav-comments {
    overflow: hidden;
    margin: 0;
    padding: 0 0 0 5px;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.5;
    font-weight: normal;
}
#nav-below a span,
#nav-single a span {
    font-size: 13px;
    font-size: 0.8125rem;
    font-weight: bold;
    display: block;
    padding-bottom: 2px;
}
#nav-single a span {
    color: #000;
}
#nav-single .nav-next {
    text-align: right;
}
#nav-comments {
    margin-top: 60px;
}
.nav-previous,
.previous-image {
    float:left;
    max-width: 50%;
}
.nav-next,
.next-image {
    float:right;
    max-width: 50%;
}
.nav-next a,
.nav-previous a,
.previous-image a,
.next-image a {
    display: inline-block;
}


/*-----------------------------------------------------------------------------------*/
/*  7.0 Standard Page
/*-----------------------------------------------------------------------------------*/
.site-content .page {
    position: relative;
    margin: 0;
    padding: 0 0 50px;
}
.site-content .page .page-note {
    display: none;
    position: absolute;
    top: 2px;
    left: -270px;
    max-width: 220px;
}
.page .site-content .entry-content,
.search-no-results .site-content .entry-content {
    position: relative;
    padding: 0 0 60px 5px;
}
.page .entry-header h1.entry-title {
    margin: 0 0 20px;
    padding: 0;
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1.5;
    display: block;
    clear: both;
}
.page.fullwidth #comments {
    max-width: 100%;
    padding-left: 0;
}
.page .entry-thumbnail {
    padding-bottom: 65px;
}
.search-results .page .entry-thumbnail {
    padding-bottom: 0;
}

/*-----------------------------------------------------------------------------------*/
/*  8.0 Archives / Search Results / 404
/*-----------------------------------------------------------------------------------*/
.archive-header {
    padding: 44px 0 35px;
}
.archive-header h2.archive-title {
    margin: 0 0 6px;
    font-size: 15px;
    font-size: 0.9375rem;
}
.archive-header .taxonomy-description p {
    font-size: 12px;
    font-size: 0.75rem;
    margin: 0;
}
.entry-summary p {
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.6;
}
.entry-summary p:last-child {
    margin-bottom: 0;
}
.archive .site-content .entry-thumbnail,
.search-results .site-content .entry-thumbnail {
    display: none;
    overflow: hidden;
}
.archive .site-content .entry-details,
.search-results .site-content .entry-details {
    display: none;
}
.archive .site-content .post,
.search-results .site-content .post,
.search-results .site-content .page {
    margin-bottom: 70px;
    clear: both;
    overflow: hidden;
}
.search-results .site-content .page {
    padding: 0;
}
.search-results .site-content article:first-of-type .entry-wrap {
    border-top: none !important;
}

/* --- Archive Page Template --- */
.template-archive h6 {
    margin: 0 0 12px;
}
.archive-2columns,
.template-archive ul.archive-months,
.template-archive .entry-content ul.archive-cats {
    padding: 0 0 65px;
}
.template-archive .entry-content ul {
    list-style: none;
    margin-bottom: 0;
    padding-left: 0;
}
.template-archive .entry-content p,
.template-archive .entry-content ul {
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.55;
}
.template-archive .entry-content ul.archive-posts li {
    position: relative;
    margin-left: 0;
    margin-bottom: 4px;
    padding-left: 21px;
}
.template-archive .entry-content ul.archive-posts li:before {
    position: absolute;
    top: 0;
    left: 0;
    content: '\2014';
    display: block;
    width: 20px;
}
.template-archive .entry-content ul.archive-months li,
.template-archive .entry-content ul.archive-cats li {
    display: inline;
    line-height: 1.7;
}
.template-archive .archive-tags a,
.template-archive .archive-cats a {
    font-size: 15px !important;
    font-size: 0.9375rem !important;
    line-height: 1.7;
}
.template-archive .entry-content ul.archive-months li:after,
.template-archive ul.archive-cats li:after,
.template-archive .archive-tags a:after {
    display: inline;
    content: ' / ';
    padding: 0;
}
.template-archive .entry-content ul.archive-months li:last-child:after,
.template-archive ul.archive-cats li:last-child:after,
.template-archive .archive-tags a:last-child:after {
    display: none;
}
.template-archive .sharedaddy {
    display: none !important;
}


/*-----------------------------------------------------------------------------------*/
/* 9.0 Widgets
/*-----------------------------------------------------------------------------------*/
.widget-area .widget {
    padding: 40px 0 60px;
    border-bottom: 1px solid #ddd;
    clear: both;
    float: none;
    overflow: hidden;
}
.widget-area .widget:last-of-type {
    border-bottom: none;
}
.widget .widget-title-wrap {
    display: block;
}
.widget h3.widget-title {
    display: block;
    font-size: 15px;
    font-size: 0.9375rem;
    margin: 0 0 15px;
}
.widget-area .widget_nav_menu ul ul,
.widget-area .widget_pages ul ul,
.widget-area .widget_categories ul ul {
    padding: 5px 0 0 20px;
    font-size: 13px;
    font-size: 0.8125rem;
}
.widget-area .widget ul li {
    padding-bottom: 5px;
    list-style: none;
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 1.45;
}
.widget-area .widget ul li:last-child {
    padding-bottom: 0;
}
.widget-area .widget img.resize {
    max-width: 100%;
    height: auto;
}
.widget select,
.widget iframe {
    max-width: 99%;
    margin-left: 1px;
    margin-left: 0.1rem;
}
.wp_widget_tag_cloud div,
.widget_tag_cloud div {
    -ms-word-break: break-all;
     word-break: break-all;
     word-break: break-word;
}
.widget_recent_comments a.url {
    font-style: italic;
}

/* --- Text Widget --- */
.textwidget {
    font-family: 'Libre Baskerville', Georgia, serif;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.7;
}
.widget p.wp-caption-text {
    margin: 0;
    padding: 8px 2px 24px;
}

/* --- Widget with Lists --- */
.widget_categories ul,
.widget_archive ul,
.widget_pages ul,
.widget_nav_menu ul,
.widget_meta ul,
.widget_recent_entries ul,
.widget_recent_comments ul {
    font-size: 13px;
    font-size: 0.8125rem;
    padding-left: 0;
}
.widget-area .widget_recent_comments ul li {
    padding-bottom: 4px;
}

/* --- Search Widget (+ default Search Form) --- */
.widget_search {
    clear: both;
    overflow: hidden;
}
.widget_search #searchform,
.search-no-results #searchform {
    max-width: 590px;
    width: 100%;
}
.widget_search #searchform input#s,
.search-no-results #searchform input#s {
    width: 72.5%;
    float: left;
    margin-right: 1.5%;
    padding: 2px 3% 2px 4%;
    height: 50px;
    font-size: 15px;
    font-size: 0.9375rem;
}
#searchform input#s:hover {
    background: #fff;
}
#searchform input#s:active,
#searchform input#s:focus {
    background: #fff;
    border: 1px solid #bcbcbc;
}
.widget_search #searchform input[type="submit"],
.search-no-results #searchform input[type="submit"] {
    width: 26%;
    float: left;
    padding: 2px 10px;
    height: 50px;
    font-size: 12px;
    font-size: 0.75rem;
    text-align: center;
}

/* --- RSS Widget --- */
.widget-area .widget_rss ul li {
    padding-bottom: 20px;
}
.widget-area .widget_rss ul li span.rss-date {
    font-size: 13px;
    font-size: 0.8125rem;
    font-style: italic;
}
.widget-area .widget_rss ul li span.rss-date:before {
    content: '\002d';
    display: inline;
    padding: 0 4px 0 2px;
    -webkit-font-smoothing: antialiased;
}
.widget-area .widget_rss ul li .rssSummary {
    font-size: 13px;
    font-size: 0.8125rem;
    padding: 4px 0;
    display: inline-block;
    line-height: 1.4;
}

/* --- Standard Recent Posts --- */
.widget_recent_entries span.post-date {
    display: block;
}
.widget_recent_entries span.post-date:before {
    content: '\002D';
    display: inline;
    padding: 0 4px 0 0;
    -webkit-font-smoothing: antialiased;
}

/* --- Calendar Widget --- */
.widget_calendar #calendar_wrap {
    position: relative;
    font-size: 13px;
    font-size: 0.8125rem;
}
.widget_calendar #calendar_wrap table {
    width: 98%;
}
.widget_calendar #calendar_wrap a {
    font-weight: bold;
}
.widget_calendar #wp-calendar caption {
    margin: 0 0 8px;
    text-align: left;
    font-weight: bold;
}
.widget_calendar table#wp-calendar tr th {
    padding: 2px;
    text-align: center;
    font-weight:bold;
}
.widget_calendar table#wp-calendar tr td {
    padding: 3px 5px;
    border: 1px solid #ddd;
}
.widget_calendar table#wp-calendar tr td#today {
    font-weight:bold;
}
.widget_calendar table#wp-calendar tbody tr td a {
    display: block;
}
.widget_calendar table#wp-calendar tbody tr td a:hover {
    text-decoration: underline;
}

/* --- Cocoa Social Custom Menu --- */
#menu-social {
    display: inline-block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
#menu-social li {
    display: inline-block;
    margin: 0;
    padding: 0 !important;
    list-style: none;
}
#menu-social li a {
    width: 70px;
    height: 70px;
    display: block;
    padding: 0;
    margin: 0 15px 15px 0;
    font-size: 11px;
    font-size: 0.6875rem;
    line-height: 1.1;
    font-weight: bold;
    word-break: break-word;
    text-align: center;
    overflow: hidden;
}
#menu-social li a span {
    display: none;
}
#menu-social li a::before {
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    font: normal 24px/1 'Genericons';
    vertical-align: top;
    width: 70px;
    height: 36px;
    padding: 0;
}
#menu-social li a::before { content: '\f408';}
#menu-social li a[href*="codepen.io"]::before      {content: '\f216';}
#menu-social li a[href*="digg.com"]::before        {content: '\f221';}
#menu-social li a[href*="dropbox.com"]::before     {content: '\f225';}
#menu-social li a[href*="facebook.com"]::before    {content: '\f204';}
#menu-social li a[href*="flickr.com"]::before      {content: '\f211';}
#menu-social li a[href*="plus.google.com"]::before {content: '\f218';}
#menu-social li a[href*="github.com"]::before      {content: '\f200';}
#menu-social li a[href*="instagram.com"]::before   {content: '\f215';}
#menu-social li a[href*="linkedin.com"]::before    {content: '\f208';}
#menu-social li a[href*="pinterest.com"]::before   {content: '\f210';}
#menu-social li a[href*="path.com"]::before        {content: '\f219';}
#menu-social li a[href*="dribbble.com"]::before    {content: '\f201';}
#menu-social li a[href*="polldaddy.com"]::before   {content: '\f217';}
#menu-social li a[href*="getpocket.com"]::before   {content: '\f224';}
#menu-social li a[href*="reddit.com"]::before      {content: '\f222';}
#menu-social li a[href*="skype.com"]::before,
#menu-social li a[href*="skype:"]::before          {content: '\f220';}
#menu-social li a[href*="stumbleupon.com"]::before {content: '\f223';}
#menu-social li a[href*="tumblr.com"]::before      {content: '\f214';}
#menu-social li a[href*="twitter.com"]::before     {content: '\f202';}
#menu-social li a[href*="vimeo.com"]::before       {content: '\f212';}
#menu-social li a[href*="youtube.com"]::before       {content: '\f213';}
#menu-social li a[href*="wordpress.org"]::before,
#menu-social li a[href*="wordpress.com"]::before   {content: '\f205';}
#menu-social li a[href*="youtube.com"]::before     {content: '\f213';}
#menu-social li a[href*="feed"]::before            {content: '\f413';}
#menu-social li a[href*="mailto"]::before          {content: '\f410';}


/* --- Cocoa Quote Widget --- */
.quote-wrap {
    display: block;
}
.widget_cocoa_quote blockquote.quote-text {
    position: relative;
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 1.2;
    letter-spacing: -0.5px;
    padding: 0;
}
.widget_cocoa_quote blockquote.quote-text ins {
    padding: 0 8px;
}
.widget_cocoa_quote cite.quote-author {
    font-size: 13px;
    font-size: 0.8125rem;
    text-align: right;
    display: block;
    padding: 20px 5px 0 0;
}

/* --- Cocoa About Widget --- */
.about-text-wrap {
    float: none;
    clear: both;
    overflow: hidden;
    padding: 34px 0 0;
}
.about-img-wrap {
    float: none;
    clear: both;
    overflow: hidden;
}
.about-slogan {
    padding: 0;
    font-family: 'Libre Baskerville', Georgia, serif;
    font-size: 21px;
    font-size: 1.3125rem;
    line-height: 1.45;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}
.about-caption {
    position: relative;
    padding: 14px 0 0 0;
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 1.55;
}
.about-caption:before {
    content: "\00a0";
    position: absolute;
    width: 20px;
    height: 1px;
    line-height: 1px;
    border-top: 1px solid #ddd;
    top: 0;
    left: 0;
    z-index: 1;
}
.about-caption p:last-child {
    margin-bottom: 0;
}
.about-text {
    padding: 34px 0 0 5px;
    font-family: 'Libre Baskerville', Georgia, serif;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.7;
}
.about-text p:last-child {
    margin-bottom: 0;
}

/* --- Cocoa Recent Posts by Category Widget --- */
.recentpost-wrap .rp-column:first-child {
    padding: 0;
}
.recentpost-wrap .rp-column {
    padding: 35px 0 0 0;
}
.recentpost-wrap .entry-details:before {
    display: none;
}
.recentpost-wrap .entry-details {
    margin: 0;
    padding: 0;
}
.recentpost-wrap h2.entry-title {
    margin: 1px 0 14px;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.35;
}
.recentpost-wrap .entry-header {
    padding: 0 0 0 5px;
}
.recentpost-wrap .entry-thumbnail {
    padding: 0 0 12px;
}
.recentpost-wrap .rp-summary {
    margin: 0;
    padding: 0 0 0 5px;
}
.recentpost-wrap .rp-summary p {
    margin: 0;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 1.5;
}

/* --- Footer Widget Border --- */
.nav-wrap,
#infinite-handle,
#footer-widgets {
    position: relative;
    overflow: hidden;
    clear: both;
}
#footer-widgets {
    max-width: 100%;
}
#infinite-handle:before,
.nav-wrap:before,
#footer-widgets:before {
    content: "\00a0";
    position: absolute;
    width: 100%;
    height: 1px;
    line-height: 1px;
    border-top: 1px solid #ddd;
    top: 0;
    right: 0;
    z-index: 1;
}


/*-----------------------------------------------------------------------------------*/
/*  10.0 Footer
/*-----------------------------------------------------------------------------------*/
#colophon {
    position: relative;
    color: #000;
    border-top: 1px solid #ddd;
    padding: 20px 5px 35px 0;
}

/* --- Footer Search --- */
#colophon .footer-search {
    display: block;
    position: relative;
    height: 60px;
}
.footer-search #searchform-footer {
    background: none;
}
#searchform .screen-reader-text,
#searchform-footer .screen-reader-text span {
    display: none;
}
.footer-search .screen-reader-text {
    cursor: pointer;
    color: #000;
    -webkit-transition: color linear 0.1s;
    -moz-transition: color linear 0.1s;
    -o-transition: color linear 0.1s;
    transition: color linear 0.1s;

}
.footer-search .screen-reader-text:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 35px;
    height: 45px;
    padding-top: 2px;
    padding-left: 5px;
    display: inline-block;
    content: '\f400';
    -webkit-font-smoothing: antialiased;
    font: normal 24px/1 'Genericons';
    line-height: 1.9;
    background: #fff;
    vertical-align: top;
    z-index: 10000;
}
.custom-background .footer-search .screen-reader-text:after {
    background: none;
}
.footer-search #searchform-footer input#s-footer {
    display: block;
    width: 0;
    height: 45px;
    max-width: 320px;
    padding-left: 35px;
    font-size: 13px;
    font-size: 0.8125rem;
    border-left: none;
    border-right: none;
    border-top: none;
    border-bottom: 1px solid #fff;
    background: none;
    line-height: normal;
    -webkit-transition: all ease-in-out 0.25s;
    -moz-transition: all ease-in-out 0.25s;
    -o-transition: all ease-in-out 0.25s;
    transition: all ease-in-out 0.25s;
    -webkit-appearance: none;
}
.footer-search #searchform-footer input#s-footer:active,
.footer-search #searchform-footer input#s-footer:focus {
    border-bottom: 1px solid #000;
    background: none;
    width: 260px;
}
.footer-search ::-webkit-input-placeholder {color: #000;}
.footer-search :-moz-placeholder {color: #000;}
.footer-search ::-moz-placeholder {color: #000;}
.footer-search :-ms-input-placeholder {color: #000; }

.footer-search #searchform-footer input[type="submit"] {
    display: none;
}

/* --- Footer Credit --- */
#colophon #site-info {
    display: block;
    padding: 15px 0 0 5px;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.45;
}
#colophon #site-info ul {
    margin: 0;
    padding: 0;
    list-style:none;
}
#colophon #site-info ul.credit,
#colophon #site-info ul.credit li,
#colophon p.credittext {
    display: block;
    padding: 0;
}
#colophon p.credittext {
    margin: 0;
}


/*-----------------------------------------------------------------------------------*/
/*  PySV Footer Banner
/*-----------------------------------------------------------------------------------*/

#pysv-footer {
    background: #f5f7fa;
    border-top: 1px solid #ddd;
    padding: 18px 20px;
    text-align: center;
}
#pysv-footer a {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
    color: #333;
    font-size: 13px;
    line-height: 1.4;
}
#pysv-footer a:hover { opacity: 0.75; }
#pysv-footer img { display: block; }


/*-----------------------------------------------------------------------------------*/
/*  11.0 Plugins + Jetpack Styles
/*-----------------------------------------------------------------------------------*/

/* --- Subscription Widget --- */
.jetpack_subscription_widget {
    clear: both;
    overflow: hidden;
}
.jetpack_subscription_widget form {
}
.jetpack_subscription_widget p {
    max-width: 590px;
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 1.6;
}
.jetpack_subscription_widget input#subscribe-field {
    float: left;
    width: 65%;
    height: 45px;
    margin-right: 2%;
    padding: 10px;
    font-size: 15px;
    font-size: 0.9375rem;
    color: #acacac;
}
.jetpack_subscription_widget input#subscribe-field:active,
.jetpack_subscription_widget input#subscribe-field:focus {
    border: 1px solid #bcbcbc;
}
.jetpack_subscription_widget input[type="submit"] {
    width: 33%;
    height: 45px;
    float: right;
    text-align: center;
}
.widget-grofile ul.grofile-accounts {
    margin: 0 auto;
    display: inline-block;
}
.widget-grofile img.grofile-thumbnail {
    padding: 15px;
    width: auto;
    -webkit-border-radius: 400px;
       -moz-border-radius: 400px;
            border-radius: 400px;
}
.comment-subscription-form .subscribe-label {
    display: inline !important;
    float: none !important;
    font-size: 12px;
    font-size: 0.75rem;
    font-weight: normal;
}
p.comment-subscription-form {
    clear: both;
    overflow: hidden;
    margin-top: 5px !important;
    margin-bottom: 5px !important;
    font-size: 12px;
    font-size: 0.75rem;
    font-weight: normal;
}
p.comment-subscription-form:last-child {
    padding-top: 0;
    margin-bottom: 0 !important;
}
.widget_twitter_timeline iframe {
    display: block;
}
.widget_jetpack_display_posts_widget h4 {
    margin: 35px 0 15px;
    font-size: 18px;
    font-size: 1.125rem;
}
.widget_jetpack_display_posts_widget img {
    margin: 0 0 15px;
}
.widget_jetpack_display_posts_widget p {
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.6;
}
#main-wrap .sharedaddy  {
    clear: both;
    display: block;
    width: 100%;
    float: none;
}
.single-post #main-wrap .sharedaddy  {
    padding-bottom: 5px;
}
#main-wrap .rp-column .sharedaddy  {
    display: none;
}
#primary .sharedaddy h3.sd-title {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-size: 0.75rem;
    font-weight: bold;
    margin: 2px 0;
    float: left;
}
div.sharedaddy h3.sd-title:before {
    display: none !important;
}
div.sharedaddy h3,
#content div.sharedaddy h3,
#main div.sharedaddy h3,
#primary div.sharedaddy h3 {
    float: left;
    padding: 3px 20px 0 0;
}
#main-wrap .sharedaddy div.sd-block {
    border-top: none !important;
    border-top: none !important;
    padding-top: 26px;
}
.sharedaddy a.sd-button {
    vertical-align: top;
}
.entry-content .sharedaddy .sd-content {
    float: left;
}
.contact-form {
    padding: 0 0 26px;
    max-width: 670px;
}
.contact-form div {
    overflow: hidden;
    margin-top: 10px;
}
.contact-form label {
    margin-left: 5px;
    margin-bottom: 4px !important;
    font-size: 13px;
    font-size: 0.8125rem;
}
.contact-form label span {
    margin-left: 0 !important;
    padding-top: 3px;
    font-weight: normal;
    font-size: 12px;
    font-size: 0.75rem;
    color: #bbb;
    display: block;
}
.contact-form input,
.contact-form textarea {
    margin-bottom: 8px;
}
.page .contact-form input[type='text'],
.page .contact-form input[type='email'],
.page .contact-form textarea {
    display: block;
    width: 99%;
    max-width: 99%;
}
.contact-form input[type='text'],
.contact-form input[type='email'] {
    margin-bottom: 4px !important;
}
.contact-form p.contact-submit {
    clear: both;
    float: none;
    margin-top: 15px;
    overflow: hidden;
    text-align: right;
}

/* --- Infinite Scroll --- */
.infinite-scroll #nav-below,
.infinite-scroll .nav-wrap,
.infinite-scroll.neverending #colophon {
    display: none;
}
.infinity-end.neverending #colophon {
    display: block;
}
#infinite-footer .container {
    display: none;
}
#infinite-handle {
    float: none;
    margin: 0;
}
#infinite-handle span {
    background: none;
    border-radius: 0;
    color: #000;
    cursor: pointer;
    display: inline-block;
    font-size: 13px;
    font-weight: bold;
    padding: 0 0 0 5px;
}
#infinite-handle span:before {
    display: inline-block;
    content: '\f420';
    padding: 1px 8px 0 0;
    -webkit-font-smoothing: antialiased;
    font: normal 15px/1 'Genericons';
    vertical-align: top;
}
.infinite-loader {
    margin: 0 ;
    padding: 32px 0 115px;
    border-top: 1px solid #ddd;
}
.infinity-success .infinite-wrap {
    padding-top: 30px;
    border-top: 1px solid #ddd;
}

/* --- Contact Form 7 --- */
.site-content div.wpcf7 {
    clear: both;
    overflow: hidden;
    max-width: 100%;
    padding: 0 0 34px;
}
.site-content div.wpcf7 p {
    margin: 0;
    padding: 0 0 16px;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.5;
    font-weight: bold;
}
.site-content div.wpcf7 p:last-of-type {
    padding: 0;
}
.site-content div.wpcf7 input[type='text'],
.site-content div.wpcf7 input[type='email'],
.site-content div.wpcf7 textarea {
    font-family: 'Libre Baskerville', Georgia, serif;
    width: 80%;
}
.site-content input.wpcf7-submit {
    clear: both;
    overflow: hidden;
    width: auto;
}

/* --- Simple Share Buttons Adder Plugin --- */
.ssba {
    padding-top: 20px;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
    font-size: 12px !important;
}

/*-----------------------------------------------------------------------------------*/
/*  12.0 Shortcodes
/*-----------------------------------------------------------------------------------*/

/* Multi Columns */
.two-columns-one,
.three-columns-one,
.three-columns-two,
.four-columns-one,
.four-columns-two,
.four-columns-three {
    width:100%;
}
.entry-content .two-columns-one,
.entry-content .three-columns-one,
.entry-content .three-columns-two,
.entry-content .four-columns-one,
.entry-content .four-columns-two,
.entry-content .four-columns-three {
    position: relative;
    float: left;
    margin-right: 0;
    margin-bottom: 26px;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.7;
}
.entry-content .two-columns-one p,
.entry-content .three-columns-one p,
.entry-content .three-columns-two p,
.entry-content .four-columns-one p,
.entry-content .four-columns-two p,
.entry-content .four-columns-three p {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.7;
}
.last {
    clear:right;
    margin-right:0 !important;
    margin-bottom:0 !important;
}
.divider {
    width: 100%;
    margin-bottom: 13px;
    padding-top: 13px;
    display: block;
    clear: both;
}

/* Infoboxes */
.white-box,
.blue-box,
.yellow-box,
.red-box,
.green-box,
.lightgrey-box,
.grey-box,
.dark-box {
    margin: 0 0 26px;
    padding: 12px;
    overflow:hidden;
    font-size: 14px;
    font-size: 0.875rem;
    color: #474747;
    font-style: italic;
    line-height:1.65;
}
.site-content .white-box p,
.site-content .blue-box p,
.site-content .yellow-box p,
.site-content .red-box p,
.site-content .green-box p,
.site-content .lightgrey-box p,
.site-content .grey-box p,
.site-content .dark-box p {
    margin: 0 0 26px;
}
.white-box {background: #fff; border: 1px solid #ddd;}
.blue-box {background: #eef6fe;}
.yellow-box {background: #ffffcc;}
.red-box {background: #fff0f1;}
.green-box {background: #e7f3e0;}
.lightgrey-box {background: #f7f0e4;}
.grey-box {background: #f4f4f4;}
.dark-box {background: #000;color: #fff; letter-spacing: 0.5px}
.dark-box a:hover {color:#fff;}

/* Buttons */
.standard-btn {
    display: inline-block;
    margin: 0 0 26px;
    padding: 12px 18px 11px;
    overflow: hidden;
    cursor: pointer;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-size: 0.75rem;
    background: #000;
    color: rgba(255, 255, 255, 0.85);
    text-align: center;
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-decoration: none !important;
    -webkit-transition: 0.2s background ease;
       -moz-transition: 0.2s background ease;
         -o-transition: 0.2s background ease;
        -ms-transition: 0.2s background ease;
            transition: 0.2s background ease;
}
.post .entry-content a.standard-btn,
.page .entry-content a.standard-btn {
    color: rgba(255, 255, 255, 0.85);
    border: none;
}
.post .entry-content a.standard-btn:hover,
.page .entry-content a.standard-btn:hover {
    color: #fff;
}
.round-btn {
    -moz-border-radius: 50px;
         border-radius: 50px;
}
.bold-btn {
    font-weight:bold;
}
.standard-btn.xsmall-btn {
    padding: 10px 15px;
    font-size: 10px;
    font-size: 0.625rem;
}
.standard-btn.small-btn {
    padding: 12px 20px;
    font-size: 11px;
    font-size: 0.6875rem;
}
.standard-btn.large-btn {
    padding: 15px 20px;
    font-size: 14px;
    font-size: 0.875rem;
}
.standard-btn.xlarge-btn {
    padding: 17px 25px;
    font-size: 16px;
    font-size: 1rem;
}
.red-btn {background: #f17c67; color: #fff;}
.red-btn:hover {background: #e23e32; color: #fff;}
.green-btn {background: #86c166; color: #fff;}
.green-btn:hover {background: #489130; color: #fff;}
.blue-btn {background: #81c7d4; color: #fff;}
.blue-btn:hover {background: #459baf; color: #fff;}
.darkblue-btn {background: #7b90d2; color: #fff;}
.darkblue-btn:hover {background: #3b54aa; color: #fff;}
.purple-btn  {background: #b28fce; color: #fff;}
.purple-btn:hover {background: #7b54a4; color: #fff;}
.yellow-btn {background: #f9e530; color: #fff;}
.yellow-btn:hover {background: #f2db0a; color: #fff;}
.grey-btn {background: #bcbcbc; color: #000;}
.grey-btn:hover {background: #999; color: #000;}
.black-btn {background: #161616; color: rgba(255, 255, 255, 0.85);}
.black-btn:hover {background: #000; color: #fff;}

/* Google Maps */
.map {
    padding: 0 0 26px;
}

/*-----------------------------------------------------------------------------------*/
/*  13.0 Media Queries
/*-----------------------------------------------------------------------------------*/

/* Minimum width of 767 pixels (tablets portrait)
------------------------------------------------------------------------------------ */
@media screen and (min-width: 767px) {

    /* --- General Styles --- */
    #container,
    #site-nav {
        padding: 0 25px;
    }
    .overlay-wrap {
        padding: 0 25px 35px;
    }
    .mobile-btns {
        width: 70px;
        height: 70px;
    }
    a#mobile-open-btn {
        width: 70px;
        height: 70px;
    }
    a#mobile-open-btn:before {
        width: 70px;
        height: 70px;
        top: 24px;
        left: 24px;
        font: normal 21px/1 'Genericons';
    }
    .nav-open #mobile-container {
        padding-top: 70px;
    }
    .nav-open #container  {
        top: 70px;
    }
    .admin-bar.nav-open .mobile-btns {
        top: 70px;
    }
    .admin-bar.nav-open #mobile-container,
    .admin-bar.nav-open #container {
        top: 116px;
    }
    a#mobile-close-btn {
        width: 70px;
        height: 70px;
    }
    .single-post .entry-wrap .entry-content p:last-of-type  {
        margin-bottom: 65px !important;
    }

    /* --- Links --- */
    .post .entry-content a.more-link {
        padding-top: 10px;
    }

    /* --- Forms + Buttons --- */
    form label,
    .contact-form label {
        font-size: 15px;
        font-size: 0.9375rem;
    }
    input#submit,
    input[type="button"],
    input[type="submit"] {
        padding: 17px 23px 16px;
        font-size: 12px;
        font-size: 0.75rem;
    }
    input#submit {
        font-size: 12px;
        font-size: 0.75rem;
    }
    .jetpack_subscription_widget input#subscribe-field {
        width: 70%;
        height: 50px;
    }
    .jetpack_subscription_widget input[type="submit"] {
        width: 28%;
        height: 50px;
    }

    /* --- Header --- */
    #site-title {
        padding: 25px 0 15px 0;
        border-bottom: 1px solid #000;
    }
    #site-title h1 {
        padding: 0 5px 10px 5px;
        font-size: 72px;
        font-size: 4.5rem;
        line-height: 1.15;
        letter-spacing: -2px;
        word-wrap: break-word;
    }
    #site-title h2.site-description {
        padding: 0 0 0 5px;
        font-size: 19px;
        font-size: 1.1875rem;
        line-height: 1.15;
    }

    /* --- Posts --- */
    .site-content .entry-thumbnail {
        padding: 0 0 35px;
    }
    .entry-content p,
    .entry-content p.standard-text,
    .entry-content ul,
    .entry-content ol,
    .entry-content .wide-content {
        font-size: 16px;
        font-size: 1rem;
        line-height: 1.75;
    }
    .entry-content ul,
    .entry-content ol {
        padding-left: 100px;
    }
    .entry-content ul ul,
    .entry-content ol ol {
        padding-left: 50px;
    }
    .entry-content blockquote,
    #comments blockquote {
        margin-left: 100px;
    }
    .entry-content p.pull-left {
        margin: 2px 30px 10px 0;
        max-width: 330px;
        float: left;
    }
    .entry-content p.pull-right {
        margin: 2px 0 10px 30px;
        max-width: 330px;
        float: right;
    }
    .entry-content p span.dropcap {
        font-size: 53px;
        font-size: 3.313rem;
    }
    .entry-content p.intro {
        font-size: 20px;
        font-size: 1.25rem;
        line-height: 1.55;
        margin-bottom: 36px;
    }
    .page .entry-content p.intro {
        margin-bottom: 56px;
    }
    .entry-content .onecolumn {
        max-width: 670px;
        padding: 0 0 36px;
    }
    .entry-content .twocolumn {
        -moz-column-count: 2;
        -moz-column-gap: 30px;
        -webkit-column-count: 2;
        -webkit-column-gap: 30px;
        column-count: 2;
        column-gap: 30px;
        padding: 0 0 36px;
    }
    .entry-content .twocolumn p {
        font-size: 14px;
        font-size: 0.875rem;
        line-height: 1.7;
    }
    .format-status .entry-content p,
    .format-quote .entry-content blockquote p {
        line-height: 1.6;
    }

    /* --- Author Box --- */
    .single-post .authorbox {
        max-width: 935px;
    }
    .authorbox .author-info img.avatar {
        width: 90px;
        height: 90px;
    }
    .authorbox p.author-name {
        padding: 0 0 3px 125px;
    }
    .authorbox p.author-description {
        padding: 0 0 0 125px;
    }

    /* --- Comments + Forms --- */
    #comments li.comment ul.children {
        margin-left: 45px;
    }
    #comments li.comment ul.children ul {
        margin-left: 0;
    }
    #commentform label,
    .page .contact-form label {
        display: block;
        float: left;
        margin: 12px 0 0;
    }
    #commentform input#author,
    #commentform input#email,
    #commentform input#url,
    #commentform textarea#comment,
    .page .contact-form input[type='text'],
    .page .contact-form input[type='email'],
    .page .contact-form textarea {
        display: block;
        width: 80%;
        max-width: 80%;
        margin: 8px 0 0;
        float: right;
    }

    /* --- Standard Page --- */
    .page .entry-header h1.entry-title {
        margin: 0 0 30px;
        font-size: 24px;
        font-size: 1.5rem;
    }

    /* --- Archive Page Template --- */
    .archive-2columns {
        -moz-column-count: 2;
        -moz-column-gap: 30px;
        -webkit-column-count: 2;
        -webkit-column-gap: 30px;
        column-count: 2;
        column-gap: 30px;
    }

    /* --- Default Widgets --- */
    .widget_categories ul,
    .widget_archive ul,
    .widget_pages ul {
        -moz-column-count: 3;
        -moz-column-gap: 30px;
        -webkit-column-count: 3;
        -webkit-column-gap: 30px;
        column-count: 3;
        column-gap: 30px;
        padding-left: 0;
    }
    .widget_categories ul.children,
    .widget_archive ul.children,
    .widget_pages ul.children {
        -moz-column-count: 1;
        -moz-column-gap: 0;
        -webkit-column-count: 1;
        -webkit-column-gap: 0;
        column-count: 1;
        column-gap: 0;
    }

    /* --- About Widget --- */
    .about-text-wrap {
        width: 50%;
        float: right;
        padding: 60px 0 0 35px;
        clear: right;
    }
    .about-img-wrap {
        width: 50%;
        float: left;
        padding: 0;
        clear: left;
    }
    .about-slogan {
        font-size: 28px;
        font-size: 1.75rem;
        line-height: 1.45;
        letter-spacing: -0.5px;
    }
    .about-caption {
        margin-top: 35px;
        padding: 14px 0 0 0;
    }
    .about-caption:before {
        left: 0;
    }

    /* --- Quote Widget --- */
    .widget_cocoa_quote blockquote.quote-text {
        font-size: 38px;
        font-size: 2.375rem;
        line-height: 1.45;
    }

    /* --- Cocoa Recent Posts by Category Widget --- */
    .recentpost-wrap .rp-column {
        width: 31.48%;
        float: left;
        padding: 0;
    }
    .recentpost-wrap .rp-column:nth-child(3n+2) {
        margin: 0 2.78%;
    }
    .recentpost-wrap .rp-column:nth-child(3n+3) {
        clear: right;
    }
    .recentpost-wrap .rp-column:nth-child(3n+1) {
        clear: left;
    }

    /* --- Footer --- */
    #colophon .footer-search {
        float: left;
    }
    #colophon #site-info {
        display: inline-block;
        float: right;
        padding: 0;
    }
    #colophon #site-info ul {
        margin: 0;
        padding: 0;
        list-style:none;
        text-align: right;
    }
    /* --- Shortcodes --- */
    .white-box,
    .blue-box,
    .yellow-box,
    .red-box,
    .green-box,
    .lightgrey-box,
    .grey-box,
    .dark-box {
        padding: 20px;
    }
    .two-columns-one {width: 48%;}
    .three-columns-one {width: 32%;}
    .three-columns-two {width: 66%;}
    .four-columns-one {width: 23.5%;}
    .four-columns-two {width: 49%;}
    .four-columns-three {width: 74.5%;}
    .two-columns-one,
    .three-columns-one,
    .three-columns-two,
    .four-columns-one,
    .four-columns-two,
    .four-columns-three {
        position:relative;
        float:left;
        margin-right: 4%;
        padding-right: 4%;
        margin-bottom: 0;
    }
    .last {
        border-right: none !important;
        margin-right: 0 !important;
        padding-right: 0 !important;
    }
}


/* Minimum width of 782 pixels
------------------------------------------------------------------------------------ */
@media screen and (min-width: 782px) {

    .admin-bar.nav-open .mobile-btns {
        top: 32px;
    }
    .admin-bar.nav-open #mobile-container,
    .admin-bar.nav-open #container {
        top: 78px;
    }
}


/* Minimum width of 1023 pixels (tablets landscape)
------------------------------------------------------------------------------------ */
@media screen and (min-width: 1023px) {

    /* --- General Styles --- */
    #main-wrap {
        padding-top: 0;
    }
    #site-title {
        text-align: left;
        margin: 0 0 30px 27.6%; /* 345px at 1250px width */
    }
    .site-content .post,
    .site-content .type-attachment {
        margin: 0 0 135px;
        padding-bottom: 0;
        border-bottom: none;
    }
    .site-content .entry-wrap,
    .archive-header,
    .nav-wrap:before,
    #footer-widgets:before,
    #header-widgets .widget:after,
    #footer-widgets .widget:after,
    .infinity-success .infinite-wrap:before,
    #comments,
    #disqus_thread,
    #nav-below,
    #nav-single,
    #nav-comments {
        width: 72.4%; /* 905px at 1250px width */
    }
    .site-content .entry-wrap,
    .archive-header {
        float: right;
    }
    .site-content .entry-content,
    .single-post .authorbox {
        max-width: 82.9786%;
        padding-left: 5px;
    }
    .commentlist,
    #comments #respond,
    .widget .textwidget {
        max-width: 585px;
        padding-left: 5px;
    }
    .single-attachment .site-content .entry-content {
        max-width: 100% !important;
    }
    .site-content  .entry-content .wide-content {
        margin-right: -20.2127%;
        margin-bottom: 26px;
    }

    /* --- Posts / Pages Content --- */
    .site-content .entry-header,
    .site-content .entry-header-single {
        display: block;
        float: left;
        width: 27.6%;
    }
    .entry-header h2.entry-title,
    .entry-header-single h2.entry-title,
    .entry-header h1.entry-title,
    .entry-header .entry-details {
        padding-right: 35px;
    }
    .page .site-content .entry-content {
        max-width: 100%;
    }
    .post .entry-header h2.entry-title,
    .page .entry-header h2.entry-title,
    .single-post .entry-header h1.entry-title {
       padding-top: 44px;
    }
    .site-content .entry-wrap {
        border-top: 1px solid #ddd;
        padding: 44px 0 0;
    }

    /* --- Entry Details --- */
    .entry-details .entry-cats,
    .entry-details .entry-comments {
        display: block;
    }
    .entry-details .entry-comments:before {
        display: none;
    }
    .entry-details {
        margin: 15px 0 0 0;
        padding: 12px 0 0 0;
    }

    /* --- Comments --- */
    #comments,
    #disqus_thread {
        max-width: 72.4%; /* 905px at 1250px width */
        float: right;
        padding: 0 0 100px 5px;
    }

    /* --- Standard Page --- */
    .page .site-content .entry-content,
    .search-no-results .site-content .entry-content {
        padding: 0 0 135px 5px;
    }
    .site-content .page .page-note {
        display: block;
    }

    /* --- Pagination --- */
    #nav-below,
    #nav-single,
    #nav-comments {
        float: right;
        overflow: hidden;
        margin: 0;
        padding: 0 5px;
    }

    /* --- Widget Areas --- */
    #header-widgets {
        position: relative;
        max-width: 1250px;
        margin: 0 auto;
    }
    #header-widgets .widget,
    #footer-widgets .widget {
        display: block;
        position: relative;
        overflow: hidden;
        margin: 0;
        padding: 35px 0 135px;
        clear: both;
        float: none;
        border-bottom: none;
    }
    #header-widgets .widget:after,
    #footer-widgets .widget:after {
        content: "\00a0";
        position: absolute;
        height: 1px;
        line-height: 1px;
        border-bottom: 1px solid #ddd;
        bottom: 0;
        right: 0;
        z-index: 1;
    }
    #header-widgets .widget:last-child:after,
    #footer-widgets .widget:last-child:after {
        display: none;
    }
    .widget .widget-title-wrap {
        display: block;
        width: 27.6%; /* 345px at 1250px width */
        overflow: hidden;
        margin: 0;
        padding: 0 65px 0 0;
        float: left;
        text-align: left;
        border-bottom: none !important;
    }
    .widget h3.widget-title {
        margin: 0 0 0 5px;
    }
    .widget .about-wrap,
    .widget .quote-wrap,
    .widget .recentpost-wrap,
    .widget .textwidget,
    .widget_categories ul,
    .widget_archive ul,
    .widget_archive select,
    .widget_categories select#cat,
    .widget_pages ul,
    .widget_meta ul,
    .widget_rss ul,
    .widget_recent_entries ul,
    .widget_recent_comments ul#recentcomments,
    .widget_nav_menu ul.menu,
    .widget .tagcloud,
    .widget .searchform-wrap,
    .widget_calendar #calendar_wrap,
    .widget_facebook_likebox iframe,
    .widget_twitter_timeline iframe,
    .widget .jetpack-display-remote-posts,
    .grofile-meta,
    .widget-grofile h4:last-child,
    .jetpack-image-container,
    .jetpack_subscription_widget form,
    .widget_rss_links ul,
    .widget_rss_links p,
    .widget_jetpack_readmill_widget p {
        display: block;
        width: 72.4%; /* 905px at 1250px width */
        overflow: hidden;
        margin: 0;
        padding: 0 0 0 5px;
        float: right;
    }
    .widget .about-wrap,
    .widget .recentpost-wrap {
        padding: 0;
    }
    .widget .searchform,
    .widget_facebook_likebox iframe,
    .widget_twitter_timeline iframe,
    .widget_archive select,
    .widget_categories select#cat,
    .widget .textwidget {
        float: left;
    }
    .widget_rss_links p,
    .widget_jetpack_readmill_widget p {
        float: none;
    }
    .widget_archive select,
    .widget_categories select#cat {
        width: auto;
    }
    .widget_categories ul ul,
    .widget_archive ul ul,
    .widget_pages ul ul {
        display: block;
        width: auto;
        overflow: hidden;
        margin: 0;
        padding: 0;
        float: none;
        border-bottom: none;
    }
    .widget_categories ul,
    .widget_archive ul,
    .widget_pages ul {
        -moz-column-count: 5;
        -moz-column-gap: 30px;
        -webkit-column-count: 5;
        -webkit-column-gap: 30px;
        column-count: 5;
        column-gap: 30px;
    }
    .widget_categories ul.children,
    .widget_archive ul.children,
    .widget_pages ul.children {
        -moz-column-count: 1;
        -moz-column-gap: 0;
        -webkit-column-count: 1;
        -webkit-column-gap: 0;
        column-count: 1;
        column-gap: 0;
    }
    .widget_pages ul.children li:last-child,
    .widget_categories ul.children li:last-child {
        padding: 0;
    }
    .widget_pages ul.children a:before,
    .widget_categories ul.children a:before {
        display: inline;
        content: '\002d';
        padding: 0 20px 0 0;
        -webkit-font-smoothing: antialiased;
        vertical-align: top;
    }

    /* Cocoa Recent Posts by Category Widget */
    .recentpost-wrap .rp-column {
        width: 31.48%;
        float: left;
        padding: 70px 0 0 0;
    }
    .recentpost-wrap .rp-column:nth-of-type(1),
    .recentpost-wrap .rp-column:nth-of-type(2),
    .recentpost-wrap .rp-column:nth-of-type(3) {
        padding: 0;
    }

    /* Archives + Search Results */
    .entry-summary {
        max-width: 60.773%;
    }
    .archive .site-content .entry-thumbnail,
    .search-results .site-content .entry-thumbnail {
        display: block;
        float: right;
        max-width: 240px;
        max-height: 146px;
        padding: 0;
        overflow: hidden;
    }
    .archive .site-content .post,
    .search-resultes .site-content .post {
        margin-bottom: 70px;
    }

    /* --- Plugins --- */
    #disqus_thread {
        position: relative;
        border-top: 1px solid #ddd;
        padding: 35px 230px 100px 5px;
    }
    #infinite-handle,
    .infinite-loader {
        margin: 0 0 0 27.6%;
    }
    .infinity-success .infinite-wrap {
        position: relative;
        padding-top: 0;
        border-top: none;
    }
    .infinity-success .infinite-wrap:before {
        content: "\00a0";
        position: absolute;
        height: 1px;
        line-height: 1px;
        border-bottom: 1px solid #ddd;
        top: 0;
        right: 0;
        z-index: 1;
    }
}


/* Minimum width of 1200 pixels (laptops 13")
------------------------------------------------------------------------------------ */
@media screen and (min-width: 1200px) {

    /* --- General Styles --- */
    #container,
    #site-nav,
    .overlay-wrap {
        padding-left: 25px;
        padding-right: 25px;
    }
    .menu-wrap {
        width: 72.4%; /* 905px at 1250px width */
    }
    .site-content .entry-content,
    .single-post .authorbox {
        max-width: 74.5854%;
    }
    .commentlist,
    #comments #respond,
    .widget .textwidget {
        max-width: 675px;
    }
    .site-content  .entry-content .wide-content {
        margin-right: -34.0740%;
    }

    /* --- Header --- */
    #site-title {
        margin: 0 0 30px 27.6%; /* 345px at 1250px width */
        padding: 90px 0 20px 0;
    }
    #site-title h1 {
        font-size: 82px;
        font-size: 5.125rem;
    }

    /* --- Main Menu + Widget Overlay --- */
    .nav-open .mobile-btns,
    .mobile-btns {
        display: none;
    }
    #mobile-container {
        position: relative;
        margin:0;
        background: none;
    }
    .info-close #mobile-container {
        display: block;
    }
    .info-close.nav-open #mobile-container {
        position: relative;
        margin: 0;
        background: none;
        top: 0;
    }
    .info-close.nav-open #container {
        position: relative;
        top: 0;
    }
    .info-open #mobile-container {
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        opacity: 1;
        z-index: 800;
        height: 100%;
        width: 103%;
        margin: 0;
        padding-right: 3%;
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch;
    }
    .info-open #mobile-container .menu-wrap {
        margin-right: -9px;
    }
    .overlay-wrap {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        height: 100%;
        width: 100%;
        background: rgba(255, 255, 255, 0.97);
        padding-top: 115px;
        z-index: 100000000 !important;
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch;
    }
    .info-open .overlay-wrap {
        display: block !important;
        width: 103%;
        padding-right: 3%;
        -ms-overflow-style: none;
    }
    .info-close .overlay-wrap {
        display: none;
    }
    .nav-close.info-close .overlay-wrap {

    }
    .admin-bar.info-open #mobile-container {
        top: 32px;
    }
    a#desktop-open-btn {
        width: 70px;
        height: 70px;
        display: block;
        text-align: center;
        background: none;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 10000;
        color: #000;
        transform-origin: center center;
        -moz-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        -webkit-transition: color linear 0.1s;
        -moz-transition: color linear 0.1s;
        -o-transition: color linear 0.1s;
        transition: color linear 0.1s;
    }
    .info-open a#desktop-open-btn {
        -moz-transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
    }
    a#desktop-open-btn span,
    a#desktop-close-btn span {
        opacity: 0;
    }
    a#desktop-close-btn {
        position: fixed;
        top: 0;
        left: 0;
        width: 70px;
        height: 70px;
        background: none;
        color: #000;
        opacity: 0;
        margin: 0;
        text-align: center;
        z-index: 1000;
        -webkit-transition: all ease 0.35s;
        -moz-transition: all ease 0.35s;
        -o-transition: all ease 0.35s;
        transition: all ease 0.35s;
    }
    a#desktop-open-btn:before {
        content: '\f406';
        display: block;
        position: absolute;
        width: 70px;
        height: 70px;
        top: 25px;
        left: 0;
        -webkit-font-smoothing: antialiased;
        font: normal 21px/1 'Genericons';
        background: none;
        vertical-align: top;
    }
    .info-open a#desktop-close-btn {
        display: block;
        z-index: 100000;
    }
    .desktop-btns {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        height: 70px;
        width: 70px;
    }
    .info-open .desktop-btns {
        display: block;
        position: fixed;
        height: 70px;
        top: 0;
        left: 0;
        z-index: 10000000000;
        background: none;
    }
    .info-open #container {
        position: fixed;
        z-index: 0;
        top: 60px;
        right: 0;
        left: 0;
        bottom: 0;
    }
    .admin-bar.info-open .desktop-btns {
        top: 32px;
    }
    .admin-bar.nav-open #container,
    .admin-bar.info-open #container {
        top: 92px;
    }

    /* ---  Main Nav --- */
    #site-nav {
        max-width: 1250px;
        margin: 0 auto;
    }
    .menu-wrap {
        float: right;
        margin: 0;
        padding: 0;
    }
    #site-nav ul  {
        position: relative;
        margin: 0;
        padding: 0;
    }
    #site-nav ul li  {
        position: relative;
        display: inline-block;
        height: 60px;
        margin: 0 -4px 0 0;
        padding: 23px 25px 14px 6px;
        border-bottom: none;
    }
    #site-nav ul li.menu-item-has-children,
    #site-nav ul li.page_item_has_children {
        padding: 23px 25px 14px 6px;
    }
    #site-nav ul li a  {
        padding: 0;
        border-left: none;
        line-height: 1.7;
        border-bottom: 1px  solid transparent;
        -webkit-transition: all ease-in-out 0.2s;
        -moz-transition: all ease-in-out 0.2s;
        -o-transition: all ease-in-out 0.2s;
        transition: all ease-in-out 0.2s;
    }
    #site-nav ul li a:hover {
        color: #000;
        border-bottom: 1px  solid #000;
    }
    #site-nav ul ul li a:hover {
        border-bottom: none;
        background: #f4f4f4;
    }
    #site-nav ul li li  {
        padding: 0;
        margin: 0;
    }
    #site-nav ul ul.sub-menu,
    #site-nav ul ul.children {
        display: none;
        position: absolute;
        top: 60px;
        left: 0;
        width: 160px;
        margin: 0;
        padding: 0;
        border-top: none;
        z-index: 10000000;
        background: #fff;
    }
    #site-nav ul.sub-menu li,
    #site-nav ul.children li {
        display: block;
        padding: 0;
        height: auto;
    }
    #site-nav ul.sub-menu a,
    #site-nav ul.children a {
        border-left: none !important;
        height: auto;
        font-size: 12px;
        font-size: 0.75rem;
        display: block;
        padding: 5px 6px;
        border-bottom: none;
    }
    #site-nav ul ul ul.sub-menu,
    #site-nav ul ul ul.children {
        position: absolute;
        top: 0;
        left: 159px;
    }
    #site-nav ul li:hover > ul {
        display: block;
        border-left: 1px solid #000;
        padding: 0;
    }
    #site-nav li:hover > a {
        border-bottom: 1px  solid #000;
        -webkit-transition: all ease-in-out 0.2s;
        -moz-transition: all ease-in-out 0.2s;
        -o-transition: all ease-in-out 0.2s;
        transition: all ease-in-out 0.2s;
    }
    #site-nav li li:hover > a {
        border-bottom: none;
        background: #f4f4f4;
    }
    #site-nav ul ul ul li a,
    .widget_nav_menu ul ul ul li a,
    .widget_pages ul ul ul li a,
    .widget_categories ul ul ul li a {
        margin-left: 0;
    }
    #site-nav ul ul li a:before,
    .widget_nav_menu ul ul li a:before,
    .widget_pages ul ul li a:before,
    .widget_categories ul ul li a:before {
        display: none;
    }
    .widget_nav_menu ul li a:hover {
        background: none;
    }

    /* --- Posts Header (+ Sticky Post Headers) --- */
    header.stickit {
        position: fixed;
        top: 0;
    }
    header.stickit.stickit-end {
       position: absolute !important;
       top: auto !important;
       bottom: 0;
    }
    .single-post .entry-header h1.entry-title,
    .single-attachment .entry-header h1.entry-title {
       padding-top: 44px;
    }
    .site-content .entry-wrap {
        border-top: 1px solid #ddd;
        padding: 44px 0 0;
    }
    .site-content .entry-header,
    .site-content .entry-header-single {
        display: block;
        float: left;
        width: 27.6%; /* 345px at 1250px width */
        max-width: 345px;
        padding: 0;
    }
    .entry-header h2.entry-title,
    .entry-header h1.entry-title,
    .entry-header-single h1.entry-title,
    .entry-header .entry-details {
        padding-right: 70px;
    }
    .entry-header h2.entry-title,
    .entry-header-single h1.entry-title,
    .entry-header h1.entry-title {
        font-size: 22px;
        font-size: 1.375rem;
        line-height: 1.35;
    }
    .format-status h2.entry-title,
    .format-link h2.entry-title,
    .format-aside h2.entry-title,
    .format-quote h2.entry-title,
    .format-video h2.entry-title,
    .format-image h2.entry-title,
    .format-status h2.entry-title,
    .format-link h1.entry-title,
    .format-aside h1.entry-title,
    .format-quote h1.entry-title,
    .format-video h1.entry-title,
    .format-image h1.entry-title {
        font-size: 18px;
        font-size: 1.125rem;
    }
    .recentpost-wrap h2.entry-title {
        font-size: 15px;
        font-size: 0.9375rem;
    }
    .site-content .entry-thumbnail {
        padding: 0 0 55px;
    }

    /* --- Typography --- */
    .entry-content p.pull-left {
        margin: 2px 30px 10px -30px;
    }
    .entry-content p.pull-right {
        margin: 2px -30px 10px 30px;
    }
    .page .entry-content p.pull-right {
        margin: 2px 0 10px 30px;
    }

    /* --- Comments --- */
    #comments,
    #disqus_thread {
        float: right;
        padding: 0 230px 100px 5px;
    }

    /* --- Widgets --- */
    .widget .widget-title-wrap {
        text-align: right;
    }
    .about-text-wrap {
        padding: 60px 0 0 70px;
    }
    .about-slogan {
        font-size: 38px;
        font-size: 2.375rem;
        line-height: 1.35;
        padding-bottom: 65px;
    }
}


/* Minimum width of 1340 pixels (laptops 15")
------------------------------------------------------------------------------------ */
@media screen and (min-width: 1340px) {
    /* --- General Styles --- */
    #container,
    #site-nav,
    .overlay-wrap {
        padding-left: 0;
        padding-right: 0;
    }
    /* --- Standard Page --- */
    .site-content .page .page-note {
        left: -340px;
        max-width: 220px;
    }
    .page .entry-content p.pull-right {
        margin: 2px -30px 10px 30px;
    }
    /* --- Widgets --- */
    .widget .widget-title-wrap {
        text-align: left;
    }
}


/* Minimum width of 1700 pixels
------------------------------------------------------------------------------------ */
@media screen and (min-width: 1700px) {
    /* --- General Styles --- */
    #masthead,
    #main-wrap,
    #header-widgets,
    #site-nav {
        max-width: 1540px;
    }
    .site-content .entry-wrap,
    .archive-header,
    #header-widgets .widget:after,
    #footer-widgets .widget:after,
    .infinity-success .infinite-wrap:before,
    .widget .about-wrap,
    .widget .quote-wrap,
    .widget .recentpost-wrap,
    .widget .textwidget,
    .widget_categories ul,
    .widget_archive ul,
    .widget_archive select,
    .widget_categories select#cat,
    .widget_pages ul,
    .widget_meta ul,
    .widget_rss ul,
    .widget_recent_entries ul,
    .widget_recent_comments ul#recentcomments,
    .widget_nav_menu ul.menu,
    .widget .tagcloud,
    .widget .searchform-wrap,
    .widget_calendar #calendar_wrap,
    .widget_facebook_likebox iframe,
    .widget_twitter_timeline iframe,
    .widget .jetpack-display-remote-posts,
    .grofile-meta,
    .widget-grofile h4:last-child,
    .jetpack-image-container,
    .jetpack_subscription_widget form,
    .widget_rss_links ul,
    .widget_rss_links p,
    .widget_jetpack_readmill_widget p,
    .menu-wrap,
    #comments,
    #disqus_thread,
    #nav-below,
    #nav-single,
    #nav-comments,
    .nav-wrap:before,
    #footer-widgets:before {
        width: 77.596%; /* 1195px at 1540px width */
    }
    #comments,
    #disqus_thread {
        max-width: 77.596%;  /* 1195px at 1540px width */
    }
    #site-title {
        margin: 0 0 30px 345px;
    }
    #infinite-handle,
    .infinite-loader {
        margin: 0 0 0 345px;
    }
    .widget .widget-title-wrap,
    .site-content .entry-header,
    .site-content .entry-header-single {
        width: 345px;
    }
    .site-content .entry-content,
    .single-post .authorbox,
    .commentlist,
    #comments #respond,
    .widget .textwidget {
        max-width: 965px;
    }
    .entry-content .onecolumn {
        max-width: 960px;
    }
    .contact-form {
        max-width: 960px;
    }
}

/*-----------------------------------------------------------------------------------*/
/*  14.0 Print
/*-----------------------------------------------------------------------------------*/
@media print {
    body {
        background: none !important;
        font-size: 11pt;
    }
    .site-title {
        font-size: 21pt;
    }
    .site-description,
    #site-nav,
    .comment-respond,
    .comments-area .comment-edit-link,
    .comments-area .reply,
    .comments-link,
    #colophon {
        display: none;
    }
    .entry-header,
    .entry-header-single,
    .entry-content,
    .entry-summary {
        margin: 0;
        width: 100%;
    }
}

.alignnone,
.alignright,
.alignleft,
.aligncenter {
    border: 1px solid #ddd;
    box-shadow: 1px 1px 3px rgba(0,0,0,0.2);
    padding: 5px;
}
