/*
Theme Name: Capitol Hill Theme 2024
Theme URI: https://maxkukoy.com/
Description: A minimalist WordPress template theme built with HTML 5.
Version: 1.17
Author: Max Kukoy
Author URI: http://maxwebworks.com/
*/

/* RESET CSS */

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;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}
body {
  font-weight: 400;
  line-height: 1.6;
  font-size: 1.8rem;
}
img {
	max-width: 100%;
	height: auto;
}
/* =WordPress Core
-------------------------------------------------------------- */
section article section img {
	border: 1px solid #333;
	}
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 1.1rem;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* == BASICS == */

header, footer, section, article, aside, nav {
	display: block;
	}
body {
	margin: 0 auto;
	width: 100%;
	background: #fff;
	color: #333;
	font-family: 'Open Sans', arial, sans-serif;
	}
#topwrap {
	background: #fff url('images/bluetopbar.png') top left repeat-x;
	}
#navwrap {
	background: #fff;
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
	margin: 0;
	padding: 0 20px;
	}
.outerwrapper {
	padding: 0 20px;
	position: relative;
	background: #fff;
	clear: both;
	position: relative;
	}
.outercolwrapper {
	padding: 0 20px;
	background: #fff;
	border: 1px solid red;
	}

	.maincontent .wrapper896,
	.single .wrapper896,
	.page .wrapper896,
.frontpage .wrapper896 {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
}
.single .wrapper896 {
	justify-content: center;
}
.single .wrapper896 .maincol {
	width: auto;
}
#topwrap .wrapper896 {
	display: block;

}
.wrapper896 {
/*	width: 896px; */
	max-width: 1200px;
	margin: 0 auto;
	}
.wrapper1032{
	width: 1032px;
	margin: 0 auto;
	}
header#tophd {
	height: auto;
	background: transparent;
	position: relative;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: flex-start;
	column-gap: 25px;
	}
	#tophd a {
		display: block;
	}
	#tophd img {
		display: block;
	}
.colwrapper {
	width: 896px;
	margin: 0 auto;
	clear: both;
	}
.nationaltrust {
	margin-top: 45px;
	}
/* == ELEMENTS == */

/* == PRIMARY NAVIGATION == */

nav.topnav {
	font-family: 'Rokkitt', serif;
	font-weight: 400;
	font-size: 1.8rem;
	width: 100%;
	}
nav.topnav ul {
	margin: 0;
	padding: 0;
	list-style: none outside;
	display: flex;
	flex-direction: row;
	justify-content: space-between;

	}
nav.topnav ul li {
	padding: 0px 0 0px 0;
	margin: 0;
	}
nav.topnav ul li a:link, nav.topnav ul li a:visited {
	padding: 10px 8px 6px 8px;
	text-decoration: none;
	color: #333;
	border: 0px solid red;
	font-weight: normal;
	display: block;
	transition: color .2s ;
	}
nav.topnav ul li a:hover {
	color: #923f07;
	color: #eb6307;
	}
nav.topnav ul li.current-menu-item a:link,
nav.topnav ul li.current-menu-item a:visited,
nav.topnav ul li.current-page-ancestor a:link,
nav.topnav ul li.current-page-ancestor a:visited
 {
	color: #eb6307;
}
nav.topnav ul li:first-child a {
	padding-left: 0;
	}

nav.topnav ul.sub-menu {
	display: none;
	width: auto;
	position: absolute;
	border-bottom: 2px solid #333;
	border-left: 1px solid #333;
	border-right: 1px solid #333;
	background: rgba(255, 255, 255, 0.95);
	margin-left: 0;
	z-index: 10;
	}


nav.topnav ul.sub-menu li {
	display: block;
	float: none;
	text-align: left;
	padding: 0px;
	margin: 0;
	}
nav.topnav ul.sub-menu li:first-child a {
	padding-left: 8px;
	}
nav.topnav ul.sub-menu li a:link, nav.topnav ul.sub-menu li a:visited {
	padding: 5px 8px 3px 8px;
	text-decoration: none;
	color: #333;
	border: 0px solid red;
	font-weight: normal;
	display: block;
	border-bottom: 1px solid #ccc;
	}
nav.topnav ul.sub-menu li a:hover {
	color: #eb6307;
	}
nav.topnav a:link,
nav.topnav a:visited {
	cursor: pointer;
	display: block;
}
nav.topnav ul.sub-menu ul.sub-menu {
	position: relative;
	border: 0;

}
nav.topnav ul.sub-menu ul.sub-menu li a {
	padding-left: 20px;
}

nav.topnav ul.menu > li:nth-child(1n+7) {
	display: none;
}
.maincol {
	width: 620px;
	width: 70%;
	margin:20px 12px 0 0;
	padding: 0;
	}
.wrapper1032 .maincol {
	width: 756px;
	}
.home .maincol {
	width: 436px;
	width: auto;
	}
.rightcol {
		width: 252px;
		width: 27%;
		margin: 46px 0 0 12px;
		padding: 0;
	}
.rightcol a:link, .rightcol a:visited {
	text-decoration: none;
	color: #00315c;
	}
.rightcol a:hover {
	color: #eb6307;
	}
.rightcol {
	font-size: 1.4rem;
	}
.home .rightcol {
	width: 436px;
	}
.btbmap a:link, .btbmap a:visited {
	color: #e05c05;
	text-decoration: underline;
	font-weight: bold;
	}
.btbmap a:hover {
	color: #eb6307;
}
.btbmap h2 {
	padding-top: 15px;
	}
.btbmap ul {
	-moz-column-count:2; /* Firefox */
	-webkit-column-count:2; /* Safari and Chrome */
	column-count:2;
	-moz-column-gap:5px; /* Firefox */
	-webkit-column-gap:5px; /* Safari and Chrome */
	column-gap:5px;
	-moz-column-width: 75px;
	-webkit-column-width:75px;
	column-width:75px;
	margin-left: 5px;
}
.btbmap ul li {
	padding-top: .25em;
	padding-bottom: .25em;
	list-style-position: inside;
	}
.btblinkbutton {
	margin: 0 0 20px 0;
	padding: 5px 20px;
	border: 1px solid #000;
	background: #efefef;
	text-align: center;
	border-radius: 5px;
	}
/* Photo Rotation Styles */
div.photorotation {
	width: 434px;
	height: 320px;
	display: block;
	position: relative;
	z-index: 1;
	}
div.photorotation ul {
	margin: 0;
	padding: 0;
	list-style: none outside;
	}
div.photorotation ul li {
	display: none;
	margin: 0;
	padding: 0;
	list-style: none outside;
	}
div.photorotation li img {
	border: 1px solid #333;
	}
span.caption {
	display: block;
	text-align: right;
	font-size: 1.4rem;
	font-family: 'Rokkitt', serif;
	}
/* Button Navigation Stylin */
nav.buttonnav {
	font-family: 'Rokkitt', serif;
	letter-spacing: 1px;
	font-size: 2.0rem;
	color: #fff;
	margin-top: 20px;
	}
.home nav.buttonnav {
	font-size: 2.0rem;
	}
.home nav.buttonnav ul li.menu-item-13 {
	font-size: 2.0rem;
	}
nav.buttonnav ul li.menu-item-13  {
	font-size: 2.0rem;
	padding-top: 10px;
	padding: 0px 15px 0;
	}
nav.buttonnav ul li.menu-item-13 a  {
	padding-right: 15px;
	padding-left: 15px;
	margin-left: -15px;
	}

nav.buttonnav ul {
	margin: 0;
	padding: 0;
	}
nav.buttonnav ul li {
	margin: 10px 0;
	padding: 0;
	}
nav.buttonnav ul li a:link, nav.buttonnav ul li a:visited{
	display: inline-block;
	padding-top: 10px;
	padding-bottom: 10px;
	width: calc(100% - 20px);
	border: 1px solid #944007;
	color: #fff;
	text-decoration: none;
	line-height: 1;
	text-align: center;
	text-shadow: 1px 1px 2px #632a03;
	-moz-box-shadow:    1px 2px 4px  #a3a3a3;
	-webkit-box-shadow: 1px 2px 4px  #a3a3a3;
  	box-shadow:         1px 2px 4px  #a3a3a3;
  /* fallback */
  background-color: #1a82f7;
  /* Safari 4-5, Chrome 1-9 */
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f76a0a), to(#bc4d04));
  /* Safari 5.1, Chrome 10+ */
  background: -webkit-linear-gradient(top, #f76a0a, #bc4d04);
  /* Firefox 3.6+ */
  background: -moz-linear-gradient(top, #f76a0a, #bc4d04);
  /* IE 10 */
  background: -ms-linear-gradient(top, #f76a0a, #bc4d04);
  /* Opera 11.10+ */
  background: -o-linear-gradient(top, #f76a0a, #bc4d04);
  	}

nav.buttonnav ul li.menu-item-14 a:link, nav.buttonnav ul li.menu-item-14 a:visited{
	border: 2px solid #eb6307;
/*	background: #d85b06 url('images/newsletterbutton_bg.png') top left repeat-x;*/
	text-shadow: 1px 1px 2px #632a03;
  	}
nav.buttonnav ul li.menu-item-982 a:link, nav.buttonnav ul li.menu-item-982 a:visited{
	border: 2px solid #339ffb;
	text-shadow: 1px 1px 2px #022645;
  /* fallback */
  background-color: #1a82f7;
  /* Safari 4-5, Chrome 1-9 */
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#0471d0), to(#034782));
  /* Safari 5.1, Chrome 10+ */
  background: -webkit-linear-gradient(top, #0471d0, #034782);
  /* Firefox 3.6+ */
  background: -moz-linear-gradient(top, #0471d0, #034782);
  /* IE 10 */
  background: -ms-linear-gradient(top, #0471d0, #034782);
  /* Opera 11.10+ */
  background: -o-linear-gradient(top, #0471d0, #034782);
  	}

nav.buttonnav ul li.menu-item-13 a:link, nav.buttonnav ul li.menu-item-13 a:visited{
	border: 2px solid #fcc307;
	text-shadow: 1px 1px 2px #8a6a02;
  /* fallback */
  background-color: #1a82f7;
  /* Safari 4-5, Chrome 1-9 */
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f9c009), to(#d1a104));
  /* Safari 5.1, Chrome 10+ */
  background: -webkit-linear-gradient(top, #f9c009, #d1a104);
  /* Firefox 3.6+ */
  background: -moz-linear-gradient(top, #f9c009, #d1a104);
  /* IE 10 */
  background: -ms-linear-gradient(top, #f9c009, #d1a104);
  /* Opera 11.10+ */
  background: -o-linear-gradient(top, #f9c009, #d1a104);
  	}
/* a place for misc. styles */

nav.buttonnav ul li.menu-item-13 a:hover {	border: 2px solid #916f02; }
nav.buttonnav ul li.menu-item-14 a:hover {	border: 2px solid #702f03; }
nav.buttonnav ul li.menu-item-982 a:hover {	border: 2px solid #153149; }

section article header h1, .rightcol h1.rightcolhd {
	font-family: 'Rokkitt', serif;
	font-size: 2.6rem;
	line-height: 1.1em;
	border-bottom: 1px solid #28558e;
	padding: 0 0 0 0;
	margin: 0;
	color: #28558e;
	}
.rightcol h1.rightcolhd {
	color: transparent;
	display: block;
	}
.rightcol h3 {
	font-size: 2.2rem;
	padding-top: 18px;
	color: #d8b42f;
	font-family: 'Rokkitt', serif;
	letter-spacing: 1px;
	text-shadow: 1px 1px 1px #eee;
	}
section article:first-child header h1 {
	margin-top: 0;
	}
section article header h1 a:link {
	color: #28558e;
	text-decoration: none;
	}
section article header h1 a:visited {
	color: #3b5e8a;
	}
section article header h1 a:hover {
	color: #eb6307;
	}
section article header p {
/* this is for posted date of blog posts */
	font-family: 'Noto Serif', sans-serif;
	font-size: 1.1rem;
	margin-top: 2px;
	}
section article section {
	margin: .5em 0;
	padding: 0;
	color: #333333;
	}
article section::after {
	content: " ";
	display: block;
	clear: both;
	position: relative;
}
section article section p {
	margin: .25em 0;
	padding: .25em 0;
	color: #333333;
	font-family: 'Open Sans', arial, verdana, sans-serif;
	font-weight: normal;
	}
section article footer {
	margin: .5em 0 1em 0;
	padding: 0px 10px;
	font-family: 'Open Sans', arial, verdana, sans-serif;
	font-weight: normal;
	background: #e2e4e7;
	border: 1px solid #c2c3c4;
	clear: both;
	font-size: 1.2rem;
	}
section article footer p {
	font-size: 1.2rem;
	text-align: left;
}
/*section article footer ul.postpdfs {
	columns:100px 2;
	-webkit-columns:100px 2;
	-moz-columns:100px 2;
	} */
.page-id-9 .docarea {
	display: none;
	}
ul.eventlist {
	list-style: disc outside;
	color: #f0d584
	}
ul.eventlist li {
	padding: .3em 0;
	line-height: 1.2em;
	}
footer.mainft a:link {
	color: #00315c;
	}
footer.mainft  a:visited {
	color: #2b4b6c;
	color: #15578e;
	}
footer.mainft  a:hover {
	color: #eb6307;
	}
span.eventdate {
	display: block;
	font-weight: bold;
	}
p.eventdate {
	font-size: 1.3rem;
	color: #28558e;
	}

footer.mainft {
	padding: 10px 0 0 0;
	margin: 10px 0 25px 0;
	border-top: 1px solid #dbdbdb;
	font-size: 1.3rem;
	color: #333;
	}
footer p {
	margin-bottom: 10px;
	text-align: center;
	clear: both;
	}
footer .col {
	float: left;
	width: 298px;
	border: 0px solid red;
	}
footer .col h3 {
	color: #9d4307;
	font-weight: bold;
	margin: 0;
	padding: 0;
	font-size: 1.4rem;
	border: 0;
	}
/* == THE BASICS, P LI, STRONG, LINKS == */
p {
	margin: .25em 0;
	padding: .25em 0;
	font-size: 1.6rem;
	line-height: 1.6em;
	}
.maincol table {
	margin: 1em 0;
	border: 1px solid #efefef;
	width: 100%;
	}
.maincol td {
	padding: .25em 10px;
	font-size: 1.3rem;
	line-height: 1.6em;
	border-bottom: 1px solid #efefef;
	border-left: 1px solid #efefef;
}
strong {
	font-weight: 700;
	}
em {
	font-style: italic;
	}
a:link, a:visited {
	color: #e05c05;
	text-decoration: underline;
	font-weight: bold;
	}
a:hover {
	color: #eb6307;
}
h2 {
	font-size: 1.8rem;
	font-weight: 600;
	padding: .5em 0;
	clear: both;
	color: #508cc8;
	}
h3 {
	font-size: 1.5rem;
	font-weight: 600;
	border-top: 1px solid #c2c3c4;
	padding-top: .5em;
	clear: both;
	color: #917103;
	}
h3:first-child {
	border-top: 0;
	}
ul {
	list-style: disc outside;
	margin: .5em 10px .5em 25px;
	padding: 0;
	}
ol {
	list-style: decimal outside;
	margin: .5em 10px .5em 25px;
	padding: 0;
	}
.maincol ul li {
	padding: .25em 0;
	margin: 0;
	font-size: 1.3rem;
	line-height: 1.4em;
	}
ol li {
	padding: .25em 0;
	margin: 0;
	font-size: 1.3rem;
	line-height: 1.4em;
	}
ol li ol li {
	list-style: lower-alpha outside;
	}
ol li ol li ol li {
	list-style: decimal outside;
	}
/* == ALL YOUR CODE ARE BELONG TO POETRY == */

/* == SECONDARY NAVIGATION AND CATEGORY NAVIGATION == */

nav.secondarynav ul {
	list-style: disc outside;
	margin: .5em 10px .5em 20px;
	padding: 0;
	}
nav.secondarynav ul li {
	margin-left: 1px;
	padding: .3em 0 .3em 0px;
	list-style: disc outside;
	color: #00315c;
	font-family: 'Open Sans', arial, sans-serif;
	font-size: 1.5rem;
	}
nav.secondarynav ul li ul {
	margin-left: 50px;
	}
nav.category ul li:first-child {
	padding: .3em 0;
	list-style: disc outside;
	font-weight: bold;
	}
nav.secondarynav ul li:first-child a {
	font-weight: 600;
	}
nav.secondarynav ul ul li:first-child a {
	font-weight: 400;
	}
nav.secondarynav a:link, nav.secondarynav a:visited {
	color: #00315c;
	display: block;
	padding-left: 0px;
	font-weight: 400;
	}
nav.secondarynav a:hover {
	color: #eb6307;
	}

nav.secondarynav li.current_page_item a {
	color: #eb6307;
	}
nav.secondarynav li.current_page_item  li a {
	color: #00315c;
	}
nav.secondarynav li.current_page_item  li a:hover {
	color: #eb6307;
	}
nav.secondarynav ul.children  {
	margin: 5px 0 0 10px;
	padding: 0;
	}
nav.secondarynav ul.children li {
	margin: 0;
	padding: 0;
	}
nav.secondarynav ul.rightcolpagenav  ul.children li a {
	font-weight: 400;
	}
nav.categorynav ul {
	list-style: disc outside;
	margin: .5em 10px .5em 20px;
	padding: 0;
	}
nav.categorynav ul li {
	margin-left: 1px;
	padding: .3em 0 .3em 0px;
	list-style: disc outside;
	color: #00315c;
	font-family: 'Open Sans', arial, sans-serif;
	font-size: 1.5rem;
	}
nav.categorynav ul li ul {
	margin-left: 10px;
	}
nav.category ul li:first-child {
	padding: .3em 0;
	list-style: disc outside;
	}
nav.categorynav ul li.cattitle a {
	font-weight: 600;
	}
nav.categorynav ul li.cattitle li a {
	font-weight: 400;
	}
nav.categorynav a:link, nav.categorynav a:visited {
	color: #00315c;
	display: block;
	padding-left: 0px;
	font-weight: 400;
	}
nav.categorynav a:hover,
nav.categorynav li.current-cat a {
	color: #eb6307;
	}
nav.categorynav li.current_page_item a {
	color: #eb6307;
	}
nav.categorynav li.current_page_item  li a {
	color: #00315c;
	}
nav.categorynav li.current_page_item  li a:hover {
	color: #eb6307;
	}
nav.categorynav ul.children  {
	margin: 5px 0 0 10px;
	padding: 0;
	}
nav.categorynav ul.children li {
	margin: 0;
	padding: 0;
	}


h2.widgettitle {
	display: none;
	}
.rightcol aside ul {
	list-style: disc outside;
	margin: .5em 10px .5em 0px;
	padding: 0;
	}
.rightcol aside ul li {
	list-style: none outside;
	margin-left: 1px;
	padding: .3em 0;
	list-style: none outside;
	color: #00315c;
}
.rightcol ul.children {
	margin-left: 15px;
	}
/* FORM MODIFICATION STYLES */

#input_1_3_5_container, #input_2_3_5_container {
	clear: both;
	}
.fblink {
	margin-top:10px;
	border: 0px solid red;
	display: block;
	}
article#post-732 ul {
	list-style: disc outside;
	margin-left: 0px;
	columns:100px 2;
	-webkit-columns:100px 2; /* Safari and Chrome */
	-moz-columns:100px 2; /* Firefox */
	}
article#post-732 ul li {
	list-style: disc outside;
	margin-left: 25px;
	}

	a.burger {
	  display: none;
	  position: absolute;
	  top: 12px;
	  left: 20px;
	  width: 25px;
	  height: 25px;
	  cursor: pointer;
	  z-index: 100;
	  padding: 0!important;
	}
	.burger:hover {
	  background: transparent!important;
	}
	.burger span {
	  display: block;
	  height: 2px;
	  background: #000;
	  width: 100%;
	  position: absolute;
	  left: 0;
	}
	.burger span.lettuce {
	  top:0;
	  background: #000;
	  transition: all .3s linear;
	}
	.burger span.cheese {
	  top: calc(50% - 1px);
	  background: #000;
	  transition: transform .3s ease-in;
	}
	.burger span.patty {
	  bottom:0px;
	  background: #000;
	  transition: all .3s linear;
	}

	.burger.grillin > span.cheese {
	  transform: translateX(-200px);
	}
	.burger.grillin > span.lettuce {
	  transform: rotate(45deg);
	  top: 10px;
	}
	.burger.grillin > span.patty {
	  transform: rotate(-45deg);
	  top: 10px;
	}

@media only screen and (min-width: 1025px) {

	nav.topnav ul.menu li:hover > ul.sub-menu .sub-menu,
	nav.topnav ul.menu li:hover > ul.sub-menu {
		display: block;
	}
}

@media only screen and (max-width: 1024px) {

		.maincontent .wrapper896,
		.single .wrapper896,
		.page .wrapper896,
		.frontpage .wrapper896 {
			flex-wrap: wrap;
			justify-content: flex-start;
		}

		.maincol,
		.home .maincol {
				width: 100%;
			}
		.home .rightcol {
			margin: 0 auto;
		}
		.rightcol {
			max-width: 436px;
			width: auto;
			margin: 0 auto;
		}
		a.burger {
			display: block;
		}

		nav.topnav {
				position: absolute;
				width: 100%;
				margin: 0;
				padding: 0;
				background: #fff;
				z-index: 10;
				transition: all .3s linear;
		}
		#navwrap {
			height: 50px;
		}
		nav.topnav.showmenu {
			left: 0;
			top: 50px;
		}
		nav.topnav  {
			border-bottom: 2px solid #000;
			left: -100%;
		}
		nav.topnav ul {
			flex-direction: column;
		}
		nav.topnav ul li:first-child a {
			padding-left: 8px;
		}
		nav.topnav ul li a:link,
		nav.topnav ul li a:visited {
			padding-left: 25px;
		}
		nav.topnav ul li.menu-item-has-children > a span {
			text-align: center;
			display: inline-block;
			position: absolute;
			right: 25px;
			width: 20px;
			height: 20px;
			color: #000;
		}
		nav.topnav ul li.menu-item-has-children > a span::after {
			content: "+";
			color: #000;
			transition: all .2s linear;
			border: 1px solid #fff;
			display: block;
			position: absolute;
			font-size: 2.4rem;
		}
		nav.topnav ul ul li.menu-item-has-children > a span {
			display: none;
		}
		nav.topnav ul li.menu-item-has-children > a span.open::after {
			transform: rotate(45deg);
		}
		nav.topnav ul ul {
			display: block;
			position: relative;
		}
		nav.topnav ul.sub-menu {
			display: none;
			width: auto;
			position: relative;
			border-bottom: 0px solid #333;
			border-left: 0px solid #333;
			border-right: 0px solid #333;
			background: rgba(255, 255, 255, 0.95);
			z-index: 10;
			padding-left: 30px;
			}
			nav.topnav ul.sub-menu.showme ul.sub-menu {
				display: block;
			}
			nav.topnav ul.menu > li:nth-child(1n+7) {
				display: block;
			}

	}

@media only screen and (max-width: 767px) {
		.buildingpic {
			display: none;
		}
		div.photorotation {
			width: auto;
			height: auto;

			}
			nav.topnav ul.menu li:hover > ul.sub-menu .sub-menu,
			nav.topnav ul.menu li:hover > ul.sub-menu {
				display: none;
			}
			nav.topnav ul.menu li:hover > ul.sub-menu.showme .sub-menu {
				display: block;
			}
}

@media only screen and (max-width: 599px) {

			.alignright,
			.alignleft,
			.aligncenter.
			div.aligncenter {
				float: none;
			    display: block;
			    margin: 1rem 0;
			}

			a img.alignright,
			a img.alignnone,
			a img.alignleft,
			a img.aligncenter {
				float: none;
			    display: block;
					margin: 1rem 0;
			}
			.socialmedia {
				display: flex;
				flex-direction: row;
				justify-content: center;
				column-gap: 10px;
			}
	}
