/*!
Theme Name: Project Stage Theme
Theme URI: http://underscores.me/
Author: ProjectStage.com.au
Author URI: https://projectstage.com.au/about
Description: Wordpress theme of the website of the Project Stage Information Technology Company.
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: project-stage-theme
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.

Project Stage Theme 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
# Project Stage - CSS Additions.
	- Header Page - Aligment.
	- Footer Page - Aligment and hyperlinks.
	- Remove Title of the Pages.
	- Contact Page - Contact Form 7 - General Stylishing.
	- Contact Page - Contact Form 7 - Subscription Form.

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

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

/**
* BUG FIX: Fix the shortcomings of the page centering technique.
* When add auto left and right margins to an outer div,
* eliminate "jumps" or "shaking" in Horizontal Centering By Forcing a Scroll Bar.
*/
html {
	overflow-y: scroll
}

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

h1 {
	color: #2F4858;
}

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 0em;
	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: flex;
	width: 100%;
	position: relative;
	background-color: transparent;
	list-style: none;
	margin: 0;
	padding-left: 0;
	left: -0px;
	right: 0px;
	z-index: 99999;
	text-align: left;
}

.main-navigation ul ul {
	display: none;
	position: absolute;
	/* top: 3em; */
	left: 0;
	z-index: 99999;
	/* width: 180px; */
	min-width: 250px;
	background: #fff;
	box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.2);
	font-size: 0.85rem;
	font-family: "Roboto", Sans-serif;
}

.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: auto;
	min-width: 100px;
	padding: 0 20px;
	text-align: left;
}

.main-navigation ul li:hover>ul,
.main-navigation ul li.focus>ul {
	background-color: #EBEEFF;
	display: block;
}

.main-navigation li {
	border-bottom-style: none;
	position: relative;
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 30px;
	padding-right: 0px;
	border-bottom-color: #c4c4c4;
	border-bottom-width: 1px;
	z-index: 9999;
}

.main-navigation a {
	display: block;
	text-decoration: none;
	border-bottom: 2px solid transparent;
	color: #1875B8;
}

.main-navigation a:visited {
	color: #1875B8;
}

.main-navigation a:hover {
	color: #13476B;
}

.main-navigation a.active {
	color: #E67436;
	border-bottom: 2px solid #545455;
}

.main-navigation a:after {
	display: block;
	content: '';
	height: 2px;
	width: 0;
	border-bottom: solid 2px #002d3b;

	-webkit-transform: scaleX(0.0001);
	-ms-transform: scaleX(0.0001);
	transform: scaleX(0.0001);

	-webkit-transition: -webkit-transform 250ms ease-in-out;
	transition: transform 250ms ease-in-out;
}

.main-navigation a:hover:after {
	width: 100%;
	background: #002d3b;

	-webkit-transform: scaleX(1);
	-ms-transform: scaleX(1);
	transform: scaleX(1);
}

.menu-toggle {
	display: none;
}

/* Small menu for screens smaller than 37.5em (600px) */
@media screen and (max-width: 37.5em) {

	.menu-toggle,
	.main-navigation.toggled ul {
		display: block;
	}

	.menu-toggle {
		padding: 5px 10px 5px 10px;
		background: #767A6E;
		font-size: 1rem;
		font-family: "Roboto", Sans-serif;
		color: #ffffff;
		font-weight: bold;
		text-transform: uppercase;
		letter-spacing: 0.05rem;
		border: 0 none;
		cursor: pointer;
		-webkit-border-radius: 5px;
		border-radius: 5px;
		-webkit-box-shadow: 4px 4px 8px 0px #a3a3a3;
		-moz-box-shadow: 4px 4px 8px 0px #a3a3a3;
		box-shadow: 4px 4px 8px 0px #a3a3a3;
	}

	.main-navigation ul {
		display: none;
		width: 100vw;
		min-width: 150px;
		position: absolute;
		background-color: #EBEEFF;
	}

	.main-navigation ul ul {
		box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
		display: none;
		top: 100%;
		width: 100vw;
		left: -999em;
		font-size: 1rem;
		font-family: "Roboto", Sans-serif;
	}

	.main-navigation ul li:hover>ul,
	.main-navigation ul li.focus>ul {
		display: block;
		position: relative;
		left: auto;
		background: #fff;
	}

	.main-navigation li {
		border-bottom-style: solid;
		padding-top: 15px;
		padding-bottom: 15px;
		padding-left: 30px;
		padding-right: 0px;
	}

}

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

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

/*--------------------------------------------------------------
# Project Stage - CSS Additions.
--------------------------------------------------------------*/

/* Header Page - Aligment.
--------------------------------------------- */
/* tag div that is around the whole header
 * Setting the padding, background and height */
.topnav-padding {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 15px;
	padding-left: 15px;
	background-color: hsla(30, 100%, 96%, 0.5);
	height: 70px;
}

/* The table with 2 columns: left Logo and Right NavMenu.
 * Setting to not have white space around.*/
.topnav-table {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
}

/* Sticky Header */
#id-topnav-table {
	position: fixed;
	transition: top 0.3s ease-in-out;
	z-index: 9;
	visibility: visible;

	right: 0;
	left: 0;
	top: 0;
	bottom: 0;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 15px;
	padding-left: 15px;
}

/* The table with 2 columns: left Logo and Right NavMenu.
 * Setting the vertical align. */
.topnav-table th {
	vertical-align: middle;
}

/* tag div around the logo */
.site-branding img {
	vertical-align: top;
}

/* it is a div around the tag <nav> */
.topnav-right {
	float: right;
}

/* Footer Page - Aligment and hyperlinks.
--------------------------------------------- */
/* DIV that contain the whole footer */
.footerdiv {
	right: 0;
	left: 0;
	top: 0;
	bottom: 0;
}

/* Second table of the footer. Show the copyright */
.footercopyright {
	background-color: #223440;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 15px;
	padding-left: 15px;
	margin: 0px;
	border: 0px;
	color: #DBD8B8;
}

/* Fisrt table of the footer. Show: logo, menu links and social media. */
.footerinfo {
	background-color: hsla(30, 100%, 96%, 0.5);
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 15px;
	padding-left: 15px;
	margin: 0px;
	border: 0px;
}

/* Screens bigger than 37.5em (600px) */
@media screen and (max-width: 37.5em) {
	.footerinfo th {
		display: block;
		padding-bottom: 1.5em;
		width: 100%;
	}
}

/* Table inside the second column of the table footerinfo */
#footernavigationtable {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	vertical-align: middle;
}

/* Div that englobe the table footernavigationtable inside the second column of the table footerinfo */
.footermenunavigation a {
	text-decoration: none;
	color: #1875B8;
}

.footermenunavigation a:visited {
	color: #1875B8;
}

.footermenunavigation a:hover {
	color: #13476B;
}

.footermenunavigation a.active {
	color: #E67436;
	border-bottom: 2px solid #545455;
	padding-bottom: 5px;
}

.footermenunavigation span {
	position: relative;
	padding-bottom: 5px;
}

.footermenunavigation span:after {
	position: absolute;
	left: 0;
	bottom: 0;

	display: block;
	content: '';
	height: 2px;
	width: 0;
	border-bottom: solid 2px #002d3b;

	-webkit-transform: scaleX(0.0001);
	-ms-transform: scaleX(0.0001);
	transform: scaleX(0.0001);

	-webkit-transition: -webkit-transform 250ms ease-in-out;
	transition: transform 250ms ease-in-out;
}

.footermenunavigation span:hover:after {
	width: 100%;
	background: #002d3b;

	-webkit-transform: scaleX(1);
	-ms-transform: scaleX(1);
	transform: scaleX(1);
}

/* Remove Title of the Pages.
--------------------------------------------- */
.entry-title {
	display: none !important;
}

/* Contact Form 7 - General Stylishing.
--------------------------------------------- */
::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	font-size: 1rem;
	/*font-family: "Roboto", Sans-serif;*/
	color: #969696;
}

::-moz-placeholder {
	/* Firefox 19+ */
	font-size: 1rem;
	/*font-family: "Roboto", Sans-serif;*/
	color: #969696;
}

:-ms-input-placeholder {
	/* IE 10+ */
	font-size: 1rem;
	/*font-family: "Roboto", Sans-serif;*/
	color: #969696;
}

:-moz-placeholder {
	/* Firefox 18- */
	font-size: 1rem;
	/*font-family: "Roboto", Sans-serif;*/
	color: #969696;
}

.wpcf7 label {
	padding: 0 0 10px 0;
	font-size: 1rem;
}

.wpcf7 input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
	font-size: 1rem;
	/*font-family: "Roboto", Sans-serif;*/
	color: #364954;
	background-color: #f8f8f8;
	border: none;
	width: 95%;
	padding: 1%;
	-moz-box-shadow: inset -3px -3px 10px #b1b0b0;
	-webkit-box-shadow: inset -3px -3px 10px #b1b0b0;
	box-shadow: inset -3px -3px 10px #b1b0b0;
}

.wpcf7 textarea {
	resize: none;
}

.wpcf7 input[type=text]:active,
input[type=text]:focus,
input[type=email]:active,
input[type=email]:focus,
input[type=tel]:active,
input[type=tel]:focus,
textarea:active,
textarea:focus {
	background-color: #ececec;
	outline: none;
}

.wpcf7 input[type=submit] {
	box-shadow: 0px 10px 14px -7px #380E0D;
	background: linear-gradient(to bottom, #ff5b5e 5%, #E67436 100%);
	background-color: #ff5b5e;
	border: 0 none;
	border-radius: 8px;
	display: inline-block;
	cursor: pointer;
	color: #ffffff;
	font-family: Arial;
	font-size: 20px;
	font-weight: bold;
	padding: 13px 32px;
	text-decoration: none;
	text-shadow: 0px 1px 0px #781D1C;
}

input[type=submit]:hover {
	background: linear-gradient(to bottom, #E67436 5%, #ff5b5e 100%);
	background-color: #E67436;
}

input[type=submit]:active,
input[type=submit]:focus {
	position: relative;
	top: 1px;
}

.wpcf7-response-output {
	/*margin: 0 auto !important;*/
	border: none !important;
	background-color: #E6F4F1;
	font-size: 0.875rem;
	/*font-family: "Roboto", Sans-serif;*/
	color: #364954;
	border-radius: .4em;
	/*-webkit-border-radius: 3px;
	-moz-box-shadow: inset -3px -3px 10px #b1b0b0;
	-webkit-box-shadow: inset -3px -3px 10px #b1b0b0;
	box-shadow: inset -3px -3px 10px #b1b0b0;*/
	position: relative;
	margin-top: 10px;
	margin-bottom: 0em;
	margin-left: auto;
	margin-right: auto;
}

.wpcf7-response-output:after {
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	width: 0;
	height: 0;
	border: 1.219em solid transparent;
	border-bottom-color: #E6F4F1;
	border-top: 0;
	border-left: 0;
	margin-left: -0.609em;
	margin-top: -1.219em;
}

span.wpcf7-not-valid-tip {
	display: none !important;
}

.wpcf7-not-valid {
	background-color: #ef8888;
}

div.wpcf7 form.wpcf7-form span.ajax-loader {
	width: 32px;
	height: 32px;
	background-size: 32px;
	background-color: transparent;
	opacity: 1;
	background-image: url('https://aatglobal.com.au/images/loader.gif');
}

/* Blog Posts Page - Articles layout styling
--------------------------------------------- */
.ContainerBlock {
	padding-top: 5em;
	padding-right: 7em;
	padding-bottom: 5em;
	padding-left: 7em;
}

.table {
	display: table;
	width: 100%;
}

.row {
	display: table-row;
}

.cell {
	display: table-cell;
	background-color: #f8f8f8;
	background-clip: padding-box;
	border: 0.625em solid transparent;
	width: 50%;
}

.imagecell {
	text-align: center;
}

.infocell {
	padding: 0em 1em 1em 1em;
}

.cell2 {
	display: table-cell;
	background-color: #f8f8f8;
	background-clip: padding-box;
	border: 0.625em solid transparent;
	width: 33%;
}

/* Blog Posts Page - Contant and sidebar layout
--------------------------------------------- */
#container {
	display: flex;
}

#main,
#sidebar {
	float: left;
}

#main {
	width: 75%;
	padding-top: 5em;
	padding-right: 1em;
	padding-bottom: 5em;
	padding-left: 1em;
}

#sidebar {
	width: 25%;
	padding-top: 5em;
	padding-right: 1em;
	padding-bottom: 5em;
	padding-left: 1em;
	background-color: #f8f8f8;
}

/* Isometric SVG
--------------------------------------------- */
.scaling-svg-container {
	position: relative;
	width: 100%;
	height: 100%;
}

.svgImage {
	overflow: visible;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	max-width: 100%;
	max-height: 100%;
	margin: auto auto 0 auto;
}

/* Button AATG Standard
--------------------------------------------- */
#AATGButton {
	box-shadow: 0px 10px 14px -7px #380E0D;
	background: linear-gradient(to bottom, #ff5b5e 5%, #E67436 100%);
	background-color: #ff5b5e;
	border-radius: 8px;
	display: inline-block;
	cursor: pointer;
	color: #ffffff;
	font-family: Arial;
	font-size: 20px;
	font-weight: bold;
	padding: 13px 32px;
	text-decoration: none;
	text-shadow: 0px 1px 0px #781D1C;
}

#AATGButton:hover {
	background: linear-gradient(to bottom, #E67436 5%, #ff5b5e 100%);
	background-color: #E67436;
}

#AATGButton:active {
	position: relative;
	top: 1px;
}

/* Button AATG Standard - Login
--------------------------------------------- */
#um-submit-btn,
#um_account_submit_general,
#um_account_submit_password {
	box-shadow: 0px 10px 14px -7px #380E0D;
	background: linear-gradient(to bottom, #ff5b5e 5%, #E67436 100%);
	background-color: #ff5b5e;
	border-radius: 8px;
	display: inline-block;
	cursor: pointer;
	color: #ffffff;
	font-family: Arial;
	font-size: 20px;
	font-weight: bold;
	padding: 13px 32px;
	text-decoration: none;
	text-shadow: 0px 1px 0px #781D1C;
}

#um-submit-btn:hover,
#um_account_submit_general:hover,
#um_account_submit_password:hover {
	background: linear-gradient(to bottom, #E67436 5%, #ff5b5e 100%);
	background-color: #E67436;
}

#um-submit-btn:active,
#um_account_submit_general:active,
#um_account_submit_password:active {
	position: relative;
	top: 1px;
}

/* Google Spreadsheet Styling
--------------------------------------------- */
#GSTID {
	font: 0.750em sans-serif;
}

/* Control Table Styling
--------------------------------------------- */
.datagrid table {
	border-collapse: collapse;
	text-align: left;
	width: 100%;
}

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

.datagrid {
	font: normal 12px/150% Arial, Helvetica, sans-serif;
	background: #fff;
	overflow: hidden;
	border: 1px solid #006699;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;

}

.datagrid table td,
.datagrid table th {
	padding: 6px 10px;
}

.datagrid table thead th {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #006699), color-stop(1, #00557F));
	background: -moz-linear-gradient(center top, #006699 5%, #00557F 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#006699', endColorstr='#00557F');
	background-color: #006699;
	color: #FFFFFF;
	font-size: 1em;
	font-weight: bold;
	border-left: 1px solid #0070A8;
}

.datagrid table thead th:first-child {
	border: none;
}

.datagrid table tbody td {
	color: #00496B;
	border-left: 1px solid #E1EEF4;
	font-size: 1em;
}

.datagrid table tbody .alt td {
	background: #E1EEF4;
	color: #00496B;
}

.datagrid table tbody td:first-child {
	border-left: none;
}

.datagrid table tbody tr:last-child td {
	border-bottom: none;
}

@media screen and (max-width: 280px) {
	.datagrid {
		width: 100%;
		margin-bottom: 15px;
		overflow-y: hidden;
		-ms-overflow-style: -ms-autohiding-scrollbar;
		border: 1px solid #ddd;
	}
}

.datagrid {
	min-height: .01%;
	overflow-x: auto;
}

/* SMS-style message layout
--------------------------------------------- */
.container {
	width: 400px;
	padding: 10px;
}

.message-orange {
	position: relative;
	margin-bottom: 10px;
	margin-left: calc(100% - 240px);
	padding: 10px;
	background-color: #f8e896;
	width: 200px;
	height: 200px;
	text-align: left;
	font: 400 .9em 'Open Sans', sans-serif;
	border: 1px solid #dfd087;
	border-radius: 10px;
}

.message-content {
	padding: 0;
	margin: 0;
}

.message-timestamp-right {
	position: absolute;
	font-size: .85em;
	font-weight: 300;
	bottom: 5px;
	right: 5px;
}

.message-orange:after {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	border-bottom: 15px solid #f8e896;
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	bottom: 0;
	right: -15px;
}

.message-orange:before {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	border-bottom: 17px solid #dfd087;
	border-left: 16px solid transparent;
	border-right: 16px solid transparent;
	bottom: -1px;
	right: -17px;
}

/* Contact Form 7 - Button Stylishing.
--------------------------------------------- */
#wpcf7-f631-p183-o1 input[type=submit] {
	box-shadow: 0px 10px 14px -7px #380E0D;
	background: linear-gradient(to bottom, #ff5b5e 5%, #E67436 100%);
	background-color: #ff5b5e;
	border: 0 none;
	border-radius: 8px;
	display: inline-block;
	cursor: pointer;
	color: #ffffff;
	font-family: Arial;
	font-size: 20px;
	font-weight: bold;
	padding: 13px 32px;
	text-decoration: none;
	text-shadow: 0px 1px 0px #781D1C;
	outline: none;
}

#wpcf7-f631-p183-o1 input[type=submit]:hover {
	background: linear-gradient(to bottom, #E67436 5%, #ff5b5e 100%);
	background-color: #E67436;
}

#wpcf7-f631-p183-o1 input[type=submit]:active,
input[type=submit]:focus {
	position: relative;
	top: 1px;
}

#wpcf7-f631-p183-o1 .wpcf7-response-output {
	display: none !important;
}

#wpcf7-f631-p183-o1 .wpcf7-response-output:after {
	display: none !important;
}

#FormHiddenFields {
	display: none;
}

/* Inline Google Spreadsheet Viewer - Table Styling
--------------------------------------------- */
.igsv-table {
	font: normal 12px/150% Arial, Helvetica, sans-serif !important;
}

table.dataTable thead th {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #006699), color-stop(1, #00557F));
	background: -moz-linear-gradient(center top, #006699 5%, #00557F 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#006699', endColorstr='#00557F');
	background-color: #006699 !important;
	color: #FFFFFF !important;
	font-size: 1em !important;
	font-weight: bold !important;
	border-left: 1px solid #0070A8 !important;
}

.igsv-table tr:nth-child(even) {
	background: #E1EEF4 !important;
	color: #00496B !important;
}

.igsv-table tr {
	color: #00496B !important;
	border-left: 1px solid #E1EEF4 !important;
	font-size: 1em !important;
}

.igsv-table td {
	border-left: 1px solid #ddd !important;
}

/* Control Page - Warning text.
--------------------------------------------- */
#warning-span {
	color: #B82E2B !important;
}