/*
Theme Name: Spirit & Place
Theme URI: https://afterimagedesigns.com/wp-bootstrap-starter/
Author: EcoLogik
Author URI: https://ecologik.net/
Description:  The best WordPress starter theme based on the most powerful frameworks in the world: "_s" (by Automattic, the main people behind WordPress development), Twitter Bootstrap (the most popular HTML, CSS, and JS framework for developing responsive, mobile first projects on the web) and Font Awesome (or Fontawesome, a full suite of 675+ pictographic icons for easy scalable vector graphics on websites). This theme, like WordPress, is licensed under the GPL. You can use this theme as base for your next WordPress theme project and you are allowed to remove the link at the footer or do whatever you want. Your feedback on how we can continuously improve this WordPress Starter Theme Bootstrap will be highly appreciated. Page templates includes Right-sidebar (default page template), Left-Sidebar, Full-Width, Blank with container, Blank without container Page. Other features - Currently using Bootstrap v4.0.0 , Widgetized footer area, WooCommerce ready, Compatible with Contact Form 7, Compatible with Visual Composer, Compatible with Elementor Page Builder. This theme will be an active project which we will update from time to time. Check this page regularly for the updates.
Version: 22223.3.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: wp-bootstrap-starter
Requires at least: 4.7
Requires PHP: 5.2.4
Tested up to: 5.4
Tags: blog, custom-menu, featured-images, threaded-comments, translation-ready, right-sidebar, custom-background, e-commerce, theme-options, sticky-post, full-width-template
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
# Woocommerce
# Footer
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/


body {
  margin: 0;
  -webkit-font-smoothing: auto;
  font-family: 'Nunito', sans-serif;
  letter-spacing:.02em;
}
/*--------------------------------------------------------------
# Gravity Form
--------------------------------------------------------------*/

.gsection_title{
	font-family: 'Playfair Display', serif!important;
	margin-top: 30px!important;
	color:#0b517b!important;
	}

.gform_wrapper.gravity-theme .gsection {
    border-bottom: 1px solid #ccc;
    padding: 0!important;
	margin-bottom: 10px;
}
.gform_wrapper .gform_body .gform_fields .gfield .pretty {
    font-size:.8em!important;
}
body #gform_wrapper_2 .gform_footer .gform_button {
    border-style: solid;
    background-color: #0b517b!important;
	color: #ffffff!important;
    border-width: 0px;
	border-radius:0px;
	font-family: Archivo Narrow!important;
}
.btn-primary {
	color: #fff;
	background-color: #0d527b ;
	border-color: #0d527b ;
	text-transform: uppercase;
	}
.btn-primary:hover {
	background-color: #0a4365;
	border-color: #0a4365;
}


article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
  color:#005b94;
}

#faq a {
  background-color: transparent;
  color:white;
}

#faq p a, #faq li a {
 text-decoration:underline;
}


a:active,
a:hover {
	outline: 0;
	color: #013D61;
}
dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 70%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 2.5rem;
}

hr {
  box-sizing: content-box;
  height: 0;
}
.table-striped>tbody>tr:nth-child(odd)>td, 
.table-striped>tbody>tr:nth-child(odd)>th {
	background-color: #abc0db;// Choose your own color here
 }
.table-dark {
	color: #333;
	background-color: #bbcbe2;
}
.table-dark td, .table-dark th, .table-dark thead th {
    border-color: white;
}
.table td, .table th {
   border:none;
}
table.sermons{
	font-size:14px;
	}
table.sermons a{
	text-decoration:underline;
	}
.sermons th{
	color: #FFF;
	background-color: #005b94;
	text-transform: uppercase;
	}
.btn.btn-submit{
	border: 1px solid #666;
	}
.btn.btn-submit:hover{
	color: #FFF;
	background-color: #333;
	}
.btn{
	font-family: 'Archivo Narrow', sans-serif;
	margin: 0px;
	padding-left: 24px;
	padding-right: 24px;
	padding-top: 12px;
	padding-bottom: 12px;
	border-radius: 0px!important;
	border-width: 2px;
	}
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #00485b;
    border-color: #00485b;
}
.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-primary.dropdown-toggle:focus {
    box-shadow: none;
}
.btn.clear-button{
	padding-left:0px;
	padding-right:0px;
	}
.btn-primary.focus, .btn-primary:focus {
    color: #fff;
    background-color: #0d527b;
    border-color: #0d527b;
    box-shadow: none;
}
.btn-primary.q-link{
	border: 1px solid #FFF;	
	}

.btn-primary.hitMe{
	background-color: #333;	
	}

.btn-danger{
	font-size: 14px!important;
	background-color: #990000!important;
	color: white;
	border-color: #990000;
	text-transform: uppercase;
	padding: 15px;
	font-weight: 600;
	box-shadow:none!important;
	}
.btn-outline-light:hover {
	color: #005b94!important;
}
.bg-yellow .btn-outline-light:hover {
	color: #512A44!important;
}
.card .btn-outline-light:hover {
	color: #00594c!important;
}
.cd-panel__content .btn-primary{
	font-size: 14px!important;
	text-transform: uppercase;
	padding: 15px;
	font-weight: 600;
	box-shadow:none!important;
	}
.btn-danger:hover{
	background-color: #820000!important;
	border-top-color: #820000;
	border-right-color: #820000;
	border-bottom-color: #820000;
	border-left-color: #820000;
}
.btn-danger:not(:disabled):not(.disabled).active, .btn-danger:not(:disabled):not(.disabled):active, .show > .btn-danger.dropdown-toggle, .btn-danger.focus, .btn-danger:focus {
    color: #fff;
   background-color:#990000!important;
	border-color:#990000!important;
}
button {
  overflow: visible;
}

button, 
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}


/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
  clear: both;
  color: #24292e;
  font-weight: 600;
  margin-top: 24px;
  margin-bottom: 15px;
}
h1.cursive{
	font-size:48px;
	font-family: 'Playfair Display', serif;
	font-weight: 400;
	}
.interior-hero h1.cursive{
	font-size:72px;
	}
		
	
h1 {
  font-size: 32px;
  padding-bottom: 10px;
}
h1.title{
	font-size: 48px;
	color: #73984a;
	text-transform: capitalize;
	font-weight: normal;
	margin-bottom:0px;
	line-height:50px;
	}
h2 {
font-family: 'Playfair Display', serif;
font-size: 28px;
padding-bottom: 0.3em;
line-height: 1.25;
color: #0b517b;
margin-bottom: 0px;
letter-spacing:.08em;
letter-spacing: -.01em;
}
.products-holder h2{
font-size: 22px;	
	}
h2.title{
	font-size: 36px;
	color: black;
	text-transform: capitalize;
	font-weight: 800;
	letter-spacing:.03em;
	}
h3 {
  font-size: 26px;
  line-height: 28px;
  font-weight: 600;
}
h4 {
  font-size: 16px;
  line-height: 20px;
}
h5 {
  font-size: 14px;
  line-height: 17.5px;
}

p {
  margin-bottom: 1.5em;

}
h1.entry-title {
  font-size: 2rem;
}
h2.entry-title {
  border-bottom: 1px solid #eaecef;
}
h3.widget-title {
  font-size: 1.2rem;
}

/* VIDEO!!!!!!!!!!!!!!!!!!!!!!!!!*/
#video {
    position: relative;
    background-color: black;
    height: 45vh;
    min-height: 18rem;
    width: 100%;
    overflow: hidden;
}
#video video {
    position: absolute;
    top: 100%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: 500px;
    height: auto;
    z-index: 0;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
body {
  background: #fff;
  font-size:1.2em;
  /* Fallback for when there is no custom background color defined. */
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}
.navbar-brand img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 40%;
  /* Adhere to container width. */
}

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
.stickyHeader{
	background-color:white;
	transition: background 0.5s;
	}
header#masthead {
	margin-bottom: 0;
	background-color: white;
 /* box-shadow: 0 0.5rem 1rem rgba(0,0,0,.05), inset 0 -1px 0 rgba(0,0,0,.1);*/
  padding: .74rem 1rem;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #000;
}
header#masthead .logo img {
width:65%;
}
.navbar-brand > a {
  color: rgba(0, 0, 0, 0.9);
  font-size: 1.1rem;
  outline: medium none;
  text-decoration: none;
  color: #fff;
  font-weight: 700;
}

.navbar-brand > a:visited, .navbar-brand > a:hover {
  text-decoration: none;
}

#page-sub-header {
  position: relative;
  padding-top: 5rem;
  padding-bottom: 0;
  text-align: center;
  font-size: 1.25rem;
  background-size: cover !important;
}

body:not(.theme-preset-active) #page-sub-header h1 {
  line-height: 1.6;
  font-size: 4rem;
  color: #563e7c;
  margin: 0 0 1rem;
  border: 0;
  padding: 0;
}

#page-sub-header p {
  margin-bottom: 0;
  line-height: 1.4;
  font-size: 1.25rem;
  font-weight: 300;
}
body:not(.theme-preset-active) #page-sub-header p {
color: #212529;
}
a.page-scroller {
  color: #333;
  font-size: 2.6rem;
  display: inline-block;
  margin-top: 2rem;
}

@media screen and (min-width: 768px) {
  body:not(.theme-preset-active) #page-sub-header h1 {
    font-size: 3.750rem;
  }
  body:not(.theme-preset-active) #page-sub-header {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 992px) {
  #page-sub-header p {
    max-width: 43rem;
    margin: 0 auto;
  }
}
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
#masthead nav {
  padding-left: 0;
  padding-right: 0;
}

body:not(.theme-preset-active) #masthead .navbar-nav > li > a {
  color: #cdbfe3;
  padding: 0.5rem;
  font-weight: 500;
  font-size: 0.875rem;
}

body:not(.theme-preset-active) #masthead .navbar-nav > li > a:hover,
body:not(.theme-preset-active) #masthead .navbar-nav > li.current_page_item > a {
  color: #fff;
  font-weight: 600;
  /*background: #f9f9f9;*/
}

.navbar-brand {
  height: auto;
}

.navbar-toggle .icon-bar {
  background: #000 none repeat scroll 0 0;
}

.dropdown-menu .dropdown-toggle::after {
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
  border-top: 0.3em solid transparent;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children {
    position: relative;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}
.dropdown.menu-item-has-children .dropdown.menu-item-has-children:hover>.dropdown-menu {
    display: block;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children:hover>a:after {
    border-left-color: #fff;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children.pull-left {
    float: none;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

.dropdown-item {
  line-height: 1.2;
  padding-bottom: 0.313rem;
  padding-top: 0.313rem;
}

.dropdown-menu {
  min-width: 12.500rem;
}

.dropdown .open .dropdown-menu {
  display: block;
  left: 12.250em;
  top: 0;
}

.dropdown-menu .dropdown-item {
  white-space: normal;
  background: transparent;
  line-height: 1.6;
}
.dropdown-menu .dropdown-item:hover {
  background: transparent;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .dropdown-menu li > .dropdown-menu {
    right: -9.875rem;
    top: 1.375rem;
  }
}
@media screen and (max-width: 991px) {
  .navbar-nav .dropdown-menu {
    border: medium none;
    margin-left: 1.250rem;
    padding: 0;
  }

  .dropdown-menu li a {
    padding: 0;
  }

  #masthead .navbar-nav > li > a {
    padding-bottom: 0.625rem;
    padding-top: 0.313rem;
  }

  .navbar-light .navbar-toggler {
    border: medium none;
    outline: none;
  }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}
.comment-content.card-block {
  padding: 20px;
}

.navigation.post-navigation {
  padding-top: 1.875rem;
}

.post-navigation .nav-previous a,
.post-navigation .nav-next a {
  border: 1px solid #ddd;
  border-radius: 0.938rem;
  display: inline-block;
  padding: 0.313rem 0.875rem;
  text-decoration: none;
}

.post-navigation .nav-next a::after {
  content: " \2192";
}

.post-navigation .nav-previous a::before {
  content: "\2190 ";
}

.post-navigation .nav-previous a:hover,
.post-navigation .nav-next a:hover {
  background: #eee none repeat scroll 0 0;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 0.313rem;
  line-height: normal;
  padding: 0.938rem 1.438rem 0.875rem;
  text-decoration: none;
  top: 0.313rem;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

a img.alignright {
  float: right;
  margin: 0.313rem 0 1.25rem 1.25rem;
}

a img.alignnone {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

a img.alignleft {
  float: left;
  margin: 0.313rem 1.25rem 1.25rem 0;
}

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

.wp-caption.alignnone {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

.wp-caption.alignleft {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

.wp-caption.alignright {
  margin: 0.313rem 0 1.25rem 1.25rem;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  font-size: 0.875rem;
  /* Make sure select elements fit in widgets. */
}
.widget select {
  max-width: 100%;
}

.widget_search .search-form input[type="submit"] {
  display: none;
}

.nav > li > a:focus,
.nav > li > a:hover {
  /*background-color: #eee;*/
  text-decoration: none;
}
.half-rule {
  width: 6rem;
  margin: 2.5rem 0;
}
.widget_categories .nav-link {
  display: inline-block;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
.page-template-homepage .hero-image {
    opacity: 1;
    position: relative;
    height: 85vh;
    overflow: hidden;
    background-image: url("http://lynchsportsmedicine.com/wp-content/uploads/2019/06/blank.jpg");
    transition: .5s ease;
    background-position: center;
    background-repeat: no-repeat;
    backface-visibility: hidden;
    background-size: cover;
}
.hero-image {
    opacity: 1;
    position: relative;
    height: 430px;
    overflow: hidden;
    background-image: url("http://lynchsportsmedicine.com/wp-content/uploads/2019/06/blank.jpg");
    transition: .5s ease;
    background-position: center;
    background-repeat: no-repeat;
    backface-visibility: hidden;
    background-size: cover;
}
.front-page-fest-logo {
    opacity: 1;
    position: relative;
    height: 330px;
    overflow: hidden;
    background-image: url("http://lynchsportsmedicine.com/wp-content/uploads/2019/06/blank.jpg");
    transition: .5s ease;
    background-position: center;
    background-repeat: no-repeat;
    position: static;
    backface-visibility: hidden;
    background-size: cover;
}

.page-template-homepage .hero-image.remove-full{
	height:auto;
	}
/* Blog */
.clark-gillies .esg-sortbutton-order.eg-icon-down-open::before {
    content:'\e83b'!important;
    font-family:"eg-font"!important;
    font-size: 14px!important;
    vertical-align: middle;
}
.post-thumbnail{
	opacity: 1;
	position: relative;
	height: 400px!important;
	/*overflow: hidden;*/
	background-image: url("http://lynchsportsmedicine.com/wp-content/uploads/2019/06/blank.jpg");
	transition: .5s ease;
	background-position: center center;
	background-repeat: no-repeat;
	position: static;
	backface-visibility: hidden;
	background-size:cover;
	}
.entry-content{
	margin-top:0px;
	}
.nav > li > a:focus, .nav > li > a:hover {
    text-decoration: underline;
	color:#0d527b;
}
   h3.widget-title {
    font-size: 1.5rem;
    color: black;
    margin-bottom: 0px;
    font-weight: lighter;
}
.grey-404{
	background-color: #CCC;	
	padding-top: 7em;
	padding-bottom: 7em;
	}
.four0four{
	font-size: 250px;
	font-weight: bold;	
	line-height:180px;
	
	}
/* Animal Finder*/
.table .thead-dark th {
    color: #fff;
    background-color: #00586f;
    border-color: #00586f;
}
.form-control-lg,.input-group-text {
    border-radius: 0rem;
}
.clear-button{
height:calc(1.5em + 1rem + 6px);
}
.widget select {
    max-width: 100%;
    padding: 8px;
}
#st-1{
	padding-bottom:15px;
	}
/* Gallery */

.pre-thumb {
    opacity: 1;
    position: relative;
   /* height: 200px; */
    overflow: hidden;
    background-image: url("http://lynchsportsmedicine.com/wp-content/uploads/2019/06/blank.jpg");
    transition: .5s ease;
    background-position: center center;
    background-repeat: no-repeat;
    position: static;
    backface-visibility: hidden;
    background-size: cover;
}
.side-thumbs-sm .cd-panel__content .pre-thumb {
    opacity: 1;
    position: relative;
    height: 100px;
    overflow: hidden;
    background-image: url("http://lynchsportsmedicine.com/wp-content/uploads/2019/06/blank.jpg");
    transition: .5s ease;
    background-position: center center;
    background-repeat: no-repeat;
    position: static;
    backface-visibility: hidden;
    background-size: cover;
}
.pre-thumb-lg {
    opacity: 1;
    position: relative;
    height: auto;
   /* overflow: hidden;*/
    background-image: url("http://lynchsportsmedicine.com/wp-content/uploads/2019/06/blank.jpg");
    transition: .5s ease;
    background-position: center center;
    background-repeat: no-repeat;
    position: static;
    backface-visibility: hidden;
    background-size: cover;
}
.single-native_plants .pre-thumb {
	height:80px;
	}
.no-gutters {
    margin-right: 0;
    margin-left: 0;
}
a.thisImage {
    display: block;
}


.wave-container {
 position: relative;
  }
.wave-container > svg {
	display: block;
	position: absolute;
	left: 0px;
	bottom: -60px;
  }
.bg-try{
	background-color: white!important;
	background: url('/wave.svg');
	background-repeat: no-repeat;
	border-top-width: 40px;
	border-top-style: solid;
	border-top-color: #f3f4f5;
}
.bg-try-2{
	background-color: white!important;
	background: url('/wave-2.svg');
	background-repeat: no-repeat;
	border-top-width: 60px;
	border-top-style: solid;
	border-top-color: #f3f4f5;
}
.insta-pull{
	border-top-width: 10px;
	border-bottom-width: 10px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #d4d4d5;
	border-bottom-color: #d4d4d5;	
	}
#esg-grid-1-1,#esg-grid-7-1{
	padding:0px!important;
	}
.eg-honus-wagner-element-3 {
    font-size: 14px !important;
	line-height:16px!important;
}
.side-pad{
	padding-left:10%;
	padding-right:10%;
	}
.bg-try p,.bg-try ul,.bg-try a{
	font-size:24px;
}
.pods .wave-container > svg {
	display: block;
	position: relative;
	left: 0px;
	bottom: 0px;
  }
.page-template-interior .wave-container > svg {
	display: block;
	position: relative;
	left: 0px;
	bottom: 0px;
	
  }
  .blackhov {
    background: rgba(0, 91, 148, .85);
    width: 100%;
    height: 100%;
    position: relative;
	padding-left:80px;
	padding-right:100px;
	padding-top:50px;
	padding-bottom:100px;
}
  .greenhov {
    background: rgba(0, 148, 128, .85);
    width: 100%;
    height: 100%;
    position: relative;
}
.smaller-font{
	/*font-size:14px;*/
	}
.bg-black h2,.py-green h2{
	font-size: 24px;
	text-transform: uppercase;	
	}
.bg-black a{
	color: #FFF;
	text-decoration: underline;	
	}
.bg-black .gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type="submit"], .gform_wrapper .gform_page_footer input.button, .gform_wrapper .gform_page_footer input[type="submit"] {
	font-size: .8em;
	width: auto;
	background-color: #000000;
	border: 2px solid #FFF;
	color: white;
	font-weight: 600;
	text-transform: uppercase;
	margin-top: 0;
	margin-right: 18px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 12px;
	padding-right: 17px;
	padding-bottom: 12px;
	padding-left: 17px;
}
.bg-black .gform_wrapper.gravity-theme input[type="text"],.bg-black .gform_wrapper.gravity-theme input[type="email"] {
    font-size: 15px;
    padding: 4px;
}
.py-green a{
  color:white;	
	}
  .greenhov h1{
	  color:white;
	  }
.pb-green, .py-green {
    padding-bottom: 10rem !important;
	padding-top: 10rem !important;
	color:white;
}

.pb-green, .py-green.interior-hero {
	padding-top: 4rem !important;
	padding-bottom: 3rem !important;
	color:white;

}
   .bg-yellow{
    height: 100%;
    /*background: linear-gradient(90deg, #ffffff 50%, #fec552 50%);*/
	background: linear-gradient(90deg, #ffffff 50%, #512A44 50%);
	
}


/*    Interior Page Builder  */
/*//////////////////////////*/
.greenhov.inside{
	height: auto;
	padding-top: 0px;
	padding-right: 50px;
	padding-bottom: 50px;
	padding-left: 50px;
	}

/* ACCORDIAN */
a.btn-header-link{
	font-size:22px;
	}
#faq .card{
	border-radius:0px;
	}

.card-header:first-child {
    border-radius: 0px!important;
}

#faq .card {
  margin-bottom: 2px;
  border: 0;
}
#faq h2{
	color:white;
	font-size:26px;
	padding-bottom: 5px;
	}
.white-line{
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #FFF;	
	}
#faq .card .card-header {
  border: 0;
  padding: 0;
}

#faq .card .card-header .btn-header-link {
  color: #fff;
  display: block;
  text-align: left;
  background: #00594c;
  color: white;
  padding: 20px;
}

#faq .card .card-header .btn-header-link:after {
  content: "\f107";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  float: right;
}

#faq .card .card-header .btn-header-link.collapsed {
  background: #00594c;
  color: #fff;
}

#faq .card .card-header .btn-header-link.collapsed:after {
  content: "\f106";
}

#faq .card .collapsing {
  background: #00594c;
  line-height: 30px;
}

#faq .card .collapse {
  border: 0;
}

#faq .card .collapse.show {
  background: #00594c;
  line-height: 30px;
  color: white;
}
.questions a .fas{
	color:black;
	}
.questions .col-sm-8{
	font-family: 'Archivo Narrow', sans-serif;
}
.questions .col-sm-8 h2{
 font-weight: lighter;
}

.gallery-holder h1{
	font-size:28px;
	}
.gallery-holder{
	margin-top:50px;
	margin-bottom:50px;
	}
.alert-danger p{
	padding-bottom:0px;
	margin-bottom:0px;
	}
.event-button-top{
	padding-left:55px;
	}
.tribe-events-cal-links .tribe-events-gcal, .tribe-events-cal-links .tribe-events-ical, .tribe-events-event-meta a, .tribe-events-event-meta a:active, .tribe-events-event-meta a:visited, .tribe-events-schedule .recurringinfo a, .tribe-related-event-info .recurringinfo a, .tribe-events-single ul.tribe-related-events li .tribe-related-events-title a, .tribe-events-single-event-description a:active, .tribe-events-single-event-description a:focus, .tribe-events-single-event-description a:hover {
    color: #005b94!important;
}
.tribe-events-event-meta a.btn, .tribe-events-event-meta a.btn:visited {
    color: white!important;
}
.tribe-events-content a {
	color:#005b94;
	transition: color .2s ease;
	text-decoration: none!important;
	border-bottom-style: none;
}
.tribe-events-content a:hover {
	color:#025284;
	text-decoration: underline!important;
	border-bottom-style: none;
}
.tribe-meta-value a{
	color: #FFF!important;
	background-color: #005b94;
	padding-top: 7px;
	padding-right: 12px;
	padding-bottom: 7px;
	padding-left: 12px;
	}
.tribe-common .tribe-common-anchor:active, .tribe-common .tribe-common-anchor:focus, .tribe-common .tribe-common-anchor:hover {
    border-bottom: 0px solid #141827;
}
.tribe-common .tribe-common-anchor {
    transition:none;
}
.tribe-common:not(.tribe-events-view--shortcode).tribe-events:not(.tribe-events-view--shortcode).tribe-events-widget-shortcode.tribe-events-widget-shortcode-events-month .tribe-events-calendar-month__day-cell--mobile:active, .tribe-common:not(.tribe-events-view--shortcode).tribe-events:not(.tribe-events-view--shortcode).tribe-events-widget-shortcode.tribe-events-widget-shortcode-events-month .tribe-events-calendar-month__day-cell--mobile:focus {
    background-color: #0b517b!important;
	color:white!important;
}
.tribe-common .tribe-common-cta--thin-alt {
	color: #990000!important;
    border: 0px solid #334aff!important;
}
.tribe-common .tribe-common-cta--thin-alt:hover {
	text-decoration:underline;
}
.tribe-common .tribe-common-c-btn-border-small:active, .tribe-common .tribe-common-c-btn-border-small:focus, .tribe-common .tribe-common-c-btn-border-small:hover, .tribe-common a.tribe-common-c-btn-border-small:active, .tribe-common a.tribe-common-c-btn-border-small:focus, .tribe-common a.tribe-common-c-btn-border-small:hover {
	color: #660F13!important;
}
.tribe-filter-bar .tribe-filter-bar-c-pill--button .tribe-filter-bar-c-pill__pill:focus, .tribe-filter-bar .tribe-filter-bar-c-pill--button .tribe-filter-bar-c-pill__pill:hover {
    background-color: #660F13!important;
    color: white!important;
}
.tribe-events-pro .tribe-events-pro-week-grid__header-column--current .tribe-events-pro-week-grid__header-column-daynum, .tribe-events-pro .tribe-events-pro-week-grid__header-column--current .tribe-events-pro-week-grid__header-column-daynum-link {
    color: #0e527b!important;
}
.tribe-events-pro .tribe-events-pro-map__event-card-wrapper--active .tribe-events-pro-map__event-card-button {
    border: 1px solid #990000!important;
}
.tribe-meta-value a:hover{
	background-color: #025284;
	text-decoration: none;
	}
.tribe-common .tribe-common-h3 {
    font-family: 'Nunito', sans-serif;
}
.tribe-events-page-template .tribe-events .tribe-events-l-container {
    padding-top: 30px;
}
.container .eg-jefferson-wrapper {
    border-radius: 0px !important;
}

 a div.holder h2,a div.holder p{
	font-family: 'Archivo Narrow', sans-serif;
	text-transform: uppercase; 
	color:#005b94;
	 }
div.holder p{
	font-size:16px;	
	}
div.holder{
	padding-right:20%;
	}
.pad-left{
	padding-left:20%;
	}
.orange-content h1{
	font-size: 45px;
	text-transform: uppercase;
	color: #FFF;
	font-weight: lighter;
	}
.cta-button{
	padding-top:15px;
	}
.cta-button a{
	background-color: #9a0000;
	padding-top: 12px;
	padding-right: 15px;
	padding-bottom: 12px;
	padding-left: 15px;
	color: #FFF;
	}
.cta-button a:hover{
	background-color: #850101;
    text-decoration:none;
	}
.right-side h2{
	margin-top:0px;
	}
.tribe-common .tribe-common-h5, .tribe-common .tribe-common-h6, .tribe-common .tribe-common-h7 {
    color: #141827;
    font-family: Archivo Narrow!important;
    font-weight: 700;
    line-height: 1.1;
}
.tribe-events-widget .tribe-events-widget-countdown__number{
	 font-family: Archivo Narrow!important;
	}
.tribe-common .tribe-common-h6 {
    font-size: 22px;
}
.tribe-common .tribe-common-h7 {
    font-size: 16px;
    line-height: 1.1;
}
.tribe-events-pro-map__event-tooltip-title.tribe-common .tribe-common-h7 {
    font-size: 16px;
    line-height: 1.3!important;
}
.tribe-common.tribe-events-widget .tribe-events-widget-events-list__view-more-link {
	color: #FFFFFF!important;
	background-color: #990000;
	padding: 8px;
}
.tribe-common.tribe-events-widget .tribe-events-widget-events-list__view-more-link:hover {
	background-color: #860101;
	text-decoration:none!important;
}
.tribe-common .tribe-common-b2 {
font-family: 'Nunito', sans-serif!important;
}
/*.tribe-common.tribe-events-widget .tribe-events-widget-events-list__view-more-link:active, .tribe-common.tribe-events-widget .tribe-events-widget-events-list__view-more-link:focus, .tribe-common.tribe-events-widget .tribe-events-widget-events-list__view-more-link:hover {
    border-bottom: none!important;
	text-decoration:underline!important;
} */
.tribe-common .tribe-common-anchor-thin:active, .tribe-common .tribe-common-anchor-thin:focus, .tribe-common .tribe-common-anchor-thin:hover {
    border-bottom: none!important;
	text-decoration:underline!important;
}
.tribe-common .tribe-common-anchor-thin {
    border-bottom: none!important;
}
.tribe-events .tribe-events-calendar-month__day-cell--selected, .tribe-events .tribe-events-calendar-month__day-cell--selected:focus, .tribe-events .tribe-events-calendar-month__day-cell--selected:hover {
    background-color: gray!important;
}
.tribe-common .tribe-events-widget .tribe-events-widget-events-list__view-more-link, .tribe-common .tribe-events-widget .tribe-events-widget-featured-venue__view-more-link, .tribe-common .tribe-events-widget .tribe-events-widget-events-month__view-more-link, .tribe-common .tribe-events-widget .tribe-events-widget-events-week__view-more-link {
    color: #FFFFFF!important;
	background-color: #990000;
	padding: 8px;
}

.tribe-common .tribe-events-widget .tribe-events-widget-events-list__view-more-link:hover, .tribe-common .tribe-events-widget .tribe-events-widget-featured-venue__view-more-link:hover, .tribe-common .tribe-events-widget .tribe-events-widget-events-month__view-more-link:hover, .tribe-common .tribe-events-widget .tribe-events-widget-events-week__view-more-link:hover {
   background-color: #860101;
	text-decoration:none!important;
}

.shortcode-generated a {
	font-size:.9em;
	line-height:1em;
	}
a.resource-inner {
	text-decoration:none;
	}
a.resource-inner:hover {
	display:block;
	text-decoration: none;
	background-color: #0b517b;
	color:white;
	}
a.resource-inner:hover h2,a.resource-inner:hover p {
	color:white;
	}
	
.resource h2,.resource p{
	color: white;
	/*color: #512A44;*/
	font-weight: lighter;
	}
.resource a.resource-inner {
	text-decoration:none;
	}
.resource a.resource-inner:hover {
	display:block;
	text-decoration: none;
	background-color:white; 
	color:#512A44;
	}
.resource a.resource-inner:hover h2,a.resource-inner:hover p {
	color:#512A44;
	}
a.orange-p:hover{
	text-decoration:none;
	}
a.orange-p:hover h2,a.orange-p:hover p,a.orange-p:hover .fas {
	color:#5c3354;
	}	
a.orange-p:hover .fas {
	border-color:#5c3354;
	}	

/* Font Awesome */
table.log .fas{
	font-size:1.4em;
	}

.pad-left i.fas {
	display: inline-block;
	border-radius: 60px;
	box-shadow: 0px 0px 2px #888;
	padding: 0.5em 0.6em;
	font-size: 40px;
	border: 5px solid #005b94;
	color:#005b94;
}
.yellow-pod-left{
	text-align:left;
	}
#map{
	height: 400px;
	width: 100%;
	border: 2px solid #FFF;
	}
.space .btn {
	text-transform: uppercase;
	color: #FFF;
	border: 2px solid #FFF;	
	}
 .hero-words{
	position: absolute;
	left: 0px;
	bottom: 0px;
	width:60%;
	 }
 .hero-words-print{
	 color:white;
	 }
 .btn.mr-button {
	 margin-right:15px;
	 }
 .left-border{
	padding-left: 15px;
	border-left-width: 15px;
	border-left-style: solid;
	border-left-color: #fec553;
	/*border-left-color: #512A44;*/
	 }
 .hero-words-print h1{
	color: white;
	font-size: 48px;
	font-weight: normal;
	padding-bottom:10px;
	margin-bottom:0px;
	 }
 .btn-outline-light{
	text-transform: uppercase;
	/*padding:10px; 
	letter-spacing:.08em;*/	 
	 }
 #faq .btn-outline-light{
	font-size:18px;
	 }

 #faq .btn-outline-light:hover{
	text-transform: uppercase;
	background-color: #FFF;	/*padding:10px; 
	letter-spacing:.08em;*/
	color: #00594c;
	 }
  .orange-links a{
	color: #ea7423;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 600;	
   }
   .orange-links a::after{
	content: "\f0a9";
	font-family: "FontAwesome";
	padding-left:10px;
   }
 .mission {
	color: #73984a;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #d4d4d5;
	padding-left: 70px;
	font-size:36px;
	font-family: 'Source Serif Pro', serif;
	line-height:40px;
	 }
 .join-image {
    opacity: 1;
    position: relative;
    /*height: 99vh;*/
    overflow: hidden;
    background-image: url("http://lynchsportsmedicine.com/wp-content/uploads/2019/06/blank.jpg");
    transition: .5s ease;
    background-position: center;
    background-repeat: no-repeat;
    position: static;
    backface-visibility: hidden;
    background-size: cover;
}
 .join-form{
	 background-color:#2a2a2a;
	 color:white;
	 }
 .join-form div{
	 max-width:500px;
	 }
 .join-form h1{
	 color: white;
	font-size: 60px;
	font-weight: normal;
	padding-bottom:10px;
	margin-bottom:0px;
	 }
.join-hold{
	border: 2px solid #FFF; 
}
.join-form a{
	color: #ea7423;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 600;	
   }
.join-form a::after{
	content: "\f0a9";
	font-family: "FontAwesome";
	padding-left:10px;
   }
 .join-form p{
	   font-size:24px;
	 }
.join-form.p-5{
	padding: 5rem !important;
	}
.pods h3{
	color: #73984a;
	font-size: 18px;
	text-transform: uppercase;
	font-family: 'Open Sans', sans-serif;
	font-weight: 800;
	}  
.four.pods h3{
	color: #73984a;
	font-size: 24px;
	text-transform: uppercase;
	font-family: 'Open Sans', sans-serif;
	font-weight: 800;
	}  
.four.pods p{
	   font-size:16px;
	 }
.pods p{
	   font-size:18px;
	 }
.pods a{
	color: #ea7423;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 600;	
   }
.pods a:hover,.orange-links a:hover {
    color: #00586f;
    text-decoration: none;
}
.join-form a:hover{
	color:white;
    text-decoration: none;
	}
.pods a::after{
	content: "\f0a9";
	font-family: "FontAwesome";
	padding-left:10px;
   }
 .pods .fas, .pods .far{
	color: #73984a;
	font-size: 36px;
	border: 3px solid #73984a;
	border-radius: 45px;
	padding:15px
	 }
.sign p {
    font-size: 18px;
}
.sign .btn{
	font-size: 12px;
	font-weight: bold;
	}
.blue-area{
	background-color:#00586f;
	color:white;
	padding-left:15%;
	}
.blue-area .p-5{
	padding: 5rem !important;
	}
.blue-area .col-5 div{
	max-width:350px;
	float:right;
	}
.blue-area p {
    font-size: 18px;
}
 .blue-area h1{
	color: white;
	font-size: 60px;
	font-weight: normal;
	padding-bottom:10px;
	margin-bottom:0px;
	 }
.blue-area a{
	font-size:14px!important;
	}
 .blue-area-image {
    opacity: 1;
    position: relative;
    /*height: 99vh;*/
    overflow: hidden;
    background-image: url("http://lynchsportsmedicine.com/wp-content/uploads/2019/06/blank.jpg");
    transition: .5s ease;
    background-position: center;
    background-repeat: no-repeat;
    position: static;
    backface-visibility: hidden;
    background-size: cover;
}
.inner-head-p-size{
	font-size:22px;
/*	margin-bottom:60px; */
	}
.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type="submit"], .gform_wrapper .gform_page_footer input.button, .gform_wrapper .gform_page_footer input[type="submit"] {
	font-size: 1em;
	width: auto;
	background-color: #990000;
	border: none;
	color: white;
	font-weight: 600;
	text-transform: uppercase;
	margin-top: 0;
	margin-right: 18px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 12px;
	padding-right: 17px;
	padding-bottom: 12px;
	padding-left: 17px;
}
/* Bloomerang Form */
.donation-form .field.radio input, .donation-form .field.checkbox input {
    margin-right: 10px;
}
.email-registration-form .consent {
    display: none;
}
.email-registration-form .field.email {
    padding: 4px 0;
	margin-bottom:20px;
}
.text.first-name,.email.email-address,.text.city{
	float:left;
	margin-right:10px;
	}
.donation-form .field.street-address textarea,.donation-form .field.comment textarea{
	max-width:49%;
	}
.donation-form .field .checkbox.selected,.email-registration-form .field .checkbox.selected  {
    background:#00586f!important;
}
/* End Bloomerang Form */
/* Advocacy */
.light-border{
	border: 1px solid #CCC;	
	}
.advocacy-back{
	opacity: 1;
    position: relative;
    /*height: 99vh;*/
    overflow: hidden;
    background-image: url("http://lynchsportsmedicine.com/wp-content/uploads/2019/06/blank.jpg");
    transition: .5s ease;
    background-position: center;
    background-repeat: no-repeat;
    position: static;
    backface-visibility: hidden;
    background-size: cover;
	}
.products-holder{
 /* background-color:#f5f5f5;	*/
	}
body .products-holder p{
	font-size: .8em;
	}
body.page-template-interior-finder .products-holder p {
    font-size: .9em;
}
.a-words{
	color:#898989;
	font-size:18px;
	}
.results{
	color:#00586f;
	}
.slight-larger{
font-size: 1.4em;
}
.single-event_space .table-bordered td, .table-bordered th {
    border: 1px solid #dee2e6;
}
.single-event_space .table-striped > tbody > tr:nth-child(2n+1) > td, .amenitites.table-striped > tbody > tr:nth-child(2n+1) > th {
	background-color: #dee2e6;
    // Choose your own color here: ;
}
table.log{
	border: 1px solid #CCC;	
	}
/* Grid */
.esg-grid .mainul li.eg-clark-gillies-wrapper {
    padding: 0px 0px 0px 0px!important;
}
.esg-overflowtrick {
    overflow:inherit!important;
}
/* Calendar */
.tribe-common .tribe-common-c-btn, .tribe-common a.tribe-common-c-btn {
	background-color: #0d527b!important;
	border-radius: 0px;
	text-transform: uppercase;
	}
.tribe-common .tribe-common-c-btn:focus, .tribe-common .tribe-common-c-btn:hover, .tribe-common a.tribe-common-c-btn:focus, .tribe-common a.tribe-common-c-btn:hover {
   background-color: #0a4365!important;
}
.tribe-events .datepicker .day.active, .tribe-events .datepicker .day.active.focused, .tribe-events .datepicker .day.active:focus, .tribe-events .datepicker .day.active:hover, .tribe-events .datepicker .month.active, .tribe-events .datepicker .month.active.focused, .tribe-events .datepicker .month.active:focus, .tribe-events .datepicker .month.active:hover, .tribe-events .datepicker .year.active, .tribe-events .datepicker .year.active.focused, .tribe-events .datepicker .year.active:focus, .tribe-events .datepicker .year.active:hover {
    color: #fff;
    background: #00586f;
    text-shadow: none;
	border-radius:0px;
}
.tribe-common a, .tribe-common a:active, .tribe-common a:focus, .tribe-common a:hover, .tribe-common a:visited {
    color: #990000;
}
.tribe-common .tribe-common-anchor-thin:active, .tribe-common .tribe-common-anchor-thin:focus{
    text-decoration:none;
}
.tribe-common .tribe-common-anchor-thin:hover {
    text-decoration:underline;
}
.tribe-common .tribe-common-anchor-thin:active, .tribe-common .tribe-common-anchor-thin:focus{
    border-bottom: none;
}

/* FAQs */
.panel-title {
  position: relative;
}
  
/*.panel-title::after {
	content: "\f107";
	color: #333;
	top: -2px;
	right: 0px;
	position: absolute;
    font-family: "FontAwesome"
}

.panel-title[aria-expanded="true"]::after {
	content: "\f106";
}*/
.faqs{
/*	margin-top: 50px; */
	padding-top: 20px;
	}
.faqs h4 {
	font-size: 18px;
	font-weight: normal;
}
.faqs .panel-title{
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 10px;
	border-top-width: 1px;
	/*border-top-style: solid;
	border-top-color: #999;*/
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	}
.line0 {
    border-top-style: solid;
	border-top-color: #999;
}
.faqs .panel-title:hover{
	cursor: pointer;
	background-color: #EBF2E3;
}
/* STAFF */
/*.......*/

.staff-image {
	opacity: 1;
	position: relative;
	height: 400px;
	overflow: hidden;
	background-image: url("http://lynchsportsmedicine.com/wp-content/uploads/2019/06/blank.jpg");
	transition: .5s ease;
	background-position: top;
	background-repeat: no-repeat;
	position: static;
	backface-visibility: hidden;
	background-size: cover;
	background-color:#00586f;
}

.page-template-interior-conference .staff-image {
	opacity: 1;
	position: relative;
	height: 300px;
	overflow: hidden;
	background-image: url("http://lynchsportsmedicine.com/wp-content/uploads/2019/06/blank.jpg");
	transition: .5s ease;
	background-position: top;
	background-repeat: no-repeat;
	position: static;
	backface-visibility: hidden;
	background-size: cover;
	background-color:#00586f;
}
.corner {
  width: 0;
  height: 0;
  border-top: 150px solid #73984a;
  border-bottom: 150px solid transparent;
  border-left: 150px solid transparent;
  position:absolute;
  right:0;
}

.corner span {
	position: absolute;
	top: -110px;
	width: 100px;
	left: -100px;
	text-align: center;
	font-size: 16px;
	transform: rotate(45deg);
	display: block;
	color: white;
	font-weight: 600;
}
.page-template-interior-conference .bio{
	font-size: .7em!important;
	}
.page-template-interior-conference .staff-image.side-speak{
	height: 200px;
	}
.small-speak h2 {
	font-size: 26px;
	text-transform: uppercase;
	}
.small-speak .title {
	font-size: 16px;
	}
.grey-back-small{
	border: 1px solid #dfdfdf;
	}
.staff-holder{
	border-top-width: 20px;
	border-top-style: solid;
	border-top-color: #73984a;
	background-color: #00586f;
	color: white;
	/*background-image: url(/wave-staff.svg);*/
	background-repeat: no-repeat;
	background-position: 0px 0px;
	}
.staff-holder h2{
	color: white;
/*	text-transform: uppercase;	*/
	}
.staff-holder p,.staff-holder a{
	font-size: 16px;
	}
.min-h-staff{
	min-height:650px;
	}
/* Workshops */
.w-image {
    opacity: 1;
    position: relative;
    height: 330px;
    overflow: hidden;
    background-image: url("http://lynchsportsmedicine.com/wp-content/uploads/2019/06/blank.jpg");
    transition: .5s ease;
    background-position: center;
    background-repeat: no-repeat;
    position: static;
    backface-visibility: hidden;
    background-size: cover;
}
/* Trail */
/*.......*/

.trail-image {
	opacity: 1;
	position: relative;
	height: 350px;
	overflow: hidden;
	background-image: url("http://lynchsportsmedicine.com/wp-content/uploads/2019/06/blank.jpg");
	transition: .5s ease;
	background-position: top;
	background-repeat: no-repeat;
	position: static;
	backface-visibility: hidden;
	background-size: cover;
	background-color:#00586f;
}
.trail-holder{
	border-top-width: 20px;
	border-top-style: solid;
	border-top-color: #73984a;
	background-color: #00586f;
	color: white;
	/*background-image: url(/wave-staff.svg);*/
	background-repeat: no-repeat;
	background-position: 0px 0px;
	}
.trail-holder h2{
	color: white;
	text-transform: uppercase;	
	}
.trail-holder p,.trail-holder a{
	font-size: 16px;
	}
.min-h-trail{
	min-height:410px;
	}
ul.two-col-list{
	 columns: 2;
     -webkit-columns: 2;
     -moz-columns: 2;
	}
/* Search */
h2.entry-title {
    font-size:24px;
}
.search-results .post.hentry {
   display:none;
}
.show-type{
	text-transform: capitalize;	
	}
.form-control {
	border-radius:0px;
	}
.error404 .btn {
	/*background-color:#CCC!important;*/
	padding-top: 4px!important;
	padding-bottom: 4px!important;
	padding-left: 12px!important;
	padding-right: 12px!important;
	}
/* Plants */
/*.......*/

.drop-format {
	list-style-type: none;
	/*background-color: #e9ecef;*/
	border: 1px solid #ced4da;
}
.type-border {
border: 1px solid #ced4da;
}
.dropdown-menu.color-block {
   /* min-width: 375px; */
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #e9ecef;
    background-clip: padding-box;
    border: 0px solid rgba(0,0,0,.15);
    border-radius: 0rem;
    left: -16px !important;
    height: 300px;
    overflow-x: hidden;
    overflow-y: scroll;
}
.dropdown-menu.bloom-block {
	min-width: 600px;
    padding: .5rem 0;
   /* margin: .125rem 0 0;*/
	font-size: 1rem;
	color: #212529;
	text-align: left;
	list-style: none;
	background-color: #e9ecef;
	background-clip: padding-box;
	border: 0px solid rgba(0,0,0,.15);
	border-radius: 0rem;
	left: -16px !important;
	top: 15px!important;
	margin-top: 25px;
}
ul.two-col{
	columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
	}
.card-body {
  /*  background-color: #e9ecef; 
    border: 1px solid #ced4da;
    border-radius: 0px;
    padding-bottom:12px;
    padding-top: 6px;*/
}
.label-filter{
	font-size: 14px;
	text-transform: uppercase;	
	}
.age-holder-slide {
    font-size: 14px;
    text-transform: uppercase;
    color: #495057;
}
.slider-handle {
	background:#0b517b!important;
}
.slider-handle.round {
    border-radius: 5px!important;
}
.w-20{
	width:20%;
	}
.slider.slider-horizontal {
    width: auto!important;
}
.clear-btn{
	font-size:12px!important;
	border-radius:0px!important;
	}


.plant-image {
	opacity: 1;
	position: relative;
	/*height: 250px;*/
	overflow: hidden;
	background-image: url("http://lynchsportsmedicine.com/wp-content/uploads/2019/06/blank.jpg");
	transition: .5s ease;
	background-position: top;
	background-repeat: no-repeat;
	position: static;
	backface-visibility: hidden;
	background-size: cover;
	background-color:#00586f;
}
.plant-holder{
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #73984a;
	background-color: white;
	color: #002129;
	/*background-image: url(/wave-staff.svg);*/
	background-repeat: no-repeat;
	background-position: 0px 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #dfdfdf;
	border-right-color: #dfdfdf;
	border-bottom-color: #dfdfdf;
	}
.page-template-interior-plants .contact .btn {
padding:5px;  
}
/*.trail-holder .contact .btn {
padding:auto;  
} */
.plant-holder h2{
	color: #73984a;
font-size: 18px;
/*text-transform: uppercase;*/
font-family: 'Open Sans', sans-serif;
font-weight: 800;
	}
.page-template-interior-workshops .plant-holder h2{
	color: #73984a;
font-size: 48px;
/*text-transform: uppercase;*/
  font-family: 'Source Serif Pro', serif;
font-weight: 800;
	}
.page-template-interior-workshops .plant-holder {
    border-left-width: 15px;
}
.plant-holder p,.plant-holder a{
	font-size: 14px;
	}
.min-h-plant{
	/*min-height:200px;*/
	}
	
.btn-outline-dark {
	border-width: 1px;
}
.btn-outline-danger {
	border-width: 1px;
    color: #ea7423;
    border-color: #ea7423;
}
.btn-outline-danger:hover {
    background-color: #ea7423;
    border-color: #ea7423;
}
.plant-drop.plants-toggle{
	/*position:absolute;
    opacity: 0;*/
	display:none;
	transition:all 1s;
}
.plant-drop{
	/*position: static;
	opacity: 1;*/
	transition:all 1s;
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	}
.title-holder{
	font-size:.8em;
	line-height:1.0em;
	}
.page-template-interior-plants .bg-try {
    border-top-width: 0px;
}

ul.two-col-list{
	 columns: 2;
     -webkit-columns: 2;
     -moz-columns: 2;
	}
.kit{
	padding: 10px;
	border: 1px solid #CCC;	
	font-size:14px;
	}
/* Inner Hab */
.grey-back{
	background-color: #e8e7e5;
	}
.bg-black{
	background-color: #000000;
	color:white;
	}
/*@supports (-webkit-appearance: none) or (-moz-appearance: none) {
  .plant-drop input[type='checkbox'],
  .plant-drop input[type='radio'] {
    --active: #275EFE;
    --active-inner: #fff;
    --focus: 2px rgba(39, 94, 254, .3);
    --border: #BBC1E1;
    --border-hover: #275EFE;
    --background: #fff;
    --disabled: #F6F8FF;
    --disabled-inner: #E1E6F9;
    -webkit-appearance: none;
    -moz-appearance: none;
    height: 21px;
    outline: none;
    display: inline-block;
    vertical-align: top;
    position: relative;
    margin: 0;
    cursor: pointer;
    border: 1px solid var(--bc, var(--border));
    background: var(--b, var(--background));
    -webkit-transition: background .3s, border-color .3s, box-shadow .2s;
    transition: background .3s, border-color .3s, box-shadow .2s;
  }
 .plant-drop input[type='checkbox']:after,
 .plant-drop input[type='radio']:after {
    content: '';
    display: block;
    left: 0;
    top: 0;
    position: absolute;
    -webkit-transition: opacity var(--d-o, 0.2s), -webkit-transform var(--d-t, 0.3s) var(--d-t-e, ease);
    transition: opacity var(--d-o, 0.2s), -webkit-transform var(--d-t, 0.3s) var(--d-t-e, ease);
    transition: transform var(--d-t, 0.3s) var(--d-t-e, ease), opacity var(--d-o, 0.2s);
    transition: transform var(--d-t, 0.3s) var(--d-t-e, ease), opacity var(--d-o, 0.2s), -webkit-transform var(--d-t, 0.3s) var(--d-t-e, ease);
  }
  .plant-drop input[type='checkbox']:checked,
  .plant-drop input[type='radio']:checked {
    --b: var(--active);
    --bc: var(--active);
    --d-o: .3s;
    --d-t: .6s;
    --d-t-e: cubic-bezier(.2, .85, .32, 1.2);
  }
  .plant-drop input[type='checkbox']:disabled,
  .plant-drop input[type='radio']:disabled {
    --b: var(--disabled);
    cursor: not-allowed;
    opacity: .9;
  }
  .plant-drop input[type='checkbox']:disabled:checked,
  .plant-drop input[type='radio']:disabled:checked {
    --b: var(--disabled-inner);
    --bc: var(--border);
  }
  .plant-drop input[type='checkbox']:disabled + label,
  .plant-drop input[type='radio']:disabled + label {
    cursor: not-allowed;
  }
  .plant-drop input[type='checkbox']:hover:not(:checked):not(:disabled),
  .plant-drop input[type='radio']:hover:not(:checked):not(:disabled) {
    --bc: var(--border-hover);
  }
  .plant-drop input[type='checkbox']:focus,
  .plant-drop input[type='radio']:focus {
    box-shadow: 0 0 0 var(--focus);
  }
  .plant-drop input[type='checkbox']:not(.switch),
  .plant-drop input[type='radio']:not(.switch) {
    width: 21px;
  }
  .plant-drop input[type='checkbox']:not(.switch):after,
  .plant-drop input[type='radio']:not(.switch):after {
    opacity: var(--o, 0);
  }
  .plant-drop input[type='checkbox']:not(.switch):checked,
  .plant-drop input[type='radio']:not(.switch):checked {
    --o: 1;
  }
  .plant-drop input[type='checkbox'] + label,
  .plant-drop input[type='radio'] + label {
    font-size: 14px;
    line-height: 21px;
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
    margin-left: 4px;
  }

  .plant-drop input[type='checkbox']:not(.switch) {
    border-radius: 7px;
  }
  .plant-drop input[type='checkbox']:not(.switch):after {
    width: 5px;
    height: 9px;
    border: 2px solid var(--active-inner);
    border-top: 0;
    border-left: 0;
    left: 7px;
    top: 4px;
    -webkit-transform: rotate(var(--r, 20deg));
            transform: rotate(var(--r, 20deg));
  }
 .plant-drop  input[type='checkbox']:not(.switch):checked {
    --r: 43deg;
  }
  .plant-drop input[type='checkbox'].switch {
    width: 38px;
    border-radius: 11px;
  }
  .plant-drop input[type='checkbox'].switch:after {
    left: 2px;
    top: 2px;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    background: var(--ab, var(--border));
    -webkit-transform: translateX(var(--x, 0));
            transform: translateX(var(--x, 0));
  }
  .plant-drop input[type='checkbox'].switch:checked {
    --ab: var(--active-inner);
    --x: 17px;
  }
  .plant-drop input[type='checkbox'].switch:disabled:not(:checked):after {
    opacity: .6;
  }

 .plant-drop input[type='radio'] {
    border-radius: 50%;
  }
  .plant-drop input[type='radio']:after {
    width: 19px;
    height: 19px;
    border-radius: 50%;
    background: var(--active-inner);
    opacity: 0;
    -webkit-transform: scale(var(--s, 0.7));
            transform: scale(var(--s, 0.7));
  }
  .plant-drop input[type='radio']:checked {
    --s: .5;
  } */
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
#content.site-content {
  padding-bottom: 0rem;
  padding-top: 0rem;
}
.nav-link {
    display: inline-block;
    padding: .5rem 1rem;
    padding-top: 0.4rem !important;
    padding-right: 1rem;
    padding-bottom: 0.4rem !important;
    padding-left: 1rem;
    line-height: 18px;
}
#mega-menu-item-41.mega-menu-item-object-custom{
	background-color:#535353!important;
	/*padding:10px!important;*/
	padding-left:5px!important;
	padding-right:5px!important;
	}
#mega-menu-wrap-primary #mega-menu-primary li#mega-menu-item-41 .mega-search input[type="text"] {
	border-radius:0px;
	}
.page-template-homepage #content.site-content {
  padding-bottom: 0rem;
  padding-top: 0rem;
}
.page-template-interior #content.site-content {
    padding-bottom: 0rem;
    padding-top: 0rem;
    background-color: white;
}
.bg-grey {
    background-color: #f3f4f5;
}

.sticky .entry-title::before {
  content: '\f08d';
  font-family: "Font Awesome\ 5 Free";
  font-size: 1.563rem;
  left: -2.5rem;
  position: absolute;
  top: 0.375rem;
  font-weight: 900;
}

.sticky .entry-title {
  position: relative;
}

.single .byline,
.group-blog .byline {
  display: inline;
}

.page-content,
.entry-content,
.entry-summary {
	margin-top: 15px;
	margin-right: 0em;
	margin-bottom: 0em;
	margin-left: 0em;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

.page-template-blank-page .entry-content,
.blank-page-with-container .entry-content {
  margin-top: 0;
}

.post.hentry {
  margin-bottom: 4rem;
}

.posted-on, .byline, .comments-link {
  color: #9a9a9a;
}

.entry-title > a {
  color: inherit;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

.comment-body .pull-left {
  padding-right: 0.625rem;
}

.comment-list .comment {
  display: block;
}

.comment-list {
  padding-left: 0;
}

.comments-title {
  font-size: 1.125rem;
}

.comment-list .pingback {
  border-top: 1px solid rgba(0, 0, 0, 0.125);
  padding: 0.563rem 0;
}

.comment-list .pingback:first-child {
  border: medium none;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  background: #f1f1f1 none repeat scroll 0 0;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  padding: 0.313rem 0.313rem 0;
  text-align: center;
}
.wp-caption img[class*="wp-image-"] {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 100%;
  padding: 0;
  width: auto;
}
.wp-caption .wp-caption-text {
  font-size: 0.688rem;
  line-height: 1.063rem;
  margin: 0;
  padding: 0.625rem;
}

.wp-caption-text {
  text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-item .gallery-columns-2 {
  max-width: 50%;
}
.gallery-item .gallery-columns-3 {
  max-width: 33.33333%;
}
.gallery-item .gallery-columns-4 {
  max-width: 25%;
}
.gallery-item .gallery-columns-5 {
  max-width: 20%;
}
.gallery-item .gallery-columns-6 {
  max-width: 16.66667%;
}
.gallery-item .gallery-columns-7 {
  max-width: 14.28571%;
}
.gallery-item .gallery-columns-8 {
  max-width: 12.5%;
}
.gallery-item .gallery-columns-9 {
  max-width: 11.11111%;
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Plugin Compatibility
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Woocommerce
--------------------------------------------------------------*/
.woocommerce-cart-form .shop_table .coupon .input-text {
  width: 8.313rem !important;
}

.variations_form .variations .value > select {
  margin-bottom: 0.625rem;
}

.woocommerce-MyAccount-content .col-1,
.woocommerce-MyAccount-content .col-2 {
  max-width: 100%;
}

/*--------------------------------------------------------------
## Elementor
--------------------------------------------------------------*/
.elementor-page article .entry-footer {
  display: none;
}

.elementor-page.page-template-fullwidth #content.site-content {
  padding-bottom: 0;
  padding-top: 0;
}

.elementor-page .entry-content {
  margin-top: 0;
}

/*--------------------------------------------------------------
## Visual Composer
--------------------------------------------------------------*/
.vc_desktop article .entry-footer {
  display: none;
}

.vc_desktop #content.site-content {
  padding-bottom: 0;
  padding-top: 0;
}

.vc_desktop .entry-content {
  margin-top: 0;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
footer#colophon {
  font-size: 18px;
  background-color:white;
  color:black;
}
footer#colophon img{
  max-width:70%;
}
footer#colophon a{
	color:#740c00!important;
	}

footer#colophon h2{
	color: white;
	font-weight: 800;
	font-size: 18px;
	text-transform: uppercase;
	margin-bottom: 0px;
	padding-bottom: 15px;
	font-family: 'Open Sans', sans-serif;
	}
footer#colophon p{
	font-size: 16px;
	line-height:26px;
	}

.navbar-dark .site-info {
  color: #fff;
}
.copyright {
  font-size: 0.875rem;
  margin-bottom: 0;
  text-align: center;
}

.bottom-footer{
	background-color:#60863a;
	font-size:12px!important;
	}

.copyright a, footer#colophon a {
  color: white;
}

footer#colophon a.soc:hover {
  color: #60863a;
}


@media screen and (max-width: 767px) {
  #masthead .navbar-nav > li > a {
    padding-bottom: 0.938rem;
    padding-top: 0.938rem;
  }
}

 

/*--------------------------------------------------------------
# Media Query
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Notebook
--------------------------------------------------------------*/
@media only screen and (max-width: 1500px) {

html {
    font-size: 95%;
  }
.hero-words h1 {
    font-size: 44px;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item {
   /* margin:0px!important;*/
}

.blue-area{
	padding-left:0px;
	}

}

@media screen and (max-width: 1300px) {
	#mega-menu-wrap-social{
		display:none;
		}
.dropdown-menu.bloom-block {
	min-width: 500px;
    padding: .5rem 0;
   /* margin: .125rem 0 0;*/
	font-size: 1rem;
	color: #212529;
	text-align: left;
	list-style: none;
	background-color: #e9ecef;
	background-clip: padding-box;
	border: 0px solid rgba(0,0,0,.15);
	border-radius: 0rem;
	left: -16px !important;
	top: 15px!important;
	/*margin-top: 125px;*/
}
		
header#masthead .logo img {
    width: 30%;
}
 .products-holder h2 {
    font-size: 18px;
}
.page-template-interior-finder .products-holder h2 {
    font-size: 22px;
}
.pad-left {
    padding-left: 10%;
}

   .blackhov {
    background: rgba(0, 91, 148, .85);
        background-color: rgba(0, 91, 148, 0.85);
    width: 70%;
    height: 100%;
    position: relative;
   padding-left: 30px;
padding-right: 20px;
padding-top: 20px;
padding-bottom: 20px;
}
.hero-words {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
}
   .hero-image .btn-outline-light {
    font-weight: bold;
	font-size:14px;
    }
.hero-words h1 {
    font-size: 36px;
}



#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
   /* padding-left: 30px;*/
}
.mega-sub-menu {
   /* padding-left: 30px!important; */
}
.wave-container > svg {
	bottom: -20px;
  }
  .navbar-dark .dropdown-item {
    color: #fff;
  }
  .navbar-nav .dropdown-menu {
    background: transparent;
    box-shadow: none;
    border: none;
  }
  #mega-menu-wrap-primary .mega-menu-toggle, header#masthead {
    background:white;
}
#mega-menu-wrap-primary .mega-menu-toggle + #mega-menu-primary {
    padding: 10px 0px 0px 0px;
}
.mega-menu-item-41{
	margin-top:10px!important;
	}
#mega-menu-wrap-primary #mega-menu-primary li#mega-menu-item-41 .mega-search-wrap {
    margin: 0px!important;
}
#mega-menu-wrap-primary #mega-menu-primary li#mega-menu-item-41 .mega-search {
    padding: 0px!important;
}
#mega-menu-item-41.mega-menu-item-object-custom{
	background-color:#00586f!important;
	padding-left:0px!important;
	padding-right:0px!important;
	}
#mega-menu-wrap-primary #mega-menu-primary li#mega-menu-item-41 .mega-search input[type="text"] {
	border: 1px solid #d7d7d7;
	padding:10px!important;   
} 

}


/*--------------------------------------------------------------
## Netbook
--------------------------------------------------------------*/
@media only screen and (max-width: 1024px) {
  html {
    font-size: 90%;
  }
  
 .dropdown-menu.bloom-block {
	min-width: 200px;
} 
  .four0four{
	font-size: 180px;
	font-weight: bold;	
	line-height:180px;
	
	}
 .greenhov.inside {
    height: auto;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}
#mega-menu-wrap-primary .mega-menu-toggle {
    background: #fff!important;
}
.orange-links a {
    font-size: 22px;
}
.mission {
    border-left-width: 0px;
    padding-left: 0px;
}
.margin-2{
	margin-bottom:4px!important;
	}
.cd-panel__content h1.title {
    font-size: 38px;
	line-height:36px;
}
table.table-striped td:first-child,
table.table-striped td:nth-child(1),table.table-striped td:nth-child(6),table.table-striped th:first-child,table.table-striped th:nth-child(1),table.table-striped th:nth-child(6) {
  display: none;
}
.widget {
    font-size: 1rem;
}
h3.widget-title {
    font-size: 2rem;
}
.post.hentry {
    margin-bottom: 1rem;
}
#video video {
    top: 60%;
}
#video {
    height: 30vh;
}
}

/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 960px) {
  
  
  html {
    font-size: 85%;
  }
  .stretch{
	  max-width:100%;
	  }
  ul.two-col{
	columns: 1;
  -webkit-columns: 1;
  -moz-columns: 1;
	}
	
	  .dropdown-menu.bloom-block {
	min-width: 420px;
} 
 
  .hero-image .btn{
    padding-left: 14px;
    padding-right: 14px;
    padding-top: 10px;
    padding-bottom: 10px;
	}
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 768px) {
  html {
    font-size: 85%;
  }
  
   .four0four{
	font-size: 120px;
	line-height:120px;
	}
.grey-404 {
    padding-top: 7em;
    padding-bottom: 7em;
}
   .page-template-homepage .hero-image {
    height: 45vh;
   }
   .blackhov {
    width: 80%;
}
.hero-words {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
}
.hero-image .btn-outline-light {
    font-weight: bold;
	font-size:14px;
    }
.hero-words h1 {
    font-size: 30px;
}
.bg-yellow {
    height: 100%;
    background: linear-gradient(90deg, #512A44 50%, #512A44 50%);
}

   .btn-group{
	  flex-direction: column;
      align-items: flex-start;
      justify-content: center;
	  display:inline-block;
	  }
	  
   .btn-group .btn{
	  margin-top:4px!important;
	  margin-right:0px!important;
	  margin-left:0px!important;
	  }
 
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 480px) {
  html {
    font-size: 85%;
  }
  
  .hide-on-mobile{
	  display:none;
	  }
  .page-template-homepage #content.site-content{
	/*  padding-top:70px; */
	  } 
  .page-template-homepage .hero-image {
    height: 48vh;
   }
   .blackhov {
    background: rgba(0, 91, 148, .85);
        background-color: rgba(0, 91, 148, 0.85);
    width: 100%;
    height: 100%;
    position: relative;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 5px;
    padding-bottom:15px;
}
.hero-words {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
}
   .hero-image .btn-outline-light {
    font-weight: bold;
	font-size:14px;
    }
.hero-words h1 {
    font-size: 20px;
}
h1.cursive {
    font-size: 34px;
}
.left-border {
    padding-left: 5px;
    border-left-width: 0px;
}
.left-border a{
	text-decoration:underline;
	}
.home-green .left-border a:hover{
	color:#F5F5F5;
	}
.bg-yellow {
    height: 100%;
    background: linear-gradient(90deg, #512A44 50%, #512A44 50%);
}
.b-logo{
	text-align: center;	
	}
.pb-green, .py-green {
    padding-bottom: 5rem !important;
    padding-top: 5rem !important;
    color: white;
}
.py-green.interior-hero {
    padding-left: 3rem !important;
	padding-right: 3rem !important;
	padding-bottom: 3rem !important;
	padding-top: 0rem !important;
}
.interior-hero h1.cursive {
    font-size: 50px;
	line-height:50px;
}
.hero-image {
    height:auto;
}
a.btn-header-link {
    font-size: 18px;
}
.card-body {
    font-size: 16px;
}
.greenhov.inside {
    height: auto;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}
.event-button-top {
    padding-left: 0px;
    text-align: center;
}
#faq .btn-outline-light {
    font-size: 14px;
}
.move-center{
	/*text-align:center;*/
	}
/* HEADER */
header#masthead {
background-color:white;
}
header#masthead .logo img {
    width: 50%;
}
#mega-menu-wrap-primary .mega-menu-toggle {
    background: white;
}
#mega-menu-wrap-primary .mega-menu-toggle + #mega-menu-primary {
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 0px;
}
.mission {
border-left-width:0;
padding-left:30px;
text-size:30px;
}
.orange-links a {
    font-size: 18px;
}
.join-form h1 {
    font-size: 50px;
}
.join-form.p-5,.blue-area .p-5 {
    padding-top: 4rem !important;
	padding-bottom: 4rem !important;
    padding-left: 3rem !important;
	padding-right: 3rem !important;
}
.sign .btn {
    font-size: 16px;
	font-weight: normal;
}
footer#colophon h2 {
    font-size: 22px;
}
.join-form div {
    font-size: 16px;
}
footer#colophon h2 {
    padding-bottom: 5px;
}
footer#colophon p {
    margin-bottom: .5em;
}
footer#colophon li.d-block a{
font-size:16px;
}
.blue-area .btn{
	font-size:16px;
	}
.blue-area h1 {
    font-size: 50px;
    line-height: 52px;
}
	
/* Interior */
.text-right{
	text-align: left !important;
	 }
.btn-danger {
padding:10px;
font-size:12px !important;
}
h1.title {
margin-top:5px;
font-size:38px;
line-height:40px;
}
h2 {
font-size:28px;
}
.trail-holder h2 {
font-size:24px;
}
.min-h-trail{
	min-height:auto;
	}
.btn-outline-light.js-cd-panel-trigger.d-block{
margin-bottom: 4px !important;
}
.text.first-name, .email.email-address, .text.city {
    float: inherit;
    margin-right: 0px;
}
.cd-panel__content .btn {
    font-size: 14px !important;
    text-transform: uppercase;
    padding: 15px;
    font-weight: 600;
    box-shadow: none !important;
	margin-bottom:3px !important;
	display:block;
}
.page-template-interior-trails .btn-danger{
	margin-bottom:3px !important;
	}

table.table-striped td, table.table-striped th {
    padding: .25rem;
}
.with-image{
	height:200px;
	margin-right:15px;
}
.pre-thumb {
    height: 160px;  
}
}


/* -------------------------------- 

Slide In Panel - by CodyHouse.co

-------------------------------- */
.cd-main-content {
  text-align: center;
}

.cd-main-content h1 {
  font-size: 2rem;
  color: #64788c;
  padding: 4em 0;
}

.cd-btn {
  position: relative;
  display: inline-block;
  padding: 1em 2em;
  background-color: #89ba2c;
  color: #ffffff;
  border-radius: 50em;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0 0 5px rgba(0, 0, 0, 0.1);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0 0 5px rgba(0, 0, 0, 0.1);
  -webkit-transition: -webkit-box-shadow 0.2s;
  transition: -webkit-box-shadow 0.2s;
  transition: box-shadow 0.2s;
  transition: box-shadow 0.2s, -webkit-box-shadow 0.2s;
}

.cd-btn:hover {
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0 0 20px rgba(0, 0, 0, 0.3);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0 0 20px rgba(0, 0, 0, 0.3);
}

.cd-panel {
  position: fixed;
  top: 90px;
  left: 0;
  height: 100%;
  width: 100%;
  visibility: hidden;
  -webkit-transition: visibility 0s 0.6s;
  transition: visibility 0s 0.6s;
}

.cd-panel::after {
  /* overlay layer */
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  cursor: pointer;
  -webkit-transition: background 0.3s 0.3s;
  transition: background 0.3s 0.3s;
}

.cd-panel.cd-panel--is-visible {
  visibility: visible;
  -webkit-transition: visibility 0s 0s;
  transition: visibility 0s 0s;
  z-index:100;
}

.cd-panel.cd-panel--is-visible::after {
  background: rgba(0, 0, 0, 0.6);
  -webkit-transition: background 0.3s 0s;
  transition: background 0.3s 0s;
}

.cd-panel__header {
  position: fixed;
  width: 90%;
  height: 50px;
  line-height: 50px;
  background: rgba(255, 255, 255, 1);
  z-index: 2;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08);
          box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08);
  -webkit-transition: -webkit-transform 0.3s 0s;
  transition: -webkit-transform 0.3s 0s;
  transition: transform 0.3s 0s;
  transition: transform 0.3s 0s, -webkit-transform 0.3s 0s;
  -webkit-transform: translateY(-50px);
      -ms-transform: translateY(-50px);
          transform: translateY(-50px);
}

.cd-panel__header h1 {
  color: #89ba2c;
  padding-left: 5%;
}

.cd-panel--from-right .cd-panel__header {
  right: 0;
}

.cd-panel--from-left .cd-panel__header {
  left: 0;
}

.cd-panel--is-visible .cd-panel__header {
  -webkit-transition: -webkit-transform 0.3s 0.3s;
  transition: -webkit-transform 0.3s 0.3s;
  transition: transform 0.3s 0.3s;
  transition: transform 0.3s 0.3s, -webkit-transform 0.3s 0.3s;
  -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
          transform: translateY(0px);
}

@media only screen and (min-width: 1170px) {
  .cd-main-content h1 {
    font-size: 3.2rem;
  }
}



@media only screen and (min-width: 768px) {
  .cd-panel__header {
    width: 70%;
  }
 
}

@media only screen and (min-width: 1170px) {
  .cd-panel__header {
    width: 80%;
  }
}

.cd-panel__close {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 60px;
  /* image replacement */
  display: inline-block;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

.cd-panel__close::before, .cd-panel__close::after {
  /* close icon created in CSS */
  content: '';
  position: absolute;
  top: 22px;
  left: 20px;
  height: 3px;
  width: 20px;
  background-color: #424f5c;
  /* this fixes a bug where pseudo elements are slighty off position */
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.cd-panel__close::before {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.cd-panel__close::after {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.cd-panel__close:hover {
  background-color: #424f5c;
}

.cd-panel__close:hover::before, .cd-panel__close:hover::after {
  background-color: #ffffff;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.cd-panel__close:hover::before {
  -webkit-transform: rotate(220deg);
      -ms-transform: rotate(220deg);
          transform: rotate(220deg);
}

.cd-panel__close:hover::after {
  -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
          transform: rotate(135deg);
}

.cd-panel--is-visible .cd-panel__close::before {
  -webkit-animation: cd-close-1 0.6s 0.3s;
          animation: cd-close-1 0.6s 0.3s;
}

.cd-panel--is-visible .cd-panel__close::after {
  -webkit-animation: cd-close-2 0.6s 0.3s;
          animation: cd-close-2 0.6s 0.3s;
}

@-webkit-keyframes cd-close-1 {
  0%, 50% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
}

@keyframes cd-close-1 {
  0%, 50% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
}

@-webkit-keyframes cd-close-2 {
  0%, 50% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
}

@keyframes cd-close-2 {
  0%, 50% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
}

.cd-panel__container {
	position: fixed;
	width: 90%;
	height: 100%;
	top: 90px;
	z-index: 1;
	-webkit-transition: -webkit-transform 0.3s 0.3s;
	transition: -webkit-transform 0.3s 0.3s;
	transition: transform 0.3s 0.3s;
	transition: transform 0.3s 0.3s, -webkit-transform 0.3s 0.3s;
	background-color: #EFF2F5;
}

.cd-panel--from-right .cd-panel__container {
  right: 0;
  -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
}

.cd-panel--from-left .cd-panel__container {
  left: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
}

.cd-panel--is-visible .cd-panel__container {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

@media only screen and (min-width: 768px) {
  .cd-panel__container,.cd-panel__header {
    width: 100%;
  }
}

@media only screen and (min-width: 1170px) {
 
  .cd-panel__container,.cd-panel__header {
    width: 100%;
  }
}
.cd-panel__content #masthead,.cd-panel__content #colophon,.cd-panel__content .custom-gallery{
	display:none;
	}
.cd-panel__content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 70px 5%;
 /* overflow: auto;*/
  font-size:.8em;
  /* smooth scrolling on touch devices */
  -webkit-overflow-scrolling: touch;
    overflow: none!important;
}

.cd-panel__content p {
  /*font-size: 1.4rem;*/
  color: #424f5c;
  line-height: 1.4;
  margin: 2em 0;
}

.cd-panel__content p:first-of-type {
  margin-top: 0;
}

@media only screen and (max-width: 768px) {
  .cd-panel__container,.cd-panel__header {
    width: 100%;
  }
  .cd-panel__content p {
  
  }
 .cd-panel__content {
   overflow: none!important;
}
}
