3618 lines
142 KiB
Groff
3618 lines
142 KiB
Groff
|
/*
|
||
|
Theme Name: Tortuga Child
|
||
|
Theme URI:
|
||
|
Author:
|
||
|
Author URI:
|
||
|
Description: Child theme for Tortuga.
|
||
|
Template: tortuga
|
||
|
Version: 2.1.3
|
||
|
Requires at least:
|
||
|
Tested up to:
|
||
|
Requires PHP:
|
||
|
AMP: true
|
||
|
License: GNU General Public License v2 or later
|
||
|
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
||
|
Text Domain: tortuga
|
||
|
Tags: two-columns, custom-background, custom-header, custom-logo, custom-menu, editor-style, block-styles, rtl-language-support, grid-layout, blog, entertainment, news, featured-image-header, featured-images, flexible-header, custom-colors, full-width-template, sticky-post, threaded-comments, translation-ready, theme-options, one-column, left-sidebar, right-sidebar, three-columns
|
||
|
|
||
|
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.
|
||
|
|
||
|
Tortuga is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.
|
||
|
|
||
|
Normalizing styles have been helped along thanks to the fine work of
|
||
|
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
|
||
|
*/
|
||
|
|
||
|
/*--------------------------------------------------------------
|
||
|
>>> TABLE OF CONTENTS:
|
||
|
----------------------------------------------------------------
|
||
|
# - CSS Variables
|
||
|
# - Normalize
|
||
|
# - Typography
|
||
|
# - Elements
|
||
|
# - Forms
|
||
|
# - Accessibility
|
||
|
# - Alignments
|
||
|
# - Clearings
|
||
|
# - Site Layout
|
||
|
# - Header
|
||
|
# - Navigation
|
||
|
# - Social Icons Menu
|
||
|
# - Posts and pages
|
||
|
# - Archives and Blog Layouts
|
||
|
# - Blocks
|
||
|
# - Featured Posts
|
||
|
# - Widgets
|
||
|
# - Magazine Widgets
|
||
|
# - Comments
|
||
|
# - Media
|
||
|
# - Footer
|
||
|
# - Plugins
|
||
|
# - Media Queries for Typography
|
||
|
# - Media Queries for Layout
|
||
|
# - Media Queries for Navigation
|
||
|
# - Media Queries for Featured Posts
|
||
|
# - Media Queries for Media
|
||
|
# - Theme Options
|
||
|
--------------------------------------------------------------*/
|
||
|
|
||
|
/*--------------------------------------------------------------
|
||
|
# - CSS Variables
|
||
|
--text-font: "OpenDyslexic", "Open Sans", arial, helvetica, sans-serif;
|
||
|
--title-font: "OpenDyslexic", "Titillium Web", arial, helvetica, sans-serif;
|
||
|
--navi-font: "OpenDyslexic", "Titillium Web", arial, helvetica, sans-serif;
|
||
|
--widget-title-font: "OpenDyslexic", "Titillium Web", arial, helvetica, sans-serif;
|
||
|
--------------------------------------------------------------*/
|
||
|
:root {
|
||
|
--text-font: "OpenDyslexic", "Open Sans", arial, helvetica, sans-serif;
|
||
|
--title-font: "OpenDyslexic", "Titillium Web", arial, helvetica, sans-serif;
|
||
|
--navi-font: "OpenDyslexic", "Titillium Web", arial, helvetica, sans-serif;
|
||
|
--widget-title-font: "OpenDyslexic", "Titillium Web", arial, helvetica, sans-serif;
|
||
|
--title-font-weight: normal;
|
||
|
--navi-font-weight: normal;
|
||
|
--widget-title-font-weight: normal;
|
||
|
--title-text-transform: normal;
|
||
|
--navi-text-transform: normal;
|
||
|
--widget-title-text-transform: normal;
|
||
|
--text-line-height: 1.75;
|
||
|
--title-line-height: 1.4;
|
||
|
}
|
||
|
|
||
|
/*--------------------------------------------------------------
|
||
|
# - Normalize
|
||
|
--------------------------------------------------------------*/
|
||
|
html {
|
||
|
font-family: sans-serif;
|
||
|
-webkit-text-size-adjust: 100%;
|
||
|
-ms-text-size-adjust: 100%;
|
||
|
}
|
||
|
|
||
|
body {
|
||
|
margin: 0;
|
||
|
}
|
||
|
|
||
|
article,
|
||
|
aside,
|
||
|
details,
|
||
|
figcaption,
|
||
|
figure,
|
||
|
footer,
|
||
|
header,
|
||
|
main,
|
||
|
menu,
|
||
|
nav,
|
||
|
section,
|
||
|
summary {
|
||
|
display: block;
|
||
|
}
|
||
|
|
||
|
audio,
|
||
|
canvas,
|
||
|
progress,
|
||
|
video {
|
||
|
display: inline-block;
|
||
|
vertical-align: baseline;
|
||
|
}
|
||
|
|
||
|
audio:not([controls]) {
|
||
|
display: none;
|
||
|
height: 0;
|
||
|
}
|
||
|
|
||
|
[hidden],
|
||
|
template {
|
||
|
display: none;
|
||
|
}
|
||
|
|
||
|
a {
|
||
|
background-color: transparent;
|
||
|
}
|
||
|
|
||
|
a:active,
|
||
|
a:hover {
|
||
|
outline: 0;
|
||
|
}
|
||
|
|
||
|
abbr[title] {
|
||
|
border-bottom: 1px dotted;
|
||
|
}
|
||
|
|
||
|
b,
|
||
|
strong {
|
||
|
font-weight: bold;
|
||
|
}
|
||
|
|
||
|
dfn {
|
||
|
font-style: italic;
|
||
|
}
|
||
|
|
||
|
mark {
|
||
|
background: #ff0;
|
||
|
color: #000;
|
||
|
}
|
||
|
|
||
|
small {
|
||
|
font-size: 80%;
|
||
|
}
|
||
|
|
||
|
sub,
|
||
|
sup {
|
||
|
position: relative;
|
||
|
vertical-align: baseline;
|
||
|
font-size: 75%;
|
||
|
line-height: 0;
|
||
|
}
|
||
|
|
||
|
sup {
|
||
|
top: -0.5em;
|
||
|
}
|
||
|
|
||
|
sub {
|
||
|
bottom: -0.25em;
|
||
|
}
|
||
|
|
||
|
img {
|
||
|
border: 0;
|
||
|
}
|
||
|
|
||
|
svg:not(:root) {
|
||
|
overflow: hidden;
|
||
|
}
|
||
|
|
||
|
figure {
|
||
|
margin: 1em 40px;
|
||
|
}
|
||
|
|
||
|
hr {
|
||
|
box-sizing: content-box;
|
||
|
height: 0;
|
||
|
width: 100%;
|
||
|
}
|
||
|
|
||
|
code,
|
||
|
kbd,
|
||
|
pre,
|
||
|
samp {
|
||
|
font-size: 1em;
|
||
|
font-family: monospace, monospace;
|
||
|
}
|
||
|
|
||
|
button,
|
||
|
input,
|
||
|
optgroup,
|
||
|
select,
|
||
|
textarea {
|
||
|
margin: 0;
|
||
|
color: inherit;
|
||
|
font: inherit;
|
||
|
}
|
||
|
|
||
|
button {
|
||
|
overflow: visible;
|
||
|
}
|
||
|
|
||
|
button,
|
||
|
select {
|
||
|
text-transform: none;
|
||
|
}
|
||
|
|
||
|
button,
|
||
|
html input[type="button"],
|
||
|
input[type="reset"],
|
||
|
input[type="submit"] {
|
||
|
cursor: pointer;
|
||
|
-webkit-appearance: button;
|
||
|
}
|
||
|
|
||
|
button[disabled],
|
||
|
html input[disabled] {
|
||
|
cursor: default;
|
||
|
}
|
||
|
|
||
|
button::-moz-focus-inner,
|
||
|
input::-moz-focus-inner {
|
||
|
padding: 0;
|
||
|
border: 0;
|
||
|
}
|
||
|
|
||
|
input {
|
||
|
line-height: normal;
|
||
|
}
|
||
|
|
||
|
input[type="checkbox"],
|
||
|
input[type="radio"] {
|
||
|
box-sizing: border-box;
|
||
|
padding: 0;
|
||
|
}
|
||
|
|
||
|
input[type="number"]::-webkit-inner-spin-button,
|
||
|
input[type="number"]::-webkit-outer-spin-button {
|
||
|
height: auto;
|
||
|
}
|
||
|
|
||
|
input[type="search"] {
|
||
|
box-sizing: content-box;
|
||
|
-webkit-appearance: textfield;
|
||
|
}
|
||
|
|
||
|
input[type="search"]::-webkit-search-cancel-button,
|
||
|
input[type="search"]::-webkit-search-decoration {
|
||
|
-webkit-appearance: none;
|
||
|
}
|
||
|
|
||
|
fieldset {
|
||
|
margin: 0 2px;
|
||
|
padding: 0.35em 0.625em 0.75em;
|
||
|
border: 1px solid #c0c0c0;
|
||
|
}
|
||
|
|
||
|
legend {
|
||
|
padding: 0;
|
||
|
border: 0;
|
||
|
}
|
||
|
|
||
|
textarea {
|
||
|
overflow: auto;
|
||
|
}
|
||
|
|
||
|
optgroup {
|
||
|
font-weight: bold;
|
||
|
}
|
||
|
|
||
|
table {
|
||
|
border-spacing: 0;
|
||
|
border-collapse: collapse;
|
||
|
}
|
||
|
|
||
|
td,
|
||
|
th {
|
||
|
padding: 0;
|
||
|
}
|
||
|
|
||
|
/*--------------------------------------------------------------
|
||
|
# - Typography
|
||
|
--------------------------------------------------------------*/
|
||
|
body,
|
||
|
button,
|
||
|
input,
|
||
|
select,
|
||
|
textarea {
|
||
|
color: #20745E;
|
||
|
font-size: 17px;
|
||
|
font-size: 1.0625rem;
|
||
|
font-family: "Open Sans", arial, helvetica, sans-serif;
|
||
|
font-family: var(--text-font);
|
||
|
line-height: 1.75;
|
||
|
line-height: var(--text-line-height);
|
||
|
}
|
||
|
|
||
|
h1,
|
||
|
h2,
|
||
|
h3,
|
||
|
h4,
|
||
|
h5,
|
||
|
h6 {
|
||
|
clear: both;
|
||
|
margin: 0.75em 0;
|
||
|
line-height: 1.4;
|
||
|
line-height: var(--title-line-height);
|
||
|
}
|
||
|
|
||
|
h1 {
|
||
|
font-size: 36px;
|
||
|
font-size: 2.25rem;
|
||
|
}
|
||
|
|
||
|
h2 {
|
||
|
font-size: 28px;
|
||
|
font-size: 1.75rem;
|
||
|
}
|
||
|
|
||
|
h3 {
|
||
|
font-size: 24px;
|
||
|
font-size: 1.5rem;
|
||
|
}
|
||
|
|
||
|
h4 {
|
||
|
font-size: 22px;
|
||
|
font-size: 1.375rem;
|
||
|
}
|
||
|
|
||
|
h5 {
|
||
|
font-size: 20px;
|
||
|
font-size: 1.25rem;
|
||
|
}
|
||
|
|
||
|
h6 {
|
||
|
font-size: 19px;
|
||
|
font-size: 1.1875rem;
|
||
|
}
|
||
|
|
||
|
p {
|
||
|
margin-bottom: 1.5em;
|
||
|
}
|
||
|
|
||
|
dfn,
|
||
|
cite,
|
||
|
em,
|
||
|
i {
|
||
|
font-style: italic;
|
||
|
}
|
||
|
|
||
|
blockquote {
|
||
|
margin: 0 1.5em;
|
||
|
}
|
||
|
|
||
|
address {
|
||
|
margin: 0 0 1.5em;
|
||
|
}
|
||
|
|
||
|
pre {
|
||
|
overflow: auto;
|
||
|
margin-bottom: 1.5em;
|
||
|
padding: 1.5em;
|
||
|
max-width: 100%;
|
||
|
border: 1px solid #e5e5e5;
|
||
|
background: #f5f5f5;
|
||
|
font-size: 15px;
|
||
|
font-size: 0.9375rem;
|
||
|
font-family: "Courier 10 Pitch", Courier, monospace;
|
||
|
line-height: 1.6;
|
||
|
}
|
||
|
|
||
|
code,
|
||
|
kbd,
|
||
|
tt,
|
||
|
var {
|
||
|
font-size: 15px;
|
||
|
font-size: 0.9375rem;
|
||
|
font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
|
||
|
}
|
||
|
|
||
|
abbr,
|
||
|
acronym {
|
||
|
border-bottom: 1px dotted #666;
|
||
|
cursor: help;
|
||
|
}
|
||
|
|
||
|
mark,
|
||
|
ins {
|
||
|
text-decoration: none;
|
||
|
}
|
||
|
|
||
|
big {
|
||
|
font-size: 125%;
|
||
|
}
|
||
|
|
||
|
/*--------------------------------------------------------------
|
||
|
# - Elements
|
||
|
--------------------------------------------------------------*/
|
||
|
html {
|
||
|
box-sizing: border-box;
|
||
|
}
|
||
|
|
||
|
/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
|
||
|
*,
|
||
|
*::before,
|
||
|
*::after {
|
||
|
box-sizing: inherit;
|
||
|
}
|
||
|
|
||
|
body {
|
||
|
background: #ddd; /* Fallback for when there is no custom background color defined. */
|
||
|
}
|
||
|
|
||
|
blockquote {
|
||
|
margin: 0 0 1.5em;
|
||
|
padding: 0.05em 1.25em 1em;
|
||
|
border: 1px solid #ddd;
|
||
|
border-left: 3px solid #20745D;
|
||
|
color: #777;
|
||
|
font-style: italic;
|
||
|
font-size: 18px;
|
||
|
font-size: 1.125rem;
|
||
|
}
|
||
|
|
||
|
blockquote cite,
|
||
|
blockquote small {
|
||
|
display: block;
|
||
|
margin-top: 1em;
|
||
|
color: #404040;
|
||
|
font-size: 16px;
|
||
|
font-size: 1rem;
|
||
|
line-height: 1.75;
|
||
|
}
|
||
|
|
||
|
blockquote cite:before,
|
||
|
blockquote small:before {
|
||
|
content: "\2014\00a0";
|
||
|
}
|
||
|
|
||
|
blockquote em,
|
||
|
blockquote i,
|
||
|
blockquote cite {
|
||
|
font-style: normal;
|
||
|
}
|
||
|
|
||
|
blockquote > :last-child {
|
||
|
margin-bottom: 0.5em;
|
||
|
}
|
||
|
|
||
|
hr {
|
||
|
margin-bottom: 1.5em;
|
||
|
height: 1px;
|
||
|
border: 0;
|
||
|
background-color: #ddd;
|
||
|
}
|
||
|
|
||
|
ul,
|
||
|
ol {
|
||
|
margin: 0 0 1.5em;
|
||
|
padding: 0 0 0 1.25em;
|
||
|
}
|
||
|
|
||
|
ul {
|
||
|
list-style: disc;
|
||
|
}
|
||
|
|
||
|
ol {
|
||
|
list-style: decimal;
|
||
|
}
|
||
|
|
||
|
li > ul,
|
||
|
li > ol {
|
||
|
margin-bottom: 0;
|
||
|
margin-left: 1.5em;
|
||
|
}
|
||
|
|
||
|
dt {
|
||
|
font-weight: bold;
|
||
|
}
|
||
|
|
||
|
dd {
|
||
|
margin: 0 0 1.5em;
|
||
|
}
|
||
|
|
||
|
img {
|
||
|
max-width: 100%; /* Adhere to container width. */
|
||
|
height: auto; /* Make sure images are scaled correctly. */
|
||
|
margin-top: 1em;
|
||
|
margin-right: 1em;
|
||
|
margin-bottom: 1em;
|
||
|
}
|
||
|
|
||
|
table {
|
||
|
margin: 0 0 1.5em;
|
||
|
width: 100%;
|
||
|
border: none;
|
||
|
table-layout: fixed;
|
||
|
}
|
||
|
|
||
|
th,
|
||
|
td {
|
||
|
padding: 0.3em 0.6em;
|
||
|
border: 1px solid #ddd;
|
||
|
}
|
||
|
|
||
|
a {
|
||
|
color: #20745D;
|
||
|
text-decoration: none;
|
||
|
}
|
||
|
|
||
|
a:link,
|
||
|
a:visited {
|
||
|
color: rgb(130, 160, 131);
|
||
|
}
|
||
|
|
||
|
a:hover,
|
||
|
a:focus,
|
||
|
a:active {
|
||
|
color: #20745D;
|
||
|
}
|
||
|
|
||
|
a:focus {
|
||
|
outline: thin dotted;
|
||
|
}
|
||
|
|
||
|
a:hover,
|
||
|
a:active {
|
||
|
outline: 0;
|
||
|
}
|
||
|
|
||
|
/*--------------------------------------------------------------
|
||
|
# - Forms
|
||
|
--------------------------------------------------------------*/
|
||
|
button,
|
||
|
input[type="button"],
|
||
|
input[type="reset"],
|
||
|
input[type="submit"] {
|
||
|
margin: 0;
|
||
|
padding: 0.6em 1em;
|
||
|
border: none;
|
||
|
background: #20745D;
|
||
|
color: #fff;
|
||
|
text-decoration: none;
|
||
|
font-size: 17px;
|
||
|
font-size: 1.0625rem;
|
||
|
transition: all 0.2s ease;
|
||
|
}
|
||
|
|
||
|
button:hover,
|
||
|
input[type="button"]:hover,
|
||
|
input[type="reset"]:hover,
|
||
|
input[type="submit"]:hover,
|
||
|
button:focus,
|
||
|
input[type="button"]:focus,
|
||
|
input[type="reset"]:focus,
|
||
|
input[type="submit"]:focus,
|
||
|
button:active,
|
||
|
input[type="button"]:active,
|
||
|
input[type="reset"]:active,
|
||
|
input[type="submit"]:active {
|
||
|
background: #20745E;
|
||
|
}
|
||
|
|
||
|
input[type="text"],
|
||
|
input[type="email"],
|
||
|
input[type="url"],
|
||
|
input[type="password"],
|
||
|
input[type="search"],
|
||
|
textarea {
|
||
|
padding: 0.3em 0.6em;
|
||
|
max-width: 100%;
|
||
|
border: 1px solid #ddd;
|
||
|
color: #666;
|
||
|
}
|
||
|
|
||
|
input[type="text"]:focus,
|
||
|
input[type="email"]:focus,
|
||
|
input[type="url"]:focus,
|
||
|
input[type="password"]:focus,
|
||
|
input[type="search"]:focus,
|
||
|
textarea:focus {
|
||
|
border: 1px solid #ccc;
|
||
|
color: rgb(130, 160, 131);
|
||
|
}
|
||
|
|
||
|
textarea {
|
||
|
width: 100%;
|
||
|
}
|
||
|
|
||
|
/*--------------------------------------------------------------
|
||
|
# - 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:hover,
|
||
|
.screen-reader-text:active,
|
||
|
.screen-reader-text:focus {
|
||
|
top: 5px;
|
||
|
left: 5px;
|
||
|
z-index: 100000; /* Above WP toolbar. */
|
||
|
display: block;
|
||
|
clip: auto !important;
|
||
|
padding: 15px 23px 14px;
|
||
|
width: auto;
|
||
|
height: auto;
|
||
|
border-radius: 3px;
|
||
|
background-color: #f1f1f1;
|
||
|
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
|
||
|
color: #21759b;
|
||
|
text-decoration: none;
|
||
|
font-weight: bold;
|
||
|
font-size: 14px;
|
||
|
font-size: 0.875rem;
|
||
|
line-height: normal;
|
||
|
}
|
||
|
|
||
|
/*--------------------------------------------------------------
|
||
|
# - Alignments
|
||
|
--------------------------------------------------------------*/
|
||
|
.alignleft {
|
||
|
float: left;
|
||
|
margin-right: 1.5em;
|
||
|
}
|
||
|
|
||
|
.alignright {
|
||
|
float: right;
|
||
|
margin-left: 1.5em;
|
||
|
}
|
||
|
|
||
|
.aligncenter {
|
||
|
display: block;
|
||
|
clear: both;
|
||
|
margin-right: auto;
|
||
|
margin-left: auto;
|
||
|
text-align: center;
|
||
|
}
|
||
|
|
||
|
/*--------------------------------------------------------------
|
||
|
# - Clearings
|
||
|
--------------------------------------------------------------*/
|
||
|
.clearfix:before,
|
||
|
.clearfix:after,
|
||
|
.post-navigation .nav-links:before,
|
||
|
.post-navigation .nav-links:after,
|
||
|
.comment-navigation:before,
|
||
|
.comment-navigation:after {
|
||
|
display: table;
|
||
|
content: "";
|
||
|
}
|
||
|
|
||
|
.clearfix:after,
|
||
|
.post-navigation .nav-links:after,
|
||
|
.comment-navigation:after {
|
||
|
clear: both;
|
||
|
}
|
||
|
|
||
|
/*--------------------------------------------------------------
|
||
|
# - Site Layout
|
||
|
--------------------------------------------------------------*/
|
||
|
.site {
|
||
|
margin: 0;
|
||
|
width: 100%;
|
||
|
}
|
||
|
|
||
|
.container {
|
||
|
margin: 0 auto;
|
||
|
padding: 0 2rem;
|
||
|
max-width: 1320px;
|
||
|
width: 100%;
|
||
|
}
|
||
|
|
||
|
.site-content {
|
||
|
padding-top: 2rem;
|
||
|
}
|
||
|
|
||
|
.content-area {
|
||
|
float: left;
|
||
|
box-sizing: border-box;
|
||
|
padding-right: 2rem;
|
||
|
width: 73%;
|
||
|
}
|
||
|
|
||
|
.sidebar {
|
||
|
float: right;
|
||
|
width: 27%;
|
||
|
background-color: #131516;
|
||
|
color: #d8d4cf;
|
||
|
}
|
||
|
|
||
|
/* No Sidebar & Centered Layout Template */
|
||
|
.no-sidebar .content-area,
|
||
|
.site-content .centered-content-area {
|
||
|
float: none;
|
||
|
margin: 0 auto;
|
||
|
padding: 0;
|
||
|
max-width: 86%;
|
||
|
width: 100%;
|
||
|
}
|
||
|
|
||
|
.post-layout-three-columns .content-archive {
|
||
|
max-width: 100%;
|
||
|
}
|
||
|
|
||
|
/* Fullwidth Template */
|
||
|
.site-content .fullwidth-content-area {
|
||
|
float: none;
|
||
|
margin: 0;
|
||
|
padding: 0;
|
||
|
max-width: 100%;
|
||
|
width: 100%;
|
||
|
}
|
||
|
|
||
|
/*--------------------------------------------------------------
|
||
|
# - Header
|
||
|
--------------------------------------------------------------*/
|
||
|
.site-header {
|
||
|
background: #20745E;
|
||
|
color: #fff;
|
||
|
}
|
||
|
|
||
|
.header-main {
|
||
|
padding-top: 0;
|
||
|
padding-bottom: 0;
|
||
|
display: flex;
|
||
|
justify-content: center;
|
||
|
align-content: center;
|
||
|
}
|
||
|
|
||
|
.site-branding {
|
||
|
float: left;
|
||
|
margin: 1em 0;
|
||
|
padding: 0;
|
||
|
max-width: 100%;
|
||
|
}
|
||
|
|
||
|
.site-branding a:link,
|
||
|
.site-branding a:visited,
|
||
|
.site-branding a:hover {
|
||
|
padding: 0;
|
||
|
border: none;
|
||
|
text-decoration: none;
|
||
|
}
|
||
|
|
||
|
.site-title {
|
||
|
display: inline-block;
|
||
|
margin: 0.15em 0;
|
||
|
padding: 0;
|
||
|
color: #fff;
|
||
|
text-decoration: none;
|
||
|
font-size: 36px;
|
||
|
font-size: 2.25rem;
|
||
|
font-family: "Titillium Web", arial, helvetica, sans-serif;
|
||
|
font-family: var(--title-font);
|
||
|
font-weight: normal;
|
||
|
font-weight: var(--title-font-weight);
|
||
|
text-transform: uppercase;
|
||
|
text-transform: var(--title-text-transform);
|
||
|
line-height: 1.4;
|
||
|
line-height: var(--title-line-height);
|
||
|
}
|
||
|
|
||
|
.site-title a:link,
|
||
|
.site-title a:visited {
|
||
|
color: #fff;
|
||
|
transition: all 0.2s ease;
|
||
|
}
|
||
|
|
||
|
.site-title a:hover,
|
||
|
.site-title a:active {
|
||
|
color: rgba(255, 255, 255, 0.6);
|
||
|
}
|
||
|
|
||
|
.site-branding .custom-logo {
|
||
|
float: left;
|
||
|
margin: 0.5em 1em 0 0;
|
||
|
padding: 0;
|
||
|
max-width: 100%;
|
||
|
height: auto;
|
||
|
border: none;
|
||
|
vertical-align: top;
|
||
|
}
|
||
|
|
||
|
.site-description {
|
||
|
margin: 0 0 0.75em;
|
||
|
font-size: 15px;
|
||
|
font-size: 0.9375rem;
|
||
|
}
|
||
|
|
||
|
/* Header Widgets */
|
||
|
.header-widgets {
|
||
|
display: inline;
|
||
|
}
|
||
|
|
||
|
.header-widget {
|
||
|
float: right;
|
||
|
margin: 0.5em 0 0 1.5em;
|
||
|
}
|
||
|
|
||
|
.header-widget ul {
|
||
|
margin: 0;
|
||
|
padding: 0;
|
||
|
}
|
||
|
|
||
|
.header-widget-title {
|
||
|
margin: 0 0 0.5em;
|
||
|
}
|
||
|
|
||
|
/* Custom Header Image */
|
||
|
.header-image {
|
||
|
text-align: center;
|
||
|
}
|
||
|
|
||
|
.header-image img {
|
||
|
max-width: 1920px;
|
||
|
width: 100%;
|
||
|
height: auto;
|
||
|
vertical-align: top;
|
||
|
}
|
||
|
|
||
|
/*--------------------------------------------------------------
|
||
|
# - Navigation
|
||
|
--------------------------------------------------------------*/
|
||
|
.primary-navigation-wrap {
|
||
|
border-bottom: 5px solid #20745D;
|
||
|
background: rgba(0, 0, 0, 0.15);
|
||
|
box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.05);
|
||
|
color: #fff;
|
||
|
}
|
||
|
|
||
|
.primary-navigation-container {
|
||
|
position: relative;
|
||
|
}
|
||
|
|
||
|
.primary-navigation {
|
||
|
position: relative;
|
||
|
width: 100%;
|
||
|
display: flex;
|
||
|
justify-content: center;
|
||
|
align-content: center;
|
||
|
}
|
||
|
|
||
|
/* Hide the menu on small screens when JavaScript is available. */
|
||
|
/*
|
||
|
.main-navigation ul,
|
||
|
.main-navigation .menu-item-has-children > a > .icon,
|
||
|
.main-navigation ul a > .icon {
|
||
|
display: none;
|
||
|
}
|
||
|
*/
|
||
|
button.menu-toggle {
|
||
|
display: none;
|
||
|
}
|
||
|
|
||
|
.main-navigation.toggled-on > ul.menu {
|
||
|
display: block;
|
||
|
}
|
||
|
|
||
|
/* Main Navigation Toggle */
|
||
|
.primary-menu-toggle {
|
||
|
display: flex;
|
||
|
margin: 0;
|
||
|
padding: 0.8em 1.2em;
|
||
|
border: none;
|
||
|
background: #20745D;
|
||
|
color: #fff;
|
||
|
text-decoration: none;
|
||
|
font-size: 16px;
|
||
|
font-size: 1rem;
|
||
|
font-family: "Titillium Web", arial, helvetica, sans-serif;
|
||
|
font-family: var(--navi-font);
|
||
|
font-weight: normal;
|
||
|
font-weight: var(--navi-font-weight);
|
||
|
text-transform: uppercase;
|
||
|
text-transform: var(--navi-text-transform);
|
||
|
text-align: left;
|
||
|
transition: all 0.2s ease;
|
||
|
align-items: center;
|
||
|
}
|
||
|
|
||
|
.primary-menu-toggle:focus {
|
||
|
outline: thin dotted;
|
||
|
color: #fff;
|
||
|
background: #20745D;
|
||
|
}
|
||
|
|
||
|
.primary-menu-toggle:hover,
|
||
|
.primary-menu-toggle:active {
|
||
|
color: rgba(255, 255, 255, 0.5);
|
||
|
background: #20745D;
|
||
|
cursor: pointer;
|
||
|
}
|
||
|
|
||
|
.primary-menu-toggle .icon {
|
||
|
margin: 0;
|
||
|
width: 24px;
|
||
|
height: 24px;
|
||
|
vertical-align: top;
|
||
|
fill: #fff;
|
||
|
}
|
||
|
|
||
|
.primary-menu-toggle[aria-expanded="true"] .icon-menu,
|
||
|
.primary-menu-toggle[aria-expanded="false"] .icon-close {
|
||
|
display: none;
|
||
|
}
|
||
|
|
||
|
.primary-menu-toggle[aria-expanded="true"] .icon-close {
|
||
|
display: inline-block;
|
||
|
}
|
||
|
|
||
|
/* Menu Items Styling */
|
||
|
.main-navigation ul {
|
||
|
margin: 0;
|
||
|
padding: 0;
|
||
|
color: #fff;
|
||
|
list-style: none;
|
||
|
font-size: 16px;
|
||
|
font-size: 1rem;
|
||
|
font-family: "Titillium Web", arial, helvetica, sans-serif;
|
||
|
font-family: var(--navi-font);
|
||
|
font-weight: normal;
|
||
|
font-weight: var(--navi-font-weight);
|
||
|
text-transform: uppercase;
|
||
|
text-transform: var(--navi-text-transform);
|
||
|
}
|
||
|
|
||
|
.main-navigation > ul {
|
||
|
padding: 3px 0;
|
||
|
border-top: 5px solid #20745D;
|
||
|
}
|
||
|
|
||
|
.main-navigation ul li {
|
||
|
position: relative;
|
||
|
margin: 0;
|
||
|
float: left;
|
||
|
}
|
||
|
|
||
|
.main-navigation ul a {
|
||
|
display: block;
|
||
|
margin: 0;
|
||
|
padding: 0.5em;
|
||
|
border-bottom: 1px dotted rgba(255, 255, 255, 0.2);
|
||
|
text-decoration: none;
|
||
|
}
|
||
|
|
||
|
.main-navigation ul li:last-child > a {
|
||
|
border-bottom: none;
|
||
|
}
|
||
|
|
||
|
.main-navigation ul a,
|
||
|
.main-navigation ul a:link,
|
||
|
.main-navigation ul a:visited {
|
||
|
color: #fff;
|
||
|
text-decoration: none;
|
||
|
transition: all 0.2s ease;
|
||
|
}
|
||
|
|
||
|
.main-navigation ul a:hover,
|
||
|
.main-navigation ul a:active,
|
||
|
.main-navigation ul a:focus {
|
||
|
background-color: #20745D;
|
||
|
}
|
||
|
|
||
|
.main-navigation ul li.current-menu-item > a {
|
||
|
background-color: #20745D;
|
||
|
}
|
||
|
|
||
|
/* Submenus */
|
||
|
.main-navigation ul ul {
|
||
|
font-size: 13px;
|
||
|
font-size: 0.8125rem;
|
||
|
}
|
||
|
|
||
|
.is-amp-page .main-navigation ul button.toggled-on + ul,
|
||
|
.main-navigation ul ul.toggled-on {
|
||
|
display: block;
|
||
|
}
|
||
|
|
||
|
.main-navigation ul ul a {
|
||
|
padding-left: 3em;
|
||
|
}
|
||
|
|
||
|
.main-navigation ul ul ul a {
|
||
|
padding-left: 4.5em;
|
||
|
}
|
||
|
|
||
|
.main-navigation ul ul ul ul a {
|
||
|
padding-left: 6em;
|
||
|
}
|
||
|
|
||
|
/* Submenu Dropdown Toggles */
|
||
|
.main-navigation .dropdown-toggle {
|
||
|
position: absolute;
|
||
|
display: block;
|
||
|
top: 0;
|
||
|
right: 0;
|
||
|
padding: 0.9em 1.5em;
|
||
|
background: none;
|
||
|
border: none;
|
||
|
}
|
||
|
|
||
|
.main-navigation .dropdown-toggle:focus {
|
||
|
outline: thin dotted;
|
||
|
color: #fff;
|
||
|
background: none;
|
||
|
}
|
||
|
|
||
|
.main-navigation .dropdown-toggle:hover,
|
||
|
.main-navigation .dropdown-toggle:active {
|
||
|
background-color: #20745D;
|
||
|
}
|
||
|
|
||
|
.main-navigation .dropdown-toggle .icon {
|
||
|
margin: 0.2em 0 0;
|
||
|
width: 20px;
|
||
|
height: 20px;
|
||
|
vertical-align: top;
|
||
|
fill: #131516;
|
||
|
}
|
||
|
|
||
|
.main-navigation .dropdown-toggle.toggled-on .icon {
|
||
|
-ms-transform: rotate(-180deg); /* IE 9 */
|
||
|
-webkit-transform: rotate(-180deg); /* Chrome, Safari, Opera */
|
||
|
transform: rotate(-180deg);
|
||
|
}
|
||
|
|
||
|
.main-navigation ul ul .dropdown-toggle {
|
||
|
padding: 0.6em 1.2em;
|
||
|
}
|
||
|
|
||
|
.main-navigation ul ul .dropdown-toggle .icon {
|
||
|
width: 18px;
|
||
|
height: 18px;
|
||
|
}
|
||
|
|
||
|
/*--------------------------------------------------------------
|
||
|
# - Social Icons Menu
|
||
|
--------------------------------------------------------------*/
|
||
|
.social-icons-menu {
|
||
|
margin: 0;
|
||
|
padding: 0;
|
||
|
list-style-position: outside;
|
||
|
list-style-type: none;
|
||
|
line-height: 1;
|
||
|
}
|
||
|
|
||
|
.social-icons-menu li {
|
||
|
float: left;
|
||
|
margin: 0;
|
||
|
padding: 0;
|
||
|
}
|
||
|
|
||
|
.social-icons-menu li * {
|
||
|
position: relative;
|
||
|
display: inline-block;
|
||
|
padding: 0.5em;
|
||
|
text-decoration: none;
|
||
|
color: #fff;
|
||
|
}
|
||
|
|
||
|
.social-icons-menu li a .screen-reader-text {
|
||
|
display: none;
|
||
|
}
|
||
|
|
||
|
/* Add Genericons */
|
||
|
.social-icons-menu li a:before, li.social-icons-menu {
|
||
|
display: inline-block;
|
||
|
vertical-align: top;
|
||
|
text-decoration: inherit;
|
||
|
font-size: 16px;
|
||
|
font-family: 'Genericons';
|
||
|
line-height: 1;
|
||
|
-webkit-font-smoothing: antialiased;
|
||
|
-moz-osx-font-smoothing: grayscale;
|
||
|
}
|
||
|
|
||
|
.social-icons-menu li a:before {
|
||
|
content: '\f408';
|
||
|
}
|
||
|
|
||
|
/* Default Icon */
|
||
|
.social-icons-menu li a[href*="codepen.io"]:before {
|
||
|
content: '\f216';
|
||
|
}
|
||
|
|
||
|
.social-icons-menu li a[href*="digg.com"]:before {
|
||
|
content: '\f221';
|
||
|
}
|
||
|
|
||
|
.social-icons-menu li a[href*="dribbble.com"]:before {
|
||
|
content: '\f201';
|
||
|
}
|
||
|
|
||
|
.social-icons-menu li a[href*="facebook.com"]:before {
|
||
|
content: '\f204';
|
||
|
}
|
||
|
|
||
|
.social-icons-menu li a[href*="flickr.com"]:before {
|
||
|
content: '\f211';
|
||
|
}
|
||
|
|
||
|
.social-icons-menu li a[href*="plus.google.com"]:before {
|
||
|
content: '\f218';
|
||
|
}
|
||
|
|
||
|
.social-icons-menu li a[href*="github.com"]:before {
|
||
|
content: '\f200';
|
||
|
}
|
||
|
|
||
|
.social-icons-menu li a[href*="instagram.com"]:before {
|
||
|
content: '\f215';
|
||
|
}
|
||
|
|
||
|
.social-icons-menu li a[href*="linkedin.com"]:before {
|
||
|
content: '\f207';
|
||
|
}
|
||
|
|
||
|
.social-icons-menu li a[href*="pinterest.com"]:before {
|
||
|
content: '\f209';
|
||
|
}
|
||
|
|
||
|
.social-icons-menu li a[href*="polldaddy.com"]:before {
|
||
|
content: '\f217';
|
||
|
}
|
||
|
|
||
|
.social-icons-menu li a[href*="getpocket.com"]:before {
|
||
|
content: '\f224';
|
||
|
}
|
||
|
|
||
|
.social-icons-menu li a[href*="reddit.com"]:before {
|
||
|
content: '\f222';
|
||
|
}
|
||
|
|
||
|
.social-icons-menu li a[href*="spotify.com"]:before {
|
||
|
content: '\f515';
|
||
|
}
|
||
|
|
||
|
.social-icons-menu li a[href*="skype.com"]:before,
|
||
|
.social-icons-menu li a[href*="skype:"]:before {
|
||
|
content: '\f220';
|
||
|
}
|
||
|
|
||
|
.social-icons-menu li a[href*="stumbleupon.com"]:before {
|
||
|
content: '\f223';
|
||
|
}
|
||
|
|
||
|
.social-icons-menu li a[href*="tumblr.com"]:before {
|
||
|
content: '\f214';
|
||
|
}
|
||
|
|
||
|
.social-icons-menu li a[href*="twitch.tv"]:before {
|
||
|
content: '\f516';
|
||
|
}
|
||
|
|
||
|
.social-icons-menu li a[href*="twitter.com"]:before {
|
||
|
content: '\f202';
|
||
|
}
|
||
|
|
||
|
.social-icons-menu li a[href*="vimeo.com"]:before {
|
||
|
content: '\f212';
|
||
|
}
|
||
|
|
||
|
.social-icons-menu li a[href*="wordpress.org"]:before {
|
||
|
content: '\f205';
|
||
|
}
|
||
|
|
||
|
.social-icons-menu li a[href*="wordpress.com"]:before {
|
||
|
content: '\f205';
|
||
|
}
|
||
|
|
||
|
.social-icons-menu li a[href*="youtube.com"]:before {
|
||
|
content: '\f213';
|
||
|
}
|
||
|
|
||
|
.social-icons-menu li a[href*="newsletter"]:before,
|
||
|
.social-icons-menu li a[href*="mailto"]:before {
|
||
|
content: '\f410';
|
||
|
}
|
||
|
|
||
|
.social-icons-menu li a[href*="/feed"]:before,
|
||
|
.social-icons-menu li a[href*="/feed/"]:before,
|
||
|
.social-icons-menu li a[href*="?feed=rss2"]:before,
|
||
|
.social-icons-menu li a[href*="feedburner.google.com"]:before,
|
||
|
.social-icons-menu li a[href*="feedburner.com"]:before {
|
||
|
content: '\f413';
|
||
|
}
|
||
|
|
||
|
/*--------------------------------------------------------------
|
||
|
# - Posts and pages
|
||
|
--------------------------------------------------------------*/
|
||
|
.type-post,
|
||
|
.type-page,
|
||
|
.type-attachment,
|
||
|
.comments-area,
|
||
|
.site-main > article:not(.type-post):not(.type-page):not(.type-attachment),
|
||
|
.post-wrapper > .post-column > article:not(.type-post):not(.type-page):not(.type-attachment) {
|
||
|
margin: 0 0 2em 0;
|
||
|
padding: 1.5em;
|
||
|
max-width: 100%;
|
||
|
border-top: 3px solid #20745D;
|
||
|
background-color: #131516;
|
||
|
color: #d8d4cf;
|
||
|
box-shadow: 0 2px 2px #aaa;
|
||
|
}
|
||
|
|
||
|
.archive-title,
|
||
|
.page-title,
|
||
|
.entry-title {
|
||
|
margin: 0;
|
||
|
padding: 0;
|
||
|
background-color: #131516;
|
||
|
color: #d8d4cf;
|
||
|
-ms-word-wrap: break-word;
|
||
|
word-wrap: break-word;
|
||
|
font-size: 28px;
|
||
|
font-size: 1.75rem;
|
||
|
font-family: "Titillium Web", arial, helvetica, sans-serif;
|
||
|
font-family: var(--title-font);
|
||
|
font-weight: normal;
|
||
|
font-weight: var(--title-font-weight);
|
||
|
text-transform: uppercase;
|
||
|
text-transform: var(--title-text-transform);
|
||
|
line-height: 1.4;
|
||
|
line-height: var(--title-line-height);
|
||
|
}
|
||
|
|
||
|
.entry-title a:link,
|
||
|
.entry-title a:visited {
|
||
|
background-color: #131516;
|
||
|
color: rgb(130, 160, 131);
|
||
|
text-decoration: none;
|
||
|
transition: all 0.2s ease;
|
||
|
}
|
||
|
|
||
|
.entry-title a:hover,
|
||
|
.entry-title a:active {
|
||
|
color: #20745E;
|
||
|
}
|
||
|
|
||
|
.type-post .wp-post-image,
|
||
|
.type-page .wp-post-image,
|
||
|
.site-main > article:not(.type-post):not(.type-page):not(.type-attachment) .wp-post-image,
|
||
|
.post-wrapper > .post-column > article:not(.type-post):not(.type-page):not(.type-attachment) .wp-post-image {
|
||
|
margin: 0 0 0.5em;
|
||
|
}
|
||
|
|
||
|
.entry-content a {
|
||
|
text-decoration: underline;
|
||
|
}
|
||
|
|
||
|
.sticky {
|
||
|
border-width: 5px;
|
||
|
}
|
||
|
|
||
|
/* Page Links | wp_link_pages() */
|
||
|
.page-links {
|
||
|
margin: 0 0 1.5em;
|
||
|
word-spacing: 0.75em;
|
||
|
font-weight: bold;
|
||
|
}
|
||
|
|
||
|
/* Entry Meta */
|
||
|
.entry-meta {
|
||
|
margin: 0;
|
||
|
padding: 0;
|
||
|
color: rgb(130, 160, 131);
|
||
|
font-size: 14px;
|
||
|
font-size: 0.875rem;
|
||
|
}
|
||
|
|
||
|
.entry-meta .meta-date,
|
||
|
.entry-meta .meta-author,
|
||
|
.entry-meta .meta-category,
|
||
|
.entry-meta .meta-comments {
|
||
|
margin-right: 1.5em;
|
||
|
}
|
||
|
|
||
|
.entry-meta a:link,
|
||
|
.entry-meta a:visited {
|
||
|
color: rgb(130, 160, 131);
|
||
|
}
|
||
|
|
||
|
.entry-meta a:hover,
|
||
|
.entry-meta a:active {
|
||
|
color: #20745D;
|
||
|
}
|
||
|
|
||
|
.entry-meta span::before {
|
||
|
display: inline-block;
|
||
|
margin-right: 0.2em;
|
||
|
vertical-align: middle;
|
||
|
font: normal 16px 'Genericons';
|
||
|
-webkit-font-smoothing: antialiased;
|
||
|
}
|
||
|
|
||
|
.entry-meta .meta-date::before {
|
||
|
content: '\f307';
|
||
|
}
|
||
|
|
||
|
.entry-meta .meta-author::before {
|
||
|
content: '\f304';
|
||
|
}
|
||
|
|
||
|
.entry-meta .meta-category::before {
|
||
|
content: '\f301';
|
||
|
}
|
||
|
|
||
|
.entry-meta .meta-comments::before {
|
||
|
content: '\f300';
|
||
|
}
|
||
|
|
||
|
/* Hide post meta if they are deactivated in settings */
|
||
|
body.date-hidden .type-post .entry-meta .meta-date,
|
||
|
body.author-hidden .type-post .entry-meta .meta-author,
|
||
|
body.categories-hidden .type-post .entry-meta .meta-category,
|
||
|
body.comments-hidden .type-post .entry-meta .meta-comments,
|
||
|
body.date-hidden .post-slider .entry-meta .meta-date,
|
||
|
body.author-hidden .post-slider .entry-meta .meta-author {
|
||
|
position: absolute;
|
||
|
clip: rect(1px, 1px, 1px, 1px);
|
||
|
}
|
||
|
|
||
|
body.date-hidden.author-hidden.categories-hidden.comments-hidden .content-area .type-post .entry-meta {
|
||
|
display: none;
|
||
|
}
|
||
|
|
||
|
/* Entry Tags & Tagcloud Widget */
|
||
|
.entry-tags {
|
||
|
margin: 0 0 1.5em;
|
||
|
}
|
||
|
|
||
|
.widget_tag_cloud .tagcloud,
|
||
|
.entry-tags .meta-tags {
|
||
|
font-size: 14px;
|
||
|
font-size: 0.875rem;
|
||
|
}
|
||
|
|
||
|
.widget_tag_cloud .tagcloud::before,
|
||
|
.widget_tag_cloud .tagcloud::after,
|
||
|
.entry-tags .meta-tags::before,
|
||
|
.entry-tags .meta-tags::after {
|
||
|
display: table;
|
||
|
content: "";
|
||
|
}
|
||
|
|
||
|
.widget_tag_cloud .tagcloud::after,
|
||
|
.entry-tags .meta-tags::after {
|
||
|
clear: both;
|
||
|
}
|
||
|
|
||
|
.widget_tag_cloud .tagcloud a,
|
||
|
.entry-tags .meta-tags a {
|
||
|
display: inline-block;
|
||
|
float: left;
|
||
|
margin: 0 2px 2px 0;
|
||
|
padding: 0.2em 0.5em;
|
||
|
background: #20745E;
|
||
|
text-decoration: none;
|
||
|
text-transform: uppercase;
|
||
|
font-size: 12px !important;
|
||
|
font-size: 0.75rem !important;
|
||
|
}
|
||
|
|
||
|
.widget_tag_cloud .tagcloud a:link,
|
||
|
.widget_tag_cloud .tagcloud a:visited,
|
||
|
.entry-tags .meta-tags a:link,
|
||
|
.entry-tags .meta-tags a:visited {
|
||
|
color: #fff;
|
||
|
transition: all 0.2s ease;
|
||
|
}
|
||
|
|
||
|
.widget_tag_cloud .tagcloud a:hover,
|
||
|
.widget_tag_cloud .tagcloud a:active,
|
||
|
.entry-tags .meta-tags a:hover,
|
||
|
.entry-tags .meta-tags a:active {
|
||
|
background: #20745D;
|
||
|
color: #fff;
|
||
|
}
|
||
|
|
||
|
/* Read more Link */
|
||
|
.more-link {
|
||
|
display: inline-block;
|
||
|
margin: 0;
|
||
|
padding: 0.6em 1em;
|
||
|
background: #20745D;
|
||
|
color: #fff;
|
||
|
text-decoration: none;
|
||
|
font-size: 15px;
|
||
|
font-size: 0.9375rem;
|
||
|
transition: all 0.2s ease;
|
||
|
}
|
||
|
|
||
|
.more-link:link,
|
||
|
.more-link:visited {
|
||
|
color: #fff;
|
||
|
}
|
||
|
|
||
|
.more-link:hover,
|
||
|
.more-link:active {
|
||
|
background: #20745E;
|
||
|
text-decoration: none;
|
||
|
}
|
||
|
|
||
|
.more-link::after {
|
||
|
content: " \00BB";
|
||
|
}
|
||
|
|
||
|
/* Post Navigation */
|
||
|
.post-navigation {
|
||
|
margin: 0;
|
||
|
}
|
||
|
|
||
|
.post-navigation .nav-links .nav-previous {
|
||
|
float: left;
|
||
|
}
|
||
|
|
||
|
.post-navigation .nav-links .nav-next {
|
||
|
float: right;
|
||
|
}
|
||
|
|
||
|
.post-navigation .nav-links .nav-previous a::before {
|
||
|
margin-right: 3px;
|
||
|
content: "\00AB";
|
||
|
}
|
||
|
|
||
|
.post-navigation .nav-links .nav-next a::after {
|
||
|
margin-left: 4px;
|
||
|
content: "\00BB";
|
||
|
}
|
||
|
|
||
|
.post-navigation .nav-links a {
|
||
|
display: inline-block;
|
||
|
margin: 0 0 3px;
|
||
|
padding: 0.3em 0.8em;
|
||
|
background: #20745D;
|
||
|
color: #fff;
|
||
|
text-decoration: none;
|
||
|
font-size: 14px;
|
||
|
font-size: 0.875rem;
|
||
|
transition: all 0.2s ease;
|
||
|
}
|
||
|
|
||
|
.post-navigation .nav-links a:link,
|
||
|
.post-navigation .nav-links a:visited {
|
||
|
color: #fff;
|
||
|
}
|
||
|
|
||
|
.post-navigation .nav-links a:hover,
|
||
|
.post-navigation .nav-links a:active {
|
||
|
background: #20745E;
|
||
|
}
|
||
|
|
||
|
/*--------------------------------------------------------------
|
||
|
# - Archives and Blog Layouts
|
||
|
--------------------------------------------------------------*/
|
||
|
|
||
|
/* Archives and Search Heading */
|
||
|
.page-header {
|
||
|
margin: 0 0 2em 0;
|
||
|
padding: 1.5em;
|
||
|
border-top: 3px solid #20745D;
|
||
|
background: #131516;
|
||
|
box-shadow: 0 2px 2px #aaa;
|
||
|
}
|
||
|
|
||
|
.blog-description,
|
||
|
.archive-description p {
|
||
|
margin-bottom: 0;
|
||
|
}
|
||
|
|
||
|
/* Post Columns */
|
||
|
.post-layout-columns .post-wrapper {
|
||
|
display: -webkit-box;
|
||
|
display: -ms-flexbox;
|
||
|
display: flex;
|
||
|
-ms-flex-wrap: wrap;
|
||
|
flex-wrap: wrap;
|
||
|
margin-right: -2em;
|
||
|
}
|
||
|
|
||
|
.post-layout-columns .post-wrapper .post-column {
|
||
|
display: -webkit-box;
|
||
|
display: -ms-flexbox;
|
||
|
display: flex;
|
||
|
box-sizing: border-box;
|
||
|
padding-right: 2em;
|
||
|
}
|
||
|
|
||
|
.post-layout-columns .post-wrapper .post-column article {
|
||
|
display: -webkit-box;
|
||
|
display: -ms-flexbox;
|
||
|
display: flex;
|
||
|
-ms-flex-direction: column;
|
||
|
flex-direction: column;
|
||
|
-webkit-box-orient: vertical;
|
||
|
-webkit-box-direction: normal;
|
||
|
}
|
||
|
|
||
|
.post-layout-columns .post-wrapper .post-column article .entry-title {
|
||
|
font-size: 22px;
|
||
|
font-size: 1.375rem;
|
||
|
}
|
||
|
|
||
|
.post-layout-columns .post-wrapper .post-column article .entry-content {
|
||
|
flex-grow: 1;
|
||
|
font-size: 16px;
|
||
|
font-size: 1rem;
|
||
|
-webkit-box-flex: 1;
|
||
|
-ms-flex-positive: 1;
|
||
|
}
|
||
|
|
||
|
.post-layout-columns .post-wrapper .post-column article .more-link {
|
||
|
font-size: 15px;
|
||
|
font-size: 0.9375rem;
|
||
|
}
|
||
|
|
||
|
/* 2 Columns */
|
||
|
.post-layout-two-columns .post-wrapper .post-column {
|
||
|
width: 50%;
|
||
|
}
|
||
|
|
||
|
/* 3 Columns */
|
||
|
.post-layout-three-columns .content-archive {
|
||
|
float: none;
|
||
|
padding: 0;
|
||
|
width: 100%;
|
||
|
}
|
||
|
|
||
|
.post-layout-three-columns .post-wrapper .post-column {
|
||
|
width: 33.3333333333333%;
|
||
|
}
|
||
|
|
||
|
/* Post Columns Fixes for IE 10 and IE 11*/
|
||
|
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
|
||
|
.post-layout-columns .post-wrapper .post-column,
|
||
|
.post-layout-columns .post-wrapper .post-column article {
|
||
|
display: block;
|
||
|
}
|
||
|
}
|
||
|
|
||
|
/* Theme Pagination */
|
||
|
.pagination {
|
||
|
margin: 0 0 2em;
|
||
|
}
|
||
|
|
||
|
.pagination a,
|
||
|
.pagination .current {
|
||
|
display: inline-block;
|
||
|
margin: 0 3px 3px 0;
|
||
|
padding: 0.4em 1em;
|
||
|
background: #20745E;
|
||
|
color: #fff;
|
||
|
text-align: center;
|
||
|
text-decoration: none;
|
||
|
}
|
||
|
|
||
|
.pagination a:link,
|
||
|
.pagination a:visited {
|
||
|
color: #fff;
|
||
|
}
|
||
|
|
||
|
.pagination a:hover,
|
||
|
.pagination a:active,
|
||
|
.pagination .current {
|
||
|
background: #20745D;
|
||
|
}
|
||
|
|
||
|
/* Infinite Scroll Pagination */
|
||
|
.infinite-scroll .pagination {
|
||
|
display: none;
|
||
|
}
|
||
|
|
||
|
.infinite-scroll #infinite-handle,
|
||
|
.infinite-scroll .infinite-loader {
|
||
|
width: 100%;
|
||
|
text-align: center;
|
||
|
}
|
||
|
|
||
|
.infinite-scroll .infinite-loader .spinner {
|
||
|
bottom: -1em;
|
||
|
left: auto;
|
||
|
margin: 0 auto;
|
||
|
}
|
||
|
|
||
|
.infinite-scroll #infinite-handle span {
|
||
|
display: inline-block;
|
||
|
margin: 0 0 2em;
|
||
|
padding: 0.4em 1em;
|
||
|
background: #20745E;
|
||
|
text-decoration: none;
|
||
|
font-size: 17px;
|
||
|
font-size: 1.0625rem;
|
||
|
}
|
||
|
|
||
|
.infinite-scroll #infinite-handle span:hover {
|
||
|
background: #20745D;
|
||
|
}
|
||
|
|
||
|
/*--------------------------------------------------------------
|
||
|
# - Blocks
|
||
|
--------------------------------------------------------------*/
|
||
|
|
||
|
/* Audio */
|
||
|
.wp-block-audio audio {
|
||
|
width: 100%;
|
||
|
}
|
||
|
|
||
|
/* Separator */
|
||
|
.wp-block-separator {
|
||
|
height: 2px;
|
||
|
}
|
||
|
|
||
|
.wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
|
||
|
max-width: 100px;
|
||
|
}
|
||
|
|
||
|
/* Quote */
|
||
|
.wp-block-quote.is-style-large {
|
||
|
border: none;
|
||
|
margin: 0 0 1.5em;
|
||
|
padding: 0;
|
||
|
font-size: 28px;
|
||
|
font-size: 1.75rem;
|
||
|
}
|
||
|
|
||
|
.wp-block-quote.is-style-large p {
|
||
|
margin-bottom: 0.5em;
|
||
|
font-size: inherit;
|
||
|
font-style: inherit;
|
||
|
line-height: inherit;
|
||
|
}
|
||
|
|
||
|
.wp-block-quote.is-style-large cite {
|
||
|
text-align: inherit;
|
||
|
}
|
||
|
|
||
|
/* Pullquote */
|
||
|
.wp-block-pullquote {
|
||
|
margin-bottom: 1.5em;
|
||
|
padding: 1.5em 0;
|
||
|
border-bottom: 3px solid #ddd;
|
||
|
border-top: 3px solid #ddd;
|
||
|
}
|
||
|
|
||
|
.wp-block-pullquote blockquote {
|
||
|
border: none;
|
||
|
margin: 0;
|
||
|
padding: 0;
|
||
|
font-size: 28px;
|
||
|
font-size: 1.75rem;
|
||
|
}
|
||
|
|
||
|
.wp-block-pullquote blockquote p {
|
||
|
margin-bottom: 0.5em;
|
||
|
}
|
||
|
|
||
|
/* Cover */
|
||
|
.wp-block-cover {
|
||
|
display: flex;
|
||
|
}
|
||
|
|
||
|
.wp-block-cover-text {
|
||
|
margin-top: 0;
|
||
|
margin-bottom: 0;
|
||
|
}
|
||
|
|
||
|
/* Image */
|
||
|
.wp-block-image .alignleft {
|
||
|
margin-right: 1.5em;
|
||
|
}
|
||
|
|
||
|
.wp-block-image .alignright {
|
||
|
margin-left: 1.5em;
|
||
|
}
|
||
|
|
||
|
/* Captions */
|
||
|
.blocks-gallery-caption,
|
||
|
.wp-block-embed figcaption,
|
||
|
.wp-block-image figcaption {
|
||
|
margin-top: 0.3em;
|
||
|
margin-bottom: 1em;
|
||
|
color: #555;
|
||
|
font-size: 13px;
|
||
|
font-size: 0.8125rem;
|
||
|
text-align: center;
|
||
|
}
|
||
|
|
||
|
/* Latest Posts */
|
||
|
.wp-block-latest-posts.wp-block-latest-posts__list {
|
||
|
margin: 0;
|
||
|
padding: 0;
|
||
|
}
|
||
|
|
||
|
/* Table */
|
||
|
.wp-block-table table {
|
||
|
table-layout: auto;
|
||
|
}
|
||
|
|
||
|
/* Block Text Colors */
|
||
|
.has-primary-color {
|
||
|
color: #20745D;
|
||
|
}
|
||
|
|
||
|
.has-white-color {
|
||
|
color: #131516;
|
||
|
}
|
||
|
|
||
|
.has-light-gray-color {
|
||
|
color: #131516;
|
||
|
}
|
||
|
|
||
|
.has-dark-gray-color {
|
||
|
color: #d8d4cf;
|
||
|
}
|
||
|
|
||
|
.has-black-color {
|
||
|
color: #20745E;
|
||
|
}
|
||
|
|
||
|
/* Block Background Colors */
|
||
|
.has-primary-background-color {
|
||
|
background-color: #20745D;
|
||
|
}
|
||
|
|
||
|
.has-white-background-color {
|
||
|
background-color: #131516;
|
||
|
}
|
||
|
|
||
|
.has-light-gray-background-color {
|
||
|
background-color: #f0f0f0;
|
||
|
}
|
||
|
|
||
|
.has-dark-gray-background-color {
|
||
|
background-color: #d8d4cf;
|
||
|
}
|
||
|
|
||
|
.has-black-background-color {
|
||
|
background-color: #20745E;
|
||
|
}
|
||
|
|
||
|
/*--------------------------------------------------------------
|
||
|
# - Widgets
|
||
|
--------------------------------------------------------------*/
|
||
|
.widget {
|
||
|
margin: 0 0 2em 0;
|
||
|
padding: 1em 1.5em 1.5em;
|
||
|
max-width: 100%;
|
||
|
border-top: 3px solid #20745D;
|
||
|
background: #fff;
|
||
|
box-shadow: 0 2px 2px #aaa;
|
||
|
-ms-word-wrap: break-word;
|
||
|
word-wrap: break-word;
|
||
|
background-color: #131516;
|
||
|
color: #d8d4cf;
|
||
|
}
|
||
|
|
||
|
.widget-header {
|
||
|
margin: 0 0 1em 0;
|
||
|
}
|
||
|
|
||
|
.site-footer {
|
||
|
max-width: 100%;
|
||
|
}
|
||
|
|
||
|
.widget-footer {
|
||
|
display: flex;
|
||
|
flex-direction: row;
|
||
|
flex-flow: center;
|
||
|
justify-content: center;
|
||
|
}
|
||
|
|
||
|
.widget-footer-box {
|
||
|
max-width: 100%;
|
||
|
margin: 2%;
|
||
|
}
|
||
|
|
||
|
.widget-footer-box.widget_text {
|
||
|
max-width: 15%;
|
||
|
}
|
||
|
|
||
|
.widget-title {
|
||
|
display: block;
|
||
|
margin: 0;
|
||
|
padding: 0;
|
||
|
color: #fff;
|
||
|
font-size: 20px;
|
||
|
font-size: 1.25rem;
|
||
|
font-family: "Titillium Web", arial, helvetica, sans-serif;
|
||
|
font-family: var(--widget-title-font);
|
||
|
font-weight: normal;
|
||
|
font-weight: var(--widget-title-font-weight);
|
||
|
text-transform: uppercase;
|
||
|
text-transform: var(--widget-title-text-transform);
|
||
|
line-height: 1.4;
|
||
|
line-height: var(--title-line-height);
|
||
|
}
|
||
|
|
||
|
.widget ul {
|
||
|
margin: 0;
|
||
|
padding: 0;
|
||
|
list-style: circle inside;
|
||
|
}
|
||
|
|
||
|
.widget ul .children,
|
||
|
.widget ul .sub-menu {
|
||
|
margin: 0.5em 0 0.5em 1em;
|
||
|
padding: 0;
|
||
|
}
|
||
|
|
||
|
/* Make sure select elements fit in widgets. */
|
||
|
.widget select {
|
||
|
max-width: 100%;
|
||
|
}
|
||
|
|
||
|
/* Theme Search Widget */
|
||
|
.search-form {
|
||
|
position: relative;
|
||
|
display: block;
|
||
|
overflow: hidden;
|
||
|
margin: 0;
|
||
|
padding: 0;
|
||
|
width: 100%;
|
||
|
}
|
||
|
|
||
|
.search-form .screen-reader-text {
|
||
|
display: none;
|
||
|
}
|
||
|
|
||
|
.search-form .search-field {
|
||
|
display: inline-block;
|
||
|
box-sizing: border-box;
|
||
|
margin: 0;
|
||
|
padding: 0.5em 1.5em 0.5em 0.7em;
|
||
|
width: 100%;
|
||
|
-webkit-appearance: none;
|
||
|
}
|
||
|
|
||
|
.search-form .search-submit {
|
||
|
position: absolute;
|
||
|
top: 0;
|
||
|
right: 0;
|
||
|
padding: 0.65em 0.75em 0 0.2em;
|
||
|
border: none;
|
||
|
cursor: pointer;
|
||
|
transition: all 0.2s ease;
|
||
|
}
|
||
|
|
||
|
.search-form .search-submit .genericon-search {
|
||
|
display: inline-block;
|
||
|
padding: 0.05em 0 0.55em 0.45em;
|
||
|
color: #fff;
|
||
|
content: '\f400';
|
||
|
vertical-align: middle;
|
||
|
text-decoration: inherit;
|
||
|
font-weight: normal;
|
||
|
font-style: normal;
|
||
|
font-size: 24px;
|
||
|
font-family: 'Genericons';
|
||
|
line-height: 1;
|
||
|
-webkit-font-smoothing: antialiased;
|
||
|
-moz-osx-font-smoothing: grayscale;
|
||
|
}
|
||
|
|
||
|
/* Theme Calendar Widget */
|
||
|
.widget_calendar {
|
||
|
font-size: 14px;
|
||
|
font-size: 0.875rem;
|
||
|
}
|
||
|
|
||
|
.widget_calendar table {
|
||
|
margin: 0;
|
||
|
}
|
||
|
|
||
|
.widget_calendar table caption {
|
||
|
padding: 0 0 1em;
|
||
|
}
|
||
|
|
||
|
.widget_calendar table thead tr {
|
||
|
background: #131516;
|
||
|
}
|
||
|
|
||
|
.widget_calendar table tr td {
|
||
|
text-align: center;
|
||
|
}
|
||
|
|
||
|
.widget_calendar table tbody tr td a {
|
||
|
font-weight: bold;
|
||
|
}
|
||
|
|
||
|
.widget_calendar table tfoot tr td {
|
||
|
padding-top: 1em;
|
||
|
border: none;
|
||
|
}
|
||
|
|
||
|
.widget_calendar table tfoot tr #prev {
|
||
|
text-align: left;
|
||
|
}
|
||
|
|
||
|
.widget_calendar table tfoot tr #next {
|
||
|
text-align: right;
|
||
|
}
|
||
|
|
||
|
/*--------------------------------------------------------------
|
||
|
# - Magazine Widgets
|
||
|
--------------------------------------------------------------*/
|
||
|
.widget-magazine-posts {
|
||
|
margin-bottom: -1em;
|
||
|
}
|
||
|
|
||
|
.widget-magazine-posts .type-post {
|
||
|
margin: 0 0 1.5em 0;
|
||
|
padding: 0;
|
||
|
border: none;
|
||
|
background: none;
|
||
|
box-shadow: none;
|
||
|
}
|
||
|
|
||
|
.widget-magazine-posts .type-post .wp-post-image {
|
||
|
margin: 0;
|
||
|
max-width: 100%;
|
||
|
}
|
||
|
|
||
|
.widget-magazine-posts .type-post .entry-title {
|
||
|
display: inline;
|
||
|
}
|
||
|
|
||
|
.widget-magazine-posts .type-post .entry-content {
|
||
|
font-size: 16px;
|
||
|
font-size: 1rem;
|
||
|
}
|
||
|
|
||
|
.widget-magazine-posts .type-post .entry-content p {
|
||
|
margin: 1em 0 0;
|
||
|
}
|
||
|
|
||
|
.widget-magazine-posts .type-post .more-link {
|
||
|
margin: 1em 0 0;
|
||
|
text-decoration: none;
|
||
|
}
|
||
|
|
||
|
.widget-magazine-posts .large-post .entry-title {
|
||
|
font-size: 22px;
|
||
|
font-size: 1.375rem;
|
||
|
}
|
||
|
|
||
|
.widget-magazine-posts .medium-post {
|
||
|
display: block;
|
||
|
float: left;
|
||
|
box-sizing: border-box;
|
||
|
padding-right: 1.5em;
|
||
|
width: 33.33333333%;
|
||
|
}
|
||
|
|
||
|
.widget-magazine-posts .medium-post .entry-title {
|
||
|
font-size: 17px;
|
||
|
font-size: 1.0625rem;
|
||
|
}
|
||
|
|
||
|
.widget-magazine-posts .small-post {
|
||
|
display: block;
|
||
|
float: left;
|
||
|
box-sizing: border-box;
|
||
|
width: 100%;
|
||
|
}
|
||
|
|
||
|
.widget-magazine-posts .small-post .wp-post-image {
|
||
|
float: left;
|
||
|
margin: 0 1em 0 0;
|
||
|
max-width: 40%;
|
||
|
}
|
||
|
|
||
|
.widget-magazine-posts .small-post .entry-title {
|
||
|
font-size: 16px;
|
||
|
font-size: 1rem;
|
||
|
}
|
||
|
|
||
|
.widget-magazine-posts .medium-post .entry-meta,
|
||
|
.widget-magazine-posts .small-post .entry-meta {
|
||
|
font-size: 12px;
|
||
|
font-size: 0.75rem;
|
||
|
}
|
||
|
|
||
|
/* Magazine Posts Horizontal Box Widget */
|
||
|
.widget-magazine-posts .magazine-horizontal-box .large-post .wp-post-image {
|
||
|
float: left;
|
||
|
box-sizing: border-box;
|
||
|
margin: 0;
|
||
|
padding-right: 0.75em;
|
||
|
width: 50%;
|
||
|
}
|
||
|
|
||
|
.widget-magazine-posts .magazine-horizontal-box .large-post .post-content {
|
||
|
float: right;
|
||
|
box-sizing: border-box;
|
||
|
padding-left: 0.75em;
|
||
|
width: 50%;
|
||
|
}
|
||
|
|
||
|
.widget-magazine-posts .magazine-horizontal-box .medium-posts {
|
||
|
margin-right: -1.5em;
|
||
|
}
|
||
|
|
||
|
/* Magazine Posts Vertical Box Widget */
|
||
|
.widget-magazine-posts .magazine-vertical-box .large-post {
|
||
|
float: left;
|
||
|
box-sizing: border-box;
|
||
|
margin-bottom: 1em;
|
||
|
padding-right: 0.75em;
|
||
|
width: 50%;
|
||
|
}
|
||
|
|
||
|
.widget-magazine-posts .magazine-vertical-box .small-posts {
|
||
|
box-sizing: border-box;
|
||
|
margin-left: 50%;
|
||
|
padding-left: 0.75em;
|
||
|
width: 50%;
|
||
|
}
|
||
|
|
||
|
/* Magazine Posts Grid Widget */
|
||
|
.widget-magazine-posts .magazine-grid {
|
||
|
margin-right: -1.5em;
|
||
|
}
|
||
|
|
||
|
.widget-magazine-posts .magazine-grid .large-post {
|
||
|
float: left;
|
||
|
box-sizing: border-box;
|
||
|
padding-right: 1.5em;
|
||
|
width: 50%;
|
||
|
}
|
||
|
|
||
|
.widget-magazine-posts .magazine-grid .post-column:nth-child(2n+1) .large-post,
|
||
|
.widget-magazine-posts .magazine-grid .post-column:nth-child(3n+1) .medium-post {
|
||
|
clear: left;
|
||
|
}
|
||
|
|
||
|
/* Magazine Posts Columns Widget */
|
||
|
.tortuga-magazine-columns-widget {
|
||
|
padding: 0;
|
||
|
border: none;
|
||
|
background: none;
|
||
|
box-shadow: none;
|
||
|
}
|
||
|
|
||
|
.tortuga-magazine-columns-widget .widget-magazine-posts {
|
||
|
margin-bottom: 0;
|
||
|
}
|
||
|
|
||
|
.widget-magazine-posts-columns .magazine-posts-columns .magazine-posts-columns-content {
|
||
|
float: left;
|
||
|
width: 100%;
|
||
|
margin: 0;
|
||
|
padding: 1em 1.5em 1.5em;
|
||
|
max-width: 100%;
|
||
|
border-top: 3px solid #20745D;
|
||
|
background: #fff;
|
||
|
box-shadow: 0 2px 2px #aaa;
|
||
|
-ms-word-wrap: break-word;
|
||
|
word-wrap: break-word;
|
||
|
}
|
||
|
|
||
|
.widget-magazine-posts-columns .magazine-posts-columns .magazine-posts-columns-content .magazine-posts-columns-post-list {
|
||
|
float: left;
|
||
|
box-sizing: border-box;
|
||
|
margin-bottom: -1.5em;
|
||
|
width: 100%;
|
||
|
}
|
||
|
|
||
|
.widget-magazine-posts-columns .magazine-posts-column-left {
|
||
|
float: left;
|
||
|
box-sizing: border-box;
|
||
|
padding-right: 1em;
|
||
|
width: 50%;
|
||
|
}
|
||
|
|
||
|
.widget-magazine-posts-columns .magazine-posts-column-right {
|
||
|
box-sizing: border-box;
|
||
|
margin-left: 50%;
|
||
|
padding-left: 1em;
|
||
|
width: 50%;
|
||
|
}
|
||
|
|
||
|
.widget-magazine-posts-columns .medium-post {
|
||
|
padding-right: 0;
|
||
|
width: 100%;
|
||
|
}
|
||
|
|
||
|
/*--------------------------------------------------------------
|
||
|
# - Comments
|
||
|
--------------------------------------------------------------*/
|
||
|
.comments-area {
|
||
|
padding: 1em 1.5em;
|
||
|
}
|
||
|
|
||
|
/* Comment Header */
|
||
|
.comments-header,
|
||
|
.comment-reply-title {
|
||
|
margin: 0 0 1em 0;
|
||
|
}
|
||
|
|
||
|
.comments-header .comments-title,
|
||
|
.comment-reply-title span {
|
||
|
display: inline-block;
|
||
|
margin: 0;
|
||
|
padding: 0;
|
||
|
color: #20745D;
|
||
|
-ms-word-wrap: break-word;
|
||
|
word-wrap: break-word;
|
||
|
font-size: 20px;
|
||
|
font-size: 1.25rem;
|
||
|
font-family: "Titillium Web", arial, helvetica, sans-serif;
|
||
|
font-family: var(--widget-title-font);
|
||
|
font-weight: normal;
|
||
|
font-weight: var(--widget-title-font-weight);
|
||
|
text-transform: uppercase;
|
||
|
text-transform: var(--widget-title-text-transform);
|
||
|
line-height: 1.4;
|
||
|
line-height: var(--title-line-height);
|
||
|
}
|
||
|
|
||
|
/* Comment List */
|
||
|
.comment-list {
|
||
|
margin: 0;
|
||
|
padding: 0;
|
||
|
list-style: none;
|
||
|
}
|
||
|
|
||
|
.comment {
|
||
|
margin: 0 0 1.5em;
|
||
|
padding: 1.5em 0 0;
|
||
|
border-top: 1px dotted #aaa;
|
||
|
-ms-word-wrap: break-word;
|
||
|
word-wrap: break-word;
|
||
|
}
|
||
|
|
||
|
.comment-meta {
|
||
|
float: left;
|
||
|
padding: 0;
|
||
|
width: 100%;
|
||
|
}
|
||
|
|
||
|
.comment-meta .comment-author img {
|
||
|
float: left;
|
||
|
margin-right: 1em;
|
||
|
}
|
||
|
|
||
|
.bypostauthor {
|
||
|
display: block;
|
||
|
}
|
||
|
|
||
|
.comment-meta .comment-metadata {
|
||
|
margin-top: 0.3em;
|
||
|
font-size: 14px;
|
||
|
font-size: 0.875rem;
|
||
|
}
|
||
|
|
||
|
.comment-meta .comment-metadata a {
|
||
|
margin-right: 1em;
|
||
|
}
|
||
|
|
||
|
.comment-content {
|
||
|
clear: left;
|
||
|
padding: 0.2em 0 0;
|
||
|
}
|
||
|
|
||
|
.comment-content a {
|
||
|
word-wrap: break-word;
|
||
|
}
|
||
|
|
||
|
.comment ol.children {
|
||
|
margin: 1.5em 0 0;
|
||
|
list-style: none;
|
||
|
}
|
||
|
|
||
|
.comment .comment-respond {
|
||
|
margin-top: 1.5em;
|
||
|
}
|
||
|
|
||
|
/* Comment Pagination */
|
||
|
.comment-navigation {
|
||
|
margin: 0 0 1.5em;
|
||
|
padding: 0;
|
||
|
font-size: 14px;
|
||
|
font-size: 0.875rem;
|
||
|
}
|
||
|
|
||
|
.comment-navigation .nav-previous {
|
||
|
float: left;
|
||
|
}
|
||
|
|
||
|
.comment-navigation .nav-next {
|
||
|
float: right;
|
||
|
}
|
||
|
|
||
|
.comment-navigation .nav-previous a:before {
|
||
|
margin-right: 3px;
|
||
|
content: "\00AB";
|
||
|
}
|
||
|
|
||
|
.comment-navigation .nav-next a:after {
|
||
|
margin-left: 4px;
|
||
|
content: "\00BB";
|
||
|
}
|
||
|
|
||
|
/* Comment Form */
|
||
|
.comment-form {
|
||
|
padding: 0;
|
||
|
}
|
||
|
|
||
|
.comment-form label {
|
||
|
display: inline-block;
|
||
|
min-width: 150px;
|
||
|
font-weight: bold;
|
||
|
}
|
||
|
|
||
|
.comment-form textarea {
|
||
|
margin-top: 0.4em;
|
||
|
}
|
||
|
|
||
|
.comment-form .form-submit {
|
||
|
margin-bottom: 1em;
|
||
|
}
|
||
|
|
||
|
.comment-form input[type="checkbox"] + label {
|
||
|
display: inline;
|
||
|
padding-left: 0.5em;
|
||
|
font-weight: normal;
|
||
|
}
|
||
|
|
||
|
.comment-reply-title small a {
|
||
|
margin-left: 1em;
|
||
|
text-decoration: underline;
|
||
|
font-weight: normal;
|
||
|
font-size: 14px;
|
||
|
font-size: 0.875rem;
|
||
|
}
|
||
|
|
||
|
/*--------------------------------------------------------------
|
||
|
# - Media
|
||
|
--------------------------------------------------------------*/
|
||
|
.page-content .wp-smiley,
|
||
|
.entry-content .wp-smiley,
|
||
|
.comment-content .wp-smiley {
|
||
|
margin-top: 0;
|
||
|
margin-bottom: 0;
|
||
|
padding: 0;
|
||
|
border: none;
|
||
|
}
|
||
|
|
||
|
/* Make sure embeds and iframes fit their containers. */
|
||
|
embed,
|
||
|
iframe,
|
||
|
object {
|
||
|
max-width: 100%;
|
||
|
}
|
||
|
|
||
|
/*--------------------------------------------------------------
|
||
|
## 16.1 - Captions
|
||
|
--------------------------------------------------------------*/
|
||
|
.wp-caption {
|
||
|
margin-bottom: 1.5em;
|
||
|
max-width: 100%;
|
||
|
font-size: 13px;
|
||
|
font-size: 0.8125rem;
|
||
|
}
|
||
|
|
||
|
.wp-caption img[class*="wp-image-"] {
|
||
|
display: block;
|
||
|
margin: 0 auto;
|
||
|
}
|
||
|
|
||
|
.wp-caption-text {
|
||
|
text-align: center;
|
||
|
}
|
||
|
|
||
|
.wp-caption .wp-caption-text {
|
||
|
margin: 0.8075em 0;
|
||
|
}
|
||
|
|
||
|
/*--------------------------------------------------------------
|
||
|
## 16.2 - Galleries
|
||
|
--------------------------------------------------------------*/
|
||
|
.gallery {
|
||
|
margin-bottom: 1em;
|
||
|
}
|
||
|
|
||
|
.gallery-item {
|
||
|
display: inline-block;
|
||
|
box-sizing: border-box;
|
||
|
margin: 0;
|
||
|
padding: 0 1em 0.75em 0;
|
||
|
width: 100%;
|
||
|
vertical-align: top;
|
||
|
text-align: center;
|
||
|
}
|
||
|
|
||
|
.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%;
|
||
|
}
|
||
|
|
||
|
.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%;
|
||
|
}
|
||
|
|
||
|
.gallery-caption {
|
||
|
display: block;
|
||
|
font-size: 13px;
|
||
|
font-size: 0.8125rem;
|
||
|
margin-bottom: 0.75em;
|
||
|
}
|
||
|
|
||
|
/*--------------------------------------------------------------
|
||
|
# - Footer
|
||
|
--------------------------------------------------------------*/
|
||
|
.footer-wrap {
|
||
|
background: #4d2600;
|
||
|
}
|
||
|
|
||
|
.site-footer {
|
||
|
color: rgba(255, 255, 255, 0.6);
|
||
|
font-size: 15px;
|
||
|
font-size: 0.9375rem;
|
||
|
}
|
||
|
|
||
|
.site-footer .site-info {
|
||
|
float: left;
|
||
|
padding: 2.5em 0;
|
||
|
}
|
||
|
|
||
|
.site-footer a:link,
|
||
|
.site-footer a:visited {
|
||
|
border-bottom: 1px dotted rgba(255, 255, 255, 0.6);
|
||
|
color: #fff;
|
||
|
}
|
||
|
|
||
|
.site-footer a:hover,
|
||
|
.site-footer a:focus,
|
||
|
.site-footer a:active {
|
||
|
color: rgba(255, 255, 255, 0.6);
|
||
|
}
|
||
|
|
||
|
/*--------------------------------------------------------------
|
||
|
# - Plugins
|
||
|
--------------------------------------------------------------*/
|
||
|
|
||
|
/* Breadcrumbs */
|
||
|
.breadcrumbs {
|
||
|
margin: 0;
|
||
|
padding: 0.5em 0;
|
||
|
background: #fff;
|
||
|
box-shadow: 0 2px 2px #aaa;
|
||
|
-ms-word-wrap: break-word;
|
||
|
word-wrap: break-word;
|
||
|
}
|
||
|
|
||
|
.breadcrumbs-container {
|
||
|
color: #222;
|
||
|
font-size: 14px;
|
||
|
font-size: 0.875rem;
|
||
|
}
|
||
|
|
||
|
.breadcrumbs .trail-browse,
|
||
|
.breadcrumbs .trail-items,
|
||
|
.breadcrumbs .trail-items li {
|
||
|
display: inline;
|
||
|
margin: 0;
|
||
|
padding: 0;
|
||
|
}
|
||
|
|
||
|
.breadcrumbs .trail-browse {
|
||
|
margin-right: 0.5em;
|
||
|
font-weight: normal;
|
||
|
font-size: 14px;
|
||
|
font-size: 0.875rem;
|
||
|
}
|
||
|
|
||
|
.breadcrumbs .trail-items {
|
||
|
list-style: none;
|
||
|
}
|
||
|
|
||
|
.breadcrumbs .trail-items li::after {
|
||
|
padding: 0 0.5em;
|
||
|
content: "\00bb"; /* Raquo */
|
||
|
}
|
||
|
|
||
|
.trail-separator-slash .trail-items li::after {
|
||
|
content: "\002F";
|
||
|
}
|
||
|
|
||
|
.trail-separator-dash .trail-items li::after {
|
||
|
content: "\2013";
|
||
|
}
|
||
|
|
||
|
.trail-separator-bull .trail-items li::after {
|
||
|
content: "\2022";
|
||
|
}
|
||
|
|
||
|
.trail-separator-arrow-bracket .trail-items li::after {
|
||
|
content: "\003e";
|
||
|
}
|
||
|
|
||
|
.trail-separator-raquo .trail-items li::after {
|
||
|
content: "\00bb";
|
||
|
}
|
||
|
|
||
|
.trail-separator-single-arrow .trail-items li::after {
|
||
|
content: "\2192";
|
||
|
}
|
||
|
|
||
|
.trail-separator-double-arrow .trail-items li::after {
|
||
|
content: "\21D2";
|
||
|
}
|
||
|
|
||
|
.breadcrumbs .trail-items li:last-of-type::after {
|
||
|
display: none;
|
||
|
}
|
||
|
|
||
|
:root {
|
||
|
--tz-column-gap: 1.5em;
|
||
|
}
|
||
|
|
||
|
.tz-magazine-block .tz-magazine-post {
|
||
|
margin: 0 0 1.5em 0;
|
||
|
padding: 0;
|
||
|
border: none;
|
||
|
background: none;
|
||
|
box-shadow: none;
|
||
|
}
|
||
|
|
||
|
.tz-magazine-block .tz-entry-title {
|
||
|
font-size: 22px;
|
||
|
font-size: 1.375rem;
|
||
|
}
|
||
|
|
||
|
.tz-magazine-block .tz-magazine-grid-columns-3 .tz-entry-title {
|
||
|
font-size: 17px;
|
||
|
font-size: 1.0625rem;
|
||
|
}
|
||
|
|
||
|
.tz-magazine-block .tz-magazine-grid-columns-4 .tz-entry-title,
|
||
|
.tz-magazine-block .tz-magazine-thumbnail-list .tz-entry-title {
|
||
|
font-size: 16px;
|
||
|
font-size: 1rem;
|
||
|
}
|
||
|
|
||
|
.tz-magazine-block .tz-entry-meta {
|
||
|
margin: 0.1em 0;
|
||
|
font-size: 14px;
|
||
|
font-size: 0.875rem;
|
||
|
}
|
||
|
|
||
|
.tz-magazine-block .tz-meta-field a {
|
||
|
text-decoration: none;
|
||
|
}
|
||
|
|
||
|
.tz-magazine-block .tz-entry-content {
|
||
|
font-size: 16px;
|
||
|
font-size: 1rem;
|
||
|
}
|
||
|
|
||
|
.tz-magazine-block .tz-more-link {
|
||
|
text-decoration: none;
|
||
|
}
|
||
|
|
||
|
/*--------------------------------------------------------------
|
||
|
# - Media Queries for Typography
|
||
|
--------------------------------------------------------------*/
|
||
|
@media only screen and (max-width: 70em) {
|
||
|
.post-layout-columns .post-wrapper .post-column article .entry-title {
|
||
|
font-size: 20px;
|
||
|
font-size: 1.25rem;
|
||
|
}
|
||
|
}
|
||
|
|
||
|
@media only screen and (max-width: 60em) {
|
||
|
.archive-title,
|
||
|
.page-title,
|
||
|
.entry-title {
|
||
|
font-size: 26px;
|
||
|
font-size: 1.625rem;
|
||
|
}
|
||
|
|
||
|
.post-layout-columns .post-wrapper .post-column article .entry-title {
|
||
|
font-size: 22px;
|
||
|
font-size: 1.375rem;
|
||
|
}
|
||
|
}
|
||
|
|
||
|
@media only screen and (max-width: 50em) {
|
||
|
.archive-title,
|
||
|
.page-title,
|
||
|
.entry-title {
|
||
|
font-size: 24px;
|
||
|
font-size: 1.5rem;
|
||
|
}
|
||
|
|
||
|
.post-layout-columns .post-wrapper .post-column article .entry-title {
|
||
|
font-size: 20px;
|
||
|
font-size: 1.25rem;
|
||
|
}
|
||
|
}
|
||
|
|
||
|
@media only screen and (max-width: 40em) {
|
||
|
.archive-title,
|
||
|
.page-title,
|
||
|
.entry-title,
|
||
|
.post-layout-columns .post-wrapper .post-column article .entry-title {
|
||
|
font-size: 22px;
|
||
|
font-size: 1.375rem;
|
||
|
}
|
||
|
|
||
|
.entry-content {
|
||
|
font-size: 16px;
|
||
|
font-size: 1rem;
|
||
|
}
|
||
|
}
|
||
|
|
||
|
@media only screen and (max-width: 30em) {
|
||
|
.site-branding .site-title {
|
||
|
font-size: 32px;
|
||
|
font-size: 2rem;
|
||
|
}
|
||
|
|
||
|
.archive-title,
|
||
|
.page-title,
|
||
|
.entry-title,
|
||
|
.post-layout-columns .post-wrapper .post-column article .entry-title {
|
||
|
font-size: 20px;
|
||
|
font-size: 1.25rem;
|
||
|
}
|
||
|
}
|
||
|
|
||
|
@media only screen and (max-width: 20em) {
|
||
|
.site-branding .site-title {
|
||
|
font-size: 28px;
|
||
|
font-size: 1.75rem;
|
||
|
}
|
||
|
|
||
|
.archive-title,
|
||
|
.page-title,
|
||
|
.entry-title,
|
||
|
.post-layout-columns .post-wrapper .post-column article .entry-title {
|
||
|
margin: 0 0 0.5em;
|
||
|
font-size: 18px;
|
||
|
font-size: 1.125rem;
|
||
|
}
|
||
|
}
|
||
|
|
||
|
/*--------------------------------------------------------------
|
||
|
# - Media Queries for Layout
|
||
|
--------------------------------------------------------------*/
|
||
|
@media only screen and (max-width: 80em) {
|
||
|
.container {
|
||
|
padding: 0 1.5rem;
|
||
|
}
|
||
|
|
||
|
.site-content {
|
||
|
padding-top: 1.5rem;
|
||
|
}
|
||
|
|
||
|
.content-area {
|
||
|
padding-right: 1.5rem;
|
||
|
}
|
||
|
|
||
|
.widget,
|
||
|
.page-header,
|
||
|
.type-post,
|
||
|
.type-page,
|
||
|
.type-attachment,
|
||
|
.pagination,
|
||
|
.comments-area,
|
||
|
.site-main > article:not(.type-post):not(.type-page):not(.type-attachment),
|
||
|
.post-wrapper > .post-column > article:not(.type-post):not(.type-page):not(.type-attachment) {
|
||
|
margin-bottom: 1.5em;
|
||
|
}
|
||
|
|
||
|
.post-layout-columns .post-wrapper {
|
||
|
margin-right: -1.5em;
|
||
|
}
|
||
|
|
||
|
.post-layout-columns .post-wrapper .post-column {
|
||
|
padding-right: 1.5em;
|
||
|
}
|
||
|
}
|
||
|
|
||
|
@media only screen and (max-width: 70em) {
|
||
|
.content-area {
|
||
|
width: 70%;
|
||
|
}
|
||
|
|
||
|
.sidebar {
|
||
|
width: 30%;
|
||
|
}
|
||
|
}
|
||
|
|
||
|
@media only screen and (max-width: 60em) {
|
||
|
.content-area,
|
||
|
.site-content .content-fullwidth {
|
||
|
float: none;
|
||
|
padding: 0;
|
||
|
width: 100%;
|
||
|
}
|
||
|
|
||
|
.sidebar {
|
||
|
display: -webkit-box;
|
||
|
display: -ms-flexbox;
|
||
|
display: flex;
|
||
|
-ms-flex-wrap: wrap;
|
||
|
flex-wrap: wrap;
|
||
|
float: none;
|
||
|
margin-right: -1.5em;
|
||
|
padding: 0;
|
||
|
width: auto;
|
||
|
}
|
||
|
|
||
|
.sidebar .widget-wrap {
|
||
|
display: -webkit-box;
|
||
|
display: -ms-flexbox;
|
||
|
display: flex;
|
||
|
float: right;
|
||
|
box-sizing: border-box;
|
||
|
padding-right: 1.5em;
|
||
|
width: 50%;
|
||
|
}
|
||
|
|
||
|
.sidebar .widget-wrap .widget {
|
||
|
width: 100%;
|
||
|
}
|
||
|
|
||
|
.sidebar .widget-wrap:nth-child(2n + 1) {
|
||
|
clear: left;
|
||
|
}
|
||
|
|
||
|
.site-branding {
|
||
|
float: none;
|
||
|
margin: 0;
|
||
|
text-align: center;
|
||
|
}
|
||
|
|
||
|
.site-branding .custom-logo {
|
||
|
float: none;
|
||
|
}
|
||
|
|
||
|
.header-widgets {
|
||
|
display: block;
|
||
|
text-align: center;
|
||
|
}
|
||
|
|
||
|
.header-widget {
|
||
|
display: inline-block;
|
||
|
float: none;
|
||
|
margin: 1em 0 0;
|
||
|
max-width: 100%;
|
||
|
vertical-align: top;
|
||
|
}
|
||
|
|
||
|
.header-widget .search-form {
|
||
|
max-width: 300px;
|
||
|
}
|
||
|
|
||
|
.post-layout-three-columns .post-wrapper .post-column {
|
||
|
width: 1%;
|
||
|
}
|
||
|
|
||
|
/* Footer */
|
||
|
.site-footer .site-info {
|
||
|
float: none;
|
||
|
text-align: center;
|
||
|
}
|
||
|
}
|
||
|
|
||
|
@media only screen and (max-width: 40em) {
|
||
|
.post-layout-columns .post-wrapper {
|
||
|
display: block;
|
||
|
margin-right: 0;
|
||
|
}
|
||
|
|
||
|
.post-layout-columns .post-wrapper .post-column {
|
||
|
display: block;
|
||
|
float: none;
|
||
|
padding-right: 0;
|
||
|
}
|
||
|
|
||
|
.post-layout-two-columns .post-wrapper .post-column,
|
||
|
.post-layout-three-columns .post-wrapper .post-column {
|
||
|
width: 100%;
|
||
|
}
|
||
|
|
||
|
/* Sidebar */
|
||
|
.sidebar {
|
||
|
margin-right: 0;
|
||
|
}
|
||
|
|
||
|
.sidebar .widget-wrap {
|
||
|
float: none;
|
||
|
padding-right: 0;
|
||
|
width: 100%;
|
||
|
}
|
||
|
}
|
||
|
|
||
|
@media only screen and (max-width: 20em) {
|
||
|
.entry-meta .meta-date,
|
||
|
.entry-meta .meta-author,
|
||
|
.entry-meta .meta-category,
|
||
|
.entry-meta .meta-comments {
|
||
|
display: block;
|
||
|
}
|
||
|
}
|
||
|
|
||
|
/*--------------------------------------------------------------
|
||
|
# - Media Queries for Navigation
|
||
|
--------------------------------------------------------------*/
|
||
|
@media only screen and (min-width: 60em) {
|
||
|
.primary-menu-toggle,
|
||
|
.main-navigation .dropdown-toggle {
|
||
|
display: none;
|
||
|
}
|
||
|
|
||
|
.main-navigation ul,
|
||
|
.main-navigation ul ul {
|
||
|
display: block;
|
||
|
}
|
||
|
|
||
|
.primary-navigation {
|
||
|
display: flex;
|
||
|
margin-left: auto;
|
||
|
width: auto;
|
||
|
align-items: center;
|
||
|
justify-content: center;
|
||
|
align-content: center;
|
||
|
}
|
||
|
|
||
|
#masthead .main-navigation > ul.menu {
|
||
|
display: -webkit-box;
|
||
|
display: -ms-flexbox;
|
||
|
display: flex;
|
||
|
-ms-flex-flow: row wrap;
|
||
|
flex-flow: row wrap;
|
||
|
margin: 0;
|
||
|
border-bottom: none;
|
||
|
}
|
||
|
|
||
|
.main-navigation > ul {
|
||
|
padding: 0;
|
||
|
border: none;
|
||
|
}
|
||
|
|
||
|
.main-navigation > ul > li > a {
|
||
|
padding: 0.8em 1.1em;
|
||
|
border: none;
|
||
|
}
|
||
|
|
||
|
/* Dropdown Menus */
|
||
|
.main-navigation ul ul {
|
||
|
position: absolute;
|
||
|
left: -999em;
|
||
|
top: 100%;
|
||
|
z-index: 99999;
|
||
|
border-top: 5px solid #20745D;
|
||
|
background: #20745E;
|
||
|
}
|
||
|
|
||
|
.main-navigation ul li:hover > ul,
|
||
|
.main-navigation ul li.focus > ul {
|
||
|
right: auto;
|
||
|
left: 0;
|
||
|
}
|
||
|
|
||
|
.main-navigation ul ul li a {
|
||
|
width: 16rem;
|
||
|
}
|
||
|
|
||
|
.main-navigation ul ul ul {
|
||
|
left: -999em;
|
||
|
margin-top: -5px;
|
||
|
top: 0;
|
||
|
border-left: 1px dotted rgba(255, 255, 255, 0.2);
|
||
|
}
|
||
|
|
||
|
.main-navigation ul ul li:hover > ul,
|
||
|
.main-navigation ul ul li.focus > ul {
|
||
|
right: auto;
|
||
|
left: 100%;
|
||
|
}
|
||
|
|
||
|
.main-navigation ul ul li a,
|
||
|
.main-navigation ul ul ul li a,
|
||
|
.main-navigation ul ul ul ul li a {
|
||
|
padding: 1em;
|
||
|
}
|
||
|
|
||
|
/* Dropdown Icons */
|
||
|
.main-navigation .menu-item-has-children > a > .icon {
|
||
|
position: relative;
|
||
|
display: inline-block;
|
||
|
left: 0.5rem;
|
||
|
top: 0.1rem;
|
||
|
width: 14px;
|
||
|
height: 14px;
|
||
|
fill: #fff;
|
||
|
transition: fill 0.15s ease;
|
||
|
}
|
||
|
|
||
|
.main-navigation ul ul .menu-item-has-children > a > .icon {
|
||
|
position: absolute;
|
||
|
left: auto;
|
||
|
right: 1em;
|
||
|
top: 50%;
|
||
|
margin-top: -0.5rem;
|
||
|
-webkit-transform: rotate(-90deg);
|
||
|
-ms-transform: rotate(-90deg);
|
||
|
transform: rotate(-90deg);
|
||
|
}
|
||
|
}
|
||
|
|
||
|
/*--------------------------------------------------------------
|
||
|
# - Media Queries for Magazine widgets
|
||
|
--------------------------------------------------------------*/
|
||
|
@media only screen and (max-width: 70em) {
|
||
|
/* Magazine Post Widgets */
|
||
|
.widget-magazine-posts .large-post .entry-title {
|
||
|
font-size: 20px;
|
||
|
font-size: 1.25rem;
|
||
|
}
|
||
|
|
||
|
.widget-magazine-posts .medium-post .entry-title {
|
||
|
font-size: 16px;
|
||
|
font-size: 1rem;
|
||
|
}
|
||
|
|
||
|
.widget-magazine-posts .small-post .entry-title {
|
||
|
font-size: 15px;
|
||
|
font-size: 0.9375rem;
|
||
|
}
|
||
|
|
||
|
.widget-magazine-posts .magazine-horizontal-box .large-post .more-link {
|
||
|
display: none;
|
||
|
}
|
||
|
}
|
||
|
|
||
|
@media only screen and (max-width: 65em) {
|
||
|
.widget-magazine-posts .magazine-horizontal-box .large-post .entry-content {
|
||
|
display: none;
|
||
|
}
|
||
|
}
|
||
|
|
||
|
@media only screen and (max-width: 60em) {
|
||
|
/* Magazine Post Widgets */
|
||
|
.widget-magazine-posts .magazine-horizontal-box .large-post .entry-content,
|
||
|
.widget-magazine-posts .magazine-horizontal-box .large-post .more-link {
|
||
|
display: inline-block;
|
||
|
}
|
||
|
|
||
|
.widget-magazine-posts .large-post .entry-title {
|
||
|
font-size: 22px;
|
||
|
font-size: 1.375rem;
|
||
|
}
|
||
|
|
||
|
.widget-magazine-posts .medium-post .entry-title {
|
||
|
font-size: 17px;
|
||
|
font-size: 1.0625rem;
|
||
|
}
|
||
|
|
||
|
.widget-magazine-posts .small-post .entry-title {
|
||
|
font-size: 16px;
|
||
|
font-size: 1rem;
|
||
|
}
|
||
|
}
|
||
|
|
||
|
@media only screen and (max-width: 50em) {
|
||
|
/* Magazine Post Widgets */
|
||
|
.widget-magazine-posts .large-post .entry-title {
|
||
|
font-size: 20px;
|
||
|
font-size: 1.25rem;
|
||
|
}
|
||
|
|
||
|
.widget-magazine-posts .medium-post .entry-title {
|
||
|
font-size: 16px;
|
||
|
font-size: 1rem;
|
||
|
}
|
||
|
|
||
|
.widget-magazine-posts .small-post .entry-title {
|
||
|
font-size: 15px;
|
||
|
font-size: 0.9375rem;
|
||
|
}
|
||
|
|
||
|
.widget-magazine-posts .magazine-horizontal-box .large-post .more-link {
|
||
|
display: none;
|
||
|
}
|
||
|
}
|
||
|
|
||
|
@media only screen and (max-width: 45em) {
|
||
|
.widget-magazine-posts .medium-post .entry-title {
|
||
|
font-size: 15px;
|
||
|
font-size: 0.9375rem;
|
||
|
}
|
||
|
|
||
|
.widget-magazine-posts .magazine-horizontal-box .large-post .entry-content {
|
||
|
display: none;
|
||
|
}
|
||
|
}
|
||
|
|
||
|
@media only screen and (max-width: 40em) {
|
||
|
/* Magazine Post Widgets */
|
||
|
.widget-magazine-posts .magazine-grid-two-columns {
|
||
|
margin-right: 0;
|
||
|
}
|
||
|
|
||
|
.widget-magazine-posts .magazine-grid .large-post,
|
||
|
.widget-magazine-posts .magazine-horizontal-box .large-post .wp-post-image,
|
||
|
.widget-magazine-posts .magazine-vertical-box .large-post,
|
||
|
.widget-magazine-posts-columns .magazine-posts-column-left {
|
||
|
float: none;
|
||
|
padding: 0;
|
||
|
width: 100%;
|
||
|
}
|
||
|
|
||
|
.widget-magazine-posts .magazine-vertical-box .small-posts,
|
||
|
.widget-magazine-posts-columns .magazine-posts-column-right {
|
||
|
margin-left: 0;
|
||
|
padding-top: 1em;
|
||
|
padding-left: 0;
|
||
|
width: 100%;
|
||
|
}
|
||
|
|
||
|
.widget-magazine-posts .large-post .wp-post-image {
|
||
|
float: left;
|
||
|
margin: 0 1.5em 0 0;
|
||
|
max-width: 50%;
|
||
|
}
|
||
|
|
||
|
.widget-magazine-posts .magazine-horizontal-box .large-post .post-content {
|
||
|
float: right;
|
||
|
padding-left: 1.5em;
|
||
|
width: 50%;
|
||
|
}
|
||
|
|
||
|
.widget-magazine-posts .magazine-grid .large-post {
|
||
|
clear: left;
|
||
|
}
|
||
|
|
||
|
.widget-magazine-posts .magazine-grid .large-post .wp-post-image {
|
||
|
margin-bottom: 1em;
|
||
|
}
|
||
|
|
||
|
.widget-magazine-posts .large-post .entry-content {
|
||
|
display: none;
|
||
|
}
|
||
|
|
||
|
.widget-magazine-posts .large-post .entry-title {
|
||
|
font-size: 18px;
|
||
|
font-size: 1.125rem;
|
||
|
}
|
||
|
}
|
||
|
|
||
|
@media only screen and (max-width: 35em) {
|
||
|
.widget-magazine-posts .magazine-grid-three-columns {
|
||
|
margin-right: 0;
|
||
|
}
|
||
|
|
||
|
.widget-magazine-posts .medium-post {
|
||
|
float: none;
|
||
|
padding-right: 0;
|
||
|
width: 100%;
|
||
|
}
|
||
|
|
||
|
.widget-magazine-posts .medium-post .wp-post-image {
|
||
|
float: left;
|
||
|
margin: 0 1em 0 0;
|
||
|
max-width: 120px;
|
||
|
}
|
||
|
}
|
||
|
|
||
|
@media only screen and (max-width: 30em) {
|
||
|
/* Magazine Homepage: Category Post Widgets */
|
||
|
.widget-magazine-posts .medium-post .wp-post-image,
|
||
|
.widget-magazine-posts .small-post .wp-post-image {
|
||
|
max-width: 30%;
|
||
|
}
|
||
|
|
||
|
.widget-magazine-posts .large-post .wp-post-image,
|
||
|
.widget-magazine-posts .magazine-grid .large-post .wp-post-image {
|
||
|
float: none;
|
||
|
margin: 0 0 0.5em 0;
|
||
|
max-width: 100%;
|
||
|
}
|
||
|
|
||
|
.widget-magazine-posts .magazine-horizontal-box .large-post .post-content {
|
||
|
float: none;
|
||
|
padding: 0;
|
||
|
width: 100%;
|
||
|
}
|
||
|
|
||
|
.widget-magazine-posts .large-post .entry-title {
|
||
|
font-size: 20px;
|
||
|
font-size: 1.25rem;
|
||
|
}
|
||
|
|
||
|
.widget-magazine-posts .large-post .entry-content,
|
||
|
.widget-magazine-posts .large-post .entry-content .more-link,
|
||
|
.widget-magazine-posts .magazine-horizontal-box .large-post .entry-content,
|
||
|
.widget-magazine-posts .magazine-horizontal-box .large-post .entry-content .more-link {
|
||
|
display: inline-block;
|
||
|
}
|
||
|
}
|
||
|
|
||
|
@media only screen and (max-width: 20em) {
|
||
|
.widget-magazine-posts .medium-post .entry-title,
|
||
|
.widget-magazine-posts .small-post .entry-title {
|
||
|
vertical-align: top;
|
||
|
font-size: 13px;
|
||
|
font-size: 0.8125rem;
|
||
|
}
|
||
|
|
||
|
.widget-magazine-posts .medium-post .entry-meta,
|
||
|
.widget-magazine-posts .small-post .entry-meta {
|
||
|
display: none;
|
||
|
}
|
||
|
}
|
||
|
|
||
|
/*--------------------------------------------------------------
|
||
|
# - Media Queries for Media
|
||
|
--------------------------------------------------------------*/
|
||
|
@media only screen and (max-width: 50em) {
|
||
|
/* Gallery */
|
||
|
.gallery-item {
|
||
|
padding: 0 0.75em 0.5em 0;
|
||
|
}
|
||
|
|
||
|
.gallery-columns-6 .gallery-item,
|
||
|
.gallery-columns-7 .gallery-item,
|
||
|
.gallery-columns-8 .gallery-item,
|
||
|
.gallery-columns-9 .gallery-item {
|
||
|
max-width: 25%;
|
||
|
}
|
||
|
}
|
||
|
|
||
|
|
||
|
@media only screen and (max-width: 30em) {
|
||
|
.alignright,
|
||
|
.alignleft {
|
||
|
float: none;
|
||
|
/* margin: 1em 0;*/
|
||
|
}
|
||
|
|
||
|
/* Gallery */
|
||
|
.gallery-columns-4 .gallery-item,
|
||
|
.gallery-columns-5 .gallery-item,
|
||
|
.gallery-columns-6 .gallery-item,
|
||
|
.gallery-columns-7 .gallery-item,
|
||
|
.gallery-columns-8 .gallery-item,
|
||
|
.gallery-columns-9 .gallery-item {
|
||
|
max-width: 50%;
|
||
|
}
|
||
|
}
|
||
|
|
||
|
/*--------------------------------------------------------------
|
||
|
# - Theme Options
|
||
|
--------------------------------------------------------------*/
|
||
|
|
||
|
/* Sidebar Left Layout */
|
||
|
.sidebar-left .content-area {
|
||
|
float: right;
|
||
|
padding-right: 0;
|
||
|
padding-left: 2em;
|
||
|
}
|
||
|
|
||
|
.sidebar-left .sidebar {
|
||
|
float: left;
|
||
|
}
|
||
|
|
||
|
@media only screen and (max-width: 80em) {
|
||
|
.sidebar-left .content-area {
|
||
|
padding-right: 0;
|
||
|
padding-left: 1.5em;
|
||
|
}
|
||
|
}
|
||
|
|
||
|
@media only screen and (max-width: 60em) {
|
||
|
.sidebar-left .content-area {
|
||
|
padding: 0;
|
||
|
}
|
||
|
}
|
||
|
|
||
|
.sidebar-left.post-layout-three-columns .content-archive {
|
||
|
float: none;
|
||
|
padding: 0;
|
||
|
width: 100%;
|
||
|
}
|
||
|
|
||
|
/* Customizer Preview */
|
||
|
.magazine-widgets-placeholder {
|
||
|
position: relative;
|
||
|
padding: 1em;
|
||
|
}
|
||
|
|
||
|
.magazine-widgets-placeholder .magazine-widgets-placeholder-title {
|
||
|
display: block;
|
||
|
font-size: 14px;
|
||
|
font-size: 0.875rem;
|
||
|
font-weight: bold;
|
||
|
text-transform: uppercase;
|
||
|
margin: 0;
|
||
|
padding: 1em 1em 1em 55px;
|
||
|
color: #131516;
|
||
|
border: 2px dashed #131516;
|
||
|
}
|
||
|
|
||
|
/* Add some space around the visual edit shortcut buttons. */
|
||
|
.magazine-widgets-placeholder .customize-partial-edit-shortcut button {
|
||
|
left: 15px;
|
||
|
top: 13px;
|
||
|
}
|
||
|
|
||
|
/* Login page logo */
|
||
|
div#login h1 a {
|
||
|
background: none,url(/wp-content/uploads/2020/12/grip-logo-orange-transparency-150x150.png) bottom center no-repeat;
|
||
|
width: inherit;
|
||
|
padding: 40px;
|
||
|
}
|
||
|
|
||
|
/* /wp-content/plugins/svg-support/css/svgs-attachment.css?ver=5.6 */
|
||
|
|
||
|
.attachment svg,.widget_media_image svg{
|
||
|
max-width:100%;height:auto
|
||
|
}
|
||
|
|
||
|
/* /wp-content/themes/tortuga/assets/css/custom-fonts.css?ver=20180413' */
|
||
|
|
||
|
/*
|
||
|
* Embed Theme Fonts
|
||
|
*
|
||
|
* Font Face code generated with the great Google Webfonts Helper by Mario Ranftl
|
||
|
* https://github.com/majodev/google-webfonts-helper/
|
||
|
*
|
||
|
* @package Tortuga
|
||
|
*/
|
||
|
|
||
|
/* OpenDyslexic Normal */
|
||
|
@font-face {
|
||
|
font-family: 'OpenDyslexic';
|
||
|
font-style: normal;
|
||
|
font-weight: 400;
|
||
|
font-display: swap;
|
||
|
src: local('OpenDyslexic Regular'), local('OpenDyslexic-Regular'),
|
||
|
url('/fonts/OpenDyslexic-Regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
|
||
|
url('/fonts/OpenDyslexic-Regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
|
||
|
}
|
||
|
|
||
|
/* OpenDyslexic Italic */
|
||
|
@font-face {
|
||
|
font-family: 'OpenDyslexic';
|
||
|
font-style: italic;
|
||
|
font-weight: 400;
|
||
|
font-display: swap;
|
||
|
src: local('OpenDyslexic Italic'), local('OpenDyslexic-Italic'),
|
||
|
url('/fonts/OpenDyslexic-Italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
|
||
|
url('/fonts/OpenDyslexic-Italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
|
||
|
}
|
||
|
|
||
|
/* OpenDyslexic Bold */
|
||
|
@font-face {
|
||
|
font-family: 'OpenDyslexic';
|
||
|
font-style: normal;
|
||
|
font-weight: 700;
|
||
|
font-display: swap;
|
||
|
src: local('OpenDyslexic Bold'), local('OpenDyslexic-Bold'),
|
||
|
url('/fonts/OpenDyslexic-Bold.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
|
||
|
url('/fonts/OpenDyslexic-Bold.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
|
||
|
}
|
||
|
|
||
|
/* OpenDyslexic Bold Italic */
|
||
|
@font-face {
|
||
|
font-family: 'OpenDyslexic';
|
||
|
font-style: italic;
|
||
|
font-weight: 700;
|
||
|
font-display: swap;
|
||
|
src: local('OpenDyslexic Bold Italic'), local('OpenDyslexic-BoldItalic'),
|
||
|
url('/fonts/OpenDyslexic-Bold-Italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
|
||
|
url('/fonts/OpenDyslexic-Bold-Italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
|
||
|
}
|
||
|
|
||
|
/* open-sans-regular - latin-ext_latin */
|
||
|
@font-face {
|
||
|
font-family: 'Open Sans';
|
||
|
font-style: normal;
|
||
|
font-weight: 400;
|
||
|
font-display: swap;
|
||
|
src: local('Open Sans Regular'), local('OpenSans-Regular'),
|
||
|
url('../tortuga/assets/fonts/open-sans-v15-latin-ext_latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
|
||
|
url('../tortuga/assets/fonts/open-sans-v15-latin-ext_latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
|
||
|
}
|
||
|
|
||
|
/* open-sans-italic - latin-ext_latin */
|
||
|
@font-face {
|
||
|
font-family: 'Open Sans';
|
||
|
font-style: italic;
|
||
|
font-weight: 400;
|
||
|
font-display: swap;
|
||
|
src: local('Open Sans Italic'), local('OpenSans-Italic'),
|
||
|
url('../tortuga/assets/fonts/open-sans-v15-latin-ext_latin-italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
|
||
|
url('../tortuga/assets/fonts/open-sans-v15-latin-ext_latin-italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
|
||
|
}
|
||
|
|
||
|
/* open-sans-700 - latin-ext_latin */
|
||
|
@font-face {
|
||
|
font-family: 'Open Sans';
|
||
|
font-style: normal;
|
||
|
font-weight: 700;
|
||
|
font-display: swap;
|
||
|
src: local('Open Sans Bold'), local('OpenSans-Bold'),
|
||
|
url('../tortuga/assets/fonts/open-sans-v15-latin-ext_latin-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
|
||
|
url('../tortuga/assets/fonts/open-sans-v15-latin-ext_latin-700.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
|
||
|
}
|
||
|
|
||
|
/* open-sans-700italic - latin-ext_latin */
|
||
|
@font-face {
|
||
|
font-family: 'Open Sans';
|
||
|
font-style: italic;
|
||
|
font-weight: 700;
|
||
|
font-display: swap;
|
||
|
src: local('Open Sans Bold Italic'), local('OpenSans-BoldItalic'),
|
||
|
url('../tortuga/assets/fonts/open-sans-v15-latin-ext_latin-700italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
|
||
|
url('../tortuga/assets/fonts/open-sans-v15-latin-ext_latin-700italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
|
||
|
}
|
||
|
|
||
|
/* titillium-web-regular - latin-ext_latin */
|
||
|
@font-face {
|
||
|
font-family: 'Titillium Web';
|
||
|
font-style: normal;
|
||
|
font-weight: 400;
|
||
|
font-display: swap;
|
||
|
src: local('Titillium Web Regular'), local('TitilliumWeb-Regular'),
|
||
|
url('../tortuga/assets/fonts/titillium-web-v6-latin-ext_latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
|
||
|
url('../tortuga/assets/fonts/titillium-web-v6-latin-ext_latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
|
||
|
}
|
||
|
|
||
|
/* titillium-web-italic - latin-ext_latin */
|
||
|
@font-face {
|
||
|
font-family: 'Titillium Web';
|
||
|
font-style: italic;
|
||
|
font-weight: 400;
|
||
|
font-display: swap;
|
||
|
src: local('Titillium Web Italic'), local('TitilliumWeb-Italic'),
|
||
|
url('../tortuga/assets/fonts/titillium-web-v6-latin-ext_latin-italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
|
||
|
url('../tortuga/assets/fonts/titillium-web-v6-latin-ext_latin-italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
|
||
|
}
|
||
|
|
||
|
/* titillium-web-700 - latin-ext_latin */
|
||
|
@font-face {
|
||
|
font-family: 'Titillium Web';
|
||
|
font-style: normal;
|
||
|
font-weight: 700;
|
||
|
font-display: swap;
|
||
|
src: local('Titillium Web Bold'), local('TitilliumWeb-Bold'),
|
||
|
url('../tortuga/assets/fonts/titillium-web-v6-latin-ext_latin-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
|
||
|
url('../tortuga/assets/fonts/titillium-web-v6-latin-ext_latin-700.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
|
||
|
}
|
||
|
|
||
|
/* titillium-web-700italic - latin-ext_latin */
|
||
|
@font-face {
|
||
|
font-family: 'Titillium Web';
|
||
|
font-style: italic;
|
||
|
font-weight: 700;
|
||
|
font-display: swap;
|
||
|
src: local('Titillium Web Bold Italic'), local('TitilliumWeb-BoldItalic'),
|
||
|
url('../tortuga/assets/fonts/titillium-web-v6-latin-ext_latin-700italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
|
||
|
url('../tortuga/assets/fonts/titillium-web-v6-latin-ext_latin-700italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
|
||
|
}
|
||
|
|
||
|
/* /wp-content/themes/tortuga/assets/css/safari-flexbox-fixes.css?ver=20200420 */
|
||
|
|
||
|
/*
|
||
|
* Safari Flexbox CSS Fixes
|
||
|
*
|
||
|
* @package Tortuga
|
||
|
*/
|
||
|
|
||
|
/* Fix Flexbox issues for Safari 6.1-10.0 */
|
||
|
@media screen and (min-color-index:0) and(-webkit-min-device-pixel-ratio:0) {
|
||
|
@media {
|
||
|
.post-layout-columns .post-wrapper .post-column {
|
||
|
margin-right: -1px;
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
|
||
|
/* Fix Flexbox issues for Safari 10.1+ */
|
||
|
@media not all and (min-resolution:.001dpcm) {
|
||
|
@media {
|
||
|
.post-layout-columns .post-wrapper .post-column {
|
||
|
margin-right: -1px;
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
|
||
|
/* /wp-content/themes/tortuga/assets/genericons/genericons.css?ver=3.4.1 */
|
||
|
|
||
|
/**
|
||
|
|
||
|
Genericons
|
||
|
|
||
|
*/
|
||
|
|
||
|
|
||
|
/* IE8 and below use EOT and allow cross-site embedding.
|
||
|
IE9 uses WOFF which is base64 encoded to allow cross-site embedding.
|
||
|
So unfortunately, IE9 will throw a console error, but it'll still work.
|
||
|
When the font is base64 encoded, cross-site embedding works in Firefox */
|
||
|
@font-face {
|
||
|
font-family: "Genericons";
|
||
|
src: url("./../tortuga/assets/genericons/Genericons.eot");
|
||
|
src: url("./../tortuga/assets/genericons/Genericons.eot?") format("embedded-opentype");
|
||
|
font-weight: normal;
|
||
|
font-style: normal;
|
||
|
}
|
||
|
|
||
|
@font-face {
|
||
|
font-family: "Genericons";
|
||
|
src: url("data:application/x-font-woff;charset=utf-8;base64,d09GRgABAAAAADakAA0AAAAAVqwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAA2iAAAABoAAAAcdeu6KE9TLzIAAAGgAAAARQAAAGBkLHXFY21hcAAAAogAAACWAAABsqlys6FjdnQgAAADIAAAAAQAAAAEAEQFEWdhc3AAADaAAAAACAAAAAj//wADZ2x5ZgAABFQAAC7AAABIkKrsSc5oZWFkAAABMAAAAC8AAAA2C2BCV2hoZWEAAAFgAAAAHQAAACQQuAgGaG10eAAAAegAAACfAAABOFjwU3Jsb2NhAAADJAAAATAAAAEwy4vdrm1heHAAAAGAAAAAIAAAACAA6QEZbmFtZQAAMxQAAAE5AAACN1KGf59wb3N0AAA0UAAAAjAAAAXo9iKXv3jaY2BkYGAAYqUtWvLx/DZfGbg5GEDgkmLVWhj9/ycDAwcbWJyDgQlEAQABJgkgAHjaY2BkYOBgAIIdHAz/fwLZbAyMDKiAFQBE7gLWAAAAAAEAAACXAOgAEAAAAAAAAgAAAAEAAQAAAEAALgAAAAB42mNgYf/MOIGBlYGB1Zh1JgMDoxyEZr7OkMYkxMDAxMDKzAADjAIMCBCQ5prC0MCg8FWcA8TdwQFVg6REgYERAPvTCMQAAAB42i1PsRXCUAg8SAprl7FN4QZqb2WZGRjAIVLrHj4be4ews7OJHAd54cMBd+Af7JHmt3RPYAOHAYFweFhmYE4jlj+uVb8nshCzd/qVeNUCLysG8lgwrojfSW/pcTK6o7rWX82En6HJwIEv+wbi28IwpndxRu/JaJGStHRDq5EB+OKCNumZLlSVl2TnOFVtl9nR5t7woR0QzVT+D7cKLeIAeNpjYGBgZoBgGQZGBhBYA+QxgvksDBOAtAIQsoDoj5yfOD9JflL7zPGF84vkF80vll88v0R+yfxS9lX8/3+wCoZPDJ8EPil8ZvjC8EXgi8IXgy8OXwK+JHwp+Mrw////x/wsfHx8HHxMvJo8Rjw6PGo8CjxSPCI8fDwc3PVQ2/ECRjYGuDJGJiDBhK4A4pXhDABtHClYAAAARAURAAAALAAsACwALABaAIQAzADyAQABHAFGAZQBzgIIArIDTAOkA+AEEgTCBRYFYgW+BjAGwgbkByQHSAeCB+AI2Ao4CowLGgvQDBwM6g08DX4Nug4kDkYOYg6ADsoO7A8yD4gP8hAwEGYQpBDuEUgRshHUEfYSQBJeEnoSlhLEEtwTIBNYE6oT6hQaFC4UShSQFJ4UtBTyFSAVjBW4FegV+hYUFiwWQBZWFmQWchaIFuYXFhdUF4gXyhgEGCwYThh8GNYZEhlCGVgZZhl8GZIZoBnQGhIaShp8GtIa6Br+GzAbVBt+G8Ib/Bw6HGgciBy8HOwdHh1WHXAdmB3eHvYfIB8uHzofSB9WH6of4CA4IMghACFCIcQh4CIGIjoiSCJ8IpYiyCLmIxAjWiPwJCQkSHja1Xx5YFTVvf/53nUm++zJJJnMkpkJJJkss5GFMIQ9w04IS0BZRSJLMIIo1l4XFETQFkVFBKwVrbuWpRaXPOtalZaCPKu1D2yf28NX21qfQubk9z3nzoSAS//+Mbn3nnvuuWc/n+/n+z3fCxHIaEKEJfJMIhKVhJ4GUtP8jCqRz+ufVuQ/NT8jChgkT4ssWmbRz6gK9DU/Ayw+bPKY/B6TZ7TgpuVwN71Unnnm0dHS24QQRSACUYis8XyzST6xEAch4LF5ZJsnKkc9NsDDj2ETXgUikT4iaClNJEBSGoZIP74qa+l//YRfKB5EAEyj4g/ztWBZbslcIEjucqHATOpjkYBXsYo18DNYeOQI3UMvonuOHIHXj+/YcXyHSs7FLGQp+o7sYA8IFq+BpmqKhtk6SDEZinWVWfMsHlLfIkRCgjdPsLpAtMlRUu8CmzVP8HlDEInJmkC+wcbihT54cN/6cePW79Mv/f1E+MUT2zvCM68cOWt7Rwc2pk8TNQ3IWW0gEbuI3yxI7KW9HdtnjbxyZrhj+xPbWX0EYhjcf9h3Jg9gldjBfhLm1af1ERF7BTAEmoxngQDeU35mB/YPsDiFtU0gxChgX2tn8S6FP3zG38O+zMWEVkU1yaYQRCMxt13WblvTT9bcdgpaTsnahlcqUp9owt0Vr2zYc+oUHwN8S2FjwMYV62PNA5+pPhaFc0EP4JhuPr2la4eQCVCsNRvnLac3A9nRNShIBFZPXpciEmHjareZsEbRWNTEBhVvHDasmyniwP7HJ+4AhlsgbmOP7PUsWVA8DFmHuzoSa3avSXR09XZ0HaZfHa7raOARKjm8kWoLdwfuamwHbcqaNVOo1t54V2D3QtA2nsQL1TYePrwRtMTaWUWYhvI0gGlYz5FeldWtgPiwvfW8bpVgAk/cwxqtR/hwhHxeVq9YWNG6duzo0miCHtBgy55TlN/jbYIHFGwyi6IJ6NVO7RG0c7c7ugBDRITMuMlYqovNAFYeuNg4BWPRSBCDBRhsEaKRQJCl5mOvSfmxpqbY3GQSCmYvXjy7s6bVP2WcjI/P4iEUxG7ddWt0brKrC5/P+Yz2fTans2bNjWMvPTwOi8B2Vhtw5pEr+cpyCWabVVAkVQngpGDFtChYcIsQCIYgT1ADQUUNifmQB7g4HIrN6pIdiponhCAYkoJDMd7ucEkOlxK32q02qxIMlAewtuYWQVwLdsg6+fyNbcufpfRunw+CruicxZMm1JYsV4zGfIuUV9+8OH7VzTdfFV80IpSVVZBvMErLS2rHT140JxrJtYfGjRjrFIyl3liplFNkNDlFY6nTmwuKwx0fu6gZfL67aOrZ5W03Pn/SQNiZfrXlIfr62RfrVXeh9JvpoxY4FUt5/eRFm2bsvTy/YvzFdSDK5jq/F8DrrzMpglAxtSFekt2zZ/rmRZPr/WYl1JmVJxdEq6VcX3GhoGY7zaAUuoZ5pNwhrqF5WabyKXVZhW4l/MJZaHhoC28cdiIDKkJ4nxqIiZQittSTBJlKiL8+LogKUe3+mDleLrvAjLhidsRIPBDMAda9LsERkxwCsETlccHiVXx2S4sUD1SBWyIIewRxjzDgk8iBw54n/0w3db0rjt/1ViE9TY/nNXaeue+KFT+Cxz4uSNCP6Bp5+biD/9dsLw0qj8DEq51nG1+if695Cb68Zevjbs19yW+VvZO2LB9yLT1Er4JdsAEsP/85/ZxupEvw+PznPweLNhWq4MY2evS13r0roL03FCq+m/5W2Jx4iP5u/dsQm1SrddTDuw0Xd7lKw+05HqUYSuGfM+nhE/bxIXBCrGAf3Sc0ultay6/9qXZB5lggL5R1FyAeVyEef0Aa8EZR7Qi4kuRz++3helzyOL0wgJfhOL8YXsXtkgNnaIsQrrc7YvE8UGOqllwpVM/Vnvo9pdvoEdpfVTXzgZ+MuPJ5n99dV/vjhyfPTs6uvwVu+TCrcfGm5OQt4R+tsLY3rFJquycX25Yff/vwfT0jH5QDY+vEbavV3KI3b5QrxfqfXbS445E3s4dUtm1a3Dg8XpRILPfm6vUlKD9UjQQH0MGHKG3xDEcZEXbEAz4UIKUIiyg0zwMI+hHk5dCPKlv3yZOWX/TT2VWUpqrYAxUR4SxB6HwNpN6c5jj8Iyt28drRp2lfqmFHl4xPOLZjufLHWK6b4YPIBAMrI9IiYU+Ugejl5YrSbpiQT1+lvX/+s6N6/EXXtsW7nE51/pKKiNMofU2P9h0SJ0ANCJEFs8bHShVRpB+Z/NVeUTASRJ9M2yyIzB6yhKzi2GA3s0HxeXFFF5hjgDMXFKjHuZsNdgtYYvEWMRphQGBA6AjXOwLlPq+kqPXh+tgIiNkVVVHBIiKOxBz2c3F+HGpVjJmjEbENVsDEL7aN7Nn38idXH6T7v9i27Qv6pzNv0x+PFQO3XC8JX/+j+y/gmypIBXkW1VFoBYdslvMkVZjcCMZV9NN7b6H9R8YXF/lX+Lw2S561qhb8T13bbs23WjdOCVzm82GkrVLwycO/OvSeqmHu+w9e/cnL+3pGbvsCJvLSU3mn6
|
||
|
url("./../tortuga/assets/genericons/Genericons.ttf") format("truetype"),
|
||
|
url("./../tortuga/assets/genericons/Genericons.svg#Genericons") format("svg");
|
||
|
font-weight: normal;
|
||
|
font-style: normal;
|
||
|
}
|
||
|
|
||
|
@media screen and (-webkit-min-device-pixel-ratio:0) {
|
||
|
@font-face {
|
||
|
font-family: "Genericons";
|
||
|
src: url("./../tortuga/assets/genericons/Genericons.svg#Genericons") format("svg");
|
||
|
}
|
||
|
}
|
||
|
|
||
|
|
||
|
/**
|
||
|
* All Genericons
|
||
|
*/
|
||
|
|
||
|
.genericon {
|
||
|
font-size: 16px;
|
||
|
vertical-align: top;
|
||
|
text-align: center;
|
||
|
-moz-transition: color .1s ease-in 0;
|
||
|
-webkit-transition: color .1s ease-in 0;
|
||
|
display: inline-block;
|
||
|
font-family: "Genericons";
|
||
|
font-style: normal;
|
||
|
font-weight: normal;
|
||
|
font-variant: normal;
|
||
|
line-height: 1;
|
||
|
text-decoration: inherit;
|
||
|
text-transform: none;
|
||
|
-moz-osx-font-smoothing: grayscale;
|
||
|
-webkit-font-smoothing: antialiased;
|
||
|
speak: none;
|
||
|
}
|
||
|
|
||
|
|
||
|
/**
|
||
|
* Helper classes
|
||
|
*/
|
||
|
|
||
|
.genericon-rotate-90 {
|
||
|
-webkit-transform: rotate(90deg);
|
||
|
-moz-transform: rotate(90deg);
|
||
|
-ms-transform: rotate(90deg);
|
||
|
-o-transform: rotate(90deg);
|
||
|
transform: rotate(90deg);
|
||
|
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
|
||
|
}
|
||
|
|
||
|
.genericon-rotate-180 {
|
||
|
-webkit-transform: rotate(180deg);
|
||
|
-moz-transform: rotate(180deg);
|
||
|
-ms-transform: rotate(180deg);
|
||
|
-o-transform: rotate(180deg);
|
||
|
transform: rotate(180deg);
|
||
|
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
|
||
|
}
|
||
|
|
||
|
.genericon-rotate-270 {
|
||
|
-webkit-transform: rotate(270deg);
|
||
|
-moz-transform: rotate(270deg);
|
||
|
-ms-transform: rotate(270deg);
|
||
|
-o-transform: rotate(270deg);
|
||
|
transform: rotate(270deg);
|
||
|
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
|
||
|
}
|
||
|
|
||
|
.genericon-flip-horizontal {
|
||
|
-webkit-transform: scale(-1, 1);
|
||
|
-moz-transform: scale(-1, 1);
|
||
|
-ms-transform: scale(-1, 1);
|
||
|
-o-transform: scale(-1, 1);
|
||
|
transform: scale(-1, 1);
|
||
|
}
|
||
|
|
||
|
.genericon-flip-vertical {
|
||
|
-webkit-transform: scale(1, -1);
|
||
|
-moz-transform: scale(1, -1);
|
||
|
-ms-transform: scale(1, -1);
|
||
|
-o-transform: scale(1, -1);
|
||
|
transform: scale(1, -1);
|
||
|
}
|
||
|
|
||
|
|
||
|
/**
|
||
|
* Individual icons
|
||
|
*/
|
||
|
|
||
|
.genericon-404:before { content: "\f423"; }
|
||
|
.genericon-activity:before { content: "\f508"; }
|
||
|
.genericon-anchor:before { content: "\f509"; }
|
||
|
.genericon-aside:before { content: "\f101"; }
|
||
|
.genericon-attachment:before { content: "\f416"; }
|
||
|
.genericon-audio:before { content: "\f109"; }
|
||
|
.genericon-bold:before { content: "\f471"; }
|
||
|
.genericon-book:before { content: "\f444"; }
|
||
|
.genericon-bug:before { content: "\f50a"; }
|
||
|
.genericon-cart:before { content: "\f447"; }
|
||
|
.genericon-category:before { content: "\f301"; }
|
||
|
.genericon-chat:before { content: "\f108"; }
|
||
|
.genericon-checkmark:before { content: "\f418"; }
|
||
|
.genericon-close:before { content: "\f405"; }
|
||
|
.genericon-close-alt:before { content: "\f406"; }
|
||
|
.genericon-cloud:before { content: "\f426"; }
|
||
|
.genericon-cloud-download:before { content: "\f440"; }
|
||
|
.genericon-cloud-upload:before { content: "\f441"; }
|
||
|
.genericon-code:before { content: "\f462"; }
|
||
|
.genericon-codepen:before { content: "\f216"; }
|
||
|
.genericon-cog:before { content: "\f445"; }
|
||
|
.genericon-collapse:before { content: "\f432"; }
|
||
|
.genericon-comment:before { content: "\f300"; }
|
||
|
.genericon-day:before { content: "\f305"; }
|
||
|
.genericon-digg:before { content: "\f221"; }
|
||
|
.genericon-document:before { content: "\f443"; }
|
||
|
.genericon-dot:before { content: "\f428"; }
|
||
|
.genericon-downarrow:before { content: "\f502"; }
|
||
|
.genericon-download:before { content: "\f50b"; }
|
||
|
.genericon-draggable:before { content: "\f436"; }
|
||
|
.genericon-dribbble:before { content: "\f201"; }
|
||
|
.genericon-dropbox:before { content: "\f225"; }
|
||
|
.genericon-dropdown:before { content: "\f433"; }
|
||
|
.genericon-dropdown-left:before { content: "\f434"; }
|
||
|
.genericon-edit:before { content: "\f411"; }
|
||
|
.genericon-ellipsis:before { content: "\f476"; }
|
||
|
.genericon-expand:before { content: "\f431"; }
|
||
|
.genericon-external:before { content: "\f442"; }
|
||
|
.genericon-facebook:before { content: "\f203"; }
|
||
|
.genericon-facebook-alt:before { content: "\f204"; }
|
||
|
.genericon-fastforward:before { content: "\f458"; }
|
||
|
.genericon-feed:before { content: "\f413"; }
|
||
|
.genericon-flag:before { content: "\f468"; }
|
||
|
.genericon-flickr:before { content: "\f211"; }
|
||
|
.genericon-foursquare:before { content: "\f226"; }
|
||
|
.genericon-fullscreen:before { content: "\f474"; }
|
||
|
.genericon-gallery:before { content: "\f103"; }
|
||
|
.genericon-github:before { content: "\f200"; }
|
||
|
.genericon-googleplus:before { content: "\f206"; }
|
||
|
.genericon-googleplus-alt:before { content: "\f218"; }
|
||
|
.genericon-handset:before { content: "\f50c"; }
|
||
|
.genericon-heart:before { content: "\f461"; }
|
||
|
.genericon-help:before { content: "\f457"; }
|
||
|
.genericon-hide:before { content: "\f404"; }
|
||
|
.genericon-hierarchy:before { content: "\f505"; }
|
||
|
.genericon-home:before { content: "\f409"; }
|
||
|
.genericon-image:before { content: "\f102"; }
|
||
|
.genericon-info:before { content: "\f455"; }
|
||
|
.genericon-instagram:before { content: "\f215"; }
|
||
|
.genericon-italic:before { content: "\f472"; }
|
||
|
.genericon-key:before { content: "\f427"; }
|
||
|
.genericon-leftarrow:before { content: "\f503"; }
|
||
|
.genericon-link:before { content: "\f107"; }
|
||
|
.genericon-linkedin:before { content: "\f207"; }
|
||
|
.genericon-linkedin-alt:before { content: "\f208"; }
|
||
|
.genericon-location:before { content: "\f417"; }
|
||
|
.genericon-lock:before { content: "\f470"; }
|
||
|
.genericon-mail:before { content: "\f410"; }
|
||
|
.genericon-maximize:before { content: "\f422"; }
|
||
|
.genericon-menu:before { content: "\f419"; }
|
||
|
.genericon-microphone:before { content: "\f50d"; }
|
||
|
.genericon-minimize:before { content: "\f421"; }
|
||
|
.genericon-minus:before { content: "\f50e"; }
|
||
|
.genericon-month:before { content: "\f307"; }
|
||
|
.genericon-move:before { content: "\f50f"; }
|
||
|
.genericon-next:before { content: "\f429"; }
|
||
|
.genericon-notice:before { content: "\f456"; }
|
||
|
.genericon-paintbrush:before { content: "\f506"; }
|
||
|
.genericon-path:before { content: "\f219"; }
|
||
|
.genericon-pause:before { content: "\f448"; }
|
||
|
.genericon-phone:before { content: "\f437"; }
|
||
|
.genericon-picture:before { content: "\f473"; }
|
||
|
.genericon-pinned:before { content: "\f308"; }
|
||
|
.genericon-pinterest:before { content: "\f209"; }
|
||
|
.genericon-pinterest-alt:before { content: "\f210"; }
|
||
|
.genericon-play:before { content: "\f452"; }
|
||
|
.genericon-plugin:before { content: "\f439"; }
|
||
|
.genericon-plus:before { content: "\f510"; }
|
||
|
.genericon-pocket:before { content: "\f224"; }
|
||
|
.genericon-polldaddy:before { content: "\f217"; }
|
||
|
.genericon-portfolio:before { content: "\f460"; }
|
||
|
.genericon-previous:before { content: "\f430"; }
|
||
|
.genericon-print:before { content: "\f469"; }
|
||
|
.genericon-quote:before { content: "\f106"; }
|
||
|
.genericon-rating-empty:before { content: "\f511"; }
|
||
|
.genericon-rating-full:before { content: "\f512"; }
|
||
|
.genericon-rating-half:before { content: "\f513"; }
|
||
|
.genericon-reddit:before { content: "\f222"; }
|
||
|
.genericon-refresh:before { content: "\f420"; }
|
||
|
.genericon-reply:before { content: "\f412"; }
|
||
|
.genericon-reply-alt:before { content: "\f466"; }
|
||
|
.genericon-reply-single:before { content: "\f467"; }
|
||
|
.genericon-rewind:before { content: "\f459"; }
|
||
|
.genericon-rightarrow:before { content: "\f501"; }
|
||
|
.genericon-search:before { content: "\f400"; }
|
||
|
.genericon-send-to-phone:before { content: "\f438"; }
|
||
|
.genericon-send-to-tablet:before { content: "\f454"; }
|
||
|
.genericon-share:before { content: "\f415"; }
|
||
|
.genericon-show:before { content: "\f403"; }
|
||
|
.genericon-shuffle:before { content: "\f514"; }
|
||
|
.genericon-sitemap:before { content: "\f507"; }
|
||
|
.genericon-skip-ahead:before { content: "\f451"; }
|
||
|
.genericon-skip-back:before { content: "\f450"; }
|
||
|
.genericon-skype:before { content: "\f220"; }
|
||
|
.genericon-spam:before { content: "\f424"; }
|
||
|
.genericon-spotify:before { content: "\f515"; }
|
||
|
.genericon-standard:before { content: "\f100"; }
|
||
|
.genericon-star:before { content: "\f408"; }
|
||
|
.genericon-status:before { content: "\f105"; }
|
||
|
.genericon-stop:before { content: "\f449"; }
|
||
|
.genericon-stumbleupon:before { content: "\f223"; }
|
||
|
.genericon-subscribe:before { content: "\f463"; }
|
||
|
.genericon-subscribed:before { content: "\f465"; }
|
||
|
.genericon-summary:before { content: "\f425"; }
|
||
|
.genericon-tablet:before { content: "\f453"; }
|
||
|
.genericon-tag:before { content: "\f302"; }
|
||
|
.genericon-time:before { content: "\f303"; }
|
||
|
.genericon-top:before { content: "\f435"; }
|
||
|
.genericon-trash:before { content: "\f407"; }
|
||
|
.genericon-tumblr:before { content: "\f214"; }
|
||
|
.genericon-twitch:before { content: "\f516"; }
|
||
|
.genericon-twitter:before { content: "\f202"; }
|
||
|
.genericon-unapprove:before { content: "\f446"; }
|
||
|
.genericon-unsubscribe:before { content: "\f464"; }
|
||
|
.genericon-unzoom:before { content: "\f401"; }
|
||
|
.genericon-uparrow:before { content: "\f500"; }
|
||
|
.genericon-user:before { content: "\f304"; }
|
||
|
.genericon-video:before { content: "\f104"; }
|
||
|
.genericon-videocamera:before { content: "\f517"; }
|
||
|
.genericon-vimeo:before { content: "\f212"; }
|
||
|
.genericon-warning:before { content: "\f414"; }
|
||
|
.genericon-website:before { content: "\f475"; }
|
||
|
.genericon-week:before { content: "\f306"; }
|
||
|
.genericon-wordpress:before { content: "\f205"; }
|
||
|
.genericon-xpost:before { content: "\f504"; }
|
||
|
.genericon-youtube:before { content: "\f213"; }
|
||
|
.genericon-zoom:before { content: "\f402"; }
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
/* /wp-includes/css/dist/block-library/style.min.css?ver=5.6 */
|
||
|
|
||
|
:root{--wp-admin-theme-color:#007cba;--wp-admin-theme-color-darker-10:#006ba1;--wp-admin-theme-color-darker-20:#005a87}#start-resizable-editor-section{display:none}.wp-block-audio figcaption{margin-top:.5em;margin-bottom:1em}.wp-block-audio audio{width:100%;min-width:300px}.wp-block-button__link{color:#fff;background-color:#32373c;border:none;border-radius:1.55em;box-shadow:none;cursor:pointer;display:inline-block;font-size:1.125em;padding:.667em 1.333em;text-align:center;text-decoration:none;overflow-wrap:break-word}.wp-block-button__link:active,.wp-block-button__link:focus,.wp-block-button__link:hover,.wp-block-button__link:visited{color:#fff}.wp-block-button__link.aligncenter{text-align:center}.wp-block-button__link.alignright{text-align:right}.wp-block-button.is-style-squared,.wp-block-button__link.wp-block-button.is-style-squared{border-radius:0}.wp-block-button.no-border-radius,.wp-block-button__link.no-border-radius{border-radius:0!important}.is-style-outline>.wp-block-button__link,.wp-block-button__link.is-style-outline{border:2px solid}.is-style-outline>.wp-block-button__link:not(.has-text-color),.wp-block-button__link.is-style-outline:not(.has-text-color){color:#32373c}.is-style-outline>.wp-block-button__link:not(.has-background),.wp-block-button__link.is-style-outline:not(.has-background){background-color:transparent}.wp-block-buttons .wp-block-button{display:inline-block;margin-right:.5em;margin-bottom:.5em}.wp-block-buttons .wp-block-button:last-child{margin-right:0}.wp-block-buttons.alignright .wp-block-button{margin-right:0;margin-left:.5em}.wp-block-buttons.alignright .wp-block-button:first-child{margin-left:0}.wp-block-buttons.alignleft .wp-block-button{margin-left:0;margin-right:.5em}.wp-block-buttons.alignleft .wp-block-button:last-child{margin-right:0}.wp-block-button.aligncenter,.wp-block-buttons.aligncenter,.wp-block-calendar{text-align:center}.wp-block-calendar tbody td,.wp-block-calendar th{padding:.25em;border:1px solid #ddd}.wp-block-calendar tfoot td{border:none}.wp-block-calendar table{width:100%;border-collapse:collapse}.wp-block-calendar table th{font-weight:400;background:#ddd}.wp-block-calendar a{text-decoration:underline}.wp-block-calendar table caption,.wp-block-calendar table tbody{color:#40464d}.wp-block-categories.alignleft{margin-right:2em}.wp-block-categories.alignright{margin-left:2em}.wp-block-code code{white-space:pre-wrap;overflow-wrap:break-word}.wp-block-columns{display:flex;margin-bottom:1.75em;flex-wrap:wrap}@media (min-width:782px){.wp-block-columns{flex-wrap:nowrap}}.wp-block-columns.has-background{padding:1.25em 2.375em}.wp-block-columns.are-vertically-aligned-top{align-items:flex-start}.wp-block-columns.are-vertically-aligned-center{align-items:center}.wp-block-columns.are-vertically-aligned-bottom{align-items:flex-end}.wp-block-column{flex-grow:1;min-width:0;word-break:break-word;overflow-wrap:break-word}@media (max-width:599px){.wp-block-column{flex-basis:100%!important}}@media (min-width:600px) and (max-width:781px){.wp-block-column:not(:only-child){flex-basis:calc(50% - 1em)!important;flex-grow:0}.wp-block-column:nth-child(2n){margin-left:2em}}@media (min-width:782px){.wp-block-column{flex-basis:0;flex-grow:1}.wp-block-column[style*=flex-basis]{flex-grow:0}.wp-block-column:not(:first-child){margin-left:2em}}.wp-block-column.is-vertically-aligned-top{align-self:flex-start}.wp-block-column.is-vertically-aligned-center{-ms-grid-row-align:center;align-self:center}.wp-block-column.is-vertically-aligned-bottom{align-self:flex-end}.wp-block-column.is-vertically-aligned-bottom,.wp-block-column.is-vertically-aligned-center,.wp-block-column.is-vertically-aligned-top{width:100%}.wp-block-cover,.wp-block-cover-image{position:relative;background-size:cover;background-position:50%;min-height:430px;height:100%;width:100%;display:flex;justify-content:center;align-items:center;padding:1em;box-sizing:border-box}.wp-block-cover-image.has-parallax,.wp-block-cover.has-parallax{background-attachment:fixed}@supports (-webkit-overflow-scrolling:touch){.wp-block-cover-image.has-parallax,.wp
|
||
|
/*!rtl:begin:ignore*/direction:ltr;
|
||
|
/*!rtl:end:ignore*/display:-ms-grid;display:grid;-ms-grid-columns:50% 1fr;grid-template-columns:50% 1fr;-ms-grid-rows:auto;grid-template-rows:auto}.wp-block-media-text.has-media-on-the-right{-ms-grid-columns:1fr 50%;grid-template-columns:1fr 50%}.wp-block-media-text.is-vertically-aligned-top .wp-block-media-text__content,.wp-block-media-text.is-vertically-aligned-top .wp-block-media-text__media{-ms-grid-row-align:start;align-self:start}.wp-block-media-text.is-vertically-aligned-center .wp-block-media-text__content,.wp-block-media-text.is-vertically-aligned-center .wp-block-media-text__media,.wp-block-media-text .wp-block-media-text__content,.wp-block-media-text .wp-block-media-text__media{-ms-grid-row-align:center;align-self:center}.wp-block-media-text.is-vertically-aligned-bottom .wp-block-media-text__content,.wp-block-media-text.is-vertically-aligned-bottom .wp-block-media-text__media{-ms-grid-row-align:end;align-self:end}.wp-block-media-text .wp-block-media-text__media{
|
||
|
/*!rtl:begin:ignore*/-ms-grid-column:1;grid-column:1;-ms-grid-row:1;grid-row:1;
|
||
|
/*!rtl:end:ignore*/margin:0}.wp-block-media-text .wp-block-media-text__content{direction:ltr;
|
||
|
/*!rtl:begin:ignore*/-ms-grid-column:2;grid-column:2;-ms-grid-row:1;grid-row:1;
|
||
|
/*!rtl:end:ignore*/padding:0 8%;word-break:break-word}.wp-block-media-text.has-media-on-the-right .wp-block-media-text__media{
|
||
|
/*!rtl:begin:ignore*/-ms-grid-column:2;grid-column:2;-ms-grid-row:1;grid-row:1
|
||
|
/*!rtl:end:ignore*/}.wp-block-media-text.has-media-on-the-right .wp-block-media-text__content{
|
||
|
/*!rtl:begin:ignore*/-ms-grid-column:1;grid-column:1;-ms-grid-row:1;grid-row:1
|
||
|
/*!rtl:end:ignore*/}.wp-block-media-text__media img,.wp-block-media-text__media video{max-width:unset;width:100%;vertical-align:middle}.wp-block-media-text.is-image-fill figure.wp-block-media-text__media{height:100%;min-height:250px;background-size:cover}.wp-block-media-text.is-image-fill figure.wp-block-media-text__media>img{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}@media (max-width:600px){.wp-block-media-text.is-stacked-on-mobile{-ms-grid-columns:100%!important;grid-template-columns:100%!important}.wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__media{-ms-grid-column:1;grid-column:1;-ms-grid-row:1;grid-row:1}.wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content{-ms-grid-column:1;grid-column:1;-ms-grid-row:2;grid-row:2}}.wp-block-navigation:not(.has-background) .wp-block-navigation__container .wp-block-navigation-link:not(.has-text-color){color:#1e1e1e}.wp-block-navigation:not(.has-background) .wp-block-navigation__container .wp-block-navigation__container{background-color:#fff}.items-justified-left>ul{justify-content:flex-start}.items-justified-center>ul{justify-content:center}.items-justified-right>ul{justify-content:flex-end}.wp-block-navigation-link{display:flex;align-items:center;position:relative;margin:0}.wp-block-navigation-link .wp-block-navigation__container:empty{display:none}.wp-block-navigation__container{list-style:none;margin:0;padding-left:0;display:flex;flex-wrap:wrap}.is-vertical .wp-block-navigation__container{display:block}.has-child>.wp-block-navigation-link__content{padding-right:.5em}.has-child .wp-block-navigation__container{border:1px solid rgba(0,0,0,.15);background-color:inherit;color:inherit;position:absolute;left:0;top:100%;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;z-index:2;opacity:0;transition:opacity .1s linear;visibility:hidden}.has-child .wp-block-navigation__container>.wp-block-navigation-link>.wp-block-navigation-link__content{flex-grow:1}.has-child .wp-block-navigation__container>.wp-block-navigation-link>.wp-block-navigation-link__submenu-icon{padding-right:.5em}@media (min-width:782px){.has-child .wp-block-navigation__container{left:1.5em}.has-child .wp-block-navigation__container .wp-block-navigation__container{left:100%;top:-1px}.has-child .wp-block-navigation__container .wp-block-navigation__container:before{content:"";position:absolute;right:100%;height:100%;display:block;width:.5em;background:transparent}.has-child .wp-block-navigation__container .wp-block-navigation-link__submenu-icon svg{transform:rotate(0)}}.has-child:hover{cursor:pointer}.has-child:hover>.wp-block-navigation__container{visibility:visible;opacity:1;display:flex;flex-direction:column}.has-child:focus-within{cursor:pointer}.has-child:focus-within>.wp-block-navigation__container{visibility:visible;opacity:1;display:flex;flex-direction:column}.wp-block-navigation-link__content{color:inherit;text-decoration:none;padding:.5em 1em}.wp-block-navigation-link__content+.wp-block-navigation-link__content{padding-top:0}.has-text-color .wp-block-navigation-link__content{color:inherit}.wp-block-navigation-link__label{word-break:normal;overflow-wrap:break-word}.wp-block-navigation-link__submenu-icon{height:inherit;padding:.375em 1em .375em 0}.wp-block-navigation-link__submenu-icon svg{fill:currentColor}@media (min-width:782px){.wp-block-navigation-link__submenu-icon svg{transform:rotate(90deg)}}.is-small-text{font-size:.875em}.is-regular-text{font-size:1em}.is-large-text{font-size:2.25em}.is-larger-text{font-size:3em}.has-drop-cap:not(:focus):first-letter{float:left;font-size:8.4em;line-height:.68;font-weight:100;margin:.05em .1em 0 0;text-transform:uppercase;font-style:normal}p.has-background{padding:1.25em 2.375em}p.has-text-color a{color:inherit}.wp-block-post-author{display:flex;flex-wrap:wrap}.wp-block-post-author__byline{width:100%;margin-top:0;margin-bottom:0;font-size:.5em}.wp-block-post-author__avatar{margin-right:1em}.wp-block-post-author__bio{margin-bottom:.7em;font-size:.7em}.wp-block-pos
|
||
|
|