/*
Theme Name: BlankSlate
Theme URI: https://github.com/tidythemes/blankslate
Author: TidyThemes
Author URI: https://github.com/tidythemes
Description: Donations: https://calmestghost.com/donate. BlankSlate is the definitive WordPress boilerplate starter theme. We've carefully constructed the most clean and minimalist theme possible for designers and developers to use as a base to build websites for clients or to build completely custom themes from scratch. Clean, simple, unstyled, semi-minified, unformatted, and valid code, SEO-friendly, jQuery-enabled, no programmer comments, standardized and as white label as possible, and most importantly, the CSS is reset for cross-browser-compatability and no intrusive visual CSS styles have been added whatsoever. A perfect skeleton theme. For support and suggestions, go to: https://github.com/tidythemes/blankslate/issues. Thank you.
Tags: accessibility-ready, one-column, two-columns, custom-menu, featured-images, microformats, sticky-post, threaded-comments, translation-ready
Version: 2023
Requires at least: 5.2
Tested up to: 6.1
Requires PHP: 7.0
License: GNU General Public License v3 or Later
License URI: https://www.gnu.org/licenses/gpl.html
Text Domain: blankslate

BlankSlate WordPress Theme © 2011-2023 TidyThemes
BlankSlate is distributed under the terms of the GNU GPL
*/

/* DEFAULT */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;vertical-align:baseline}html{scroll-behavior:smooth}body{line-height:1}a{text-decoration-skip-ink:auto}a[href^="tel"]{color:inherit;text-decoration:none}button{outline:0}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}q{display:inline;font-style:italic}q:before{content:'"';font-style:normal}q:after{content:'"';font-style:normal}textarea,input[type="text"],input[type="button"],input[type="submit"],input[type="reset"],input[type="search"],input[type="password"]{-webkit-appearance:none;appearance:none;border-radius:0}input[type="search"]{-webkit-appearance:textfield}table{border-collapse:collapse;border-spacing:0}th,td{padding:2px}big{font-size:120%}small,sup,sub{font-size:80%}sup{vertical-align:super}sub{vertical-align:sub}dd{margin-left:20px}kbd,tt{;font-size:12px}ins{text-decoration:underline}del,strike,s{text-decoration:line-through}dt{font-weight:bold}address,cite,var{font-style:italic}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}*{box-sizing:border-box;-webkit-tap-highlight-color:transparent;font-family: sans-serif;}
.sticky{}.bypostauthor{}.wp-caption{}.wp-caption-text{}.gallery-caption{}.alignright{}.alignleft{}.aligncenter{}
.screen-reader-text{border:0;clip:rect(1px,1px,1px,1px);-webkit-clip-path:inset(50%);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute!important;width:1px;word-wrap:normal!important;word-break:normal}
.screen-reader-text:focus{background-color:#f7f7f7;border-radius:3px;box-shadow:0 0 2px 2px rgba(0,0,0,.6);clip:auto!important;-webkit-clip-path:none;clip-path:none;color:#007acc;display:block;font-size:14px;font-size:.875rem;font-weight:700;height:auto;right:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}
.skip-link{left:-9999rem;top:2.5rem;z-index:999999999;text-decoration:underline}
.skip-link:focus{display:block;left:6px;top:7px;font-size:14px;font-weight:600;text-decoration:none;line-height:normal;padding:15px 23px 14px;z-index:100000;right:auto}
.visually-hidden:not(:focus):not(:active), .form-allowed-tags:not(:focus):not(:active){position:absolute !important;height:1px;width:1px;overflow:hidden;clip:rect(1px 1px 1px 1px);clip:rect(1px, 1px, 1px, 1px);white-space:nowrap}
/* DEFAULT END */

/* VARIABLES START */
:root {
	--white: #fff;
	--main-bg-color: #474a4e;
	--primary-light-grey: #999999;
	--primary-red: #fc2539;
}
/* VARIABLES END */

/* START STYLING  */
header {
	background: var(--main-bg-color);
	-webkit-box-shadow: 0 3px 3px 0 rgba(0,0,0,.45);
    box-shadow: 0 3px 3px 0 rgba(0,0,0,.45);
}
header .menu ul {
	display: flex;
    flex-wrap: wrap;
}
header .menu ul li {
	display: flex;
	justify-content: center;
	padding: 5px 0;
	flex-grow: 1;
}
header .menu ul li a {
	color: var(--white);
	font-size: 14px;
	text-transform: uppercase;
	text-decoration: none;
	transition: color .3s linear;
}
header .menu ul li a:hover {
	color: var(--primary-red);
	transition: color .2s linear;
}
.main-container {
	display: block;
	margin: 0 auto;
	max-width: 1200px;
	padding: 0 20px;
}
.header-top {
	display: flex;
    flex-direction: row;
    padding-top: 10px;
    padding-bottom: 10px;
    justify-content: space-between;	
}
.header-top * {
	font-size: 13px;
    color: var(--primary-light-grey);
	text-decoration: none;
	transition: color .2s linear;
}
.header-top a:hover {
	color: var(--primary-red);
	text-decoration: underline;
	transition: color .2s linear;
}
.header-address span, .header-top-page a {
	border-right: 1px solid;
	padding-left: 5px;
	padding-right: 5px;
}
.header-address span:first-child, .header-top-page a:first-child {
	padding-left: 0;
}
.header-address span:last-child, .header-top-page a:last-child {
	padding-right: 0;
	border: none;
}
.header-main {
	padding: 10px 0;
    margin-bottom: 10px;
    border-top: 1px solid var(--primary-light-grey);
    border-bottom: 1px solid var(--primary-light-grey);
}
.header-main .main-container {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.header-main img {
	flex-grow: 1;
	max-width: 150px;
}
.header-main #search {
	flex-grow: 1;
	max-width: 650px;
}
.header-main form {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	background: none;
    padding: 0;
	border: 1px solid var(--primary-light-grey);
    border-radius: 5px;
}
.header-main label {
	flex-grow: 1;
}
.header-main form input {
	font-size: 14px;
    line-height: 1em;
    color: var(--primary-light-grey);
    background: none;
    padding: 5px 10px;
    margin: 0;
    border: none;
	outline: none !important;
	border-left: 1px solid var(--primary-light-grey);
}
.header-main label input {
	width: 100%;
	border: none;
}
.header-main .aws-container .aws-search-field {
	border: none !important;
	color: var(--white);
}
.header-main .aws-container .aws-search-field:focus {
	background: none !important;
}
.header-main .aws-container .aws-search-form {
	height: 36px;
}
.header-main .aws-container .aws-search-form .aws-form-btn {
	background: none !important;
	border: none;
	border-left: 1px solid var(--primary-light-grey);
}
.header-main .aws-container .aws-search-form .aws-form-btn svg {
	filter: invert(100%) sepia(0%) saturate(2%) hue-rotate(64deg) brightness(106%) contrast(101%);
}
.header-main .header-main--btn {
	display: flex;
	flex-direction: row;
	align-items: center;
}
.header-main .header-main--btn .my-acc {
	flex-grow: 1;
	max-width: 125px;
	margin: 0 10px 0 0;
    border: 1px solid var(--primary-light-grey);
    border-radius: 5px 5px 5px 5px;
	font-size: 14px;
}
.header-main .header-main--btn .my-acc a {
	display: block;
	color: var(--white);
    padding: 10px 10px 10px 40px;
	text-decoration: none;
	transition: color .2s linear;	
	position: relative;
}
.header-main .header-main--btn .my-acc a:hover {
	color: var(--primary-red);
	transition: color .2s linear;	
}
.header-main .header-main--btn .my-acc a:before {
	content: "";
    position: absolute;
    top: 4px;
    left: -77px;
    right: 0;
    margin: auto;
    width: 25px;
    height: 25px;
    background-image: url(images/icons/user-icon.png);
    background-repeat: no-repeat;
    background-size: contain;
    filter: invert(100%) sepia(0%) saturate(2%) hue-rotate(64deg) brightness(106%) contrast(101%);
	transition: filter .2s linear;	
}
.header-main .header-main--btn .my-acc a:hover:before {
	filter: invert(40%) sepia(71%) saturate(4692%) hue-rotate(333deg) brightness(90%) contrast(121%);
	transition: filter .2s linear;	
}
.header-main .header-main--btn .xoo-wsc-sc-cont {
	flex-grow: 1;
	max-width: 50px;
	transition: color .2s linear;	
}
.header-main .header-main--btn .xoo-wsc-sc-cont:hover {
	color: var(--primary-red);
	transition: color .2s linear;	
}
.header-main .header-main--btn .xoo-wsc-sc-bki {
	border: 1px solid #999;
    border-radius: 5px;
    padding: 4px;
}
.header-menu {
	padding-bottom: 10px;
}
/* END STYLING  */