/*
 Theme Name:   Seven Canyons Theme 2020
 Theme URI:    /
 Description:  Flex grid theme using SlimMenu
 Author:       Gravity Station
 Author URI:   https://gravitystation.com
 Version:      6.6.1
*/

@import url('https://fonts.googleapis.com/css?family=Cinzel|Montserrat:300,400,500,600&display=swap');

@import url('css/mainmenu.css');

:root {
    --main-color: rgb(146,69,14);
    --accent-color: rgb(0,64,83);
    --subtle-color: rgb(217,207,192);
    --subtle-light: rgba(217,207,192,.3);
    --text-color: #6d6d6d;
    --menu-color: #000;
    --serif-family: 'Cinzel', serif;
    --sans-family: 'Montserrat', sans-serif;
    --pear-color: rgb(180,183,148);
}

body, html {
    overflow-x: hidden;
}

body {
    background: white;
    color: var(--text-color);
    padding: 0;
    margin: 0;
    font-family: var(--sans-family);
    font-weight: 400;
    font-size: 1.175rem;
    font-style: normal;
    line-height: 1;
    cursor: default;
    position:relative;
}

.row {
    width: 100%;
    max-width: 1300px;
}

main .row {
    padding: 0 1rem;
    margin: 0 auto !important;
}

.collapse {
    padding: 0 !important;
}

.row.collapse > .column, .row.collapse > .columns {
    padding-right: .9375rem;
    padding-left: .9375rem;
}

.row.collapse h1, .row.collapse h2, .row.collapse h3, .row.collapse h4 {
    margin-bottom: 0;
}

.videobg {
    position: relative;
    overflow: hidden !important;
}

.vid {
    height: auto;
    /*max-height: 840px;*/
    width: 100%;
    /*margin-bottom: -8px !important;*/
    overflow: hidden;
}

.videobg .content {
    position: absolute;
    display: flex;
    /*justify-content: center; ALIGNS CONTENT TO MIDDLE */
    flex-direction: column;
    width: 100%;
    height: 100% !important;
    padding: 1rem 0 0 0;
}

.videobg .content .content-inner {
    justify-content: center;
    flex-direction: column;
    height: 100%;
    display: flex;
    padding: 0 1rem;
}

video#bg-video {
  min-width: 100%;
  width: 100%;
  height: auto;
  z-index: -10;
  overflow: hidden;
}

.scrollbtn {
    width: 100%;
    margin-bottom: 1rem;
}

@media screen and (max-width: 1014px) {
    
    .scrollbtn {
        display: none;
    }
}

@media screen and (max-width: 840px) {
    
}


/* Safari 7.1+ */

_::-webkit-full-page-media, _:future, :root .videobg .content {
    /*top: 25%;*/
    left: 0;
}

/* 1/2/2018 - removed that line above and also the equalizer from the video section - was causing video section to load very small */

_::-webkit-full-page-media, _:future, :root video#bg-video {
    margin-bottom: -10px;
}


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

    
    .videobg .content {
        position: relative;
        padding: 1rem 0;
    }

}

/* ============================================================== */
/* ---------------------------->>>> BACKGROUND COLORS ----------- */
/* ============================================================== */

/* 
earth rgb(146,69,14)
dark-sky rgb(0,64,83)
raw rgb(217,207,192)
*/

.earth {
    /*background: rgb(146,69,14);*/
    background: var(--main-color);
}

.dark-sky {
    /*background: rgb(0,64,83);*/
    background: var(--accent-color);
}

.raw {
    background: var(--subtle-color);
}
/* Not Used but in Style Guide/Branding 
.prickly-pear {
    background: rgb(180,183,148);
}*/

.white {
    background: white;
}

.black {
    background: black;
}

.border-dark-sky {
    border: 2px solid var(--accent-color);
}

.pear {
    background: var(--pear-color);
}

.brandmark {
    background: url(images/brandmark-sm.png) no-repeat bottom right 50px;
    /*background-size: contain;*/
}

/* ============================================================== */
/* ----------------------------------->>>> TYPOGRAPHY ----------- */
/* ============================================================== */

/* ----------------------------------->>>> FONT FAMILIES -------- */

p, main ul, main ol, main ul li, blockquote, blockquote p, main ul, main ol, .address li {
    font-family: var(--sans-family);
}

h1, h2, h4, .name {
    font-family: var(--serif-family);
}

h3 {
    font-family: var(--sans-family);
    text-transform: uppercase;
}

.button:link, .button:visited, .button:active, .button:link, .button:visited, .button:active, .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"], input[type="submit"], .comment-reply-link:link, .comment-reply-link:active, .comment-reply-link:visited, input[type="submit"], form.search-form button, .inbuttons a {
    font-family: var(--sans-family);
    font-weight: 700;
}

label {
    font-family: var(--serif-family) !important;
    font-weight: 400 !important;
}

footer a, .copyr li {
    font-family: var(--sans-family);
}

.blogcats li {
    font-family: var(--sans-family);
}

.wp-paginate .current, .wp-paginate a {
	font-family: var(--sans-family);
    font-weight: 700 !important;
}

/* ----------------------------------->>>> -------- */
/*text-shadow: 0 1px 1px rgb(0,0,0,1);*/

.earth h1, .earth h2, .earth h3, .earth h4, .earth p, .earth li,
.dark-sky h1, .dark-sky h2, .dark-sky h3, .dark-sky h4, .dark-sky p, .dark-sky li {
    color: white !important;
}

.white p {
    color: var(--text-color) !important;
}

.white h1, .white h2, .white h3, .white h4, span.name {
    color: var(--main-color) !important;
}

.widget-title {
    font-size: 1.4rem;
    text-transform: uppercase;
    text-align: center;
}

.post-date {
    font-size: 1rem !important;
    margin: 0;
}

a {
    text-decoration: none;
}
 
main p a, main p a:link, main p a:visited, main p a:active {
    color: var(--main-color);
    font-weight: 700;
    text-decoration: none !important;
    border-bottom: 3px solid var(--main-color);
    transition: all 300ms ease-out;
}

main p a:hover, main p a:focus {
    color: var(--main-color);
    border-bottom: 3px solid var(--main-color);
    background: var(--subtle-light);
}

.dark-sky a:link, .dark-sky a:visited, .dark-sky a:active {
    color: var(--pear-color);
    border-bottom: 3px solid var(--pear-color);
}

.dark-sky a:hover, .dark-sky a:focus {
    color: white;
    border-bottom: 3px solid white;
    background: var(--main-color);
}

main .earth a:link, main .earth a:visited, main .earth a:active {
    color: var(--pear-color);
    border-bottom: 3px solid var(--pear-color);
}

main .earth a:hover, main .earth a:focus {
    color: var(--accent-color);
    border-bottom: 3px solid var(--accent-color);
    background: var(--subtle-light);
}

footer a {
    border: none !important;
    font-weight: 400 !important;
}

a:hover {
    transition: all 300ms ease-out;
}

a.no-effects {
    color: var(--accent-color) !important;
    border: none !important;
    background: none !important;
}

p.quote-title {
    font-weight: 700;
}

.addtoany_list a {
    background: none !important;
    border: none !important;
}

.addtoany_share_save_container { display: none; }

a img {
    border: none !important;
    outline: none;
    text-decoration: none !important;
}

/* Default paragraph styles */
p {
    /*width: 100%;*/
}

p, main ul, main ol {
    color: var(--text-color);
    width: 100%;
    margin-bottom: 1.5rem;
    width: auto;
}

p.large, p.larger {
    margin: 0;
    padding: 0;
    line-height: normal;
    text-align: center;
}

.small, small {
    font-size: 1rem;
}

.u {
    text-decoration: underline;
}

blockquote {
    padding-top: 0;
}

blockquote, blockquote p {
    color: var(--accent-color);
    font-size: 1.5rem;
    font-style: oblique;
    line-height: 1.2;
}

blockquote p {
    padding: 0 0 1rem .5rem;
}

.name {
    text-transform: uppercase;
    font-style: normal;
}

h1 {
    width: 100%;
    margin-top: 1.2rem;
    margin-bottom: 1.2rem;
}

h2 {
    width: 100%;
    margin-top: 1.2rem;
    margin-bottom: 1.2rem;
}

h3, h4, h2.earth-color {
    margin: 1rem 0 !important;
    width: 100%;
}

h1, h3, h2.earth-color {
    color: var(--main-color);
} 

h2, h4, h4, h3.darksky-color {
    color: var(--accent-color);
}

p, main ul, main ol, main ul li {
        line-height: 1.5;
    }

h1 a:link, h1 a:active, h1 a:visited,
h2 a:link, h2 a:active, h2 a:visited,
h3 a:link, h3 a:active, h3 a:visited,
h4 a:link, h4 a:active, h4 a:visited {
	color: inherit;
    transition: background 300ms ease-out;
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover {
	color: inherit;
    text-decoration: none;
}


hr {
    border: none;
    clear: both;
    background: var(--pear-color);
    margin: 2rem auto;
    padding: 0;
    width: 100%;
    height: 6px;
}

hr.brand {
    background: url(images/hr-brand.png) center center no-repeat;
    border: none;
    clear: both;
    margin: 2rem auto;
    padding: 0;
    width: 100%;
    height: 62px;
}

hr.brand.white {
    background: url(images/hr-brand-wht.png) center center no-repeat;
    border: none;
    clear: both;
    margin: 2rem auto;
    padding: 0;
    width: 100%;
    height: 62px;
}


.row.collapse hr {
    margin: 0 auto;
}

.clearfloat {
	height: 0;
	line-height: 0;
	font-size: 1px;
	clear: both;
}

em,
i {
  font-style: oblique;
  line-height: inherit; }

strong, b, .heavy {
  font-weight: 700; }

main ul,
main ol {
  margin-bottom: 1.95rem;
  list-style-position: outside;
}
 
ul.inline {
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
}

ul.inline li {
    display: inline-block;
    vertical-align: bottom;
    width: auto;
    margin: 1rem 1rem .5rem 0;
}

form ul.inline {
    margin: 0 auto !important;
}

form ul.inline li {
    margin: 0 !important;
    display: inline-block;
}

.topbtn {
    position: fixed;
    bottom: 2vh;
    right: 1vw;
    opacity: 0;
}
.topbtn.floater {
    position: fixed;
    bottom: 2vh;
    right: 1vw;
    opacity: .8;
z-index: 99999 !important;
    transition: all 300ms ease-in;
}

/* Unordered Lists */
main ul li ul,
main ul li ol {
    margin-top: 1em;
  margin-left: 1.25rem;
  margin-bottom: 0; }

main ul li {
    list-style: disc;
    padding-bottom: .8rem;
}

/* Ordered Lists */

  main ol li ul,
  main ol li ol {
    margin-left: 1.25rem;
    margin-bottom: 0; }

main ol li {
    list-style: decimal;
    padding-bottom: .8rem;
}

.earth ul, .earth ol, .dark-sky ul, .dark-sky ol {
    padding-left: .7rem;
}

.earth li, .dark-sky li {
    padding-left: 0;
    line-height: 1.4;
}

/* ============================================================== */
/* --------------------------------------->>>> HEADER ----------- */
/* ============================================================== */

header {
    display: block;
    width: 100% !important;
    z-index: 99999;
}

.logo img {
    width: 216px;
    max-width: 216px;
}

.headermain {
    
    /* align bottom */
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.headercontainer.solid .headermain, .headermain.subpg {
    padding: .2rem .5rem !important;
    /* align middle */
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}


.logo a, .logo-sub a, .logo-mobile a {
    display: block;
    margin: 0;
}

.headercontainer {
    position: relative;
    z-index: 1;
}

header ul {
    margin: 0 auto;
    padding: 0;
}

header li {
    margin: 0;
    padding: 0;
    display: inline;
    list-style: none;
}

.topbar {
    padding: .5rem 1rem;
}

.address li, .address li a:link, .address li a:visited, .address li a:active {
    color: white;
}

.address li a:hover {
    background: var(--accent-color);
}

.social {
    margin: 0;
    padding: 0;
    text-align: right;
}

.social li {
    list-style: none;
    display: inline-block;
    margin: .3rem !important;
}

.social img {
    transition: opacity 300ms ease-out;
    margin: 0 !important;
}

.social img:hover {
    opacity: .7 !important;
}

.social a {
    display: inline-block;
}

.social a:hover {
    background: none;
}

@media screen and (max-width: 1170px) {
    header .earth .column {
        padding: .5rem .9375rem; 
    }
    header ul {
        text-align: center !important;
    }
    .topbar .column {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    
    .address {
        font-size: .975rem;
    }

}

/* ============================================================== */
/* -------------------------------------->>>> BUTTONS ----------- */
/* ============================================================== */

.button:link, .button:visited, .button:active, .button:link, .button:visited, .button:active, .comment-reply-link:link, .comment-reply-link:active, .comment-reply-link:visited {
    font-size: 1.2rem;
    line-height: 1.5;
    color: white;
    text-transform: uppercase;
    text-decoration: none !important;
    text-align: center;
    padding: .7rem 3rem;
    margin: .2rem auto;
    /* TO CENTER BUTTONS:
    display: block;
    max-width: 250px;*/
    display: inline-block;
    cursor: pointer;
    background: var(--main-color);
    border: none !important;
    transition: all 300ms ease-out;
}
    
.button:hover, gform_wrapper .gform_footer input.button:hover, .gform_wrapper .gform_footer input[type="submit"]:hover, input[type="submit"]:hover, .comment-reply-link:hover,
.button:focus, gform_wrapper .gform_footer input.button:focus, .gform_wrapper .gform_footer input[type="submit"]:focus, input[type="submit"]:focus, .comment-reply-link:focus,
form.search-form button:hover, form.search-form button:focus {
    color: white;
    background: var(--accent-color);
    text-decoration: none;
    border: none;
}

.earth .button:link, .earth .button:visited, .earth .button:active, .dark-sky .button:link, .dark-sky .button:visited, .dark-sky .button:active {
    color: var(--main-color);
    background: white !important;
}

.earth .button:hover {
    color: white !important;
    background: var(--accent-color) !important;
}

.dark-sky .button:hover {
    color: white !important;
    background: var(--main-color) !important;
}

.button.dark-sky:link, .button.dark-sky:visited, .button.dark-sky:active {
    background: var(--accent-color) !important;
}

.button.dark-sky:hover {
    background: var(--main-color) !important;
}

.button.small {
    padding: .5rem 1rem .4rem 1rem !important;
    font-size: 1rem !important;
    line-height: 1.2 !important;
}

/* GALLERY BUTTONS */

.inbuttons ul.inline li {
    margin: .5rem;
    padding-bottom: 0 !important;
}

.inbuttons a {
    color: white;
    text-transform: uppercase;
    text-decoration: none !important;
    text-align: center;
    display: inline-block;
    cursor: pointer;
    padding: .5rem 1rem .4rem 1rem !important;
    font-size: 1rem !important;
    line-height: 1.2 !important;
    margin: 0 auto !important;
    border: none !important;
    transition: all 300ms ease-out;
}

.inbuttons a:link, .inbuttons a:visited, .inbuttons a:active {
    background: var(--accent-color);
}

.inbuttons a:hover {
    background: var(--main-color);
}

/* -------->>>> FORM BUTTONS ------ */

.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"], input[type="submit"], .comment-reply-link:link, .comment-reply-link:active, .comment-reply-link:visited, input[type="submit"], form.search-form button {
    font-size: 1.2rem;
    line-height: 1;
    color: white;
    text-transform: uppercase;
    text-decoration: none !important;
    text-align: center;
    padding: .7rem 3rem;
    margin: 0 auto;
    border: none;
    /* TO CENTER BUTTONS:
    display: block;
    max-width: 250px;*/
    cursor: pointer;
    background: var(--main-color);
    border-radius: 0;
    transition: background 300ms ease-out, border  300ms ease-out, color 300ms ease-out;
}

.gform_wrapper .gform_footer input.button:hover, .gform_wrapper .gform_footer input[type="submit"]:hover, input[type="submit"]:hover {
   color: white !important;
    background: var(--accent-color) !important;
    text-decoration: none;
    border: none;
}

.gform_wrapper .gform_footer {
    padding: 0 !important;
    margin-top: 1rem !important;
}

/* ============================================================== */
/* ---------------------------------------->>>> FORMS ----------- */
/* ============================================================== */

.gf_simple_horizontal label {
    display: none !important;
}

input::placeholder, textarea::placeholder {
    color: var(--accent-color);
    opacity: 1;
}

input:focus::placeholder {
    color: var(--subtle-light) !important;
}

/* Default Form Stuff */

label {
    font-size: 1.325rem !important;
    color: var(--main-color);
    font-weight: normal !important;
}

form span label {
    font-size: 1rem !important;
}

.gform_wrapper .field_sublabel_above .ginput_complex.ginput_container label, .gform_wrapper .field_sublabel_above div.ginput_container[class*="gfield_date_"] label, .gform_wrapper .field_sublabel_above div.ginput_container[class*="gfield_time_"] label, .gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label, .gform_wrapper .field_sublabel_below div.ginput_container[class*="gfield_date_"] label, .gform_wrapper .field_sublabel_below div.ginput_container[class*="gfield_time_"] label {
    font-size: .9rem !important;
    letter-spacing: normal !important;
}

[type="text"], [type="password"], [type="date"], [type="datetime"], [type="datetime-local"], [type="month"], [type="week"], [type="email"], [type="number"], [type="search"], [type="tel"], [type="time"], [type="url"], [type="color"], textarea {
    border: none !important;
    background: var(--subtle-light) !important;
    color: var(--main-color) !important;
    font-size: 1.175rem !important;
    font-weight: 400;
    margin: 0 !important;
    padding: .5rem 1rem !important;
    height: auto !important;
    line-height: inherit !important;
    transition: border 300ms ease-out;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: border-color: 0.25x ease-in-out, -webkit-box-shadow 0.5s;
      transition: border-color: 0.25x ease-in-out, -webkit-box-shadow 0.5s;
      transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
      transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
}

[type='text']:focus, [type='password']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='week']:focus, [type='email']:focus, [type='number']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='url']:focus, [type='color']:focus,
  textarea:focus {
      outline: none;
      border: 1px solid var(--main-color);
      -webkit-box-shadow: 0 0 5px var(--accent-color);
      box-shadow: 0 0 5px var(--accent-color);
      -webkit-transition: border-color: 0.25x ease-in-out, -webkit-box-shadow 0.5s;
      transition: border-color: 0.25x ease-in-out, -webkit-box-shadow 0.5s;
      transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
      transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  }

form li {
    margin-bottom: 0;
}

.gform_wrapper .gfield_required {
    color: var(--accent-color) !important;
    font-weight: 400 !important;
}

.gform_wrapper .gfield_checkbox li input, .gform_wrapper .gfield_checkbox li input[type="checkbox"], .gform_wrapper .gfield_radio li input[type="radio"] {
    vertical-align: inherit !important;
}

.gform_wrapper .top_label .gfield_label {
    font-weight: 400 !important;
}

body .gform_wrapper ul li.gfield {
    margin: 16px 0 0 0 !important;
}

select {
    height: auto !important;
  margin: 0 !important;
  padding: 0.7rem 1.5rem !important;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none !important;
  border-radius: 0px !important;
  background-color: var(--subtle-color) !important;
  font-family: inherit;
  font-size: 1.175rem !important;
  font-weight: 700 !important;
  line-height: auto !important;
  color: var(--accent-color) !important;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%28138, 138, 138%29'></polygon></svg>") !important;
  background-origin: content-box;
  background-position: right -1rem center;
  background-repeat: no-repeat !important;
  background-size: 9px 6px !important;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out; }

  @media screen and (min-width: 0\0) {
    select {
      background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg==") !important; } }
  select:focus {
    outline: none;
    border: 1px solid #8a8a8a !important;
    background-color: #fefefe !important;
    box-shadow: 0 0 5px #cacaca !important;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out; }
  select:disabled {
    background-color: #e6e6e6;
    cursor: not-allowed; }
  select::-ms-expand {
    display: none; }
  select[multiple] {
    height: auto;
    background-image: none; }


/* ============================================================== */
/* --------------------------------------->>>> FOOTER ----------- */
/* ============================================================== */

footer {
    clear: both;
    text-align: center;
    padding: 0;
    border-top: 3px solid #fff;
}

footer .logo img {
    width: 222px;
    margin: 0 auto;
}

footer .row {
    padding: 1rem;
}

footer a, .copyr li {
    color: white !important;
}

footer p {
    margin: 0 0 .7rem 0;
}

form.no-labels label {
    display: none !important;
}

.copyr {
    margin-top: 1.5rem;
}

.copyr li {
    font-size: 1.1rem;
}

footer ul {
    margin: 1rem auto;
    padding: 0;
}

footer li {
    list-style: none;
    line-height: 1.5;
    margin: 0 0 .5rem 0 !important;
    padding: 0;
}

.copyr li:before, .address li:before {
    content: "\007c";
    font-size: 1.4rem;
    padding: 0 .5rem;
}

.copyr li:first-child:before, .address li:first-child:before {
    content: "";
    padding: 0;
}

footer p.small {
    font-size: .875rem;
    opacity: .7;
    padding: 0;
    margin: 0;
}

footer p.small a:hover {
    background: none !important;
}

footer a:hover {
    background: rgba(255,255,255,.2) !important;
}

/* ============================================================== */
/* ------------------------------------->>>> SECTIONS ----------- */
/* ============================================================== */

/* ============================================================== */
/* ---------------------------------->>>> EVENTS STYLES --------- */
/* ============================================================== */

/* Left column on single event page in media queries */

.event-single-leftcol p {
    font-weight: 700;
    font-size: 1.2rem;
}

.event-details h2 {
    border-top: 1px solid #d1cbcb;
    border-bottom: 1px solid #d1cbcb;
    padding-top: .5rem;
    padding-bottom: .5rem;
    text-align: center;
}

.css-events-list .row {
    padding-bottom: 1rem !important;
}

.css-events-list p {
    margin: .5rem 0;
}

.events-headers {
    border: none !important;
    margin-bottom: 1rem;
}

.event-time, .event-description {
    background: #eaeaea;
    border: 1px solid #fff;
}

.event-details {
    padding: .5rem 0;
}

.event-time p, .event-description p {
    font-size: 1.1rem;
}

p.event-times, p.event-location {
    font-size: 1rem;
}

p.event-dates {
    background: var(--accent-color);
    color: #fff;
    font-size: 1rem;
    font-weight: 700;
    padding: .5rem;
}

p.event-times {
    padding: .5rem;
}

div.css-search div.em-search-main .em-search-submit {
    background: var(--main-color) !important;
    cursor: pointer;
    border: none !important;
    transition: all 300ms ease-out;
}

div.css-search placeholder::focus {
    color: transparent;
}

div.css-search div.em-search-main .em-search-submit:hover {
    background: var(--accent-color) !important;
}

/* Pagination */
.em-pagination {
    text-align: center;
    margin: 2rem auto 0 auto;
    width: 100%;
    padding: 10px;
    display: block;
    clear: both;
    background: rgb(245,244,244);
}

.em-pagination .page-numbers {
    font-size: 1.2rem !important;
    padding: 10px;
}

.em-pagination .page-numbers.current {
    font-size: 1.2rem !important;
	background: #262626 !important;
    color: #fff;
	border: none !important;
    padding: 10px;
}

.em-pagination .page-numbers a {
	font-weight: 700 !important;
    background: #c5c5c5 !important;
	color: #FFFFFF !important;
	border: none !important;
    box-shadow: none !important;
    padding: 10px;
    text-decoration: none !important;
    transition: background 300ms ease-in;
}

.em-pagination .page-numbers a:hover {
	background: #262626 !important;
	color: #FFFFFF !important;
}


.pgtitle.row, .pgtitle h1 {
    margin-bottom: 0;
    padding-bottom: 0;
}




@media screen and (min-width: 40em) {
    .event-single-leftcol {
        border-right: 4px solid #d1cbcb;
        margin-bottom: 1rem;
    }
    
    .events-col-1 {
        padding-left: 0 !important;
    }

    .events-col-2 {
        padding-right: 0 !important;
    }
}


@media only screen and (max-width: 39.9375em) {
.events-headers {
        display: none;
    }
    
    .event-single-leftcol {
        margin-bottom: 1rem;
        background: #eaeaea;
    }
}

/* ------------------------------------->>>> HOMEPAGE UPSHIFT -------- */

@media screen and (min-width: 1270px) {
    .upshift.row {
        padding-bottom: 5rem;
        padding-top: 0 !important;
        margin-top: -70px !important;
        z-index: 500;
    }
    
    .upshift.row p:last-child {
        margin-bottom: 0 !important;
    }
    
    .upshift .column.from-right.visible {
        padding-top: 2rem;
    }
}

/* ------------------------------------->>>> CTA COLUMNS -------- */

.ctas img {
    margin: 0 auto;
    width: 100%;
    height: 100%;
}

/* ------------------------------------->>>> META SLIDER -------- */
/*
.sevenslider {
    padding-bottom: 0 !important;
}

.sevenslider .flexslider {
    margin: 0 !important;
}
*/



.sevenslider .column {
    padding: 0 !important;
}

.sevenslider .caption-wrap {
opacity: 1 !important;
    background: rgba(0,0,0,.4) !important;
}



.sevencap.row {
    padding: 1rem !important;
}



.sevenslider h2 {
    font-size: 1.4rem !important;
    margin-top: 0 !important;
}

.sevenslider p {
    font-size: 1.1rem !important;
}

.sevenslider .button {
    margin-top: 1rem;
    margin-bottom: 3rem;
    padding: .5rem 1rem .4rem 1rem;
    font-size: 1.075rem;
}

@media screen and (min-width: 1060px) {
    .sevenslider .flex-control-nav {
    width: 65% !important;
    right: 0;
}
    
    .sevencap, .sevencap .sliderimg {
    height: 100%;
}

.sliderimg {
    width: 65% !important;
    float: right;
    overflow: hidden;
}
    .sevenslider .caption-wrap {
        background: rgba(0,0,0,0) !important;
    opacity: 1 !important;
    top: 0;
    width: 35% !important;
    height: 100% !important;
        bottom: auto !important;
    }
    
    .sevenslider .caption-wrap .caption {
    padding: 0 !important;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
}
    
    .sevenslider .button {
    margin-top: 1rem;
        margin-bottom: 0;
    }
    
    .sevenslider h2 {
    font-size: 2.3vw !important;
}

.sevenslider p {
    font-size: 1.4vw !important;
}

    
}

@media screen and (max-width: 799px) {
    .sevenslider .caption-wrap {
        display: none !important;
    }
}

/* ------------------------------------->>>> GALLERIES -------- */

.gallery.row {
    padding: 0;
}

.gallery-item {
    margin: .7rem 0;
}

.gallery-icon {
    margin-bottom: 0;
}

.gallery br {
    clear: none !important;
}

/* ------------------------------------->>>> GRID COLUMNS -------- */

.grid.column .row {
    height: 100%;
}

.gridpic.column, .gridpic p {
    padding: 0;
    margin: 0;
    overflow: hidden;
}

.gridpic img {
    margin: 0;
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    max-width: none;
    max-height: none;
}

/* ------------------------------------->>>> WIDE BANNER -------- */

.banner {
    position: relative;
}

.banner, .banner .row {
    padding: 0 !important;
}

.banner.subpg {
    max-height: 254px;
    overflow: hidden;
}

.herocontent p {
    padding: 0;
    line-height: 1.2;
    font-weight: 700;
}

.herocontent h2, .herocontent h3, .herocontent p, .herocontent .name {
    color: white !important;
}

.herocontent .name {
    margin-top: 2rem !important;
}

.herocontent p.large {
    font-family: 'Montserrat', serif !important;
}

.herobg {
    margin: 0 auto;
    justify-content: center;
    /*background: var(--accent-color);*/
}
.herobg img {
    width: 100%;
    height: 100%;
    opacity: 1;
}

.herobg img {
    opacity: .45;
}

.banner .herocontent {
    height: 100% !important;
}

/* Small */
@media only screen and (max-width: 39.9375em) {
    
    .banner-overlay {
        display: none;
    }
    
    .banner .herobg {
        height: auto !important;
    }
    
    .banner .herocontent {
        text-align: center;
        padding: 0;
        position: relative;
        height: auto !important;
    }
    
    .herobg img {
        opacity: 1 !important;
    }
    
    .herocontent p, .herocontent .name {
        color: var(--accent-color) !important;
    }
    
}

/* Medium + Large */
@media only screen and (min-width: 40em) {
    .banner .herocontent {
        padding: 2rem;
        position: absolute;
        width: 100% !important;
        
        z-index: 600;
        text-align: center;
    }
    .banner .herocontent p {
        text-shadow: 0 1px 1px rgb(0,0,0,1);
    }
    
}

/* ============================================================== */
/* ---------------------------------->>>> BLOG STYLES ----------- */
/* ============================================================== */

.blogcats {
    padding: 1rem 1rem 0 1rem !important;
}

.blogcats ul {
    margin: 0;
    padding: 0;
    text-align: center;
}

.blogcats li {
    font-size: 1rem;
    text-transform: uppercase;
    list-style: none;
    line-height: 1.5;
    margin: 0 0 .5rem 0 !important;
    padding: 0;
    display: inline;
}

.blogcats li:before {
    content: "\002F";
    padding: 0 .5rem;
}

.blogcats li:first-child:before {
    content: "";
    padding: 0;
}

.blogcats a:link, .blogcats a:visited, blogcats a:active {
    color: var(--accent-color);
    transition: all 300ms ease-out;
}

.blogcats a:hover, .blogcats a:focus {
    color: var(--accent-color);
}

/* --------------------------------->>>> SEARCH FORM -------- */

form.search-form {
    margin: 1rem auto;
}

form.search-form button {
    margin: 0 !important;
}

.blogsearch .search-title {
    color: var(--accent-color);
    font-size: 1.3rem;
    font-weight: 700;
    line-height: 44px;
    height: 44px;
    width: auto;
    padding: 0;
}

.blogsearch .search-title, .blogsearch form {
    display: block;
    margin: 0 auto .3rem auto;
}

@media screen and (min-width: 684px) {
    .blogsearch .search-title {
        display: inline;
        margin: 0 .3rem 0 0;
    }
    .blogsearch form {
        display: inline-block;
        margin: 0 0 0 .3rem !important;
    }
}


@media screen and (min-width: 684px) {
    .blogsearch form ul {
        text-align: center !important;
    }
    
    .blogsearch form ul li {
        text-align: center !important;
        margin: .3rem auto !important;
        display: inline-block !important;
    }
}

.pagination {
    padding: .5rem .5rem 1rem .5rem !important;
    text-align: center;
    margin: 0 auto;
}

.hide { display: none; }

/* ARTICLE EXCERPTS */

.post-title {
    margin: 0;
    padding-top: 0;
    text-align: left;
}

.post-title.catpg {
    font-size: 1.2rem;
}

.post-title.blogcatpg {
    font-size: 1.9rem;
}

.post-title a {
    color: var(--accent-color) !important;
    text-decoration: none !important;
}

.article-excerpt {
    /*background: #f1f1f1;
    border: 2px solid white;*/
    border-bottom: 2px solid #eaeaea;
    display: block;
    clear: both;
    margin: 0;
    padding: 1rem;
    width: 100%;
}

.date.row {
    color: var(--accent-color);
    font-size: .875rem;
    font-weight: 400;
    font-style: italic;
    margin: 0 0 .5rem 0 !important;
    padding: 0 !important;
    border-bottom: 1px solid #eaeaea;
}

.date .column, .date p {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.category {
    font-size: .875rem;
}

.article-excerpt .author {
    padding-left: .8rem;
    font-style: italic;
}

.author {
    color: #666;
    font-size: .875rem;
    font-weight: 400;
}

.author a {
    color: #666;
}

.article-excerpt .column {
    float: left;
}

.article-excerpt-title-row {
   padding: 0 0 1rem 0;
    margin: 1rem 0 !important;
    border-bottom: 1px solid #eaeaea;
}

.article-excerpt-date-row p {
    margin: 0;
}

.article-excerpt p.readlink {
    margin-bottom: 0;
}

.featured-img {
    padding: 0;
    margin: 0 auto;
    text-align: center !important;
}

@media screen and (max-width: 640px) {
    .featured-img {
        float: none;
        display: block;
        margin: 0 auto;
    }
}

.featured-img-full {
    width: auto;
    margin: 0 auto;
}

.featured-img-full img {
    min-width: 100%;
    height: 100%;
}

/* --- Comments --- */

.comments-area {
    border: 1px solid rgba(0,51,80,.5);
    padding: 1rem 2rem;
}

h3#comments {
    color: var(--accent-color);
    font-size: 1.5rem;
    background: white;
    padding: .5em 0;
}

.commentlist {
    margin: 0;
    font-size: 1rem;
    width: 100%;
}

.commentlist p {
    font-size: .975rem;
}

.commentlist li {
    border: 1px solid rgba(0,51,80,1);
    background: rgba(0,51,80,.2);
    font-size: 1rem;
    padding: .5em .1em 1em 1em;
    color: var(--accent-color);
}

#respond {
    width: 100%;
}

.says {
    font-size: .875rem;
    color: var(--accent-color);
}

.commentlist li a, #respond a {
    color: var(--accent-color);
}

.comment-meta, .logged {
    font-size: .8rem;
    margin-bottom: 1em;
}

.comment-reply-link:link, .comment-reply-link:active, .comment-reply-link:visited, #commentform input[type="submit"]  {
    font-weight: 700;
    font-size: 1rem !important;
    color: whitefff !important;
    text-align: center;
    text-decoration: none !important;
    padding: .5rem 1rem;
	border: none !important;
    box-shadow: none !important;
    background: var(--accent-color);
    width: auto;
    height: auto;
    clear: both;
    transition: background 300ms ease-out;
    cursor: pointer !important;
}

.comment-reply-link:hover, #commentform input[type="submit"]:hover {
    color: white !important;
    text-decoration: none !important;
    background: var(--accent-color);
}

#commentform textarea {
    background: white;
    border: 1px solid var(--accent-color) !important;
}
    
.alignnone {
	display: inline;
}

.alignright { float: right; padding: 0;
	margin: 10px 0 0 25px; }
.alignleft { float: left;
padding: 0;
	margin: 10px 25px 0 0;}
.aligncenter { display: block; padding: 0;
	margin: 10px auto; }


.wp-caption {
	background: rgb(0,51,80,.2);
    border: 1px solid var(--accent-color);
	text-align: center;
	padding: .5rem;
	color: var(--accent-color);
	font-size: .875rem;
	display: block;    
    max-width: 100%;
}
	.wp-caption a {
		line-height: 0.11em;
		font-size: .875em;
	}
	.wp-caption a:hover {
		color: var(--accent-color);
	}
	.wp-caption img {
		margin: 0 auto;
		display: block;
		padding: 0;
        box-shadow: none;
	}
	.wp-caption-text {
		font-size: .875rem;
		color: var(--accent-color);
		padding: 3px !important;
		margin: 0 !important;
	}
.wp-caption-dd {
	font-size: 1rem;
	line-height: 16px;
	padding: 0 4px 5px;
	margin: 0;
}

.wp-paginate {
    text-align: center;
    margin: 0 auto !important;
}

.wp-paginate li {
    display: inline-block;
}
.wp-paginate li, .wp-paginate li .span {
    font-size: 1.2rem !important;
    line-height: 1 !important;
}

.wp-paginate a { display: inline-block; }

.wp-paginate .current, .wp-paginate a {
    font-size: 1.2rem !important;
    line-height: 1 !important;
    color: white;
    text-transform: uppercase;
    text-decoration: none !important;
    text-align: center;
    padding: .5rem !important;
    background: var(--accent-color) !important;
    box-shadow: none !important;
    text-decoration: none !important;
    border: 2px solid transparent !important;
    transition: all 300ms ease-in;
    margin: .2rem !important;
}

.wp-paginate .current, .wp-paginate a:hover {
	color: var(--accent-color) !important;
    background: white !important;
    line-height: 1 !important;
    padding: .5rem !important;
    border: 2px solid var(--accent-color) !important;
    display: inline-block;
}


/* ============================================================== */
/* ---------------------------------->>>> BREAKPOINTS ----------- */
/* ============================================================== */


@media screen and (max-width: 76.9375rem) {
    .has-columns .column {
        padding: 1rem;
    }
}

@media screen and (min-width: 77rem) {
    
    .has-columns .column {
        padding-top: 1rem;
    }
    
    .has-columns .column:first-child {
        padding-left: 0 !important;
        padding-right: .9375rem;
    }

    .has-columns .column:last-child {
        padding-right: 0;
        padding-left: .9375rem;
    }
}


/* --------------------------- */
/* ----- ALL RESOLUTIONS ----- */
/* --------------------------- */

.mobileimg img, .wide img {
    width: 100%;
    height: 100%;
}

.no-margin {
    margin: 0;
}

.middlepadded {
    padding: 1rem 1rem 0 1rem;
}

.padded {
    padding: 4rem !important;
}

.padded-left {
    padding-left: 4rem;
}

.padded-right {
    padding-right: 4rem;
}

.padded-sides {
    padding: 0 4rem;
}

.padded-vertical {
    padding: 4rem 0;
}

.padded-none {
    padding: 0;
}

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


.text-right {
    text-align: right;
}

.widerow.row, .wide.row {
    padding: 0 !important;
}

.wide.row img {
    width: 100%;
    margin: 0;
}

.no-l-padding {
    padding-left: 0;
}
    
/* ============================================================== */
/* ----------------------------->>>> LARGE BREAKPOINT ----------- */
/* ============================================================== */

@media only screen and (min-width: 64em) {
    
   /* FONT SIZE */
    
    h1 {
        font-size: 2.8rem;
    }
    
    h2 {
        font-size: 2.3rem;
    }
    
    h3, h2.earth-color {
        font-size: 2rem;
    }
    
    h4, h3.darksky-color {
        font-size: 1.8rem;
    }
    
    footer h4 {
        font-size: 1.5rem;
    }
    
    footer p, footer .white span.name {
        font-size: 1.4rem;
    }
    
    footer .white p {
        font-size: 1.1rem;
    }
    
    p, main ul, main ol, main ul li {
        font-size: 1.125rem;
        line-height: 1.7;
    }
    
    blockquote {
        margin: 4rem 5rem;
        border-left: 10px solid var(--accent-color);
    }
    
    .widerow .padded-right {
        padding-right: 7rem;
    }
    
    .herocontent p {
        font-size: 2.5rem;
        line-height: 1.5;
    }
    
    .herocontent .name {
        font-size: 1.8rem;
    }
    
    h1 span.large, p.large {
        font-size: 3rem;
    }
    
    .herocontent p.large, p.larger {
        font-size: 3.4rem !important;
    }
    
    p.section-title {
        font-size: 3.5rem !important;
    }
    
    p.quote-title {
        font-size: 2.7rem;
    }
    
    .title h1 {
        padding: 1.9rem .5rem;
    }
    
    main .row {
        padding: 1rem;
    }
    
    main .row .row {
        padding: 1rem;
    }
    
    /* ------------------------------ */
    
    ul.slimmenu li ul li {
        text-align: left;
    }
    
    .headericons ul {
        text-align: right;
    }
    
}

/* ============================================================== */
/* ---------------------------->>>> MEDIUM + LARGE ----------- */
/* ============================================================== */

@media screen and (min-width: 40em) {
    
    .ctacore.row {
        height: 100%;
    }
    
    .ctas .mainc.column {
        padding: 2rem !important;
    }
    
    .featured-img {
    padding: 0;
    /*max-height: 251px;
    max-width: 398px;*/
    overflow: hidden;
    margin: 0 auto;
    text-align: center !important;
}

.featured-img img {
    margin: 0;
    width: auto;
    min-width: 100%;
    /*height: 100%; stretches too far vertically with really big images */
    object-fit: contain;
    object-position: 100% 0;
    transition: transform 300ms ease-in;
}

.featured-wide img:hover, .featured-img img:hover {
    transform: scale(1.1);
}
    
    main ul, main ol {
        padding-left: 3rem;
    }
    
    .copyr a {
        border-bottom: 1px solid white;
    }
    
    .roundicons .column {
        padding: 1rem 3rem !important;
    }
    
    .coltxt {
        padding-top: 0;
        padding-bottom: 0;
    }
    
    /* Featured Image on Single.php */
    .article-content .wp-post-image {
        float: right;
        width: auto;
        max-width: auto;
        margin: 0 0 1rem 1rem;
    }
    
}

/* ============================================================== */
/* ---------------------------->>>> MEDIUM BREAKPOINT ----------- */
/* ============================================================== */

@media only screen and (min-width: 40em) and (max-width: 63.9375em) {

    /* FONT SIZE */
    
    h1 {
        font-size: 2.6rem;
    }
    
    h2 {
        font-size: 2.1rem;
    }
    
    h3, h2.earth-color {
        font-size: 1.8rem;
    }
    
    h4, h3.darksky-color {
        font-size: 1.7rem;
    }
    
    footer h4 {
        font-size: 1.4rem;
    }
    
    footer p, footer .white span.name {
        font-size: 1.3rem;
    }
    
    footer .white p {
        font-size: 1.1rem;
    }
    
    p, main ul, main ol, main ul li {
        font-size: 1.125rem;
    }
    
    blockquote {
        margin: 3rem 4rem;
        border-left: 7px solid var(--accent-color);
    }
    
    main .row {
        padding: 2rem 1rem;
    }
    
    /* ------------------------------ */
    
    .headericons ul {
        text-align: center;
    }
    
    p.section-title {
        font-size: 2.5rem !important;
    }
    
    ul.slimmenu li ul li {
        text-align: left;
    }
    
    ul.slimmenu {
        margin: 0 auto;
    }

}

/* ============================================================== */
/* ---------------------------->>>> MEDIUM + SMALL -------------- */
/* ============================================================== */

@media only screen and (max-width: 63.9375em) {
    
    footer .column {
        margin-bottom: 1rem;
    }
    
    .herocontent p {
        font-size: 2rem;
    }
    
    .herocontent .name {
        font-size: 1.6rem;
    }
    
    footer .newsletter {
        margin: 1rem 0;
    }
    
    footer .gform_wrapper ul.gform_fields {
        width: 100%;
    }
    
    footer .gform_body {
        margin-bottom: 1rem;
        width: 100%;
    }
    
    .coltxt {
        padding: 1rem;
    }
    
    /* Featured Image on Single.php */
    .article-content .featured-img {
        float: none;
        width: auto;
        max-width: auto;
        margin: 0 auto 1rem auto;
    }
    
    img, img.alignright, img.alignleft {
    	display: block;
    	float: none;
    	margin: 0 auto 1rem auto;
        text-align: center;
    }
    
    .date, .category {
        flex: none;
        margin: .2rem 0;
    }
    
    .article-excerpt p {
        padding: 0 0 .3rem 0 !important;
    }
    
    .category a {
        padding: 1rem 0;
        margin: 0 1rem;
    }
    
    footer .column > .row > .column {
        padding: 1rem 0;
    }
    
}

/* ============================================================== */
/* ----------------------------->>>> SMALL BREAKPOINT ----------- */
/* ============================================================== */

@media only screen and (max-width: 39.9375em) {
    
    /* FONT SIZE */
    
    h1, h2, h3, h4, h2.earth-color {
        margin: .2rem 0 !important;
    }
    
    h1 {
        font-size: 2.3rem;
    }
    
    h2 {
        font-size: 1.9rem;
    }
    
    h3 {
        font-size: 1.6rem;
    }
    
    h4 {
        font-size: 1.5rem;
    }
    
    footer h4 {
        font-size: 1.4rem;
    }
    
    footer p, p, main ul, main ol, main ul li {
        font-size: 1rem;
    }
    
    main ul, main ol {
        padding-left: 1.5rem;
    }
    
    blockquote {
        margin: 2rem 1rem;
        border-left: 4px solid var(--accent-color);
    }
    
    ul.address, ul.social {
        padding: 0 !important;
        text-align: center !important;
    }
    
    .social li {
        margin: 0 .3rem !important;
        text-align: center !important;
        line-height: normal !important;
        height: auto !important;
    }
    
    header .earth .column {
        padding: 0 !important;
    }
    
    main .row {
        padding: 0 !important;
    }
    
    main .column {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    
    main .row.ctas {
        padding: 1rem 0 !important;
    }
    
    footer .dark-sky .row {
        padding: 0 !important;
    }
    
    p.quote-title {
        font-size: 2rem;
        line-height: normal;
    }
    
    .headericons ul {
        text-align: left;
    }
    
    .blogcats li {
        font-size: 1.2rem !important;
    }
    
    hr {
        margin: 0 auto;
    }
    
    .text-right {
        text-align: center !important;
    }
    
    .has-columns .column {
        width: 100%;
        padding: 0 1rem !important;
        flex: 0 0 auto;
        clear: both;
    }
    
    .alignnone, .alignleft, .alignright, .aligncenter {
        display: block;
    }
    
    main form ul.inline li {
        display: inline;
    }
    
    .blogsearch form ul.inline li {
        display: inline-block;
    }
    
    footer .inline {
        display: block;
    }
    
    .copyr li:before, .address li:before {
        content: "";
        padding: 0;
    }
    
    .copyr li a, .address li a {
        display: block !important;
        padding: .5rem;
    }
    
    .address li {
        display: block;
        clear: both;
    }

    /* ------------------------------ */
    
    .padded {
        padding: .5rem 1rem !important;
    }
    
    ul.inline li {
        display: block;
    }

    .button {
        display: block;
        width: 100%;
    }
    
    main ul.inline, main ul.inline li {
        margin: 1rem 0;
        text-align: center;
    }
    
    p.section-title {
        font-size: 1.7rem !important;
    }
    
    html {
        overflow-x: hidden;
    }
    
    .article-excerpt {
        padding: 0;
    }
    
    .align-right {
        justify-content: center;
    }
    
    
    .copyr {
        margin: 0;
    }
    
    .button, main .button:link, main .button:visited, main .button:active, .button:link, .button:visited, .button:active, .gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type="submit"], input[type="submit"], .comment-reply-link:link, .comment-reply-link:active, .comment-reply-link:visited, form.search-form button {
        margin: 0 auto;
        display: block;
    }

    
    main .gform_wrapper .gform_footer input.button, main .gform_wrapper .gform_footer input[type="submit"], main input[type="submit"], .comment-reply-link:link, .comment-reply-link:active, .comment-reply-link:visited, form.search-form button {
        margin-top: 1rem;
        display: block;
    }
    
	main ul, main ol, main dl {
        margin-left: 1em;
        padding-left: .9em;
    }
    
    main li, blockquote, blockquote p {
        font-size: 1rem !important;
    }
    
}


@media only screen and (orientation: portrait) {
    
}

@media only screen and (orientation: landscape) {
   
}

@media screen and (min-width: 40em) {
    
    /* Bounce In */
.hvr-bounce-in {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.hvr-bounce-in:hover, .hvr-bounce-in:focus, .hvr-bounce-in:active {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
  transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
}
    
/* Wobble Vertical */
@-webkit-keyframes hvr-wobble-vertical {
  16.65% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
  33.3% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
  49.95% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
  66.6% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  83.25% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes hvr-wobble-vertical {
  16.65% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
  33.3% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
  49.95% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
  66.6% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  83.25% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.hvr-wobble-vertical {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.hvr-wobble-vertical:hover, .hvr-wobble-vertical:focus, .hvr-wobble-vertical:active {
  -webkit-animation-name: hvr-wobble-vertical;
  animation-name: hvr-wobble-vertical;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
    
}

@media only screen and (max-width: 1170px) {
    /* Unstick that menu! */
    .headercontainer.solid {
        position: relative !important;
    }
}

/* ----------------------------------------------------------------------------- IE ONLY --- */

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    
    
    
}

/* ----------------------------------------------------------------------------- SAFARI ONLY --- */

/* _::-webkit-full-page-media, _:future, :root */