/*
Theme Name: gogama
Theme URI: https://example.com
Author: Starter
Author URI: https://example.com
Description: Gogama
Version: 1.4
Text Domain: gogama
*/
@import url('https://fonts.googleapis.com/css2?family=Cantata+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Graduate&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;700;900&display=swap');
 @import url('https://fonts.googleapis.com/css2?family=Libre+Franklin:wght@100;300;400;500;600;700&family=Inter:wght@100;300;400;500;600;700&family=Della+Respira&family=Dokdo&family=Oswald:wght@300;400;500;600;700&display=swap');
/*@import url('https://use.typekit.net/yae8laj.css');*/
@import url('https://use.typekit.net/ivj2ejx.css');
@import url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css);
@import url('https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200');
@import url('https://fonts.googleapis.com/icon?family=Material+Icons');

:root {
	--black: #1c1b1e;	
	--black: #2c2d44;	
	--primary: #6e4921;
	--primary: #4f3028;
	--primary: #115da0;
	--accent: #168395;
	--accent: #1f78a3;
	--accent: #258764;
	--accent: #ba6d28;
	--accent: #c93f3f;
	--accent: #1593a7;	
	--moss: #355b3d;
	--off: #795635;
	--blue: #265493;
	--baby: #b8d2d9;
	--sky: #81c2d9;
	--sky: #a0c7d5;
	--navy: #1e3a74;
	--tradblue: #1e508c; 
	--tall: #235ca1;
	--aqua: #0085bd;
	--green: #2e985b;
	--olive: #ded4bf;
	--red: #b04e4b;
	--purple: #2c0f75;
	--orange: #af722e;
	--burntorange: #934c15;
	--brown: #533d35;
	--brown: #79533a;
	--yellow: #f4c050;
	--white: #ecf4f3;
	--gray: #f7f8fb;
	--gray: #edf2f6;
	--darkgray: #d0d1cd;
	--darkgray: #cfdbe8;
	--tan: #d9d8d3;
	--tan2: #bfc0bd;
	--transparent: rgba(255,255,255,.75);
	--fonts: placa, "Della Respira", "Libre Franklin", sans-serif;
	--sans: futura-pt, oswald, "Libre Franklin", fenwick, sans-serif;
	--alternative: modesto-expanded, adobe-garamond-pro, serif;
	--handwriting: felt-tip-senior, serif;
}
* {
	margin: 0;
	padding: 0;
}
html, 
body, 
*, 
*::before,
*::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html, 
body {
    width: 100%;
    max-width: 100%;
    min-height: 100%;
    overflow-x: hidden;
}
body {
	height: auto;
	font-family: 'Lato', sans-serif, Georgia, Cambria, Times, "Times New Roman", "serif";
	font-family: Inter, "Libre Franklin", Helvetica, Arial, "Gill Sans", "Gill Sans MT", "sans-serif";
	font-size: 16.5px;
	line-height: 1.8;
	color: #424242;
	background: #fff;
}

@media only screen and (max-width: 1840px) {
	body {
		font-size: 16px;
	}
}
@media only screen and (max-width: 1560px) {
	body {
		font-size: 15.5px;
		line-height: 1.7;
	}
}
@media only screen and (max-width: 1366px) {
	body {
		font-size: 15px;
	}
}
@media only screen and (max-width: 1560px) {
	.hide {
		display: none !important;
	}
}
.color-accent {
	color: var(--accent);
}
.color-off {
	color: var(--off);
}
.color-green {
	color: var(--green);
}
.color-red {
	color: var(--red);
}
#video {
	text-decoration: none;
	background: none;
}

.popup{
	height: 100%;
}

.popup img{
	height: 100%;
}
         *, *::before, *::after {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        a {
            text-decoration: none;
            color: inherit;
        }

        img {
            max-width: 100%;
            height: auto;
        }

/* ================================================================================= */
/* MAIN HEADER  */
/* ================================================================================= */

#main-header {
	display: block;
	position: relative;
	left: 0;
	margin: 0 auto;
	padding: 0 0;
	width: 100%;
	height: auto;
	background: url(/wp-content/uploads/2018/03/header-image2.jpg) center top/cover no-repeat;
	z-index: 9999;
}

#main-header ul{
	list-style-type: none;
}
.home #main-header {
	border-bottom: none;
	box-shadow: 0;
}

#main-header.overlay {
	position: absolute;
	background: transparent;
}
#main-header.left #site-navigation {
	display: grid;
	grid-template-columns: 11% auto;
	grid-gap: 5%;
}
#main-header.left #site-navigation .menu {
	padding: 0 !important; /*-- just in case --*/
}

/* ================================================================================= */
/* NAVIGATION  */
/* ================================================================================= */

#site-navigation {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	position: relative;
	margin: 0 auto;
	padding: 0;
	max-width: 1560px;
	width: auto;
	height: auto;
	font-family: 'Lato', var(--sans);
	font-size: 18px;
	font-weight: 500;
	line-height: 1;
	letter-spacing: .5px;	
	box-sizing: border-box;
	z-index: 1;
}
/* Navigation */

.mobile_nav_bar{
	position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-height: 60px;
    background: #fff;
}
.menu-toggle-box {
    width: 22px;
    height: 16px;
    display: block;
    position: relative;
}


.mobile-menu li{
	padding: 12px;
	position: relative;
}

.hamburger-menu, .mobile-menu-close{
	width: 42px;
	height: 42px;
	background: none;
	border: none;
}

.mobile-menu li a{
	font-family: 'Lato', var(--sans);
	font-weight: bold;
	font-size: 16px;
}

.mobile-menu-wrapper{
	background: #fff;
    position: fixed;
    top: 0px !important;
    left: 0px !important;
    height: 100%;
    z-index: 99 !important;
    width: 0px !important;
    max-width: 100% !important;
    transition: width 0.5s ease-in-out, transform 0.5s ease-in-out;
    transform: translateX(-250px);
    padding: 40px 20px 10px;
	overflow: auto;
}

#menu-main-menu.menu > li{
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: center;
	margin: 0 9px;
	padding: 20px 0px;
}


#menu-main-menu.menu > li:not(:last-child)::after{
	content: '/';
    display: inline-block;
    font-weight: 300;
	color: #fff;
    margin-left: 17px;
}


.btn_style{
	font-family: 'Lato', var(--sans);
	font-size: 16px;
	line-height: 100%;
	border: 2px solid #044131;
	background: #044131;
    padding: 13px 38px;
    border-radius: 25px;
    color: #fff;
    -webkit-transition: .3s;
    transition: .3s;
}

.btn_style:hover{
	background: transparent;
	border-color: #fff;
}

.header_button .header_btn{
	position: absolute;
    top: 40%;
    right: 5%;
}

/* Navigation */

.mobile_nav_bar{
	display: none;
}


.alt #site-navigation {
	align-items: flex-end;
}

a#logo,
a#logo img {
	display: block;
	position: relative;
	margin: 0;
	padding: 0 !important;
	width: 100%;
	height: auto;
	transition: all .2s ease-in;
	box-sizing: border-box;
}

a#logo img {
	width: 100%;
	transform: translateY(-2%);
}
.menu {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
	padding: 0px;
    height: auto;
    box-sizing: border-box;
    z-index: 2;
	transform: translateY(-25%);
	transform: none;
	width: 100%;
}

.alt .menu {
	transform: translateY(-25%);
}
.menu:nth-of-type(2) {
	justify-content: flex-start;
}
.menu li {
    display: block;
    position: relative;
	margin: 0;
}
.menu li#home {
	font-variant: normal !important;
	font-weight: 900 !important;
}
 #menu-right-menu a i {
	margin: 0;
	font-size: 130% !important;
	font-weight: 400 !important;
	color: var(--primary) !important;
	transform: translateY(-6%);
}
.home .menu li#home i {
	color: var(--primary) !important;
}
.bg-dark .menu li#home i {
	color: #fff !important;
}
.menu li:last-child a { /* Only for graphic divider */
	background-image: none;
}

.menu a {
	color: #fff;
}

.menu a:hover {
/* 	color: var(--primary); */

}

#site-navigation .menu-item a[aria-current="page"]{
	color: var(--transparent);
}

.mobile-menu-wrapper .menu-item a[aria-current="page"], #site-navigation .sub-menu .menu-item a[aria-current="page"]{
	color: #007057;
}

.menu a:hover {
	color: var(--transparent);
}
.menu i {
	display: block;
	margin: 0 0 .6rem;
	font-size: 160% !important;
	color: var(--accent);
	color: var(--primary);
	transition: all 0.1s ease-in;
}
.social-media i,
.menu .social-media i {
	font-size: 110% !important;
	color: rgba(255,255,255,.75);
}
.menu .social-media i {
	color: rgba(0,0,0,.75);
}
.menu .social-media a:hover i {
	color: var(--accent);
}
.bg-dark .social-media i {
	color: #fff;
}
.bg-dark .social-media a:hover i {
	color: #fff;
}
#site-navigation .menu span {
	margin: 0 auto .666rem;
	text-align: center;
	color: var(--accent) !important;
}

/* ---------------------------------------- SUBMENU ---------------------------------------- */ 

.sub-wrapper:after {
    content: '\e5cf';
	position:  absolute;
	left: 50%;
	bottom: 0;
    font-family: 'Material Symbols Outlined';
    font-size: 180% !important;
	font-weight: 300;
	color: var(--accent);
/*	color: var(--transparent);*/
	transform: translate(-50%, 75%);
}
.overlay .sub-wrapper:after {
	color: var(--transparent);
}

.mobile-menu .sub-menu{
	display: none;
	position: relative;
	width: 100%;
	left: 0;
	background: transparent;
	z-index: 2;
}
.sub-menu {
	display: none;
    position: absolute;
    top: 100%;
    left: -40px;
    margin: 0px;
    padding: .8rem 0;
    width: 220px;
    height: 0;
    font-size: 16px;
    background: rgb(248,246,240);
    /* background: #493b2c; */
    border-radius: 0px;
    box-sizing: border-box;
    z-index: 2;
}

.mobile-menu .menu-item-has-children.is-open > .sub-menu, 
.menu .menu-item-has-children:hover .sub-menu{
	display: block;
	height: auto;
}
@media only screen and (max-width: 1560px) {
	.sub-menu {
/* 		width: 300px; */
	}
}

.sub-wrapper:hover .sub-menu {
	display: block;
	height: auto;
	opacity: 1;
}
.sub-menu li {
	display: block;
	margin: 0;
	width: 100%;
	height: auto;
	font-family: 'Lato', var(--sans);
	font-weight: 400;
	font-size: 16px;
	letter-spacing: 0.5px;
/* 	text-transform: uppercase; */
	line-height: 1.2;
	text-align: left;
}


.sub-menu a {
	font-family: 'Lato', var(--sans);
	font-size: 16px;
	display: block;
	padding: .5rem 1rem;
	height: auto;
	color: #424242;
/*	color: var(--black);*/
	text-align: left;
	text-shadow: none;
	background: none;
}

.mobile-menu .sub-menu li{
padding: 0px;
}
.sub-menu a:hover {
	color: #007057;
}

.mobile-menu .menu-item-has-children:after{
	content: "";
    position: absolute;
    right: 0px;
    top: 0px;
    font-family: "Material Symbols Outlined";
    font-weight: 300;
    color: #007057;
    transform: translate(-25%, 0%);
    font-size: 180% !important;
}
        /* ============ HERO ============ */
.hero {
	background: url(/wp-content/uploads/2018/03/header-image2.jpg) center/cover no-repeat;
	display: flex;
	flex-direction: column;
	align-items: center;
	color: #fff;
	text-align: center;
	padding: 440px 20px 75px;
}

.hero-content {
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
/* 	padding: 0 20px; */
	max-width: 890px;
}

.hero-content h1 {
	font-family: 'Cantata One', Helvetica, Arial, Lucida, sans-serif;
	font-size: 50px;
	font-weight: 400;
	line-height: 1.3;
	margin-bottom: 10px;
}

.hero-content h2 {
	font-family: 'Cantata One', sans-serif;
	font-size: 40px;
	font-weight: 400;
	line-height: 120%;
	margin-bottom: 30px;
}

        /* ============ VISIT GOGAMA ============ */
.visit-section {
	width: 100%;
	background: #f5f3ed;
	padding: 75px 20px 100px;
	text-align: center;
}

.visit_container{
	max-width: 1190px;
	width: 100%;
	margin: 0 auto;
}

.visit-section h2 {
    font-family: 'Graduate', Helvetica, Arial, sans-serif;
    font-size: 78px;
    font-weight: 500;
    color: #424242;
    letter-spacing: 4px;
    margin-bottom: 10px;
}

.visit-section .subtitle {
    font-family: 'Lato', sans-serif;
    font-size: 30px;
    font-weight: 300;
    color: #010101;
}

.visit-image {
	margin: 50px auto;
}

.visit-image img {
	width: 100%;
	height: 100%;
	display: block;
}

.visit-section .description {
    font-family: 'Lato', sans-serif;
    font-size: 26px;
    font-weight: 300;
    line-height: 1.65;
    letter-spacing: 0em;
    color: #424242;
}

.visit-section .description a {
	color: #007057;
}

.visit-section .description a:hover {
	color: #888888;
}

        /* ============ FOOD ============ */
.food-section {
	background: #282829;
	padding: 100px 40px;
}

.food-inner {
	max-width: 1280px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	gap: 50px;
}

.food-image {
	flex: 1.3;
}

.food-image img {
	width: 100%;
	max-width: 500px;
	display: block;
}

.food-text {
	flex: 1;
	min-width: 0;
}

.food-text h2 {
    font-family: 'Lato', sans-serif;
    font-size: 78px;
    color: #fff;
    font-weight: 300;
    line-height: 1.2;
	margin-bottom: 24px;
}

.food-text p {
    font-family: 'Lato', sans-serif;
    font-size: 26px;
    font-weight: 300;
    line-height: 1.8;
    color: #fff;
}

        /* ============ FISHING ============ */
.fishing-section {
	background: url(/wp-content/uploads/2018/04/spread3.jpg) center/cover no-repeat;
	padding: 300px 20px;
	color: #fff;
}

.fishing-content {
	max-width: 1405px;
	margin: 0 auto;
	display: grid;
    grid-template-columns: 1fr 1fr;
}

.fishing-content h2 {
	font-family: 'Cantata One', serif;
	font-size:50px;
	font-weight: 400;
	text-align: center;
	margin-bottom: 10px;
	color: #000;
}

.fishing-content p {
    font-family: 'Lato', sans-serif;
    font-size: 30px;
    font-weight: 300;
    color: #010101;
    text-align: center;
}

        /* ============ HUNTING ============ */
.hunting-section {
	background: #fff;
	padding: 50px 20px 50px 0px;
}

.hunting-inner {
	max-width: 100%;
	display: flex;
	align-items: center;
	gap: 50px;
}

.hunting-image {
	flex: 1;

}

.hunting-image img {
	width: 100%;
	display: block;
}

.hunting-text {
	flex: 1;
	min-width: 0;
}

.hunting-text h2 {
	font-family: 'Cantata One', serif;
	font-size: 50px;
	color: #000;
	text-align: center;
	font-weight: 400;
	margin-bottom: 10px;
}

.hunting-text p {
    font-family: 'Lato', sans-serif;
    font-size: 30px;
    font-weight: 300;
    text-align: center;
    color: #424242;
}

        /* ============ TESTIMONIALS ============ */
.testimonials-section {
	background: #fff;
	padding: 100px 20px;
	text-align: center;
}

.testimonials-section h2 {
	font-family: 'Cantata One', serif;
	font-size: 50px;
	color: #000;
	font-weight: 400;
	margin-bottom: 50px;
}

.testimonials-grid {
	max-width: 1000px;
	margin: 0 auto;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
	gap: 30px;
}


        /* ============ LODGE Page ============ */
.lodge_banner{
	background: url(/wp-content/uploads/2018/03/bkgd1.jpg) center/cover no-repeat;
	width: 100%;
	padding: 100px 20px;
}
.lodge-text h1, .northern-text h1, .balck_bear-text h1{
	font-family: 'Cantata One', sans-serif;
	font-size: 50px;
	font-weight: 400;
	color: #fff;
	text-align: center;
}

.lodge-text h2{
	font-family: 'Cantata One', sans-serif;
    font-weight: 400;
    font-size: 40px;
    line-height: 1.2;
	color: #fff;
	text-align: center;
    letter-spacing: 0em;
}


.hero-text h1 {
	font-family: 'Cantata One', serif;
	font-size: 50px;
	font-weight: 400;
	color: #fff;
	text-shadow: 1px 2px 4px rgba(0,0,0,0.4);
	margin-bottom: 10px;
}

.hero-text h2 {
	font-family: 'Cantata One', serif;
	font-size: 40px;
	font-weight: 400;
	color: #fff;
	text-shadow: 1px 2px 4px rgba(0,0,0,0.4);
	font-style: italic;
}

/* ===== CONTENT SECTIONS ===== */
.section_ontario {
	padding: 100px 20px 75px;
	max-width: 1405px;
	margin: 0 auto;
}

.section_ontario h2, .snowmobilign_text h2 {
	font-family: 'Cantata One', serif;
	font-size: 40px;
	font-weight: 400;
	color: #000;
	margin-bottom: 75px;
}

.section_ontario p, .snowmobilign_text ul li {
	font-family: 'Lato', sans-serif;
	font-size: 26px;
	font-weight: 300;
	color: #424242;
	line-height: 1.8;
	margin-bottom: 25px;
}

/* ===== GREAT FOOD SECTION ===== */
.great-food {
	background: #044131;
	padding: 75px 20px;
}

.great-food .container {
	max-width: 1405px;
	margin: 0 auto;
	display: grid;
	grid-template-columns: 2fr 1fr;
	gap: 40px;
}

.great-food .text-content {
	flex: 1;
}

.great-food h2 {
	font-family: 'Cantata One', serif;
	font-size: 40px;
	font-weight: 400;
	color: #fff;
	margin-bottom: 25px;
}

.great-food p {
	font-family: 'Lato', sans-serif;
	font-size: 26px;
	color: #fff;
	font-weight: 300;
	line-height: 1.8;
}


        /* ===== MAPS SECTION ===== */
.maps-section {
	padding: 75px 20px;
	max-width: 1405px;
	margin: 0 auto;
}

.maps-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 180px;
    align-items: center;
}

.maps-grid .map-item img {
	width: 100%;
	border: 1px solid #ddd;
}

.northern_banner{
	width: 100%;

}
.northern-text{
	background: url(/wp-content/uploads/2018/04/spread3.jpg) center/cover no-repeat;
	max-width: 1405px;
	width: 100%;
	margin: 0 auto;
	padding: 150px 20px;
}

.northern_img{
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
}

.balck_bear_banner{
	width: 100%;
}
.balck_bear-text{
	background: url(/wp-content/uploads/2018/03/hunt2.jpg) center/cover no-repeat;
	max-width: 1405px;
	width: 100%;
	margin: 0 auto;
	padding: 150px 20px;
}

.balck_bear-text h1{
	background: url(/wp-content/uploads/2018/03/bear1.jpg) center/cover no-repeat;
    width: fit-content;
    margin: auto;
    line-height: 120%;
}

.balck_bear_sec h2{
	margin-bottom: 20px !important;
}

.balck_bear_img, .snowmobilign_box{
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 40px;
	
}

.snow_sec{
	background: url(/wp-content/uploads/2022/11/snow1.jpg) center/cover no-repeat;
	width: 100%;
	padding: 100px 20px;
}

.snowmobilign_box{
	padding: 75px 20px 40px;
	max-width: 1405px;
	width: 100%;
	margin: 0 auto;
/* 	align-items: center; */
}

.snowmobilign_text h2{
	margin-bottom: 20px !important;
}
.snowmobilign_text ul li{
	margin-bottom: 10px !important;
}

.snowmobilign_text ul{
	list-style-type: none;
}

.rv_sec h3{
	font-family: 'Cantata One', serif;
	font-size: 30px;
	font-weight: 400;
	color: #000;
	margin-bottom: 10px;
}

.rates_box h1{
	color: #000;
	font-size: 40px;
	padding: 20px;
}

.rate_boxes{
	padding: 75px 20px;
    background: #004132;
    text-align: center;
}
.rate_box_item{
	max-width: 685px;
    width: 100%;
    margin: 0 auto 20px;
}

.rate_box_item h2, .cabin_box_imgs h2{
    font-weight: 400;
    font-size: 40px;
    line-height: 1.2;
    font-family: 'Cantata One', serif;
    color: #fff;
}
.rate_box_item p{
    font-weight: 300;
    font-size: 30px;
    line-height: 1.6;
    font-family: "Lato", sans-serif;
    letter-spacing: 0em;
    color: #fff;
	margin: 20px 0px;
}

.rate_box_item .price_text{
	font-style: italic;
    font-weight: 300;
    font-size: 20px;
    line-height: 1.6;
    font-family: Lato, sans-serif;
    letter-spacing: 0em;
    color: #fff;
	display: block;
	margin-bottom: 10px;
}
.rate_box_item .price_btn{
    font-family: "Lato", sans-serif;
	color: #004132;
    background: #ffffff;
    letter-spacing: 0px;
    font-size: 18px;
	padding: 13px 38px;
	border-radius: 100px;
	transition: 0.5s;
	margin: 20px auto;
    display: block;
    width: fit-content;
}
.rate_box_item .price_btn:hover{
	color: #004132 !important;
    background: #bfbfbf !important;
    letter-spacing: 0px;
}
.contact_logo{
	text-align: center;
	margin-bottom: 32px;
}
.contact_txt_box h6{
	font-style: italic;
    font-weight: 300;
    font-size: 20px;
    line-height: 1.6;
    font-family: Lato, sans-serif;
    letter-spacing: 0em;
    text-align: inherit;
    color: #424242;
	margin-bottom: 20px;
}

.contact_txt_box p, .contact_text_box p, .cabins_box p{
    font-weight: 300;
    font-size: 26px;
    line-height: 1.65;
    font-family: Lato, sans-serif;
    letter-spacing: 0em;
    color: #424242;
	margin-bottom: 20px;
}

.contact_txt_box a{
	color: #007057;
	transition: 0.5s;
}
.contact_txt_box a:hover{
	color: #888888;
}
.contact_form_sec h2{
    font-weight: 400;
    font-size: 50px;
    line-height: 1.1;
    font-family: 'Cantata One', serif;
    letter-spacing: 0em;
    text-align: inherit;
    color: #000000;
} 
.contact_bottom_sec{
	width: 100%;
	padding: 75px 20px;
	background: #004133;
}
.contact_bottom_grid{
	max-width: 1405px;
	width: 100%;
	margin: 0 auto;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 40px;
}

.contact_text_box h3{
    font-weight: 400;
    font-size: 30px;
    line-height: 1.2;
    font-family: 'Cantata One', serif;
    letter-spacing: 0em;
    color: #fff;
	margin-bottom: 25px;
}
.contact_text_box p{
	color: #fff;
}

.cabins_banner{
	background: url(/wp-content/uploads/2022/11/cabins1.jpg) center/cover no-repeat;
	width: 100%;
	padding: 100px 20px;
}
.cabins_box{
	max-width: 1405px;
	width: 100%;
	margin: 0 auto;
	padding: 40px 20px;
}

.cabin_box_imgs h2{
	color: #000;
	padding: 75px 0px 20px;
}

       /* ===== FORM ===== */
        .contact-right {
            flex: 1;
            min-width: 0;
        }
        .contact-right h2 {
            font-family: 'Cantata One', serif;
            font-size: 38px;
            font-weight: 400;
            color: #222;
            margin-bottom: 30px;
        }

        .form-group {
            margin-bottom: 20px;
        }
        .form-group label {
            display: block;
            font-size: 15px;
            font-weight: 600;
            color: #444;
            margin-bottom: 6px;
        }
        .form-group input[type="text"],
        .form-group input[type="email"],
        .form-group textarea {
            width: 100%;
            padding: 12px 15px;
            border: 1px solid #ccc;
            border-radius: 4px;
            font-family: 'Open Sans', sans-serif;
            font-size: 15px;
            color: #333;
            background: #fafafa;
            transition: border-color 0.3s, box-shadow 0.3s;
            outline: none;
        }
        .form-group input[type="text"]:focus,
        .form-group input[type="email"]:focus,
        .form-group textarea:focus {
            border-color: #044131;
            box-shadow: 0 0 0 3px rgba(4, 65, 49, 0.1);
            background: #fff;
        }
        .form-group textarea {
            height: 150px;
            resize: vertical;
        }

        .checkbox-group {
            margin-bottom: 20px;
        }
        .checkbox-group .group-label {
            font-size: 15px;
            font-weight: 600;
            color: #444;
            margin-bottom: 10px;
            display: block;
        }
        .checkbox-options {
            display: flex;
            flex-wrap: wrap;
            gap: 8px 20px;
        }
        .checkbox-options label {
            display: flex;
            align-items: center;
            gap: 8px;
            font-size: 15px;
            color: #555;
            cursor: pointer;
            padding: 6px 12px;
            border-radius: 4px;
            transition: background 0.2s;
        }
        .checkbox-options label:hover {
            background: #f0f7f4;
        }
        .checkbox-options input[type="checkbox"] {
            width: 18px;
            height: 18px;
            accent-color: #044131;
            cursor: pointer;
        }

        .submit-btn {
            display: inline-block;
            background: #044131;
            color: #fff;
            padding: 14px 45px;
            border: none;
            border-radius: 25px;
            font-family: 'Open Sans', sans-serif;
            font-size: 16px;
            font-weight: 600;
            letter-spacing: 0.5px;
            cursor: pointer;
            transition: background 0.3s, transform 0.2s;
        }
        .submit-btn:hover {
            background: #033025;
            transform: translateY(-1px);
        }
        .submit-btn:active {
            transform: translateY(0);
        }


        /* ===== FOOTER ===== */
        .footer {
            background: url(/wp-content/uploads/2018/03/footer.jpg) center/cover no-repeat;
            background-color: #2a1a0a;
            padding: 60px 20px 40px;
            color: #fff;
            text-align: center;
        }

        .footer .contact-info {
            max-width: 800px;
            margin: 0 auto 30px;
        }

        .footer .contact-row {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 12px;
            margin-bottom: 15px;
            font-size: 17px;
        }

        .footer .contact-row i {
            color: #fff;
            font-size: 20px;
            width: 30px;
        }

        .footer .contact-row .label {
            font-weight: 600;
        }

        .footer .phone-link {
            color: #c8a96e;
            text-decoration: underline;
            transition: color 0.3s;
        }

        .footer .phone-link:hover {
            color: #e0c48a;
        }

        .footer .phone-numbers {
            text-align: center;
        }

        .footer .phone-numbers p {
            margin-bottom: 5px;
        }

        .footer .copyright {
            color: #999;
            font-size: 14px;
            margin-top: 30px;
            margin-bottom: 10px;
        }

        .footer .credit-cards {
            margin: 15px auto;
        }

        .footer .credit-cards img {
            height: 30px;
            margin: 0 auto;
        }

        .footer .footer-links {
            margin-top: 10px;
        }

        .footer .footer-links a {
            color: #999;
            font-size: 13px;
            transition: color 0.3s;
        }

        .footer .footer-links a:hover {
            color: #fff;
        }

        /* ===== SCROLL TO TOP ===== */
        .scroll-top {
            position: fixed;
            bottom: 30px;
            right: 30px;
            width: 50px;
            height: 50px;
            background: #044131;
            color: #fff;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 20px;
            cursor: pointer;
            transition: background 0.3s, opacity 0.3s;
            opacity: 0;
            pointer-events: none;
            z-index: 999;
            border: none;
        }

        .scroll-top.visible {
            opacity: 1;
            pointer-events: auto;
        }

        .scroll-top:hover {
            background: #033025;
        }

        /* ============ FOOTER ============ */
footer {
	background: url(/wp-content/uploads/2018/03/footer.jpg) center top/cover no-repeat;
	color: #ccc;
	text-align: center;
	padding: 100px 20px;
}

footer  .site-info.container{
	max-width: 1405px;
	margin: 0 auto;
}

.contact-block__inner{
	display: flex;
	flex-direction: column;
	gap: 10px;
}
.invert .contact-block__icon{
	color: #fff;
	font-size: 1.5rem;
    margin-right: 13px;
}

.contact-block__inner .contact-block__item{
	display: flex;
    flex-direction: row;
    justify-content: center;
	align-items: center;
    gap: 10px;
}

.contact-block__inner .contact-block__value-wrap{
	font-family: 'Lato', sans-serif;
	font-size: 26px;
	font-weight: 300;
	line-height: 1.65;
	color: #fff;
}

.footer-copyright{
	font-size: 16px;
	color: #888888;
	margin-top: 63px;
}

footer .contact-block__text a{
	color: #007057;
	font-weight: 400;
}

.footer-copyright a:hover{
	text-decoration: underline;
}

        /* ============ RESPONSIVE ============ */


@media(max-width: 1024px){
	.hero-content h1, .contact_form_sec h2{
		font-size: 42px;
	}
	.hero-content h2, .hunting-text h2, .testimonials-section h2, 
	.lodge-text h1, .great-food h2, .northern-text h1, .balck_bear-text h1, .rates_box h1, 
	.rate_box_item h2, .cabin_box_imgs h2{
		font-size: 32px;
	}
	.visit-section h2, .food-text h2{
		font-size: 58px;
	}
	.visit-section .subtitle, .lodge-text h2, .section_ontario h2, .snowmobilign_text h2, .rate_box_item p{
		font-size: 26px;
	}
	.visit-section .description, .food-text p, .fishing-content p, 
	.hunting-text p, .contact-block__inner .contact-block__value-wrap, 
	.section_ontario p, .great-food p, .snowmobilign_text ul li, .contact_txt_box p, 
	.contact_text_box p, .cabins_box p{
		font-size: 22px;
	}

	.hero{
		padding: 300px 20px 60px;
	}
	
	.cabin_box_imgs h2{
		padding: 40px 0px 20px;
	}

	.visit-section{
		padding: 40px 20px 60px;
	}
	.food-section, .testimonials-section, .lodge_banner, 
	.section_ontario, .great-food, .maps-section, .northern-text, .balck_bear-text, 
	.snowmobilign_box, .rate_boxes, .contact_bottom_sec{
		padding: 40px 20px;
	}
	.fishing-section{
		padding: 150px 20px;
	}

	.visit-image{
		margin: 24px auto;
	}
	.section_ontario h2{
		margin-bottom: 40px;
	}
	.section_ontario p{
		margin-bottom: 16px;
	}
	.contact_bottom_grid{
		grid-template-columns: 1fr 1fr;
	}
	
	.maps-grid {
		gap: 40px;
	}
	.balck_bear_img{
		gap: 24px;
	}

	.mobile_nav_bar{
		display: block;
	}

	.mobile-menu-wrapper.is-open{
		width: 100% !important;
		display: block;
		transform: translateX(0px);
	}

	#site-navigation .menu{
		display: none;
	}

	.header_button{
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	.header_button .header_btn{
		position: relative;
		top: 0;
		right: 0;
	}
	.custom-logo-link{
		max-width: 250px;
	}
	
	.footer-copyright{
		margin-top: 40px;
		font-size: 14px;
	}
}
@media (max-width: 768px) {
	.hero-content h1, .contact_form_sec h2 {
		font-size: 32px;
	}


	.hero-content h2, .hunting-text h2, .testimonials-section h2 , 
	.lodge-text h1, .great-food h2, .northern-text h1, .balck_bear-text h1, .rv_sec h3, .rates_box h1, 
	.rate_box_item h2{
		font-size: 24px;
	}
	.visit-section h2, .food-text h2{
		font-size: 38px;
	}

	.visit-section .subtitle, .lodge-text h2, .section_ontario h2, .snowmobilign_text h2,
	.rate_box_item p, .contact_text_box h3{
		font-size: 20px;
	}

	.visit-section .description, .food-text p, .fishing-content p, 
	.hunting-text p, .contact-block__inner .contact-block__value-wrap, 
	.section_ontario p, .great-food p, .snowmobilign_text ul li, 
	.rate_box_item .price_text, .contact_txt_box p, .contact_text_box p,
	 .cabins_box p{
		font-size: 18px;
	}

	.hunting-section{
		padding: 40px 20px;
	}
	
	.great-food .food-img{
    max-width: 600px;
    width: 100%;
    margin: 0 auto;
	}
	
	.contact_txt_box p, .contact_txt_box h6{
		margin-bottom: 12px;
	}
		.great-food .container, .maps-grid, .balck_bear_img, 
	.snowmobilign_box, .contact_bottom_grid{
		grid-template-columns: 1fr;
			gap: 24px;
	}

	.food-inner,
	.hunting-inner {
		flex-direction: column;
		gap: 24px;
	}
	.contact-block__inner .contact-block__item{
		align-items: flex-start;
	}

	.food-text h2,
	.hunting-text h2,
	.fishing-content h2 {
		font-size: 28px;
	}

	nav ul {
		gap: 5px 15px;
		padding: 0 10px;
	}

	nav ul li a {
		font-size: 11px;
	}

	.fishing-section {
		padding: 80px 20px;
	}
		footer{
		padding: 60px 20px;
	}
	.footer-copyright{
		margin-top: 24px;
	}
        }