/*
Theme Name: Stratagem
Theme URI: https://stratagemonline.com
Author: Reece Carter
Author URI: https://stratagemonline.com
Description: Custom theme from 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 **********/

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

/********** 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;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 20px;
}

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

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

.entry-content {
	width: calc(100% - 50px);
	margin: auto;
}

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

/* header */

header {
    background: #FFFFFF;
    position: fixed;
    width: 100%;
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.5);
    padding: 20px 0px;
    z-index: 20;
    top: 0px;
}

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

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

#menu {
    float: right;
    width: calc(100% - 300px);
    margin-top: 10px;
}

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

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

#menu-main li a {
    display: block;
    color: #000000;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 16px;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 700;
    padding: 10px 30px;
    transition: all 0.2s;
}

#menu-main li a:hover {
    background: #ff2ad2;
    color: #FFFFFF;
}

/* body */

.vc_gitem-post-data {
    font-family: "Roboto Condensed", sans-serif;
    text-transform: uppercase;
}

.vc_gitem-zone-mini {
    position: absolute !important;
    padding: 25px !important;
}

.vc_do_custom_heading {
    display: inline;
    background: #000000;
    padding: 30px 30px 20px 30px;
    border-bottom: solid 4px #ff2ad2;
}

/* footer */

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

footer h4, footer b, footer strong {
    color: #ff2ad2;
}

footer p {
    color: #FFFFFF;
}

.footer-column {
    float: left;
    box-sizing: border-box;
    width: 33.33%;
    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 a {
    color: #FFFFFF;
    text-decoration: none;
    transition: all 0.2s;
}
footer a:hover {
    color: #ff2ad2;
    text-decoration: none;
}

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

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

h1, h2, h3, h4, h5, h6 {
    font-family: "Roboto Condensed", sans-serif;
    text-transform: uppercase;
    font-weight: 700;
	padding: 10px 0px;
}

h1 { font-size: 30px; }
h2 { font-size: 30px; }
h3 { font-size: 26px; margin-top: 40px; clear: both; }
h4 { font-size: 20px; }
h5 { font-size: 20px; }
h6 { font-size: 20px; }

p { 
    line-height: 1.2em;
    margin-bottom: 15px;
}
p:after {
	content: "";
	display: block;
	clear: both;
}

.text-large h1 {
    font-size: 50px;
}

.project-desc {
    font-size: 26px;
    font-weight: 700;
}

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

b, strong {
    font-weight: 700;
}

/********** PORTFOLIO **********/

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

.column-half.left {
	width: calc(50% - 10px);
	float: left;
	margin-right: 10px;
}
.column-half.right {
	width: calc(50% - 10px);
	float: left;
	margin-left: 10px;
}

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

#admin-if-different {
	margin: 25px 0px 25px 0px;
	clear: both;
	display: block;
}

#admin-contact-fields, #driver-groups {
	margin: 20px 0px;
	padding: 25px 35px 25px 35px;
	background: #f6f6f6;
	clear: both;
	border-radius: 10px;
}
#admin-contact-fields:after {
	content: "";
	clear: both;
	display: block;
}

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

.wpcf7-text, .wpcf7-email, .wpcf7-textarea, .wpcf7-select {
    font-size: 20px;
    padding: 8px 25px;
    border: 0px;
	border: solid 1px #585857;
	border-radius: 3px;
	margin-top: 20px;
    margin-bottom: 5px;
    box-sizing: border-box;
    width: 100%;
}

.wpcf7-submit {
    width: 100%;
    font-size: 22px;
    box-sizing: border-box;
    border: 0px;
    border-bottom: solid 4px #33832a;
    background: #40a435;
    margin-top: 0px;
    padding: 12px 25px 10px 20px;
    text-transform: uppercase;
    color: #FFFFFF;
    cursor: pointer;
    font-weight: 700;
	border-radius: 5px;
    transition: all 0.2s;
}
.wpcf7-submit:hover {
    border-bottom: solid 1px #33832a;
    margin-top: 3px;
}

.wpcf7-form-control-wrap {
	display: block;
	width: 100%;
    float: left;	
}
.driver-group {
	clear: both;
}
.driver-group .wpcf7-form-control-wrap {
	width: 30%;
	margin-right: 1%;
	display: block;
	float: left;
}
.driver-group .wpcf7-form-control-wrap:after {
	content: "";
	clear: both;
}
.remove-driver {
	background: #f20d1c;
    border: none;
    color: #FFFFFF;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    font-size: 22px;
    margin-top: 24px;
    cursor: pointer;
}
#add-driver {
	background: #40a435;
    border: 0px;
    color: #FFFFFF;
    font-size: 16px;
    padding: 7px 26px;
    border-radius: 5px;
    border-bottom: solid 2px #33832a;
    font-weight: bold;
    cursor: pointer;
	margin-top: 0px;
}
#add-driver:hover {
	background: #40a435;
	margin-top: 1px;
	border-bottom: solid 1px #33832a;
}
.wpcf7-acceptance {
	padding: 20px 0px 30px 0px;
    display: block;
}

.wpcf7-response-output {
	font-size: 30px !important;
	padding: 35px !important;
	color: #FFF !important;
	background: #40a435 !important;
	border: none !important;
	text-align: center !important;
}

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

    .vc_do_custom_heading {
        display: block;
        font-size: 22px;
    }
    #content {
        margin-top: 0px; /* Remove Fixed header height */
    }
	.driver-group .wpcf7-form-control-wrap {
		width: 90%;
	}
	
	.column-half.left, .column-half.right {
		margin: 0px;
		padding: 0px;
		width: 100%;
	}
}

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

}