/*
	Theme Name: Huntsman Child
	Description: WebTeam WordPress Theme
	Version: 2.0
	Template: huntsman
    Text Domain: huntsman-child

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

/* ADD CUSTOM STYLES */

/*set root colours */
:root {
	--main-color: pink;
	--main-green: #0F615A''
}

.hide {
	display:none;
	visibility:hidden;
}

/* use root colours */
a {
  color: var(--main-green);
}

h2 {
	margin-top:0px!important;
}

html { scroll-behavior: smooth; }

body {
	font-family: "Quicksand", sans-serif;
  	font-optical-sizing: auto;
  	font-style: normal;
	font-size: 20px;
}

h1 {
    font-size: 2.5em!important;
}

h2 {
    font-size: 2em!important;
}
header.header.header-4.is-transparent.clear {
    position: absolute!important;
	background: transparent;
	padding-top: 30px;
    box-shadow: 0 1px 1px rgb(0 0 0 / 0%);
}
.logo-img {
	border-radius: 8px;
}
.is-transparent.stuck .nav.navright a {
    color: #fff!important;
}

/* mega menu */
#mega-menu-wrap-max_mega_menu_1, 
#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link {
        background: transparent!important;
    }
#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item > a.mega-menu-link {
    font-size: 20px!important;
}
#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 {
    text-align: right!important;
}
#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item > a.mega-menu-link {
	height: 50px!important;
	line-height: 50px!important;
}
#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item > a.mega-menu-link:hover {
	background: #19a69d !important;
    border-radius: 6px;
}

main {
	margin-top:0px!important;
}
/* Home and About */
 .home.hero, .about.hero {
	min-height:100%;
	background: linear-gradient(0deg, rgb(5 20 57 / 69%), rgb(8 25 57 / 67%)), url('/wp-content/uploads/2025/06/Photo-14.jpg');
	background-size:cover;
	background-position-y: center;
	 color:#fff;
    }
.home.hero h1 {
	color:#fff!important;
}
.wpb_single_image .vc_single_image-wrapper.vc_box_rounded img {
    border-radius: 20px!important;
}

/* Contact */
input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required,
textarea.wpcf7-form-control.wpcf7-textarea {
    width: 100%;
    padding: 10px;
    border-radius: 8px;
    border: 1px solid #333;
    margin-top: 10px;
}
.wpcf7-submit {
    background: #19a99f;
    border: 0px;
    padding: 15px 20px;
    border-radius: 6px;
}

/* Footer */
.footer {
	background-color:#343434!important;
}
.footer-widgets-full {
    min-height: 200px;
    display: block;
}

/* RESPONSIVE */
@media only screen and (max-width: 768px) {
	.nav.navright {
		width: 100%!important;
		margin-top: 0px!important;
		padding:0px!important;
	}
	#mega-menu-wrap-max_mega_menu_1 .mega-menu-toggle {
        background: transparent!important;
	}
	#home {
		padding-top: 120px !important;
	}
	
	#home h1 {
    	font-size: 1.8em!important;	
	}
}
