/*
	Theme Name: Portland Head Light
	Theme URI: https://portlandheadlight.com

	Description: A custom theme for Portland Head Light/Fort Williams Park.
	Author: SlickFish Studios, LLC
	Author URI: https://slickfish.com/

	Template: slickfish
	Version: 1.1

*/

@charset "UTF-8";

/*============================================================
TYPEKIT
============================================================*/
.regular,
.italic,
.light,
.medium,
.bold,
.black
{
	font-family: "myriad-pro-semiextended",sans-serif;
	font-style: normal;
	font-weight: 400;
}
.italic {
    font-style: italic;
}
.light {
	font-weight: 300;
}
.semi {
	font-weight: 600;
}
.bold {
	font-weight: 700;
}
.black {
	font-weight: 900;
}

.large {
    font-size: 2em;
}


.red {
	color: #c00;
}

h1, h2, h3, h4, h5,
.h1, .h2, .h3, .h4, .h5 {
	font-family: "myriad-pro-semiextended",sans-serif !important;
}
h1, .h1 {
	font-weight: 900;
}
h3,
.widget h3,
body:not(.page-id-12) h3.widget-title {
	text-transform: uppercase;
	color: #007741; /* green */
	color: #025280; /* dark blue */
	/*text-shadow: 1px 1px 2px #aaa;*/
	text-shadow: none;
}
body:not(.page-id-12) h3.widget-title {
	font-size: 1.2em;
	margin: 0 0 0.5em;
}
body {
	color: #515151;
	overflow: hidden;
}
#main {
	background: #f1f1f1;
}
.header-wrap {
	border-bottom: 10px solid #fff;
}
blockquote {
	border-color: #025280; /* dark blue */
	margin-bottom: 15px;
	margin-left: 0%;
}
blockquote p {
	font-size: 0.9em;
	line-height: 150%;
	color: #515151;
}
/* LINKS */
a {
	color: #7abfd3; /* base teal */
	color: #007741; /* green */
	text-decoration: underline

}
a:hover, a:active {
	color: #6aa6b8;
}

.entry-content a[href $='.pdf'] {
   padding-left: 20px;
   background: transparent url(images/pdf_17x17.png) no-repeat left center;
}
.noborder .sow-image-container a.iwmp-single img {
	/*border: 1px solid #f1f1f1;*/
	border: 1px solid #ccc;
}
.noborder .sow-image-container a.iwmp-single:hover img {
	border: 1px solid #3BA4E4; /* bright blue */
}

/* VERTICAL ALIGN */
.vertical-center {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-align: center;
	-webkit-align-items: center;
	-webkit-box-align: center;
	box-align: center;
	align-items: center;
	-ms-flex-align: center;
	-ms-flex-pack: center;
}

.vertical-center > div {
	flex-shrink:1;
	min-width:1px;
	width: 100%;
}

/* Nav stuff */
body.side-header #site-wrap {
	padding-left: 230px;
}

body.side-header #site-header {
	background-image: url('./images/nav-bg.jpg');
	background-size: 230px;
	width: 230px;
	background-color: #eee;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: left top;
	/*background-position: left bottom;*/

	border-right: 4px solid #fff;
	box-shadow: 0px 0 7px 0px rgba(0,0,0,0.4);
	padding: 0;


	font-family: "myriad-pro-semiextended",sans-serif;
	font-style: normal;
	font-weight: 400;
}
@media screen and (min-height: 1150px) {

	body.side-header #site-header {
		background-position: left bottom;
		background-size: 270px;
	}

}


body.side-header #logo {
	width: 100%;
	margin: 0!important;
	padding: 0;
}
body.side-header #logo a {
	display: block;
	text-decoration: none;
}
body.side-header #logo a img {
	margin: 0 auto;
	display: block;
}

body.side-header .siteorigin-panels-stretch[data-stretch-type="full-stretched"]{
	padding-left: 230px !important;
}

/* &&&&&&&&&&&&&& $$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$ &&&&&&&&&&&&&&&&&&& */
/* MAIN NAV */

body.side-header .main-nav li {
	margin-bottom: 5px !important;
}
.main-nav ul a {
	font-size: 14px;
	text-decoration: none;
}
body.side-header .main-nav li a {
	width: 100%;
	padding: 0 40px !important;
  background-color: transparent;
 	border-top: 1px solid transparent;
	border-bottom: 1px solid transparent;
  /*color: #1F7EB4!important;*/
  color: #2781b5 !important; /* regular blue */
  text-decoration: none;
}

body.side-header .main-nav li.current_page_parent > a,
body.side-header .main-nav li.current_page_item > a {
  background-color: rgba(58,97,119,0.3);
  color: white !important;
  text-decoration: none;

 	border-top: 1px solid rgba(255,255,255,0.7);
	border-bottom: 1px solid rgba(255,255,255,0.7);
}

body.side-header .main-nav li a:hover,
body.side-header .main-nav li.sfHover > a {
	background-color: rgba(255,255,255,.5);
	color: #469fd2 !important;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	text-decoration: none;
}




/* &&&&&&&&&&&&&& $$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$ &&&&&&&&&&&&&&&&&&& */
/* SUB NAV */
.main-nav ul.sf-menu li .sub-menu {
	background: rgba(255, 255, 255, 0.8);
	/*background: rgba(206, 207, 209, 0.8);	*/

	/*background: #fff url('./images/nav-bg.jpg') no-repeat left -100px;
	background-size: 230px;*/



  box-shadow: none; /* cancel box-shadow */


-webkit-box-shadow: 2px 2px 6px 0 rgba(0,0,0,0.5);
box-shadow: 2px 2px 6px 0 rgba(0,0,0,0.5);

	margin-top: -1em;
	padding-top: 1em !important;
	padding-bottom: 1em !important;
	left: 101.8%;
}

.main-nav ul.sf-menu li .sub-menu li a {
	padding: 1rem 3rem !important;
	font-weight: 700;
	text-decoration: none;
}
.main-nav ul.sf-menu li .sub-menu li a:hover {
	background: #A7B7D0;
	color: #fff!important;
}



/* &&&&&&&&&&&&&& $$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$ &&&&&&&&&&&&&&&&&&& */
/* WIDGETS */
#site-header .widget-area {
	padding: 0!important;
	text-decoration: none;
}
#site-header .widget-area .widget {
	margin: 0 !important;
	padding: 1.6rem 2rem;
	background: rgba(255, 255, 255, 0.7);
  	border-top: 1px solid rgba(154,177,187,0.5);
	border-bottom: 1px solid rgba(154,177,187,0.5);
}
#site-header .widget p {
	padding-bottom: 0;
	line-height: 1.3;
	font-size: 0.7em;
	color: #025280; /* dark blue */

	font-family: "myriad-pro-semiextended",sans-serif;
	font-style: normal;
	font-weight: 700;
}
#site-header .widget p:first-child {
	margin-bottom: 0.4rem;
	font-weight: 600;
}
#site-header .widget p .email {
	text-decoration: underline;
}
#site-header .widget p a {
	color: #2781b5; /* mid blue */

	font-family: "myriad-pro-semiextended",sans-serif;
	font-style: normal;
	font-weight: 600;
	text-decoration: none;
}
#site-header .widget p a:hover {
	color: #00a2ff; /* bright blue */
}

.logo .site-title a {
	text-indent: -9999px;
	background: url('./images/portland-head-light-logo_btn.png') no-repeat center top;
	width: 231px;
	height: 163px;
	background-size: 231px;
	text-decoration: none;
}
.logo .site-title a:hover {
	background-position: center -163px;
}

/* Homepage stuff */
.siteorigin-panels .panel-grid {
	/*border-bottom: 0;*/
}
body:not(.home) .panel-grid {
	margin-bottom: 1rem!important;
}
body.page-id-12 .panel-grid { /* What to do landing */
	margin-bottom: 0!important;
}
.home .widget-title {
	text-align: center;
}
.home .panel-grid {
	/*border-bottom: 8px solid #fff;*/
	/*border-bottom: 12px solid #fff;*/
	margin-bottom: 0;
}
.panel-grid .panel-grid-cell .so-panel .textwidget hr {
	margin-top: 2em;
	margin-bottom: 1.5em;
}

/* &&&&&&&&&&&&&& $$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$ &&&&&&&&&&&&&&&&&&& */
/* HOMEPAGE SLIDER */
.rev_slider .tp-bullets {
	/*opacity: 1!important;
	visibility:visible!important;*/
}
.rev_slider.fullwidthabanner {
	margin-left: 0 !important;
}
.hermes .tp-bullet {
	width: 14px;
	height: 14px;
	box-shadow: inset 0 0 0 1px rgba(255,255,255,0.7);
	background: rgba(0,0,0,0.4);
}
.hermes .tp-bullet.selected::after {
	/*box-shadow: 0 0 1px rgba(255, 255, 255, 0.9);*/
	background: rgba(255, 255, 255, 0.9);
}
.hermes .tp-bullet:hover,
.hermes .tp-bullet.selected:hover
{
	background: rgba(255,255,192,0.9) !important;
}








/* &&&&&&&&&&&&&& $$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$ &&&&&&&&&&&&&&&&&&& */
/* HOME BUTTONS */
a.button,
.button
{
	color: white !important;
	background: rgba(43, 116, 170, 0.8) !important;
	-webkit-box-shadow: 2px 2px 7px 0px rgba(0,0,0,.4);
	box-shadow: 2px 2px 7px 0px rgba(0,0,0,.4);
	font-size: 1em;
}
.home a.button,
.home .button
{
	-webkit-box-shadow: 2px 2px 7px 0px rgba(0,0,0,.5);
	box-shadow: 2px 2px 7px 0px rgba(0,0,0,.5);
}

.home a.button:hover,
.home .button:hover {
	background-color: rgba(43, 116, 170, 1)!important;
	opacity: 1!important;
}

.home .bucket .button,
.home .bucket .button:active {
	margin: 0 auto;
	display: table;
}

.panel-grid .widget-title,
.home .panel-grid h3.widget-title
{
  line-height: 1;
  text-transform: uppercase;
  font-size: 2.1em;
  color: #FDF1B0;
  text-shadow: 1px 1px 1px #444;
	margin: 2rem 0;
}
.home .panel-grid h3.widget-title {
	text-shadow: 2px 2px 2px #333;
}





/* &&&&&&&&&&&&&& $$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$ &&&&&&&&&&&&&&&&&&& */
/* GENERAL STYLING */
.breadcrumbs {
  text-align: right;
  margin-right: 1rem;
  line-height: 1;
	font-size: .65em;
	margin-bottom: 2.5rem;
}
.breadcrumbs a {
	color: #3BA4E4; /* bright blue */
	text-decoration: none;
}
.breadcrumbs a:hover {
	color: #2781b5; /* mid blue */
	text-decoration: underline;
}
#scroll-to-top {
	background: #285563;
	width: 25px;
	height: 25px;
	bottom: 5px;
}
#scroll-to-top span::before {
  width: 25px;
  line-height: 23px;
}
#primary header.main {
	min-height: 250px;
	border-bottom: 8px solid #fff;
}
.home .body-wrap {
	max-width: none!important;
}
#main {
	/*padding: 1rem 0 0!important;*/
	padding-top: 1rem!important;
}
.home #main {
	padding: 0!important;
}
.title {
	margin-bottom: 0;
}
.entry-title {
	max-width: 700px;
	margin: 0 auto 3rem;
	font-size: 3em;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  color: #1F80B7;
  text-shadow: 1px 1px 2px #aaa;
  text-align: center;
	line-height: 1;
}
.entry-content {
	max-width: 700px;
	/*text-align: center;*/
}

.entry-content ul {
	/*text-align: left;*/
}


body:not(.page-id-12) .content-area ul { /* style ul li but don't impact the What to Do landing page bullet list */
	padding:0;
	margin: 0 0 2em 1em;
	list-style: none;
}
body:not(.page-id-12) .content-area ul li {
	line-height: 150%;
	margin-bottom: 1.2em;
	padding-left: 1em;
	text-indent: -1em;
}
body:not(.page-id-12) .content-area ul li::before {
	content: "•";
	font-weight: 900;
	padding-right:7px;
	color: #007741; /* green */
}
body:not(.page-id-12) .content-area ul li:last-child {
	margin-bottom: 0;
}


.siteorigin-panels .entry-content {
	max-width: none;
}
#main h2 {
	color:#3BA4E4;
	font-size: 1em;
	text-align: center;
}
.page-id-90 #main h2 { /* motor coach page */
	text-align: left;
}




/* misc pics on pages captions */
.so-panel.widget_sow-image .so-widget-sow-image h3.widget-title {
	/*display: none;*/
	color: #3BA4E4;
	line-height: normal;
	font-weight: 400;
	font-size: 12px;
	text-align: left;
	margin: 3px 0 0 0;
	text-transform: none;
}
#main .so-widget-sow-image h2,
.textwidget .wp-caption .wp-caption-text
{
	font-weight: 400;
	font-size: 12px;
	text-align: left;
	margin: 3px 0 0 0;
}
.textwidget .wp-caption .wp-caption-text {
	color: #3BA4E4; /* bright blue */
	line-height: normal;
}
.sow-image-container a.iwmp-single img,
.textwidget .wp-caption a.iwmp-single img
{
	border: 1px solid #888;
}
.sow-image-container a.iwmp-single:hover img,
.textwidget .wp-caption a.iwmp-single:hover img
{
	border: 1px solid #3BA4E4; /* bright blue */
}
.mfp-bottom-bar {
	background: rgba(0,0,0,0.5);
}
.mfp-bottom-bar .mfp-title {
	line-height: 24px;
	height: 24px;
	color: #fff;
	font-size: 12px;
	padding-left: 1em;
}
.textwidget .wp-caption {
	margin-bottom: 0.5em;
}



.panel-grid .widget_nav_menu .menu {
	margin: 0 auto 4rem!important;
	max-width: 700px;
}
.panel-grid .widget_nav_menu .menu li {
  display: inline-block;
  margin: 5px 20px 0 0;
	position: relative;
}
.panel-grid .widget_nav_menu .menu li:before {
  content: '\b7';
  font-size: 2.2em;
  color: #AFB2B6;
  position: absolute;
  left: -17px;
}
.panel-grid .widget_nav_menu .menu li:first-child:before {
  content: '';
}
.panel-grid .widget_nav_menu .menu li:nth-child(4):before {
	content: '';
}
.body-wrap .widget_nav_menu .menu li a {
	color: #3BA4E4;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 17px;
  letter-spacing: 0;
  text-decoration: none;
}
.panel-grid .widget_nav_menu .menu li a:hover {
	color: #1F80B7
}
.entry-content div.panel-grid:first-child {
	margin-top: 0;
}
.entry-content .panel-grid .bucket {
	font-size: 0.8em;
	padding: 12% 8% !important;
}

/* &&&&&&&&&&&&&& $$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$ &&&&&&&&&&&&&&&&&&& */
/* SLIDE PANEL FOR TOUCH SCREENS */
#slide-panel {
	background-color: rgba(1,82,128,0.98);
}
#pg-8-0 .panel-grid-cell {
	padding-left: 0 !important;
	padding-right: 0 !important;
}
#slide-panel nav a {
	text-decoration: none;
}

/* &&&&&&&&&&&&&& $$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$ &&&&&&&&&&&&&&&&&&& */
/* BUTTONS ON WHAT TO DO */
/* Blue theme */
body:not(.home) .entry-content .panel-grid .v-center .button:hover {
	opacity: 1;
}
body:not(.home) .entry-content .panel-grid:nth-child(3n+2) .panel-row-style .v-center {
	text-align: center;
	color:white!important;
	/* light color on top - top/first color */
    background: #1d6188; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#2780b4, #1d6188); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#2780b4, #1d6188); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#2780b4, #1d6188); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#2780b4, #1d6188); /* Standard syntax */
}
body:not(.home) .entry-content .panel-grid:nth-child(3n+2) .v-center .button {
	background-color: rgba(255,240,179,0.8) !important;
}
body:not(.home) .entry-content .panel-grid:nth-child(3n+2) .v-center .button:hover {
	background-color: rgba(190,192,143,1) !important;
}


/* Dark Gray Theme */
body:not(.home) .entry-content .panel-grid:nth-child(3n+3) .panel-row-style .v-center {
	text-align: center;
	color:white!important;

	/* light color on top - top/first color */
    background: #514d4c; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#514d4c, #3d3a39); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#514d4c, #3d3a39); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#514d4c, #3d3a39); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#514d4c, #3d3a39); /* Standard syntax */
}
body:not(.home) .entry-content .panel-grid:nth-child(3n+3) .v-center .button {
	background-color: #93969B !important;
}
body:not(.home) .entry-content .panel-grid:nth-child(3n+3) .v-center .button:hover {
	background-color: #7D8084!important;
}


/* Soft Gray Theme */
body:not(.home) .entry-content .panel-grid:nth-child(3n+4) .panel-row-style .v-center {
	text-align: center;
	color:white!important;

	/* light color on top - top/first color */
    background: #708795; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#708795, #546570); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#708795, #546570); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#708795, #546570); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#708795, #546570); /* Standard syntax */
}
body:not(.home) .entry-content .panel-grid:nth-child(3n+4) .v-center .button {
	background-color: rgba(163,174,121,0.8) !important;
}
body:not(.home) .entry-content .panel-grid:nth-child(3n+4) .v-center .button:hover {
	background-color: #7C8862!important;
}


/* first box */
.entry-content .panel-grid:first-child > .panel-grid-cell {
    max-width: 700px;
    margin: 0 auto;
}


img.mfp-img {
	border: 1px solid #ccc;
	padding: 0;
}
.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
	right:6px;
}

/* &&&&&&&&&&&&&& $$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$ &&&&&&&&&&&&&&&&&&& */
/* WHAT TO DO - BORDER along bottom of each row. */
div.siteorigin-panels-stretch.equal-column-height.panel-row-style {
	border-top: 10px solid #fff;
}
@media screen and (max-width: 780px) {
	div.siteorigin-panels-stretch.equal-column-height.panel-row-style {
		border-top: 30px solid #fff;
		border-bottom: 30px solid #fff;
	}



}
/* Portrait and Landscape */
@media only screen and (max-width: 780px) { /* critical for title background images and the background images not scaling */

		body header.main.entry-header.parallax-section {
			background-attachment: scroll;

		}

}



.page-id-12 #intro h3.widget-title {
	max-width: 800px;
	margin: 10px auto 1.5rem;
	font-size: 3.1em;
	font-family: "myriad-pro-semiextended",sans-serif;
	font-style: normal;
	font-weight: 900;
	text-transform: uppercase;
	color: #1F80B7;
	text-shadow: 1px 1px 2px #aaa;
	text-align: center;
	line-height: 1;
}
.page-id-12 #intro h2:first-child {
	max-width: 800px;
	margin: 0 auto 1em;
}
.page-id-12 #intro p {
	max-width: 800px;
	margin: 0 auto;
}

.mfp-bottom-bar {
	padding: 1rem;
}




/* &&&&&&&&&&&&&& $$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$ &&&&&&&&&&&&&&&&&&& */
/* TOURS */
.page-id-28 .entry-content .panel-grid:first-child > .panel-grid-cell {
	max-width: 100%;
}


.page-id-28 .entry-content .panel-grid .panel-grid-cell .textwidget p strong {
	font-size: 1.2em;
	color: #025280; /* dark blue */
	color: #3BA4E4; /* bright blue */
}
.page-id-28 .entry-content .panel-grid .panel-grid-cell .textwidget p em strong {
	font-size: 1.2em;
	color: #025280; /* dark blue */
}
/* &&&&&&&&&&&&&& $$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$ &&&&&&&&&&&&&&&&&&& */
/* CONTACT */
.page-id-18 #main h2 {
	font-size: 1.6em;
	margin-bottom: 1em;
text-shadow: 1px 1px 1px #FFFFFF;
}




/* &&&&&&&&&&&&&& $$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$ &&&&&&&&&&&&&&&&&&& */
/* Footer */
#footer {
	background: #546FA6 url('./images/footer-bg.jpg') no-repeat bottom right;
	-webkit-background-size: cover;
	background-size: cover;
	border-top: 10px solid #fff;
}
#footer .main {
	padding: 4rem 1rem!important;
}
#footer.col-3 .widget-box {
	padding: 0;
	margin-bottom: 0 !important;
}
#footer .panel-grid,
#footer .panel-grid-cell {
	padding: 0 !important;
	margin:0!important;
	border-bottom:0!important;
}
#footer li {
	display: list-item;
	font-size: 0.7em !important;
  font-weight: 700;
  padding: 0.3rem 0;
	margin-right: 0;
}
#footer li:before {
	content: '';
}
#footer li a:before {
	content: '>';
	color: #5C778C;
	position: relative;
	left: -7px;
}
#footer li a {
	color: white;
	text-transform: uppercase;
	text-decoration: none;
}
#footer .sub-menu {
	margin-left: 2.5rem;
  list-style: disc;
  color: #101729;
	font-size: 1.15em;
}
#footer .sub-menu li a:before {
	content:'';
}
#footer .sub-menu li {
	/*padding: 0.2rem;*/
	margin-right: 0;
}
#footer .sub-menu li a {
	color: #101729;
	text-decoration: none;
}
#footer .current_page_parent > a,
#footer .current-menu-item > a {
	color:#FDF1B0!important;
}
#footer .current_page_parent a:before,
#footer .current-menu-item a:before {
	color:#FDF1B0!important;
}
#footer li a:hover {
	color:#FDF1B0!important;
}
#footer li a:hover:before {
	color:#FDF1B0!important;
}

/* &&&&&&&&&&&&&& $$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$ &&&&&&&&&&&&&&&&&&& */
/* FOOTER: SECONDARY -- CREDIT AND UP LINK -- */
#footer .secondary {
	padding: 1.6rem 0 1.1rem;
	background-color: rgba(0, 0, 0, 0.55);
	font-size: 0.8em;
}
#footer .secondary .left {
  margin-bottom: 0;
  position: absolute;
  left: 3rem;
  z-index: 99; /* gh added to allow clickability */
}
#footer .secondary p,
#footer .secondary p a {
	color: rgba(184,203,212,0.8);
}
#footer .secondary p a:hover {
	color: rgba(255,255,255,1);
}


/*Forms*/
input[type="date"],
select {
    background: rgba(0,0,0,.03);
    padding: 5px 10px;
    color: inherit !important;
    border: 1px solid rgba(0,0,0,.06);
    -webkit-appearance: none;
    box-shadow: 0 0 0 1px rgba(255,255,255,.06);
}
.button,
a.button,
a.button:active,
a.button:visited,
#footer a.button,
#searchsubmit,
input[type="submit"],
a.post-edit-link,
a.tt-button {
	background: #6D8492;
	font-size: 11px;
}
input[type="search"], input[type="email"], input[type="text"], input[type="url"], input[type="password"], textarea {
	max-width: 100%;

}

div.wpcf7 {
	background: white;
  padding: 2rem;
  border: 1px solid #ddd;
}
span.wpcf7-list-item {
	display: block;
}
.textwidget .wp-caption { /* added to fix Safari problem with lightbox images not popping up or clickable */
	z-index: 9;
	position: relative;
}
figure > br {
    display: none;
}

.res-imgs figure {
	width: 40.5% !important;
}
.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
     }
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */

@media (max-width: 900px) {
	#footer .secondary .left {
		position: static;
	}
}
@media (max-width: 1024px) {
	body.side-header #site-wrap {
		padding-left: 0;
	}
	body.side-header #site-header {
		width: 100%;
		border:0;
		background: none;
	}
	.site-title a {
		width: 150px;
		height: 100px;
		background-size: cover;
	}
	body.side-header .siteorigin-panels-stretch[data-stretch-type="full-stretched"] {
		padding-left: 0!important;
	}
	.panel-grid .widget_nav_menu .menu:not(#menu-footer-3) li:before {
	  content: '\b7'!important;
	}
	.res-imgs figure {
		width: 100% !important;
	}
}


.responsive-map {
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
    margin-bottom: 1.3rem;
}
.responsive-map iframe {
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}

.grecaptcha-badge {
	bottom: 35px !important;
	z-index: 9999 !important;
}
.gform_confirmation_message {
	font-weight: bold !important;
	color: green;
}
