<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name: Manta
Theme URI: https://www.premiumwp.com/themes/manta/
Author: PremiumWP
Author URI: https://www.premiumwp.com/
Description: Manta is a minimal, lightweight and mobile first WordPress theme that is flexible and easy to use. It is built with accessibility, search-engine optimization (SEO), security, pagespeed and simplicity in mind. Manta is written with clean code, the most current HTML5 conventions and Schema.org microdata. With various header, footer and sidebar layout options, site dimension controls, numerous options for displaying featured images, typography options and more, Manta can serve as a solid base to build incredible websites.
Version: 1.3.3
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: manta
Tags: one-column, two-columns, three-columns, left-sidebar, right-sidebar, flexible-header, accessibility-ready, custom-background, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, microformats, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Manta is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

# Warning

DO NOT make edits directly to this file. You will lose all modifications when the theme is next updated if you do so.
Please use a child theme. Alternatively for minor CSS customization consider using the Additional CSS section in
Appearance &gt; Customize &gt; Additional CSS, as this is saved in your database and will remain after theme update.

*/


/**
 * Table of Contents
 * 1.0 - HTML5 Reset
 *	 1.1 - Baseline Normalize
 *	 1.2 - Box Sizing
 * 2.0 - Elements
 *	 2.1 - Typographical Elements
 *	 2.2 - Headings
 *	 2.3 - Forms
 *	 2.4 - Tables
 * 3.0  Float Clearing
 * 4.0  Accessibility
 * 5.0  Alignment
 * 6.0  Media
 *	 6.1 Smiley
 *	 6.2 Captions
 *	 6.3 Media Elements
 *	 6.4 Gallery
 * 7.0  Widgets
 *   7.1 Header Widgets
 *   7.2 Sidebar Widgets
 *   7.3 Footer Widgets
 * 8.0  Navigation
 *   8.1 Menu and sub-menu toggle buttons
 *   8.2 Primary menu
 *   8.3 Header menu
 *   8.4 Footer menu
 *   8.5 Post pagination and navigation
 * 9.0  Site Layout &amp; Structure
 *	 9.1 Site Header
 *	 9.2 Featured Post
 *	 9.3 Site Content
 *	 9.4 Site Footer
 * 10.0 Plugins Compatibility
 *   10.1 Jetpack
 *   10.2 WooCommerce
 *   10.3 Gravity Forms
 * 11.0 Media queries
 *   11.1 Screen &gt;= 640px
 *   11.2 Screen &gt;= 860px
 *   11.3 Screen &gt;= 1024px
 *   11.4 Screen &gt;= 1200px
 *   11.5 Screen &gt;= 1340px
 */


/**
 * 1.0 - HTML5 Reset
 */


/**
 * 1.0 - HTML5 Reset
 */


/**
 * 1.1 Baseline Normalize
 * Modified from normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css
 */

html {
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

pre,
code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

a {
    -webkit-text-decoration-skip: objects;
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted;
}

b,
strong {
    font-weight: inherit;
}

b,
strong {
    font-weight: bolder;
}

dfn {
    font-style: italic;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

svg:not(:root) {
    overflow: hidden;
}

button,
input,
optgroup,
select,
textarea {
    font-family: sans-serif;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

progress {
    vertical-align: baseline;
}

textarea {
    overflow: auto;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

details {
    display: block;
}

summary {
    display: list-item;
}

template {
    display: none;
}


/**
 * 1.2 Box Sizing
 */

html,
input[type='search'] {
    box-sizing: border-box;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}


/**
 * 2.0 - Elements
 */


/**
 * 2.1 Typographical Elements
 */

html {
    overflow-y: scroll;
}

body {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.75;
    font-family: "Noto Sans", Helvetica Neue, Helvetica, Arial, sans-serif;
    word-wrap: break-word;
    color: #333;
    background-color: #f2f2f2;
}

a {
    text-decoration: none;
    color: #006eb8;
    -webkit-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
}

a:focus {
    outline: thin dotted;
    outline-offset: -1px;
}

a:hover,
a:focus {
    color: #006eb8;
    text-decoration: none;
    box-shadow: inset 0 0 0 currentColor, 0 1px 0 currentColor;
}

a:hover&gt;img,
a:focus&gt;img {
    opacity: 0.9;
}

address,
p {
    margin: 0 0 1.75rem;
}

ol,
ul {
    margin: 0 0 1.75rem;
    padding: 0 0 0 1.75em;
}

li&gt;ul,
li&gt;ol {
    margin-bottom: 0;
}

hr {
    overflow: visible;
    height: 1px;
    margin-bottom: 1.75rem;
    border: 0;
    background-color: #e6e6e6;
}

abbr,
dfn[title],
acronym {
    cursor: help;
    border-bottom: 1px dotted #e6e6e6;
}

dfn,
cite,
em,
i {
    font-style: italic;
}

mark,
ins {
    color: #000;
    background: #ddd;
}

dl,
dd {
    margin: 0 0 1.75rem;
}

dt {
    font-weight: 700;
}

code,
kbd,
tt,
var,
samp,
pre {
    font-family: monaco, Consolas, "Lucida Console", monospace;
    font-size: 1rem;
}

pre {
    border: 1px solid #e6e6e6;
    line-height: 1.75;
    margin: 0 0 1.75rem;
    max-width: 100%;
    overflow: auto;
    padding: 1.75em;
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

code {
    background-color: #f9f9f9;
    padding: 0.125em 0.25em;
}

blockquote {
    border-left: 4px solid #e6e6e6;
    color: #606060;
    font-size: 1.125rem;
    font-style: italic;
    line-height: 1.75;
    margin-bottom: 1.75rem;
    padding-left: 0.875em;
}

blockquote p {
    margin-bottom: 1.75rem;
}

blockquote&gt;p:last-child {
    margin-bottom: 0;
}

blockquote cite,
blockquote small {
    color: #333;
    font-size: 0.8rem;
    line-height: 2.1875;
}

blockquote em,
blockquote i,
blockquote cite {
    font-style: normal;
}

blockquote strong,
blockquote b {
    font-weight: 400;
}


/**
 * 2.2 Headings
 */

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Source Sans Pro", Helvetica Neue, Helvetica, Arial, sans-serif;
    font-weight: 700;
    line-height: 1.2;
    margin: 0 0 1.75rem;
}

h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
    margin-bottom: 0.25rem;
}

h1 {
    font-size: 3rem;
}

h2 {
    font-size: 2rem;
}

h3 {
    font-size: 1.75rem;
}

h4 {
    font-size: 1.5rem;
}

h5 {
    font-size: 1.25rem;
}

h6 {
    font-size: 1.25rem;
}


/**
 * 2.3 Forms
 */

input {
    line-height: normal;
}

input:focus,
input[type='button'],
input[type='reset'],
input[type='submit'],
textarea:focus {
    transition: all 0.15s ease-in-out;
}

button,
button[disabled]:hover,
button[disabled]:focus,
input[type="button"],
input[type="button"][disabled]:hover,
input[type="button"][disabled]:focus,
input[type="reset"],
input[type="reset"][disabled]:hover,
input[type="reset"][disabled]:focus,
input[type="submit"],
input[type="submit"][disabled]:hover,
input[type="submit"][disabled]:focus {
    background-color: #333;
    border-width: 0;
    color: #fff;
    font-weight: 700;
    letter-spacing: 0.046875em;
    line-height: 1;
    padding: 1em 1.25em;
    text-transform: uppercase;
}

button:hover,
button:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
    background: #006eb8;
    cursor: pointer;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
    outline: thin dotted;
    outline-offset: -4px;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="week"],
input[type="month"],
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="number"],
textarea {
    background-color: #fff;
    border: 1px solid #e6e6e6;
    color: #606060;
    padding: 1.25em;
    width: 100%;
}

input[type="date"]:focus,
input[type="time"]:focus,
input[type="datetime-local"]:focus,
input[type="week"]:focus,
input[type="month"]:focus,
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
textarea:focus {
    background-color: #fff;
    border-color: #006eb8;
    color: #333;
    outline: 0;
}

.post-password-form {
    margin-bottom: 1.75em;
}

.post-password-form label {
    color: #333;
    display: block;
    font-size: 13px;
    font-size: 0.875rem;
    letter-spacing: 0.076923077em;
    line-height: 1.6153846154;
    margin-bottom: 1.75em;
    text-transform: uppercase;
}

.post-password-form input[type="password"] {
    margin-top: 0.4375em;
}

.post-password-form&gt; :last-child {
    margin-bottom: 0;
}

.search-form {
    position: relative;
}

.search-field {
    width: calc(100% - 42px);
    border-radius: 2px 0 0 2px;
}

.search-submit {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    width: 42px;
    padding: 0;
    border-left-width: 0;
    border-radius: 0 2px 2px 0;
}


/**
 * 2.4 Tables
 */

table,
th,
td {
    border: 1px solid #e6e6e6;
}

table {
    border-collapse: separate;
    border-spacing: 0;
    border-width: 1px 0 0 1px;
    margin: 0 0 1.75rem;
    table-layout: fixed;
    width: 100%;
}

caption,
th,
td {
    font-weight: normal;
    text-align: left;
}

th {
    border-width: 0 1px 1px 0;
    font-weight: 700;
}

td {
    border-width: 0 1px 1px 0;
}

th,
td {
    padding: 0.4375em;
}


/**
 * 3.0 - Float Clearing
 */

.author-info:after,
.footer-menu:after,
.gallery:after,
.header-menu:after,
.hentry:after,
.main-navigation:after,
.post-navigation:after,
.site-content:after,
.entry-content:after,
.entry-comments:after,
.widget .search-form:after,
.featured-content:after,
.featured-posts:after {
    display: table;
    clear: both;
    content: '';
}


/**
 * 4.0 - Accessibility
 * Text meant only for screen readers.
 */

.screen-reader-text {
    position: absolute !important;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    width: 1px;
    height: 1px;
}

.screen-reader-text:focus {
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    line-height: normal;
    z-index: 100000;
    /* Above WP toolbar. */
    top: 5px;
    left: 5px;
    display: block;
    clip: auto !important;
    width: auto;
    height: auto;
    padding: 15px 23px 14px;
    text-decoration: none;
    color: #21759b;
    border-radius: 3px;
    background-color: #f1f1f1;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
}


/* Do not show the outline on the skip link target. */

#content[tabindex='-1']:focus {
    outline: 0;
}


/**
 * 5.0 - Alignment
 */

.alignleft {
    float: left;
    margin: 0.4375rem 1.75rem 1.75rem 0;
}

.alignright {
    float: right;
    margin: 0.4375rem 0 1.75rem 1.75rem;
}

.aligncenter {
    clear: both;
    display: block;
    margin: 0 auto 1.75rem;
}


/**
 * 6.0 - Media
 */


/**
 * 6.1 - Smiley
 */

.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
    border: none;
}


/**
 * 6.2 - Captions
 */

.wp-caption {
    max-width: 100%;
    margin-bottom: 1.75rem;
}

.wp-caption img[class*='wp-image-'],
.entry-content .gallery img {
    display: block;
    margin: 0;
}

.wp-caption-text {
    font-size: 14px;
    font-style: italic;
    line-height: 2;
    color: #606060;
    padding-top: 0.5845em;
}


/**
 * 6.3 - Media Elements
 */

img {
    height: auto;
    max-width: 100%;
    vertical-align: middle;
}

.entry-content a img,
.entry-summary a img,
.comment-content a img,
.textwidget a img {
    display: block;
    transition: all 0.1s ease-in-out;
}


/* Make sure embeds and iframes fit their containers. */

embed,
iframe,
object,
video {
    margin-bottom: 1.75em;
    max-width: 100%;
    vertical-align: middle;
}

p&gt;embed,
p&gt;iframe,
p&gt;object,
p&gt;video {
    margin-bottom: 0;
}

.entry-content .wp-audio-shortcode a,
.entry-content .wp-playlist a {
    box-shadow: none;
}

.wp-audio-shortcode,
.wp-video,
.wp-playlist.wp-audio-playlist {
    margin-top: 0;
    margin-bottom: 1.75em;
}

.wp-playlist.wp-audio-playlist {
    padding-bottom: 0;
}

.wp-playlist .wp-playlist-tracks {
    margin-top: 0;
}

.wp-playlist-item .wp-playlist-caption {
    border-bottom: 0;
    padding: 0.7em 0;
}

.wp-playlist-item .wp-playlist-item-length {
    top: 0.7em;
}

.mejs-container {
    margin-bottom: 1.75rem;
}


/* Audio Player */

.mejs-controls a.mejs-horizontal-volume-slider,
.mejs-controls a.mejs-horizontal-volume-slider:focus,
.mejs-controls a.mejs-horizontal-volume-slider:hover {
    border: 0;
    background: transparent;
}


/**
 * 6.4 - Gallery
 */

.gallery-item {
    display: inline-block;
    text-align: left;
    vertical-align: top;
    margin: 0 0 1.75em;
    padding: 0 0.875em 0 0;
    width: 50%;
}

.gallery-columns-1 .gallery-item {
    width: 100%;
}

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

.gallery-item a,
.gallery-item a:hover,
.gallery-item a:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: none;
    display: inline-block;
    max-width: 100%;
}

.gallery-caption {
    display: block;
    text-align: left;
    padding: 0 10px 0 0;
    margin-bottom: 0;
}


/**
 * 7.0 Widgets
 */

.widget {
    padding: 40px;
    margin-bottom: 40px;
    font-size: 0.9rem;
    line-height: 1.86666667;
    background-color: transparent;
}

.entry-content .widget {
    padding: 0;
}

h3.widget-title {
    font-size: 1.25rem;
    margin-bottom: 0.875rem;
}

.widget ul {
    margin: 0;
    padding-left: 0;
    list-style: none;
}

.widget li,
.widget li li:first-child {
    margin-top: 0.875rem;
    padding-top: 0.875rem;
    border-top: 1px dotted #e6e6e6;
}

.widget li:first-child,
.widget .nav-menu li,
.widget .nav-menu li li {
    margin-top: 0;
    padding-top: 0;
    border-top: none;
}

.widget li li {
    margin-left: 0.875rem;
}

.widget_calendar table {
    margin: 0;
}

.widget_calendar td,
.widget_calendar th {
    line-height: 2.3333;
    text-align: center;
    padding: 0;
}

.widget_calendar caption {
    font-weight: 700;
    margin: 0 0 1.75rem;
    letter-spacing: 0.04em;
}

.widget_calendar tbody a {
    font-weight: 700;
}

.widget_calendar tbody a:hover,
.widget_calendar tbody a:focus {
    font-weight: 400;
}

.widget select {
    max-width: 100%;
}

.widget .post-date {
    display: block;
}


/**
 * 7.1 - Header Widgets
 */

.header-widget {
    display: table;
    margin-right: auto;
    margin-left: auto;
}

.header-widget .widget {
    margin-bottom: 0;
    padding: 0 40px 40px;
}


/**
 * 7.2 - Sidebar Widgets
 */

#secondary .widget,
#tertiary .widget {
    background-color: #fff;
}


/**
 * 7.3 - Footer Widgets
 */

.footer-widgets {
    background-color: #fff;
}

.footer-widgets .widget {
    margin-bottom: 0;
    padding-top: 0;
}

.footer-widgets .widget-wrapper:first-child .widget {
    padding-top: 40px;
}


/**
 * 7.4 - Custom widgets
 */

.manta_widget_recent_entries li:after,
.manta_widget_featured_entries li:after {
    display: table;
    clear: both;
    content: '';
}

.widget-thumbnail .wp-post-image {
    display: block;
    float: left;
    margin-right: 15px;
    width: 90px;
    height: auto;
}

.widget-thumbnail+.recent-post-content,
.widget-thumbnail+.featured-post-content {
    display: block;
    float: right;
    width: calc( 100% - 105px);
}

.widget.manta_widget_recent_entries,
.widget.manta_widget_featured_entries {
    font-size: 0.9rem;
    line-height: 1.6;
}


/**
 * 8.0 - Navigation
 */

#main-navigation .wrap,
.nav-menu,
.nav-menu .sub-menu {
    display: none;
    margin: 0;
    padding-left: 0;
    list-style: none;
}

.no-js .nav-menu,
.no-js .sub-menu,
.no-js #main-navigation .wrap,
#main-navigation.toggled-on .wrap,
.toggled-on .nav-menu,
.sub-menu.toggled-on {
    display: block;
}

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

.nav-menu a {
    font-size: 0.9rem;
    line-height: 1.9444444444;
    display: block;
    padding: 0.875em 0;
    color: #333;
    background-color: transparent;
}

.nav-menu a:hover,
.nav-menu a:focus {
    color: #006eb8;
    box-shadow: none;
}

.nav-menu .menu-item-has-children&gt;a,
.nav-menu .page_item_has_children&gt;a {
    margin-right: 56px;
}

.nav-menu .sub-menu {
    margin-left: 0.875em;
}


/**
 * 8.1 - Menu and sub-menu toggle buttons
 */

.menu-toggle {
    width: 100%;
    border-top: 1px solid #e6e6e6;
    background-color: transparent;
    color: #333;
}

.menu-toggle:hover,
.menu-toggle:focus,
.sub-menu-toggle:hover,
.sub-menu-toggle:focus {
    color: #006eb8;
    background-color: transparent;
}

.toggled-on .menu-toggle {
    border-bottom: 1px solid #e6e6e6;
}

.sub-menu-toggle {
    position: absolute;
    top: 0;
    right: -10px;
    font-size: 0.9rem;
    line-height: 1.9444444444;
    height: 3.5em;
    padding: 0.875em 10px;
    color: #333;
    background-color: transparent;
}


/**
 * 8.2 - Primary menu
 */

#main-navigation .wrap {
    padding: 0 40px;
}

#main-navigation&gt;.wrap {
    padding-bottom: 0.875em;
}

#main-navigation&gt;.wrap {
    position: relative;
}

#main-navigation .search-form {
    padding: 1.75em 0 0.875em 0;
}

#main-navigation .search-item,
#main-navigation .search-submit {
    display: none;
}

#main-navigation .search-field {
    padding: 0.875em;
}

#main-navigation .label-search {
    width: 100%;
}


/**
 * 8.3 - Header menu
 */

#header-nav {
    padding: 0 40px;
}


/**
 * 8.4 - Footer menu
 */

#footer-menu .nav-menu {
    display: block;
}

#footer-menu .menu-item {
    display: inline-block;
}

#footer-menu .menu-item a {
    padding: 0 1em 1.75em;
}

#footer-menu .menu-item-has-children a:hover,
#footer-menu .menu-item-has-children a:focus,
#footer-menu .page_item_has_children a:hover,
#footer-menu .page_item_has_children a:focus {
    background-color: transparent;
}

#footer-menu .menu-item-has-children&gt;a,
#footer-menu .page_item_has_children&gt;a {
    margin-right: 0;
}


/**
 * 8.5 - Post pagination and navigation
 */

.navigation {
    clear: both;
    margin: 0 auto 40px;
}

.nav-links a {
    color: #606060;
    margin-top: 1px;
    background-color: #fff;
    border-width: 0;
}

.page-numbers {
    display: inline-block;
    padding: 0.5em 1.25em;
    margin-top: 1px;
    background-color: #fff;
}

.nav-next a,
.nav-previous a {
    display: block;
    padding: 40px;
}

.nav-links a:hover,
.nav-links a:focus,
.page-numbers.current {
    color: #333;
    box-shadow: none;
    text-shadow: 1px 0 0 currentColor;
}

.meta-nav {
    background: transparent;
    color: #606060;
    display: block;
    font-size: 0.6875rem;
    letter-spacing: 0.1818em;
    margin-bottom: 0.875rem;
    text-transform: uppercase;
}

.page-links {
    margin: 0 0 1.75rem;
}


/**
 * 9.0 Site Layout &amp; Structure
 */

.hide-on-mobile {
    display: none;
}

.page-header,
.post-wrapper,
.page-content,
.author-info,
.comment-respond,
.entry-comments,
.woo-content {
    padding: 40px;
    background-color: #fff;
    margin-bottom: 40px;
}


/**
 * 9.1 Site Header
 */

.site-header {
    background-color: #fff;
}

.site-branding {
    padding: 40px;
    text-align: center;
}

.custom-logo-link:hover,
.custom-logo-link:focus {
    box-shadow: none;
}

h1.site-title,
p.site-title {
    margin-bottom: 0;
    font-family: "Source Sans Pro", Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.2;
}

.site-title a {
    color: #333;
}

.site-title a:hover,
.site-title a:focus {
    box-shadow: inset 0 0 0 currentColor, 0 3px 0 currentColor;
}

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

.wp-custom-header {
    width: 100%;
    margin: 0 auto;
    padding: 0;
}

.wp-custom-header img {
    display: block;
    margin: 0 auto;
}


/**
 * 9.3 Site Content
 */

.site-content {
    position: relative;
    margin: 0 auto;
    padding-top: 40px;
}


/**
 * # Content Sidebar Wrap
 */


/**
 * ## Post/Page Entry
 */

.sticky {
    position: relative;
}

.thumbnails,
.single-thumb&gt;img {
    margin-bottom: 0;
}

.thumb-above-title .thumbnails,
.thumb-below-title .thumbnails,
.thumb-above-title .single-thumb&gt;img,
.thumb-below-title .single-thumb&gt;img {
    margin-bottom: 1.75rem;
}

.entry-header {
    margin-bottom: 1.75rem;
}

.entry-title a {
    color: #333;
}

.entry-title a:hover,
.entry-title a:focus {
    color: #333;
    box-shadow: inset 0 0 0 currentColor, 0 3px 0 currentColor;
}

.entry-meta {
    font-size: 0.9rem;
    width: 100%;
    text-transform: capitalize;
}

.comments-link {
    text-transform: initial;
}

.entry-meta&gt;span {
    margin-right: 6px;
    padding-right: 6px;
    border-right: 1px solid #e6e6e6;
}

.entry-meta&gt;span:last-child {
    border-right-width: 0;
}

.modified-entry-date {
    display: none;
}

.entry-content a {
    box-shadow: inset 0 0 0 currentColor, 0 1px 0 currentColor;
}

.entry-content a:hover,
.entry-content a:focus {
    box-shadow: none;
}

a.more-link {
    box-shadow: none;
    font-size: 0.9rem;
    font-weight: 700;
    text-transform: uppercase;
}

a.more-link:hover,
a.more-link:focus {
    box-shadow: inset 0 0 0 currentColor, 0 1px 0 currentColor;
}

.blog .entry-content p:last-child,
.home .entry-content p:last-child,
.archive .entry-content p:last-child,
.search .entry-content p:last-child {
    margin-bottom: 0;
}

.entry-footer {
    font-size: 0.9rem;
    padding-top: 0.875em;
    border-top: 1px solid #e6e6e6;
}

.page .entry-footer {
    padding-top: 0;
    border-top-width: 0;
}

.entry-footer&gt;span {
    display: block;
}


/**
 * ## Post Author
 */

.author-info p {
    margin-bottom: 0;
}

.avatar {
    display: block;
    margin: 0 auto 14px;
}

.author-title {
    margin-bottom: 0;
    text-align: center;
}


/**
 * ## Comments
 */

.comment-respond,
.entry-comments {
    font-size: 0.9rem;
}

.comment-list {
    margin: 0;
    padding-left: 0;
    list-style: none;
}

.comment-list .children {
    padding-left: 1.75em;
    list-style: none;
}

.comment-inner,
.pingback {
    padding-top: 40px;
    background-color: #fff;
}

.comments-title {
    background-color: #fff;
}

.comment-header {
    padding-bottom: 15px;
    border-bottom: 1px solid #e6e6e6;
}

.pingback p,
.comment-content p:last-child {
    margin: 0;
}

.comment-author .avatar {
    float: left;
    margin-right: 1.75rem;
    border-radius: 100%;
}

.bypostauthor .avatar {
    border-color: green;
}

.comment-content {
    clear: both;
    padding: 1em 0;
}

.comment-content a {
    border-bottom: 1px solid currentColor;
}

.comment-content a:hover,
.comment-content a:focus {
    border-bottom: none;
}

.comment-respond {
    clear: both;
}

.comment-reply-link {
    margin-right: 14px;
}

.comment-edit-link {
    display: inline-block;
}

.pingback .comment-edit-link {
    display: block;
}

.no-comments {
    margin-top: 1.75rem;
    padding-left: 0.875em;
}


/**
 * 9.4 Site Footer
 */

#colophon {
    font-size: 0.8rem;
    padding: 40px 0;
    text-align: center;
    border-top: 1px solid #e6e6e6;
    background-color: #fff;
}

#colophon&gt;.wrap {
    padding: 0 40px;
}

#colophon .copyright-text p {
    margin-bottom: 0;
}

.footer-text a {
    color: currentColor;
}


/**
 * 9.5 Boxed Layout
 */

.boxed .site-header {
    border-bottom: 1px solid #e6e6e6;
}

.boxed .site-content {
    background-color: #fff;
    padding: 40px 0 0;
}

.boxed .author-info {
    margin-bottom: 0;
}

.boxed .featured-content {
    background-color: #fff;
    margin-bottom: 0;
}

.boxed .page-header {
    padding: 0 40px 40px 40px;
}

.boxed .post-wrapper {
    margin-bottom: 0;
    padding-top: 0;
}

.boxed .thumb-small .thumbnails,
.boxed .thumb-large .thumbnails,
.boxed .thumb-small .single-thumb&gt;img,
.boxed .thumb-large .single-thumb&gt;img {
    margin-bottom: 1.75rem;
}

.boxed .navigation {
    margin-bottom: 0;
    padding: 0 20px;
    background-color: #fff;
    overflow: hidden;
}

.boxed .pagination {
    padding: 0 40px;
    margin-bottom: 40px;
}

.boxed .page-numbers {
    border: 1px solid #e6e6e6;
}

.boxed .nav-next a,
.boxed .nav-previous a {
    padding: 20px;
}

.boxed .widget {
    margin-bottom: 0;
    padding-top: 0;
}

.boxed .footer-widget:first-child .widget {
    padding-top: 0;
}

.boxed .page-header,
.boxed .post-wrapper,
.boxed .page-content,
.boxed .author-info,
.boxed .comment-respond,
.boxed .entry-comments,
.boxed .woo-content {
    margin-bottom: 0;
}


/**
 * 10.0 - Plugins Compatibility
 */


/**
 * 10.1 - Jetpack
 */

.infinite-scroll .pagination,
.infinite-scroll.neverending .site-footer {
    display: none;
}

.infinity-end.neverending .site-footer {
    display: block;
}

p#subscribe-submit {
    margin-bottom: 0;
}

p#subscribe-submit input {
    width: 100%;
    background-color: #0093E3;
}

#subscribe-email input {
    width: 100% !important;
    padding: 1em 1.25em;
}

.jp-relatedposts-post-img {
    margin-bottom: 10px;
}

#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-title a,
a.jp-relatedposts-post-a {
    font-size: 0.9rem !important;
    line-height: 1.8666667;
    box-shadow: none;
}

#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-title a:hover,
#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post:hover .jp-relatedposts-post-title a {
    text-decoration: none !important;
    box-shadow: inset 0 0 0 currentColor, 0 1px 0 currentColor;
}


/**
 * 10.2 - WooCommerce
 */

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
    line-height: initial;
    font-size: 1rem;
    padding: calc( 1.25em + 1px);
}

.woocommerce-cart table.cart td.actions .coupon .input-text {
    padding: 1.25em;
}


/**
 * 10.3 - Gravity Forms
 */

.mce-toolbar .mce-ico {
    color: currentColor;
}


/**
 * 11.0 - Media queries
 */


/**
 * 11.1 - Screen &gt;= 640px
 */

@media only screen and (min-width: 640px) {
    html {
        font-size: 18px;
    }
}


/**
 * 11.2 - 640px &lt;= Screen &lt; 1024px also 1200px &lt;= Screen
 */

@media only screen and (max-width: 1023px) and (min-width: 641px),
(min-width: 1200px) {
    .site-main .thumb-small {
        padding: 40px;
        margin-bottom: 40px;
        background-color: #fff;
    }
    .site-main .thumb-small .post-wrapper {
        position: relative;
        top: -7px;
        overflow: hidden;
        padding: 0;
        margin-bottom: 0;
    }
    .site-main .thumb-small .post-thumbnail {
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
        display: inline-block;
        float: left;
        margin-right: 1.75rem;
    }
    .site-main .thumb-small.right .post-thumbnail {
        float: right;
        margin-left: 1.75rem;
        margin-right: 0;
    }
    .site-main .thumb-small .post-thumbnail {
        width: 150px;
        height: 150px;
    }
    .site-main .thumb-small .thumbnails {
        min-width: 100%;
        min-height: 100%;
        opacity: 0;
        margin-bottom: 0;
    }
    .site-main .thumb-small .thumbnails:hover,
    .site-main .thumb-small .thumbnails:focus {
        opacity: 0;
    }
}


/**
 * 11.3 - Screen &gt;= 860px
 */

@media only screen and (min-width: 860px) {
    .gallery-item {
        max-width: 25%;
    }
    .gallery-columns-1 .gallery-item {
        max-width: 100%;
    }
    .gallery-columns-2 .gallery-item {
        max-width: 50%;
    }
    .gallery-columns-3 .gallery-item {
        max-width: 33.33%;
    }
    .gallery-columns-4 .gallery-item {
        max-width: 25%;
    }
    .footer-widgets .widget {
        padding: 0 0 40px;
    }
    .footer-widgets .wrap,
    #main-navigation .wrap,
    #header-nav,
    .widget-wrapper,
    .header-items,
    .site-content,
    #colophon&gt;.wrap {
        width: 100%;
        max-width: 800px;
        margin: 0 auto;
        padding: 0;
    }
    .header-items {
        max-width: none;
    }
    .site-content {
        padding: 40px 0 0;
    }
    .site-main .thumb-small .post-thumbnail {
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
        width: 250px;
        height: 200px;
    }
    .avatar {
        float: left;
        margin-right: 1.75rem;
        margin-bottom: 0;
    }
    .author-title {
        text-align: left;
    }
    .author-bio {
        clear: both;
    }
    .author-description {
        overflow: hidden;
        position: relative;
        top: -6px;
    }
    .comment-form-author,
    .comment-form-email,
    .comment-form-url {
        float: left;
        width: 32%;
    }
    .comment-form-email,
    .comment-form-url {
        margin-left: 2%;
    }
    .boxed .site-header,
    .boxed .site-footer,
    .boxed .footer-widgets {
        max-width: 800px;
        margin: 0 auto;
    }
    .boxed .wrap,
    .boxed #main-navigation .wrap,
    .boxed #colophon&gt;.wrap,
    .boxed .header-items,
    .boxed .footer-widgets&gt;.wrap {
        max-width: 720px;
    }
}


/**
 * 11.4 - Screen &gt;= 1024px
 */

@media only screen and (min-width: 1024px) {
    .gallery-columns-5 .gallery-item {
        max-width: 20%;
    }
    .gallery-columns-6 .gallery-item {
        max-width: 16.66%;
    }
    .gallery-columns-7 .gallery-item {
        max-width: 14.28%;
    }
    .gallery-columns-8 .gallery-item {
        max-width: 12.5%;
    }
    .gallery-columns-9 .gallery-item {
        max-width: 11.11%;
    }
    .aligned .header-widget {
        display: block;
    }
    .aligned .header-widget .widget {
        margin: 0;
        padding: 20px 40px;
    }
    .left .header-widget .widget {
        float: right;
        padding-right: 0;
    }
    .right .header-widget .widget {
        float: left;
        padding-left: 0;
    }
    .footer-widgets .wrap {
        display: flex;
    }
    .footer-widgets .widget-wrapper {
        flex: 1;
        margin-right: 40px;
    }
    .footer-widgets .widget {
        padding: 40px 0;
    }
    .footer-widgets .widget-wrapper:last-child {
        margin-right: 0;
    }
    .menu-toggle,
    .sub-menu-toggle,
    .sidebar-toggle {
        display: none;
    }
    #main-navigation .wrap {
        display: block;
    }
    .toggled-on .nav-menu,
    .nav-menu,
    .nav-menu .menu-item {
        display: inline-block;
        vertical-align: middle;
    }
    .sub-menu .menu-item {
        display: block;
    }
    .nav-menu a {
        padding: 0.875rem 1.25rem;
        -webkit-transition: all 0s ease 0s;
        transition: all 0s ease 0s;
    }
    .nav-menu .menu-item-has-children&gt;a,
    .nav-menu .page_item_has_children&gt;a {
        margin-right: 0;
    }
    .nav-menu .menu-item-has-children:hover a,
    .nav-menu .page_item_has_children:hover a,
    .nav-menu .menu-item-has-children.focus&gt;a,
    .nav-menu .page_item_has_children.focus&gt;a {
        background-color: #f9f9f9;
    }
    .nav-menu .sub-menu {
        position: absolute;
        z-index: 9999;
        top: calc( 100% - 0.5px);
        left: -999em;
        display: block;
        margin-left: 0;
        background-color: #f9f9f9;
        text-align: left;
        opacity: 0;
    }
    .nav-menu .sub-menu a {
        width: 225px;
        padding: 0.875rem 1.25rem;
        word-wrap: break-word;
        border-bottom: 1px solid #e6e6e6;
        background-color: #f9f9f9;
    }
    .nav-menu .sub-menu .sub-menu {
        top: 0;
    }
    .nav-menu .menu-item:hover&gt;.sub-menu,
    .nav-menu .menu-item.focus&gt;.sub-menu {
        opacity: 1;
        left: auto;
    }
    .nav-menu .sub-menu .menu-item:hover&gt;.sub-menu,
    .nav-menu .sub-menu .menu-item.focus&gt;.sub-menu {
        left: 224px;
    }
    #main-navigation .search-form {
        position: absolute;
        top: 0;
        height: 100%;
        width: 100%;
        right: 0;
        padding: 0.875em 0;
        display: none;
        z-index: 20;
    }
    #main-navigation.right .search-field {
        padding-left: 2.5em;
    }
    #main-navigation .nav-search-active {
        display: flex;
        align-items: center;
    }
    #main-navigation .search-item {
        position: absolute;
        right: 0;
        top: 0;
        height: 100%;
        z-index: 21;
        display: flex;
        align-items: center;
    }
    #main-navigation.right .search-item {
        right: auto;
        left: 0;
    }
    #main-navigation .search-toggle {
        background-color: transparent;
        color: #333;
    }
    #main-navigation .search-toggle:hover,
    #main-navigation .search-toggle:focus {
        color: #006eb8;
    }
    #main-navigation .search-toggle:focus {
        outline: none;
    }
    #main-navigation .search-toggle .icon-close {
        display: none;
    }
    #main-navigation .nav-search-active.search-toggle .icon-close {
        display: block;
    }
    #main-navigation .nav-search-active.search-toggle .icon-search {
        display: none;
    }
    #header-menu {
        text-align: center;
    }
    .aligned #header-menu {
        text-align: left;
    }
    .left #header-menu {
        position: relative;
        float: right;
        clear: right;
        right: -1.25em;
    }
    .left #header-menu .menu-item:hover&gt;.sub-menu,
    .left #header-menu .menu-item.focus&gt;.sub-menu {
        right: 0;
    }
    .left #header-menu .sub-menu .menu-item:hover&gt;.sub-menu,
    .left #header-menu .sub-menu .menu-item.focus&gt;.sub-menu {
        right: 224px;
        left: auto;
    }
    .right #header-menu {
        position: relative;
        float: left;
        clear: left;
        left: -1.25em;
    }
    #main-navigation {
        text-align: center;
        border-top: 1px solid #e6e6e6;
    }
    #main-navigation&gt;.wrap {
        padding-bottom: 0;
    }
    .wp-custom-header+#main-navigation {
        border-top-width: 0;
    }
    #main-navigation.left {
        text-align: left;
    }
    #main-navigation.right {
        text-align: right;
    }
    .left #primary-menu {
        position: relative;
        left: -1.25em;
    }
    .right #primary-menu {
        position: relative;
        right: -1.25em;
    }
    .right #primary-menu .menu-item:hover&gt;.sub-menu,
    .right #primary-menu .menu-item.focus&gt;.sub-menu {
        right: 0;
    }
    .right #primary-menu .sub-menu .menu-item:hover&gt;.sub-menu,
    .right #primary-menu .sub-menu .menu-item.focus&gt;.sub-menu {
        right: 224px;
        left: auto;
    }
    .fixed-elem .sticky-elem {
        position: fixed;
        z-index: 999;
        top: 0;
        left: 0;
        width: 100%;
        border-bottom: 1px solid #e6e6e6;
        background-color: #fff;
    }
    .admin-bar.fixed-elem .sticky-elem {
        top: 32px;
    }
    .footer-widgets .wrap,
    #main-navigation .wrap,
    #header-nav,
    .widget-wrapper,
    .header-items,
    .site-content,
    #colophon&gt;.wrap {
        max-width: 960px;
    }
    .hide-on-mobile {
        display: block;
    }
    .nav-menu .moved-item {
        display: none;
    }
    .aligned.header-items {
        display: flex;
        flex-direction: row;
        align-items: center;
    }
    .left.header-items {
        flex-direction: row;
    }
    .right.header-items {
        flex-direction: row-reverse;
    }
    .aligned .header-extra {
        flex: 1;
    }
    .aligned .site-branding {
        display: flex;
        text-align: left;
        align-items: center;
    }
    .left .site-branding {
        padding-left: 0;
    }
    .left .custom-logo-link {
        margin-right: 0.875rem;
        order: 1;
    }
    .left .title-area {
        order: 2;
    }
    .right .site-branding {
        padding-right: 0;
    }
    .right .title-area {
        order: 1;
    }
    .right .custom-logo-link {
        margin-left: 0.875rem;
        order: 2;
    }
    .content-sidebar-wrap {
        display: flex;
        justify-content: space-between;
    }
    .content-sidebar-wrap.no-sidebar {
        justify-content: center;
    }
    .content-area {
        flex: 1;
        min-width: 0;
    }
    .only-content .content-area {
        max-width: 800px;
    }
    .primary-sidebar {
        width: 300px;
    }
    .secondary-sidebar {
        width: 200px;
    }
    .error404 .content-area,
    .content-sidebar .content-area,
    .content-sidebar-sidebar .content-area,
    .sidebar-content-sidebar .content-area,
    .content-sidebar-sidebar .secondary-sidebar,
    .sidebar-sidebar-content .secondary-sidebar {
        margin-right: 40px;
    }
    .sidebar-content .content-area,
    .sidebar-sidebar-content .content-area,
    .sidebar-content-sidebar .content-area {
        margin-left: 40px;
    }
    .sidebar-content .primary-sidebar,
    .sidebar-sidebar-content .primary-sidebar {
        order: -1;
    }
    .sidebar-sidebar-content .secondary-sidebar,
    .sidebar-content-sidebar .secondary-sidebar {
        order: -2;
    }
    .both-sidebar h1.entry-title {
        font-size: 2.5rem;
    }
    .entry-meta&gt;span {
        margin-right: 10px;
        padding-right: 10px;
    }
    .content-sidebar-wrap:not(.both-sidebar) .site-main .thumb-small {
        padding: 40px;
        margin-bottom: 40px;
        background-color: #fff;
    }
    .content-sidebar-wrap:not(.both-sidebar) .site-main .thumb-small .post-wrapper {
        position: relative;
        top: -7px;
        overflow: hidden;
        padding: 0;
        margin-bottom: 0;
    }
    .site-main .thumb-small .post-thumbnail {
        width: 150px;
        height: 150px;
    }
    .content-sidebar-wrap:not(.both-sidebar) .site-main .thumb-small .post-thumbnail {
        display: inline-block;
        float: left;
        margin-right: 1.75rem;
    }
    .content-sidebar-wrap:not(.both-sidebar) .site-main .thumb-small.right .post-thumbnail {
        float: right;
        margin-left: 1.75rem;
        margin-right: 0;
    }
    .site-main .thumb-small .post-thumbnail:hover,
    .site-main .thumb-small .post-thumbnail:focus {
        opacity: 0.7;
    }
    .content-sidebar-wrap:not(.both-sidebar) .site-main .thumb-small .thumbnails {
        min-width: 100%;
        min-height: 100%;
        opacity: 0;
        margin-bottom: 0;
    }
    .content-sidebar-wrap:not(.both-sidebar) .site-main .thumb-small .thumbnails:hover,
    .content-sidebar-wrap:not(.both-sidebar) .site-main .thumb-small .thumbnails:focus {
        opacity: 0;
    }
    .both-sidebar .avatar {
        float: none;
        margin-right: auto;
        margin-bottom: 1.75rem;
    }
    .both-sidebar .author-title {
        text-align: center;
    }
    .both-sidebar .author-description {
        top: 0;
    }
    #colophon.aligned&gt;.wrap {
        display: flex;
        text-align: left;
    }
    #colophon.aligned .footer-items {
        flex: 1;
    }
    #colophon.aligned .footer-items .wrap {
        float: right;
        width: auto;
    }
    #colophon.aligned .nav-menu .menu-item a {
        padding-bottom: 0;
    }
    #colophon.left .menu-item:last-child a {
        padding-right: 0;
    }
    #colophon.right .menu-item:first-child a {
        padding-left: 0;
    }
    #colophon.left .footer-items .wrap {
        float: left;
    }
    #colophon.left&gt;.wrap {
        flex-direction: row-reverse;
    }
    .boxed .site-header,
    .boxed .site-footer,
    .boxed .footer-widgets {
        max-width: 960px;
    }
    .boxed .wrap,
    .boxed #main-navigation .wrap,
    .boxed #colophon&gt;.wrap,
    .boxed .header-items,
    .boxed .footer-widgets&gt;.wrap {
        max-width: 880px;
    }
    .boxed .featured-content {
        padding-bottom: 40px;
    }
    .boxed .content-sidebar .post-wrapper,
    .boxed .content-sidebar .site-main .thumb-small,
    .boxed .content-sidebar-sidebar .post-wrapper,
    .boxed .content-sidebar-wrap.content-sidebar-sidebar .site-main .thumb-small {
        padding-right: 0;
    }
    .boxed .sidebar-content .post-wrapper,
    .boxed .sidebar-content .site-main .thumb-small,
    .boxed .sidebar-sidebar-content .post-wrapper,
    .boxed .content-sidebar-wrap.sidebar-sidebar-content .site-main .thumb-small {
        padding-left: 0;
    }
    .boxed .sidebar-content .navigation,
    .boxed .sidebar-sidebar-content .navigation,
    .boxed .sidebar-content-sidebar .navigation {
        margin-left: -20px;
        padding: 0 20px 0 0;
    }
    .boxed .sidebar-content .pagination,
    .boxed .sidebar-sidebar-content .pagination,
    .boxed .sidebar-content-sidebar .pagination {
        margin-left: 0;
        padding: 0 40px 0 0;
    }
    .boxed .sidebar-content .comments-area,
    .boxed .sidebar-sidebar-content .comments-area,
    .boxed .sidebar-content-sidebar .comments-area,
    .boxed .sidebar-content .author-info,
    .boxed .sidebar-sidebar-content .author-info,
    .boxed .sidebar-content-sidebar .author-info,
    .boxed .sidebar-content .page-header,
    .boxed .sidebar-sidebar-content .page-header,
    .boxed .sidebar-content-sidebar .page-header {
        margin-left: -40px;
    }
    .boxed .content-sidebar-wrap .site-main .thumb-small {
        margin-bottom: 0;
        padding-top: 0;
    }
    .boxed .sidebar-content-sidebar .post-wrapper,
    .boxed .content-sidebar-wrap.sidebar-content-sidebar .site-main .thumb-small {
        padding-left: 0;
        padding-right: 0;
    }
    .boxed .content-area,
    .boxed .secondary-sidebar {
        margin: 0;
    }
    .boxed .content-sidebar-sidebar #secondary .widget,
    .boxed .sidebar-sidebar-content #secondary .widget {
        padding-left: 0;
    }
    .boxed .footer-widgets {
        border-top: 1px solid #e6e6e6;
    }
    .boxed .footer-widget:first-child .widget {
        padding-top: 40px;
    }
}


/**
 * 11.5 - Screen &gt;= 1200px
 */

@media only screen and (min-width: 1200px) {
    .footer-widgets .wrap,
    #main-navigation .wrap,
    #header-nav,
    .widget-wrapper,
    .header-items,
    .site-content,
    #colophon&gt;.wrap {
        max-width: 1140px;
    }
    .primary-sidebar {
        width: 380px;
    }
    .secondary-sidebar {
        width: 240px;
    }
    .both-sidebar .primary-sidebar {
        width: 300px;
    }
    .site-main .thumb-small .post-thumbnail {
        width: 250px;
        height: 200px;
    }
    .both-sidebar .site-main .thumb-small .post-thumbnail {
        width: 150px;
        height: 150px;
    }
    .both-sidebar .avatar {
        float: left;
        margin-right: 1.75rem;
        margin-bottom: 0;
    }
    .both-sidebar .author-title {
        text-align: left;
    }
    .both-sidebar .author-description {
        top: -6px;
    }
    .boxed .site-header,
    .boxed .site-footer,
    .boxed .footer-widgets {
        max-width: 1140px;
    }
    .boxed .wrap,
    .boxed #main-navigation .wrap,
    .boxed .header-items,
    .boxed .footer-widgets&gt;.wrap,
    .boxed #colophon&gt;.wrap {
        max-width: 1060px;
    }
}


/**
 * 11.6 - Screen &gt;= 1340px
 */

@media only screen and (min-width: 1340px) {
    .footer-widgets .wrap,
    #main-navigation .wrap,
    #header-nav,
    .widget-wrapper,
    .header-items,
    .site-content,
    #colophon&gt;.wrap {
        max-width: 1280px;
    }
    .both-sidebar .primary-sidebar {
        width: 380px;
    }
    .boxed .site-header,
    .boxed .site-footer,
    .boxed .footer-widgets,
    .boxed .site-content {
        max-width: 1200px;
    }
    .boxed .wrap,
    .boxed #main-navigation .wrap,
    .boxed .header-items,
    .boxed .footer-widgets&gt;.wrap,
    .boxed #colophon&gt;.wrap {
        max-width: 1120px;
    }
}


/**
 * 11.7 - Screen &gt;= 1680px
 */

@media only screen and (min-width: 1680px) {
    .wp-custom-header {
        max-width: 1280px;
    }
}
</pre></body></html>