2228 lines
54 KiB
CSS
2228 lines
54 KiB
CSS
@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700,900&display=swap');
|
|
/*!
|
|
Theme Name: Yuzu
|
|
Theme URI: https://meowapps.con/themes/yuzu/
|
|
Author: MeowApps
|
|
Author URI: https://meowapps.con/
|
|
Description: Fresh, small but not yellow, this theme has been designed for photographers, by photographers!
|
|
Version: 0.1.0
|
|
License: GNU General Public License v2 or later
|
|
License URI: LICENSE
|
|
Text Domain: yuzu
|
|
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
|
|
|
|
This theme, like WordPress, is licensed under the GPL.
|
|
Use it to make something cool, have fun, and share what you've learned with others.
|
|
|
|
Yuzu is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
|
|
Underscores is distributed under the terms of the GNU GPL v2 or later.
|
|
|
|
Normalizing styles have been helped along thanks to the fine work of
|
|
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
|
|
*/
|
|
/*--------------------------------------------------------------
|
|
>>> TABLE OF CONTENTS:
|
|
----------------------------------------------------------------
|
|
# Normalize
|
|
# Typography
|
|
# Elements
|
|
# Forms
|
|
# Navigation
|
|
## Links
|
|
## Menus
|
|
# Accessibility
|
|
# Alignments
|
|
# Clearings
|
|
# Widgets
|
|
# Content
|
|
## Posts and pages
|
|
## Comments
|
|
# Infinite scroll
|
|
# Media
|
|
## Captions
|
|
## Galleries
|
|
--------------------------------------------------------------*/
|
|
/*--------------------------------------------------------------
|
|
# Normalize
|
|
--------------------------------------------------------------*/
|
|
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
|
|
/* Document
|
|
========================================================================== */
|
|
/**
|
|
* 1. Correct the line height in all browsers.
|
|
* 2. Prevent adjustments of font size after orientation changes in iOS.
|
|
*/
|
|
html {
|
|
line-height: 1.15;
|
|
/* 1 */
|
|
-webkit-text-size-adjust: 100%;
|
|
/* 2 */
|
|
}
|
|
/* Sections
|
|
========================================================================== */
|
|
/**
|
|
* Remove the margin in all browsers.
|
|
*/
|
|
body {
|
|
margin: 0;
|
|
}
|
|
/**
|
|
* Correct the font size and margin on `h1` elements within `section` and
|
|
* `article` contexts in Chrome, Firefox, and Safari.
|
|
*/
|
|
h1 {
|
|
font-size: 2em;
|
|
margin: 0.67em 0;
|
|
}
|
|
/* Grouping content
|
|
========================================================================== */
|
|
/**
|
|
* 1. Add the correct box sizing in Firefox.
|
|
* 2. Show the overflow in Edge and IE.
|
|
*/
|
|
hr {
|
|
box-sizing: content-box;
|
|
/* 1 */
|
|
height: 0;
|
|
/* 1 */
|
|
overflow: visible;
|
|
/* 2 */
|
|
}
|
|
/**
|
|
* 1. Correct the inheritance and scaling of font size in all browsers.
|
|
* 2. Correct the odd `em` font sizing in all browsers.
|
|
*/
|
|
pre {
|
|
font-family: monospace, monospace;
|
|
/* 1 */
|
|
font-size: 1em;
|
|
/* 2 */
|
|
}
|
|
/* Text-level semantics
|
|
========================================================================== */
|
|
/**
|
|
* Remove the gray background on active links in IE 10.
|
|
*/
|
|
a {
|
|
background-color: transparent;
|
|
}
|
|
/**
|
|
* 1. Remove the bottom border in Chrome 57-
|
|
* 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
|
|
*/
|
|
abbr[title] {
|
|
border-bottom: none;
|
|
/* 1 */
|
|
text-decoration: underline;
|
|
/* 2 */
|
|
text-decoration: underline dotted;
|
|
/* 2 */
|
|
}
|
|
/**
|
|
* Add the correct font weight in Chrome, Edge, and Safari.
|
|
*/
|
|
b,
|
|
strong {
|
|
font-weight: bolder;
|
|
}
|
|
/**
|
|
* 1. Correct the inheritance and scaling of font size in all browsers.
|
|
* 2. Correct the odd `em` font sizing in all browsers.
|
|
*/
|
|
code,
|
|
kbd,
|
|
samp {
|
|
font-family: monospace, monospace;
|
|
/* 1 */
|
|
font-size: 1em;
|
|
/* 2 */
|
|
}
|
|
/**
|
|
* Add the correct font size in all browsers.
|
|
*/
|
|
small {
|
|
font-size: 80%;
|
|
}
|
|
/**
|
|
* Prevent `sub` and `sup` elements from affecting the line height in
|
|
* all browsers.
|
|
*/
|
|
sub,
|
|
sup {
|
|
font-size: 75%;
|
|
line-height: 0;
|
|
position: relative;
|
|
vertical-align: baseline;
|
|
}
|
|
sub {
|
|
bottom: -0.25em;
|
|
}
|
|
sup {
|
|
top: -0.5em;
|
|
}
|
|
/* Embedded content
|
|
========================================================================== */
|
|
/**
|
|
* Remove the border on images inside links in IE 10.
|
|
*/
|
|
img {
|
|
border-style: none;
|
|
}
|
|
/* Forms
|
|
========================================================================== */
|
|
/**
|
|
* 1. Change the font styles in all browsers.
|
|
* 2. Remove the margin in Firefox and Safari.
|
|
*/
|
|
button,
|
|
input,
|
|
optgroup,
|
|
select,
|
|
textarea {
|
|
font-family: inherit;
|
|
/* 1 */
|
|
font-size: 100%;
|
|
/* 1 */
|
|
line-height: 1.15;
|
|
/* 1 */
|
|
margin: 0;
|
|
/* 2 */
|
|
}
|
|
/**
|
|
* Show the overflow in IE.
|
|
* 1. Show the overflow in Edge.
|
|
*/
|
|
button,
|
|
input {
|
|
/* 1 */
|
|
overflow: visible;
|
|
}
|
|
/**
|
|
* Remove the inheritance of text transform in Edge, Firefox, and IE.
|
|
* 1. Remove the inheritance of text transform in Firefox.
|
|
*/
|
|
button,
|
|
select {
|
|
/* 1 */
|
|
text-transform: none;
|
|
}
|
|
/**
|
|
* Correct the inability to style clickable types in iOS and Safari.
|
|
*/
|
|
button,
|
|
[type="button"],
|
|
[type="reset"],
|
|
[type="submit"] {
|
|
-webkit-appearance: button;
|
|
}
|
|
/**
|
|
* Remove the inner border and padding in Firefox.
|
|
*/
|
|
button::-moz-focus-inner,
|
|
[type="button"]::-moz-focus-inner,
|
|
[type="reset"]::-moz-focus-inner,
|
|
[type="submit"]::-moz-focus-inner {
|
|
border-style: none;
|
|
padding: 0;
|
|
}
|
|
/**
|
|
* Restore the focus styles unset by the previous rule.
|
|
*/
|
|
button:-moz-focusring,
|
|
[type="button"]:-moz-focusring,
|
|
[type="reset"]:-moz-focusring,
|
|
[type="submit"]:-moz-focusring {
|
|
outline: 1px dotted ButtonText;
|
|
}
|
|
/**
|
|
* Correct the padding in Firefox.
|
|
*/
|
|
fieldset {
|
|
padding: 0.35em 0.75em 0.625em;
|
|
}
|
|
/**
|
|
* 1. Correct the text wrapping in Edge and IE.
|
|
* 2. Correct the color inheritance from `fieldset` elements in IE.
|
|
* 3. Remove the padding so developers are not caught out when they zero out
|
|
* `fieldset` elements in all browsers.
|
|
*/
|
|
legend {
|
|
box-sizing: border-box;
|
|
/* 1 */
|
|
color: inherit;
|
|
/* 2 */
|
|
display: table;
|
|
/* 1 */
|
|
max-width: 100%;
|
|
/* 1 */
|
|
padding: 0;
|
|
/* 3 */
|
|
white-space: normal;
|
|
/* 1 */
|
|
}
|
|
/**
|
|
* Add the correct vertical alignment in Chrome, Firefox, and Opera.
|
|
*/
|
|
progress {
|
|
vertical-align: baseline;
|
|
}
|
|
/**
|
|
* Remove the default vertical scrollbar in IE 10+.
|
|
*/
|
|
textarea {
|
|
overflow: auto;
|
|
}
|
|
/**
|
|
* 1. Add the correct box sizing in IE 10.
|
|
* 2. Remove the padding in IE 10.
|
|
*/
|
|
[type="checkbox"],
|
|
[type="radio"] {
|
|
box-sizing: border-box;
|
|
/* 1 */
|
|
padding: 0;
|
|
/* 2 */
|
|
}
|
|
/**
|
|
* Correct the cursor style of increment and decrement buttons in Chrome.
|
|
*/
|
|
[type="number"]::-webkit-inner-spin-button,
|
|
[type="number"]::-webkit-outer-spin-button {
|
|
height: auto;
|
|
}
|
|
/**
|
|
* 1. Correct the odd appearance in Chrome and Safari.
|
|
* 2. Correct the outline style in Safari.
|
|
*/
|
|
[type="search"] {
|
|
-webkit-appearance: textfield;
|
|
/* 1 */
|
|
outline-offset: -2px;
|
|
/* 2 */
|
|
}
|
|
/**
|
|
* Remove the inner padding in Chrome and Safari on macOS.
|
|
*/
|
|
[type="search"]::-webkit-search-decoration {
|
|
-webkit-appearance: none;
|
|
}
|
|
/**
|
|
* 1. Correct the inability to style clickable types in iOS and Safari.
|
|
* 2. Change font properties to `inherit` in Safari.
|
|
*/
|
|
::-webkit-file-upload-button {
|
|
-webkit-appearance: button;
|
|
/* 1 */
|
|
font: inherit;
|
|
/* 2 */
|
|
}
|
|
/* Interactive
|
|
========================================================================== */
|
|
/*
|
|
* Add the correct display in Edge, IE 10+, and Firefox.
|
|
*/
|
|
details {
|
|
display: block;
|
|
}
|
|
/*
|
|
* Add the correct display in all browsers.
|
|
*/
|
|
summary {
|
|
display: list-item;
|
|
}
|
|
/* Misc
|
|
========================================================================== */
|
|
/**
|
|
* Add the correct display in IE 10+.
|
|
*/
|
|
template {
|
|
display: none;
|
|
}
|
|
/**
|
|
* Add the correct display in IE 10.
|
|
*/
|
|
[hidden] {
|
|
display: none;
|
|
}
|
|
/*--------------------------------------------------------------
|
|
# Typography
|
|
--------------------------------------------------------------*/
|
|
body,
|
|
button,
|
|
input,
|
|
select,
|
|
optgroup,
|
|
textarea {
|
|
color: #404040;
|
|
font-family: sans-serif;
|
|
font-size: 16px;
|
|
font-size: 1rem;
|
|
line-height: 1.5;
|
|
}
|
|
h1,
|
|
h2,
|
|
h3,
|
|
h4,
|
|
h5,
|
|
h6 {
|
|
clear: both;
|
|
}
|
|
p {
|
|
margin-bottom: 1.5em;
|
|
}
|
|
dfn,
|
|
cite,
|
|
em,
|
|
i {
|
|
font-style: italic;
|
|
}
|
|
blockquote {
|
|
margin: 0 1.5em;
|
|
}
|
|
address {
|
|
margin: 0 0 1.5em;
|
|
}
|
|
pre {
|
|
background: #eee;
|
|
font-family: "Courier 10 Pitch", Courier, monospace;
|
|
font-size: 15px;
|
|
font-size: 0.9375rem;
|
|
line-height: 1.6;
|
|
margin-bottom: 1.6em;
|
|
max-width: 100%;
|
|
overflow: auto;
|
|
padding: 1.6em;
|
|
}
|
|
code,
|
|
kbd,
|
|
tt,
|
|
var {
|
|
font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
|
|
font-size: 15px;
|
|
font-size: 0.9375rem;
|
|
}
|
|
abbr,
|
|
acronym {
|
|
border-bottom: 1px dotted #666;
|
|
cursor: help;
|
|
}
|
|
mark,
|
|
ins {
|
|
background: #fff9c0;
|
|
text-decoration: none;
|
|
}
|
|
big {
|
|
font-size: 125%;
|
|
}
|
|
/*--------------------------------------------------------------
|
|
# Elements
|
|
--------------------------------------------------------------*/
|
|
html {
|
|
box-sizing: border-box;
|
|
}
|
|
*,
|
|
*:before,
|
|
*:after {
|
|
/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
|
|
box-sizing: inherit;
|
|
}
|
|
body {
|
|
background: #fff;
|
|
/* Fallback for when there is no custom background color defined. */
|
|
}
|
|
hr {
|
|
background-color: #ccc;
|
|
border: 0;
|
|
height: 1px;
|
|
margin-bottom: 1.5em;
|
|
}
|
|
ul,
|
|
ol {
|
|
margin: 0 0 1.5em 3em;
|
|
}
|
|
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 1.5em 1.5em;
|
|
}
|
|
img {
|
|
height: auto;
|
|
/* Make sure images are scaled correctly. */
|
|
max-width: 100%;
|
|
/* Adhere to container width. */
|
|
}
|
|
figure {
|
|
margin: 1em 0;
|
|
/* Extra wide images within figure tags don't overflow the content area. */
|
|
}
|
|
table {
|
|
margin: 0 0 1.5em;
|
|
width: 100%;
|
|
}
|
|
/*--------------------------------------------------------------
|
|
# Forms
|
|
--------------------------------------------------------------*/
|
|
button,
|
|
input[type="button"],
|
|
input[type="reset"],
|
|
input[type="submit"] {
|
|
border: 1px solid;
|
|
border-color: #ccc #ccc #bbb;
|
|
border-radius: 3px;
|
|
background: #e6e6e6;
|
|
color: rgba(0, 0, 0, 0.8);
|
|
font-size: 12px;
|
|
font-size: 0.75rem;
|
|
line-height: 1;
|
|
padding: .6em 1em .4em;
|
|
}
|
|
button:hover,
|
|
input[type="button"]:hover,
|
|
input[type="reset"]:hover,
|
|
input[type="submit"]:hover {
|
|
border-color: #ccc #bbb #aaa;
|
|
}
|
|
button:active,
|
|
button:focus,
|
|
input[type="button"]:active,
|
|
input[type="button"]:focus,
|
|
input[type="reset"]:active,
|
|
input[type="reset"]:focus,
|
|
input[type="submit"]:active,
|
|
input[type="submit"]:focus {
|
|
border-color: #aaa #bbb #bbb;
|
|
}
|
|
input[type="text"],
|
|
input[type="email"],
|
|
input[type="url"],
|
|
input[type="password"],
|
|
input[type="search"],
|
|
input[type="number"],
|
|
input[type="tel"],
|
|
input[type="range"],
|
|
input[type="date"],
|
|
input[type="month"],
|
|
input[type="week"],
|
|
input[type="time"],
|
|
input[type="datetime"],
|
|
input[type="datetime-local"],
|
|
input[type="color"],
|
|
textarea {
|
|
color: #666;
|
|
border: 1px solid #ccc;
|
|
border-radius: 3px;
|
|
padding: 3px;
|
|
}
|
|
input[type="text"]:focus,
|
|
input[type="email"]:focus,
|
|
input[type="url"]:focus,
|
|
input[type="password"]:focus,
|
|
input[type="search"]:focus,
|
|
input[type="number"]:focus,
|
|
input[type="tel"]:focus,
|
|
input[type="range"]:focus,
|
|
input[type="date"]:focus,
|
|
input[type="month"]:focus,
|
|
input[type="week"]:focus,
|
|
input[type="time"]:focus,
|
|
input[type="datetime"]:focus,
|
|
input[type="datetime-local"]:focus,
|
|
input[type="color"]:focus,
|
|
textarea:focus {
|
|
color: #111;
|
|
}
|
|
select {
|
|
border: 1px solid #ccc;
|
|
}
|
|
textarea {
|
|
width: 100%;
|
|
}
|
|
/*--------------------------------------------------------------
|
|
# Navigation
|
|
--------------------------------------------------------------*/
|
|
/*--------------------------------------------------------------
|
|
## Links
|
|
--------------------------------------------------------------*/
|
|
a {
|
|
color: royalblue;
|
|
}
|
|
a:visited {
|
|
color: purple;
|
|
}
|
|
a:hover,
|
|
a:focus,
|
|
a:active {
|
|
color: midnightblue;
|
|
}
|
|
a:focus {
|
|
outline: thin dotted;
|
|
}
|
|
a:hover,
|
|
a:active {
|
|
outline: 0;
|
|
}
|
|
/*--------------------------------------------------------------
|
|
## Menus
|
|
--------------------------------------------------------------*/
|
|
.main-navigation {
|
|
clear: both;
|
|
display: block;
|
|
float: left;
|
|
width: 100%;
|
|
}
|
|
.main-navigation ul {
|
|
display: none;
|
|
list-style: none;
|
|
margin: 0;
|
|
padding-left: 0;
|
|
}
|
|
.main-navigation ul ul {
|
|
box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
|
|
float: left;
|
|
position: absolute;
|
|
top: 100%;
|
|
left: -999em;
|
|
z-index: 99999;
|
|
}
|
|
.main-navigation ul ul ul {
|
|
left: -999em;
|
|
top: 0;
|
|
}
|
|
.main-navigation ul ul li:hover > ul,
|
|
.main-navigation ul ul li.focus > ul {
|
|
left: 100%;
|
|
}
|
|
.main-navigation ul ul a {
|
|
width: 200px;
|
|
}
|
|
.main-navigation ul li:hover > ul,
|
|
.main-navigation ul li.focus > ul {
|
|
left: auto;
|
|
}
|
|
.main-navigation li {
|
|
float: left;
|
|
position: relative;
|
|
}
|
|
.main-navigation a {
|
|
display: block;
|
|
text-decoration: none;
|
|
}
|
|
/* Small menu. */
|
|
.menu-toggle,
|
|
.main-navigation.toggled ul {
|
|
display: block;
|
|
}
|
|
@media screen and (min-width: 37.5em) {
|
|
.menu-toggle {
|
|
display: none;
|
|
}
|
|
.main-navigation ul {
|
|
display: block;
|
|
}
|
|
}
|
|
.site-main .comment-navigation,
|
|
.site-main .posts-navigation,
|
|
.site-main .post-navigation {
|
|
margin: 0 0 1.5em;
|
|
overflow: hidden;
|
|
}
|
|
.comment-navigation .nav-previous,
|
|
.posts-navigation .nav-previous,
|
|
.post-navigation .nav-previous {
|
|
float: left;
|
|
width: 50%;
|
|
}
|
|
.comment-navigation .nav-next,
|
|
.posts-navigation .nav-next,
|
|
.post-navigation .nav-next {
|
|
float: right;
|
|
text-align: right;
|
|
width: 50%;
|
|
}
|
|
/*--------------------------------------------------------------
|
|
# Accessibility
|
|
--------------------------------------------------------------*/
|
|
/* Text meant only for screen readers. */
|
|
.screen-reader-text {
|
|
border: 0;
|
|
clip: rect(1px, 1px, 1px, 1px);
|
|
clip-path: inset(50%);
|
|
height: 1px;
|
|
margin: -1px;
|
|
overflow: hidden;
|
|
padding: 0;
|
|
position: absolute !important;
|
|
width: 1px;
|
|
word-wrap: normal !important;
|
|
/* Many screen reader and browser combinations announce broken words as they would appear visually. */
|
|
}
|
|
.screen-reader-text:focus {
|
|
background-color: #f1f1f1;
|
|
border-radius: 3px;
|
|
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
|
|
clip: auto !important;
|
|
clip-path: none;
|
|
color: #21759b;
|
|
display: block;
|
|
font-size: 14px;
|
|
font-size: 0.875rem;
|
|
font-weight: bold;
|
|
height: auto;
|
|
left: 5px;
|
|
line-height: normal;
|
|
padding: 15px 23px 14px;
|
|
text-decoration: none;
|
|
top: 5px;
|
|
width: auto;
|
|
z-index: 100000;
|
|
/* Above WP toolbar. */
|
|
}
|
|
/* Do not show the outline on the skip link target. */
|
|
#content[tabindex="-1"]:focus {
|
|
outline: 0;
|
|
}
|
|
/*--------------------------------------------------------------
|
|
# Alignments
|
|
--------------------------------------------------------------*/
|
|
.alignleft {
|
|
display: inline;
|
|
float: left;
|
|
margin-right: 1.5em;
|
|
}
|
|
.alignright {
|
|
display: inline;
|
|
float: right;
|
|
margin-left: 1.5em;
|
|
}
|
|
.aligncenter {
|
|
clear: both;
|
|
display: block;
|
|
margin-left: auto;
|
|
margin-right: auto;
|
|
}
|
|
/*--------------------------------------------------------------
|
|
# Clearings
|
|
--------------------------------------------------------------*/
|
|
.clear:before,
|
|
.clear:after,
|
|
.entry-content:before,
|
|
.entry-content:after,
|
|
.comment-content:before,
|
|
.comment-content:after,
|
|
.site-header:before,
|
|
.site-header:after,
|
|
.site-content:before,
|
|
.site-content:after,
|
|
.site-footer:before,
|
|
.site-footer:after {
|
|
content: "";
|
|
display: table;
|
|
table-layout: fixed;
|
|
}
|
|
.clear:after,
|
|
.entry-content:after,
|
|
.comment-content:after,
|
|
.site-header:after,
|
|
.site-content:after,
|
|
.site-footer:after {
|
|
clear: both;
|
|
}
|
|
/*--------------------------------------------------------------
|
|
# Widgets
|
|
--------------------------------------------------------------*/
|
|
.widget {
|
|
margin: 0 0 1.5em;
|
|
/* Make sure select elements fit in widgets. */
|
|
}
|
|
.widget select {
|
|
max-width: 100%;
|
|
}
|
|
/*--------------------------------------------------------------
|
|
# Content
|
|
--------------------------------------------------------------*/
|
|
/*--------------------------------------------------------------
|
|
## Posts and pages
|
|
--------------------------------------------------------------*/
|
|
.sticky {
|
|
display: block;
|
|
}
|
|
.updated:not(.published) {
|
|
display: none;
|
|
}
|
|
.page-links {
|
|
clear: both;
|
|
margin: 0 0 1.5em;
|
|
}
|
|
/*--------------------------------------------------------------
|
|
## Comments
|
|
--------------------------------------------------------------*/
|
|
.comment-content a {
|
|
word-wrap: break-word;
|
|
}
|
|
.bypostauthor {
|
|
display: block;
|
|
}
|
|
/*--------------------------------------------------------------
|
|
# Infinite scroll
|
|
--------------------------------------------------------------*/
|
|
/* Globally hidden elements when Infinite Scroll is supported and in use. */
|
|
.infinite-scroll .posts-navigation,
|
|
.infinite-scroll.neverending .site-footer {
|
|
/* Theme Footer (when set to scrolling) */
|
|
display: none;
|
|
}
|
|
/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
|
|
.infinity-end.neverending .site-footer {
|
|
display: block;
|
|
}
|
|
/*--------------------------------------------------------------
|
|
# Media
|
|
--------------------------------------------------------------*/
|
|
.page-content .wp-smiley,
|
|
.entry-content .wp-smiley,
|
|
.comment-content .wp-smiley {
|
|
border: none;
|
|
margin-bottom: 0;
|
|
margin-top: 0;
|
|
padding: 0;
|
|
}
|
|
/* Make sure embeds and iframes fit their containers. */
|
|
embed,
|
|
iframe,
|
|
object {
|
|
max-width: 100%;
|
|
}
|
|
/* Make sure logo link wraps around logo image. */
|
|
.custom-logo-link {
|
|
display: inline-block;
|
|
}
|
|
/*--------------------------------------------------------------
|
|
## Captions
|
|
--------------------------------------------------------------*/
|
|
.wp-caption {
|
|
margin-bottom: 1.5em;
|
|
max-width: 100%;
|
|
}
|
|
.wp-caption img[class*="wp-image-"] {
|
|
display: block;
|
|
margin-left: auto;
|
|
margin-right: auto;
|
|
}
|
|
.wp-caption .wp-caption-text {
|
|
margin: 0.8075em 0;
|
|
}
|
|
.wp-caption-text {
|
|
text-align: center;
|
|
}
|
|
/*--------------------------------------------------------------
|
|
## Galleries
|
|
--------------------------------------------------------------*/
|
|
.gallery {
|
|
margin-bottom: 1.5em;
|
|
}
|
|
.gallery-item {
|
|
display: inline-block;
|
|
text-align: center;
|
|
vertical-align: top;
|
|
width: 100%;
|
|
}
|
|
.gallery-columns-2 .gallery-item {
|
|
max-width: 50%;
|
|
}
|
|
.gallery-columns-3 .gallery-item {
|
|
max-width: 33.33%;
|
|
}
|
|
.gallery-columns-4 .gallery-item {
|
|
max-width: 25%;
|
|
}
|
|
.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;
|
|
}
|
|
html,
|
|
body {
|
|
margin: 0;
|
|
background: #FAFBFB;
|
|
background: var(--body_bg);
|
|
}
|
|
.fullwidth-container.top-and-bottom-margin,
|
|
.super-large-container.top-and-bottom-margin,
|
|
.large-container.top-and-bottom-margin,
|
|
.medium-container.top-and-bottom-margin {
|
|
margin: 60px auto;
|
|
}
|
|
.fullwidth-container {
|
|
width: 100%;
|
|
}
|
|
.super-large-container {
|
|
width: 95%;
|
|
max-width: 1260px;
|
|
margin: auto;
|
|
}
|
|
.large-container {
|
|
width: 95%;
|
|
max-width: 960px;
|
|
margin: auto;
|
|
}
|
|
.medium-container {
|
|
position: relative;
|
|
width: 95%;
|
|
max-width: 660px;
|
|
margin: auto;
|
|
}
|
|
a {
|
|
color: #4B828E;
|
|
color: var(--link_color);
|
|
text-decoration: none;
|
|
}
|
|
a:visited,
|
|
a:focus {
|
|
color: #4B828E;
|
|
color: var(--link_color);
|
|
}
|
|
a:hover {
|
|
color: #39636d;
|
|
color: var(--link_hover_color);
|
|
}
|
|
.entry-content > *:not(.alignfull),
|
|
.entry-content > *:not(.alignwide) {
|
|
width: 90%;
|
|
max-width: 960px;
|
|
margin-left: auto !important;
|
|
margin-right: auto !important;
|
|
}
|
|
.entry-content .alignfull {
|
|
width: 100%;
|
|
max-width: 100%;
|
|
}
|
|
.entry-content .alignwide {
|
|
max-width: 1160px;
|
|
}
|
|
.wp-block-cover p {
|
|
margin: 0;
|
|
opacity: 1 !important;
|
|
}
|
|
.articles-list {
|
|
font-size: 0;
|
|
width: 100%;
|
|
}
|
|
.articles-list .posts-navigation {
|
|
font-size: 16px;
|
|
margin-top: 60px;
|
|
}
|
|
.articles-list .posts-navigation .nav-links .nav-previous,
|
|
.articles-list .posts-navigation .nav-links .nav-next {
|
|
width: auto;
|
|
display: inline-block;
|
|
}
|
|
.articles-list .posts-navigation .nav-links .nav-previous a,
|
|
.articles-list .posts-navigation .nav-links .nav-next a {
|
|
margin: 10px 4px;
|
|
display: inline-block;
|
|
border-radius: 30px;
|
|
font-size: 16px;
|
|
padding: 10px 20px;
|
|
background: #FFF;
|
|
background: var(--card_bg);
|
|
color: #2E3B4F;
|
|
color: var(--card_color);
|
|
box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
|
|
box-shadow: var(--shadow);
|
|
transition: .2s;
|
|
}
|
|
.articles-list .posts-navigation .nav-links .nav-previous a:hover,
|
|
.articles-list .posts-navigation .nav-links .nav-next a:hover {
|
|
box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.15);
|
|
box-shadow: var(--deeper_shadow);
|
|
transition: .2s;
|
|
}
|
|
.single-article .entry-content,
|
|
.single-page .entry-content {
|
|
font-size: 18px;
|
|
line-height: 180%;
|
|
color: #2E3B4F;
|
|
color: var(--body_color);
|
|
padding-bottom: 60px;
|
|
}
|
|
.single-article .entry-content p,
|
|
.single-page .entry-content p {
|
|
opacity: .8;
|
|
}
|
|
.single-article .entry-content blockquote p,
|
|
.single-page .entry-content blockquote p {
|
|
padding-left: 20px;
|
|
border-left: 2px solid #2E3B4F;
|
|
border-left: 2px solid var(--body_color);
|
|
}
|
|
.single-article .entry-content li,
|
|
.single-page .entry-content li {
|
|
opacity: .8;
|
|
}
|
|
.single-article .related-posts {
|
|
width: 100%;
|
|
display: flex;
|
|
}
|
|
@media screen and (max-width: 376px) {
|
|
.single-article .related-posts {
|
|
display: block;
|
|
}
|
|
}
|
|
.single-article .related-posts .previous-post,
|
|
.single-article .related-posts .next-post {
|
|
display: flex;
|
|
position: relative;
|
|
height: 300px;
|
|
flex: 1;
|
|
align-items: center;
|
|
color: white !important;
|
|
}
|
|
@media screen and (max-width: 376px) {
|
|
.single-article .related-posts .previous-post,
|
|
.single-article .related-posts .next-post {
|
|
height: 250px;
|
|
}
|
|
}
|
|
.single-article .related-posts .previous-post .background,
|
|
.single-article .related-posts .next-post .background {
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
width: 100%;
|
|
height: 100%;
|
|
background-size: cover;
|
|
background-position: center;
|
|
}
|
|
.single-article .related-posts .previous-post .filter,
|
|
.single-article .related-posts .next-post .filter {
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
width: 100%;
|
|
height: 100%;
|
|
background: #000;
|
|
opacity: .6;
|
|
}
|
|
.single-article .related-posts .previous-post .content,
|
|
.single-article .related-posts .next-post .content {
|
|
position: relative;
|
|
padding: 40px;
|
|
box-sizing: border-box;
|
|
}
|
|
.single-article .related-posts .previous-post .content .label,
|
|
.single-article .related-posts .next-post .content .label {
|
|
text-transform: uppercase;
|
|
font-weight: 400;
|
|
opacity: .6;
|
|
}
|
|
.single-article .related-posts .previous-post .content h3,
|
|
.single-article .related-posts .next-post .content h3 {
|
|
margin: 0;
|
|
font-weight: 400;
|
|
font-size: 38px;
|
|
}
|
|
@media screen and (max-width: 376px) {
|
|
.single-article .related-posts .previous-post .content h3,
|
|
.single-article .related-posts .next-post .content h3 {
|
|
font-size: 32px;
|
|
}
|
|
}
|
|
.comments-section {
|
|
background: #FAFBFB;
|
|
background: var(--body_bg);
|
|
color: #2E3B4F;
|
|
color: var(--body_color);
|
|
padding-top: 60px;
|
|
}
|
|
.comments-section #disqus_thread {
|
|
width: 90%;
|
|
max-width: 960px;
|
|
margin: auto;
|
|
}
|
|
.comments-section .comment-reply-title {
|
|
text-align: center;
|
|
}
|
|
.comments-section .comment-form {
|
|
width: 90%;
|
|
max-width: 960px;
|
|
margin: auto;
|
|
text-align: center;
|
|
padding-bottom: 50px;
|
|
}
|
|
@media screen and (max-width: 376px) {
|
|
.comments-section .comment-form {
|
|
padding-bottom: 25px;
|
|
}
|
|
}
|
|
.comments-section .comment-form textarea {
|
|
display: block;
|
|
padding: 10px;
|
|
border-radius: 0;
|
|
background: #FFF;
|
|
background: var(--comment_form_bg);
|
|
color: #2E3B4F;
|
|
color: var(--comment_form_color);
|
|
border: 1px solid rgba(0, 0, 0, 0.4);
|
|
}
|
|
.comments-section .comment-form .submit-button {
|
|
display: none;
|
|
}
|
|
.comments-section .comment-form .comment-form-comment {
|
|
margin: 0;
|
|
}
|
|
.comments-section .comment-form .user-infos {
|
|
display: flex;
|
|
}
|
|
.comments-section .comment-form .user-infos input {
|
|
flex: 1;
|
|
border: 1px solid rgba(0, 0, 0, 0.4);
|
|
border-top: none;
|
|
border-radius: 0;
|
|
padding: 10px;
|
|
background: #FFF;
|
|
background: var(--comment_form_bg);
|
|
color: #2E3B4F;
|
|
color: var(--comment_form_color);
|
|
}
|
|
.comments-section .comment-form .user-infos input:first-of-type {
|
|
border-right: none;
|
|
}
|
|
.comments-section .comment-form .user-infos input:last-of-type {
|
|
border-left: none;
|
|
}
|
|
.comments-section .comment-form .form-submit {
|
|
width: 100%;
|
|
text-align: center;
|
|
}
|
|
.comments-section .comment-form .form-submit input {
|
|
display: inline-block;
|
|
background: #FFF;
|
|
background: var(--post_comment_btn_bg);
|
|
border: 2px solid rgba(0, 0, 0, 0);
|
|
color: #2E3B4F;
|
|
color: var(--post_comment_btn_color);
|
|
box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
|
|
box-shadow: var(--shadow);
|
|
font-size: 16px;
|
|
width: 100%;
|
|
max-width: 220px;
|
|
padding: 10px 20px;
|
|
border-radius: 25px;
|
|
cursor: pointer;
|
|
margin-top: 20px;
|
|
transition: .1s;
|
|
}
|
|
.comments-section .comment-form .form-submit input:hover {
|
|
box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.15);
|
|
box-shadow: var(--deeper_shadow);
|
|
transition: .1s;
|
|
}
|
|
.comments-section .comments-list-container {
|
|
padding: 60px 10px;
|
|
}
|
|
@media screen and (max-width: 376px) {
|
|
.comments-section .comments-list-container {
|
|
padding: 30px 10px;
|
|
}
|
|
}
|
|
.comments-section .comments-list-container ol.comment-list {
|
|
padding: 0;
|
|
margin: 0;
|
|
width: 100%;
|
|
max-width: 960px;
|
|
margin: auto;
|
|
list-style: none;
|
|
}
|
|
.comments-section .comments-list-container ol.comment-list li.comment {
|
|
display: block;
|
|
background: #FFF;
|
|
background: var(--comment_bg);
|
|
color: #2E3B4F;
|
|
color: var(--comment_color);
|
|
padding: 20px;
|
|
box-sizing: border-box;
|
|
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
|
|
margin: 30px 0;
|
|
}
|
|
.comments-section .comments-list-container ol.comment-list li.comment.bypostauthor {
|
|
border-left: 4px solid #2E3B4F;
|
|
border-left: 4px solid var(--comment_color);
|
|
}
|
|
.comments-section .comments-list-container ol.comment-list li.comment .comment-header {
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
.comments-section .comments-list-container ol.comment-list li.comment .comment-header .comment-author-profil-picture img {
|
|
border-radius: 50%;
|
|
}
|
|
.comments-section .comments-list-container ol.comment-list li.comment .comment-header .comment-meta {
|
|
padding-left: 20px;
|
|
margin-top: -5px;
|
|
}
|
|
.comments-section .comments-list-container ol.comment-list li.comment .comment-header .comment-meta .author-name {
|
|
font-size: 18px;
|
|
}
|
|
.comments-section .comments-list-container ol.comment-list li.comment .comment-header .comment-meta .posted-on {
|
|
font-size: 13px;
|
|
}
|
|
.comments-section .comments-list-container ol.comment-list ol.children {
|
|
padding: 0;
|
|
margin: 0;
|
|
margin-left: 30px;
|
|
list-style: none;
|
|
}
|
|
.comments-section .comments-list-container ol.comment-list ol.children li.comment {
|
|
margin-top: 0;
|
|
}
|
|
.opaque-featured-image-container {
|
|
width: 100%;
|
|
height: 400px;
|
|
position: absolute;
|
|
top: 0;
|
|
}
|
|
.opaque-featured-image-container .featured-image {
|
|
width: 100%;
|
|
height: 100%;
|
|
background-size: cover;
|
|
background-position: center;
|
|
}
|
|
.opaque-featured-image-container .filter {
|
|
width: 100%;
|
|
height: 400px;
|
|
position: absolute;
|
|
top: 0;
|
|
background: linear-gradient(to top, #fafbfb, rgba(250, 251, 251, 0.6));
|
|
background: var(--opaque_header_bg);
|
|
}
|
|
.opaque-featured-image-container .filter.less-opaque {
|
|
background: linear-gradient(to top, #fafbfb, rgba(250, 251, 251, 0.4));
|
|
background: var(--less_opaque_header_bg);
|
|
}
|
|
.opaque-featured-image-container .filter.very-opaque {
|
|
background: linear-gradient(to top, #fafbfb, rgba(250, 251, 251, 0.9));
|
|
background: var(--very_opaque_header_bg);
|
|
}
|
|
.mwt-section-header {
|
|
width: 90% !important;
|
|
margin: auto;
|
|
}
|
|
.mwt-section-header h3 {
|
|
position: relative;
|
|
width: auto !important;
|
|
display: inline-block;
|
|
font-weight: 400;
|
|
font-size: 28px;
|
|
color: #2E3B4F;
|
|
color: var(--body_color);
|
|
}
|
|
.mwt-section-header h3::before {
|
|
content: "";
|
|
position: absolute;
|
|
z-index: -9;
|
|
bottom: -5px;
|
|
width: 120%;
|
|
left: -10%;
|
|
height: 20px;
|
|
background: #2E3B4F;
|
|
background: var(--body_color);
|
|
opacity: .05;
|
|
}
|
|
.collections-list {
|
|
margin-left: -10px;
|
|
margin-right: -10px;
|
|
}
|
|
.collection-card-container {
|
|
display: inline-block;
|
|
width: 25%;
|
|
padding: 10px;
|
|
box-sizing: border-box;
|
|
}
|
|
@media screen and (max-width: 768px) {
|
|
.collection-card-container {
|
|
width: 33.33%;
|
|
}
|
|
}
|
|
@media screen and (max-width: 376px) {
|
|
.collection-card-container {
|
|
width: 100%;
|
|
}
|
|
}
|
|
.collection-card-container .collection-card {
|
|
position: relative;
|
|
display: block;
|
|
width: 100%;
|
|
padding-bottom: 66.66%;
|
|
border-radius: 8px;
|
|
overflow: hidden;
|
|
}
|
|
.collection-card-container .collection-card .background {
|
|
position: absolute;
|
|
width: 100%;
|
|
padding-bottom: 66.66%;
|
|
background-size: cover;
|
|
background-position: center;
|
|
}
|
|
.collection-card-container .collection-card .content {
|
|
position: absolute;
|
|
width: 100%;
|
|
bottom: 0;
|
|
padding: 10px 20px;
|
|
background: linear-gradient(to top, #000000, rgba(0, 0, 0, 0));
|
|
color: white;
|
|
box-sizing: border-box;
|
|
}
|
|
.collection-card-container .collection-card .content h3 {
|
|
font-weight: 300;
|
|
font-size: 18px;
|
|
margin: 0;
|
|
line-height: 140%;
|
|
margin-bottom: 10px;
|
|
}
|
|
.collection-card-container .collection-card .content .collection-meta {
|
|
font-size: 13px;
|
|
opacity: .5;
|
|
margin-top: -5px;
|
|
line-height: 1em;
|
|
}
|
|
.collection-card-container .collection-card .content .collection-meta svg {
|
|
stroke: white;
|
|
vertical-align: middle;
|
|
margin-top: -3px;
|
|
margin-right: 5px;
|
|
height: 22px;
|
|
width: 22px;
|
|
}
|
|
.folders-list {
|
|
margin-left: -10px;
|
|
margin-right: -10px;
|
|
}
|
|
.folder-card-container {
|
|
display: inline-block;
|
|
width: 25%;
|
|
padding: 10px;
|
|
box-sizing: border-box;
|
|
vertical-align: top;
|
|
}
|
|
@media screen and (max-width: 768px) {
|
|
.folder-card-container {
|
|
width: 33.33%;
|
|
}
|
|
}
|
|
@media screen and (max-width: 376px) {
|
|
.folder-card-container {
|
|
width: 100%;
|
|
}
|
|
}
|
|
.folder-card-container .folder-card {
|
|
width: 100%;
|
|
box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
|
|
box-shadow: var(--shadow);
|
|
}
|
|
.folder-card-container .folder-card:hover {
|
|
box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.15);
|
|
box-shadow: var(--deeper_shadow);
|
|
transition: .1s;
|
|
}
|
|
.folder-card-container .folder-card .card-header {
|
|
position: relative;
|
|
width: 100%;
|
|
padding-bottom: 66.66%;
|
|
}
|
|
.folder-card-container .folder-card .card-header a {
|
|
position: absolute;
|
|
width: 100%;
|
|
height: 100%;
|
|
display: block;
|
|
background: #222;
|
|
background-size: cover;
|
|
background-position: center;
|
|
}
|
|
.folder-card-container .folder-card .card-body {
|
|
background: #FFF;
|
|
background: var(--card_bg);
|
|
padding: 10px 20px;
|
|
height: 110px;
|
|
display: flex;
|
|
flex-direction: column;
|
|
justify-content: center;
|
|
}
|
|
.folder-card-container .folder-card .card-body h3 {
|
|
margin: 0;
|
|
font-size: 18px;
|
|
font-weight: 400;
|
|
line-height: 140%;
|
|
margin-bottom: 10px;
|
|
}
|
|
.folder-card-container .folder-card .card-body h3 a {
|
|
color: #2E3B4F;
|
|
color: var(--card_color);
|
|
}
|
|
.folder-card-container .folder-card .card-body .folder-meta {
|
|
font-size: 14px;
|
|
line-height: 1em;
|
|
opacity: .5;
|
|
margin-top: -5px;
|
|
color: #2E3B4F;
|
|
color: var(--card_color);
|
|
}
|
|
.mwt-keywords {
|
|
width: 90% !important;
|
|
margin: auto;
|
|
}
|
|
.mwt-keywords .mwt-tags-cloud {
|
|
width: 100%;
|
|
overflow: hidden;
|
|
}
|
|
.mwt-keywords .mwt-tags-cloud a {
|
|
display: inline-block;
|
|
font-size: 16px !important;
|
|
color: #4B828E;
|
|
color: var(--tag_color);
|
|
border: 1px solid #4B828E;
|
|
border: 1px solid var(--tag_color);
|
|
padding: 0px 10px;
|
|
line-height: 38px;
|
|
white-space: nowrap;
|
|
margin: 3px;
|
|
}
|
|
.mwt-keywords .mwt-tags-cloud a:hover {
|
|
color: #39636d;
|
|
color: var(--tag_hover_color);
|
|
border: 1px solid #39636d;
|
|
border: 1px solid var(--tag_hover_color);
|
|
}
|
|
.mwt-search {
|
|
position: relative;
|
|
width: 90% !important;
|
|
margin: auto;
|
|
}
|
|
.mwt-search form.search-form {
|
|
width: 100%;
|
|
position: relative;
|
|
}
|
|
.mwt-search form.search-form .mwt-search {
|
|
width: 100% !important;
|
|
border-radius: 30px;
|
|
line-height: 20px;
|
|
padding: 10px 20px;
|
|
border: none;
|
|
outline: none;
|
|
background: #f5f4f4;
|
|
background: var(--search_widget_bg);
|
|
transition: .1s;
|
|
}
|
|
.mwt-search form.search-form .mwt-search:focus {
|
|
box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
|
|
box-shadow: var(--shadow);
|
|
transition: .1s;
|
|
}
|
|
.mwt-search form.search-form svg {
|
|
position: absolute;
|
|
top: 7px;
|
|
right: 15px;
|
|
stroke: #2E3B4F;
|
|
stroke: var(--footer_color);
|
|
cursor: pointer;
|
|
}
|
|
.mwt-search form.search-form .hidden-submit {
|
|
display: none;
|
|
}
|
|
@media screen and (max-width: 768px) {
|
|
.row {
|
|
display: inline;
|
|
}
|
|
}
|
|
.article-card-container {
|
|
display: inline-block;
|
|
padding: 30px 15px;
|
|
box-sizing: border-box;
|
|
font-size: 16px;
|
|
}
|
|
.article-card-container .article-card {
|
|
position: relative;
|
|
width: 100%;
|
|
background: #FFF;
|
|
background: var(--card_bg);
|
|
box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
|
|
box-shadow: var(--shadow);
|
|
color: var(--card_color);
|
|
transition: .2s;
|
|
}
|
|
.article-card-container .article-card:hover {
|
|
box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.15);
|
|
box-shadow: var(--deeper_shadow);
|
|
transition: .3s;
|
|
}
|
|
.article-card-container .article-card .article-featured-image {
|
|
display: block;
|
|
background-size: cover;
|
|
background-position: center;
|
|
}
|
|
.article-card-container .article-card .article-meta .article-categories .article-category {
|
|
display: inline-block;
|
|
text-transform: uppercase;
|
|
font-size: 14px;
|
|
color: #2E3B4F;
|
|
color: var(--card_color);
|
|
opacity: .3;
|
|
}
|
|
.article-card-container .article-card .article-meta .article-title {
|
|
display: block;
|
|
font-size: 28px;
|
|
font-weight: 400;
|
|
margin-top: 0;
|
|
margin-bottom: 20px;
|
|
color: #2E3B4F;
|
|
color: var(--card_color);
|
|
}
|
|
.article-card-container .article-card .article-meta .article-excerpt {
|
|
line-height: 160%;
|
|
opacity: .6;
|
|
}
|
|
.article-card-container .article-card .article-meta .read-more-btn {
|
|
display: inline-block;
|
|
color: #2E3B4F;
|
|
color: var(--read_more_btn_color);
|
|
background: #F5F5F5;
|
|
background: var(--read_more_btn_bg);
|
|
padding: 15px 0;
|
|
width: 140px;
|
|
text-align: center;
|
|
line-height: 22px;
|
|
position: absolute;
|
|
bottom: 0;
|
|
left: 50%;
|
|
margin-left: -70px;
|
|
margin-bottom: -26px;
|
|
box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
|
|
box-shadow: var(--shadow);
|
|
border-radius: 25px;
|
|
transition: .2s;
|
|
}
|
|
.article-card-container .article-card .article-meta .read-more-btn:hover {
|
|
box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.15);
|
|
box-shadow: var(--deeper_shadow);
|
|
transition: .3s;
|
|
}
|
|
.article-card-container.large {
|
|
width: 100%;
|
|
}
|
|
.article-card-container.large .article-card {
|
|
display: flex;
|
|
width: 100%;
|
|
}
|
|
.article-card-container.large .article-card .article-featured-image {
|
|
display: flex;
|
|
width: 60%;
|
|
padding-bottom: 40%;
|
|
}
|
|
.article-card-container.large .article-card .article-meta {
|
|
position: relative;
|
|
display: flex;
|
|
flex: 1;
|
|
flex-direction: column;
|
|
justify-content: center;
|
|
padding: 30px;
|
|
box-sizing: border-box;
|
|
}
|
|
@media screen and (max-width: 768px) {
|
|
.article-card-container.large {
|
|
width: 50%;
|
|
}
|
|
.article-card-container.large .article-card {
|
|
display: block;
|
|
}
|
|
.article-card-container.large .article-card .article-featured-image {
|
|
width: 100%;
|
|
padding-bottom: 66.66%;
|
|
}
|
|
.article-card-container.large .article-card .article-meta {
|
|
padding: 30px;
|
|
padding-bottom: 90px;
|
|
box-sizing: border-box;
|
|
}
|
|
}
|
|
@media screen and (max-width: 376px) {
|
|
.article-card-container.large {
|
|
width: 100%;
|
|
}
|
|
}
|
|
.article-card-container.medium {
|
|
width: 50%;
|
|
vertical-align: top;
|
|
}
|
|
.article-card-container.medium .article-card .article-featured-image {
|
|
width: 100%;
|
|
padding-bottom: 66.66%;
|
|
}
|
|
.article-card-container.medium .article-card .article-meta {
|
|
padding: 30px;
|
|
padding-bottom: 90px;
|
|
box-sizing: border-box;
|
|
}
|
|
@media screen and (max-width: 376px) {
|
|
.article-card-container.medium {
|
|
width: 100%;
|
|
}
|
|
}
|
|
.article-card-container.small {
|
|
width: 33.33%;
|
|
vertical-align: top;
|
|
}
|
|
.article-card-container.small .article-card .article-featured-image {
|
|
width: 100%;
|
|
padding-bottom: 66.66%;
|
|
}
|
|
.article-card-container.small .article-card .article-meta {
|
|
padding: 30px;
|
|
padding-bottom: 90px;
|
|
box-sizing: border-box;
|
|
}
|
|
@media screen and (max-width: 768px) {
|
|
.article-card-container.small {
|
|
width: 50%;
|
|
}
|
|
}
|
|
@media screen and (max-width: 376px) {
|
|
.article-card-container.small {
|
|
width: 100%;
|
|
}
|
|
}
|
|
.site-footer {
|
|
width: 100%;
|
|
padding: 60px 0;
|
|
background: #FFF;
|
|
background: var(--footer_bg);
|
|
color: #2E3B4F;
|
|
color: var(--footer_color);
|
|
box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
|
|
box-shadow: var(--shadow);
|
|
}
|
|
.site-footer .widgets-area {
|
|
width: 90%;
|
|
max-width: 1260px;
|
|
margin: auto;
|
|
display: flex;
|
|
}
|
|
@media screen and (max-width: 768px) {
|
|
.site-footer .widgets-area {
|
|
display: block;
|
|
width: 100%;
|
|
}
|
|
}
|
|
.site-footer .widgets-area .widgets-column {
|
|
flex: 1;
|
|
padding: 0px 20px;
|
|
box-sizing: border-box;
|
|
}
|
|
.site-footer .widgets-area .widgets-column .widget-title {
|
|
font-weight: 400;
|
|
font-size: 22px;
|
|
}
|
|
.site-footer .widgets-area .widgets-column ul {
|
|
margin: 0;
|
|
padding: 0;
|
|
}
|
|
.site-footer .widgets-area .widgets-column ul li {
|
|
list-style: none;
|
|
}
|
|
.site-footer .widgets-area .widgets-column .tagcloud a {
|
|
font-size: 16px !important;
|
|
color: #4B828E;
|
|
color: var(--tag_color);
|
|
border: 1px solid #4B828E;
|
|
border: 1px solid var(--tag_color);
|
|
padding: 5px 8px;
|
|
line-height: 38px;
|
|
white-space: nowrap;
|
|
}
|
|
.site-footer .widgets-area .widgets-column .tagcloud a:hover {
|
|
color: #39636d;
|
|
color: var(--tag_hover_color);
|
|
border: 1px solid #39636d;
|
|
border: 1px solid var(--tag_hover_color);
|
|
}
|
|
.site-footer .widgets-area .widgets-column .widget_search .search-form {
|
|
position: relative;
|
|
}
|
|
.site-footer .widgets-area .widgets-column .widget_search .search-form .search-field {
|
|
width: 100%;
|
|
border-radius: 30px;
|
|
line-height: 20px;
|
|
padding: 10px 20px;
|
|
border: none;
|
|
outline: none;
|
|
color: #2E3B4F;
|
|
color: var(--search_widget_color);
|
|
background: #f5f4f4;
|
|
background: var(--search_widget_bg);
|
|
transition: .1s;
|
|
}
|
|
.site-footer .widgets-area .widgets-column .widget_search .search-form .search-field:focus {
|
|
box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
|
|
box-shadow: var(--shadow);
|
|
transition: .1s;
|
|
}
|
|
.site-footer .widgets-area .widgets-column .widget_search .search-form svg {
|
|
position: absolute;
|
|
top: 7px;
|
|
right: 15px;
|
|
stroke: #2E3B4F;
|
|
stroke: var(--search_widget_color);
|
|
cursor: pointer;
|
|
}
|
|
.site-footer .widgets-area .widgets-column .widget_search .search-form .hidden-submit {
|
|
display: none;
|
|
}
|
|
.site-footer .copyright-area {
|
|
text-align: center;
|
|
font-size: 14px;
|
|
opacity: .6;
|
|
}
|
|
.scroll-back-to-top-btn {
|
|
position: fixed;
|
|
bottom: 20px;
|
|
right: 20px;
|
|
background: #FFF;
|
|
background: var(--card_bg);
|
|
border-radius: 6px;
|
|
width: 50px;
|
|
height: 50px;
|
|
box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
|
|
box-shadow: var(--shadow);
|
|
transition: .1s;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
cursor: pointer;
|
|
visibility: hidden;
|
|
opacity: 0;
|
|
}
|
|
.scroll-back-to-top-btn svg {
|
|
stroke: #2E3B4F;
|
|
stroke: var(--card_color);
|
|
}
|
|
.scroll-back-to-top-btn:hover {
|
|
box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.15);
|
|
box-shadow: var(--deeper_shadow);
|
|
transition: .1s;
|
|
}
|
|
.scroll-back-to-top-btn.visible {
|
|
visibility: visible;
|
|
opacity: 1;
|
|
transition: .3s;
|
|
}
|
|
.top-search-bar-container {
|
|
position: relative;
|
|
z-index: 99;
|
|
width: 100%;
|
|
height: 60px;
|
|
background: #FFF;
|
|
background: var(--top_bar_bg);
|
|
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
|
|
margin-top: -60px;
|
|
transition: .2s;
|
|
}
|
|
.top-search-bar-container.opened {
|
|
margin-top: 0px;
|
|
transition: .3s;
|
|
}
|
|
.top-search-bar-container .super-large-container {
|
|
position: relative;
|
|
height: 60px;
|
|
}
|
|
.top-search-bar-container .super-large-container form input {
|
|
width: 100%;
|
|
line-height: 60px;
|
|
padding: 0;
|
|
border: none;
|
|
background: none;
|
|
outline: none;
|
|
font-size: 18px;
|
|
}
|
|
.top-search-bar-container .super-large-container .submit-top-bar-search {
|
|
position: absolute;
|
|
right: 0;
|
|
top: 50%;
|
|
height: 30px;
|
|
margin-top: -15px;
|
|
cursor: pointer;
|
|
opacity: .5;
|
|
transition: .1s;
|
|
}
|
|
.top-search-bar-container .super-large-container .submit-top-bar-search svg {
|
|
height: 30px;
|
|
width: 30px;
|
|
stroke: #2E3B4F;
|
|
stroke: var(--top_bar_color);
|
|
stroke-width: 2px;
|
|
cursor: pointer;
|
|
}
|
|
.top-search-bar-container .super-large-container .submit-top-bar-search:hover {
|
|
opacity: 1;
|
|
transition: .1s;
|
|
}
|
|
.site-header {
|
|
position: relative;
|
|
z-index: 99;
|
|
width: 100%;
|
|
background: #FFF;
|
|
background: var(--top_bar_bg);
|
|
height: 60px;
|
|
box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
|
|
box-shadow: var(--shadow);
|
|
}
|
|
.site-header .top-bar-content {
|
|
display: flex;
|
|
}
|
|
.site-header .top-bar-content .site-branding {
|
|
flex: 1;
|
|
max-width: 300px;
|
|
}
|
|
.site-header .top-bar-content .site-branding .site-logo {
|
|
height: 50px;
|
|
margin-top: 5px;
|
|
}
|
|
.site-header .top-bar-content .site-branding .site-logo a,
|
|
.site-header .top-bar-content .site-branding .site-logo img {
|
|
height: 100%;
|
|
width: auto;
|
|
}
|
|
.site-header .top-bar-content .site-branding .site-title {
|
|
font-size: 18px;
|
|
line-height: 60px;
|
|
margin: 0;
|
|
}
|
|
.site-header .top-bar-content .site-branding .site-title a {
|
|
color: #2E3B4F;
|
|
color: var(--top_bar_color);
|
|
}
|
|
.site-header .top-bar-content .site-navigation {
|
|
flex: 1;
|
|
line-height: 60px;
|
|
text-align: right;
|
|
}
|
|
.site-header .top-bar-content .site-navigation .menu-main-menu-container {
|
|
display: inline-block;
|
|
vertical-align: middle;
|
|
}
|
|
@media screen and (max-width: 860px) {
|
|
.site-header .top-bar-content .site-navigation .menu-main-menu-container {
|
|
display: none;
|
|
}
|
|
}
|
|
.site-header .top-bar-content .site-navigation ul {
|
|
margin: 0;
|
|
padding: 0;
|
|
}
|
|
.site-header .top-bar-content .site-navigation ul li {
|
|
position: relative;
|
|
display: inline-block;
|
|
list-style: none;
|
|
margin-left: 10px;
|
|
font-weight: 400;
|
|
}
|
|
.site-header .top-bar-content .site-navigation ul li.current-menu-item {
|
|
font-weight: 600;
|
|
}
|
|
.site-header .top-bar-content .site-navigation ul li.current-menu-item a {
|
|
opacity: 1;
|
|
}
|
|
.site-header .top-bar-content .site-navigation ul li a {
|
|
color: #2E3B4F;
|
|
color: var(--top_bar_color);
|
|
opacity: .5;
|
|
}
|
|
.site-header .top-bar-content .site-navigation ul li:hover a {
|
|
opacity: 1;
|
|
transition: .1s;
|
|
}
|
|
.site-header .top-bar-content .site-navigation ul li:hover ul {
|
|
visibility: visible;
|
|
opacity: 1;
|
|
transition: .1s;
|
|
}
|
|
.site-header .top-bar-content .site-navigation ul li:hover ul li a {
|
|
opacity: .5;
|
|
}
|
|
.site-header .top-bar-content .site-navigation ul li ul {
|
|
visibility: hidden;
|
|
opacity: 0;
|
|
position: absolute;
|
|
z-index: 999;
|
|
background: #FFF;
|
|
background: var(--top_bar_bg);
|
|
padding: 20px;
|
|
box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
|
|
box-shadow: var(--shadow);
|
|
right: 0;
|
|
margin-top: -1px;
|
|
margin-right: -20px;
|
|
transition: .1s;
|
|
text-align: left;
|
|
}
|
|
.site-header .top-bar-content .site-navigation ul li ul li {
|
|
display: block;
|
|
margin: 0;
|
|
line-height: 30px;
|
|
white-space: nowrap;
|
|
}
|
|
.site-header .top-bar-content .site-navigation ul li ul li.current-menu-item a {
|
|
opacity: 1;
|
|
}
|
|
.site-header .top-bar-content .site-navigation ul li ul li:hover a {
|
|
opacity: 1;
|
|
}
|
|
.site-header .top-bar-content .site-navigation ul li ul li ul,
|
|
.site-header .top-bar-content .site-navigation ul li ul li.current-menu-item > ul,
|
|
.site-header .top-bar-content .site-navigation ul li ul li:hover > ul {
|
|
position: relative;
|
|
padding: 10px 20px;
|
|
border-left: 1px solid rgba(0, 0, 0, 0.4);
|
|
box-shadow: none;
|
|
}
|
|
.site-header .top-bar-content .site-navigation ul li ul li ul li,
|
|
.site-header .top-bar-content .site-navigation ul li ul li.current-menu-item > ul li,
|
|
.site-header .top-bar-content .site-navigation ul li ul li:hover > ul li {
|
|
display: block;
|
|
margin: 0;
|
|
line-height: 30px;
|
|
white-space: nowrap;
|
|
}
|
|
.site-header .top-bar-content .site-navigation ul li ul li ul li a,
|
|
.site-header .top-bar-content .site-navigation ul li ul li.current-menu-item > ul li a,
|
|
.site-header .top-bar-content .site-navigation ul li ul li:hover > ul li a {
|
|
opacity: .5;
|
|
}
|
|
.site-header .top-bar-content .site-navigation ul li ul li ul li.current-menu-item a,
|
|
.site-header .top-bar-content .site-navigation ul li ul li.current-menu-item > ul li.current-menu-item a,
|
|
.site-header .top-bar-content .site-navigation ul li ul li:hover > ul li.current-menu-item a {
|
|
opacity: 1;
|
|
}
|
|
.site-header .top-bar-content .site-navigation ul li ul li ul li:hover a,
|
|
.site-header .top-bar-content .site-navigation ul li ul li.current-menu-item > ul li:hover a,
|
|
.site-header .top-bar-content .site-navigation ul li ul li:hover > ul li:hover a {
|
|
opacity: 1;
|
|
}
|
|
.site-header .top-bar-content .site-navigation ul li ul li ul li ul,
|
|
.site-header .top-bar-content .site-navigation ul li ul li.current-menu-item > ul li ul,
|
|
.site-header .top-bar-content .site-navigation ul li ul li:hover > ul li ul,
|
|
.site-header .top-bar-content .site-navigation ul li ul li ul li.current-menu-item > ul,
|
|
.site-header .top-bar-content .site-navigation ul li ul li.current-menu-item > ul li.current-menu-item > ul,
|
|
.site-header .top-bar-content .site-navigation ul li ul li:hover > ul li.current-menu-item > ul,
|
|
.site-header .top-bar-content .site-navigation ul li ul li ul li:hover > ul,
|
|
.site-header .top-bar-content .site-navigation ul li ul li.current-menu-item > ul li:hover > ul,
|
|
.site-header .top-bar-content .site-navigation ul li ul li:hover > ul li:hover > ul {
|
|
position: relative;
|
|
padding: 10px 20px;
|
|
border-left: 1px solid rgba(0, 0, 0, 0.4);
|
|
}
|
|
.site-header .top-bar-content .site-navigation ul li ul li ul li ul li,
|
|
.site-header .top-bar-content .site-navigation ul li ul li.current-menu-item > ul li ul li,
|
|
.site-header .top-bar-content .site-navigation ul li ul li:hover > ul li ul li,
|
|
.site-header .top-bar-content .site-navigation ul li ul li ul li.current-menu-item > ul li,
|
|
.site-header .top-bar-content .site-navigation ul li ul li.current-menu-item > ul li.current-menu-item > ul li,
|
|
.site-header .top-bar-content .site-navigation ul li ul li:hover > ul li.current-menu-item > ul li,
|
|
.site-header .top-bar-content .site-navigation ul li ul li ul li:hover > ul li,
|
|
.site-header .top-bar-content .site-navigation ul li ul li.current-menu-item > ul li:hover > ul li,
|
|
.site-header .top-bar-content .site-navigation ul li ul li:hover > ul li:hover > ul li {
|
|
display: block;
|
|
margin: 0;
|
|
line-height: 30px;
|
|
white-space: nowrap;
|
|
}
|
|
.site-header .top-bar-content .site-navigation ul li ul li ul li ul li a,
|
|
.site-header .top-bar-content .site-navigation ul li ul li.current-menu-item > ul li ul li a,
|
|
.site-header .top-bar-content .site-navigation ul li ul li:hover > ul li ul li a,
|
|
.site-header .top-bar-content .site-navigation ul li ul li ul li.current-menu-item > ul li a,
|
|
.site-header .top-bar-content .site-navigation ul li ul li.current-menu-item > ul li.current-menu-item > ul li a,
|
|
.site-header .top-bar-content .site-navigation ul li ul li:hover > ul li.current-menu-item > ul li a,
|
|
.site-header .top-bar-content .site-navigation ul li ul li ul li:hover > ul li a,
|
|
.site-header .top-bar-content .site-navigation ul li ul li.current-menu-item > ul li:hover > ul li a,
|
|
.site-header .top-bar-content .site-navigation ul li ul li:hover > ul li:hover > ul li a {
|
|
opacity: .5;
|
|
}
|
|
.site-header .top-bar-content .site-navigation ul li ul li ul li ul li.current-menu-item a,
|
|
.site-header .top-bar-content .site-navigation ul li ul li.current-menu-item > ul li ul li.current-menu-item a,
|
|
.site-header .top-bar-content .site-navigation ul li ul li:hover > ul li ul li.current-menu-item a,
|
|
.site-header .top-bar-content .site-navigation ul li ul li ul li.current-menu-item > ul li.current-menu-item a,
|
|
.site-header .top-bar-content .site-navigation ul li ul li.current-menu-item > ul li.current-menu-item > ul li.current-menu-item a,
|
|
.site-header .top-bar-content .site-navigation ul li ul li:hover > ul li.current-menu-item > ul li.current-menu-item a,
|
|
.site-header .top-bar-content .site-navigation ul li ul li ul li:hover > ul li.current-menu-item a,
|
|
.site-header .top-bar-content .site-navigation ul li ul li.current-menu-item > ul li:hover > ul li.current-menu-item a,
|
|
.site-header .top-bar-content .site-navigation ul li ul li:hover > ul li:hover > ul li.current-menu-item a {
|
|
opacity: 1;
|
|
}
|
|
.site-header .top-bar-content .site-navigation ul li ul li ul li ul li:hover a,
|
|
.site-header .top-bar-content .site-navigation ul li ul li.current-menu-item > ul li ul li:hover a,
|
|
.site-header .top-bar-content .site-navigation ul li ul li:hover > ul li ul li:hover a,
|
|
.site-header .top-bar-content .site-navigation ul li ul li ul li.current-menu-item > ul li:hover a,
|
|
.site-header .top-bar-content .site-navigation ul li ul li.current-menu-item > ul li.current-menu-item > ul li:hover a,
|
|
.site-header .top-bar-content .site-navigation ul li ul li:hover > ul li.current-menu-item > ul li:hover a,
|
|
.site-header .top-bar-content .site-navigation ul li ul li ul li:hover > ul li:hover a,
|
|
.site-header .top-bar-content .site-navigation ul li ul li.current-menu-item > ul li:hover > ul li:hover a,
|
|
.site-header .top-bar-content .site-navigation ul li ul li:hover > ul li:hover > ul li:hover a {
|
|
opacity: 1;
|
|
}
|
|
.site-header .top-bar-content .site-navigation ul li ul::after {
|
|
content: "";
|
|
position: absolute;
|
|
top: -2px;
|
|
left: 0;
|
|
width: 100%;
|
|
height: 5px;
|
|
background: #FFF;
|
|
background: var(--top_bar_bg);
|
|
}
|
|
.site-header .top-bar-content .site-navigation .open-top-bar-search,
|
|
.site-header .top-bar-content .site-navigation .close-top-bar-search {
|
|
display: inline-block;
|
|
margin-left: 20px;
|
|
vertical-align: middle;
|
|
line-height: 60px;
|
|
cursor: pointer;
|
|
opacity: .5;
|
|
transition: .1s;
|
|
}
|
|
.site-header .top-bar-content .site-navigation .open-top-bar-search:hover,
|
|
.site-header .top-bar-content .site-navigation .close-top-bar-search:hover {
|
|
opacity: 1;
|
|
transition: .1s;
|
|
}
|
|
.site-header .top-bar-content .site-navigation .open-top-bar-search svg,
|
|
.site-header .top-bar-content .site-navigation .close-top-bar-search svg {
|
|
display: inline-block;
|
|
height: 16px;
|
|
width: 16px;
|
|
line-height: 60px;
|
|
stroke: #2E3B4F;
|
|
stroke: var(--top_bar_color);
|
|
stroke-width: 2px;
|
|
}
|
|
.site-header .top-bar-content .site-navigation .open-top-bar-search.active,
|
|
.site-header .top-bar-content .site-navigation .close-top-bar-search.active {
|
|
opacity: 1;
|
|
}
|
|
.site-header .top-bar-content .site-navigation .open-top-bar-search.active svg,
|
|
.site-header .top-bar-content .site-navigation .close-top-bar-search.active svg {
|
|
stroke-width: 3px;
|
|
}
|
|
.mobile-navigation {
|
|
position: relative;
|
|
z-index: 9;
|
|
display: none;
|
|
width: 100%;
|
|
box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
|
|
box-shadow: var(--shadow);
|
|
background: #FFF;
|
|
background: var(--top_bar_bg);
|
|
text-align: center;
|
|
}
|
|
@media screen and (max-width: 860px) {
|
|
.mobile-navigation {
|
|
display: block;
|
|
}
|
|
}
|
|
.mobile-navigation .site-navigation {
|
|
display: inline-block;
|
|
padding: 30px 0;
|
|
margin: auto;
|
|
text-align: left;
|
|
}
|
|
.mobile-navigation .site-navigation ul {
|
|
margin: 0;
|
|
padding: 0;
|
|
list-style: none;
|
|
}
|
|
.mobile-navigation .site-navigation ul li {
|
|
line-height: 200%;
|
|
}
|
|
.mobile-navigation .site-navigation ul li a {
|
|
color: #2E3B4F;
|
|
color: var(--top_bar_color);
|
|
}
|
|
.mobile-navigation .site-navigation ul li ul {
|
|
padding-left: 30px;
|
|
border-left: 1px dashed #e6e6e6;
|
|
}
|
|
.mobile-navigation .mobile-navigation-toggle {
|
|
position: absolute;
|
|
height: 40px;
|
|
width: 60px;
|
|
background: #FFF;
|
|
background: var(--top_bar_bg);
|
|
color: #2E3B4F;
|
|
color: var(--top_bar_color);
|
|
bottom: -40px;
|
|
left: 50%;
|
|
margin-left: -30px;
|
|
line-height: 40px;
|
|
box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
|
|
box-shadow: var(--shadow);
|
|
text-align: center;
|
|
border-radius: 0 0 8px 8px;
|
|
cursor: pointer;
|
|
}
|
|
.mobile-navigation .mobile-navigation-toggle .open-icon,
|
|
.mobile-navigation .mobile-navigation-toggle .close-icon {
|
|
margin-top: 5px;
|
|
}
|
|
.mobile-navigation .mobile-navigation-toggle .open-icon svg,
|
|
.mobile-navigation .mobile-navigation-toggle .close-icon svg {
|
|
stroke: #2E3B4F;
|
|
stroke: var(--top_bar_color);
|
|
}
|
|
.mobile-navigation .mobile-navigation-toggle .close-icon {
|
|
display: none;
|
|
}
|
|
.mobile-navigation .mobile-navigation-toggle.active .close-icon {
|
|
display: block;
|
|
}
|
|
.mobile-navigation .mobile-navigation-toggle.active .open-icon {
|
|
display: none;
|
|
}
|
|
.article-header {
|
|
text-align: center;
|
|
margin: 120px auto;
|
|
color: #2E3B4F;
|
|
color: var(--body_color);
|
|
}
|
|
@media screen and (max-width: 320px) {
|
|
.article-header {
|
|
margin: 70px auto;
|
|
}
|
|
}
|
|
.article-header .article-categories {
|
|
margin-bottom: 10px;
|
|
}
|
|
.article-header .article-categories .article-category {
|
|
display: inline-block;
|
|
text-transform: uppercase;
|
|
font-size: 14px;
|
|
opacity: .3;
|
|
color: #2E3B4F;
|
|
color: var(--body_color);
|
|
transition: .1s;
|
|
}
|
|
.article-header .article-categories .article-category:hover {
|
|
opacity: .6;
|
|
transition: .1s;
|
|
}
|
|
.article-header .article-title {
|
|
font-size: 48px;
|
|
line-height: 160%;
|
|
font-weight: 400;
|
|
margin-top: 0;
|
|
margin-bottom: 20px;
|
|
}
|
|
@media screen and (max-width: 320px) {
|
|
.article-header .article-title {
|
|
font-size: 42px;
|
|
line-height: 140%;
|
|
}
|
|
}
|
|
.article-header .article-meta {
|
|
opacity: 1;
|
|
color: #2E3B4F;
|
|
color: var(--body_color);
|
|
}
|
|
.article-header .article-meta .author-picture {
|
|
display: inline-block;
|
|
width: 40px;
|
|
height: 40px;
|
|
border-radius: 50%;
|
|
background-size: cover;
|
|
background-position: center;
|
|
vertical-align: middle;
|
|
margin-right: 5px;
|
|
}
|
|
.single-article .article-featured-image {
|
|
text-align: center;
|
|
margin-bottom: 60px;
|
|
}
|
|
.single-article .article-featured-image img {
|
|
max-width: 100%;
|
|
}
|
|
.page-header {
|
|
text-align: center;
|
|
margin: 120px auto;
|
|
color: #2E3B4F;
|
|
color: var(--body_color);
|
|
}
|
|
@media screen and (max-width: 320px) {
|
|
.page-header {
|
|
margin: 70px auto;
|
|
}
|
|
}
|
|
.page-header .label {
|
|
text-transform: uppercase;
|
|
font-size: 14px;
|
|
opacity: .3;
|
|
color: #2E3B4F;
|
|
color: var(--body_color);
|
|
}
|
|
.page-header .meow-breadcrumb .breadcrumb-items-container .breadcrumb-item {
|
|
text-transform: uppercase;
|
|
font-size: 14px;
|
|
opacity: .3;
|
|
color: #2E3B4F;
|
|
color: var(--body_color);
|
|
transition: .1s;
|
|
}
|
|
.page-header .meow-breadcrumb .breadcrumb-items-container .breadcrumb-item:hover {
|
|
opacity: .6;
|
|
transition: .1s;
|
|
}
|
|
.page-header .meow-breadcrumb .breadcrumb-items-container .breadcrumb-item.active {
|
|
opacity: 1;
|
|
}
|
|
.page-header .meow-breadcrumb .breadcrumb-items-container .divider {
|
|
opacity: .3;
|
|
margin: 0 5px;
|
|
}
|
|
.page-header .page-title {
|
|
font-size: 48px;
|
|
line-height: 160%;
|
|
font-weight: 400;
|
|
margin-top: 0;
|
|
margin-bottom: 20px;
|
|
}
|
|
@media screen and (max-width: 320px) {
|
|
.page-header .page-title {
|
|
font-size: 42px;
|
|
line-height: 140%;
|
|
}
|
|
}
|
|
.page-featured-image {
|
|
text-align: center;
|
|
margin-bottom: 60px;
|
|
}
|
|
.page-featured-image img {
|
|
max-width: 100%;
|
|
}
|