/*
Theme Name: Seven Champions Molly Dancers
Author: Stephanie Boucher of Applegreen Websites
Author URI: https://www.applegreenwebsites.com
Description: Theme developed for 7Champs
Date started: March 2026, WP April 2026
Version: 1.0
*/




/*
	 font-family: Poppins, sans-serif;
	 font-family: Atma, system-ui;
*/

/*Reset info ===========================================================*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
		margin: 0;
		padding: 0;
		border: 0;
		font-size: 100%;
		font: inherit;
		vertical-align: baseline; }
	article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
		display: block; }
	body {
		line-height: 1; }
	ol, ul {
		list-style: none; }
	p, figcaption {
		margin: 1.2em 0; /* returns normal margins to <p>,Applegreen */
		line-height: 160%;
		} 
/* giving <ul> a margin of 0 in the <nav> element is essential for the drop-down menu to work, if there is one. */


/* general styles for tenterden np =======================================*/

* { /* needed for mobile nav  */
  box-sizing: border-box
}
html, body {
	height: 100%; /* this enables elements to be full browser window height if also given height: 100%; */
}

h1, h2, h3 {
	color: #222;
	font-family: Poppins, sans-serif;
	font-weight: 500;
}
h3 {
	text-align: left;
}

p, form label, table, .wp-caption-text, figcaption, #main li, pre {
	 color: #222;
	  font-family: Poppins, sans-serif;
	 line-height: 150%;
	 font-size: 110%;
}
p.large {
	font-size: 120%;
}

nav li a {
	  font-family: Poppins, sans-serif;
	 font-size: 100%;
	 text-decoration: none;
}

table {
	color: #000;
}
a {
	color: #222;
}
a:hover {
	text-decoration: none;
}
.bold, strong, b {
	font-weight: bold;
}
.italic, em, i {
	font-style: italic;
}
sup {
    vertical-align: super;
    font-size: smaller;
} 
sub {
	vertical-align: sub;
    font-size: smaller;
}
.center {
	text-align: center;
}
.clear {
		clear: both;
}
.offscreen { /* for skip navigation link */
	position:absolute;
	left:-10000px;
	top:auto;
	width:1px;
	height:1px;
	overflow:hidden;
}

/* mobile styles=========================================================*/

header {
	background: #e8e8e8;
	width: 100%;
	z-index: 100;
	height: 107px;
}
body#blog header {
	border-bottom: solid 1px #000;
}

.identity {
	 padding: 0;
	 margin: 5px 2%;
	 float: left;
	 max-width: 350px;
}
.identity img {
	width: 35%;
	float: left;
	margin-right: 2%;
}

p.site-title {
	 font-family: Poppins, sans-serif;
	color: #222;
	margin-bottom: 1px;
	margin-top: 0;
	line-height: 130%;
	font-size: 135%;
	font-weight: 600;
	transition: 0.5s;
}
p.site-title a {
	color: #222;
	text-decoration: none;
}
p.site-title a:hover {
	color: transparent;
	transition: 0.5s;
	font-weight: 600;
	-webkit-text-stroke: 1px #222;
}

p.site-description {
	font-family: Atma, system-ui;
	font-size: 110%;
	margin: 2px 0 0 0;
	padding-bottom: 4px;
	color: #222;
	line-height: 135%;
}

/* navigation ==================== */


.nav-container {
	background: transparent;
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
}

.primary-navigation {
  clear: both;
  margin: 0 auto;
  min-height: 40px;
  position: relative;
  background: transparent;
}
.primary-navigation a {
  padding: 15px 13px;
  color: #222;
  display: block;
  -webkit-transition: background-color 250ms ease;
  transition: background-color 250ms ease;
 font-size: 110%;
 text-transform: uppercase;
}

.primary-navigation .identity a {
	padding: 0;
}
.primary-navigation a:hover { /* top nav hover */
  background-color: #2d6e39;
  color: #fff;
   padding: 15px 13px;
   text-decoration: none;
}

/* the following two items are needed when the nav has a transparent bg, to cover over the main content when the hamburger is in use  */
ul.menu {
	background: #e7da7e; 
}
.primary-navigation.toggled-on {
	background: #61202a; 
	z-index: 100; /* needed with rolling images, so that drop-down comes in front of pictures */
}


nav .current-menu-item > a,
nav .current-menu-ancestor > a,
nav .current_page_item > a,
nav .current_page_ancestor > a {
	background-color: #2d6e39;
	color: #fff;
}

	body#home .home,
	body#details .details,
	body#bookings .bookings,
	body#arriving .arriving,
	body#about .about,
	body#blog .blog,
	body#single .blog,
	body#extra .extra /*  nonexistant page helps with navigation */
	nav li a { /* specify nav li a, not just a, so that only the top-level link remains highlighted if using a drop-down. Remove the classes on the drop-down menu links, but reinstate them for the mobile menu if doing the Brightside model */
		background-color: #2d6e39;
		color: #fff;
	}

.primary-navigation .screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  position: absolute !important;
  height: 1px;
  width: 1px;
}
button.menu-toggle { /* hamburger button */
  background-color: #2d6e39;
  border: 0;
  border-radius: 2px;
  color: #222 !important;
  font-size: 12px;
  font-weight: 700;
  padding: 10px 30px 11px;
  text-transform: uppercase;
  vertical-align: bottom;
}
.primary-navigation .menu-toggle {
  background-color: #2d6e39; /* hamburger background colour */
  color: #fff;
  border-radius: 0;
  cursor: pointer;
  height: 46px;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
  width: 46px;
  -webkit-transition: background-color 250ms ease;
  transition: background-color 250ms ease;
  outline: 0;
}
.primary-navigation .menu-toggle:hover {
  background-color: #8c0225; /* hamburger hover */
  color: #fff;
}
.primary-navigation .menu-toggle:before {
  color: #fff;
  content: "\2630";
  padding: 10px 16px 25px;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-size: 18px;
  text-decoration: inherit;
  vertical-align: text-bottom;
}
.primary-navigation .nav-menu  {
  display: none;
  width: calc(100% - 48px);
}
.primary-navigation .nav-menu  li.menu-item-has-children {
  transition: all 250ms ease;
  position: relative;
}
.primary-navigation .nav-menu  li.menu-item-has-children:before {
  content: '';
  display: block;
  color: red;
  background: url(https://sevenchampionsmollydancers.org/wp-content/uploads/drop-down-arrow.png) center no-repeat;
  position: absolute;
  width: 48px;
  height: 46px;
  line-height: 46px;
  transition: transform 250ms ease;
  top: 0;
  right: 0;
  background-color: #2d6e39;
  cursor: pointer;
}

.primary-navigation .nav-menu  li.menu-item-has-children.open:before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.primary-navigation .nav-menu  li.menu-item-has-children > a {
  width: calc(100% - 78px);
}
.primary-navigation .nav-menu  .sub-menu {
  display: none;
}
.primary-navigation .nav-menu  .sub-menu a { /* drop-down children */
  font-size: 100%;
  background-color: #8c0225; 
  padding: 15px 30px;
  color: #fff;
  text-transform: none; /* cancels uppercase further up */
}
.primary-navigation .nav-menu  .sub-menu a:hover { /*drop-down hover */
  background-color: #2d6e39;
	color: #fff;
}
.primary-navigation.toggled-on .menu-toggle {
  background-color: #3d3d3d;
}
/* end alternative navigation */ 


/* ==== home page video background ====*/

.hero {
	width: 100%;
	height: 100vh;
	background-image: linear-gradient(rgba(12,3,51,0.3),rgba(12,3,51,0.3));
	position: relative;
	padding: 0 5%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding-right: 4%;
	padding-left: 4%;
}
.content {
	text-align: center;
}
.content h1 {
	font-size: 400%;
	color: #fff;
	font-weight: 600;
	transition: 0.5s;
	margin-bottom: 20px;
}
@media screen and (min-width:600px) {
	.content h1 {
		font-size: 600%;
	}
}
.content h1:hover {
	-webkit-text-stroke: 2px #fff;
	color: transparent;
}
.content a {
	text-decoration: none;
	display: inline-block;
	color: #fff;
	font-size: 24px;
	border: 2px solid #fff;
	padding: 14px 70px;
	border-radius: 50px;
	margin: 20px;
	transition: 0.5s;
}
.content a:hover {
	background-color: #2d6e39;
}

.back-video {
	position: absolute;
	margin-left: auto;
	margin-right: auto;
	left: 50%;
	transform: translate(-50%);
	bottom: 0;
	z-index: -1;
}
/* this works for aspect ratio 16/9, will need to change for other aspect ratios */
@media (max-aspect-ratio: 16/9) {
	.back-video {
		width: auto;
		height: 100%;
	}
}

@media (min-aspect-ratio: 16/9) {
	.back-video {
		width: 100%;
		height: auto;
	}
}

/* ==== end of video section ====*/


/* page headers ================ */
.jumbotron {
  color: white;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 150px; /* matches height of .banner-container */
}
.banner-container {
	height: 150px;
	border-top: 1px solid #222;
	border-bottom: 1px solid #222;
}

body#team-history .jumbotron {
	 background-image: url(images/procession-backs.jpg);
}
body#about .jumbotron {
	 background-image: url(images/champs-lined-up-crop.jpg);
}


/* end inner page headers ==============*/

#main {
	
}


.home-content {
	padding: 10px 2%;
	max-width: 1000px;
	margin: 0 auto;
}
.blog-content {
	padding: 10px 2%;
	max-width: 1400px;
	margin: 0 auto;
}

h1 {
	font-size: 160%;
	margin-bottom: 10px;
	line-height: 135%;
	margin-top: 10px;
	text-align: center;
}
body:not(#home) h1 {
	text-align: left;
}

h2 {
	font-size: 160%;
	line-height: 140%;
	margin-top: 1.5em;
}
h2.entry-title a {
	color: #222;
	text-decoration: none;
}
h2.entry-title a:hover {
	color: #205696;
	text-decoration: underline;
}

.breadcrumbs {
	font-size: 90%;
	margin: 4px 0 0 0;
	letter-spacing: 0.01em;
}
.meta {
	font-size: 100%;
	margin: 0;
	letter-spacing: 0.01em;
	color: #828282;
}

#main ul,
#main ol {
	margin: 1.2em 0 1.2em 5%;
}
#main li {
	line-height: 145%;
	margin-bottom: 4px;
	font-size: 115%;
}
#main ul li::before {
  content: "\25A0"; /* square */ 
  color: #2d6e39;
 font-weight: bold;
  display: inline-block; 
  width: 1em;
  margin-left: -1.4em;
  
}
#main ol li {
	list-style-type: roman;
}

/* WP Galleries===================================================*/

.gallery-item {
	display: inline-block;
	text-align: left;
	vertical-align: top;
	margin: 0 0 1.5em;
	padding: 0 0.5em 0 0;
	width: 50%;
}

.gallery-columns-1 .gallery-item {
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-item a,
.gallery-item a:hover,
.gallery-item a:focus,
.widget-area .gallery-item a,
.widget-area .gallery-item a:hover,
.widget-area .gallery-item a:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
	background: none;
	display: inline-block;
	max-width: 100%;
}

.gallery-item a img {
	display: block;
	-webkit-transition: -webkit-filter 0.2s ease-in;
	transition: -webkit-filter 0.2s ease-in;
	transition: filter 0.2s ease-in;
	transition: filter 0.2s ease-in, -webkit-filter 0.2s ease-in;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.gallery-item a:hover img,
.gallery-item a:focus img {
	-webkit-filter: opacity(60%);
	filter: opacity(60%);
}

.gallery-caption {
	display: block;
	text-align: left;
	padding: 0 10px 0 0;
	margin-bottom: 0;
}

/* WP images ==================================================*/

img { /* removed video from this section because it interferes with the home page bg vid */
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

img.alignright,
img.alignleft,
img.aligncenter,
.alignright,
.alignleft,
.aligncenter { 
	width: 100%; /* prevents text riding up next to photo on very small screens */
}

/* WP block styles =====================================*/
.wp-caption { /* caption div can force image out of its container if not added here */
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}
.wp-block-image figcaption {
	font-style: italic;
	font-size: 100%;
}

.wp-block-table table {
	width: 100%;
}
.wp-block-table td, th {
	padding: 0.4375em;
	text-align: left;
}

.wp-block-table table, th, td {
	border-collapse: separate;
	border-spacing: 0;
	border-width: 1px 0 0 1px;
	margin: 0 0 1.75em;
	table-layout: fixed;
	word-wrap: break-word;
	border: solid 1px #d1d1d1;
}

.wp-container {
	display: flex;
	gap: 0.5em;
	flex-wrap: wrap;
	align-items: center;
	margin-bottom: 20px;
}
.wp-block-button__link {
	-webkit-transition: 400ms ease;
	transition: 400ms ease;
	background-color: #2d6e39;
	color: #fff;
	cursor: pointer;
	font-family: Atma, system-ui;
	font-weight: 600;
	display: inline-block;
	text-decoration: none;
	word-break: break-word;
	font-size: 1.2em;
	line-height: 120%;
	letter-spacing: 0.02em;
	padding: 14px 50px;
	border-radius: 50px;
}
.wp-block-button__link:hover {
	background-color: #8c0225;
	padding: 14px 60px;
	letter-spacing: 0.03em;
	-webkit-transition: 400ms ease;
	transition: 400ms ease;
}
a.wp-block-button__link:hover {
	text-decoration: none;
}

/* sidebar ================= */

h2.widget-title a {
	text-decoration: none;
}

h3.widget-title a:hover {
	text-decoration: underline;
}
.post-content {
	margin: 0 0 30px 0;
	border-bottom: solid 1px #d2d2d2;
}
.post-content:last-of-type {
	border-bottom: none;
	margin-bottom: 40px;
}

.page-content {
	  max-width: 1000px;
	  margin: 0 auto;
	  clear: both;
	  padding: 10px 2%;
  }

.sidebar {
	margin-top: 50px;
}
.widget {
	background: #f9f9f9;
	padding: 20px 5% 20px 5%;
	border: 1px solid #d2d2d2;
	margin-bottom: 30px;
	border-radius: 3px;
}
h3.widget-title {
	margin-bottom: 10px;
	font-size: 140%;
	font-family: Atma, system-ui;
	font-weight: 600 !important;
}
.widget p {
	font-size: 100%;
}
.widget-pic {
	border-radius: 2px;
}
.sidebar-image img {
	width: 100%;
}
#main .widget li {
	font-size: 90%;
}
#main .widget ul,
#main .widget ol {
	margin: 1.2em 0 1.2em 5% !important;
}
.featured-image {
	margin: 20px 0 0 0;
	width: 95%;
}

.featured-image img {
	width: 100%;
}
.post-summary {

}

/* === boxes ===================================*/

#category-container {
	margin: 10px auto;
	width: 100%;
	text-align: left;
}

.category-pic {
	width: 150px;
	height: 150px;
}

#category-container .category-buttons {
	display: inline-block;
	margin: 15px 0.5%;
	vertical-align: top;
	border-radius: 5px;
	vertical-align: top;
}
#category-container .category-buttons:hover {
	opacity: 0.9;
}



/* footer stuff ================================= */

footer {
	clear: both;
	background-color: #5b5b5b;
	min-height: 130px;
	padding-top: 15px;
	background-position: bottom;
}

.footer-text-container,
.footer-block-container {
	margin-left: auto;
	margin-right: auto;
	max-width: 1400px;
	padding: 4px 4% 10px 4%;
}
.footer-block-container {
	overflow-wrap: break-word; /* allows long words to break where necessary */
	text-align: left;
	padding-top: 20px;
	font-size: 100%;
	margin-bottom: 20px;
}

footer a,
footer p,
footer h3 {
	color: #fff;
	margin: 0;
	font-weight: 400 !important;
}
footer h3 {
	font-size: 160%;
	margin-bottom: 10px;
	line-height: 145%;
	font-family: Atma, system-ui;
	font-weight: 600 !important;
}
footer p {
	font-size: 100%;
	line-height: 145%;
}
footer a {
	text-decoration: none;
}
footer a:hover {
	text-decoration: underline;
}
footer li {
	line-height: 145%;
	font-family: Poppins, sans-serif;
	margin-bottom: 4px;
}
.footer-block {
	padding-bottom: 20px;
}

.footer-block-container img {
	max-width: 100%;
}
.stripes {
	background-color: #e7df7c;
	border-bottom: 10px solid #2d6e39;
	border-top: 10px solid #8c0225;
	min-height: 12px;
}

/*================ media queries for larger screen sizes====*/

@media screen and (min-width:450px) {
	header {
		height: 123px;
	}
	.identity {
		 padding: 0;
		 margin: 5px 2%;
		
	}
	.identity img {
		width: 35%;
		margin-right: 3%;
		padding-top: 8px;
	}

	p.site-title {
		font-size: 130%;
	}

	p.site-description {
		font-size: 130%;
		margin: 6px 0 0 0;
	}
}

@media screen and (min-width:500px) {
	header {
		height: 148px;
	}
	.identity {
		padding: 0;
		margin: 2px 2%;
		max-width: none;
	}
	.identity img {
		width: 38%;
		margin-right: 4%;
		padding-top: 8px;
	}

	p.site-title {
		margin-bottom: 2px;
		margin-top: 6px;
		line-height: 125%;
		font-size: 155%;
	}

	p.site-description {
		margin: 6px 0 0 0;
	}
	
	h1 {
		font-size: 180%;
		margin-top: 15px;
		line-height: 140%;
	}
	h2 {
		font-size: 170%;
	}
	
	 /* Gallery */
	
	img.alignright,
	img.alignleft,
	img.aligncenter,
	.alignright,
	.alignleft,
	.aligncenter {
		display: block; 
		margin: 20px auto;
		width: auto;
	}
}

@media screen and (min-width:600px) {
	header {
		height: 160px;
	}
	.identity {
	 padding: 0;
	 margin: 5px 2% -4px 2%;
	 min-width: 450px;
	}
	.identity img {
		width: 35%;
		margin-right: 4%;
		padding-top: 8px;
	}

	p.site-title {
		margin-bottom: 4px;
		margin-top: 8px;
		line-height: 130%;
		font-size: 170%;
	}

	p.site-description {
		font-size: 140%;
		margin: 6px 0 0 0;
	}
	body#single .jumbotron {
		 height: 170px;
	}
	body#single .banner-container {
		height: 170px;
	}
	p, form label, table, .wp-caption-text, figcaption, #main li, pre {
		line-height: 155%;
		font-size: 115%;
	}
	
	#category-container {
		margin-top: 20px;
		width: 100%;
	}

	#category-container .footer-category-buttons {
		width: 47%;
		margin: 20px 1%;
		display: inline-block;
		vertical-align: top;
	}
	
	h1 {
		font-size: 190%;
	}
	h2 {
		font-size: 180%;
	}
	.post-content-container	{
		float: left;
		width: 63%;
		margin-right: 6%;
	}
	.sidebar {
		margin-top: 140px;
	}

	.sidebar {
		float: left;
		width: 30%;
		padding-left: 2%;
	}
	.widget-pic {
		width: 100%;
	}
	h3.widget-title {
		font-size: 150%;
	}
	
	footer hr {
		margin-top: 30px;
	}
	
			/* Gallery Columns */

	.gallery-item {
		max-width: 25%;
	}

	.gallery-columns-1 .gallery-item {
		max-width: 100%;
	}

	.gallery-columns-2 .gallery-item {
		max-width: 50%;
	}

	.gallery-columns-3 .gallery-item {
		max-width: 33.33%;
	}

	.gallery-columns-4 .gallery-item {
		max-width: 25%;
	}
}

@media screen and (min-width:750px) {
	header {
		height: 195px;
	}
	.identity {
		 padding: 0;
		 margin-bottom: -7px;
		 min-width: 700px;
	}
	.identity img {
		width: auto;
		margin-right: 2%;
		padding-top: 6px;
	}

	p.site-title {
		margin-bottom: 2px;
		margin-top: 40px;
		line-height: 130%;
		font-size: 190%;
	}

	p.site-description {
		font-size: 155%;
		margin: 6px 0 0 0;
	}
	#main {
		
	}
	
	h1.home-title {
		text-align: left;
	}
	
	blockquote.testimonial h2 {
		font-size: 138%;
		line-height: 150%;
	}
	
	.wp-block-button__link {
		font-size: 1.3em;
		line-height: 120%;
	}

	.jumbotron,
	.banner-container {
		height: 200px;
	}
	
	body.page-template-page-progression #main {
		background-image: url(https://sevenchampionsmollydancers.org/wp-content/uploads/progression-crop-750.jpg);
		background-repeat: no-repeat;
		background-position: bottom center;
		padding-bottom: 380px;
	}
	
	#trustees-table .trustees {
		margin: 20px 2%;
		width: 29%;
	}
	.trustees p,
	.trustees figcaption {
		padding-right: 5%;
		padding-left: 5%;
	}
	
	
	.footer-block {
		float: left;
		width: 45%;
		margin-right: 5%;
		margin-bottom: 5px;
	}
	.footer-block:last-of-type {
		margin-right: 0;
	}
	.footer-block:last-of-type p,
	.footer-block:last-of-type h3 {
		text-align: right;
	}
	
}


@media screen and (min-width:1000px) { /* navigation changes */

	header {
		height: 195px;
	}
	.identity {
		 padding: 0;
		 min-width: 800px;
	}
	.identity img {
		width: auto;
		margin-right: 2%;
		padding-top: 6px;
	}

	p.site-title {
		margin-bottom: 2px;
		margin-top: 40px;
		line-height: 130%;
		font-size: 190%;
	}

	p.site-description {
		font-size: 165%;
		margin: 8px 0 0 0;
	}
	
   /* alternative nav */
   .menu-toggle {
    display: none;
  }
	 body#home .primary-navigation a { /* for websites with a splash page */
		color: #fff;
	}
  .nav-container {
		width: 68%;
	}
  
	.nav-menu  {
		text-align: right;
		float: right; /* lines nav up with right margin */
		padding-right: 5px;
	} 
	
	ul.menu {
		background: transparent;
	}
	ul.sub-menu {
		text-align: left;
	}
  

  .primary-navigation .nav-menu  {
    display: block !important;
  }

    .primary-navigation .nav-menu ul:not(.sub-menu) > li { 
    display: inline-block;
	 margin-right: -5px; /* this cancels a spacing between the tab elements */
  }
  .primary-navigation .nav-menu ul:not(.sub-menu) > li a {
	 padding: 30px 12px 18px 12px;
	 font-size: 110%;
  }
  .primary-navigation .nav-menu  li.menu-item-has-children > a {
    width: auto;
  }
 
	 .primary-navigation .nav-menu ul.sub-menu > li a { 
	  padding-top: 18px; /* cancels extra high padding */
	  border-top: 1px solid #fff;
  }
	
   
   nav .menu-item-has-children a::after { /* adds a chevron to top menu items with drop-downs */
		border-style: solid;
		border-width: 0 0 0.15em 0.15em;
		content: '';
		display: inline-block;
		height: 0.4em;
		width: 0.4em;
		left: 0.5em;
		position: relative;
		top: 0.3em;
		transform: rotate(-45deg);
		vertical-align: top;
		/* can't apply a text-shadow to a border element. Use genericons, see code above, if it really matters */
	}	 
	
	nav .menu-item-has-children li a::after { /* cancels chevron from actual drop-down items */
		border-style: none;
	}
	/* NOTE: sometimes the chevron code makes the navigation jump about. Remove if it's a problem */
  
  
  .primary-navigation .nav-menu  li.menu-item-has-children:before {
    display: none;
  }
  .primary-navigation .nav-menu  li.menu-item-has-children:hover .sub-menu {
    position: absolute;
    display: block;
   z-index: 99;
    min-width: 100px;
	font-size: 95%;
  }
  .primary-navigation .nav-menu  li.menu-item-has-children:hover .sub-menu a {
    white-space: nowrap;
  }
  
    /* ==== end nav ===========================*/
  
  	.jumbotron,
	.banner-container {
		height: 230px;
	}
  
	h1 {
		margin-top: 20px;
		line-height: 145%;
		font-size: 210%;
	}

	h2.entry-title {
		font-size: 170%;
	}
	
	.featured-image img {
		width: auto;
		max-width: 90%;
	}

	.pic-small {
		width: 30%;
	}
	
	/* Gallery Columns */

	.gallery-columns-5 .gallery-item {
		max-width: 20%;
	}
	.gallery-columns-6 .gallery-item {
		max-width: 17%;
	}
	.gallery-columns-7 .gallery-item {
		max-width: 14.28%;
	}
	.gallery-columns-8 .gallery-item {
		max-width: 12.5%;
	}
	.gallery-columns-9 .gallery-item {
		max-width: 11.11%;
	}
	
	/* images */
	
	img.alignright { float: right; margin: 0 0 0.5em 30px; }
	img.alignleft { float: left; margin: 0 2em 1em 0; }
	img.aligncenter { display: block; margin-left: auto; margin-right: auto; }
	.alignright { float: right; margin: 0 0 0.5em 30px;}
	.alignleft { float: left; }
	.aligncenter { display: block; margin-left: auto; margin-right: auto; }

}

@media screen and (min-width: 1100px) {
	header {
		height: 195px;
	}
	.identity {
		 padding: 0;
		 min-width: 800px;
	}
	.identity img {
		width: auto;
		margin-right: 2%;
		padding-top: 6px;
	}

	p.site-title {
		margin-bottom: 2px;
		margin-top: 40px;
		line-height: 130%;
		font-size: 200%;
	}

	p.site-description {
		font-size: 170%;
		margin: 6px 0 0 0;
	}
	.primary-navigation .nav-menu ul:not(.sub-menu) > li a {
		 padding-left: 22px;
		 padding-right: 22px;
	  }
}

@media screen and (min-width: 1400px) {

	h1.home-title {
		padding-top: 10px;
	}
	.primary-navigation .nav-menu ul:not(.sub-menu) > li a {
		 padding-left: 25px;
		 padding-right: 25px;
	  }

	
}

@media screen and (min-width: 1410px) {
	header {
		padding-left: 5%;
		padding-right: 5%;
	}
	
	 .text {
		font-size: 260%;
		min-width: 900px;
	}


	.identity {
		padding-left: 0;
		margin-left: 0;
	}
	.home-content {
		padding-left: 0;
		padding-right: 0;
	}
	.post-page {
		padding: 0 4%;
	}

}

@media screen and (min-width: 1410px) {
	.identity {
		max-width: 700px;
	}

}