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

@import url('https://fonts.googleapis.com/css2?family=Source+Serif+4:ital,opsz,wght@0,8..60,200..900;1,8..60,200..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: "Source Serif 4", serif;
    font-size: 16px;
}

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

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

/* header */

header {
	background: #000000;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0) 100%);
    position: fixed;
    width: 100%;
	height: 90px;
    padding: 0px;
    z-index: 20;
    top: 0px;
}

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

#header.scroll {
	background: #FFFFFF;
	transition: all 0.2s;
	border-bottom: solid 2px #304d99;
	height: 60px;
}
#header.scroll #branding {
	width: 230px;
	transition: all 0.2s;
}

#branding {
	width: 270px;
	padding: 2px 20px;
	position: absolute;
}
#branding a, #branding a img {
    display: block;
    width: 100%;
}

#menu {
    margin: 12px 0px;
}

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

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

#menu-main-menu li a {
    display: block;
    color: #FFFFFF;
    font-size: 16px;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 500;
    padding: 5px 0px 2px 0px;
	margin: 0px 10px;
    transition: all 0.2s;
	border-bottom: solid 2px rgba(255, 255, 255, 0);
}

#menu-main-menu li a:hover {
    border-bottom: solid 2px rgba(255, 255, 255, 1);
}

.sub-menu {
	background: #FFFFFF;
	box-shadow: 1px 2px 10px rgba(0, 0, 0, 0.3);
	width: 250px;
	visibility: hidden;
	opacity: 0;
	transition: all 0.2s ease-out;
	margin-top: 15px;
	position: absolute;
}
.sub-menu li {
	display: block !important;
}
.sub-menu li a {
	display: block !important;
	float: none !important;
	padding: 10px 20px !important;
	color: #000000 !important;
	border-bottom: solid 1px #DDDDDD !important;
	transition: all 0.2s ease-out !important;
	margin: 0px !important;
	text-align: left !important;
}

.menu-item-has-children:hover > .sub-menu, .sub-menu:hover {
	visibility: visible;
	opacity: 1;
	margin-top: 0px;
}
.sub-menu li a:hover {
	padding: 10px 10px 10px 30px !important;
}

.header-button-book, .header-button-room {
	border-bottom: 0px !important;
	position: absolute;
	border-bottom: 0px !important;
}

.header-button-book { right: 10px; }
.header-button-room { right: 140px; }

.header-button-book a, .header-button-room a {
	font-weight: 400;
	font-size: 14px !important;
	padding: 8px 15px 7px 15px !important;
	color: #FFFFFF !important;
	background: #304D99;
	border-bottom: 0px !important;
}
.header-button-book a:hover, .header-button-room a:hover {
	border-bottom: 0px !important;
	background: #000000;
}

.current_page_item a {
	border-bottom: solid 2px rgba(255, 255, 255, 1);
}

.scroll #menu-main-menu li a {
	color: #000000;
	border-bottom: solid 2px rgba(0, 0, 0, 0);
}
.scroll #menu-main-menu li a:hover {
	border-bottom: solid 2px rgba(0, 0, 0, 1);
}

.img-show {
	visibility: visible;
	opacity: 1;
	transition: all 0.2s;
	display: block;
}
.img-hide {
	visibility: hidden;
	opacity: 0;
	transition: all 0.2s;
	display: none !important;
}

/*
#contact {
	background: #FFFFFF;
	height: 20px;
	padding: 6px 0px 2px 0px;
	font-size: 14px;
}
.survey #contact {
	background: #f6f6f6;
}
.social-details, .contact-details {
	width: 50%;
	float: left;
}
.social-details span, .contact-details span {
	padding-right: 25px;
}
.social-details {
	text-align: right;
}
#contact a {
	text-decoration: none;
	color: #000000;
}
*/

/* body */

.vc_gitem-post-data {
    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: #000000;
    padding-top: 35px;
	text-align: center;
}

footer h4 {
    color: #FFFFFF;
	font-size: 20px;
	margin-bottom: 10px;
}

footer p {
    color: #FFFFFF;
}

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

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

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

footer ul li {
	padding: 0px;
	margin: 0px;
}

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

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

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

h1, h2, h3, h4, h5, h6 {
    font-weight: 400;
	margin-bottom: 25px;
}

h1 { font-size: 75px; }
h2 { font-size: 65px; }
h3 { font-size: 45px; }
h4 { font-size: 25px; }
h5 { font-size: 20px; }
h6 { font-size: 18px; }

p { 
    line-height: 1.4em;
    margin-bottom: 15px;
}

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

b, strong {
    font-weight: 700;
}

h1 small, h2 small, h3 small {
	font-size: 0.5em;
	font-weight: 300;
}

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

.has-shadow {
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 1)
}

.overlay-left {
	margin-left: -170px;
}

.overlay-right {
	z-index: 50;
}

.text-overlay {
	margin-top: -290px;
	z-index: 50;
	position: absolute;
	width: 100%;
}

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

/********** SCROLL ICON **********/

.icon-scroll,
.icon-scroll:before {
	position: absolute;
	left: 50%;
}

.icon-scroll {
  width: 40px;
  height: 70px;
  margin-left: -20px;
  top: 50%;
  margin-top: -65px;
  box-shadow: inset 0 0 0 3px #FFFFFF;
  border-radius: 25px;
}

.icon-scroll:before {
  content: '';
  width: 10px;
  height: 10px;
  background: #fff;
  margin-left: -5px;
  top: 8px;
  border-radius: 5px;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-name: scrolly;
}

@keyframes scrolly {
	0% { 
		opacity: 1; 
	}
	100% {
		opacity: 0;
		transform: translateY(46px);
	}
}
	
/********** INPUT FORMS & BUTTONS **********/

.wpcf7-text, .wpcf7-email, .wpcf7-textarea, .wpcf7-select {
    font-size: 18px;
    padding: 8px 25px;
    border: 0px;
    border: solid 2px #304d99;
	background: #FFFFFF;
    margin-bottom: 25px;
    box-sizing: border-box;
    width: 100%;
}

.wpcf7-submit {
    width: 100%;
    font-size: 18px;
    box-sizing: border-box;
    border: 0px;
    border: solid 2px #FFFFFF;
    background: #304d99;
    margin-top: 0px;
    padding: 12px 25px 10px 20px;
    text-transform: uppercase;
    color: #FFFFFF;
    cursor: pointer;
    font-weight: 500;
    transition: all 0.2s;
}
.wpcf7-submit:hover {
    background: #000000;
}

.vc_btn3-size-lg {
    font-size: 22px;
    font-weight: 700;
}
.vc_btn3-size-md {
    font-size: 18px;
    font-weight: 700;
}

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


/********** 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 */
    }
	.container {
		width: calc(100% - 50px);
	}
	
	.header-height {
		height: 250px;
	}
	.overlay-left {
		margin-left: 0px;
	}
	.text-overlay {
		margin-top: -100px;
	}
	.text-overlay h1 {
		font-size: 30px;
	}
	.overlay-right {
		margin-right: 120px;
	}
}

/* Styles for small laptops */
@media only screen and (max-width: 1200px) {
	.header-button-book, .header-button-room {
		border-bottom: 0px !important;
		position: initial;
		border-bottom: 0px !important;
		width: 100%;
		margin-bottom: 10px !important;
		background: #304D99;
	}
	.header-button-book:hover, .header-button-room:hover {
		background: #000000 !important;
	}
	
	.header-button-book { right: initial; }
	.header-button-room { right: initial; }

	.header-button-book a, .header-button-room a {
		font-weight: 400;
		font-size: 16px !important;
		padding: 10px 15px 10px 20px !important;
		color: #FFFFFF !important;
		background: #304D99;
		border-bottom: 0px !important;
	}
	.header-button-book a:hover, .header-button-room a:hover {
		border-bottom: 0px !important;
		background: #000000 !important;
	}
	.text-overlay {
		margin-top: -150px;
	}
	.text-overlay h1 {
		font-size: 40px;
	}
}