/*
Theme Name: Gulf of Maine Council, a Creativeily Child
Theme URI: https://gulfofmaine.org
Description: Creativeily child theme
Author: Kinonik
Author URI: https://gulfofmaine.org
Template: creativeily
Version: 1.0.0
*/

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */ 

/* BEGIN typography styles */ 

@import url('https://fonts.googleapis.com/css2?family=Libre+Franklin:ital,wght@0,100..900;1,100..900&family=Merriweather:ital,opsz,wght@0,18..144,300..900;1,18..144,300..900&display=swap'); 

// <weight>: Use a value from 300 to 900
// <uniquifier>: Use a unique and descriptive class name

.merriweather-<uniquifier> {
  font-family: "Merriweather", serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}

// <weight>: Use a value from 100 to 900
// <uniquifier>: Use a unique and descriptive class name

.libre-franklin-<uniquifier> {
  font-family: "Libre Franklin", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}

* { 
	font-family: "Libre Franklin", sans-serif;
	font-size: 17px; 
}

h1, h2, h3, h4, h5 { font-family: "Merriweather", serif; }

h1 { font-size: 40px !important; }

h2 { font-size: 32px !important; }

h3 { font-size: 28px !important; }

h4 { font-size: 24px !important; }

h5 { font-size: 20px !important; }

/* END typography styles */ 

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */ 

/* BEGIN specific hacks */ 

.home-theme-title-marine-life { padding-right: 10px !important; }

/* END typography styles */ 

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */ 

/* BEGIN global styles */ 

/* hide anything */ 
.hide-this { display: none !important; }

/* disable the slo-mo hero zoom */ 
.image-creativeily-header { transform: none !important; }

/* remove background gradient on hero */ 
.header::after { background: none !important; }

/* don't display page title on hero on the home page */ 
body.home .info { display: none !important; } 

.header .info { 
	background-color: rgba(255, 255, 255, .67) !important; 
	box-shadow: 4px 5px 17px -6px rgba(0,0,0,0.81);
	/* filter: drop-shadow(5px 5px 10px #000000); */ 
	padding: 18px 24px 12px 18px; 
	-moz-box-shadow: 4px 5px 17px -6px rgba(0,0,0,0.81);
	-webkit-box-shadow: 4px 5px 17px -6px rgba(0,0,0,0.81);
}

.header .info h1 {
	color: black; 
	margin: 0;
	text-align: left;
	text-shadow: none !important; 
}

@media (max-width: 1199px) { 
	.header .info { width: 99%; }
	.header .info h1 {
		font-size: 32px !important;
		line-height: 40px;			
	} 
} 

@media (min-width: 1200px) { 
	.header .info { width: 33%; }
	.header .info h1 {
		font-size: 48px !important;
		line-height: 56px;
	} 
} 

/* show content immediately */ 
.widget, 
.widget ul li, 
article div, 
article header, 
article img, 
article p { opacity: 1 !important; }

.wrapmain { 
	margin: 0;
	min-width: 100%;
} 

.wrapmain { 
	padding-left: 0 !important; 
	padding-left: 0 !important; 
} 

article { 
	padding: 0 !important; 
	margin-bottom: 0 !important; 
}

/* content background */ 
#start { background: white !important; }
.wrapmain .content-area article { box-shadow: none !important; }

.pad-bot-zip, .pad-bot-zip * { padding-bottom: 0 !important; }

.pad-top-zip, .pad-top-zip * { padding-top: 0 !important; }

/* buttons */ 
.btn { 
	border: none !important; 
	padding: 0; 
}
.btn > a { 
	border-radius: 6px; 
	color: white !important; 
	padding: 6px 12px !important; 
}

.oow-menu.oow-list ul {
	margin: 0 !important;
	padding: 0 !important;
}

.oow-menu.oow-list li { margin-bottom: 8px !important; }

.oow-menu a { font-size: 15px !important; }

.oow-menu .sub-menu a { font-size: 14px !important; }

.float-image-left { float: left; }

.float-image-right { float: right; }

.max-image-width { 
	margin: 0 auto 25px; 
	max-width: 200px; 
}


/* END global styles */ 

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */ 

/* BEGIN header styles */ 

.custom-logo { max-width: 520px !important; } 

@media (max-width: 781px) { 
	
} 

@media (min-width: 782px) and (max-width: 991px) { 
	
} 

@media (min-width: 992px) and (max-width: 1199px) { 
	
} 

#section06 span { 
	border-bottom-width: 4px !important; 
	border-left-width: 4px !important; 
}

@media (max-width: 1199px) { 
	
	.header-menu { background-color: rgba(0, 0, 0, 0.67); }

	.menu-desktop { display: none; }

	.menu-mobile { display: none; }

	#menu-main-menu li, 
	.menu-desktop li, 
	.menu-mobile li {
		/* display: inline-block !important; */ 
		font-size: 15px; 
		font-weight: 600; 
		/* padding: 0 6.25px !important; */ 
		text-transform: uppercase !important; 
	} 
	
} 

@media (min-width: 1200px){ 

	.mobile-bar { /* display: none !important; */ }	
	
	.header-menu, .header-menu nav, .header-menu ul { 
		height: auto; 
		padding-top: 0; 
	}
	
	#menu-main-menu {
		padding-bottom: 5em !important; 
		padding-top: 5em !important; 
		right: 15px; 
		text-align: right; 
	}
	
	.menu-desktop { 
		display: block !important; 
		position: fixed;
		right: 25px;
		top: 100px;
		z-index: 90; 
	} 
	
	.menu-mobile { display: none; }
	
	#menu-main-menu li, 
	.menu-desktop li, 
	.menu-mobile li {
		display: inline-block !important; 
		font-size: 15px !important; 
		font-weight: 600 !important; 
		padding: 0 15px !important; 
		text-transform: uppercase;
	} 
	
	#menu-main-menu li > a, 
	.menu-desktop li > a, 
	.menu-mobile li a { color: black !important; } 
	
	.menu-desktop li .sub-menu { /* display: none !important; */ } 
	
	.menu-desktop li .sub-menu { 
		position: absolute; 
		z-index: 91; 
	}
	
	.menu-desktop li .sub-menu li { 
		background-color: rgba(255, 255, 255, 0.5);
		display: block !important;
		line-height: 123%;
		margin-bottom: 1px !important;
		padding: 5px 9px !important;
	}
	
	.menu-desktop li .sub-menu li:hover { background-color: rgba(0, 0, 0, 0.5); } 
	
	.menu-desktop li .sub-menu li:hover a { color: white !important; }
	
	.menu-desktop li .sub-menu li > a { color: black !important; } 
	
	.menu-desktop li .sub-menu li > a:hover { }
	
} 

/* END header styles */ 

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */ 

/* BEGIN body styles */ 

.home.themes { }

.home.themes.cols > div, 
.home.news > div, 
.page .site-main, 
.archive .site-main, 
body.single-post .site-main {
	margin-left: auto;
	margin-right: auto;
	max-width: 1024px;
	padding-bottom: 30px; 
	padding-top: 30px; 
}

.home.themes.cols .wp-block-column { margin: 0 10px !important; }

.home.themes.cols h2, 
body.page .entry-content h2,  
body.single-post .entry-content h2 { 
	color: #005e9d !important; 
	line-height: 110% !important; 
}

.home.themes.cols p, 
body.page .entry-content p, 
body.page .entry-content li, 
body.single-post .entry-content p, 
body.single-post .entry-content li { 
	font-size: 17px !important; 
}

.home.themes.cols p a { 
	color: #005e9d; 
	font-weight: 600; 
	text-decoration: none; 
} 

.home.themes.cols p a:hover { 
	color: #005e9d; 
	font-weight: 600; 
	text-decoration: underline; 
} 

.home.news { background-color: #8cc63f; } 

.page.news { background-color: white; }

.home.themes.cols h3, 
.home.news h3, 
.archive h3 { 
	font-family: "Libre Franklin", sans-serif !important; 
	font-size: 22px !important;
  	font-weight: 600 !important;	
	margin-bottom: 20px !important;	
	margin-left: 2%;
	margin-top: 0 !important;
	width: 96%;
	text-transform: uppercase !important; 
} 

.home.themes.cols h3, 
.home.news h3, 
.archive h3 {
	position: relative !Important;
} 

.home.themes.cols h3 > span:before, 
.home.news h3 > span:before,  
.archive h3 > span:before { 
	content: "";
	height: 1.35px; 
	left: 0;
	position: absolute;
	right: 0;
	top: 50%; 
	z-index: 1; 
} 

.home.themes.cols h3 > span:before { background-color: #005e9d !important; }

.home.news h3 > span:before { background-color: white !important; } 

.archive h3 > span:before { background-color: #005e9d !important; }

.home.themes.cols h3 > span > span { 
	background-color: white !important; 
	color: #005e9d !important; 
	font-size: 21px;
	font-weight: 400;
	padding-left: 6px; 
	padding-right: 6px; 
	position: relative; 
	z-index: 2; 
} 

.home.news h3 > span > span { 
	background-color: #8cc63f !important; 
	color: white !important; 
	font-size: 21px;
	font-weight: 400;
	padding-left: 6px; 
	padding-right: 6px; 
	position: relative; 
	z-index: 2; 
} 

.home.news li, 
.archive article { 
	display: inline-block;
	max-width: 44.5% !important;
	padding-bottom: 40px;
	padding-left: 2%;
	padding-right: 2%;
	vertical-align: top;
	width: 44.5% !important;
}

.archive h3 > span > span { 
	background-color: white !important; 
	color: #005e9d !important; 
	font-size: 21px;
	font-weight: 400;
	padding-left: 6px; 
	padding-right: 6px; 
	position: relative; 
	z-index: 2; 
} 

.archive article { 
	float: left;
} 

.archive article .featured-img-box { 
	float: left;
	margin-right: 1em;
	text-align: left;
} 

.archive article .entry-header { 
	text-align: left;
}

.home.news li a, 
.home.news li time { color: white !important; }

.page.news h2 { padding: 0 2% 2% 20px; }

.page.news li a { color: #005e9d !important; }

.page.news li time { color: #333 !important; }

.archive article h2 a,  
.archive article postinfo * { color: black !important; }

.home.news li a, 
.archive article h2 a { 
	font-family: "Merriweather", serif;
	font-size: 20px !important;
	font-weight: 900; 
} 

.archive article .entry-header > h2 { line-height: 25.5px !important; }

.archive article .entry-header a { padding-right: 1em; } 

.archive article .entry-content p {
	color: black !important; 
	padding-right: 1em;
}

.home.news li img { 
	height: auto; 
	/* width: 100%; */ 
	max-width: 150px !important; 
}

.home.news .attachment-thumbnail { max-width: 150px !important;  }

.dashicons-format-links { display: none !important; } 

.dashicons-format-links::before { content: '' !important; } 

body.single-post .header > .info > .meta { display: none !important; } 

body.single-post .entry-content > .single-meta > span:nth-child(n+2) { display: none; !important; }

body.single-post .nav-links { display: none; !important; }

/* END body styles */ 

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */ 

/* BEGIN footer styles */ 

.footer-wrapmain { margin-top: 0 !important; }

.site-info { 
	color: white; 
	font-family: "Libre Franklin", sans-serif;
	font-weight: 200; 
}

.site-info a { 
	color: white; 
	font-weight: 600; 
	text-decoration: none; 
}

.site-info a:hover { text-decoration: underline; }

/* END footer styles */ 
