/*
Theme Name: Stratagem
Theme URI: https://stratagemonline.com
Author: Reece Carter
Author URI: https://stratagemonline.com
Description: Custom theme for Stratagem
Tags: Custom
Version: 2025
Requires at least: 5.2
Tested up to: 6.8
Requires PHP: 7.4
License: GNU General Public License v3 or Later
License URI: https://www.gnu.org/licenses/gpl.html
Text Domain: stratagem
*/

/********** IMPORTS **********/



/********** RESET ALL **********/
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%;
    font:inherit;
    vertical-align:baseline;
}

/********** SKELETON **********/
html {
    scroll-behavior: smooth;
}
body {
    line-height: 1.5em;
    font-family: "Verdana", sans-serif;
    font-size: 16px;
}

.container {
    width: calc(100% - 70px);
    max-width: 1200px;
    margin: auto;
}

/*
.page-template-template-homepage .container { 
	margin: 0 !important;
	width: 100% !important; 
}


.page-template-template-homepage header {
	margin-left: 35px; !important;
	width: calc(100% - 70px) !important;
    max-width: 1200px !important;
}
*/

.page-template-template-homepage video {
	width:100%;
	position:fixed;
	top:0px;
	left:0px;
}


#content {
    /* margin-top: 90px; Fixed header height */
}

/********** MAIN ELEMENTS **********/

/* header */

header {
    position: fixed;
    width: 100%;
    padding: 20px 0px;
    z-index: 20;
    top: 0px;
	transition: all 0.2s;
}

header:after {
    content:"";
    display: block;
    clear: both;
}

header.scroll {
	background: #0091ff;
}

#branding {
    float: left;
    width: 200px;
}
#branding a, #branding a img {
    display: block;
    width: 100%;
}

#menu {
    float: left;
    width: calc(100% - 400px);
	margin-top: 8px;
}

.sub-menu {
	position: absolute;
	width: 290px;
	background: #28a318;
	text-align: left;
	margin-top: 7px !important;
	visibility: hidden;
	opacity: 0px;
	border-radius: 10px;
	transition: all 0.2s;
}

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

.sub-menu li {
	border-bottom: solid 1px #28e418;
	display: block;
	text-align: left;
	width: 100%;
}
.sub-menu li:last-child {
	border-bottom: 0px;
}

.sub-menu li a {
	display: block;
	text-align: left;
	width: 100%;
}

#geo {
	float: left;
    width: 50px;
	margin-top: 20px;
}

.flag {
	width: 30px !important;
	height: 20px !important;
}

.flag-switcher {
	background: #222222;
	padding: 8px 8px 2px 8px;
	position: absolute;
	width: 30px;
	margin-left: -8px;
	border-radius: 7px;
	opacity: 0;
	visibility: hidden;
	margin-top: 15px;
	transition: all 0.2s ease-in-out;
}

.flag-size-override {
	width: 100px !important;
}

#geo:hover > .flag-switcher, .flag-switcher:hover {
	margin-top: 0px;
	opacity: 1;
	visibility: visible;
}

#app {
	float: left;
    width: 150px;
	margin-top: 8px;
}

#menu ul, #menu ul li {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    text-align: right;
}

#menu ul li {
    display: inline-block;
}

#menu ul li a {
    display: block;
    color: #FFFFFF;
    font-size: 16px;
    text-decoration: none;
    padding: 10px 30px;
    transition: all 0.2s;
}

#menu ul li a:hover {
    text-decoration: underline;
}

.mobile-menu-icon {
	display: none;
}
.mobile-menu-icon img {
	width: 100%;
}

/* footer */

footer {
    background: #e5e5e5;
    padding-top: 35px;
}

footer h4 {
    color: #000000;
	font-weight: bold;
	margin-bottom: 10px;
}

footer p {
    color: #000000;
}

.footer-column {
    float: left;
    box-sizing: border-box;
    width: 25%;
    padding: 20px 30px 50px 0px;
}

.footer-logo {
    display: block;
    margin: auto;
    max-width: 80%;
    width: 450px;
}

.footer-icon {
    width: 24px;
    margin-right: 10px;
    height: 24px;
    float: left;
    margin-top: 7px;
}

#text-2 p {
    line-height: 2.2em;
}

footer ul, footer ul li {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	line-height: 1.5em;
}

footer a {
    color: #000000;
    text-decoration: none;
    transition: all 0.2s;
}
footer a:hover {
    text-decoration: underline;
}

#copyright {
    clear: both;
    text-align: center;
    color: #000000;
    padding: 25px;
    background: #FFFFFF;
}

.footer-flags {
	position: absolute;
	margin-top: -45px;
}

/********** TEXT & FONTS **********/

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
	line-height: 1.5em;
}

h1 { font-size: 60px; }
h2 { font-size: 30px; }
h3 { font-size: 26px; }
h4 { font-size: 18px; }
h5 { font-size: 20px; }
h6 { font-size: 20px; }

p { 
    margin-bottom: 15px;
}

ul li {
    margin-left: 15px;
    line-height: 1.4em;
}

b, strong {
    font-weight: bold;
}

.point1 { 
	font-size: 80px; 
	line-height: 1em; 
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
.point2 { 
	font-size: 30px;
	font-weight: bold;
}
.point3 { 
	font-size: 80px; 
	line-height: 1em; 
	font-weight: bold;
}

em, i {
	font-style: italic;
}

/********** GENERIC **********/

.text-white, p.text-white, h1.text-white, h2.text-white, h3.text-white, h4.text-white, h5.text-white, h6.text-white, span.text-white {
    color: #FFFFFF;
}
.text-white a {
	color: #FFFFFF;
	text-decoration: none;
}
.text-white a:hover {
	text-decoration: underline;
}

.info-box {
	padding: 30px 15px;
	border-radius: 10px;
	background: #FFFFFF;
	margin-bottom: 15px;
	border: solid 2px #0091ff;
}
.info-box strong {
	color: #0091ff;
	font-size: 1.2em;
}

.info-box-alt, .info-box-alt-nb {
	padding: 30px 15px;
	margin-bottom: 15px;
	margin-top: 0px;
	background: #f6f6f6;
	border-radius: 10px;
}
.info-box-alt strong, .info-box-alt-nb strong {
	color: #0091ff;
} 

.faq-footer {
	border: solid 2px #0091ff;
	background: #FFF;
	padding: 25px;
	border-radius: 15px;
	margin-bottom: 35px;
}
.faq-footer strong {
	font-size: 47px;
	color: #0091ff;
	float: left;
	line-height: 46px;
	margin-right: 15px;
}
.charge-footer {
	border: solid 2px #0091ff;
	background: #FFF;
	padding: 25px;
	border-radius: 15px;
	margin-bottom: 35px;
}
.charge-footer strong {
	font-size: 47px;
	color: #0091ff;
	float: left;
	line-height: 46px;
	margin-right: 15px;
	margin-bottom: 40px;
}

.vc_gitem-post-data-source-post_title {
	height:65px;
}

.vc_gitem-post-data-source-post_excerpt {
	font-size:13px;
	height:100px;
}

blockquote {
	padding: 25px 35px;
	background: #f6f6f6;
	margin: 25px 0px;
	border-left: solid 2px #0091ff;
}

/********** MISC / ONE OFF **********/

.homepage-text-gi {
	padding: 0px 0px 30px 20px !important;
}

.new-homepage-text-gi {
	padding: 0px 0px 150px 20px !important;
}

.homepage-text-gi p, .new-homepage-text-gi p {
	font-size: 22px;
	line-height: 28px;
	margin-top: 40px;
}

.glow {
	text-shadow: 0px 0px 10px #00ffff;
}
.glow-green {
	text-shadow: 0px 0px 10px #0fff00;
}

.blue-bg {
	background: rgba(0, 145, 255, 0.8);
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	margin-top: 250px;
	min-height: 52px;
}

.banner-blue {
	background: #0091ff;
	color: #FFFFFF !important;
	padding: 10px;
	border-radius: 10px;
}

.blue-text h1, 
.blue-text h2, 
.blue-text h3, 
.blue-text h4, 
.blue-text h5, 
.blue-text h6, 
.blue-text p {
	color: #0091ff !important;
}

.rounded-corner img {
	border-radius: 10px;
}

.caption {
	z-index: 10;
	position: fixed;
	top:0px;
	left:0px;
	height: 100vh;
	width: 50%;
	padding: 250px 0px 0px 150px;
	background: linear-gradient(90deg,rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
	color: #FFFFFF;
}

.caption .hp-flag {
	float: left;
	width: 100px;
	margin-right: 15px;
	text-align: center;
	display: block;
	padding: 7px;
	border-radius: 7px;
	background: rgba(0, 0, 0, 0);
	transition: all 0.2s;
	text-decoration: none;
	color: #FFFFFF;
}
.caption .hp-flag:hover {
	background: rgba(0, 0, 0, 0.3);
}

.caption .hp-flag img {
	width: 100%;
	display: block;
}

.caption .hp-flag small {
	width: 100%;
	display: block;
	font-size: 12px;
}

.step-icon {
	float: right;
}

.iframe-container {
	width: 100%;                /* Full width of parent */
	aspect-ratio: 16 / 9;       /* Maintain 16:9 ratio */
}
.iframe-container .wpb_wrapper {
	height: 100%;
}
.iframe-container iframe {
	width: 100%;
	height: 100%;
	border: none;
}

/********** INPUT FORMS & BUTTONS **********/

.wpcf7-text, .wpcf7-email, .wpcf7-textarea {
    font-size: 20px;
    padding: 8px 25px;
    border: 0px;
    border: solid 2px #0091ff;
    margin-bottom: 25px;
    box-sizing: border-box;
    width: 100%;
	border-radius: 25px;
}

.wpcf7-submit {
    width: 100%;
    font-size: 20px;
    box-sizing: border-box;
    border: 0px;
    border-bottom: solid 4px #FFFFFF;
    background: #0091ff;
    margin-top: 0px;
    padding: 12px 25px 10px 20px;
    text-transform: uppercase;
    color: #FFFFFF;
    cursor: pointer;
    font-weight: 500;
	border-radius: 20px;
    transition: all 0.2s;
}
.wpcf7-submit:hover {
    background: #28a318;
}

.wpcf7-checkbox {
	margin-bottom: 20px;
}
.wpcf7-list-item {
	display: block;
}
.wpcf7-textarea {
	height: 80px;
}

.nav-next a, .nav-previous a {
    background: #ff2ad2;
    color: #FFFFFF;
    text-decoration: none;
    padding: 16px 30px 10px 30px;
    display: block;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    float: left;
}

.button-green, .button-blue, .button-skyblue {
	border: solid 1px #FFFFFF;
	padding: 9px 5px;
	color: #FFFFFF;
	border-radius: 25px;
	width: 150px;
	font-size: 18px;
	text-decoration: none;
	display: inline-block;
	text-align: center;
	box-sizing: border-box;
}

.button-green {
	background: #28A218;
	background: linear-gradient(90deg,rgba(40, 162, 24, 1) 0%, rgba(40, 229, 24, 1) 100%);
}

.button-blue {
	background: #0091ff;
}

.button-skyblue {
	background: #43dbff;
	color: #000000 !important;
}

.appointment-form h3 {
	margin: 50px 0px 20px 0px;
	clear: left;
}

.appointment-form p:after {
	content: "";
	display: block;
	clear: left;
}

.appointment-form label {
	width: 33%;
	float: left;
	margin: 10px 0px 10px 0px;
	display: block;
}
.appointment-form .wpcf7-list-item {
	margin: 0px !important;
}
.appointment-form .wpcf7-list-item label {
	margin: 10px 0px 10px 0px;
}

.appointment-form .wpcf7-text, .appointment-form .wpcf7-email {
	width: 64%;
	float: left;
	display: block;
}

/********** RESPONSIVE **********/

/* Styles for mobile devices */
@media only screen and (max-width: 480px) {
    .footer-column {
        float: none;
        width: 100%;
        padding: 20px 30px 50px 0px;
    }
}

/* Styles for tablets */
@media only screen and (max-width: 768px) {
    .footer-column {
        float: none;
        width: 100%;
        padding: 20px 30px 50px 0px;
		text-align: center;
    }
    #content {
        margin-top: 0px; /* Remove Fixed header height */
    }
	header, header.scroll {
		background: none;
	}
	header #branding {
		width: 200px;
		margin: auto;
	}
	header.scroll #branding {
		display: none;
	}
	header #menu {
		float: none;
    	width: 100%;
    	margin-top: 50px;
	}
	header #menu ul li {
		display: block;
		text-align: left;
		width: 100%;
		border-bottom: solid 1px #FFFFFF;
	}
	header #menu ul li a {
		display: block;
		width: 70%;
	}
	.sub-menu {
		position: initial;
		transition: none;
		display: none;
		border-radius: 0px;
		width: 100%;
		background: rgba(255, 255, 255, 0.3);
	}
	header #menu ul li:hover > .sub-menu, .sub-menu:hover {
		display: block;
	}
	.sub-menu a {
		width: 100%;
	}
	.menu-item-has-children:before {
		content: "";
		width: 25px;
		height: 25px;
		background-image: url("arrow.png");
		background-repeat: no-repeat;
		background-size: cover;
		position: absolute;
		margin-top: 10px;
		right: 30px;
		transition: all 0.2s;
	}
	.menu-item-has-children:hover:before {
		rotation: 90deg;
	}
	header #geo {
		position: absolute;
		bottom: 125px;
		float: left;
		left: 35px;
		width: 150px;
		margin-top: 8px;
	}
	header #app {
		position: absolute;
		bottom: 120px;
		right: 35px;
		float: left;
		width: 150px;
		margin-top: 8px;
	}
	.footer-flags {
		position: initial;
		margin-top: 15px;
		text-align: center;
	}
	.mobile-menu-icon {
		display: block;
		position: fixed;
		right: 15px;
		top: 15px;
		width: 32px;
		height: 32px;
		cursor: pointer;
		z-index: 30;
	}
	.mobile-menu-holder {
		height: 100vh;
		width: 75vw;
		position: fixed;
		background: #0091ff;
		top: 0;
		right: 0;
		z-index: 10;
		box-sizing: border-box;
		margin-right: -75vw;
		transition: all 0.3s;
	}
	.mobile-menu-holder.tapped {
		margin-right: 0px;
	}
	
	h1 {
		font-size: 45px;
	}
	.button-blue, .button-green, .button-skyblue {
		width: 135px;
		font-size: 14px;
	}
	
	.homepage-text-gi {
		padding: 100px 0px 50px 20px !important;
	}
	
	.caption {
		padding-top: 200px;
		width: 100%;
		box-sizing: border-box;
	}
	.info-box-alt {
		border-right: none;
	}

	.appointment-form label {
		width: 100%;
		float: none;
		margin: 35px 0px 10px 0px;
	}

	.appointment-form .wpcf7-text, .appointment-form .wpcf7-email {
		width: 100%;
		float: none;
	}
	
	.logo-max-width {
		max-width: 200px;
		margin: auto;
		text-align:center;
	}

}

/* Styles for small laptops */
@media only screen and (max-width: 1024px) {

}


.nobgrow .wpb_column > .wpb_text_column.moved-below {
    border-radius: 0 0 10px 10px;
    margin-top: 0;
    background: transparent;
    color: black;
}
.nobgrow .vc_col-has-fill .vc_column-inner {
    min-height: 300px;
}

.nobgrow .vc_col-has-fill {
    display: block !important;
}