/* RESET
------------------------------------------------------------------------------------*/

a, a:hover  { text-decoration:none;} 
/* Josh Comeau reset */
*, *::before, *::after { box-sizing: border-box;  }
* {margin: 0;}
body {line-height: 1.5; -webkit-font-smoothing: antialiased;}
* {line-height: calc(1em + 0.5rem); } /* better for headers */
img, picture, video, canvas, svg {display: block;max-width: 100%;height: auto;}
input, button, textarea, select {font: inherit;}
p, h1, h2, h3, h4, h5, h6 {overflow-wrap: break-word;}

/*seamless-flyout {display: none;}  for clean screenshots */

/* FOCUS
************************/

:is(a, button, input, textarea, summary) {
  --outline-size: max(1px, 0.05em);
  --outline-style: solid;
  --color-outline: #DDD;
}

:is(a, button, input, textarea, summary):focus {
  outline: var(--outline-size) var(--outline-style) var(--color-outline);
  outline-offset: var(--outline-offset, var(--outline-size));
}

:is(a, button, input, textarea, summary):focus-visible {
  outline: var(--outline-size) var(--outline-style) var(--color-outline);
  outline-offset: var(--outline-offset, var(--outline-size));
}

:is(a, button, input, textarea, summary):focus:not(:focus-visible) {
  outline: none;
}

/* LAYOUT, CONTAINERS & COLUMNS
====================================================== */
div.svg-include	{ /* needed for social icon use */
	height: 0px;
}

.container { /* text-max should be 30-48rem */
	width: min(70rem, 100%); /* approx 1120px wide in wide screens */
	margin: 0 auto;
}

.flex, .flexContainer {
	display: flex; 
	flex-direction: column; /* set breakpoint for rows in style.css */
}

.flexContainerThumbnails {
	display: flex; 
	flex-direction: row;
}	

.center {
	text-align: center;
	justify-content: center;
	align-items: center;
}

.flex-col-12,.flex-col-11,.flex-col-10,.flex-col-9,.flex-col-8,.flex-col-7,.flex-col-6,.flex-col-5,.flex-col-4,.flex-col-3,.flex-col-2,.flex-col-1 {width: 100%;}

.mobileOnly {display:block;}
.desktopOnly {display:none;}

.mainContent	{ 
	margin-top: 100px;
	min-height: calc(100% - 100px);
	/* min-height: calc(100% - 100px); */
	background-color: var(--color-background); }

section { /* for full-width background treatments and by-section name classes */
    background-position: center center;
    background-repeat: no-repeat;
	-o-background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	background-attachment: scroll; /* for ios devices */
	width: 100%;
}

section.bannerImage {
    height: 50vh;
    background-image: url('');
    overflow-x: hidden;
}

.wrapper {  /* for the guaranteed side-margins almost always needed */
	padding: 0 4%;
}
	
.sectionInner { /* for sections top/bottom space if needed */
	padding: 2rem 0;
	width: 100%;
}

.pageDescription .sectionInner {
	padding: 0 0 20px;
}

section.subpageBannerImage {
	display: flex;
	height: min(200px, 50vh);
	background-color: var(--color-banner-background);
}

section.subpageBannerImage .sectionInner	{
	padding: 0;
}

section.subpageBannerImage {
	background-image: url(''); /* for some reason this doesn't work from style.css? */
}

section.subpageBannerImage .wrapper {
	display: flex;
	align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.one-two-col, /* deprecated */
.one-col, .one-or-two-col,.two-col, .row	{
	margin: 0 auto;
	max-width: 100%;
}

.one-col {width: min(clamp(55rem, calc(55rem + 10vw), 81.25rem), 100%);}
.one-col { width: min(50rem, 100%);}
.two-col {width: min(70rem, 100%);}
.one-two-col, .one-or-two-col { width: min(65rem, 100%);} /* for excerpts w/wo thumbs */


/* to left-align text with thumbnails when rows with no thumbnail */
.one-two-col .flex-col-12,
.one-or-two-col .flex-col-12	{
	padding: 0 1%;
} 

.row	{ /* for rows that may be ≤ 100% wide; use containers inside or outside */
	width: 100%;
	margin: 0 auto 6vh;
	padding-bottom: 6vh;
	border-bottom: 1px solid var(--color-row-border);
}

.row:last-child:not(.page-blog .row:last-child )	{
	border-bottom: 1px solid transparent;
	padding-bottom: 1vh;
}

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

.pagination	{
	/*padding: 20px 0 0;
	border-top: 1px solid var(--color-row-border);*/
	margin-bottom: 3vh;
	width: 100%;
	margin-top: -80px;	
}

div.right,
div.left	{
	width: 50%;
}
div.right	{
	text-align: right;
}
@media (max-width: 768px)	{
div.right,
div.left	{
	width: 100%;
}
}

hr.wp-block-separator	{
	margin: calc(20px + 2vw) auto;
	border: none;
	height: 1px;
	background: var(--color-row-border);
}

/* BODY & BASICS
************************/
body {
	color: var(--color);
    background: var(--color-background);
    font-family: var(--font-body);  
    font-weight: normal;
    line-height: 1.5em;
    -webkit-font-smoothing: antialiased;
}

a { 
	color: var(--color-a); 
}
a:hover	{ 
	color: var(--color-a-hover); 
}

.mainContent a:not(.breadcrumbs a,.bottomText a,.thumb a,.client a, h3 a, p.readMore a, h2 a )	{
	text-decoration: underline;	
	text-decoration-thickness: 1px;
	text-decoration-style: solid;
}
.wpcf7 form.sent .wpcf7-response-output {
	border: 2px solid var(--color-wpcf7-sent)!important;
}
div.wpcf7-mail-sent-ok,
.wpcf7 form.sent .wpcf7-response-output {
	border-color: var(--color-wpcf7-sent)!important;
}

h1,h2,h3,h4,h5,p,figure,.p, .wp-block-image {
	margin: 0 auto 1.4rem;
	padding: 0;
	width: min(42rem,100%);
}

.pagination.p	{margin-top: 40px;}

h1,h2,h3,h4,h5,h6	{
	color: var(--color-headers);
	font-weight: 200;
}


.pageDescription p	{
	max-width: 44rem;
	margin: 0 auto 20px;
	text-align: justify;
}
h2 span.line1 {color: var(--color-hero-span-line1);}
h2 span.line2 {color: var(--color-hero-span-line2);}

@media (min-width: 360px)	{ /* headers are just 1em unless given a specific class on tiny screens */
	h1 {font-size: 2.4rem;}
	h2 {font-size: 2rem;}
	h3 {font-size: 1.5rem;}
	h4 {font-size: 1.4rem;}
	h5 {font-size: 1.2rem;}
	h6 {font-size: 1rem; margin-bottom: .5rem}
}


h2.imageHeader, imageHeader {
	margin-bottom: 0;
}
.wp-block-heading	{
	margin-top: 1.8rem;
}

.pageIntro,
.pageDescription	{
	font-size: 1.1em;
	font-style: italic;
	padding-bottom: 5vh;
}

.siteTitle a:link,
.siteTitle a:visited {
	color: var(--color-siteTitle);
}

.siteTitle  a:hover,
.siteTitle  a:active {
	color: var(--color-siteTitle-hover); 
	text-shadow: .2px .2px .2px var(--color-siteTitle-shadow-hover);
}

.siteTitle .mainSiteTitle	{
	font-family: var(--font-siteTitle);
}

.siteTitle .siteSlogan{
	color: var(--color-siteSlogan);
	font-family: var(--font-siteSubTitle);
}
.siteTitle{
	padding-top: 6px; 
	margin-bottom: 0px; 
	font-weight: 200;
}

/* for site-slogan */
.siteSlogan{
	font-size: 1rem;
	line-height: calc(1em + 0.5rem);
}

@media (max-width: 400px)	{
	.siteSlogan{font-size: .8rem;}
}

.pageTitle,
.sectionHeader,
.sectionTitle,
.rowHeader{
	color:var(--color-pageTitle);
	font-family: var(--font-siteTitle);
}

.sectionHeader,
.rowHeader {
	color: var(--color-rowHeader);
}

.pageTitle a { color: var(--color-pageTitle); }

.pageTitle.overBanner,
.pageTitle.overBanner a	{
	color: var(--color-overBanner);
}

a.button     {
	text-align: center;
	color: var(--color-a-button);
	border: 1px solid var(--color-a-button-border);
	background-color: var(--color-a-button-background);
	transition: background-color 0.2s ease-in-out,
                transform 0.2s ease-in-out,
                opacity 0.2s ease-in-out;
  }
a.button:hover     {
	color: var(--color-a-button-hover);
	background-color: var(--color-a-button-background-hover);
	border: 1px solid var(--color-a-button-border-hover);
}

.readMore {
	font-family: var(--font-readMore);
	margin-top: 30px;
}

.readMore a.button     {
	color: var(--color-readMore-a);
	background-color: var(--color-readMore-a-background);
	border:  1px solid var(--color-readMore-a-border);
  }
  
.readMore  a.button:hover     {
	background-color: var(--color-readMore-a-background-hover);
	color: var(--color-readMore-a-hover);
}

.screen-reader-text {display: none;}

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

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

.breadcrumbs p.editLink	{
	display: inline-block;	
	float: right;
	text-align: right;
}

.fixedEditLink	{
	position: fixed;
	top: 100px;
	right: 0;
}

.svg-icon	{
	display: inline-block;
}
/* .center {
	text-align:center;
	padding: 20px;
} */
.wp-block-image figcaption 	{
	font-size: .8em;
	margin-top: .1em !important;
}
.mainContent ul,
.mainContent ol {
	width: min(36rem, 90%);
	margin: 0 auto 20px;
	padding-left: 1rem;
}

.mainContent ul li,
.mainContent ol li {
	margin-bottom: 1em;
}
span.lowerCase {
	text-transform: none;
}

a.button {
    margin-right: 0% !important;
}

/* WIDGET STYLING
====================================================== */
li.widget {
    list-style: none;
    padding: 0px 20px 10px 0px;
}
li.widget_categories h1, .custom_sidebar_head {
    font-size: 25px;
    margin-top: 6px;
    padding-bottom: 5px;
    line-height: 25px;
    color: #333;
    text-transform: uppercase;
}
.mainContent .widget ul, .widget ul,
.mainContent ul.sidebar_you_may, ul.sidebar_you_may {
    margin: 0px;
    padding: 0px;
    padding-bottom: 20px;
}
.site_middle_content ul:not(.whyChooseUs) li {
    margin-bottom: 16px;
    width: 80%;
}

li a {
    color: #9c0d06;
}

.description {
    width: 42rem;
    max-width: 95%;
    margin: 0 auto;
}

.editLink{
	margin: 0px auto;
}

/*BOTTOM TEXT
**********************************************/

section.bottomText h4{
	font-size: 1.8em;
    max-width: 700px;
    /* margin-bottom: 20px; */
    text-align: center;
    text-transform: none;
    line-height: calc(1em + 0.5rem);
    margin: 0 auto 1.4em;
    font-weight: 200;
    color: #333;
}

section.bottomText a{
	background: rgba(15,252,237, 0.9);
	background: black;
    padding: 18px 22px 12px;
    font-size: 18px;
    border: 1px solid #000;
    text-decoration: none;
    color: #FFF;
}

section.bottomText a:hover{
	background: #9c0d06;
	color: #fff;
}

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

.bannerImage {
	background-position: center top;
	background-repeat: no-repeat;
	-o-background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	background-attachment: scroll; /* for ios */
}

section.bannerImage	{
	background-image: url('');
	height: 100vh;
	width: 100%;	
}
	
.mainContent img	{
	border: 1px solid #eee;

}

img.marginBottom {margin-bottom: 30px;}

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

/*figure, .wp-block-image {
	max-width: 52rem;
	margin: 0 auto 1em;
	padding: 0;
}*/

@media (max-width:768px) {
	.videowrapper {
		float: none;
		clear: both;
		width: 100%;
		position: relative;
		padding-bottom: 56.25%;
		padding-top: 25px;
		height: 0;
	}
	.videowrapper iframe {
		height: 100%;
		left: 0;
		position: absolute;
		top: 0;
		width: 100%;
	}	
}

.featuredImageTop	{
	margin-bottom: 20px;
}

/* .iframe-container {
  overflow: hidden;
  padding-top: 56.25%;
  position: relative;
} */

.iframe-container {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 50vh; /* Adjust the height as needed */
	margin-bottom: 20px;
}
.iframe-container iframe {
	max-width: 100%;
	max-height: 100%;
 }
  
.iframe-container iframe {
   border: 0;
   height: 100%;
   left: 0;
   position: absolute;
   top: 0;
   width: 100%;
}

.mp4_parent{
	 padding-top: 0!important;
}

/* to keep youTube video from growing a taller black BG in mobile portrait views: */
/* the available width (92% of screen) divided by 9/16; -> 52vw */
@media (max-width: 414px)	{
	iframe	{ height: 52vw; width: 100%;}
}

@media (max-width: 600px)	{
	iframe	{ height: 50vw;width: 100%;}
}
	
/* MAIN NAVIGATION 
================================================================================== */
.navbar-nav {
    list-style: none;
    padding: 0;
    margin: 0;
}

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


.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;
}

.menu-main-navigation-container ul.nav.navbar-nav>li.menu-item>a{
    display: inline-block;
    font-family: var(--font-nav);
}

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

@media only screen and (min-width:992px)	{
	.menu-main-navigation-container ul.nav.navbar-nav>li.menu-item {text-align: center;}
	.menu-main-navigation-container ul.nav.navbar-nav>li.menu-item>a{padding: 16px 10px 16px 0.4em;}
}

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

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

.navbar-nav > li.menu-item-home {
	padding-left: 0;
}

.navbar-nav li a {
	color: var(--color-mainNav-text-link);
}

.navbar-nav li a:hover {
	color: var(--color-mainNav-text-link-hover);
}

.sub-menu {
	padding-top:10px;	
}

.sub-menu > li {
	background: var(--color-sub-menu-li-background);
	border: 1px solid var(--color-sub-menu-li-border);
    padding:10px;
	margin-top: 0px;
    position: relative;
}

.sub-menu > li:hover	{
	background: var(--color-sub-menu-li-background-hover);
}

.sub-menu > li a	{
	color: var(--color-sub-menu-li-link);
}
.sub-menu > li a:hover	{
	color: var(--color-sub-menu-li-link-hover);
}

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

.icon-bar {
    background-color: var(--color-siteTitle);
    display: block;
    height: 4px; /* fat */
    margin: 2px;
    transition: background-color 0.2s ease-in-out,
                transform 0.2s ease-in-out,
                opacity 0.2s ease-in-out;
    width: 25px;
}

.icon-bar,
.navbar-toggle:focus .icon-bar, 
.navbar-toggle:hover .icon-bar	{
	height: 2px;
	margin: 2.5px;
}

.navbar-toggle:focus .icon-bar,
.navbar-toggle:hover .icon-bar {
    background-color: var(--color-siteTitle-hover);
}

#navbar.opened .navbar-toggle .icon-bar:first-child,
#navbar.opened .navbar-toggle .icon-bar:last-child {
    margin: 0;
    position: absolute;
    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);
}

.collapse {
    display: none;
}
.collapse.in {
    display: block;
}
/* .sub-menu .sub-menu, .sub-menu{ } */

@media screen and (min-width: 992px) {
    .navbar-toggle {
        display: none;
    }   
    #navbar .navbar-menu,
    #navbar.opened .navbar-menu {
        display: block!important;
        height: 100%;
        opacity: 1;
        position: static;
        visibility: visible;
    }

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

    #navbar .navbar-link:last-child {
        margin-right: 0;
    }
	.sub-menu {
		left: 34px;
		list-style: none;
		margin: 0;
		max-width: 200px;
		opacity: 0;
		padding: 0;
		position: absolute;
		top: 30px;
		transform: translateY(-2em);
		transition: all 0.5s ease-in-out 0s, visibility 0s linear 0.5s, z-index 0s linear 0.01s;
		visibility: hidden;
		width: 200px;
		-webkit-transform:translate3d(0,0,0); /* for Safari */
	}
	.navbar-nav li:hover > ul{
		opacity: 1;
		transform: translateY(0%);
		transition-delay: 0s, 0s, 0.3s;
		visibility: visible; 
		z-index: 999;
		-webkit-transform:translate3d(0,0,0); /* for Safari */
	}
}

@media screen and (max-width: 991px) {
	.navmenu_align.mainNavigation{
		float: right;
		width: 100%;
	}
	.navbar-header.navbar-icon{
		float: right;
		/*margin: -76px 5% 0 0;*/
		position: absolute;
		right: 20px;
		top: 10px;
	}
	.siteTitle.flexItem{
		float: left;
	}
	.navbar.flexContainer, .navbar-nav.flexContainer{
		display: block;
	}
	.navbar-nav > li{
		float: revert;
		height: auto;
		width: 100%;
	}
	#menu-main-navigation{
    	background-color: transparent;
		margin-bottom: 0px;
		margin-left: -4%;
		width: 100%;
	}
	.navbar-nav {border-top:  1px solid var(--color-mob-menu-li-border);}
	.navbar-nav > li.menu-item {
		display: block;
		border-bottom: 1px solid var(--color-mob-menu-li-border);
		border-left: 1px solid var(--color-mob-menu-li-border);
		border-right: 1px solid var(--color-mob-menu-li-border);
		padding: 20px 0;
		background-color: var(--color-mob-menu-li-background-color);
		text-align: center;
	}
	
	/* ul.navbar-nav.flexContainer	{
		margin-top: -27px;
	} */
	.navbar-collapse
	{
		position: absolute;
		width: 100%;
	}
	ul.navbar-nav, ul.navbar-nav li {
		list-style: none;
	}
	.navbar-nav > li .caret{
		border-left: 8px solid transparent;
		border-right: 8px solid transparent;
		border-top: 8px dashed;
		border-top: 8px solid\9;
		height: 0;
		margin-left: 2px;
		position: absolute;
		right: 15px;
		top: 20px;
		width: 0;
		vertical-align: middle;
	}
	.navbar-nav .sub-menu > li.menu-item {
		padding: 14px 0;
		text-align:center;
	}

	.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{
		background: var(--color-mob-menu-li-current-background-color);
	}
	/* .navbar-nav > li.current-menu-item .sub-menu{
		display: block;
	} */
}

/*@media only screen and (min-width: 992px)	{
	li.current_page_item a	{color: var(--color);}
}*/
@media only screen and (min-width: 992px)	{
	li.current_page_item a:hover	{
		color: var(--color-mainNav-text-link);
		cursor: default;
	}
}

.wrapper_fairy{
	width: 100%;
	height: 100%;
	position: relative
}
.wrapper_fairy::before{
	content: '';
	width: 100%;
	height: 100%;
	background: url(../hwd/assets/img/hwd-fairy.png);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: 180px;
	background-position: 19% 75%;
	z-index:0;
	position: absolute;
	display: none;
}
#navbar ul 
   {
	list-style-type: none
}
.home ul#menu-main-navigation li.current_page_item	{
	display: none;
}
body #hwdNav .wrapper_fairy.fairy_blur::before{
	opacity: 0.1
}
.navbar-wrapper{
	margin-top: 20px;
}
.navbar-wrapper .container .navbar{
	background-color:black
}
.navbar-wrapper .container .navbar-header .navbar-brand{
	color:white;
}
.navbar-wrapper .container .navbar .nav{
	width: auto;
}
.navbar-wrapper .container .navbar .nav ul{
	list-style: none;
}
.navbar-wrapper .container .navbar .nav ul li{
	display: inline-block;
	padding-top: 15px;
	padding-left: 50px;
	padding-right: 50px;
	padding-bottom: 15px;
}
.navbar-wrapper .container .navbar .nav ul li a{
	color:white;
}
@media only screen and (max-width: 480px){
	.navbar-wrapper .container .navbar .nav ul li{
		display: block;
	}
}
@media only screen and (min-width: 481px) and (max-width: 767px){
	.navbar-wrapper .container .navbar .nav ul li{
		display: block;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.navbar-wrapper .container .navbar .nav{
		width: 65%;
	}
	.navbar-wrapper .container .navbar .nav ul li{
		padding-left: 6%;
		padding-right: 6%;
	}
}
@media screen and (max-width: 812px){
	.overlayContent #navbar ul li a{
		text-align: center;
	}
	.fairy_text h4, .fairy_text h3{
		font-size: 40px;
		max-width: 80%;
		text-shadow: 1px 1px 1px #000;
	}	
	.fairy_text h4{
		font-size: 34px;
	}
}
@media screen and (max-width: 768px){
	.fairy_text h4, .fairy_text h3{
		font-size: 40px;
		max-width: 80%;
		text-shadow: 1px 1px 1px #000;
	}	
}
@media screen and (max-width: 520px){
	.fairy_text h4, .fairy_text h3{
		font-size: 28px;
		max-width: 80%;
		text-shadow: 1px 1px 1px #000;
	}
	.fairy_text h4{
		text-shadow: 1px 1px 1px #000;
	}
}
@media screen and (max-width:320px){
	.fairy_text h4{
		max-width: 70%;
	}
	.fairy_text h3{
		font-size: 22px;
	}
}
/* 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;
}

/* for archive page pagination (eg 1 2 »): */

.page-numbers {
	/* padding: 6px 8px 2px; */
	margin: 1px;
	color: #666;
    text-decoration: none;
}

.page-numbers.current {
	/* border: 1px solid grey;	 */
	color: #999999;
    font-weight: bold;
    text-decoration: underline;
}
.custom-pagination .cp_sep{
	padding: 0px 10px;
    color: #999999;
}
.custom-pagination .next {
    padding: 0px 0px 0px 10px;
}
.custom-pagination .prev {
    padding: 0px 10px 0px 0px;
}


/* CONTACT FORM
------------------------------------------------------------------------------------*/
@media (max-width: 440px) {
	div.wpcf7 {max-width: 96%;}
}

.wpcf7 input	{
	width: 100%;
	height: 2rem;
	margin-bottom: .5rem;
	font-family: var(--font-text);
}

@media (max-width: 414px)	{
	.wpcf7 input	{height: 2.6rem;}
}

.wpcf7 textarea	{
	width: 100%;
	margin-bottom: 1rem;
	font-family: var(--font-text);
}

.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;
}

div.wpcf7-mail-sent-ok {
	border: 2px solid var(--color-wpcf7-sent-border);
}


div.wpcf7-mail-sent-ok,
.wpcf7 form.sent .wpcf7-response-output {
	border: 2px solid var(--color-wpcf7-sent-border)!important;
}

div.wpcf7-mail-sent-ok,
.wpcf7 form.sent .wpcf7-response-output { 
	border-color: var(--color-wpcf7-sent-border)!important;
	background-color: var(--color-wpcf7-sent-background)!important;
	color: var(--color-wpcf7-sent)!important;
	font-size: 1em;
	padding: 0.5em 1em !important;
}

span.wpcf7-spinner {
	display: none !important;
}

.wpcf7 textarea	{
	height: 7rem;
}

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

section.footer	{
	background-color: var(--color-footer-background);
	border-top: 1px solid var(--color-footer-border);
	/* color: var(--color-footer); */
}

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


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

p.copyright a,
p.copyright a:hover	{
	cursor:text;
	color: var(--color-footer);
}
	
p.credit	{
	font-size: .6em;
	color: var(--color-footer-credit);
	margin: 1em auto 20px;
}

p.credit a	{color: var(--color-footer-credit-a);}
p.credit a	{color: var(--color-footer-credit-a);}	
p.credit a:hover	{color: var(--color-footer-credit-a-hover);}		


/*SOCIAL MEDIA LINKS
**********************************************/

.socialIcons {
	width: auto;	
	max-height:62px;
	display:flex;
	justify-content:center;
}

.social-icon	{
	/* height: 40px; */
	margin: 0 12px;
	/* width: 40px; */
}

.iconEle {
	background-image: url("../assets/img/social-icons/round_w_round.svg");	
	/*background-image: url("../assets/img/social-icons/round_inner.svg");  white inner element - editable */
	width: 40px;
    height: 40px;
}
.iconEle:hover {
	background-image: url("../assets/img/social-icons/round_b_round.svg");	
	/*background-image: url("../assets/img/social-icons/round_inner-hover.svg");  black inner element - editable */
}
.iconStyle {
    fill: #686868; /* var(--color-icon-style) just sl. changes the hover color */
    width: 40px;
    height: 40px;
    stroke: #686868;
}
.cls-1,
.cls-2{
	stroke:transparent;
}

.iconStyle:hover {
	fill:#01fdee !important;
    width: 40px;
    height: 40px;	
}

#undercolor {	
  fill:transparent; /* not doing anything? */
}

.terms a	{color: #999;}
.terms a:hover	{color: #fff;}	

/* misc
------------------------------------------------------------------------------------*/
.page-template-page-instructions .mainContent a {
	text-decoration: underline;
}

/* debugging 
------------------------------------------------------ */

/* especially watch out for variable-proportion images in carousels
Galaxy Fold (280x653)
Galaxy S9 (320x658)
Galaxy S8 (360x740)
iPhone 6/7/8 (375x667)
iPhoneX (375x812)
iPhone12 Pro (390x844)
Pixel 2 (411x731)
Nexus 7 (600x960) 
Galaxy Tab S4 (712x1138)
iPad mini, iPad (768x1024)
Nexus 10 (800x1280)
iPadAir (820x1180)
Surface Pro 7 (912x1368)
iPad Pro (1024x1366)
*/

p.screensize {display: block;} /* SWITCH OFF FOR LIVE */
p.screensize	{font-size: .5em; line-height: .6em;margin-bottom: 4px;max-width: 100%;text-align: right; padding-right: 10px; color: green;}

@media (max-width: 992px) {p.screensize	{color: orange;}}
@media (max-width: 768px) {p.screensize	{color: red;}}
