/*
Theme Name: The Word Shop 2022 (Quark Child)
Theme URI: https://thewordshop.com.au
Description: Custom theme built using starter theme: Quark
Author: Oley Media Group
Author URI: https://www.oleymediagroup.com.au/
Template: quark
Version: 1.0
Text Domain: quark
*/

/* ==========================================================================
   Import Font Files
   ========================================================================== */
@import "fonts/fonts.css";

/* ==========================================================================
   Colour palette
   ========================================================================== */
:root {
  --darkgrey:	#333;
  --grey:		#666;
  --midgrey:	#999;
  --lightgrey:	#CCC;
  --whitegrey: 	#f7f7f7;
  --black:		#000;
  --darkbg:		#241f20;
  --white: 		#FFF;
  --lightblue:	#5784FE;
  --maroon:		#b40101;
  
  --defaultred:	#e41b23;
}

/* ==========================================================================
                                     _ _                       
    _ __   ___  _ __ _ __ ___   __ _| (_)_______   ___ ___ ___ 
   | '_ \ / _ \| '__| '_ ` _ \ / _` | | |_  / _ \ / __/ __/ __|
   | | | | (_) | |  | | | | | | (_| | | |/ /  __/| (__\__ \__ \
   |_| |_|\___/|_|  |_| |_| |_|\__,_|_|_/___\___(_)___|___/___/
 
   normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css
   ========================================================================== */

/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */

html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */

article,
aside,
details, /* 1 */
figcaption,
figure,
footer,
header,
main, /* 2 */
menu,
nav,
section,
summary { /* 1 */
  display: block;
}

/**
 * Add the correct display in IE 9-.
 */

audio,
canvas,
progress,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */

template, /* 1 */
[hidden] {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */

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

/* Text-level semantics
   ========================================================================== */

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 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 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * Add the correct font style in Android 4.3-.
 */

dfn {
  font-style: italic;
}

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

/**
 * Add the correct background and color in IE 9-.
 */

mark {
  background-color: #ff0;
  color: var(--black);
}

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

/**
 * Hide the overflow in IE.
 */

svg:not(:root) {
  overflow: hidden;
}

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

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct margin in IE 8.
 */

figure {
  margin: 1em 40px;
}

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

/* Forms
   ========================================================================== */

/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
select,
textarea {
  font: inherit; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Restore the font weight unset by the previous rule.
 */

optgroup {
  font-weight: bold;
}

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

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

button,
html [type="button"], /* 1 */
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; /* 2 */
}

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

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */

fieldset {
  border: 1px solid var(--lightgrey);
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

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

/**
 * Remove the default vertical scrollbar in IE.
 */

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 and cancel buttons in Chrome and Safari on OS X.
 */

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */

::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

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


/* ==========================================================================
               _     _               
     __ _ _ __(_) __| |  ___ ___ ___ 
    / _` | '__| |/ _` | / __/ __/ __|
   | (_| | |  | | (_| || (__\__ \__ \
    \__, |_|  |_|\__,_(_)___|___/___/
    |___/
	
   grid.css - responsive rows & columns
   ========================================================================== */

/* ==========================================================================
   Column & Row Setup
   ========================================================================== */

.col {
	display: block;
	float:left;
	margin: 0 0 0 1.6%;
	position: relative;
}

/* Remove the margin on the first column. Works on all browsers incl. IE7+ */
.col:first-child { margin-left: 0; }

.row {
	clear: both;
	margin: 0 auto;
	*zoom: 1;
}

.row:before,
.row:after {
	content: "";
	display: table;
}

.row:after { clear: both; }


/* ==========================================================================
   Twelve Column Grid
   ========================================================================== */

.grid_12_of_12 { width: 100%; }
.grid_11_of_12 { width: 91.53%; }
.grid_10_of_12 { width: 83.06%; }
.grid_9_of_12  { width: 74.6%; }
.grid_8_of_12  { width: 66.13%; }
.grid_7_of_12  { width: 57.66%; }
.grid_6_of_12  { width: 49.2%; }
.grid_5_of_12  { width: 40.73%; }
.grid_4_of_12  { width: 32.26%; }
.grid_3_of_12  { width: 23.8%; }
.grid_2_of_12  { width: 15.33%; }
.grid_1_of_12  { width: 6.866%; }


/* ==========================================================================
   Multi-line grid
   ========================================================================== */
   
.col.flex {
    display: flex;
}

.col.flex.flex_right {
	justify-content: flex-end;
}

.col {
	margin-bottom: 1rem;
}

.multi-row-cols .grid_12_of_12 {
	clear:left;
	margin-left: 0;
}

.multi-row-cols .grid_6_of_12:nth-child(2n+3) {
    clear: left;
    margin-left: 0;
}

.multi-row-cols .grid_4_of_12:nth-child(3n+4) {
    clear: left;
    margin-left: 0;
}

.multi-row-cols .grid_3_of_12:nth-child(4n+5) {
    clear: left;
    margin-left: 0;
}

.double-spaced > .grid_4_of_12 {
	margin: 0 0 3.2% 3.2%;
}

.double-spaced > .grid_4_of_12:first-child {
	margin-left: 0;
}

.double-spaced > .grid_4_of_12 {
	width: 31.2%;
}

.double-spaced > .grid_6_of_12 {
	margin: 0 0 3.2% 3.2%;
}

.double-spaced > .grid_6_of_12:first-child {
	margin-left: 0;
}

.double-spaced > .grid_6_of_12 {
	width: 48.4%;
}

/* ==========================================================================
        _         _                    
    ___| |_ _   _| | ___   ___ ___ ___ 
   / __| __| | | | |/ _ \ / __/ __/ __|
   \__ \ |_| |_| | |  __/| (__\__ \__ \
   |___/\__|\__, |_|\___(_)___|___/___/
            |___/                      
   ========================================================================== */

/* ==========================================================================
   Default stylings from HTML5 Boilerplate
   ========================================================================== */

/* Apply a natural box layout model to all elements - http://paulirish.com/2012/box-sizing-border-box-ftw/ */
* { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }

/* Using rem font sizing (Root em’s) with fallback to px for ie8 and below - http://snook.ca/archives/html_and_css/font-size-with-rem */
body { margin: 0; font-size: 16px; font-size: 1rem; line-height: 1.5; }

::-webkit-selection { background: var(--lightblue); color: var(--white); text-shadow: none; }
::-moz-selection { background: var(--lightblue); color: var(--white); text-shadow: none; }
::selection { background: var(--lightblue); color: var(--white); text-shadow: none; }

a { color: var(--darkgrey); text-decoration: underline; }
a:visited { }
a:hover:not(.btn) { color: var(--maroon); }

menu { padding: 0; }

td { vertical-align: top; }


/* ==========================================================================
   Basic page styles
   ========================================================================== */

body {
	margin: 0 auto;
	padding: 0;
	font: 16px/1.5 'Nunito Sans', Helvetica, Arial, sans-serif;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	color: var(--darkgrey);
	text-align: left;
}

/* Set the default behavior for touch-based browsing in IE10 on devices running Windows 8 */
canvas {
	-ms-touch-action: double-tap-zoom;
}

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

.entry-content .twitter-tweet-rendered {
	max-width: 100% !important; /* Override the Twitter embed fixed width */
}

/* Responsive images */
img {
	border: 0;
	max-width: 100%;
	height: auto;
	vertical-align: top;
}

.entry-content img,
.comment-content img,
.widget img {
	max-width: 100%; /* Fluid images for posts, comments, and widgets */
}

img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}

img.size-full,
img.size-large,
img.header-image,
img.wp-post-image {
	max-width: 100%;
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}

/* Header */
h1, h2, h3, h4, h5, h6 {
	font-family: 'Mont', Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: 600;
	color: var(--darkgrey);
	margin-top: 0;
}

h1 {
	margin-bottom: 10px;
	margin-bottom: 0.625rem;
	font-size: 48px;
	font-size: 3rem;
	line-height: 1.25;
}

h2 {
	margin-bottom: 32px;
	margin-bottom: 2rem;
	font-size: 44px;
	font-size: 2.75rem;
	line-height: 1.1666;
}

h3 {
	margin-bottom: 16px;
	margin-bottom: 1rem;
	font-size: 28px;
	font-size: 1.75rem;
	line-height: 1.2857;
}


h4 {
	margin-bottom: 16px;
	margin-bottom: 1rem;
	font-size: 20px;
	font-size: 1.25rem;
	line-height: 1.25;
}

h5 {
	margin-bottom: 8px;
	margin-bottom: 0.5rem;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.25;
}

h6 {
	margin-bottom:8px;
	margin-bottom: 0.5rem;
	font-size: 14px;
	font-size: .875rem;
	line-height: 1.2142;
}

span {
	font-weight: normal;
}

hr {
	background-color: var(--lightgrey);
	border: 0;
	height: 1px;
	margin: 24px;
	margin: 1.5rem;
}

ol, ul {
	list-style: none outside none;
}

p, ol, ul, dl, address {
	margin: 0 0 24px 0;
	margin: 0 0 1.5rem 0;
	font-size: 20px;
	font-size: 1.25rem;
	line-height: 1.5;
}

ul ul, ul ol, ol ol, ol ul {
	margin-bottom: 0;
}

dt {
	font-style: normal;
	font-weight: 700;
}

figure {
	margin: 1rem 0;
	margin: 16px 0;
}

b, strong {
	font-weight: 700;
}

em {
	font-style: italic;
}

ins {
	background: none repeat scroll 0 0 var(--white)9C0;
	text-decoration: none;
}

a {
	text-decoration: none;
}

a:visited {
	
}

a:focus {
	
}

a:hover, a:active {
	
}

.alignleft {
	display: inline;
	float: left;
	margin: 0 20px 16px 0;
	margin: 0 1.25rem 1rem 0;
}

.alignright {
	display: inline;
	float: right;
	margin: 0 0 16px 20px;
	margin: 0 0 1rem 1.25rem;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 16px;
	margin-bottom: 1rem;
}

.pad1 {
	padding: 1rem;
}

.pad2 {
	padding: 2rem;
}

.pad3 {
	padding: 3rem;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

blockquote {
	border-left: 5px solid var(--darkgrey);
	margin: 0 0 18px 20px;
	margin: 0 0 1.125rem 1.25rem;
	padding: 0 0 0 16px;
	padding: 0 0 0 1rem;
}

blockquote.pull-right {
	border-left: 0 none;
	border-right: 5px solid var(--darkgrey);
	margin: 0 20px 18px 0;
	margin: 0 1.25rem 1.125rem 0;
	padding: 0 16px 0 0;
	padding: 0 1rem 0 0;
	float: none;
}

blockquote p {
	font-style: italic;
	font-weight: 400;
	font-size: 24px;
	font-size: 1.5rem;
	margin-bottom: 0;
}

blockquote.pull-right p,
blockquote.pull-right small {
	text-align: right;
}

blockquote cite:before {
	content: "\2014 ";
}

blockquote cite {
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	font-size: 0.875rem;
	line-height: 1.125;
	color: var(--midgrey);
	display: block;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

code, pre {
	border-radius: 3px;
	color: var(--grey);
	font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
	font-size: 12px;
	font-size: 0.75rem;
	padding: 0 3px 2px;
	padding: 0 0.1875rem 0.125rem;
	overflow: auto;
	white-space: pre-wrap;
	word-wrap: break-word;
}

code {
	background-color: var(--whitegrey);
	border: 1px solid #e1e1e8;
	padding: 2px 4px;
	padding: 0.125rem 0.25rem;
}

pre {
	background-color: var(--whitegrey);
	border-color: #ddd;
	border-style: solid;
	border-width: 1px 1px 1px 11px;
	margin: 1.7rem 0 1.7rem 0.3rem;
}

abbr,
dfn,
acronym {
	border-bottom: 1px dotted var(--grey);
	cursor: help;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

.wp-caption {
	max-width: 100%; /* Keep wide captions from overflowing their container. */
	padding: 4px;
	padding: 0.25rem;
}

.wp-caption .wp-caption-text,
.gallery-caption,
.entry-caption {
	font-style: italic;
	font-weight: 400;
	font-size: 14px;
	font-size: 0.875rem;
	line-height: 1.5;
	color: #777;
	text-align: center;
}

.entry-content dl.gallery-item {
	margin: 0;
}

.gallery-columns-1 .gallery-item a {
	max-width: 100%;
	width: auto;
}

.gallery .gallery-icon img {
	height: auto;
}

.gallery {
	clear: both;
	margin: 0 auto;
	*zoom: 1;
}

.gallery:before,
.gallery:after {
	content: "";
	display: table;
}

.gallery:after {
	clear: both;
}

#primary .entry-content [id^="gallery-"] img {
	border: none;
}

/* Text meant only for screen readers */
.assistive-text {
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.menu-toggle, button, input {
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.25;
	margin: 0;
	font-size: 100%;
	vertical-align: middle;
}

.menu-toggle, button, input {
	*overflow: visible;
	line-height: normal;
}

.menu-toggle::-moz-focus-inner,
button::-moz-focus-inner,
input::-moz-focus-inner {
	padding: 0;
	border: 0;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	cursor: pointer;
	-webkit-appearance: button;
}

input[type="button"] {
	width: auto;
}

.menu-toggle {
	display: inline-block;
	*display: inline;
	padding: 8px 14px;
	padding: 0.5rem 0.875rem;
	margin-top: 0.5rem;
	margin-bottom: 0;
	*margin-left: .3em;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.25;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	*border: 0;
}

.menu-toggle .fa {
	color: var(--white);
}

.btn,
input[type="submit"] {
	display: inline-block;
	*display: inline;
	padding: 16px 28px;
	padding: 1rem 1.75rem;
	margin-bottom: 0;
	*margin-left: .3em;
	font-size: 20px;
	font-size: 1.25rem;
	line-height: 1.25;
	color: var(--white);
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	background-color: var(--defaultred);
	*background-color: var(--defaultred);
}

.btn.download,
.btn.website {
    background-color: var(--white);
    color: var(--defaultred);
    font-size: 1rem;
    border: 1px solid var(--lightgrey);
    padding: 0.5rem 1.2rem;
	white-space: nowrap;
	
	background-size:100% 200%;
	background-image:linear-gradient(to bottom, transparent 50%, var(--whitegrey) 50%);   
	-webkit-transition:background-position 0.5s;
   -moz-transition:background-position 0.5s;
   transition:background-position 0.5s;
}

.btn.download:hover,
.btn.website:hover {
	background-position:0 -100%;
}

.btn.download:before,
.btn.website:before {
	font-family: FontAwesome;
	margin-right: 0.5rem;
}

.btn.download:before {
	content: '\f1c1';
}

.btn.website:before {
	content: '\f0c1';
}

.menu-toggle, a.btn {
	text-decoration: none;
}

.menu-toggle:hover,
.btn:hover,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
	
}

.btn:first-child {
	*margin-left: 0;
}

.menu-toggle:hover,
.btn:hover,
input[type="submit"]:hover {
	text-decoration: none;
}

.menu-toggle:focus,
.btn:focus,
input[type="submit"]:focus {
	outline: thin dotted var(--darkgrey);
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}

.menu-toggle:active,
.btn.active,
.btn:active,
input[type="submit"]:active {
	background-image: none;
	outline: 0;
	position:relative;
	top:1px;
}

.btn.disabled, .btn[disabled] {
	cursor: default;
	background-color: #dad8da;
	background-image: none;
	opacity: 0.65;
	filter: alpha(opacity=65);
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.btn.disabled:active, .btn[disabled]:active {
	top:0;
}

button.btn, input[type="submit"].btn {
	*padding-top: 2px;
	*padding-bottom: 2px;
}

button.btn::-moz-focus-inner,
input[type="submit"].btn::-moz-focus-inner {
	padding: 0;
	border: 0;
}

.btn-large,
input[type="submit"].btn-large {
	padding: 10px 15px;
	padding: 0.625rem 0.9375rem;
	font-size: 20px;
	font-size: 1.25rem;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.btn-small,
input[type="submit"].btn-small {
	padding: 5px 9px;
	padding: 0.3125rem 0.5625rem;
	font-size: 13px;
	font-size: 0.8125rem;
}

/* Form fields */
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
textarea {
	font-family: inherit;
	padding: 8px;
	padding: 0.5rem;
	font-family: inherit;
	border: 1px solid var(--lightgrey);
	border-radius: 3px;
}

select {
	max-width: 100%;
}

/* HTML5 galleries */
.gallery .gallery-item {
	float: left;
	margin: 10px 1% 0;
	text-align: center;
}

.gallery-columns-1 .gallery-item {
	width: 100%;
	margin: 10px 0 0;
}

.gallery-columns-2 .gallery-item {
	width: 47.5%
}

.gallery-columns-3 .gallery-item {
	width: 31%
}

.gallery-columns-4 .gallery-item {
	width: 22.5%
}

.gallery-columns-5 .gallery-item {
	width: 17.75%
}

.gallery-columns-6 .gallery-item {
	width: 14%
}

.gallery-columns-7 .gallery-item {
	width: 12%
}

.gallery-columns-8 .gallery-item {
	width: 10.25%
}

.gallery-columns-9 .gallery-item {
	width: 9%
}

/* Small headers */
.archive-title,
.page-title,
.entry-content th,
.comment-content th {
	font-style: normal;
	font-weight: 700;
	font-size: 14px;
	font-size: 0.875rem;
	line-height: 2;
	text-transform: uppercase;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

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


/* ==========================================================================
   Main Navigation
   ========================================================================== */

.main-navigation {

}

.main-navigation h1 {

}

.main-navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.main-navigation ul.nav-menu {
	margin-top: 4%;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.main-navigation li {
	margin-left: 3rem;
}

.main-navigation ul.nav-menu>li:last-child {
	border: 1px solid var(--white);
	padding: 8px 16px;
	padding: 0.5rem 1rem;
}

.main-navigation ul ul li {

}

.main-navigation li.menu-item-has-children > a:after { /* If you don't want the arrows on the top level drop down, simply remove this style */

}

.main-navigation ul li li.menu-item-has-children > a:after { /* If you don't want the arrows on the sub-menu options, simply remove this style */

}

.main-navigation ul a {
	padding: 0; /* Padding around each top level menu option (if needed) */
	white-space: nowrap;
	color: var(--white);
}

.main-navigation ul ul a {
	padding: 0 5px; /* Padding around each dropdown menu option */
	padding: 0 0.3125rem;
}

.main-small-navigation a, .main-navigation a {
	display: block;
	text-decoration: none;
}

.main-navigation ul ul {
	display: none;
	position: absolute;
	left: 0;
	z-index: 99999;
	line-height: 1.7;
	background-color: var(--darkgrey); /* Nav bar dropdown background color */
	-webkit-box-shadow:2px 2px 5px 0px rgba(0, 0, 0, 0.6);
	box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.6);
}

.main-navigation ul ul ul {
	left: 100%;
	top: 0;
}

.main-navigation ul ul a {
	color: var(--white); /* Nav bar dropdown link color */
	width: 10.5em; /* Nav bar dropdown width */
}

.main-navigation ul ul li {
}

.main-navigation li:hover > a {

}

.main-navigation ul ul :hover > a {
	color: var(--darkgrey); /* Nav bar dropdown level 2 link color on level 3 hover */
	background-color: var(--white); /* Nav bar dropdown link background color on hover */
}

.main-navigation ul ul a:hover {

}

.main-navigation ul li:hover > ul {
	display: block;
}

.main-navigation li.current_page_item a,
.main-navigation li.current-menu-item a {
	
}

.main-navigation .current-menu-item > a,
.main-navigation .current-menu-ancestor > a,
.main-navigation .current_page_item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current_page_parent > a {

}

.main-navigation ul .divider {
    border-bottom: 1px solid #aaa;
    height: 0;
    line-height: 0.0625;
    overflow: hidden;
}

.main-navigation ul li.dropdown-header a,
.main-navigation ul li.current-menu-item ul .dropdown-header a {
	color: #aaa; /* Nav bar dropdown header color */
	background-color: var(--darkgrey); /* Nav bar dropdown header background color */
}

/* Small menu toggle for mobile devices */
.menu-toggle {
	cursor: pointer;
}

.main-small-navigation {
	text-align: right; 
}

.main-small-navigation .nav-menu {
	display: none;
	margin-bottom: 0;
	padding: 1rem;
	background-color: var(--white);
}

.main-small-navigation .menu-primary-menu-header-container {

}

.main-small-navigation a {
	line-height: 2;
}

.main-small-navigation .nav-menu {
	transition: 1s;
	transform: translateX(-1000px); 
	opacity: 0;
}

.main-small-navigation .nav-menu.toggled-on {
display: block;	
transform: translateX(0px); 
	opacity: 1;
}

.main-small-navigation .nav-menu li {
	border-bottom: 1px solid var(--whitegrey);
}

/* ==========================================================================
   Site specific styles
   ========================================================================== */

#wrapper {
	width: 100%;
	position: relative;
	text-align: left;
}

#headercontainer {
	width: 100%;
	position: absolute;
	z-index: 1;
}

.site-header {
	clear: both;
	width: 90%;
	font-size: 16px;
	font-size: 1rem;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0;
	position: relative;
	color: var(--black);
}

.site-title h1 {
	margin-bottom: 0;
	line-height: 1;
}

.site-title img {

}

.site-title a {
	color: var(--darkgrey);
	font-size: 64px;
	font-size: 4rem;
	text-decoration: none;
}

#bannercontainer {
	width: 100%;
}

#bannercontainer .row {
	overflow: hidden;
	position: relative;
}

#bannercontainer .banner-image {
	width: 100%;
}

#bannercontainer .banner-content {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

#bannercontainer .banner {
	height: 100%;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	flex-direction: column;
	flex-wrap: nowrap;
	align-content: center;
}

#bannercontainer .banner h4 {
	font-family: Shadows;
	font-weight: normal;
	font-size: 80px;
	font-size: 5rem;
}

#bannercontainer .banner h3 {
	font-family: 'Nunito Sans';
	font-weight: normal;
	background-color: var(--defaultred);
	font-size: 24px;
	font-size: 1.5rem;
    padding: 12px;
    padding: 0.75rem;
	margin-bottom: 32px;
	margin-bottom: 2rem;
}

#bannercontainer .banner p {
	font-size: 20px;
	font-size: 1.25rem;
}

.banner {
	color: #eaeaea;
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 15px 0;
	padding: 0.9375rem 0;
	min-height: 75px;
}

.home .banner .widget {
	margin: 24px 0;
	margin: 1.5rem 0;
}

.banner h1,
.banner h2,
.banner h3,
.banner h4,
.banner h5,
.banner h6 {
	color: #eaeaea;
 }

.banner h1 {
	font-size: 64px;
	font-size: 4rem;
	margin-bottom: 32px;
	margin-bottom: 2rem;
}

.is_inner_page .banner h1 {
	font-family: Shadows;
	font-weight: normal;
	letter-spacing: 3px;
	font-size: 5rem;
}

.banner h2 {
	font-size: 32px;
	font-size: 2rem;
}

.is_inner_page .banner h2 {
    font-size: 4rem;
    font-weight: 400;
}

#maincontentcontainer .home-sidebar .widget {

}

#maincontentcontainer {
	width: 100%;
}

.site-content {
	clear: both;
	width: 90%;
	font-size: 16px;
	font-size: 1rem;
	max-width: 1200px;
	margin: 0 auto;
	padding: 64px 0;
	padding: 4rem 0;
	color: var(--darkgrey);
	line-height: 1.5;
	position: relative;
}

.home-sidebar {
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
	padding-bottom: 32px;
	padding-bottom: 2rem;
}

.home.page .site-content {
	
}

.home.page .site-content article {
	margin-bottom: 0;
}


/* ==========================================================================
   Home Page Styles
   ========================================================================== */

/**
 * general
 */
.image-bottom-border {
	background-color: var(--defaultred);
	height: 10px;
	margin-top: 1px;
	margin-right: 80px;
	margin-right: 5rem;
	position: relative;
}

.image-bottom-border:after {
	content: "";
	position: absolute;
	border: 5px solid var(--defaultred);
	border-bottom-color: white;
	border-right-color: white;
	right: 0;
}


/**
 * section_one
 */
.introduction {
	text-align:center;
    padding: 80px 10% 0 10%;
}

.introduction>img {
	margin-bottom: 2rem;
}

/**
 * section_two
 */
.services {

}

.services .col img {
	width: 100%;
}

.services .col h4 {
	position: absolute;
	bottom: 20px;
	left: 20px;
	color: var(--white);
}

.services .grid_12_of_12 {
	text-align: center;
	padding: 3rem 10% 0 10%;
}


/**
 * section_three
 */
.what_to_expect {
	background-color: var(--darkbg);
}

.what_to_expect .site-content {
	padding-bottom: 0;
}

.what_to_expect .row.header {
	margin-bottom: 3rem;
}

.what_to_expect .row.content {
	padding-bottom: 0;
	display: flex;
}


.what_to_expect .giraffe {
	margin-bottom: 0;
	place-self: flex-end;
}

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

.what_to_expect .row.header .col,
.what_to_expect .row.header .col h2 {
	margin: 0;
}

.what_to_expect .row.content .col:first-child {
	border-right: 1px solid var(--grey);
}

.what_to_expect .row.content .col:last-child {
	border-left: 1px solid var(--grey);
}

.what_to_expect .col div {
	padding: 2rem;
}

.what_to_expect .col div>img {
	margin-bottom: 2rem;
}

.what_to_expect .col div:first-child {
	border-bottom: 1px solid var(--grey);
}

.what_to_expect .col h2,
.what_to_expect .col h3,
.what_to_expect .col h4 {
	color: var(--white);
}

.what_to_expect .col h2 span {
    font-family: Shadows;
    color: var(--defaultred);
}

/**
 * section_four
 */
.marketing_call_outs {
	padding: 80px 0 48px 0;
	padding: 5rem 0 3rem 0;

}

.marketing_call_outs .row {
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.marketing_call_outs .col {
	padding-bottom: 80px;
	padding-bottom: 5rem;
}

.marketing_call_outs .left .hero-image {
	box-shadow: -2rem -2rem 0rem 0rem var(--whitegrey);
}

.marketing_call_outs .right .hero-image {
	box-shadow: 2rem -2rem 0rem 0rem var(--whitegrey);
}

.marketing_call_outs .col h2,
.marketing_call_outs .col h3 {
	border-left: 5px solid red;
	padding-left: 24px;
	padding-left: 1.5rem;
	margin-bottom: 48px;
	margin-bottom: 3rem;
	font-size: 32px;
	font-size: 2rem;
}


/**
 * section_five
 */
.about_me {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 96px 32px;
	padding: 6rem 2rem;
}

.about_me .row {
	padding: 4rem 5rem;
	background-color: var(--defaultred);
	background-color: rgb(219 46 42 / 80%);
	text-align:center;
	color: var(--white);
}

.about_me .row h2 {
	color: var(--white);
}

.about_me .row h2 span {
    font-family: Shadows;
}


/**
 * section_six
 */
.get_started .row {
	text-align:center;
}

.get_started .header {
	padding-bottom: 80px;	
	padding-bottom: 5rem;	
}

.get_started .header h2 {
	margin-bottom: 0;
}

.get_started .header h2 span {
	color: var(--defaultred);
	font-family: Shadows;
}

.get_started .col .counter {
	background-color: var(--defaultred);
	color: var(--white);
	width: 64px;
	width: 4rem;
	height: 64px;
	height: 4rem;
	line-height: 64px;
    line-height: 4rem;
    text-align: center;
	border-radius: 32px;
	border-radius: 2rem;
	font-size: 32px;
	font-size: 2rem;
	position: absolute;
	left: 2rem;
}

.get_started .col img {
	margin:16px 0 40px 0;
	margin:1rem 0 2.5rem 0;
}

.get_started .col h3 {
	margin-bottom: 32px;
	margin-bottom: 2rem;
}

.get_started .footer {
	padding: 0;
}


/**
 * section_seven
 */
.versatile_copywriter {
	background-color: var(--darkbg);
}

.versatile_copywriter .site-content {
}

.versatile_copywriter .col {
	color: var(--white);
}

.versatile_copywriter .col h2 {
	color: var(--white);
}

.versatile_copywriter .col h2 span{
	color: var(--defaultred);
	font-family: Shadows;
}

.versatile_copywriter .col:first-child {
    border-top: 5px solid var(--defaultred);
    border-bottom: 5px solid var(--defaultred);
    padding: 64px 0;
    padding: 4rem 0;
}

.versatile_copywriter .col:last-child p {
	font-size: 18px;
	font-size: 1.125rem;
}

/**
 * section_eight
 */

.portfolio .header {
	text-align:center;
	padding-bottom: 64px;
	padding-bottom: 4rem;
}

.portfolio .header h2 {
	margin-bottom: 0;
}

.portfolio .header h2 span {
	color: var(--defaultred);
	font-family: Shadows;
}

.portfolio .content {
	display: flex;
	flex-wrap: wrap;
    padding-bottom: 4rem;
}

.portfolio .col {
	text-align: center;
	border: 1px solid #EFEFEF;
	padding: 3rem;
	box-shadow: 0 10px 50px 0 #00000010;
}

.portfolio .col:hover {
	box-shadow: 0px 15px 15px 0px var(--lightgrey);
	border-color: var(--lightgrey);
}

.portfolio .col hr {
    margin: 2rem 45%;
    background-color: var(--defaultred);
    height: 3px;
}

.portfolio .col .portfolio-categories {
    font-weight: 700;
}

.portfolio .col .portfolio-categories a,
.portfolio .col .portfolio-tags a {
	
}

.portfolio .entry-content {
	margin-bottom: 0;
}

.portfolio .footer {
	text-align:center;
	margin-bottom: 1rem;
}

/* ==========================================================================
   Main Content
   ========================================================================== */

.entry-meta {
	clear: both;
	margin: 64px 0;
	margin: 4rem 0;
}

.comments-link {
	font-style: italic;
	font-weight: 400;
	font-size: 14px;
	font-size: 0.875rem;
	float: right;
}

.entry-header {
	margin-bottom: 16px;
	margin-bottom: 1rem;
}

.entry-header .entry-title a {
	text-decoration: none;
}


article.sticky .featured-post {
	font-style: normal;
	font-weight: 400;
	border-top: 4px double #aaa;
	border-bottom: 4px double #aaa;
	font-size: 16px;
	font-size: 1rem;
	line-height: 3;
	margin-bottom: 24px;
	margin-bottom: 1.5rem;
	text-align: center;
}

article.sticky {

}

.site-content article {
	margin: 64px 0;
	margin: 4rem 0;
	-ms-word-wrap: break-word;
	-webkit-hyphens: auto;
	word-wrap: break-word;
}

.header-meta {
	border-top: 1px solid var(--lightgrey);
	border-bottom: 1px solid var(--lightgrey);
	margin-bottom: 10px;
	margin-bottom: 0.625rem;
	padding: 5px 0;
	padding: 0.3125rem 0;
	*zoom: 1;
}

.header-meta:before,
.header-meta:after {
	content: "";
	display: table;
}

.header-meta:after { clear: both; }

.header-meta a {
	text-decoration:none;
}

.header-meta a:visited {

}

.header-meta a:hover {

}

.entry-content {
	margin-bottom: 20px;
	margin-bottom: 1.25rem;
	*zoom: 1;
}

.entry-content:before,
.entry-content:after {
	content: "";
	display: table;
}

.entry-content:after { clear: both; }

.post-categories a,
.post-tags a {
	font-size: 14px;
	font-size: 0.875rem;
	background-color: var(--darkgrey);
	color: var(--white);
	padding: 0 5px;
	padding: 0 0.3125rem;
	margin: 0 3px 0 0;
	margin: 0 0.1875rem 0 0;
	display: inline;
}

.post-categories a:visited,
.post-tags a:visited {
	color: var(--white);
}

.post-categories a:hover,
.post-tags a:hover {
	background-color: #2997ab;
	color: var(--white);
}

.entry-header address,
.comment-content address {
	font-style: italic;
	font-weight: 400;
	display: block;
}

.entry-header address {
	display: inline;
}

.entry-header time,
.entry-header address {
	font-style: italic;
	font-weight: 400;
	font-size: 14px;
	font-size: 0.875rem;
	margin: 0 20px 0 0;
	margin: 0 1.25rem 0 0;
}

.page-links {
	clear: both;
	line-height: 1.75;
	color: var(--darkgrey);
}

.page-links .page-numbers {
	background-color: var(--darkgrey);
	border: 1px solid var(--darkgrey);
	padding: 2px 4px;
	padding: 0.125rem 0.25rem;
	color: var(--white);
}

.page-links a {
}

.page-links a .page-numbers {
	background-color: transparent;
	color: var(--darkgrey);
}

.page-links a:hover .page-numbers {
	background-color: #2997ab;
	color: var(--white);
}

.more-link {
}

.post-edit-link {
}

.entry-content dl,
.comment-content dl {
	margin: 0 24px;
	margin: 0 1.5rem;
}

.entry-content dt,
.comment-content dt {
	font-style: normal;
	font-weight: 700;
	line-height: 1.5;
}

.entry-content dd,
.comment-content dd {
	line-height: 1.5;
	margin-bottom: 24px;
	margin-bottom: 1.5rem;
}

.entry-content table,
.comment-content table {
	border-bottom: 1px solid var(--lightgrey);
	font-size: 14px;
	font-size: 0.875rem;
	line-height: 2;
	margin: 0 0 24px;
	margin: 0 0 1.5rem;
	width: 100%;
}

.entry-content table caption,
.comment-content table caption {
	font-size: 16px;
	font-size: 1rem;
	margin: 24px 0;
	margin: 1.5rem 0;
}

.entry-content td,
.comment-content td {
	border-top: 1px solid var(--lightgrey);
	padding: 6px 10px 6px 0;
	padding: 0.375rem 0.625rem 0.375rem 0;
}

.entry-content ol,
.comment-content ol,
.entry-content ul,
.comment-content ul {
	margin: 0 0 24px;
	margin: 0 0 1.5rem;
	line-height: 1.5;
	padding: 0;
}

.entry-content ul ul,
.comment-content ul ul,
.entry-content ol ol,
.comment-content ol ol,
.entry-content ul ol,
.comment-content ul ol,
.entry-content ol ul,
.comment-content ol ul {
	margin-bottom: 0;
}

.entry-content ul,
.comment-content ul {
	list-style: disc outside;
}

.entry-content ol,
.comment-content ol {
	list-style: decimal outside;
}

.entry-content li,
.comment-content li {
	margin: 0 0 0 28px;
	margin: 0 0 0 1.75rem;
}

/* Author profiles */
.author .archive-header {
	margin-bottom: 24px;
	margin-bottom: 1.5rem;
}

.author-info {
	border-top: 1px solid var(--lightgrey);
	border-bottom: 1px solid var(--lightgrey);
	margin: 24px 0;
	margin: 1.5rem 0;
	padding: 24px 0;
	padding: 1.5rem 0;
	overflow: hidden;
	*zoom: 1;
}

.author-info:before,
.author-info:after {
	content: "";
	display: table;
}

.author-info:after { clear: both; }

.author-description h2 {
	font-size: 24px;
	font-size: 1.5rem;
}

.author-description p {
	color: #777;
	font-size: 14px;
	font-size: 0.875rem;
	line-height: 1.5;
	margin-bottom: 8px;
	margin-bottom: 0.5rem;
}

.author-link {
	font-size: 14px;
	font-size: 0.875rem;
}

.author-link a {
	color: #777;
}

.author-link a:visited {
	color: var(--grey);
}

.author-link a:focus,
.author-link a:hover,
.author-link a:active {
	outline: 0;
	color: #2997ab;
}

.author.archive .author-info {
	border-top: 0;
	margin: 0 0 48px;
	margin: 0 0 3rem;
}

.author.archive .author-avatar {
	margin-top: 0;
}

.author.archive .author-link {
	display: none;
}

.author-avatar {
	float: left;
	margin-top: 8px;
	margin-top: 0.5rem;
}

.author-description {
	float: right;
	width: 80%;
}

.social-meta a {
	margin-right: 5px;
	margin-right: 0.3125rem;
}


/* ==========================================================================
   General Page Elements
   ========================================================================== */

.left_border {
	border-left: 5px solid red;
	padding-left: 24px;
	padding-left: 1.5rem;
	margin-bottom: 48px;
	margin-bottom: 3rem;
	font-size: 32px;
	font-size: 2rem;
}

.left_border.smaller {
	font-size: 22.5px;
	font-size: 1.4rem;
}

.flex_column {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.wp-block-image {
	margin: 0;
}

.site-content ul {
	padding-left: 1rem;
}

.site-content ul li {
	margin-left: 30px;
	position: relative;
}

.site-content ul li:before {
	content: '\f00c';
	font-family: FontAwesome;
	color: var(--defaultred);
	position: absolute;
	left: -30px;
}

/* ==========================================================================
   Copywriting Page
   ========================================================================== */

.copywriting .banner h1 {
	color: var(--defaultred);
}

.copywriting.intro {
	padding: 4rem 0;
}

.copywriting.intro .wp-block-columns:first-child {
    padding: 0 10%;
}

.good-copywriting {
	background-color: #949494;
}

.good-copywriting .site-content {
	padding:0;
}

.good-copywriting .col {
	background-image: url('/wp-content/uploads/2022/09/good-copywriting-bg.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
	padding: 5rem 0;
	margin: 0;
	color: var(--white);
}

.good-copywriting .col h2 {
	color: var(--white);
	font-size: 50px;
}

.good-copywriting .col h2 span {
	color: var(--defaultred);
	font-family: Shadows;
}

.good-copywriting-tabs {
	
}

.good-copywriting-tabs .col img {
	width: 100%;
}

.good-copywriting-tabs .col .image-bottom-border {
	margin-bottom: 4rem;
}

.good-copywriting-tabs .col p {
	text-align:center;
}

.skills_services {
	background-color: #676161;
	background-image: url('/wp-content/uploads/2022/09/copywriting_skills_services.jpg');
	background-size: contain;
	background-position: right center;
	background-repeat: no-repeat;
	color: var(--white);
}

.skills_services .col {
	background-color: rgb(103 97 97 / 30%);
}

.skills_services .col h2 {
    font-size: 64px;
	color: var(--white);
}

.skills_services .col p {
	color: var(--white);
}

.skills_services .col h2 span {
	color: var(--defaultred);
	font-family: Shadows;
}

.writing_skills {
    background-color: var(--darkbg);
}

.writing_skills .col:first-child {
	border-top: 5px solid var(--defaultred);
	border-bottom: 5px solid var(--defaultred);
	padding: 64px 0;
	padding: 4rem 0;
}

.writing_skills .col h2 {
	color: var(--white);
	margin-bottom: 4rem;
}

.writing_skills .col h2 span {
	color: var(--defaultred);
	font-family: Shadows;
}

.writing_skills .col ul li {
	color: var(--white);
}

.testimonial {
	position:relative;
	margin-bottom: 4rem;
}

.testimonial .testimonial-image {
	width: 100%;
}

.title-wrapper {
    position: absolute;
    top: 0;
	width: 100%;
}

.title-wrapper h2 {
	text-align: center;
	margin: 0;
	color: var(--white);
}

.title-wrapper h2 span {
	font-family: Shadows;
}

.testimonial .content {
	text-align:center;
	padding: 0 10%;
}

.testimonial h2 a.lets_talk span {
	color: var(--defaultred);
	font-family: Shadows;
}

/* ==========================================================================
   Editing Page
   ========================================================================== */

.editing .banner h1 {
	color: var(--defaultred);
}

.editing.intro {
	padding: 4rem 0;
}

.editing.intro .wp-block-columns:first-child {
    padding: 0 10%;
}

.editing_skills_services {
	background-image: url('/wp-content/uploads/2022/09/editing-skills-service.jpg');
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
}

.editing_skills_services h2 {
	text-align:center;
	color: var(--white);
	margin-bottom: 4rem;
}

.editing_skills_services h2 span {
	color: var(--defaultred);
	font-family: Shadows;
}

.editing_skills_services p,
.editing_skills_services li {
	color: var(--white);
}

.what_i_edit {
	background-image: url('/wp-content/uploads/2022/09/editing-what-i-edit.jpg');
	background-position: right bottom;
	background-repeat: no-repeat;
	background-color: #b73535;
}

.what_i_edit h2 {
	color: var(--white);
}

.what_i_edit p,
.what_i_edit li {
	color: var(--white);
}
	
.no_compromise {
	background-image: url('/wp-content/uploads/2022/09/editing-no-compromise.jpg');
	background-position: left center;
	background-repeat: no-repeat;
	background-color: #0d0d0d;
}

.no_compromise h2 {
	color: var(--white);
	text-align:center;
}

.no_compromise h2 span {
	color: var(--defaultred);
	font-family: Shadows;
}

.no_compromise p {
	color: var(--white);
}

.editing_footer h2 span a {
	color: var(--defaultred);
	font-family: Shadows;
}


/* ==========================================================================
   Proofreading Page
   ========================================================================== */

.proofreading .banner h1 {
	color: var(--defaultred);
}

.proofreading .banner h1 {
	color: var(--defaultred);
}

.proofreading.intro {
	padding: 4rem 0;
}

.proofreading.intro .wp-block-columns:first-child {
    padding: 0 10%;
}

.proofreading_dont_settle {
	background-image: url('/wp-content/uploads/2022/09/proofreading-dont-settle.jpg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.proofreading_dont_settle h2 {
	text-align:center;
	color: var(--white);
	margin-bottom: 4rem;
}

.proofreading_dont_settle h2 span {
	color: var(--defaultred);
	font-family: Shadows;
}

.proofreading_dont_settle p,
.proofreading_dont_settle li {
	color: var(--white);
}

.proofreading_footer h2 span {
	color: var(--defaultred);
	font-family: Shadows;
}

/* ==========================================================================
   Portfolio Page
   ========================================================================== */

.portfolio .banner h1 {
	color: var(--defaultred);
}

.portfolio .intro .wp-block-columns:first-child {
    padding: 0 10%;
}

.portfolio .intro h2 {
	margin-bottom: 4rem;
}

.portfolio .intro h2 span {
	color: var(--defaultred);
	font-family: Shadows;
}

.portfolio footer h3 {
	margin-bottom: 2rem;
}

/* ==========================================================================
   Contact Page
   ========================================================================== */

.contact .banner h1 {
	color: var(--defaultred);
}

.contact-form-wrapper {
	box-shadow: 0 5px 10px 0 var(--lightgrey);
}

.contact-form-wrapper .wp-block-column {
	padding: 4rem;
}

.contact-form-wrapper .red_background {
	background-color: var(--defaultred);
	padding: 4rem;
	color: var(--white);
}

.contact-form .col {
	margin-bottom: 0;
}

.contact-form input[type="text"], 
.contact-form input[type="password"], 
.contact-form input[type="email"], 
.contact-form input[type="url"], 
.contact-form select, 
.contact-form textarea {
	width: 100%;
}

.contact-form select {
	padding: 7px;
}

/* ==========================================================================
   Post Formats
   ========================================================================== */

.entry-media {
	margin: 0 auto 16px;
	margin: 0 auto 1rem;
	max-width: 792px;
	width: 100%;
}

.entry-media .wp-caption,
.entry-media .wp-caption-text,
.entry-media [class*="align"] {
	margin: 0 auto;
}

/* Aside */
.format-aside .entry-content {
	margin: 20px 0 18px 0;
	margin: 1.25rem 0 1.125rem 0;
}

.format-aside .entry-content p:last-child {
	margin-bottom: 0;
}

/* Status */
.format-status .entry-content {
	border-left: 5px solid #ddd;
	margin: 20px 0 18px 0;
	margin: 1.25rem 0 1.125rem 0;
	padding: 0 0 0 15px;
	padding: 0 0 0 0.9375rem;
}

.format-status .entry-content p {
	font-size: 20px;
	font-size: 1.25rem;
	font-style: italic;
}

.format-status .entry-content p:last-child {
	margin-bottom: 0;
}

/* Quote */
.format-quote .entry-content blockquote:before {
	font-family: 'FontAwesome';
	font-weight: normal;
	font-style: normal;
	speak: none;
	vertical-align: top;
	font-size: 40px;
	font-size: 2.5rem;
	content: "\f10d";
	color: #ddd;
	top: -15px;
	left: 0;
	position: absolute;
	z-index: -1;
}

.format-quote .entry-content {
	margin-top: 24px;
	margin-top: 1.5rem;
	position: relative;
}

.format-quote .entry-content blockquote {
	border: none;
	margin-left: 40px;
	margin-left: 2.5rem;
}

/* Audio */
.format-audio .wp-audio-shortcode {
	margin-bottom: 16px;
	margin-bottom: 1rem;
}


/* ==========================================================================
   Archives
   ========================================================================== */

.archive-header,
.page-header {
	margin-bottom: 32px;
	margin-bottom: 2rem;
	border-bottom: 1px solid var(--lightgrey);
}

.archive-meta {
	font-style: italic;
	font-weight: 400;
	color: #777;
	font-size: 14px;
	font-size: 0.875rem;
	line-height: 2;
	margin-top: 16px;
	margin-top: 1rem;
}


/* ==========================================================================
   Comments
   ========================================================================== */

.comments-title {
	margin-bottom: 48px;
	margin-bottom: 3rem;
	font-size: 32px;
	font-size: 2rem;
	line-height: 1.5;
	font-weight: normal;
}

.comments-area article {
	padding-bottom: 16px;
	padding-bottom: 1rem;
	margin: 24px 0;
	margin: 1.5rem 0;
	border-bottom: 1px solid var(--lightgrey);
}

.comments-area article header {
	margin: 0 0 24px;
	margin: 0 0 1.5rem;
	overflow: hidden;
	position: relative;
}

.comments-area article header img {
	float: left;
	padding: 0;
	line-height: 0;
}

.comments-area article header cite,
.comments-area article header time {
	display: block;
	margin-left: 84px;
	margin-left: 5.25rem;
}
.comments-area article header cite {
	font-style: normal;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

.comments-area article header time {
	font-style: italic;
	font-weight: 400;
	line-height: 1.8;
	text-decoration: none;
	font-size: 14px;
	font-size: 0.875rem;
	color: #5e5e5e;
}

.comments-area article header a {
	text-decoration: none;
	color: #5e5e5e;
}

.comments-area article header a:hover {
	color: #21759b;
}

.comments-area article header cite a {
	color: #444;
}

.comments-area article header cite a:hover {
	text-decoration: underline;
}

.comments-area article header h4 {
	position: absolute;
	top: 0;
	right: 0;
	padding: 8px 14px;
	padding: 0.5rem 0.875rem;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: normal;
	color: var(--white);
	background-color: #0088d0;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #009cee, #0088d0);
	background-image: -ms-linear-gradient(top, #009cee, #0088d0);
	background-image: -webkit-linear-gradient(top, #009cee, #0088d0);
	background-image: -o-linear-gradient(top, #009cee, #0088d0);
	background-image: linear-gradient(top, #009cee, #0088d0);
	border-radius: 3px;
	border: 1px solid #007cbd;
}

.comments-area li.bypostauthor cite span {
	position: absolute;
	margin-left: 6px;
	margin-left: 0.375rem;
	padding: 2px 6px;
	padding: 0.125rem 0.375rem;
	font-size: 12px;
	font-size: 0.75rem;
}

a.comment-reply-link {
	font-size: 14px;
	font-size: 0.875rem;
	line-height: 1.8;
	color: #686868;
	text-decoration: none;
}

a.comment-reply-link:hover {
	color: #21759b;
}

.commentlist .pingback {
	line-height: 1.8;
	margin-bottom: 24px;
	margin-bottom: 1.5rem;
	padding-bottom: 0;
}

.commentlist .children {
	margin-left: 48px;
	margin-left: 3rem;
}

.commentlist {
	padding-left: 0;
}

/* Comment form */
#respond {
	margin-top: 48px;
	margin-top: 3rem;
}

#respond h3#reply-title #cancel-comment-reply-link {
	margin-left: 12px;
	margin-left: 0.75rem;
	font-weight: normal;
	font-size: 12px;
	font-size: 0.75rem;
}

#respond form {
	margin: 24px 0 32px 0;
	margin: 1.5rem 0 2rem 0;
}

#respond form p {
	margin: 12px 0;
	margin: 0.75rem 0;
}

#respond form p.logged-in-as {
	margin-bottom: 24px;
	margin-bottom: 1.5rem;
}

#respond form label {
	display: block;
	line-height: 1.8;
}

#respond form input[type="text"],
#respond form textarea {
	font-family: inherit;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.8;
	padding: 8px;
	padding: 0.5rem;
	width: 100%;
}

#respond form input[type="text"] {
	width:48%;
}

#respond form p.form-allowed-tags {
	margin: 0;
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1.5;
	color: #5e5e5e;
}

#respond form p.form-allowed-tags code {
	background: none;
	border: none;
	color: #5e5e5e;
}

label .required,
span.required {
	color: #bb0504;
}

form label.error {
	font-style: normal;
	font-weight: 700;
	display:block;
	padding: 0 10px 0 10px;
	padding: 0 0.625rem 0 0.625rem;
	margin: 5px 0 5px 0;
	margin: 0.3125rem 0 0.3125rem 0;
	font-size: 14px;
	font-size: 0.875rem;
	border-left: 4px solid #bb0504;
	display: none;
}

#respond form label.error {
	line-height: 1.3;
}

#respond #wp-comment-cookies-consent {
	margin-right: 12px;
	margin-right: .75rem;
	margin-top: -3px;
}

#respond .comment-form-cookies-consent label {
	display: inline;
}

/* ==========================================================================
   Footer
   ========================================================================== */

#footercontainer {
	width: 100%;
	background: rgb(228, 27, 35);
	background: -moz-linear-gradient(90deg, rgba(228, 27, 35,1) 0%, rgba(228, 27, 35,1) 50%, rgba(36,31,32,1) 50%, rgba(36,31,32,1) 100%);
	background: -webkit-linear-gradient(90deg, rgba(228, 27, 35,1) 0%, rgba(228, 27, 35,1) 50%, rgba(36,31,32,1) 50%, rgba(36,31,32,1) 100%);
	background: linear-gradient(90deg, rgba(228, 27, 35,1) 0%, rgba(228, 27, 35,1) 50%, rgba(36,31,32,1) 50%, rgba(36,31,32,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e41b23",endColorstr="#241f20",GradientType=1);
}

.site-footer {
	clear: both;
	width: 90%;
	font-size: 16px;
	font-size: 1rem;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0;
	color: var(--white);
	display: flex;
	flex-wrap: wrap;
}

.site-footer .col {
	margin-bottom: 0;
	padding: 64px 0 32px 0;
	padding: 4rem 0 2rem 0;
}

.site-footer .col:first-child {
	background-color: var(--defaultred);
	text-align: center;
	padding-right: 7%;
}

.site-footer .col:not(:first-child) {
	background-color: var(--darkbg);
}

.site-footer .col:nth-child(2) {
	padding-left: 7%;
}

.site-footer h4 {
	color: var(--white);
}

.site-footer p {
	font-size: 16px;
	font-size: 1rem;
}

.site-footer a {
	color: var(--white);
	text-decoration: none;
	font-size: 16px;
	font-size: 1rem;
	line-height: 2;
}

.site-footer a:visited {

}

.site-footer a:hover {

}

.site-footer a:focus {
	outline: thin dotted;
}

.site-footer .widget-area .widget {
	margin-bottom: 16px;
	margin-bottom: 1rem;
}

.smallprint .col {
	margin-bottom: 0;
	padding: 1rem 0;
}

.smallprint .col:first-child {
	background-color: var(--defaultred);
}

.smallprint .col:not(:first-child) {
	background-color: var(--darkbg);
}

.smallprint {
	width: 90%;
	max-width: 1200px;
}

.smallprint {
	font-size: 14px;
	font-size: 0.875rem;
	color: var(--lightgrey);
}

.smallprint a {
	color: var(--lightgrey);
}

.smallprint a:visited {

}

.smallprint a:hover {

}

.oley-copyright {
	text-align: right;
}

/* ==========================================================================
   Widgets
   ========================================================================== */

.widget-area ul {
	list-style: none outside none;
	padding-left: 0;
}

.widget-area .widget {
	-moz-hyphens: auto;
	-webkit-hyphens: auto;
	hyphens: auto;
	word-wrap: break-word;
	margin-bottom: 48px;
	margin-bottom: 3rem;
}

.widget select {
	margin-left: 1px;
	margin-left: 0.0625rem;
}

.widget-area .widget ul ul {
	margin-left: 12px;
	margin-left: 0.75rem;
}

.widget_rss li {
	margin: 12px 0;
	margin: 0.75rem 0;
}

.widget_recent_entries .post-date,
.widget_rss .rss-date {
	font-size: 12px;
	font-size: 0.75rem;
	margin-left: 12px;
	margin-left: 0.75rem;
}

#wp-calendar {
	margin: 0;
	width: 100%;
	font-size: 14px;
	font-size: 0.875rem;
	line-height: 2;
}

#wp-calendar th,
#wp-calendar td,
#wp-calendar caption {
	text-align: center;
}

#wp-calendar thead {
	border-top: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
}

#wp-calendar caption {
	font-style: normal;
	font-weight: 700;
	text-transform: uppercase;
	text-align: left;
}

#wp-calendar #today {
	background-color: #ddd;
}

#wp-calendar tfoot {
	border-top: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
}

#wp-calendar #next {
	padding-right: 24px;
	padding-right: 1.5rem;
	text-align: right;
}

.widget_search label {
	font-size: 14px;
	font-size: 0.875rem;
	line-height: 1.5;
}

.widget_twitter li {
	list-style-type: none;
}

.widget_twitter .timesince {
	display: block;
	text-align: right;
}


/* ==========================================================================
   Content Navigation
   ========================================================================== */

.site-content nav {
	clear: both;
	line-height: 2;
	overflow: hidden;
}

#nav-above {
	padding: 24px;
	padding: 1.5rem;
}

#nav-above {
	display: none;
}

.paged #nav-above {
	display: block;
}

.nav-previous,
.previous-image {
	float: left;
	width: 50%;
	line-height: 1.3;
}

.nav-previous a,
.nav-next a {
	text-decoration: none;
}

.nav-next,
.next-image {
	float: right;
	text-align: right;
	width: 50%;
	line-height: 1.3;
}

.nav-single + .comments-area,
#comment-nav-above {
	margin: 48px 48px 48px 0;
	margin: 3rem 3rem 3rem 0;
}

ul.page-numbers {
	padding: 0;
	margin: 0;
	text-align: center;
	line-height: 2;
}

li a.page-numbers,
li span.page-numbers {
	padding: 5px;
	padding: 0.3125rem;
	border: 1px solid var(--darkgrey);
	text-decoration: none;
}

li a:visited.page-numbers {

}

li a:hover.page-numbers {

	color: var(--white);
}

li a:hover.prev,
li a:hover.next {
	background-color: transparent;
	color: #2997ab;
}

.page-numbers li {
	display: inline;
}

li span.current {
	background-color: var(--darkgrey);
	color: var(--white);
}

li a.prev,
li a.next,
li span.dots {
	border: none;
}

/* ==========================================================================
   WPML translation plugin
   ========================================================================== */

#lang_sel {
	width: 65%;
	height: 35px;
}

#lang_sel li {
	width: 100%;
}

#lang_sel ul ul {
	top: 35px;
	width: 100%;
}

#lang_sel a.lang_sel_sel {
	border-radius: 3px;
}

#lang_sel a,
#lang_sel a:visited {
	font-size: 16px;
	font-size: 1rem;
	padding: 5px 0 5px 10px;
}

.main-navigation .menu-item-language .iclflag {
	margin-top: 7px;
}

#lang_sel .iclflag {
	margin-top: 2px;
}

#lang_sel .lang_sel_sel .iclflag {
	margin-top: 6px;
}

#lang_sel_footer .iclflag,
#lang_sel_footer .icl_lang_sel_current {
	margin-top: 6px;
}


/* ==========================================================================
   Media Queries
   ========================================================================== */

/*  Breakpoints are set based on the design, not based on device sizes */
@media only screen and (max-width: 1240px) {
	.main-navigation li {
		margin-left: 2rem;
	}
}

@media only screen and (max-width: 1100px) {
	.main-navigation li {
		margin-left: 1rem;
	}
	
	#bannercontainer .banner h4 {
		font-size: 48px;
		font-size: 3rem;
	}
	
	#bannercontainer .banner h1 {
		font-size: 48px;
		font-size: 3rem;
	}

	#bannercontainer .banner h3 {
		font-size: 16px;
		font-size: 1rem;
	}
	
	#bannercontainer .banner p {
		font-size: 16px;
		font-size: 1rem;		
	}
	
}

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

}

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

	#bannercontainer .banner h4 {
		font-size: 32px;
		font-size: 2rem;
		margin-bottom: 0.5rem;
	}
	
	#bannercontainer .banner h1 {
		font-size: 32px;
		font-size: 2rem;
		margin-bottom: 1rem;
	}

	#bannercontainer .banner h3 {
		margin-bottom: 1rem;
	}
	
	#bannercontainer .banner p {
		margin-bottom: 0;
	}

	#bannercontainer .banner h2 {
		font-size: 24px;
		font-size: 1.5rem;
		margin-bottom: 0.5rem;
	}
	
	.marketing_call_outs .col {
	    padding-bottom: 3rem;
	}
	
	.marketing_call_outs .col h3 {
		font-size: 1.5rem;
	}

	.what_i_edit {
		background-position: right top;
	}

}

@media only screen and (max-width: 800px) {
	.wp-block-image.size-full img {
		width: 100%;
	}
}

@media only screen and (max-width: 768px) {
	
	.services .col h4 {
		font-size: 1rem;
	}
	
	.what_to_expect .content .col {
		width:49.2%; 
		margin-left: 0;
	}
	
	.what_to_expect .giraffe {
		display:none;
	}

	.skills_services {
		background-position: right bottom;
	}
	
	.smallprint .col {
		width: 100%;
		margin-left: 0;
		text-align: center;
	}
}

/*  Go full Width at less than 650px */
@media only screen and (max-width: 650px) {
	/*
	.grid_12_of_12 { width: 100%; }
	.grid_11_of_12 { width: 91.53%; }
	.grid_10_of_12 { width: 83.06%; }
	.grid_9_of_12  { width: 74.6%; }
	.grid_8_of_12  { width: 66.13%; }
	.grid_7_of_12  { width: 57.66%; }
	.grid_6_of_12  { width: 49.2%; }
	.grid_5_of_12  { width: 40.73%; }
	.grid_4_of_12  { width: 32.26%; }
	.grid_3_of_12  { width: 23.8%; }
	.grid_2_of_12  { width: 15.33%; }
	.grid_1_of_12  { width: 6.866%; }
	*/
	
	.grid_1_of_12,
	.grid_2_of_12,
	.grid_3_of_12,
	.grid_4_of_12,
	.grid_5_of_12,
	.grid_6_of_12,
	.grid_7_of_12,
	.grid_8_of_12,
	.grid_9_of_12,
	.grid_10_of_12,
	.grid_11_of_12,
	.grid_12_of_12 {
		width: 100%;
	}
	.col {
		margin-left: 0;
	}

	.site-header { width: 100%; }
	.site-title.grid_2_of_12  { text-align: center; margin-bottom: 0;}
	.site-title.grid_2_of_12 img { width: 120px; height: 83px; }
	.nav.grid_10_of_12 {  }
	.main-small-navigation { margin-top: -46px; }
	
	#bannercontainer .banner h4 {
		font-size: 1.4rem;
	}
	
	#bannercontainer .banner h1 {
		font-size: 1.4rem;
		margin-bottom: 0.5rem;
	}

	#bannercontainer .banner h3 {
		display: none;
	}
	
	#bannercontainer .banner p {
		display: none;
	}

	.site-content {
		padding: 2rem 0;
	}

	.site-content ul {
		padding-left: 0rem;
	}

	.left_border {
		margin-bottom: 2rem;
	}

	/**
	 * Home
	 */
	.services .col h4 {
		font-size: 1.25rem;
	}

	.marketing_call_outs .col {
		padding-bottom: 1rem;
	}
	
	.marketing_call_outs .row:nth-child(2) {
		flex-direction: column-reverse;
	}

	.about_me .row {
		padding: 2rem 1rem;
	}

	/**
	 * Copywriting
	 */
	.copywriting.intro .wp-container-8 {
		flex-direction: column-reverse;
	}

	.good-copywriting .col {
		background-position: center 60%;
	}

	.good-copywriting .col p:not(:last-child) {
		height: 0;
	}

	.good-copywriting-tabs .col .image-bottom-border {
		margin-bottom: 2rem;
	}

	.skills_services .col h2 {
		font-size: 44px;
	}

	.title-wrapper h2 {
		font-size: 26px;
	}

	.testimonial .testimonial-image {
		display: none;
	}
	
	.testimonial .title-wrapper {
		position:relative;
		background-color: #a61f20;
		margin-bottom: 2rem;
	}

	.testimonial .content {
		padding:0;
	}

	/**
	 * Editing
	 */
	.editing_skills_services h2 {
		margin-bottom: 2rem;
	}

	.proofreading.intro .wp-container-10 {
		flex-direction: column-reverse;
	}

	/**
	 * Contact
	 */
	.contact-form-wrapper .wp-block-column {
		padding: 2rem;
	}

	/**
	 * Footer
	 */
	#footercontainer {
		background: none;
		background-color: var(--darkbg);
	}

	.site-footer,
	.smallprint {
		width: 100%;
	}

	.site-footer .col {
		padding: 1rem;
	}

	.smallprint .col:first-child {
		background: none;
	}

	.smallprint .col {
		padding: 0.1rem;
	}


	
}


/*  Adjust the menu at less than 520px */
@media only screen and (max-width: 520px) {

}

@media only screen and (max-width: 320px) {
	.author-description {
		float: left;
		width: 100%;
	}
}


/* ==========================================================================
   Non-semantic helper classes from HTML5 Boilerplate
   Please define your styles before this section.
   ========================================================================== */

/* For image replacement */
.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; *line-height: 0; }
.ir br { display: none; }

/* Hide from both screenreaders and browsers: h5bp.com/u */
.hidden { display: none !important; visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }

/* Contain floats: h5bp.com/q */
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }


/* ==========================================================================
   Print styles from HTML5 Boilerplate
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
  * { background: transparent !important; color: black !important; box-shadow:none !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s */
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid var(--midgrey); page-break-inside: avoid; }
  thead { display: table-header-group; } /* h5bp.com/t */
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}