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;
} html,
input[type='search'] {
box-sizing: border-box;
}
*,
*:before,
*:after {
box-sizing: inherit;
}  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>img,
a:focus>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>ul,
li>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>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;
} 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;
} 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> :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;
} 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;
} .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: '';
} .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; 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);
} #content[tabindex='-1']:focus {
outline: 0;
} .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;
}  .page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
margin-top: 0;
margin-bottom: 0;
padding: 0;
border: none;
} .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;
} 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;
} embed,
iframe,
object,
video {
margin-bottom: 1.75em;
max-width: 100%;
vertical-align: middle;
}
p>embed,
p>iframe,
p>object,
p>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;
} .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;
} .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;
} .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;
} .header-widget {
display: table;
margin-right: auto;
margin-left: auto;
}
.header-widget .widget {
margin-bottom: 0;
padding: 0 40px 40px;
} #secondary .widget,
#tertiary .widget {
background-color: #fff;
} .footer-widgets {
background-color: #fff;
}
.footer-widgets .widget {
margin-bottom: 0;
padding-top: 0;
}
.footer-widgets .widget-wrapper:first-child .widget {
padding-top: 40px;
} .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;
} #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>a,
.nav-menu .page_item_has_children>a {
margin-right: 56px;
}
.nav-menu .sub-menu {
margin-left: 0.875em;
} .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;
} #main-navigation .wrap {
padding: 0 40px;
}
#main-navigation>.wrap {
padding-bottom: 0.875em;
}
#main-navigation>.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%;
} #header-nav {
padding: 0 40px;
} #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>a,
#footer-menu .page_item_has_children>a {
margin-right: 0;
} .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;
} .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;
} .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;
} .site-content {
position: relative;
margin: 0 auto;
padding-top: 40px;
}  .sticky {
position: relative;
}
.thumbnails,
.single-thumb>img {
margin-bottom: 0;
}
.thumb-above-title .thumbnails,
.thumb-below-title .thumbnails,
.thumb-above-title .single-thumb>img,
.thumb-below-title .single-thumb>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>span {
margin-right: 6px;
padding-right: 6px;
border-right: 1px solid #e6e6e6;
}
.entry-meta>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>span {
display: block;
} .author-info p {
margin-bottom: 0;
}
.avatar {
display: block;
margin: 0 auto 14px;
}
.author-title {
margin-bottom: 0;
text-align: center;
} .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;
} #colophon {
font-size: 0.8rem;
padding: 40px 0;
text-align: center;
border-top: 1px solid #e6e6e6;
background-color: #fff;
}
#colophon>.wrap {
padding: 0 40px;
}
#colophon .copyright-text p {
margin-bottom: 0;
}
.footer-text a {
color: currentColor;
} .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>img,
.boxed .thumb-large .single-thumb>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;
}  .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;
} .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;
} .mce-toolbar .mce-ico {
color: currentColor;
}  @media only screen and (min-width: 640px) {
html {
font-size: 18px;
}
} @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;
}
} @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>.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>.wrap,
.boxed .header-items,
.boxed .footer-widgets>.wrap {
max-width: 720px;
}
} @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>a,
.nav-menu .page_item_has_children>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>a,
.nav-menu .page_item_has_children.focus>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>.sub-menu,
.nav-menu .menu-item.focus>.sub-menu {
opacity: 1;
left: auto;
}
.nav-menu .sub-menu .menu-item:hover>.sub-menu,
.nav-menu .sub-menu .menu-item.focus>.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>.sub-menu,
.left #header-menu .menu-item.focus>.sub-menu {
right: 0;
}
.left #header-menu .sub-menu .menu-item:hover>.sub-menu,
.left #header-menu .sub-menu .menu-item.focus>.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>.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>.sub-menu,
.right #primary-menu .menu-item.focus>.sub-menu {
right: 0;
}
.right #primary-menu .sub-menu .menu-item:hover>.sub-menu,
.right #primary-menu .sub-menu .menu-item.focus>.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>.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>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>.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>.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>.wrap,
.boxed .header-items,
.boxed .footer-widgets>.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;
}
} @media only screen and (min-width: 1200px) {
.footer-widgets .wrap,
#main-navigation .wrap,
#header-nav,
.widget-wrapper,
.header-items,
.site-content,
#colophon>.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>.wrap,
.boxed #colophon>.wrap {
max-width: 1060px;
}
} @media only screen and (min-width: 1340px) {
.footer-widgets .wrap,
#main-navigation .wrap,
#header-nav,
.widget-wrapper,
.header-items,
.site-content,
#colophon>.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>.wrap,
.boxed #colophon>.wrap {
max-width: 1120px;
}
} @media only screen and (min-width: 1680px) {
.wp-custom-header {
max-width: 1280px;
}
}