/*
Theme Name: Cook Covenant Church
Theme URI: https://cookcovenantchurch.com/
Description: This is the theme for the Cook Covenant Church.
Author: Kimberly Kladivo
Author URI: https://wafishermn.com/
License: 
License URI: 
Template: wafish
Version: 0.1
*/
@import url("../wafish/style.css");
@import url("//use.typekit.net/adg0gmd.css");

/*@import url("fonts/fontawesome/css/brands.css");*/
/*@import url("fonts/fontawesome/css/solid.css");*/
/*@import url("fonts/fontawesome/css/regular.css");*/
/*@import url("fonts/fontawesome/css/light.css");*/
/*@import url("fonts/fontawesome/css/thin.css");*/
/*@import url("fonts/fontawesome/css/duotone.css");*/
/*@import url("fonts/fontawesome/css/sharp-solid.css");*/
:root {
	--blue: #336077;
	--darkblue: #2d3740;
	--orange: #CF8531;
}
body {
	font-family: "tt-commons-pro", sans-serif;
	font-weight: 300;
	font-size: 22px;
	line-height: 1.2em;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: 500;
	color: var(--blue);
	margin-bottom: 10px;
}
h1 {
	font-size: 2em;
}
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;	
}
strong, b {
	font-weight: 600;
}	
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 {
	color: var(--blue);
}
a:hover {
	color: var(--orange);
}
em, i {
	font-style: italic;	
}
strong, b {
	font-weight: 600;	
}
.link {
	color: var(--orange);	
	font-weight: 600;
	letter-spacing: 1pt;
	text-transform: uppercase;
}
.button {
	font-weight: 600;
	background-color: var(--orange);
}
.row {
		
}
.row.full {
	max-width: 1600px;	
}
.off-canvas-content {
	max-width: 1600px;
	margin: 0 auto;	
	position:relative;
	box-shadow: none;
}
header.top {
	height: 100px;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 3;
	background: #fff;
}
.top-bar, .top-bar ul {
	background: none;
	padding: 0;
}
.logo {
	max-height: 150px;
	margin-left: -20px;
	position:relative;
}
.top-bar ul.menu li a {
	text-transform: uppercase;
	font-weight: 600;
	font-size: .9em;
	letter-spacing: .5pt;
	line-height: 100px;
	padding: 0 12px;
}
.top-bar ul.menu li a:hover, .top-bar ul.menu li.current-menu-item a {
	color: var(--orange);
}
.dropdown.menu > li.opens-left > .is-dropdown-submenu {
	left: 0;
	right: auto;	
}
.orbit {
	padding-top: 100px;
	background: #000;	
	text-align: center;
}
.orbit img, .orbit video, .orbit iframe {
	opacity: .9;
	margin: 0 auto;
}
.orbit-caption {
	background: none;
	position: absolute;
	top: 20%;
	bottom: auto;
	transform: translateY(-50%);
	width: 100%;
	text-align: center;	
	text-transform: uppercase;
	font-size: 3em;
	line-height:1em;
	text-shadow: 0 0 5px #000;
	font-weight: 600;
}
.home .main-content {
	margin: 1.875rem 1.875rem 50px;	
}
.feature {
	text-align: center;
	margin-bottom: 1.875rem;
}	
.feature .title {
	display: block;
	font-weight: 500;
	color: var(--blue);
	font-size: 1.4em;
	margin: 20px 0 10px;	
}
.feature .link {
	display: block;
	margin-top: 10px;	
}
.additional-content {
	margin-bottom: 50px;	
}
.boxed {
	border-radius: 30px;
	background: #F3F3F3;
	padding: 30px 50px;	
	margin-bottom: 1.875rem;
}
.boxed h2 {
	margin-bottom: 10px;
	text-align: center;
	line-height: 1em;
}
.boxed .title-date {
	margin-bottom: 7px;	
}
.boxed .title-date a {
	color: var(--orange);
	font-weight: 600;	
}
.boxed .title-date span.date {
	font-style: italic;	
}
footer {
	background: var(--blue);
	color: #fff;
	padding: 70px 20px;
	margin-top: 50px;
}
.banner + footer {
	margin-top: 0;	
}
footer .footer-title {
	font-weight: 600;
	font-size: 1.4em;
	margin-bottom: 10px;
	display: block;	
}
footer p {
	line-height: 1.1em;	
	margin-bottom: 10px;
}
footer p a {
	text-decoration: underline;
	color: #fff;
}	
footer .link {
	color: #fff;	
}
footer .footer.menu {
	column-count: 2;	
}
footer .footer.menu li {
	display: block;
	padding: 0;
}
footer .footer.menu li a {
	color: #fff;
	font-weight: 600;
	font-size: .9em;
	text-transform: uppercase;	
	padding: 0;
	text-decoration: none;
}
.social-link {
	height: 30px;
	width: 30px;
	text-align: center;
	line-height: 30px;
	background: var(--orange);
	color: #fff;
	display: inline-block;	
}
.interior-image {
	text-align: center;
	min-height: 300px;
	background: var(--blue);
	color: #fff;

}
.interior-image h1 {
	padding: 200px 20px 100px;	
	color: #fff;
}
.copyright {
	width: 100%;
	font-size: .8em;
	text-align: center;
	background: var(--darkblue);
	color: #fff;
	padding: 20px;
}
.copyright a {
	color: #fff;
	text-decoration: underline;
}	
.add-cookie {
	display: none;
}
#gdpr {
	position: fixed;
	bottom: 0;
	background: #000;
	color: #fff;
	padding: 20px;
	text-align: center;
	font-size: .8em;
	width: 100%;	
	display: none!important;
}
#gdpr .close-cookie-banner {
	float: right;
	color: #fff;
	font-weight: 700;
}
#lightgallery div img {
	cursor: pointer;
}
.interior-content {
	margin: 100px 0 0;	
}
.flex-content {
	margin-top: 50px;
}
.accordion .accordion-title {
	background: var(--blue);
	color: #fff;
	font-size: 1em;
	font-weight: 600;	
}
@media screen and (max-width:1250px) {
	.top-bar ul.menu li a {
		padding: 0 8px;
		font-size: .8em;	
	}
	
}
@media screen and (max-width:1060px) {
	.show-for-large {
		display: none;	
	}
	.hide-for-large {
		display: block !important;	
	}
	.logo {
		margin-left: -5px;
	}
	.logo img {
		max-height: 200px;	
	}
	.top-bar-right a i {
		font-size: 1.8em;
		line-height: 100px;
		margin-right: 20px;
		display: block;
	}
	.off-canvas, .off-canvas-wrapper {
		background: var(--blue);	
	}
	.off-canvas .menu {
		margin-top: 30px;	
	}
	.off-canvas .menu li a {
		color: #fff;
		text-transform: uppercase;
		font-weight: 600;
	}
	.off-canvas .menu li a:hover {
		opacity: .8;	
	}
	.off-canvas .close-button {
		color: #fff;
	}
	.off-canvas .close-button:hover {
		color: var(--orange);
	}
	.interior-content, .flex-content {
		padding-left: 20px;
		padding-right: 20px;	
	}
}
@media screen and (max-width:640px) {
	header.top {
		position: relative;
	}
	.orbit {
		padding-top: 0;	
	}
	.orbit-caption {
		top:  10%;
		transform: none;
	}
	#wpadminbar {
		position: fixed!important;	
	}	
	.logo img {
		max-height: 100px;
	}
	.orbit-caption {
		font-size: 1.5em;	
	}
	.top-bar .top-bar-left, .top-bar .top-bar-right {
		width: auto!important;	
	}
	footer {
		text-align: center;	
	}
	footer .columns {
		margin-bottom: 1.875rem;
	}
	footer .text-right {
		text-align: center;		
	}
}