/* RESET
------------------------------------------------------------------------------------*/
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; outline: 0; font-size: 100%; vertical-align: baseline; max-width: 100%;}
.container, iframe { max-width: 100%;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block;}
html, body	{ height:100%; }
a img,:link img,:visited img { border:none }
:focus { outline: 0; }
a, a:hover  { text-decoration:none;} 
a, a:active, a:visited {outline: 0 !important; } /* Firefox */
table { border-collapse: collapse; border-spacing: 0; }
html { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
*, *:before, *:after {  -webkit-box-sizing: inherit; -moz-box-sizing: inherit; box-sizing: inherit; }
.clearFloat::before, .clearFloat::after { display:table; content:"";}
.clearFloat::after	{ clear:both; }
img	{ max-width: 100%; height: auto; width: auto9; /* ie8 */ }

/*BS breakpoints: 500 - 768/769 - 992 - 1200 w side-pad 15px
/*font-size: 1.5vw;*/


/* PALETTE - VARIABLES
------------------------------------------------------------------------------------*/
:root {
	--color-text: #666;
	--color-background: WHITE;
	--a:color: #333;
	--a-hover: BLACK;
	--font-headers: bold 'Open Sans', sans-serif;
	--font-nav: normal 1.1rem/1.4rem 'Open Sans', sans-serif;
	--font-text: normal 1rem/1.4rem 'Open Sans', sans-serif;
}

/* PALETTE 
====================================================== */
body {
	color: #666;
    background: WHITE;
}

a { color: rgba(42,39,56,1); }
a:hover	{ color: rgba(166,65,97,1.0); }
div.wpcf7-mail-sent-ok {border: 2px solid BLACK;}
.wpcf7 form.sent .wpcf7-response-output { border-color: BLACK !important;}


/* HTML / FONTS
------------------------------------------------------------------------------------*/
body {
	font-family: 'Open Sans', sans-serif; 
	display: optional;  
    font-weight: 300;
    line-height: 1.5rem;
    -webkit-font-smoothing: antialiased;
}

h1,h2,h3,h4,h5,h6,p {
	padding: 0 auto 20px;
	margin: 0 auto;
}

/* for site-slogan */
h1 {  
	font-size: 1.4rem;
	font-weight: bold;
	font-style: italic;
}

/* for page-titles and section-titles */
h2.pageTitle,
h2.sectionHeading,
h2.rowHeading	{
	padding: 40px 0 30px 0;	
	font-size: 2rem;
	font-weight: bold;
}

h2.pageTitle { text-align: center;}

/* index page post titles */
h3	{ 
	font-size: 1.5rem;
	line-height: 1.8rem;
}

h1, p, figure {
	max-width: 730px;
}

.mainContent ul,
.mainContent ol {
	width: 90%;
	max-width: 600px;
	margin: 0 auto 20px;
	padding-left: 20px;
}

p::-moz-selection { color: WHITE; background: GREY;}
p::selection { color: WHITE; background: GREY; }


p.editLink a	{	
	font-size: 14px;
	padding: 2px 4px 0px 5px;
	margin-right: 3px;
	border-radius: 2px;
}
p.editLink a:hover	{
	background: #66ff66;
}

p.entry-date	{
	font-size: .9em;
	margin-top: -16px;	
}

.readmore {
	margin-top: 20px;
	text-align: right;
}

a.button	{
	text-align: center;
	padding: 8px 16px;
	padding: 10px 30px;
	border: 1px solid BLACK;
	background-color: GREY;
	color: WHITE;
	border-radius: 0px;
	font-weight: bold;
}

a.button:hover	{
	background-color: BLACK;
	border-color: BLACK;
	color: WHITE;
}

.center {
	text-align:center;
}

.wp-block-image figcaption 	{
	font-size: .8em;
	margin-top: .1em !important;
}

/* IMAGES, MEDIA
------------------------------------------------------------------------------------*/

img	{
	max-width: 100%;
	height: auto;
	margin-bottom: 30px;
}

.wp-block-image img	{margin-bottom: 0;}

.featuredImageTop	{
	text-align: center;
}

figure.wp-block-gallery	{
	margin: 60px auto 0; /* if tall images */
}
.mainContent ul.blocks-gallery-grid	{
	padding-left:0;
	margin-bottom: 0;
}
.wp-block-gallery .blocks-gallery-item figcaption	{
	background: transparent !important;
	color: #999 !important;
}

@media only screen and (max-width: 570px)	{
	.wp-block-gallery .blocks-gallery-item figcaption	{}
}

@media only screen and (max-width: 414px)	{
	.wp-block-gallery .blocks-gallery-item figcaption	{}
}

/* CONTAINERS 
====================================================== */

.flexContainer { display: flex; flex-direction: row;}
.container-fluid {}
.container {max-width: 1170px;margin: 0 auto;}
section { padding: 50px 15px; }
.mainContent {min-height: calc(100vh - 50px);}

.navbar-wrapper {min-height: 60px;}
/*.mainContent	{min-height: calc(100% - 180px);}*/
.mainContent.underFixedNav	{padding-top: 110px;}
section.footer {min-height: 120px;}

.row	{background-color: TRANSPARENT; margin-left: 0;margin-right:0;}
.row.nothingHere	{ /*404*/
	width: 700px;
	max-width: 100%;
	margin: 10% auto 0;
	text-align: center;
}

@media (min-width:768px) {
	.mobileonly { display:none;}
	.desktoponly { display:block; }
}
@media (max-width:768px) {
	.mobileonly { display:block; padding-bottom:15px;}
	.desktoponly { display:none; }
}
	
/* HEADER 
================================================================================== */

/* site title 
------------------------------------------------------ */
.siteTitle.flexItem {
	padding: 16px 0 0 15px;
	width: 30%;
	min-width: 250px;
}

.siteTitle h2	{
	margin-bottom: 12px;
}

.siteTitle h2 a {
	font-family: inherit;
	font-weight: bold;
	font-size: 1.8rem;
	color: rgba(42,39,56,1);
}

@media only screen and (min-width: 768px)	{
	.siteTitle h2 a	{font-size: 2rem;}
}

.siteTitle h2 a:hover	{
	color: rgba(166,65,97,1.0);
}

/* main navigation 
------------------------------------------------------ */

@media only screen and (min-width:768px)	{
	.mainNavigation.flexItem {
		width: 70%;
		padding-right: 15px;
	}
}

ul.navbar-nav.flexContainer	{
	justify-content: flex-end;
	flex-wrap:wrap;
	list-style: none;
	margin: 0;
    max-width: none;
    padding-left: 0;
    position: relative;
}

@media only screen and (min-width: 482px)
.primary-navigation .primary-menu-container > ul > .menu-item {
    display: flex;
}
@media only screen and (min-width: 482px)
.primary-navigation > div > .menu-wrapper li {
    margin: 0;
    width: inherit;
}

.navbar-nav > li {
    position: relative;
    height: 30px;
    padding: 12px 0 10px 30px;
}

.sub-menu > li {
    position: relative;
    padding:10px;
	background:#d2d2d2;
}

/*.navbar-nav {
    list-style: none;
    padding: 0;
    margin: 0;
}*/

/*.navbar-nav .menu-item {
    text-decoration: none;
    padding:10px;
    display: block;
    line-height: 30px;
}*/

.navbar-toggle {
    cursor: pointer;
    border: none;
    background-color: transparent;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.icon-bar {
    display: block;
    width: 25px;
    height: 4px;
    margin: 2px;
    transition: background-color 0.2s ease-in-out,
                transform 0.2s ease-in-out,
                opacity 0.2s ease-in-out;
    background-color: hsl(251deg 18% 19%);
}

.navbar-toggle:focus .icon-bar,
.navbar-toggle:hover .icon-bar {
    background-color: hsl(251deg 18% 19%);
}

#navbar.opened .navbar-toggle .icon-bar:first-child,
#navbar.opened .navbar-toggle .icon-bar:last-child {
    position: absolute;
    margin: 0;
    width: 30px;
}

#navbar.opened .navbar-toggle .icon-bar:first-child {
    transform: rotate(45deg);
}

#navbar.opened .navbar-toggle .icon-bar:nth-child(2) {
    opacity: 0;
}

#navbar.opened .navbar-toggle .icon-bar:last-child {
    transform: rotate(-45deg);
}

/* .navbar-menu {
    position: fixed;
    top: var(--navbar-height);
    bottom: 0;
    transition: opacity 0.2s ease-in-out,
                visibility 0.2s ease-in-out;
    opacity: 0;
    visibility: hidden;
    left: 0;
    right: 0;
}

#navbar.opened .navbar-menu {
    background-color: rgba(0, 0, 0, 0.4);
    opacity: 1;
    visibility: visible;
} */

.navbar-links {
    list-style-type: none;
    max-height: 0;
    overflow: hidden;
    position: absolute;
    background-color: hsl(251deg 18% 19%);
    display: flex;
    flex-direction: column;
    align-items: center;
    left: 0;
    right: 0;
    margin: 1.4rem;
    border-radius: 5px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}

#navbar.opened .navbar-links {
    padding: 1em;
    max-height: none;
}
.collapse {
    display: none;
}
.collapse.in {
    display: block;
}
.sub-menu .sub-menu, .sub-menu{
	display: none;
}
@media screen and (min-width: 769px) {
    .navbar-toggle {
        display: none;
    }
	.navbar-menu {
		display:block!important;
	}    
    #navbar .navbar-menu,
    #navbar.opened .navbar-menu {
        visibility: visible;
        opacity: 1;
        position: static;
        display: block;
        height: 100%;
    }

    #navbar .navbar-links,
    #navbar.opened .navbar-links {
        margin: 0;
        padding: 0;
        box-shadow: none;
        position: static;
        flex-direction: row;
        list-style-type: none;
        max-height: max-content;
        width: 100%;
        height: 100%;
    }

    #navbar .navbar-link:last-child {
        margin-right: 0;
    }
	.navbar-nav li:hover > ul{
		display: inline;
	}
	.sub-menu .sub-menu{
		position: absolute;
		top: 0px;
		left: -150px;
		width: 150px;
		list-style: none;
		padding: 0;
		margin: 0;
		display: none;
	}
	.sub-menu{
		position: absolute;
		top: 40px;
		left: 0;
		width: 150px;
		list-style: none;
		padding: 0;
		margin: 0;
		display: none;
	}
}

@media screen and (max-width: 768px) {
	.navmenu_align.mainNavigation{
		float: right;
		width: 100%;
	}
	.navbar-header.navbar-icon{
		float: right;
		margin-right: 5px;
		margin-top: -40px;
	}
	.siteTitle.flexItem{
		float: left;
	}
	.navbar.flexContainer, .navbar-nav.flexContainer{
		display: block;
	}
	.navbar-nav > li{
		float: revert;
		width: 100%;
		height: auto;
	}
	#menu-main-navigation{
		width: 100%;
		background: #d2d2d2;
		margin-bottom: 15px;
	}
	.navbar-nav > li.menu-item a{
		display: block;
		border-bottom: 1px solid #c1c0c0;
		padding: 10px;
		background: transparent;
	}
	.navbar-nav .menu-item {
		padding: 0;
	}
	.navbar-nav > li .caret{
		position: absolute;
		right: 15px;
		top: 20px;
		width: 0;
		height: 0;
		margin-left: 2px;
		vertical-align: middle;
		border-top: 8px dashed;
		border-top: 8px solid\9;
		border-right: 8px solid transparent;
		border-left: 8px solid transparent;
	}
	.navbar-nav .sub-menu > li.menu-item a {
		padding-left: 25px;
	}
	
	.navbar-nav .sub-menu li .sub-menu > li.menu-item a {
		padding-left: 40px;
	}
	.sub-menu.open{
		display: block;
	}
	.navbar-nav  li.current-menu-item>a{
		background: #bfbfbf;
	}
	/* .navbar-nav > li.current-menu-item .sub-menu{
		display: block;
	} */
}

/* active page
------------------------------------------------------------------------------------*/
@media only screen and (min-width: 768px)	{
	li.current_page_item a	{border-bottom: 1px dotted WHITE;}
}

.home ul#menu-main-navigation li.current_page_item	{
	display: none;
}

/* SIDEBAR
------------------------------------------------------------------------------------*/

/* widget styles----------------------------- */

.widget h3, 
.single .widget h3, 
.archive .widget h3 {
    color: BLACK;
    font-size: 1.0em;
    text-transform: uppercase;
    margin-bottom: 10px;
    letter-spacing: .1rem;
	padding-top: 20px;
}

.widget ul li, 
.single #mainContent #rightContent .widget ul li, 
.archive #mainContent #rightContent .widget ul li {
    list-style: none;
}

.mainContent .sidebar .[zoom-social-icons-list]	{ 
	display: none; /* if in footer) */
}

/* PAGINATION
------------------------------------------------------------------------------------*/

.page-prev { /* for get_next_post() ie « Previous */
    display:flex;
    order: 1;
    margin-right: 15px;
    margin-bottom: 8px;
    padding: 3px;
    border: 0px dotted #525665;
}

.page-next { /* for get_previous_post() ie Next » */
    display:flex;
    order: 2;
    margin-left: 15px;
    margin-bottom: 8px;
    padding: 3px;
    border: 0px dotted #525665;
}

.page-numbers {
	padding: 6px 8px 2px;
	margin: 1px;
}

.page-numbers.current {
	border: 1px solid grey;	
}

/* CONTACT FORM 7
------------------------------------------------------------------------------------*/

div.wpcf7 {
	max-width: 400px;
	margin: 0 auto;
	border: 1px solid #eee;
	padding: 20px;
}

.wpcf7 input	{
	width: 100%;
	height: 30px;
}

.wpcf7 textarea	{
	width: 100%;
}

.wpcf7 input.wpcf7-submit	{
	width: 100px;
	height: 40px;
}

.wpcf7 input[type=checkbox] {
	width:20px;
	height: 20px;
}

.wpcf7-list-item {
	margin-left: 0px !important; /* when only one per line */
}

.wpcf7 h3	{
	margin-bottom: 30px;
	text-align: center;
}


/* FOOTER
------------------------------------------------------------------------------------*/

section.footer	{
	background-color: WHITE;
	border-top: 1px solid #eee;
	color: #666;
	padding: 30px 15px 0px;
	text-align: center;
	/*clear:both;*/
	line-height: 1.2rem;
}

.footer .flexContainer {
	display: flex; 
	flex-direction: row;
	margin-bottom: 10px;
	padding: 10px;
	flex-wrap:wrap;
} 
.footer .flexContainer .flexItem { 
	transition: width .2s;
	width: 31%; margin: 10px 1%;
}
.footer .flexContainer .flexItem1 { text-align: left;}
.footer .flexContainer .flexItem2 { text-align: left; text-align: center;}
.footer .flexContainer .flexItem1 { text-align: left;}


@media (max-width: 800px){
	.footer .flexContainer {flex-direction: column;}
	.footer .flexContainer .flexItem1 {width: 98%; text-align: center; order: 1}
	.footer .flexContainer .flexItem2 {width: 98%; text-align: center; order: 2}
	.footer .flexContainer .flexItem3 {width: 98%; text-align: center; order: 3}
}

#mc_embed_signup{
	background:#fff; 
	clear:left; 
}

#mc_embed_signup form {
   padding: 0 !important;
}

#mc_embed_signup h2 {
    font-weight: normal;
    padding: 0;
    margin: 0px 0 15px !important;
    font-size: 1.2em;
}

.zoom-social_icons-list__item	{
	margin: 4px 10px !important;
}
/*.socialIcons,*/
/*zoom-social-icons-widget,*/
.simple-social-icons ul.alignleft	{
	display:flex;
	flex-direction: row;
	justify-content:center;
	margin-bottom: 20px;
}

/*.simple-social-icons ul.alignleft li	{
	display: flex;
	float: none;
}*/

p.credit	{
	font-size: .6em !important;
	color: #aaa;
	margin: 0 auto 20px !important;
	display: none;
}

/*.home p.credit {	display: none;}*/
.home p.copyright	{margin-bottom: 30px;}
.page-contact p.credit	{ display: block;}

p.credit a	{color: #aaa;}
.page-contact p.credit a	{color: #999;}	
.page-contact p.credit a:hover	{color: #777;}	

@media only screen and (max-width: 800px)	{
/*.elementor-widget-wp-widget-zoom-social-icons-widget .zoom-social-icons-list--align-left, .zoom-social-icons-widget .zoom-social-icons-list--align-left,*/
.simple-social-icons ul.alignleft {
		text-align: center !important;
		margin: 0 auto;
	}
}

p.copyright	{
	font-size: .8rem !important;
	margin: 0 auto 2px !important;
}

/* TEMP BORDERS & BGs
------------------------------------------------------------------------------------
.navbar-wrapper {background-color: #ccc;}
.mainContent section	{border-top: 1px dotted grey;}
.mainContent section:nth-child (even) {background: rgba(0,0,0,0.1);}	
section.footer {background-color: #ccc;}
.row.header {background:rgba(0,0,0,0.2);}
.row.content {background:rgba(0,0,0,0.1);}
p {border: 1px dotted grey; color: blue;}
*/


