/*!
Theme Name: Woolich Racing
Theme URI: http://underscores.me/
Author: Kirstan Leane
Author URI: https://talkaboutcreative.com.au
Description: Parent theme created from Underscores.me
Version: 1.0.0

Woolich Racing is based on Underscores https://underscores.me/, (C) 2012-2020 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:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | 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;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

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

/* Grouping content
	 ========================================================================== */

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

/* 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;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: 700;
}

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

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

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

/* Box sizing
--------------------------------------------- */

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

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
    font-family: "Poppins", sans-serif;
    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;
	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%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

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: 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%;
}

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}


a:hover,
a:focus,
a:active {
	color: #e00505;
	border-bottom:1px solid #e00505;
}

a:focus {
	outline: thin dotted;
}

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

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"]:not(.wpcf7-form-control),
.wp-block-button__link,
.wp-block-latest-posts__read-more {
    border-radius:5px;
    border:0;
    font-weight:600;
    font-family: "Teko", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    color:#000;
    text-transform:uppercase;
    font-size:1.25rem;
    cursor:pointer;
    padding:6px 15px 4px;
    background: rgb(224,5,5);
    background: linear-gradient(0deg, rgba(193,6,6,1) 50%, rgba(224,5,5,1) 50%);
    display: inline-block;
    transform: skew(-21deg);
  /* Un-skew the text around line 607 */
}

/* alt bkg colours */
.wp-block-latest-posts__read-more,
.btn-alt a {
    background: rgb(50,50,50);
    background: -moz-linear-gradient(0deg, rgba(50,50,50,1) 50%, rgba(66,66,66,1) 50%);
    background: -webkit-linear-gradient(0deg, rgba(50,50,50,1) 50%, rgba(66,66,66,1) 50%);
    background: linear-gradient(0deg, rgba(50,50,50,1) 50%, rgba(66,66,66,1) 50%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#323232",endColorstr="#424242",GradientType=1);
    color:#fff;
}

@media screen and (min-width:990px) {
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.wp-block-button__link,
.wp-block-latest-posts__read-more {
    font-size:1.75rem;
    padding:6px 35px 4px;
}
.wp-block-latest-posts__read-more, 
.btn-alt a {
    font-size:1.5rem;
}
}

.btn > span,
.wp-block-button__link > span,
button > span,
input[type="button"] > span,
input[type="reset"] > span,
input[type="submit"] > span,
.wp-block-latest-posts__read-more > span {
   display: inline-block;
  transform: skew(21deg); 
}





button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
.wp-block-button__link:hover,
.wp-block-latest-posts__read-more:hover {
    background: rgb(224,5,5);
    background: linear-gradient(0deg, rgba(224,5,5,1) 50%, rgba(193,6,6,1) 50%);
    color:#fff;
    border:0;
}

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,
.wp-block-button__link:active,
.wp-block-button__link: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: 2px solid #424242;
	border-radius: 3px;
	padding: 10px 10px 8px;
	width:100%;
}

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;
	border-color:#818181;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

.wpcf7-form label {
    display:none;
}
.wpcf7-form p {
    margin-bottom:5px;
}
.wpcf7-not-valid-tip {
    background: #E83B1F;
    font-size: 1em;
    font-weight: normal;
    display: block;
    color: #fff;
    padding-left:10px;
}
.wpcf7-form .wpcf7-checkbox label,
.wpcf7-form .wpcf7-radio label{
    display:block;
}
/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	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 {
	display: block;
	left: auto;
}

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

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

.main-navigation li {
	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: 1000px) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
	display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: row;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.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%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

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

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

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

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

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

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


/* -------------------------------------------
#
Custom styles start here
#
--------------------------------------------- */
/* -------- GUTENBERG STUFF (SEE FUNCTIONS.PHP FOR REST OF SETUP) -------- */
/* CUSTOM THEME COLOURS */
.has-woolich-red-background-color {
    background-color:#e00505;
}
.has-woolich-darker-red-background-color {
    background-color:#c10606;
}
.has-darkest-grey-background-color {
    background-color:#141414;
}
.has-mid-grey-three-background-color {
    background-color:#1e1e1e;
}
.has-mid-grey-two-background-color {
    background-color:#282828;
}
.has-mid-grey-background-color {
    background-color:#323232;
}
.has-lightest-grey-background-color {
    background-color:#b3b3b3;
}
.has-white-background-color {
    background-color:#fff;
}
.has-black-background-color {
    background-color:#000;
}

.has-woolich-red-color {
    color:#e00505;
}
.has-woolich-darker-red-color {
    color:#c10606;
}
.has-darkest-grey-color {
    background-color:#141414;
}
.has-mid-grey-three-color {
    background-color:#1e1e1e;
}
.has-mid-grey-two-color {
    background-color:#282828;
}
.has-mid-grey-color {
    background-color:#323232;
}
.has-grey-color {
    color:#4d4d4d;
}
.has-lightest-grey-color {
    color:#b3b3b3;
}
.has-white-color {
    color:#fff;
}
.has-black-color {
    color:#000;
}
.has-warning-color {
    color:#ffe100;
}


/* -------- GLOBAL AND REPEATING ELEMENTS -------- */
body {
   font-family: "Roboto", sans-serif;
  font-weight: 400;
  background:#000;
  color:#fff;
}
#page {
  max-width:1600px;
  margin:0 auto;
}
h1 {
    font-family: "Teko", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    text-transform:uppercase;
    font-size: 2em;
}
h2 {
    font-family: "Teko", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    text-transform:uppercase;
    font-size: 1.7em;
}
h3 {
   font-family: "Teko", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    text-transform:uppercase;
    font-size: 1.5em;
}

a {
    color: #fff;
    text-decoration: none;
    background-color: transparent;
    border-bottom:1px solid #fff;
}
p, ul, ol {
    font-size: 0.9em;
    line-height: 2em;
    font-weight: 300;
    letter-spacing: 0.01em;
    margin-bottom: 0.25em;

}
ul {
    margin-left:0;
}
ul li {
    margin-bottom:20px;
}

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


@media screen and (min-width:990px) {
p, ul, ol {
    font-size: 0.92em;
    line-height: 2em;
}
h2 {
  font-size: 2em;  
}
h3 {
    font-size: 1.75em;
}
}

@media screen and (max-width:700px) {
p, ul, ol {
    font-size: 0.87em;
    line-height: 2em;
}
h2 {
  font-size: 1.8em;  
}
h3 {
    font-size: 1.3em;
}
}

.no-padding {
    padding:0 !important;
}
    
p + .wp-block-buttons,
ul + .wp-block-buttons {
    margin-top:30px;
}
    

.teko-regular {
  font-family: "Teko", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
.roboto-regular {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.woolichred {
    color:#e00505;
}

.no-bottom-padding {
    padding-bottom:0 !important;
    padding-top:40px !important;
}

/* -- RESPONSIVE IFRAMES -- */
.videoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* -- CHECK LIST -- */
.tick-icon-list {
       list-style: none;
    padding: 0;
    margin: 20px 0 10px 8px;
}
/* Set the list image as background image*/
        .tick-icon-list li::before {
            content: '';
            display: inline-block;
            margin-right: 10px;
            height: 20px;
            width: 20px;
            background-image: url(img/tick.svg);
            background-repeat: no-repeat;
        }
.tick-icon-list li {
    padding: 2px 0;
    padding-left: 20px;
    text-indent: -30px;
    margin-bottom: 0;
    line-height: 1.5em;
}
.tick-icon-list .has-medium-font-size {
    margin-bottom: 20px;
}


/* HEADER styles ---------------------- */


#masthead {
    width: 100%;
    color: #fff;
    display: flex;
    align-items: normal;
    padding:0 10px;
    z-index:9999;
    padding:10px 3%;
}
.site-branding {
   width: 15%;
    float: left;
    /* margin-right: 1%; */
    padding-top: 8px;
    position: absolute;
    z-index: 99;
}
#masthead a,
.site-branding a {
    border:0;
}
@media screen and (max-width:999px) {
.site-branding {
    width:30%;
    position:relative;
}
}
@media screen and (max-width:750px) {
.site-branding {
    width:40%;
}
}

/* -- MAIN NAV -- */
.main-navigation {
    padding-right: 1%;
}
.main-navigation ul ul {
    background-color: rgba(0,0,0,0.8);
    display: block;
    padding:10px 20px;
}

.main-navigation ul li {
    margin-bottom:0;
}
.main-navigation ul ul li {
    margin-bottom:0;
}


.main-navigation a {
    padding: 25px 0;
   font-size: 1.35rem;
    margin: 0 5px;
    word-break: normal;
    text-transform:uppercase;
     color:#b5b5b5;
     font-family: "Teko", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
} 


.main-navigation ul ul a {
    padding:15px 0 5px;
}
.main-navigation .sub-menu a {
    font-size:1rem !important;
    padding: 5px;
    line-height: 1.3rem !important;
}

.main-navigation a:hover {
    color:#E83B1F;
}
.main-navigation .current-menu-item a {
    color:#E83B1F;
}
.main-navigation a {
    transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}

.main-navigation .current-menu-item .sub-menu a {
    color:#fff;
}
.main-navigation .current-menu-item .sub-menu a:hover {
    color:#E83B1F;
}

@media screen and (min-width:1000px) {
.main-navigation a {
    padding:10px 0;
}
}



.socialicons {
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-end;
    align-items: stretch;
}
.socialicons img {
    width: 35px;
    height: 35px;
    margin: 10px 0 10px 8px;
    opacity:0.35;
}
.socialicons a:hover img {
    opacity:0.7;
}
@media screen and (max-width:999px) {
.socialicons {
    padding-right:60px;
    top:0;
}
.socialicons img {
    margin: 5px 5px;
    width:40px;
    height:40px;
}
}
@media screen and (max-width:699px) {
.socialicons {
    padding-right:70px;
    top:0;
}
}


@media screen and (max-width:999px) {

.menu-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
}
.main-navigation .menu-toggle .icon-bar {
    background-color: #fff;
}
.main-navigation .menu-toggle:hover .icon-bar,
.main-navigation .menu-toggle:focus .icon-bar,
.main-navigation .menu-toggle:active .icon-bar {
    background-color: rgba(255,255,255,0.75);
}
.main-navigation .icon-bar+.icon-bar {
    margin-top: 4px;
}
.menu-toggle {
    display: block;
    float: right;
    height: 50px;
    width: 50px;
    cursor: pointer;
    padding: 12px 14px;
    border: 0;
    border-color: #ccc #ccc #bbb;
    border-radius: 3px;
    background: #E83B1F;
    position: absolute;
    right: 15px;
    top: 10px;
    z-index: 99999;
    
     background: rgb(224,5,5);
    background: linear-gradient(0deg, rgba(193,6,6,1) 50%, rgba(224,5,5,1) 50%);
    display: inline-block;
    transform: skew(-21deg);
}
.menu-toggle:hover {
   background-color: #E83B1F; 
}
.main-navigation.toggled .menu-toggle {
   background-color: #E83B1F; 
}
.main-navigation.toggled ul {
    background-color: rgba(0,0,0, 0.9);
    padding-right: 0;
    width: 100%;
    clear: none;
    text-align: center;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    padding-bottom: 10px;
    z-index: 999;
}



.main-navigation.toggled ul a {
    padding:10px;
    font-size:1.4rem;
}
.main-navigation.toggled ul ul {
    left:0;
    position:relative;
    background:transparent;
    box-shadow:0 0;
    text-align:center;
    padding:0 0 10px;
    top:0;
    right:0;
    left:0;
    width:100%;
    border:0;
}
.main-navigation.toggled ul ul a {
    width: 100% !important;
    color: #A2B8D8;
    padding-left: 0;
}
.main-navigation.toggled ul ul a:hover,
.main-navigation.toggled ul ul a:focus,
.main-navigation.toggled ul ul a:active {
     color:#E83B1F;
}

}


/* WP-BLOCK-COVER styles ---------------------- */

body:not(.home) .wp-block-cover {
    align-items: flex-end;
}

.wp-block-cover {
    min-height: 430px;
    padding:0;
}

.wp-block-group {
  padding:80px 5% 60px;
}
.wp-block-cover .wp-block-group {
    padding:0 5% 0;
}
.less-top-padding {
    padding:20px 5% 60px;
}
.margin-top-20px {
    margin-top:20px !important;
}

body:not(.home) .wp-block-cover__inner-container {
    padding-bottom:20px;
}




/* WP-BLOCK-COVER styles HOME SPECIFIC ---------------------- */


.home .wp-block-cover .wp-block-group {
    background-color: rgba(0, 0, 0, 0.75);
    padding: 30px 6% 10px;
    width: 70%;
    float: right;
    margin-top:20px;
    margin-right:20px;
}
.wp-block-cover h1 {
    font-size:2em;
    line-height:1em;
    margin: 0.2em 0;
}
.wp-block-cover .woolichred {
    clear: left;
    display: inline-block;
}
.wp-block-cover p {
    margin-top:0.2em;
    font-size: 0.9em;
    line-height: 2em;
}
.home .wp-block-cover .cover-footer-group {
    width: 100%;
    float: none;
    background-color: rgba(0, 0, 0, 0.75);
    padding: 10px 7%;
    clear: both;
    margin-top: 20px;
    display: inline-block;
}
.wp-block-cover .cover-footer-group h2 {
    line-height:1.2em;
}

@media screen and (min-width:999px) {
.wp-block-cover {
    min-height: 500px;
    padding:0;
}
.home .wp-block-cover .wp-block-group {
    width: 50%;
    float: right;
    background-color: rgba(0, 0, 0, 0.75);
    padding: 20px 5%;
    margin-top:50px;
    margin-right:50px;
}
.wp-block-cover h1 {
    font-size:2.5em;
    line-height:1em;
}
.wp-block-cover .woolichred {
    clear: left;
    display: inline-block;
}
.wp-block-cover p {
    font-size: 1em;
    line-height: 2em;
}
.home .wp-block-cover .cover-footer-group {
    width: 100%;
    float: none;
    background-color: rgba(0, 0, 0, 0.75);
    padding: 10px 5%;
    clear: both;
    margin-top: 20px;
    display: inline-block;
}
.wp-block-cover .cover-footer-group h2 {
    font-size:2em;
    line-height:1.2em;
    margin: 14px auto 10px;
}
}
@media screen and (min-width:1200px) {
.wp-block-cover {
    min-height: 600px;
}
.wp-block-cover.cover-right-form .wp-block-group {
    width: 47%;
    float: right;
    background-color: rgba(0, 0, 0, 0.6);
    padding:0 0 20px 0;
    margin-right:5%;
}
.wp-block-cover h1 {
    font-size:3em;
} 
.home .wp-block-cover .cover-footer-group {
    width: 100%;
    float: none;
    background-color: rgba(0, 0, 0, 0.75);
    padding: 10px 5%;
    clear: both;
    margin-top: 20px;
    display: inline-block;
}
.wp-block-cover .cover-footer-group h2 {
    font-size:2.5em;
    line-height:1.2em;
    border:0;
}
}


body:not(.home) .wp-block-cover {
    padding:60px 5% 50px;
}


.home .entry-content,
.page .entry-content{
    margin-top:0;
}

body:not(.home) h1 {
    border-top: 1px solid #4d4d4d;
    border-bottom: 1px solid #4d4d4d;
    text-align:center;
    padding: 6px 0 0;
    line-height: 1.25em;
}

h2:not(.cover-footer-grouph2).wp-block-heading {
    border-top: 1px solid #4d4d4d;
    border-bottom: 1px solid #4d4d4d;
    text-align:center;
    padding: 4px 0 0;
    line-height: 1.25em;
}
h2:not(.cover-footer-grouph2).wp-block-heading.has-text-align-left {
    text-align:left !important;
    margin:0 0 30px 0;
}
h2:not(.cover-footer-grouph2).wp-block-heading.has-woolich-red-color {
    border-top: 1px solid #e00505;
    border-bottom: 1px solid #e00505;
}
@media screen and (min-width:990px) {
body:not(.home) h1 {
    display: block;
    margin: 0 auto 30px;
    width: fit-content;
    }
    
h2:not(.cover-footer-grouph2).wp-block-heading {
    display: block;
    margin: 0 auto 30px;
    width: fit-content;
    
}
}

.home .wp-block-group {
  padding:80px 5% 60px;
}
.wp-block-image {
    padding-bottom:25px;
}

@media screen and (max-width:999px) {
.home .wp-block-group {
  padding:20px 7% 30px;
}
.wp-block-group.less-top-padding {
  padding:10px 7% 30px;
}
}
@media screen and (max-width:700px) {
.wp-block-cover .wp-block-group {
    width: 90%;
        padding: 30px 3% 10px;
        float: right;
        margin-left: 5% !important;
        margin-right: 5%;
}
}


.wp-block-table {
    margin: 10px auto;
    width: 80% !important;
    max-width:900px;
}
.wp-block-table td:nth-of-type(1) {
    width:60%;   
}
@media screen and (max-width:900px) {
.wp-block-table {
    margin: 10px 5%;
    width: 90% !important;
}
.wp-block-table td:nth-of-type(1) {
    width:50%;   
}
}

.wp-block-table td {
    border:1px solid #eaeaea;
    padding:15px 10px;
    text-align:center;
    padding: 1em;
}
.wp-block-table td:nth-of-type(1) {
    text-align:left;
    background:#1e1e1e;
}
.wp-block-table tr:nth-of-type(1) {
    background:#1e1e1e;
    text-transform:uppercase;
}


.wp-block-group.group-with-margins {
    margin:50px 8%;
    border: 1px solid #323232;
}


.diagonal-background-group {
    background: rgb(40,40,40);
    background: -moz-linear-gradient(-25deg, rgba(40,40,40,1) 50%, rgba(30,30,30,1) 50%);
    background: -webkit-linear-gradient(-25deg, rgba(40,40,40,1) 50%, rgba(30,30,30,1) 50%);
    background: linear-gradient(-25deg, rgba(40,40,40,1) 50%, rgba(30,30,30,1) 50%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#282828",endColorstr="#1e1e1e",GradientType=1);
}

.diagonal-background-group .wp-block-columns h2 {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    line-height: 1em;
    margin-top: 1em;
}


.four-column-feature-panel .wp-block-columns {
    gap:0;    
    }
.four-column-feature-panel .wp-block-column {
    border:1px solid #424242;
    padding-bottom:80px;
    position:relative;
    
}
.four-column-feature-panel figure {
    margin:0;
    opacity:0.7;
}
.four-column-feature-panel h3 {
    margin:0;
    padding: 8px 8px 4px 8px;
    border-bottom:1px solid #424242;
    background: rgb(40,40,40);
    background: -moz-linear-gradient(-7deg, rgba(40,40,40,0) 50%, rgba(11,11,11,1) 50%);
    background: -webkit-linear-gradient(-7deg, rgba(40,40,40,0) 50%, rgba(11,11,11,1) 50%);
    background: linear-gradient(-7deg, rgba(40,40,40,0) 50%, rgba(11,11,11,1) 50%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#282828",endColorstr="#0b0b0b",GradientType=1);
}
.four-column-feature-panel p,
.four-column-feature-panel ul {
    padding:0 8%;
}
.four-column-feature-panel .wp-block-button {
    
}
.four-column-feature-panel .wp-block-buttons {
    position:absolute;
    bottom:20px;
    justify-content: space-evenly;
    left: 0;
    right: 0;
}
.four-column-feature-panel .wp-block-button__link {
    font-size:1.5rem;
    padding: 6px 20px 4px
}
@media screen and (max-width:900px) {
.four-column-feature-panel .is-not-stacked-on-mobile {
    display: flex;
    flex-wrap: wrap !important;
}
.four-column-feature-panel .wp-block-column {
    width:50%;
    flex-basis: 50% !important;
    flex-grow: unset !important;
}
}
@media screen and (max-width:700px) {
.four-column-feature-panel .is-not-stacked-on-mobile {
    display: flex;
    flex-wrap: wrap !important;
}
.four-column-feature-panel .wp-block-column {
    width:100%;
    flex-basis:100% !important;
    flex-grow: unset !important;
}
}



.cover-left-content {
    padding:0 8%;
}
.cover-left-content h2.wp-block-heading {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    text-align: left;
    margin:20px 0 20px 0;
    padding: 4px 0 0;
    line-height: 1.25em;
    width: fit-content;
}
.cover-left-content p {
    max-width:50%;
    margin:0 0 20px 0;
}
.cover-left-content .wp-block-button {
   margin-bottom:20px; 
}
@media screen and (max-width:700px) {
.cover-left-content p {
    max-width:80%;
}
}

.cover-right-content {
    padding:0 8%;
}
.cover-right-content h2.wp-block-heading.has-text-align-left {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    text-align: left;
    margin:20px 0 20px 50%;
    padding: 4px 0 0;
    line-height: 1.25em;
    width: fit-content;
}
.cover-right-content p {
    margin:0 0 20px 50%;
}
.cover-right-content .wp-block-buttons {
   margin:0 0 20px 50%;
}
@media screen and (max-width:700px) {
.cover-right-content h2.wp-block-heading {
    margin:20px 0 20px 0;
}
.cover-right-content p {
    margin:0 0 20px 0;
}
.cover-right-content .wp-block-buttons {
   margin:0 0 20px 0;
}
.cover-right-content .wp-block-buttons {
    margin: 0 0 20px 0;
    float: left;
}
}



@media (max-width: 781px) {
.affiliations .is-layout-flex {
    flex-wrap:wrap !important;
    justify-content: center;
}

.affiliations .wp-block-columns >.wp-block-column {
        flex-basis: 20% !important;
        max-width: 20%;
    
}
}

.cover-bottom-heading .wp-block-cover__inner-container {
    position:absolute;
    bottom:0;
    background:rgba(0,0,0,0.8);
    padding-top: 30px;
}
.cover-bottom-heading h2.wp-block-heading {
    border-color:#e00505;
}


.two-column-feature {
    gap:0;
    margin:40px 5% 40px;
}
.two-column-feature .wp-block-column {
    border:1px solid #323232;
    padding-bottom:20px;
}
.two-column-feature .wp-block-cover {
    margin-bottom:20px;
}
.two-column-feature p {
    padding:5px 5% 0;
}
.two-column-feature figure {
    margin-top:0;
    margin-bottom: 0;
    padding-bottom: 0;
}
.wp-block-group__inner-container > .two-column-feature {
    margin:30px 0;
}

.cover-right-form .wp-block-group {
    padding:0 0 30px 0;
    margin-bottom: 40px;
}
.cover-right-form .wp-block-columns {
    background:#000;
    padding:25px 8% 0;
}
.cover-right-form h2.wp-block-heading {
    border-color: #e00505;
}
.cover-right-form p {
    padding-left:8%;
    padding-right:8%;
}
.cover-right-form p.has-text-align-right {
    clear:both;
    padding-top: 20px;
}
.cover-right-form a {
   color: #e00505; 
   border-color: #e00505;
}

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 {
    font-family: "Teko", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    text-transform: uppercase;
    font-size: 1.4em;
    background:#000;
    color:#818181 !important;
    border:0;
    padding: 5px 5px 5px 10px;
    margin: 5px 0;
}

.wpcf7-button-selector {
    border-radius:5px;
    cursor:pointer;
    background: rgb(224,5,5);
    background: linear-gradient(0deg, rgba(193,6,6,1) 50%, rgba(224,5,5,1) 50%);
    display: inline-block;
    transform: skew(-21deg);
    width:auto;
    padding:0 !important;
    float:right;
    margin-right:9%;
}

.wpcf7 .wpcf7-button-selector input[type="submit"] {
    display: inline-block;
    transform: skew(21deg) !important; 
    background:transparent;
    border:0;
    font-weight:600;
    font-family: "Teko", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    color:#000;
     text-transform:uppercase;
    font-size: 1.5rem;
    padding: 6px 25px 4px;
    width:100%;
}
.wpcf7-spinner {
    position:absolute;
}
.wpcf7-response-output {
    margin-left: 8% !important;
    display: inline-block;
    text-align: center;
    width: 84%;
}




.wp-block-latest-posts__list {
    display: flex;
}
.wp-block-latest-posts__list li {
    border:1px solid #323232;
    padding-bottom:70px;
    position:relative;
    background:#141414;
    width: 25%;
}
.wp-block-latest-posts__post-title {
    font-family: "Teko", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    text-transform: uppercase;
    font-size: 1.35em;
    border: 0;
    padding: 5px 5% 0;
    display: inline-block;
    line-height: 1.35em;
}
.wp-block-latest-posts__post-title:hover {
    border:0;
}
.wp-block-latest-posts__post-excerpt {
    padding: 0 5%;
    font-size: 0.8rem;
    line-height: 1.85em;
}
.wp-block-latest-posts__read-more {
    position: absolute;
    bottom: 20px;
    left: 10%;
    right: 10%;
    text-align: center;
}
@media screen and (max-width:900px) {
.wp-block-latest-posts__list {
    display: flex;
    flex-wrap: wrap;
}
.wp-block-latest-posts__list li {
    width:50%;
}
}

.four-column-feature-strip {
    gap:0
}
.four-column-feature-strip .wp-block-column {
    border:1px solid #323232;
    padding-bottom:70px;
    position:relative;
    background:#141414;
    padding-top:0;
}
.four-column-feature-strip figure {
    margin-top:0;
    margin-bottom:0;
    padding-bottom:0;
}
.four-column-feature-strip h3 {
    color:#b3b3b3;
    text-align:center;
    padding:0 8%;
}
.four-column-feature-strip .wp-block-button {
    position: absolute;
    bottom: 20px;
    left: 10%;
    right: 10%;
    text-align: center;
}
@media screen and (max-width:900px) {
.four-column-feature-strip.is-not-stacked-on-mobile {
    display: flex;
    flex-wrap: wrap !important;
}
.four-column-feature-strip .wp-block-column {
    width:50%;
    flex-basis: 50% !important;
    flex-grow: unset !important;
}
}
@media screen and (max-width:700px) {
.four-column-feature-strip.is-not-stacked-on-mobile {
    display: flex;
    flex-wrap: wrap !important;
}
.four-column-feature-panel .wp-block-column {
    width:100%;
    flex-basis:100% !important;
    flex-grow: unset !important;
}
}
.four-column-feature-panel-no-btn .wp-block-column {
    padding-bottom:20px;
}
.four-column-feature-panel-no-btn .wp-block-column figure {
    opacity:1.0;
}
p + .wp-block-columns {
    margin-top:30px;
}


.product-column-panel {
    margin-top:40px;
}
.product-column-panel .wp-block-column {
    border: 1px solid #424242;
    padding-bottom: 100px;
    position: relative;
}
.product-column-panel .wp-block-column h2,
.product-column-panel .wp-block-column h3 {
    border-bottom: 1px solid #424242;
    border-top: 0;
    width: 100%;
    padding: 20px;
    margin-bottom:0;
    margin-top:0 !important;
}
.product-column-panel .wp-block-column ul {
    padding: 20px 8%;
    font-size: 1.2rem;
}
.product-column-panel .wp-block-column li {
    margin-bottom:10px;
}
.product-column-panel .wp-block-column p {
    border-bottom: 1px solid #424242;
    padding: 20px 20px 20px;
    margin: 0;
}
.product-column-panel .wp-block-buttons {
    position: absolute;
    bottom: 40px;
    justify-content: space-evenly;
    left: 0;
    right: 0;
}

.product-column-panel .wp-block-column .product-column-panel-footer-link {
    border-bottom:0;
    border-top: 1px solid #424242;
    padding:0;
    position:absolute;
    bottom:0;
}
.product-column-panel .wp-block-column .product-column-panel-footer-link a {
    cursor:pointer;
    padding:6px 15px 4px;
    display: inline-block;
    background: rgb(224,5,5);
    background: linear-gradient(0deg, rgba(193,6,6,1) 50%, rgba(224,5,5,1) 50%);
    border-bottom:0;
    width: 100%;
}
.product-column-panel .wp-block-column .product-column-panel-footer-link a:hover,
.product-column-panel .wp-block-column .product-column-panel-footer-link a:focus,
.product-column-panel .wp-block-column .product-column-panel-footer-link a:active {
    color:#000;
    background: rgb(224,5,5);
    background: linear-gradient(0deg, rgba(224,5,5,1) 50%, rgba(193,6,6,1) 50%);
}


.mailing-list-banner {
    background: rgb(224, 5, 5);
    background: linear-gradient(-10deg, rgba(193, 6, 6, 1) 50%, rgba(224, 5, 5, 1) 50%);
}
.mailing-list-banner h2 {
    border-color:#fff !important;
}

.site-info {
    text-align:center;
    font-size:0.75rem;
        color: #b3b3b3;
}



/* BLOG SECTION STYLES START --------------- */

.banner {
    position:relative;
}
.banner-text {
    position:absolute;
    bottom:110px;
    left:0;
    right:0;
}
@media screen and (max-width:999px) {
    .banner-text {
    bottom:50px;
    }
}
@media screen and (max-width:800px) {
    .banner-text {
    position:relative;
    bottom:0;
    }
}

.blog .results-container,
.search .results-container,
.archive .results-container {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    padding:0 5%;
}
.blog article,
.search article,
.archive article {
    width: 94%;
    margin: 40px 3%;
    padding: 0 20px;
    background-color: #1e1e1e;
}
.blog .post-thumbnail,
.search .post-thumbnail,
.archive .post-thumbnail {
    opacity:0.6;
}
.blog .post-thumbnail:hover,
.blog .post-thumbnail:focus,
.search .post-thumbnail:hover,
.search .post-thumbnail:focus,
.archive .post-thumbnail:hover,
.archive .post-thumbnail:focus {
    opacity:1.0;
}
.blog .entry-title,
.search .entry-title,
.archive .entry-title {
    line-height: 2rem;
    font-size: 1.75rem;
}
.blog h2.entry-title,
.search h2.entry-title,
.archive h2.entry-title {
    border-top: 1px solid #4d4d4d;
    border-bottom: 1px solid #4d4d4d;
    text-align: center;
    padding: 4px 0 0;
    line-height: 1.25em;
}
.blog .entry-title a, 
.search .entry-title a,
.archive .entry-title a {
    border:0;
}
@media screen and (min-width:901px) {
.blog article,
.search article,
.archive article {
    width: 30.333%;
    margin: 20px 1.5%;
    padding: 0 20px 15px;
}
}
@media screen and (min-width:701px) and (max-width:900px) {
.blog article,
.search article,
.archive article {
    width: 47%;
    margin: 20px 1.5%;
    padding: 0 20px 15px;
}
.blog .results-container,
.search .results-container,
.archive .results-container {
    padding:0 2.5%;
}
}

.blog a.post-thumbnail,
.search a.post-thumbnail,
.archive a.post-thumbnail {
    border:0;
}

.blog .author-meta,
.search .author-meta,
.archive .author-meta {
    font-size: 0.8rem;
    color: #ccc;
}

.blog .nav-links,
.search .nav-links,
.archive .nav-links {
    padding: 40px 7% 60px;
    text-align: center;
    
}
.blog .nav-links a,
.search .nav-links a,
.archive .nav-links a {
    padding:6px 10px;
    border:1px solid #424242;
    background:#1e1e1e;
    color:#818181;
}
.blog .nav-links a:hover,
.search .nav-links a:hover,
.archive .nav-links a:hover {
    border:1px solid #fff;
    background:#000;
    color:#fff;
}
.blog .nav-links .current,
.search .nav-links .current,
.archive .nav-links .current {
    padding:6px 10px;
    border:1px solid #fff;
    background:#000;
}

.single .author-meta {
    font-size: 0.8rem;
    color: #ccc;
    text-transform: uppercase;
    text-align: center;
    background: #222;
    padding: 6px 0 4px;
    line-height: 1.25em;
    margin-bottom: 20px;
}
.single .entry-content {
    margin:0 8% 40px;
}

.single h2:not(.cover-footer-grouph2).wp-block-heading {
    margin-top:60px;
}

.single p,
.single ol,
.single ul {
    font-size:1.1em;
}

.single .entry-content a {
    color: #e00505;
    border-bottom: 1px solid #e00505;
    font-weight:400;
}
.single .entry-content .wp-block-button a {
    color: #fff;
    border:0;
}
.single .entry-content .wp-block-button a:hover {
    text-decoration:none;
}

.single .entry-content a:hover,
.single .entry-content a:active,
.single .entry-content a:focus{
    color: #fff;
    border-bottom: 1px solid #fff;
}
.single .tick-icon-list {
    margin-left: 40px;
}
.single .tick-icon-list li {
    padding: 22px 0;
}

.single .comments-area {
    margin:40px 8%;
    background:#111111;
    padding:20px 5% 40px;
    overflow: hidden;
    border: 1px solid #424242;

}
.single :where(.wp-block-columns.is-layout-flex) {
    gap: 4em;
}

.single .comments-area textarea {
    background:#1e1e1e;
    border: 1px solid #000;
    
}

.single .post-navigation {
    margin:40px 8% 40px;
}

.single .nav-links div a {
    max-width: 50%;
    border: 2px solid #818181;
    padding: 15px;
    display: inline-block;
    background: rgba(255, 255, 255, 0.15);
}
@media screen and (max-width:950px) {
.single .nav-links div a {
    max-width: 75%;
}
}
@media screen and (max-width:800px) {
.single .nav-links div a {
    max-width: 95%;
}
}

.single .wp-block-group {
    padding: 40px 5% 30px;
    margin-top: 30px;
}
.single .wp-block-group h2:not(.cover-footer-grouph2).wp-block-heading {
    margin-top: 0;
}
.single .wp-block-group h3 {
    margin-bottom: 10px;
}
.group-highlight-column-has-bkg-colour {
    padding: 0 2.5% 15px;
}

.comments-area .form-submit {
    border-radius:5px;
    cursor:pointer;
    background: rgb(224,5,5);
    background: linear-gradient(0deg, rgba(193,6,6,1) 50%, rgba(224,5,5,1) 50%);
    display: inline-block;
    transform: skew(-21deg);
    width:auto;
    padding:0 !important;
    float:none;
    margin-right:9%;
}

.comments-area .form-submit input[type="submit"] {
    display: inline-block;
    transform: skew(21deg) !important; 
    background:transparent;
    border:0;
    font-weight:600;
    font-family: "Teko", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    color:#000;
     text-transform:uppercase;
    font-size: 1.5rem;
    padding: 6px 25px 4px;
    width:100%;
}


.widget-area {
    display:block;
    padding:20px 8%;
    background:#111111;
}
.widget-area .wp-block-group,
.widget-area form {
    padding: 40px 5% 30px;
}
@media screen and (min-width:950px) {
.widget-area {
    display:flex;
    padding:20px 8%;
    background:#111111;
    gap:2em;
}

.widget-area section {
    width: 20%;
}
.widget-area section:nth-of-type(3) {
    width: 60%;
}
.widget-area .wp-block-group,
.widget-area form {
padding: 40px 5% 60px;
}
    
}


.widget-area .wp-block-latest-posts__list {
    display:block;
}

.widget-area .wp-block-search__label {
    border-top: 1px solid #4d4d4d;
    border-bottom: 1px solid #4d4d4d;
    text-align: center;
    padding: 4px 0 0;
    line-height: 1.25em;
    font-family: "Teko", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    text-transform: uppercase;
    font-size:2em;
    display: block;
    margin: 0 auto 30px;
    width: fit-content;
}
.single .widget-area .wp-block-search__label {
    margin-top:30px;
}


@media screen and (min-width:950px) {
.widget-area .wp-block-search__inside-wrapper {
    display:block;
    text-align: center;
}
}
.widget-area input[type="search"] {
   background:#1e1e1e; 
   margin-bottom: 20px;
}

@media screen and (max-width:949px) {
.widget-area .widget_search button {
    font-size:1.75em;
    margin:0;
}
.widget-area input[type="search"] {
   margin: 0 20px 0 0;
}
}

.widget-area .wp-block-categories {
    list-style:none;
    padding:0;
}
.widget-area .wp-block-categories li a {
    border: 1px solid #424242;
    text-align: center;
    padding: 20px;
    font-family: "Teko", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    text-transform: uppercase;
    font-size: 1.35em;
    line-height: 1.35em;
    background:#1e1e1e;
    display:inline-block;
    width: 100%;
}

.widget-area .wp-block-latest-posts__list li {
    padding-bottom: 0;
    position: relative;
    background: transparent;
    display: flex;
    align-items: center;
}
.widget-area .wp-block-latest-posts__list {
    line-height:0;
}
.widget-area .wp-block-latest-posts__featured-image.alignleft {
    float: left;
    margin-right: 1em;
    margin-bottom:0;
}
@media screen and (max-width: 900px) {
.widget-area .wp-block-latest-posts__list li {
        width: 100%;
    }
}

.widget-area .wp-block-latest-posts__featured-image a {
    border:0;
}
.widget-area .wp-block-latest-posts__post-title {
    padding:0 0 0 10px;
}
@media screen and (min-width:1199px) {
    .widget-area .wp-block-latest-posts__featured-image img {
       width:100px; 
    }
}