/*!
Theme Name: Fox009 Vermilion
Theme URI:
Author: Fox009
Author URI: http://www.fox009.cn
Description: Fox009 Vermilion is a  flexible WordPress theme. You can build a blog with this theme. This theme focuses on speed and usability. If you want to use a page builder for creating your site, then this is the right theme for you. Fox009 Vermilion works very well with all major page builders, such as Elementor or Beaver Builder. It comes with plenty of options in the WordPress Customizer and is also 100% compatible with the Gutenberg block editor. With all its features, Fox009 Vermilion is a very flexible and customizable theme. If you are looking for a fast and easy to use theme, then look no further. You just found it!
Version: 1.3.8
Tested up to: 5.7
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: fox009-vermilion
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.
*/

@charset "UTF-8";
/* 
------------ TABLE OF CONTENT ------------

- GENERAL
- HEADER
- SLIDER
- BREADCRUMB
- POSTS
- SINGLE
- ARCHIVE
- PAGE
- COMMENT
- Widgets
- Plugins
- 404
- FOOTER
*/
/* ================================= */
/* ------------ GENERAL ------------ */
/* ================================= */
:root {
  --primary-color: #cb2821;
  --primary-color-rgb: 0xcb,0x28,0x21;
  --button-color: #fff;
  --button-border-radius: 4px;
  --slider-background-color: #ffffffee;
  --slider-max-height: 500px;
  --primary-column-width:70%;
  --sidebar-column-width:30%;
  background-color:#F3F4F7;
  font-size: 14px;
}
html {
	line-height: 1.2;
	-webkit-text-size-adjust: 100%;
}

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * 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;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 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;
	font-size: 1em;
}

/**
 * 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] {
	cursor: help;
	color: var(--primary-color);
    border-bottom: 1px dotted var(--primary-color);
	text-decoration: underline dotted var(--primary-color);
}

/**
 * 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;
	font-size: 1em;
}

/**
 * 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;
}

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	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;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * 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;
	padding: 0;
}

/**
 * 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;
	outline-offset: -2px;
}

/**
 * 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;
	font: inherit;
}

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}


/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

html {
	box-sizing: border-box;
}

body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-weight: bold;
}

h1 {
	font-size: 1.714rem;
}

h2 {
	font-size: 1.571rem;
}

h3 {
	font-size: 1.428rem;
}

h4 {
	font-size: 1.285rem;
}

h5 {
	font-size: 1.142rem;
}

h6 {
	font-size: 1rem;
}

p {
	margin: 0 0 1em 0;
}

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

blockquote {
	padding: 0.5em 1em;
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	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;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

.text-center{
	text-align:center;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0;
	padding: 0;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin: 0;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

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

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

a, a:visited {
	color:#404040;
	text-decoration: none;
	-webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

a:hover,
a:focus,
a:active {
	color: var(--primary-color);
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

button,
a.button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border-radius: var(--button-border-radius);
	color: var(--button-color);
	line-height: 1.2;
	padding: 0.4em 1em;
    background-color: var(--primary-color);
    border: 1px solid var(--primary-color);
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-weight: 400;
}

button:hover,
a.button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: var(--primary-color);
	background-color: var(--button-color);
	color: var(--primary-color);
}

button:active,
button:focus,
a.button:active,
a.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: var(--primary-color);
	background-color:#fff;
	color: var(--primary-color);
}

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: 4px;
	
}

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: #333;
}

select {
	border: 1px solid var(--primary-color);
}

textarea {
	width: 100%;
}
/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}
/* 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;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}
/* 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;
}

.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: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}
/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}
.page-content {
	margin: 1.5em 0 0;
}
.container {
    padding-right: 20px;
    padding-left: 20px;
    margin-right: auto;
    margin-left: auto;
}
.sidebar .widget{
	padding:20px;
	box-shadow: 0 0 2px rgb(3 13 40 / 10%);
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}
.post-meta .meta-span{
	margin: 0 10px 0 0;
    background: #00000009;
    padding: 4px 15px 4px 8px;
    border-radius: 15px 15px 15px 0;
    display: inline;
}
.post-meta .meta-span .fa{
	padding-right: 0.2rem;
}
.post-meta, .post-meta a,
.post-tags a{
    font-size: 12px;
    color: #888;
}
.post-meta a:hover,
.post-meta a:focus{
	color:var(--primary-color);
}
.padding20{
	padding:20px;
}
.shadow{
	box-shadow: 0 0 2px rgb(3 13 40 / 10%);
}
article .post-inner,
.sidebar .widget{
	background-color:#fff;
}
.menu-toggle{
	display: block;
}
.skip-to-top{
	padding: 0;
    display: none;
    position: fixed;
    right: 20px;
	bottom: 20px;
	font-size: 2.5rem;
    color: rgba(var(--primary-color-rgb),0.8);
	background-color:unset;
	border:unset;
    cursor: pointer;
    text-align: center;
    z-index: 999;
	text-shadow: 1px 2px 2px rgb(0 0 0 / 30%);
}
.skip-to-top:hover,
.skip-to-top:focus{
    color: rgba(var(--primary-color-rgb),1);
	background-color:unset;
}
article.post,
article.page{
	margin-bottom: 20px;
}
.search-form{
	display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}
.search-form>label{
	width:100%;
	padding-right:5px;
}
.search-form .search-field{
	width:100%;
}
/* ================================= */
/*									 */
/* ------------ HEADER ------------- */
/*									 */
/* ================================= */
header.site-header{
	background-color: #fff;
	background-repeat:no-repeat;
	background-position:top;
	background-size:100% 100%;
	background-attachment: fixed;
}
/*--------------------------------------------------------------
# header-top
--------------------------------------------------------------*/
.header-top{
	background-color: rgba(var(--primary-color-rgb), 0.5);
    color: #fff;
    min-height: 50px;
    line-height: 50px;
}
.header-top .container{
	display: flex;
    flex-direction: row;
}
.top-navigation {
	display: block;
	width:100%;
	position: relative;
}
.top-navigation .menu-toggle{
	line-height:50px;
	padding:0;
	background-color:inherit;
    border: none;
    color: #fff;
	width:100%;
	text-align:left;
}
.top-navigation .menu-toggle:after{
	content: "\f0c9";
	font-family: FontAwesome;
	display:inline;
	float:right;
	font-size:2rem;
}
.top-navigation .menu-toggle:hover,
.top-navigation .menu-toggle:focus{
	color: #333;
}
.top-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}
.top-navigation li {
	position: relative;
}
.top-navigation ul.nav-menu>li {
    vertical-align: middle;
    font-size: 0.7222em;
    letter-spacing: 1px;
    font-weight: normal;
    line-height: 1.75;
    position: relative;
}
.top-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
	background-color:rgba(var(--primary-color-rgb), 0.9);
}

.top-navigation ul li:hover > ul,
.top-navigation ul li.focus > ul {
	left: auto;
}

.top-navigation ul ul a {
	width: 200px;
}

.top-navigation ul ul ul {
	margin-left: 200px;
	top: 0;
}
.top-navigation a {
	line-height: 50px;
    font-size: 0.871rem;
    text-transform: uppercase;
    color: #fff;
    padding: 0 0 0 20px;
    letter-spacing: 0;
    display: block;
}
.top-navigation .menu-item-has-children a{
	padding-right:30px;
}
.top-navigation a:hover,
.top-navigation a:focus,
.top-navigation li:hover>.submenu-toggle,
.top-navigation li.focus>.submenu-toggle{
	color: #333;
}
.top-navigation .submenu-toggle{
	background: none;
    padding: 0;
    display: block;
    position: absolute;
    top: 15px;
    right: 5px;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
}
.top-navigation.toggled ul.nav-menu {
	display: block;
	background: rgb(var(--primary-color-rgb), 0.9);
    box-shadow: 0 5px 10px rgb(0 0 0 / 10%);
    position: absolute;
}
.social-navigation {
	display: block;
	width:50%;
	overflow:hidden;
	position: relative;
	margin-left:auto;
}
.social-navigation ul {
    margin: 0;
    padding: 0;
}

.social-navigation ul li {
    display: inline;
    padding: 0;
    float: right;
	margin-right: 0.5rem;

}

.social-navigation ul li a {
	display:block;
    font-size: 0;
	line-height: 50px;
    color: #fff;
}

.social-navigation ul li a:hover {
    color: #333;
}
.social-navigation ul li a:before {
    font-family: FontAwesome, sans-serif;
    font-size: 0.875rem;
    padding: 0;
    vertical-align: middle;
	text-align:center;
    line-height: 1.236rem;
    display: inline-block;
    width: 1.236rem;
    height: 1.236rem;
    border: 1px solid #fff;
    border-radius: 50%;
}
.social-navigation ul li a:hover:before {
    border: 1px solid #333;
}
.social-navigation ul li a[href*="nav-menus.php"]:before {
    content: "\f067";
}

.social-navigation ul li a[href*="facebook.com"]:before {
    content: "\f09a";
}

.social-navigation ul li a[href*="twitter.com"]:before {
    content: "\f099";
}

.social-navigation ul li a[href*="linkedin.com"]:before {
    content: "\f0e1";
}

.social-navigation ul li a[href*="plus.google.com"]:before {
    content: "\f0d5";
}

.social-navigation ul li a[href*="youtube.com"]:before {
    content: "\f167";
}

.social-navigation ul li a[href*="dribbble.com"]:before {
    content: "\f17d";
}

.social-navigation ul li a[href*="pinterest.com"]:before {
    content: "\f0d2";
}

.social-navigation ul li a[href*="bitbucket.org"]:before {
    content: "\f171";
}

.social-navigation ul li a[href*="github.com"]:before {
    content: "\f113";
}

.social-navigation ul li a[href*="codepen.io"]:before {
    content: "\f1cb";
}

.social-navigation ul li a[href*="flickr.com"]:before {
    content: "\f16e";
}

.social-navigation ul li a[href$="/feed/"]:before {
    content: "\f09e";
}

.social-navigation ul li a[href*="foursquare.com"]:before {
    content: "\f180";
}

.social-navigation ul li a[href*="instagram.com"]:before {
    content: "\f16d";
}

.social-navigation ul li a[href*="tumblr.com"]:before {
    content: "\f173";
}

.social-navigation ul li a[href*="reddit.com"]:before {
    content: "\f1a1";
}

.social-navigation ul li a[href*="vimeo.com"]:before {
    content: "\f194";
}

.social-navigation ul li a[href*="digg.com"]:before {
    content: "\f1a6";
}

.social-navigation ul li a[href*="twitch.tv"]:before {
    content: "\f1e8";
}

.social-navigation ul li a[href*="stumbleupon.com"]:before {
    content: "\f1a4";
}

.social-navigation ul li a[href*="delicious.com"]:before {
    content: "\f1a5";
}

.social-navigation ul li a[href*="mailto:"]:before {
    content: "\f0e0";
}

.social-navigation ul li a[href*="skype.com"]:before {
    content: "\f17e";
}

.social-navigation ul li a[href*="dribble.com"]:before {
    content: "\f17d";
}
.header-search .search-form{
	width:auto;
	position:relative;
	text-align:right;
}

.header-search .search-form:before{
	content: "\f002";
	position: absolute;
    top: 0px;
    left: 5px;
    z-index: 100;
    font-family: FontAwesome;
	font-size:1rem;
	line-height:inherit;
}

.header-search .search-form:hover:before,
.header-search .search-form:focus:before{
	color:#000;
}

.header-search .search-field{
	display: inline-block;
    position: relative;
    z-index: 200;
	font-size:1rem;
    width: 30px;
    padding: 10px 5px 10px 30px;
    margin: 0;
    color: #c3c4c7;
    opacity:0;
    border: none;
    outline: 0;
    cursor: pointer;
    box-shadow: none;
    box-sizing: border-box;
    transition-duration: .4s;
    transition-property: width,background;
    transition-timing-function: ease;
}
.header-search .search-field:focus{
	z-index: 50;
    width: 300px;
    opacity:0.8;
    cursor: text;
    border: 0;
}
.header-search .search-submit{
	display:none;
}
.header-search .search-button:hover,
.header-search .search-button:focus{
	color: #333;
}
.header-search .search-button .icon{
	line-height:50px;
	text-decoration:none;
	font-size: 24px;
}
/*--------------------------------------------------------------
# header-middle
--------------------------------------------------------------*/
.custom-logo-link {
	display: inline-block;
}
.site-title{
	font-family: 'Tangerine', sans-serif;
	font-size:4rem;
	letter-spacing: 10px;
	margin:0;
	padding-top: 0.6em;
	text-shadow: 4px 4px 0px rgb(0 0 0 / 10%);
}
.site-description{
	font-family: 'Tangerine', sans-serif;
	font-size:2.21rem;
	letter-spacing: 6px;
	margin-top:0;
	text-shadow: 2px 2px 0px rgb(0 0 0 / 10%);
}
/*--------------------------------------------------------------
# header-bottom
--------------------------------------------------------------*/
.header-bottom{
	background-color:#ffffff80;
	border-top: 1px solid #c1c1c1;
    border-bottom: 1px solid #c1c1c1;
}
.header-bottom.istop{
	position: fixed;
    z-index: 9999;
    width: 100%;
    top: 0;
    left: 0;
	background-color: #ffffffee;
	box-shadow: 0 0 15px rgb(0 0 0 / 30%);
}
.main-navigation {
	display: block;
	width: 100%;
	position: relative;
}
.main-navigation .menu-toggle{
	line-height:70px;
	padding:0;
	background-color: unset;
    border: none;
    color: initial;
	width:100%;
	text-align:left;
}
.main-navigation .menu-toggle:after{
	content: "\f333";
	font-family: dashicons;
	display:inline;
	float:right;
	font-size:2rem;
}
.main-navigation .menu-toggle:hover,
.main-navigation .menu-toggle:focus{
	color: var(--primary-color);
}
.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}
.main-navigation li {
	position: relative;
}
.main-navigation ul.nav-menu>li {
    vertical-align: middle;
    font-size: 1rem;
    letter-spacing: 1px;
    font-weight: normal;
    line-height: 1.75;
    position: relative;
}
.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
	background-color:#fffffff0;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}
.main-navigation ul ul a {
	width: 200px;
}
.main-navigation ul ul ul {
	margin-left: 200px;
	top: 0;
}

.main-navigation a {
	line-height: 70px;
    font-size: 1rem;
    text-transform: uppercase;
    color: #333;
    padding: 0 0 0 20px;
    letter-spacing: 0;
    display: block;
}
.main-navigation .menu-item-has-children a{
	padding-right:40px;
}
.main-navigation a:hover,
.main-navigation a:focus,
.main-navigation li:hover>.submenu-toggle,
.main-navigation li.focus>.submenu-toggle{
	color: var(--primary-color);
}

.main-navigation .submenu-toggle{
	background: none;
    padding: 0;
    display: block;
    position: absolute;
    top: 27px;
    right: 15px;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
}
.main-navigation.toggled ul.nav-menu {
	display: block;
	background: #fff;
    box-shadow: 0 5px 10px rgb(0 0 0 / 10%);
    position: absolute;
}

.main-navigation.toggled ul.nav-menu {
	display: block;
	background-color:#fffffff0;
}

/* ================================= */
/*									 */
/* ------------ SLIDER ------------- */
/*									 */
/* ================================= */
.owl-carousel .owl-stage-outer,
.owl-carousel .owl-stage-outer .post-featured-image{
	max-height:var(--slider-max-height);
	position:relative;
}

.owl-carousel .read-more-button{
	margin:30px 0 10px;
}
.owl-carousel .post-info{
	position: absolute;
    background-color: var(--slider-background-color);
	border-radius:10px;
	left: 50%;
    top: 50%;
	transform: translate(-50%,-50%);
	padding:35px 60px;
}
.owl-carousel .post-info .post-title{
	margin-top:0;
}
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next{
    border-radius: 50%;
    -webkit-border-radius: 50%;
    background-color: rgba(0,0,0,.5);
	position: absolute;
    top: 46%;
    top: calc(50% - 25px);
    color: #fff;
    text-align: center;
    width: 50px;
    height: 50px;
    line-height: 50px;
    margin: 0;
    padding: 0;
    font-size: 20px;
}
.owl-carousel .owl-nav button.owl-prev{
	left: 75px;
}
.owl-carousel .owl-nav button.owl-next{
	right: 75px;
}

.owl-carousel .owl-nav button span{
	line-height: 50px;
}
.owl-carousel .owl-nav [class*='owl-']:hover{
	background-color:var(--primary-color);

}
/* ================================= */
/*									 */
/* ---------- BREADCRUMB ----------- */
/*									 */
/* ================================= */
.breadcrumbs-container{
	margin:20px 0;
}
.breadcrumbs-nav ol{
	list-style: none;
    margin: 0;
    padding-left: 0;
}
.breadcrumbs-nav ol li {
    display: inline;
    padding-left: 0;
}
.breadcrumbs-nav span{
	color:#888;
	font-size: 1rem;
}
.breadcrumbs-nav a:hover span,
.breadcrumbs-nav a:focus span{
	color:var(--primary-color);
}
.breadcrumbs-nav li .dashicons{
	font-size: 1.1rem;;
}
/* ================================= */
/*									 */
/* ------------- POSTS ------------- */
/*									 */
/* ================================= */
.main-content.posts .post-inner:before,
.main-content.posts .post-inner:after{
	display: block;
    content: " ";
    clear: both;
}
.main-content.posts .post-info{
	float:right;
	width:100%;
}
.main-content.posts .has-post-thumbnail .post-featured-image{
	width:100%;
	max-height: 750px;
	overflow:hidden;
}
.main-content.posts .has-post-thumbnail .post-featured-image img{
	width:100%;
	height:auto;
}
.main-content.posts .has-post-thumbnail .post-info{
	width:100%;
	max-height: 20rem;
}

.main-content.posts .post-title{
	margin-top: 0;
    line-height: 1;
    font-size: 1.4rem;
}
.main-content.posts .post-meta{
	margin: 0 0 10px;
}
.main-content.posts .post-summary{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	margin: 0 0 20px;
}
.main-content.posts .post-summary p{
	font-size: 1rem;
	margin: 0;
}
.main-content.posts .read-more-button{
	margin: 0 0 10px;
}
.posts-navigation-container{
	margin-bottom: 20px;
}
.posts-navigation-container a.page-numbers,
.posts-navigation-container .page-numbers.current{
    display: inline-block;
    margin: 0 5px 0 0;
	padding: 5px 15px;
	border: 1px solid #fff;
	border-radius:var(--button-border-radius);
    text-align: center;
    font-weight: 600;
    color: #333;
    background: #fff;
    box-shadow: 0 0 2px rgb(3 13 40 / 10%);
}
.posts-navigation-container .page-numbers.current,
.posts-navigation-container .page-numbers.prev,
.posts-navigation-container .page-numbers.next{
	color: #fff;
    background: var(--primary-color);
}
.posts-navigation-container a.page-numbers:hover,
.posts-navigation-container a.page-numbers:focus{
	border-color:var(--primary-color);
	color: var(--primary-color);
    background: #fff;
}
.sticky {
	display: block;
}

/* ================================= */
/*									 */
/* ------------- SINGLE ------------ */
/*									 */
/* ================================= */
.main-content.single .post-title,
.main-content.single .post-meta{
	text-align:center;
}
.main-content.single .post-title{
	margin:20px 0;
}
.main-content.single .post-meta{
	margin:20px 0;
}
.main-content.single .post-content{
	margin-top:20px;
	padding-top:20px;
	border-top: 1px solid #ccc;
}
.main-content.single .post-content a{
	text-decoration: underline;
}
.main-content.single .post-tags{
	text-align:left;
	margin-top:40px;
}
.post-navigation-container{
	background-color:#fff;
	margin-bottom:20px;
}
.post-navigation .nav-links{
	position:relative;
}
.post-navigation .nav-links .nav-previous:before{
	position: absolute;
    top: 0;
    left: -20px;
    height: 1.5rem;
    content: '';
    width: 4px;
    background: var(--primary-color);
}
.post-navigation .nav-links .nav-next:after{
	position: absolute;
    top: 0;
    right: -20px;
    height: 1.5rem;
    content: '';
    width: 4px;
    background: var(--primary-color);
}

/* ------------block style--------- */
p.is-style-fox009-vermilion-copyright-notice{
    border: 1px solid rgba(var(--primary-color-rgb), 0.6);
    padding: 10px;
    border-radius: 4px;
    background-color: rgba(var(--primary-color-rgb), 0.1);
}
blockquote.is-style-fox009-vermilion-reprint-statement{
    background: rgba(var(--primary-color-rgb), 0.1);
}
article .post-content pre{
	background: rgba(var(--primary-color-rgb), 0.1);
}
article .post-content ul,
article .post-content ol{
	margin-left: 20px;
}
.wp-block-quote{
	border-color: rgba(var(--primary-color-rgb), 0.8);
}
.wp-block-code{
	border-color: rgba(var(--primary-color-rgb), 0.8);
}
.wp-block-pullquote{
	border-color: rgba(var(--primary-color-rgb), 0.8);
}
.wp-block-table table {
    border-collapse: collapse;
}
.wp-block-table thead,
.wp-block-table tfoot{
	border-color: rgba(var(--primary-color-rgb), 0.8);
}
.wp-block-table table td{
	border-color: rgba(var(--primary-color-rgb), 0.8);
}
.wp-block-table.is-style-stripes{
	border-color: rgba(var(--primary-color-rgb), 0.1);
}
.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
    background-color: rgba(var(--primary-color-rgb), 0.1);
}
article .post-content code{
	padding: 2px 4px;
    font-size: 90%;
    color: var(--primary-color);
    background-color: rgba(var(--primary-color-rgb), 0.1);
    border-radius: 4px;
}
article .post-content kbd{
	padding: 2px 4px;
    font-size: 90%;
    color: #fff;
    background-color: var(--primary-color);
    border-radius: 4px;
}
/* ================================= */
/*									 */
/* ------------ ARCHIVE ------------ */
/*									 */
/* ================================= */
.page-header-container{
	background-color:#fff;
	margin-bottom:20px;
}
.page-header-container .page-title,
.page-header-container .archive-description{
	margin:0;
	text-align:center;
}
.page-header-container .search-form{
	max-width:400px;
	margin:auto;
}
/* ================================= */
/*									 */
/* ------------- PAGE -------------- */
/*									 */
/* ================================= */

.main-content.page .post-title,
.main-content.page .post-meta{
	text-align:center;
}
.main-content.page .post-title{
	margin:20px 0;
}
.main-content.page .post-content{
	margin-top:20px;
	padding-top:20px;
	border-top: 1px solid #ccc;
}
.main-content.page .post-tags{
	text-align:left;
	margin-top:40px;
}
/* ================================= */
/*									 */
/* ------------ COMMENT ------------ */
/*									 */
/* ================================= */
.comments-title-container,
.comments-list-container,
.comments-closed-container,
.comments-form-container{
	background-color:#fff;
	margin-bottom:20px;
}
.comments-area h2{
	margin:0 0 1em;
	line-height:1;
	position:relative;
}
.comments-area h2:before{
	position: absolute;
    top: 0;
    left: -20px;
    height: 1.571rem;
    content: '';
    width: 4px;
    background: var(--primary-color);
}
.comments-list-container .comments-list{
	padding:0;
}
.comments-list-container li+li{
	margin-top:20px;
	padding-top:20px;
	border-top: 1px solid #ccc;
}
.comments-area .bypostauthor {
	display: block;
}


/* ================================= */
/*									 */
/* ------------ Widgets ------------ */
/*									 */
/* ================================= */
.widget {
	margin: 0 0 20px;
}

.widget select {
	max-width: 100%;
}
.widget .widget-title{
	margin-top:0;
	line-height: 1;
	position:relative;
}
.widget .widget-title:before{
	position: absolute;
    top: 0;
    left: -20px;
    height: 1.571rem;
    content: '';
    width: 4px;
    background: var(--primary-color);
}
.widget > ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.widget > ul li a,
.widget > ul li{
    font-size: 1.2rem;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 2.5rem;
    margin-bottom: 0;
}
.widget_calendar caption{
	font-size: 1.2rem;
	font-weight: 600;
    margin-bottom: 10px;
}
.widget_calendar table{
	border-collapse: collapse;
}
.widget_calendar th{
	border: 1px solid rgba(var(--primary-color-rgb), 0.2);
	padding: 6px 0;
}
.widget_calendar td{
	border: 1px solid rgba(var(--primary-color-rgb), 0.1);
	text-align:center;
	padding: 5px 0;
}
.widget_calendar tr th:nth-last-child(1),
.widget_calendar tr td:nth-last-child(1),
.widget_calendar tr td:nth-last-child(1) a{
	color:#f15560;
}
.widget_calendar table a{
	text-decoration: underline;
}
/* ================================= */
/*									 */
/* ------------ Plugins ------------ */
/*									 */
/* ================================= */

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/* ================================= */
/*									 */
/* -------------- 404 -------------- */
/*									 */
/* ================================= */
.error-404-container{
	background-color:#fff;
	margin-bottom:20px;
}
.error-404-container .error-header,
.error-404-container .error-content{
	text-align:center;
}
.error-404-container .error-title{
	padding: 0 0 20px;
	margin-bottom:20px;
	border-bottom: 1px solid #ccc;
}
.error-404-container .error-content{
	padding-bottom:20px;
}
.error-404-container .search-form{
	max-width:400px;
	margin:auto;
}
.error-404-container .text-404{
	font-size: 22.22em;
    line-height: 1;
    font-weight: bolder;
    text-shadow: 0 -10px rgb(0 0 0 / 10%);
    color: var(--primary-color);
    margin: 40px 0 60px;
}




/* ================================= */
/*									 */
/* ------------ FOOTER ------------- */
/*									 */
/* ================================= */
.site-footer{
	clear: both;
	background-color: #121212;
}
.site-footer .site-info{
    padding: 50px 0;
}
.site-footer,
.site-footer a,
.site-footer span{
    color: #fff;
}
.site-footer a:hover,
.site-footer a:focus{
	color: var(--primary-color);
}
.site-footer p{
	margin: 10px 0;
}
.site-footer .site-info .copyright h2{
	font-size:1.2rem;
	font-weight:600;
	padding:0;
	margin:10px 0;
}