/*
	Theme Name: The Strat
	Theme URI: https://stratagemonline.com
	Description: Custom Theme from Stratagem.
	Version: 1.4.3
	Author: Reece Carter
	Author URI: https://stratagemonline.com
	Tags: Custom, HTML5, CSS3

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

:root {
	color-scheme: light only;
}

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

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
	font-size: 62.5%;
}
body {
	font: 400 16px/1.4 'Lato', Helvetica, Arial, sans-serif;
	color: #000000;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
}
a {
	color:#00809b;
	text-decoration:none;
}
a:hover {
	text-decoration: underline;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/* wrapper */
.wrapper {
	margin:0 auto;
	position:relative;
	max-width: 1300px;
	box-sizing: border-box;
	padding: 0px 30px;
}
/* header */
.header {
	width: 100%;
	background: #000000;
}
/* logo */
.logo {
	max-width: 300px;
	width: 100%;
	box-sizing: border-box;
	margin: 25px 0px;
}
.logo a {
	display: block;
}
.logo-img {
	width: 100%;
}
/* nav */
.nav {

}
/* sidebar */
.sidebar {

}
/* footer */
.footer {
	color: #FFFFFF;
	box-sizing: border-box;
	padding: 30px 0px 0px 0px;
	background: #000000;
	font-size: 14px;
}

.footer a {
	color: #FFFFFF;
	text-decoration: underline;
}

.height-fix img {
	height: auto;
}

video {
	line-height: 0px;
	display: block;
}

.divider {
	height: 30px;
	background: #00809b;
}

/*------------------------------------*\
    PAGES
\*------------------------------------*/

.column-half {
	width: 50%;
	float: left;
}

.column-third {
	width: 33%;
	float: left;
}
.column-twothird {
	width: 67%;
	float: left;
}

.column-left {
	padding-right: 20px;
}
.column-right {
	padding-left: 20px;
}

.half-line {
	width: 33%;
	color: #000000;
	display: inline-block;
}

footer .column-third {
	padding-right: 50px;
}

table {
	width: 100%;
}

table tr th {
	padding: 10px 30px;
	text-align: left;
	color: #787878;
}
table tr th:last-child {
	text-align: center;
}

table tr td {
	padding: 10px 30px;
}

table tr:nth-child(odd) {
	background: #ffffff;
}
table tr:nth-child(even) {
	background: #f9f9f9;
}

table tr td:nth-child(2) {
	text-align: center;
}

table tr td:last-child {
	text-align: right;
}

.overlay-box {
	margin: 90px 0px 90px -200px !important;
}

.vc_message_box>p:last-child {
 	margin-bottom: 10px !important;
}
.vc_color-black.vc_message_box-solid {
	background-color: #000000 !important;
}

.about-page {
	padding: 270px 0px;
}

.about-page .top {
	color: #FFFFFF;
	display: block;
	width: 90%;
	text-align: right;
	font-size: 32px;
}

.about-page .bottom {
	font-weight: bold;
	color: #FFFFFF;
	display: block;
	width: 90%;
	text-align: right;
	font-size: 27px;
}

.overflow-container {
	overflow: visible !important;
}

.overlay-box-about {
	margin: -200px 0px 0px 0px !important;
}

.comb-bg {
	background-position: right;
	background-size: contain;
	background-repeat: no-repeat;
}

.hex-bg {
	background-position: left;
    background-size: 35px 30px;
	background-repeat: no-repeat;
}

.hex-bg p, .hex-bg h4 {
	padding: 5px 0px;
}

.home-bg {
	background-position: right;
	background-size: contain;
	background-repeat: no-repeat;
	background-color: #92d3fe;
}


/*------------------------------------*\
    TYPOGRAPHY
\*------------------------------------*/

.text-small {
	font-size: 14px;
}
.text-large, .text-large h3 {
	font-size: 50px;
}
.text-huge {
	font-size: 30px;
}

.text-white, .white-text,  
.text-white p, .white-text p, 
.text-white h1, .white-text h1, 
.text-white h2, .white-text h2,
.text-white h3, .white-text h3, 
.text-white h4, .white-text h4,
.text-white h5, .white-text h5,
.text-white h6, .white-text h6 {
	color: #FFFFFF;
}

.text-white a, .white-text a {
	color: #FFFFFF;
	padding-top: 0px;
	padding-bottom: 5px;
	transition: all 0.2s;
	display: inline-block;
}
.text-white a:hover, .white-text a:hover {
	color: #FFFFFF;
	padding-top: 5px;
	padding-bottom: 0px;
	text-decoration: none;
}

.text-lift {
	text-shadow: 0px 0px 20px rgb(0, 0, 0);
}

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

h1, h2, h3, h4, h5, h6 {
	color: #000000;
	font-weight: 500;
}

h1 {
	font-size: 45px;
	line-height: 45px;
}

h2 {
	font-size: 35px;
	line-height: 35px;
}

h3 {
	font-size: 30px;
	line-height: 30px;
}

h4 {
	font-size: 20px;
	line-height: 22px;
}

ul {
	padding-left: 12px;
}

ol {
	margin: 0px;
	padding: 0px;
}

ol li {
	padding: 0px;
	margin: 0px 0px 15px 15px;
}

/*------------------------------------*\
    NAVIGATION
\*------------------------------------*/

header nav ul {
	padding: 0px;
	margin: 0px;
	float: left;
}
header nav ul li {
	list-style-type: none;
	display: block;
	float: left;
}

header nav ul li a {
	display: block;
	padding: 65px 0px 2px 0px;
	font-weight: bold;
	color: #FFF;
	text-transform: uppercase;
	letter-spacing: 0px;
	transition: all 0.2s;
	font-size: 16px;
	margin: 0px 10px 15px 10px;
}

header nav ul li a:hover {
	text-decoration: underline;
}

.current_page_item a {
	text-decoration: underline;
}

.sub-menu {
	visibility: hidden;
	opacity: 0;
	position: absolute;
	background: #FFFFFF;
	z-index: 30;
	width: 250px;
	transition: all 0.2s;
	margin-top: 20px;
}

.sub-menu li a {
	padding: 10px 10px 8px 20px;
	transition: all 0.2s;
	margin: 0px;
	color: #353535;
	text-decoration: none;
}

.sub-menu li a:hover {
	background: #000000;
	color: #FFFFFF;
}

.sub-menu li, .sub-menu li a {
	width: 100%;
}

header nav ul li:hover > .sub-menu, .sub-menu:hover {
	visibility: visible;
	opacity: 1;
	margin-top: 0px;
}

.accreditations {
	text-align: right;
	float: right;
}

.accr-img {
	max-width: 100px;
	margin-left: 20px;
	margin-top: 5px;
}

.vc_tta-tab {
	text-align: center;
	width: calc(33.33% - 10px);
	box-sizing: border-box;
}

.vc_tta-tab > a {
	background: #3da438 !important;
	font-weight: bold;
	color: #FFFFFF !important;
}

.vc_active > a {
	background: #EEEEEE !important;
	color: #000000 !important;
}

.mobmenu-content #mobmenuright .sub-menu a {
	background: #FFFFFF !important;
}

/*------------------------------------*\
    IMAGES
\*------------------------------------*/

.footer-icon {
	display: block;
	float: left;
	margin-right: 15px;
	width: 25px;
	margin-top: 5px;
}

.footer-icon img {
	width: 100%;
	display: block;
}

.bullet-over img {
	margin: 5px 0px 0px 0 !important;
}

.milestone-icon {
	margin-bottom: 20px;
}

.milestone-icon img {
	max-width: 100px !important;
}

/*------------------------------------*\
    FORMS & INPUT
\*------------------------------------*/

.wpcf7-form-control-wrap {
	display: block;
	position: initial;
}

.wpcf7-select, .wpcf7-text, .wpcf7-number, .wpcf7-radio, .wpcf7-textarea {
	border: none;
	color: #000000;
	background: #f1f1f1;
	padding: 12px 15px;
	font-size: 16px;
	width: calc(100% - 35px);
	display: block;
	margin: 0px 0px 10px 0px;
	transition: all 0.2s;
}

.wpcf7-textarea {
	padding: 15px;
	height: 150px;
	resize: vertical;
}

.wpcf7-select:focus, .wpcf7-text:focus, .wpcf7-number:focus {
	background: #E1E1E1;
	border: none;
}

.wpcf7-submit {
	background: #FFFFFF;
	color: #000000;
	padding: 3px 15px;
	cursor: pointer;
	transition: all 0.2s;
	border: none;
	float: right;
	margin-right: 35px;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: bold;
	border: solid 1px #000000;
}

.wpcf7-submit:hover {
	background: #129ffd;
}

.vc_btn3-container.vc_btn3-center .vc_btn3-block.vc_btn3-size-md {
	font-weight: bold;
}

.wpcf7 form.sent .wpcf7-response-output {
	border-color: #000000;
	background: #000000;
	color: #FFF;
	font-weight: bold;
	padding: 20px 40px;
	margin: 60px 0px 0px 0px;
}

label {
	margin: 10px 0px 10px 0px;
	display: block;
}

.a-button {
	background: #129ffd;
	display: inline-block;
	padding: 3px 15px;
	margin-right: 15px;
	color: #FFFFFF;
	transition: all 0.2s;
}

.a-button:hover {
	background: #000000;
	text-decoration: none;
}

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

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

}
@media only screen and (max-width:768px) {
	.column-half, .column-twothird, .column-third {
		width: 100%;
		float: none;
	}

	.logo {
		margin: auto;
	}

	.tel-number {
		margin-top: 0px;
		text-align: center;
	}
	.footer .copyright, .footer .align-right, .footer .text-small {
		text-align: center;
	}
	.text-large {
		font-size: 16px;
	}
	.text-huge {
		font-size: 25px;
	}
	.page-heading {
		font-sub: 20px;
		display: block;
	}

	.footer-icon {
		display: inline-block;
		margin-bottom: 10px;
		margin: 0px 10px 0px 10px;
		float: none;
	}
	.column-left {
		padding-right: initial;
	}
	.column-right {
		padding-left: initial;
	}
	.overlay-box {
		margin: 0px 0px 0px 0px !important;
	}

	.wpcf7-submit {
		width: 100%;
		margin-right: 0px;
		padding: 15px;
	}

	.wpcf7-select, .wpcf7-text, .wpcf7-number, .wpcf7-radio, .wpcf7-textarea {
		width: 100%;
	}

	footer {
		text-align: center;
	}
	footer .column-third {
		padding: 0px;
		margin-bottom: 20px;
	}

	h1 {
		font-size: 25px;
		line-height: 25px;
	}

	.page-header h1 {
		padding: 10px 0px 30px 0px;
	}

	h2 {
		font-size: 20px;
		line-height: 30px;
	}

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

}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	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:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	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;
	}
}
