/*
Theme Name: Boundary Waters Outfitters
Theme URI: https://boudnarywatersoutfitters.com/
Description: This is the theme for Boundary Waters Outfitters.
Author: Kimberly Kladivo
Author URI: https://wafishermn.com/
License: 
License URI: 
Template: wafish
Version: 0.51
*/
@import url("../wafish/style.css");
@import url("//use.typekit.net/znc2wum.css");


:root {
	--darkgreen: #11270b;	
	--blue: #51aec8;
	--green: #558b6e;
}
body {
	font-family: "tt-commons-pro", sans-serif;
	font-weight: 200;
	color: #1e1e1e;
	font-size: 18px;
	line-height: 1.2em;
	background: var(--green);
}
h1, h2, h3, h4, h5, h6 {
	color: var(--green);
	font-weight: 200;
	margin-bottom: 10px;
	line-height: 1.2em;	
}
h1 {
	font-size: 2em;
	color: var(--blue);
}
h2 {
	font-size: 1.8em;
}
h3 {
	font-size: 1.6em;
}
h4 {
	font-size: 1.4em;
}
h5 {
	font-size: 1.2em;
}
h6 {
	font-size: 1.1em;	
}
h1 + h2 {
	font-size: 1.4em;
	margin-top: -10px;
	margin-bottom: 20px;
}
p, ul, ol {
	margin-bottom: 10px;
	line-height: 1.2em;
}
ul {
	list-style: disc;
	margin-left: 40px;	
}
ol {
	list-style: decimal;
	margin-left: 40px;	
}
a {
	text-decoration: underline;
	color: inherit;
}
a:hover {
	opacity: .8;
	color: var(--blue);
}
b, strong {
	font-weight: 500;
}
em, i {
	font-style: italic;
}
blockquote {
	margin-top; 10px;
	border-left: 10px solid var(--blue);
	padding: 3px 0 3px 10px;
} 
blockquote p {
	color: #1e1e1e;
	line-height: 1.2em;	
}
.button {
	background: var(--blue);
	font-weight: 600;
	letter-spacing: 1pt;
	text-transform: uppercase;
	text-decoration: none;
}
.button:hover {
	background: var(--green);	
}
.button.white {
	color: var(--blue);
	background: #fff;
}
.button.white:hover {
	color: var(--green);
	background: #fff;
}
.button.back {
	margin-top: 20px;
}
.link {
	font-weight: 600;
	letter-spacing: .5pt;
	text-transform: uppercase;
	text-decoration: none;	
	color: var(--blue);
	font-size: .85em;
}
.row {
	max-width:1400px;	
}
.banner-top {
	background-color: var(--blue);
	padding: 20px;
	text-align: center;
	color: #fff;
	font-weight: 600;
}
.banner-top p {
	margin-bottom: 0;
}
.upper {
	background: var(--darkgreen);
	text-align: right;
	padding: 10px;
	font-size: .8em;
}
.upper .menu {
	text-align: right;
}
.upper .menu li {
	display: inline-block;
}
.upper a {
	color: #fff;	
}
header.top {
	background: #fff;
	border-bottom: 1px solid var(--darkgreen);

}
header.top .top-bar, .top-bar ul {
	background: #fff;	
	padding: 0;
}
header.top .top-bar-title {
	float: none;
	position:relative;
}	
header.top .top-bar-title a {
	position:absolute;
	top: -20px;
	z-index: 30;
	padding-left: 20px;
}
header.top .top-bar-title a:hover {
	opacity: 1;	
}
header.top .top-bar-title a img {
	max-height: 130px;
}
.menu li a {
	text-decoration: none;
	text-transform: uppercase;
}
header.top .top-bar .menu.dropdown > li > a:not(.button) {
	padding: 1.8rem;
}
header.top .top-bar .menu li {
	display: inline-block;	
}
header.top .top-bar .menu li.has-button {
	margin: 0 20px;
}
.dropdown.menu > li.is-dropdown-submenu-parent > a::after {
	border: none;	
}
.dropdown.menu > li.opens-left > .is-dropdown-submenu {
	left: 0;
	right: auto;
}
.upper .dropdown.menu > li > .is-dropdown-submenu {
	background: var(--darkgreen);
	border: none;
	text-align: left;
	padding: 10px 0;
}
.top-bar .dropdown.menu > li > .is-dropdown-submenu {
	width: 350px;
	border: 1px solid var(--darkgreen);
	border-top: none;	
	padding-bottom: 10px;
	font-size: .9em;
}

.top-bar .dropdown.menu > li.opens-left > .is-dropdown-submenu a {
	padding: .5rem 1.2rem;
}
.orbit-container { 
	background: #000;
}
.orbit img, .orbit video, .orbit iframe {
	opacity: .8;
}
.orbit .orbit-slide {
	text-align: center;	
}
.orbit-caption {
	bottom: auto;
	left: 50%;
	top: 50%;
	transform: translateY(-40%) translateX(-50%);
	text-shadow: 0px 0px 3px rgba(0,0,0,0.56);
	width: auto;
	background: none;
	text-align: center;
}
.orbit-caption span {
	display: block;
	line-height: 1em;
}
.orbit-caption span.heading {
	font-size: 2.5em;
	
}
.orbit-caption span.content {
	font-style: italic;
	font-size: 1.3em;
}
.main-content {
	margin: 100px 20px;	
}
.packages h3 {
	font-size: 1.9em;	
}
.packages .container {
	background: #fff;
	margin: 20px;
	box-shadow: 0px 0px 22px 0px rgba(0,0,0,0.35);
	-webkit-box-shadow: 0px 0px 22px 0px rgba(0,0,0,0.35);
	-moz-box-shadow: 0px 0px 22px 0px rgba(0,0,0,0.35);
	text-align: center;
}
.packages .container a {
	font-size: 1.5em;
	color: var(--blue);
	text-decoration: none;
	display: block;	
}
.packages span {
	padding: 20px;	
	display: block;
}
.mission {
	margin-top: -150px;
	background: var(--green);
	padding: 250px 20px 100px;
	color: #fff;	
}
.mission span.title {
	font-size: 3em;
	color: #fff;	
	display: block;
	margin-top: 20px;
	line-height: 1.1em;
}
.about {
	margin: 100px 20px;	
}
.about h2 {
	margin-bottom: 10px;
}	
.about .button {
	margin-top: 10px;
}	
.banner {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	background-attachment:fixed;
	min-height: 60vh;
}
.split {
	margin: 100px 20px;	
}
.split .slides {
	margin-top: 50px;	
}
.split .post .image-box {
	margin-top: 50px;
	position: relative;
}
.split .post .image-box .logo {
	position: absolute;
	top: 10px;
	left: 10px;	
}
.split .item {
	position: relative;
	background: #000;
}	
.split .item img {
	opacity: 8;	
}
.split .item .caption {
	position: absolute;
	bottom: 20px;
	left: 20px;	
	font-size: 2em;
	color: #fff;
}
.slides .nav-arrow {
	position: absolute;
	bottom: 10px;
	right: 10px;
	font-size: 3em;
	color: #fff;
	z-index: 30;
}	
.slides .nav-arrow.slick-prev {
	right: 40px;
}
.cta {
	background: var(--blue);
	padding: 110px 20px 100px;
	text-align: center;
	font-size: 2.5em;
	color: #fff;	
}
.cta span {
	display: block;
	margin-bottom: 40px;
}
.testimonials {
	margin: 100px 20px;	
	text-align: center;
}
.testimonials h3 {
	font-size: 2em;
	margin-bottom: 20px;	
}
.testimonials .testimonial {
	max-width: 600px;	
	margin: 0 auto;
}
.cta + footer {
	margin-top: 0!important;
}
footer {
	background: var(--darkgreen);
	color: #fff;
	padding: 80px 20px;
	margin-top: 100px;
}
footer .row.narrow {
	max-width:1200px;	
}
footer .message {
	font-size: .9em;	
	padding-left: 20px;
}
footer .menus {
	margin-top: 50px;	
}
footer .menu li {
	display: block;	
}
footer .horiz-menu {
	margin: 20px 0;	
	text-align: center;
}
footer .horiz-menu .menu li {
	display: inline-block;	
}
footer .menu li a {
	padding: 2px 0;	
}
footer .menu li:first-of-type a {
	margin-bottom: 10px;
	font-weight: 400;	
}
footer .horiz-menu .menu li a {
	padding: 0 10px;
}
footer .horiz-menu .menu li:first-of-type a {
	margin-bottom:0;
	font-weight: 300;
}
footer .sociallink {
	height: 41px;
	width: 41px;
	text-align: center;
	line-height: 41px;
	background: #fff;
	color: var(--blue);
	display: inline-block;
	margin: 0 10px;
}	
footer .button {
	height: 41px;
	line-height: 41px;
	margin: -2px 10px 0;
	padding: 0 20px;	
}
footer .social {
	text-align: center;	
}
footer .newsletter {
	margin-top: 20px;	
}
footer .newsletter span {
	font-size: .9em;
	line-height: .9em;
	text-transform: uppercase;
	font-weight: 400;
	text-align: right;
	display: block;
	margin-right: 10px;
	margin-top: 3px;
}
footer .newsletter input[type=email] {
	text-transform: uppercase;
	font-size: .8em;
	padding-left: 8px;
	color: var(--blue);
	font-weight: 500;	
}
footer .newsletter input::placeholder {
	text-transform: uppercase;
	color: var(--blue);
	font-weight: 500;	
	opacity: .8;
}
.copyright {
	width: 100%;
	font-size: .8em;
	text-align: center;
	color: #fff;
	padding: 10px;
	background: #000;
}
.copyright p {
	margin-bottom: 5px;
}
.add-cookie {
	display: none;
}
#gdpr {
	position: fixed;
	bottom: 0;
	background: #000;
	color: #fff;
	padding: 20px;
	text-align: center;
	font-size: .8em;
	width: 100%;	
}
#gdpr .close-cookie-banner {
	float: right;
	color: #fff;
	font-weight: 700;
}
.floating {
	position: fixed;
	bottom: 10px;
	right: 10px;	
}
#lightgallery div img {
	cursor: pointer;
}
.interior-image {
	text-align: center;
}
.interior-content {
	margin: 100px 20px 0;	
}
.package .content {
	text-align: center;	
	padding: 10px;
}
.package h2 {
	font-size: 1.5em;
	margin: 20px 0;	
}
.package .button {
	margin-top: 20px;	
}
.content-banner {
	padding: 100px 20px;	
	color: #fff;
}
.content-banner h2, .content-banner h3, .content-banner h4, .content-banner h5, .content-banner h6 {
	color: #fff;
	margin-bottom: 20px;	
}
.content-banner.blue {
	background: var(--blue);
}
.content-banner.green {
	background: var(--green);
}
.content-banner.dark-green {
	background: var(--darkgreen);
}
.content-banner + footer {
	margin-top: 0;	
}
.flex-content {
	margin-top: 50px;	
}
.accordion .accordion-title {
	font-size: 1em;
	background: var(--green);	
	color: #fff;
	font-weight: 400;
	text-decoration: none;
}
.trip-planning .content {
	margin: 50px 0;
	border: 1px solid var(--green);
	text-align: center;
	padding: 30px;
}
.row.single-route {
	margin-top: 50px;	
}
div.deets {
	margin-bottom: 10px;	
}
div.deets span {
	text-transform: uppercase;
	font-size: .8em;
	font-weight: 500;
	background: #f6f6f6;
	padding: 10px;
	letter-spacing: 1pt;
	color: var(--blue);
	display: inline-block;
	margin-right: 10px;
	margin-bottom: 10px;
}
p.note {
	font-size: .8em;
	font-weight: 400;
	text-align: center;
	padding: 10px;	
}
.equal-columns .content {
	padding: 30px;	
}
.page-id-97 .equal-columns .content {
	position: relative;
	overflow: hidden;
	background: #000;
	margin-bottom: 1.875rem;
}
.page-id-97 .equal-columns .content img {
	position: absolute;	
	opacity: .8;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 2;
}
.page-id-97 .equal-columns .content h3 {
	position:relative;
	z-index: 3;
	font-weight: 400;
	font-size: 1.4em;
	color: #fff;
}
.page-id-97 .equal-columns .content h3 + p {
	position:relative;
	color: #fff;
	z-index: 3;
}
.page-id-97 .equal-columns .content:hover img {
	opacity: .3;
}
.blog-intro-content {
	margin-bottom: 50px;	
}	
.blog {
	margin-bottom: 25px;	
}
@media screen and (max-width:1025px) {
	.off-canvas {
		background: var(--green);	
	}
	.off-canvas .close-button {
		color: #fff;	
	}
	.show-for-large {
		display: none;	
	}
	.hide-for-large {
		display: block!important;	
	}
	header .sociallink {
		height: 30px;
		width: 30px;
		text-align: center;
		line-height: 30px;
		background: #fff;
		color: var(--darkgreen);
		display: inline-block;
		margin: 0 3px;
	}	
	.top-bar-right a {
		line-height: 90px;	
		padding-right: 20px;
		font-size: 1.5em;
		color: var(--green);
	}
	.menu-primary-container {
		margin-top: 50px;
		margin-left: 10px;	

	}
	.menu-secondary-container {
		margin-left: 10px;
	}
	.off-canvas .menu a {
		color: #fff;
		font-weight: 600;
		font-size: .8em;
		letter-spacing: 1pt;
		display: inline-block;
	}	
	.off-canvas .menu .has-dropdown {
		position: relative;	
		display: block;		
	}
	.off-canvas .menu .has-dropdown:after {
		content: '+';
		position: absolute;
		top: 14px;
		right: 20px;
		color: #fff;
		font-weight: 600;
		font-size: .8em;	
	}
	.off-canvas .menu .has-dropdown.open:after {
		content: '-';
		top: 13px;
	}
	.off-canvas .menu .has-dropdown.open .sub-menu {
		display: block;
	}
	.off-canvas .menu .sub-menu {
		list-style: none;	
		display: none;
	}
	.off-canvas .menu .sub-menu li {
		line-height: 1em;
		margin-bottom: 10px;
	}
	.off-canvas .menu .sub-menu li a {
		line-height: 1em;	
	}
	.off-canvas .menu .has-button {
		display: none;	
	}
	.off-canvas .button {
		display: block;
		margin: 10px 20px;	
	}
	.main-content, .about, .split, .testimonials {
		margin: 50px 20px;	
	}
	.packages span {
		padding: 15px;
		font-size: .8em;	
	}
	.mission {
		padding: 200px 50px 50px;	
	}
	.interior-content {
		margin: 50px 20px 0;
	}
	.trip-planning .content {
		margin: 0;	
	}
}
@media screen and (max-width:640px) {

	#wpadminbar {
		position: fixed!important;	
	}	
	.top-bar .top-bar-left, .top-bar .top-bar-right {
		width: auto;
	}
	.orbit-caption {
		width: 90%;
		left: 5%;
		transform: translate(0);
		bottom: 0;
		top: auto;
	}
	.orbit-caption span.heading {
		font-size: 2em;	
	}
	.split .columns:first-of-type {
		margin-bottom: 50px;
	}
	.cta span {
		line-height: 1.2em;
	}	
	footer {
		text-align: center;	
	}
	footer .menu, footer img {
		margin-bottom: 40px;	
	}
	footer .social a {
		margin-bottom: 10px;	
	}
	footer .newsletter span {
		text-align: center;	
		margin-bottom: 15px;
		font-size: 1em;
	}
	footer .message {
		padding-left: 0;	
	}
	.copyright {
		margin-bottom: 40px;	
	}
	.floating {
		position: fixed;
		bottom: 0px;
		right: 0px;	
		left: 0px;
		width: 100%;
	}
	.floating .button {
		margin-bottom: 0;
		width: 100%;	
	}
	.banner {
		background-repeat: no-repeat;
		background-size: 100%;
		background-position: center top;
		background-attachment: scroll;
		min-height: 200px;
	}
	.equal-columns .content {
		padding: 30px 0;	
	}
}