/*!
Theme Name: areawide
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: areawide
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

areawide 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: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* 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: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

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:visited {
	color: #800080;
}

a:hover,
a:focus,
a:active {
	color: #191970;
}

a:focus {
	outline: thin dotted;
}

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

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# 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: 992px) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}

	.main-navigation #primary-menu {
    	gap: 40px;
	}

}

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


/* ---------- BEGIN CUSTOM CSS ---------------- */

@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

*, body h1, body h2, body h3, body h4, body h5, body h6, body p {
	font-family: "Roboto", sans-serif;
	font-size: unset;
	line-height: unset;
	font-weight: unset;
	text-transform: unset;
}

:root {
  --awt-verydarkgray: #333;
  --awt-darkgray: #555;
  --awt-black: #000;
  --awt-verylitegray: #f2f2f2;
  --awt-litegray: #CCC;
  --awt-white: #FFF;
  --awt-red: #D71920;
  --awt-darkred: #a01317;
  --awt-verydarkred: #5b0b0d;
  --awt-navy: #104070;
  --awt-gold: #f4c871;
}

/* --------- START SCROLLBAR CSS ----------- */

/* width */
::-webkit-scrollbar {
  width: 8px;
}

/* Track */
::-webkit-scrollbar-track {
  background: var(--awt-black); 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  transition: all ease 0.3s;
  border-radius: 4px;
  background-color: var(--awt-verydarkgray);
  transition: background-color ease 0.3s;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background-color: var(--awt-red);
}

/* ---------- END SCROLLBAR CSS ------------ */

/* ---------- START STICKY FOOTER CSS ------------ */

.awt-page-wrap {
	min-height: calc(100vh - 200px);
	position: relative;
	border-bottom: solid 2px var(--cukay-white);
}

.awt-page-wrap:after {
	position: absolute;
	left: 0px;
	bottom: 0px;
	display: block;
	content: '';
	width: 100%;
	height: 25px;
	background-image: linear-gradient(transparent, rgba(0,0,0,0.1));
	mix-blend-mode: multiply;
	pointer-events: none;
}

.awt-footer-wrapper {
	min-height: 200px;
	background: var(--awt-verydarkgray);
	position: relative;
}

.awt-footer-wrapper:before {
	content: '';
	display: block;
	width: 100%;
	height: 40px;
	top: 0px;
	left: 0px;
	position: absolute;
	background-image: linear-gradient(rgba(0, 0, 0, 0.3), transparent);
	mix-blend-mode: multiply;
}

/* ---------- END STICKY FOOTER CSS ------------ */

.clearfix {
	clear: both;
}

body {
	line-height: 1em;
	padding-top: 90px;
	background-image: linear-gradient(var(--awt-white), var(--awt-litegray));
}

.awt-site-header {
	background: var(--awt-white);
	box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
	padding: 15px 20px;
	position: relative;
	transition: padding ease 0.3s;
}

.awt-site-header .site-branding .site-title {
	margin: 0px;
}

.awt-site-header .site-branding .site-title a {
	white-space: nowrap;
	color: var(--awt-verydarkgray);
	text-decoration: none;
	font-size: 1.2rem;
	font-weight: 500;
}

.awt-site-header .site-branding .site-title a:hover {
	color: var(--awt-black);
	text-decoration: none;
}

.awt-site-header .site-branding {
	display: flex;
	flex-direction: column;
    justify-content: center;
}

.main-navigation ul {
	justify-content: end;
}

.main-navigation ul.nav-menu ul.sub-menu {
    flex-direction: column;
    background: var(--awt-white);
    outline: solid 1px var(--awt-litegray);
}

.awt-nav-container {
	max-width: 1800px;
	margin: 0 auto;
	display: flex;
}

.main-navigation li.menu-item a {
	font-family: "Roboto", sans-serif;
	font-weight: 400;
	font-size: 1.1rem;
	line-height: 1em;
/* 	margin-left: 30px; */
	color: var(--awt-verydarkgray);
	padding: 5px 0px 5px 0px;
	border-bottom: solid 3px transparent;
	transition: all ease 0.3s;
	cursor: pointer;
}

.main-navigation li.menu-item:first-child a {
	margin-left: 0px;
}

.main-navigation li.menu-item a:hover {
	border-bottom: solid 3px var(--awt-red);
	text-decoration: none;
}

.main-navigation ul.nav-menu ul.sub-menu li.menu-item a {
	margin-left: 0px;
	padding: 15px 20px 15px 17px;
	border-bottom: none;
	border-left: solid 3px transparent;
	border-right: solid 1px transparent;
	border-top: solid 1px transparent;
	border-bottom: solid 1px transparent;
}

.main-navigation ul.nav-menu ul.sub-menu li.menu-item a:hover {
	border-left: solid 3px var(--awt-red);
	border-right: solid 1px var(--awt-litegray);
	border-top: solid 1px var(--awt-litegray);
	border-bottom: solid 1px var(--awt-litegray);
}

.awt-site-header .main-navigation .menu-toggle {
	border: none;
	background: transparent;
	border-radius: 0px;
	padding: 0px;
	cursor: pointer;
	position: absolute;
	top: 18px;
	right: 20px;
}

.awt-site-header .main-navigation .menu-toggle svg {
	width: 30px;
	fill: var(--awt-verydarkgray);
	transition: all ease 0.3s;
}

.awt-site-header .main-navigation .menu-toggle:hover svg {
	width: 30px;
	fill: var(--awt-red);
}

.awt-site-header .site-branding a img {
	width: 190px;
}

.awt-site-header .main-navigation {
	display: flex;
	margin: auto 0 auto auto;
	width: auto;
}

.menu-main-navigation-container {
	margin: 0 auto;
}

.menu-item-has-children {
	position: relative;
}

.menu-item-has-children:after {
	display: block;
	content: "";
	width: 7px;
	height: 7px;
	border-right: solid 2px var(--awt-litegray);
	border-bottom: solid 2px var(--awt-litegray);
	position: absolute;
	right: -13px;
	bottom: 15px;
	transform: rotate(45deg);
}

.post, .page {
    margin: 0;
}

.entry-content {
	overflow: hidden;
}

.awt-above-header-wrapper {
	background: var(--awt-verydarkgray);
 	background-image: linear-gradient(#444, #444, #393939);
 	height: 30px;
 	padding: 0px 20px;
 	overflow: hidden;
}

.awt-above-header-container {
	max-width: 1800px;
	margin: 0 auto;
	display: block;
	height: 100%;
}

.menu-above-header-container {
	height: 100%;
}

.above-header-menu-widget {
	height: 100%;
	margin: 0px;
}

.above-header-menu-widget ul.menu {
	padding: 0px;
	display: flex;
	height: 100%;
	margin: 0px;
	justify-content: end;
}

.above-header-menu-widget li.menu-item {
	color: var(--awt-white);
	list-style-type: none;
	height: 100%;
	margin: 0px;
}

.above-header-menu-widget li.menu-item a {
	color: var(--awt-white);
	height: 100%;
	background: var(--awt-red);
/*	background-image: linear-gradient(var(--awt-red) 50%, var(--awt-darkred));*/
	display: inline-flex;
	justify-content: center;
	padding: 7px 15px 0px 15px;
	font-size: 0.97rem;
	text-decoration: none;
	transition: all ease 0.3s;
	position: relative;
	border-right: solid 1px var(--awt-darkred);
}

.above-header-menu-widget li.menu-item a:focus {
	outline: none;
}

.above-header-menu-widget li.menu-item:first-child a {
	border-left: solid 1px var(--awt-darkred);
}

.above-header-menu-widget li.menu-item a span {
	color: var(--awt-white);
	display: inline-block;
	position: relative;
}

.above-header-menu-widget li.menu-item a:before {
	display: block;
	content: '';
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-image: linear-gradient(var(--awt-red) 50%, var(--awt-darkred));
	opacity: 1.0;
	transition: all ease 0.3s;
}

.above-header-menu-widget li.menu-item a:hover {
	text-decoration: none;
}

.above-header-menu-widget li.menu-item a:hover:before {
	opacity: 0.0;
}

.above-header-menu-widget li.menu-item a svg {
	height: 18px;
	fill: var(--awt-white);
	position: relative;
	bottom: 2px;
	margin-right: 7px;
}

.above-header-menu-widget li.menu-item.top-red-link-support a svg {
    height: 17px;
    bottom: 1px;
}

.above-header-menu-widget li.menu-item.top-red-link-phone a svg {
    height: 15px;
    bottom: 1px;
}

.awt-site-header.awt-site-header-scroll {
    padding: 5px 20px;
}

.awt-fixed-header-wrapper {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	z-index: 10000;
}

/*.site-main {
	padding-top: 120px;
}*/

.admin-bar .awt-fixed-header-wrapper {
	top: 32px;
}

.otgs-development-site-front-end {
    display: none;
}

.all-welcome-features-widget {
	margin-bottom: 0px;
}

.awt-welcome-features {
	width: 100%;
	height: 900px;
	position: relative;
	transition: all ease 0.3s;
	overflow: hidden;
}

.awt-welcome-feature-item {
	display: inline-block;
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
}

.awt-welcome-feature-item img.welcome-feature-item-image {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.welcome-feature-front {
	min-width: 500px;
	width: 50%;
	height: 100%;
	display: flex;
	justify-content: center;
	background: rgba(0,0,0,0.8);
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 10;
	border-right: solid 3px var(--awt-red);
}

.welcome-feature-text {
	height: fit-content;
	margin-top: auto;
	margin-bottom: auto;
	margin-right: 0px;
	margin-left: auto;
	max-width: 930px;
/*	border: dotted 1px limegreen;*/
	padding-left: 30px;
	padding-right: 200px;
}

.welcome-feature-text h1 {
	color: var(--awt-white);
	font-size: 3rem;
	line-height: 1.2em;
	margin-bottom: 30px;
	font-weight: 500;
}

.welcome-feature-text p {
	color: var(--awt-white);
	font-size: 1.1rem;
	line-height: 1.8em;
	margin-bottom: 30px;
	font-weight: 300;
}

.welcome-feature-text a {
	color: var(--awt-white);
	font-size: 1.1rem;
	line-height: 1.0em;
	font-weight: 500;
	display: inline-block;
	padding-bottom: 20px;
	position: relative;
}

.welcome-feature-text a:after {
	position: absolute;
	content: '';
	display: block;
	bottom: 0px;
	left: 0px;
	width: 50%;
	min-width: 100px;
	height: 3px;
	background: var(--awt-red);
	transition: width ease 0.3s;
}

.welcome-feature-text a:hover {
	text-decoration: none;
	color: var(--awt-white);
}

.welcome-feature-text a:hover:after {
	width: 100%;
}

.welcome-carousel .slick-list,
.welcome-carousel .slick-list .slick-track {
	height: 100%;
}

.welcome-carousel .slick-list .slick-track {
	display: flex;
	background: var(--awt-black);
}

.content-previews-widget {
	padding: 0px 20px;
}

.awt-content-previews-container {
    max-width: 1800px;
    margin: 0 auto;
    width: 100%;
    padding: 100px 0px;
    border-top: solid 1px var(--awt-litegray);
}

body.page-template-page-empty .awt-content-previews-container {
    border-top: none;
}

.awt-content-preview-item {
    display: flex;
    box-shadow: 1px 1px 10px 2px rgba(0, 0, 0, 0.2);
    background: var(--awt-white);
    margin-bottom: 100px;
}

.awt-content-preview-item:last-child {
    margin-bottom: 0px;
}

.awt-content-preview-item:nth-child(even) .awt-content-preview-item-image-holder {
	order: 2;
}

.awt-content-preview-item-image-holder {
	width: 600px;
	min-height: 400px;
	flex-grow: 0;
	flex-shrink: 0;
	transition: all ease 0.3s;
	overflow: hidden;
}

.awt-content-preview-item-image-holder .awt-content-preview-item-image {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.awt-content-preview-item-text-holder {
	padding: 40px 70px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.awt-content-preview-item-text-holder h2 {
	font-size: 3rem;
	line-height: 1em;
	color: var(--awt-black);
	font-weight: 500;
	margin: 0px 0px 40px 0px;
}

.awt-content-preview-item-text-holder h2 span {
	color: var(--awt-red);
}

.awt-content-preview-item-text-holder p {
	font-size: 1.2rem;
	line-height: 1.8em;
	color: var(--awt-darkgray);
	font-weight: 400;
	margin: 0px 0px 40px 0px;
}

.awt-content-preview-item-text-holder a.awt-content-preview-link {
	color: var(--awt-darkgray);
    font-size: 1.4rem;
    line-height: 1.0em;
    font-weight: 500;
    display: inline-block;
    padding-bottom: 20px;
    position: relative;
    margin-right: auto;
}

.awt-content-preview-item-text-holder a.awt-content-preview-link:hover {
	text-decoration: none;
}

.awt-content-preview-item-text-holder a.awt-content-preview-link:after {
    position: absolute;
    content: '';
    display: block;
    bottom: 0px;
    left: 0px;
    width: 50%;
    min-width: 100px;
    height: 3px;
    background: var(--awt-red);
    transition: width ease 0.3s;
}

.awt-content-preview-item-text-holder a.awt-content-preview-link:hover:after {
    width: 100%;
}

a.awt-rounded-btn {
	display: inline-block;
	color: var(--awt-white);
	background: var(--awt-darkred);
	padding: 20px 40px;
	border-radius: 30px;
	font-size: 1.2rem;
	font-weight: 500;
	transition: all ease 0.3s;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

a.awt-rounded-btn:hover {
	color: var(--awt-white);
	background: var(--awt-red);
	text-decoration: none;
}

a.awt-rounded-btn-white {
	display: inline-block;
	color: var(--awt-darkred);
	background: var(--awt-white);
}

a.awt-rounded-btn-white:hover {
	color: var(--awt-red);
	background: var(--awt-white);
}

.lets-talk-widget {
	margin-bottom: 0px;
}

.awt-lets-talk-wrapper {
    background: var(--awt-red);
    background-image: radial-gradient(circle, var(--awt-red), var(--awt-darkred));
    width: 100%;
    position: relative;
    overflow: hidden;
    padding: 100px 20px;
}

.awt-lets-talk-wrapper img.awt-lets-talk-left-nodes {
	position: absolute;
	top: -250px;
	left: -1000px;
	height: 600px;
	transition: all ease 0.3s;
	max-width: unset;
}

.awt-lets-talk-wrapper img.awt-lets-talk-right-nodes {
	position: absolute;
	bottom: -200px;
	right: -1000px;
	height: 600px;
	transition: all ease 0.3s;
	max-width: unset;
}

.awt-lets-talk-text {
	width: 100%;
	max-width: 500px;
	margin: 0 auto;
	position: relative;
	text-align: center;
}

.awt-lets-talk-text h3 {
	color: var(--awt-white);
	text-align: center;
	font-size: 1.5rem;
	line-height: 1em;
	font-weight: 500;
	margin: 0px 0px 20px 0px;
}

.awt-lets-talk-text h1 {
	color: var(--awt-white);
	text-align: center;
	font-size: 7rem;
	line-height: 1em;
	font-weight: 500;
	margin: 0px 0px 20px 0px;
}

.awt-footer-content-widget {
	margin-bottom: 0px;
}

.awt-footer-content {
    max-width: 1300px;
    margin: 0 auto;
    display: flex;
    gap: 70px;
    padding: 70px 20px;
    position: relative;
}

.awt-footer-left {
	width: 270px;
	flex-grow: 0;
	flex-shrink: 0;
}

.awt-footer-left p {
	color: var(--awt-white);
	font-size: 1.0rem;
	line-height: 1.5em;
	margin-bottom: 10px;
	font-weight: 300;
}

.awt-social-icon-links a {
	margin-right: 10px;
	text-decoration: none;
}

.awt-social-icon-links a:hover {
	text-decoration: none;
}

.awt-social-icon-links a svg {
	width: 24px;
	fill: var(--awt-litegray);
}

.awt-social-icon-links a.social-icon-link-x svg {
	width: 26px;
}

.awt-social-icon-links a:hover svg {
	fill: var(--awt-white);
}

.awt-footer-mid p {
	color: var(--awt-white);
	font-size: 1rem;
	line-height: 1.5em;
	font-weight: 300;
}

.awt-footer-right {
	width: 500px;
	flex-grow: 0;
	flex-shrink: 0;
}

.awt-footer-nav-menu {
	column-count: 2;
	padding: 0px;
}

.awt-footer-nav-menu .menu-item {
	list-style-type: none;
}

.awt-footer-nav-menu .menu-item a {
	font-size: 1.2rem;
	color: var(--awt-white);
	list-style-type: none;
	padding: 12px 5px 12px 25px;
	position: relative;
	display: inline-block;
	font-weight: 300;
}

.awt-footer-nav-menu .menu-item a:before {
	position: absolute;
	display: block;
	width: 13px;
	height: 13px;
	background: transparent;
	content: '';
	left: 0px;
	top: 12px;
	border-radius: 50%;
	transition: all ease 0.3s;
}

.awt-footer-nav-menu .menu-item a:hover {
	text-decoration: none;
}

.awt-footer-nav-menu .menu-item a:hover:before {
	background: var(--awt-red);
}

.awt-copyright {
	background: rgba(0, 0, 0, 0.3);
	padding: 25px 20px;
}

.awt-copyright p {
	color: rgba(255,255,255,0.3);
	font-size: 0.9rem;
	line-height: 1.2em;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	text-align: center;
	margin: 0px;
	font-weight: 300;
}

.awt-copyright p span {
	display: inline-block;
}

.awt-banner-holder {
    width: 100%;
    height: 300px;
    overflow: hidden;
}

.awt-banner-holder img.awt-banner-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.entry-header-banner {
	max-width: 1800px;
	margin: -40px auto 0 auto;
}

.entry-header-banner h1.entry-title {
	display: inline-block;
	background: var(--awt-red);
	color: var(--awt-white);
	font-weight: 500;
	font-size: 1.8rem;
	line-height: 1em;
	padding: 20px 30px 20px 0px;
	position: relative;
	text-transform: uppercase;
	margin: 0px;
}

.entry-header-banner h1.entry-title:after {
	content: '';
	display: block;
	position: absolute;
	right: 100%;
	top: 0px;
	height: 100%;
	width: 100vw;
	background: var(--awt-red);
	background-image: linear-gradient(to right, var(--awt-verydarkred) , var(--awt-red));
}

.entry-content {
	max-width: 1200px;
	margin: 100px auto;
	padding: 0px 40px;
}

.entry-content h1 {
	font-size: 3.5rem;
	font-weight: 600;
	line-height: 1.2em;
	color: var(--awt-verydarkgray);
	padding: 0px 0px 30px 0px;
	width: 100%;
	margin: 0px 0px 50px 0px;
	position: relative;
}

.entry-content h1:after {
	content: '';
	display: block;
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 50%;
	max-width: 400px;
	height: 4px;
	background: var(--awt-red);
}

.entry-content p {
	font-size: 1.15rem;
	font-weight: 400;
	line-height: 1.7em;
	color: var(--awt-darkgray);
	margin: 0px 0px 50px 0px;
}

.awt-feature-list {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 40px;
	margin: 0px 0px 50px 0px;
}

.awt-feature-list .awt-feature-list-item h3.awt-feature-list-item-title {
	font-size: 1.5rem;
	line-height: 1.2em;
	font-weight: 500;
	color: var(--awt-red);
	margin: 0px 0px 10px 0px;
}

.awt-feature-list .awt-feature-list-item p.awt-feature-list-item-description {
	font-size: 1.15rem;
	font-weight: 400;
	line-height: 1.7em;
	color: var(--awt-darkgray);
	margin: 0px 0px 0px 0px;
}

.entry-header:not(.entry-header-banner) {
	max-width: 1200px;
	text-align: center;
	margin: 0px auto 0 auto;
}

.entry-header:not(.entry-header-banner) h1.entry-title {
	background: var(--awt-red);
	background-image: linear-gradient(var(--awt-darkred), var(--awt-red), var(--awt-red));
	display: inline-block;
	padding: 30px 40px 15px 40px;
	color: var(--awt-white);
	min-width: 200px;
	font-weight: 500;
	line-height: 1em;
	font-size: 1.5rem;
}

.the-awt-team-members {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 50px;
	margin-bottom: 70px;
}

.awt-team-member-item {
    position: relative;
/*    box-shadow: 1px 1px 7px rgba(0, 0, 0, 0.2);*/
    overflow: hidden;
    border: solid 1px #CCC;
    transition: all ease 0.3s;
    width: 100%;
    aspect-ratio: 1 / 1;
    height: unset;
}

.awt-team-member-item:hover {
    border: solid 1px var(--awt-red);
}

.awt-team-member-item .awt-team-member-white-background {
	position: absolute;
	top: 0px;
	left: 0px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.awt-team-member-item .awt-team-member-red-background {
	position: absolute;
	top: -80px;
	left: 0px;
    width: 100%;
    height: auto;
    transition: all ease 0.3s;
}

.awt-team-member-item:hover .awt-team-member-red-background {
	top: -50px;
    transition: all ease 0.3s;
}

.awt-team-member-item .awt-team-member-portrait {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: auto;
}

.awt-team-member-item:after {
	content: '';
	display: block;
	position: absolute;
	transform: rotate(5deg);
	bottom: -30px;
	left: -50%;
	width: 200%;
	height: 150px;
	background-image: linear-gradient(transparent, rgba(255,255,255,0.5), rgba(255,255,255,0.8), rgba(255,255,255,1.0));
}

.awt-team-member-text {
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
	padding: 0px 20px 15px 20px;
	z-index: 10;
}

.awt-team-member-text h4 {
	margin: 0px 0px 5px 0px;
	font-size: 1.4rem;
	line-height: 1em;
	font-weight: 600;
	color: var(--awt-verydarkgray);
	text-shadow: 0 0 3px #FFF, 0 0 7px #FFF;
}

.awt-team-member-text p {
	margin: 0px 0px 0px 0px;
	font-size: 1.0rem;
	line-height: 1em;
	font-weight: 500;
	color: var(--awt-red);
/*	font-style: italic;*/
	text-shadow: 0 0 3px #FFF, 0 0 7px #FFF;
}

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

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

	.awt-lets-talk-wrapper img.awt-lets-talk-left-nodes {
	top: -250px;
	left: -1300px;
	height: 600px;
	}

	.awt-lets-talk-wrapper img.awt-lets-talk-right-nodes {
	bottom: -80px;
	right: -1300px;
	height: 600px;
	}

}

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

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

	.awt-lets-talk-wrapper img.awt-lets-talk-left-nodes {
	top: -250px;
	left: -1450px;
	height: 600px;
	}

	.awt-lets-talk-wrapper img.awt-lets-talk-right-nodes {
	bottom: -80px;
	right: -1400px;
	height: 600px;
	}

	.entry-header-banner h1.entry-title {
    padding: 20px 30px 20px 40px;
	}

}



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

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

	.welcome-feature-text {
	padding-right: 150px;
	}

}

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

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

	.welcome-feature-text {
	padding-right: 100px;
	}

	.welcome-feature-text h1 {
    font-size: 2.5rem;
	}

	.welcome-feature-text p {
    font-size: 1.0rem;
	}

	.awt-welcome-features {
    height: 700px;
	}

	.awt-content-preview-item {
    margin-bottom: 20px;
	}

	.awt-content-preview-item-image-holder {
    width: 500px;
    min-height: 300px;
	}

	.awt-content-preview-item-text-holder {
    padding: 50px;
	}

	.awt-content-preview-item-text-holder h2 {
    font-size: 2.5rem;
    margin: 0px 0px 25px 0px;
	}

	.awt-content-preview-item-text-holder p {
    font-size: 1.1rem;
    line-height: 1.7em;
    margin: 0px 0px 25px 0px;
	}

	.awt-content-preview-item-text-holder a.awt-content-preview-link {
    font-size: 1.3rem;
	}

	.awt-lets-talk-wrapper img.awt-lets-talk-left-nodes {
	top: -250px;
	left: -1600px;
	height: 600px;
	}

	.awt-lets-talk-wrapper img.awt-lets-talk-right-nodes {
	bottom: -80px;
	right: -1550px;
	height: 600px;
	}

	.awt-lets-talk-text h1 {
    font-size: 6rem;
	}

}

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

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

	.welcome-feature-text {
	padding-right: 50px;
	}

	.awt-content-preview-item-image-holder {
    width: 380px;
    min-height: 200px;
    }

    .awt-content-preview-item-text-holder h2 {
    font-size: 2.1rem;
    margin: 0px 0px 25px 0px;
	}

	.awt-content-preview-item-text-holder p {
    font-size: 1.0rem;
    line-height: 1.7em;
    margin: 0px 0px 25px 0px;
	}

	.awt-content-preview-item-text-holder a.awt-content-preview-link {
    font-size: 1.2rem;
	}

	.awt-lets-talk-text h1 {
    font-size: 5rem;
    }

    a.awt-rounded-btn {
    padding: 15px 25px;
	}

	.awt-lets-talk-wrapper img.awt-lets-talk-left-nodes {
    top: -336px;
    left: -1590px;
    height: 600px;
    }

	.awt-lets-talk-wrapper img.awt-lets-talk-right-nodes {
    bottom: -250px;
    right: -1050px;
    height: 600px;
    }

    .awt-footer-left {
    width: 240px;
	}

	.awt-footer-right {
    width: 400px;
	}

	.awt-footer-nav-menu .menu-item a {
    font-size: 1.1rem;
	}

	.awt-banner-holder {
    height: 200px;
	}

	.entry-header-banner h1.entry-title {
    padding: 15px 25px 15px 40px;
    font-size: 1.4rem;
    }

    .entry-content {
    margin: 50px auto;
	}

	.entry-content h1 {
    font-size: 2.5rem;
    padding: 0px 0px 20px 0px;
    margin: 0px 0px 40px 0px;
	}

	.entry-content p {
    font-size: 1.1rem;
    margin: 0px 0px 40px 0px;
	}

	.awt-feature-list .awt-feature-list-item h3.awt-feature-list-item-title {
    font-size: 1.3rem;
    line-height: 1.2em;
    font-weight: 500;
    color: var(--awt-red);
    margin: 0px 0px 10px 0px;
	}

	.awt-feature-list .awt-feature-list-item p.awt-feature-list-item-description {
    font-size: 1.1rem;
	}

	.awt-feature-list {
    gap: 40px;
    margin: 0px 0px 30px 0px;
	}

	.entry-header-banner {
    margin: -28px auto 0 auto;
	}

	.awt-team-member-text p {
    margin: 0px 0px 0px 0px;
	}

}

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

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

	.main-navigation .nav-menu {
	padding-top: 20px;
	}

	.awt-nav-container {
    flex-direction: column;
	}

	.main-navigation li.menu-item a {
    margin-left: 0px;
    padding: 10px 0px;
    border-bottom: solid 1px var(--awt-litegray);
    text-align: center;
	}

	.main-navigation li.menu-item a:hover {
    border-bottom: solid 1px var(--awt-litegray);
	}

	.main-navigation li.menu-item:last-child a {
    border-bottom: solid 1px transparent;
	}

	.main-navigation li.menu-item:last-child a:hover {
    border-bottom: solid 1px transparent;
	}

	.main-navigation ul li:hover > ul, .main-navigation ul li.focus > ul {
	right: 15px;
    left: 15px;
    margin: auto;
    width: auto;
    text-align: center;
    max-width: 400px;
	}

	.main-navigation ul.nav-menu ul.sub-menu li.menu-item a {
    width: 100%;
    border-bottom: solid 1px var(--awt-verylitegray);
    border-left: none;
	}

	.main-navigation ul.nav-menu ul.sub-menu li.menu-item:last-child a {
    border-bottom: none;
	}

	.main-navigation ul.nav-menu ul.sub-menu li.menu-item a:hover {
	border-left: none;
	}

	.awt-site-header .main-navigation {
	display: block;
    width: 100%;
	}

	.awt-site-header .site-branding a img {
    width: 150px;
	}

	.awt-site-header {
	padding: 9px 20px;
	}

	.menu-item-has-children:after {
	right: 15px;
	bottom: 15px;
	}

	body {
    padding-top: 70px;
	}

	.awt-content-preview-item-image-holder {
    width: 250px;
   	min-height: 200px;
    }

    .awt-content-preview-item-text-holder h2 {
    font-size: 1.9rem;
    margin: 0px 0px 25px 0px;
    }

    .awt-lets-talk-wrapper img.awt-lets-talk-left-nodes {
    top: -340px;
    left: -1700px;
    height: 600px;
    }

    .awt-lets-talk-wrapper img.awt-lets-talk-right-nodes {
    bottom: -260px;
    right: -1200px;
    height: 600px;
    }

    .awt-footer-content {
    gap: 30px;
	}

    .awt-footer-right {
    width: 200px;
    }

    .awt-footer-nav-menu {
    column-count: 1;
	}

	.awt-footer-nav-menu .menu-item a {
    font-size: 1rem;
    }

    .the-awt-team-members {
    grid-template-columns: 1fr 1fr;
	}

}

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

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

	.admin-bar .awt-fixed-header-wrapper {
	top: 46px;
	}

}

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

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


	.welcome-feature-text {
	padding-right: 40px;
	}

	.welcome-feature-text h1 {
    font-size: 2.0rem;
	}

	.welcome-feature-text p {
    font-size: 0.9rem;
	}

	.awt-welcome-features {
    height: 500px;
	}

	.awt-content-preview-item {
    display: block;
	}

	.awt-content-preview-item-image-holder {
	width: 100%;
	height: 200px;
	min-height: unset;
    }

	.awt-content-preview-item-text-holder {
	padding: 30px;
    }

    .awt-lets-talk-wrapper img.awt-lets-talk-left-nodes {
    top: -315px;
    left: -1430px;
    height: 500px;
    }

    .awt-footer-content {
    display: block;
    max-width: 360px;
    padding: 40px 20px;
	}

	.awt-footer-left {
    width: 100%;
    margin-bottom: 50px;
    text-align: center;
    }

    .awt-footer-left img {
    max-width: 270px;
    }

    .awt-footer-mid {
    width: 100%;
    margin-bottom: 50px;
    text-align: justify;
    }

    .awt-footer-right {
    width: 100%;
    }

    .awt-footer-nav-menu {
    column-count: 2;
	}

	.awt-footer-nav-menu .menu-item a {
    padding: 12px 5px 12px 10px;
	}

	.awt-footer-nav-menu .menu-item a:before {
    width: 11px;
    height: 11px;
    left: -7px;
    top: 13px;
	}

	.awt-content-previews-container {
    padding: 50px 0px;
	}

	.awt-feature-list {
	grid-template-columns: 1fr;
	gap: 30px;
	}

	.entry-content h1 {
    font-size: 2.0rem;
    }

    .entry-content p {
    font-size: 1.0rem;
    margin: 0px 0px 30px 0px;
    }

    .awt-feature-list .awt-feature-list-item h3.awt-feature-list-item-title {
    font-size: 1.2rem;
    margin: 0px 0px 3px 0px;
    }

    .awt-feature-list .awt-feature-list-item p.awt-feature-list-item-description {
    font-size: 1.0rem;
    }

    .entry-header-banner h1.entry-title {
    padding: 10px 20px 10px 40px;
    font-size: 1.2rem;
    }

    .entry-header-banner {
    margin: -21px auto 0 auto;
	}

	.entry-content {
    margin: 30px auto;
    }

    .awt-banner-holder {
    height: 120px;
    }

    .the-awt-team-members {
    grid-template-columns: 1fr;
    max-width: 340px;
    margin-left: auto;
    margin-right: auto;
	}

    .awt-team-member-text p {
    margin: 0px 0px 0px 0px;
	}

}

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

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

	.awt-welcome-features {
    height: unset;
	}

	.awt-welcome-feature-item img.welcome-feature-item-image {
    position: relative;
    left: unset;
    top: unset;
    width: 100%;
    height: 240px;
    object-fit: cover;
	}
	
	.welcome-feature-front {
    min-width: unset;
    width: 100%;
    height: unset;
    display: block;
    background: var(--awt-black);
    position: relative;
    top: unset;
    left: unset;
    z-index: 10;
    border-top: solid 3px var(--awt-red);
    border-right: none;
    padding: 45px 0px 50px 0px;
	}

	.welcome-feature-text h1 {
    font-size: 1.7rem;
    }

    .awt-lets-talk-wrapper img.awt-lets-talk-right-nodes {
    bottom: -260px;
    right: -1344px;
    height: 600px;
    }

    .awt-lets-talk-text h1 {
    font-size: 3.5rem;
    }

    .awt-lets-talk-text h3 {
    font-size: 1.3rem;
	}

	a.awt-rounded-btn {
    padding: 13px 20px;
    font-size: 1.1rem;
    }

}

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

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

	.above-header-menu-widget li.menu-item a svg {
    margin-right: 0px;
	}

	.above-header-menu-widget li.menu-item a span {
    display: none;
	}

	.entry-content h1 {
    font-size: 1.5rem;
    }

    .entry-header-banner h1.entry-title {
    padding: 10px 20px 10px 40px;
    font-size: 1.0rem;
    }

    .entry-header-banner {
    margin: -18px auto 0 auto;
    }

}

