/*
Theme Name: 	Arizona Native Plant Society
Theme URI: 		http://aznps.com
Description: 	Custom Theme built for AZNPS v1
Version: 		1.0
Author: 		Josh White
Author URI: 	http://boundlessdm.com
Tags: 			selah salon
*/
* {
  margin: 0px;
  padding: 0px;
  /* This brings padding inside of the box */
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */ }

.alignleft {
  float: left; }

.alignright {
  float: right; }

.aligncenter {
  display: block;
  margin: auto; }

.clear {
  clear: both; }

body {
  font-family: 'Lato', sans-serif;
  font-size: 100%; }

.container {
  max-width: 1180px;
  margin: auto;
  position: relative; }

.header-home {
  width: 100%;
  max-height: 750px;
  overflow: hidden; }
  .header-home img {
    width: 100%;
    height: auto;
    user-drag: none;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-drag: none;
    -webkit-user-select: none;
    -ms-user-select: none; }
  @media screen and (max-width: 600px) {
    .header-home {
      height: 300px; } }

.header-page {
  width: 100%;
  max-height: 500px;
  overflow: hidden; }
  .header-page img {
    width: 100%;
    height: auto;
    user-drag: none;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-drag: none;
    -webkit-user-select: none;
    -ms-user-select: none; }
    @media screen and (max-width: 900px) {
      .header-page img {
        height: 100%;
        width: auto; } }

.header-message {
  width: 100%;
  position: absolute;
  text-align: center;
  top: 500px;
  z-index: 100; }
  .header-message h1 {
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
    font-size: 2.8em;
    padding: 5px; }
  .header-message h2 {
    color: #fff;
    font-size: 1.4em;
    padding: 5px; }
  @media screen and (max-width: 900px) {
    .header-message {
      top: 300px; } }
  @media screen and (max-width: 600px) {
    .header-message {
      display: none; } }

.logo {
  width: 300px;
  position: absolute;
  top: 25px;
  z-index: 999;
  left: 25px; }
  .logo img {
    width: 100%;
    height: auto; }
  .logo a {
    color: #c6ab47;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out; }
  .logo a:hover {
    color: #3c3c3c; }
  @media screen and (max-width: 900px) {
    .logo {
      width: 250px;
      left: 50%;
      margin-left: -125px; } }

.top-menu {
  position: absolute;
  top: 75px;
  text-align: right;
  right: 0px;
  z-index: 999; }
  @media screen and (max-width: 900px) {
    .top-menu {
      width: 100%;
      text-align: center;
      right: auto;
      top: 200px; } }
  .top-menu ul {
    padding: 0px;
    margin: 0px; }
    .top-menu ul li {
      list-style-type: none;
      display: inline-block;
      *display: inline;
      zoom: 1;
      vertical-align: top; }
      .top-menu ul li a {
        background: #ff9c15;
        border-radius: 8px;
        color: #ffffff;
        -webkit-transition: all .25s ease-in-out;
        -moz-transition: all .25s ease-in-out;
        -o-transition: all .25s ease-in-out;
        transition: all .25s ease-in-out;
        padding: 10px;
        font-size: 1em;
        xx-text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
        xx-box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.15);
        border: 1px solid rgba(255, 255, 255, 0.25); }
      .top-menu ul li a:hover {
        background: #418339;
        box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5); }

.slicknav_menu {
  display: none; }
  @media screen and (max-width: 600px) {
    .slicknav_menu {
      display: block; } }

.main-menu {
  text-align: center;
  position: relative;
  background: #fff;
  width: 100%;
  margin: 0 0 30px 0;
  z-index: 100;
  /* Drop down hover */ }
  @media screen and (max-width: 600px) {
    .main-menu {
      display: none; } }
  .main-menu ul {
    padding: 0px;
    margin: 0px;
    /* Drop down */ }
    .main-menu ul ul {
      background: #434343;
      list-style: none;
      position: absolute;
      left: -9999px;
      padding: 0px;
      text-align: left;
      z-index: 100; }
      .main-menu ul ul li {
        display: block;
        padding: 0px 0px;
        width: 220px;
        border-bottom: 1px solid #eee; }
        .main-menu ul ul li a {
          display: block;
          color: #fff;
          font-size: .9em;
          margin: 0px;
          padding: 8px;
          border-bottom: 0px; }
        .main-menu ul ul li a:hover {
          border-bottom: 0px;
          color: #ccc;
          background: #292929; }
  .main-menu li:hover ul {
    left: 0px;
    top: 52px; }
  .main-menu li {
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: top;
    list-style-type: none;
    padding: 0px;
    position: relative;
    border-right: 1px solid #f3e5bb; }
    .main-menu li a {
      color: #222;
      display: block;
      font-size: 1.2em;
      padding: 5px 15px;
      font-weight: 300;
      -webkit-transition: all .25s ease-in-out;
      -moz-transition: all .25s ease-in-out;
      -o-transition: all .25s ease-in-out;
      transition: all .25s ease-in-out;
      margin: 10px 0px; }
      @media screen and (max-width: 900px) {
        .main-menu li a {
          font-size: 1.2em; } }
    .main-menu li a:hover {
      color: #d35b5f; }
  .main-menu li:last-child {
    border: none; }

.banner-home {
  width: 100%;
  position: relative;
  overflow: hidden; }
  .banner-home img {
    width: 100%;
    height: auto; }

.home-banner {
  width: 100%;
  max-height: 450px;
  overflow: hidden;
  border-bottom: 5px solid #eee; }
  .home-banner img {
    width: 100%;
    height: auto; }

.page-banner {
  width: 100%;
  max-height: 450px;
  overflow: hidden; }
  .page-banner img {
    width: 100%;
    height: auto; }

.content-footer {
  background: url("images/content-footer.png");
  background-position: bottom;
  background-repeat: repeat-x;
  height: 175px; }

.content {
  padding: 20px 0px 20px 0px; }
  .content a {
    -webkit-transition: color .25s ease-in-out;
    -moz-transition: color 0.25s ease-in-out; }
  .content ul, .content ol {
    margin: 5px 5px 5px 40px; }
  .content ol li {
    list-style-type: decimal; }
  .content li {
    padding: 5px;
    color: #847e68;
    list-style-type: circle; }
  .content ul.checks li {
    list-style-type: none;
    background: url("images/li-check.png") top left no-repeat;
    padding: 0px 0px 5px 20px; }
  @media screen and (max-width: 600px) {
    .content img {
      max-width: 100%;
      height: auto; } }
  @media screen and (max-width: 900px) {
    .content {
      width: 100%;
      padding: 40px 5px 20px 5px; } }

.content-left {
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
  width: 78%;
  padding: 0 0 0 20px; }

.sidebar {
  width: 20%;
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top; }
  .sidebar ul {
    margin: 0px;
    padding: 0px; }
  .sidebar li {
    list-style-type: none;
    padding: 5px;
    margin: 0px; }
  .sidebar h3 {
    padding: 5px; }
  .sidebar p {
    padding: 5px; }

.social img {
  position: relative;
  top: 0px;
  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out; }
.social img:hover {
  top: -3px; }

.footer {
  background: #cbc7bd;
  background-size: 100% auto;
  padding: 50px 0 50px 0; }
  .footer p {
    padding: 5px 0px; }
  .footer h3 {
    color: #fff;
    font-family: 'Merriweather', serif;
    font-size: 1.2em;
    padding: 0 0 5px 0; }
  @media screen and (max-width: 900px) {
    .footer {
      background-size: cover; } }

.footer-menu ul {
  margin: 0px;
  padding: 0px; }
  @media screen and (max-width: 600px) {
    .footer-menu ul {
      margin: 0 0 15px 0px; } }
.footer-menu li {
  display: block;
  list-style-type: none;
  padding: 0px; }
  @media screen and (max-width: 600px) {
    .footer-menu li {
      display: block; } }
  .footer-menu li a {
    color: #c83838;
    display: block;
    font-size: .9em;
    padding: 3px 0px;
    font-weight: 400;
    border-bottom: 4px solid transparent;
    -webkit-transition: all .10s ease-in-out;
    -moz-transition: all .10s ease-in-out;
    -o-transition: all .10s ease-in-out;
    transition: all .10s ease-in-out; }
    @media screen and (max-width: 600px) {
      .footer-menu li a {
        padding: 1px;
        margin: 5px; } }
  .footer-menu li a:hover {
    color: #595447;
    border-bottom: 4px solid #595447; }

.mobile-show {
  display: none; }
  @media screen and (max-width: 600px) {
    .mobile-show {
      display: block; } }

.mobile-hide {
  display: normal; }
  @media screen and (max-width: 600px) {
    .mobile-hide {
      display: none; } }

.footer-left {
  text-align: left; }
  @media screen and (max-width: 600px) {
    .footer-left {
      text-align: center; } }

.footer-right {
  text-align: right; }
  @media screen and (max-width: 600px) {
    .footer-right {
      text-align: center; } }

.toTop {
  display: none;
  position: fixed;
  bottom: 15px;
  right: 15px;
  font-size: 2.4em;
  color: #fff;
  padding: 5px 12px;
  background: rgba(0, 0, 0, 0.75);
  z-index: 999; }
  .toTop a {
    color: #ccc; }
  .toTop a:hover {
    color: #fff; }

.article-plant-list {
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
  width: 29%;
  padding: 0 0 10px 0;
  margin: 0px 10px 20px 10px;
  background: #f9f7f2;
  font-size: 90%;
  text-align: center; }
  @media screen and (max-width: 600px) {
    .article-plant-list {
      width: 90%;
      margin: 0px auto 20px auto; } }
  .article-plant-list p {
    padding: 5px; }

.plant-hero {
  height: 150px;
  position: relative;
  width: 100%;
  overflow: hidden;
  margin: 0 0 15px 0; }
  .plant-hero img {
    width: 100%;
    height: auto; }

.parallax-container {
  padding: 50px 0px; }

img[usemap] {
  border: none;
  height: auto;
  max-width: 100%;
  width: auto; }

@media screen and (max-width: 600px) {
  ol.papaz-list {
    font-size: 70%; } }

article {
  margin: 5px 0px 5px 20px;
  width: 95%;
  padding: 10px;
  font-size: 90%;
  background: #f5f0e4; }

.one-half {
  width: 49.5%;
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top; }
  @media screen and (max-width: 600px) {
    .one-half {
      width: 100%; } }

.two-third {
  width: 65.5%;
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top; }
  @media screen and (max-width: 600px) {
    .two-third {
      width: 100%; } }

.one-third {
  width: 32.5%;
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top; }
  @media screen and (max-width: 600px) {
    .one-third {
      width: 100%; } }

.three-quarter {
  width: 74.5%;
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top; }
  @media screen and (max-width: 600px) {
    .three-quarter {
      width: 100%; } }

.one-quarter {
  width: 24.5%;
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top; }
  @media screen and (max-width: 600px) {
    .one-quarter {
      width: 100%; } }

.home-box {
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
  width: 19.5%; }
  .home-box img {
    width: 90%;
    height: auto;
    margin: auto;
    display: block; }
  @media screen and (max-width: 600px) {
    .home-box {
      width: 100%; } }

a.big-button {
  background-color: #f5bdbd;
  /* Fallback */
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffd7d0), to(#f5bdbd));
  /* Saf4+, Chrome */
  background-image: -webkit-linear-gradient(top, #ffd7d0, #f5bdbd);
  /* Chrome 10+, Saf5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(top, #ffd7d0, #f5bdbd);
  /* FF3.6 */
  background-image: -ms-linear-gradient(top, #ffd7d0, #f5bdbd);
  /* IE10 */
  background-image: -o-linear-gradient(top, #ffd7d0, #f5bdbd);
  /* Opera 11.10+ */
  background-image: linear-gradient(top, #ffd7d0, #f5bdbd);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#ffd7d0', EndColorStr='#f5bdbd');
  font-size: 2em;
  padding: 10px 15px;
  color: #3b3b3b;
  border-radius: 5px;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.25);
  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out; }

a.big-button:hover {
  color: #000;
  background-color: #f09999;
  /* Fallback */
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffd7d0), to(#f09999));
  /* Saf4+, Chrome */
  background-image: -webkit-linear-gradient(top, #ffd7d0, #f09999);
  /* Chrome 10+, Saf5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(top, #ffd7d0, #f09999);
  /* FF3.6 */
  background-image: -ms-linear-gradient(top, #ffd7d0, #f09999);
  /* IE10 */
  background-image: -o-linear-gradient(top, #ffd7d0, #f09999);
  /* Opera 11.10+ */
  background-image: linear-gradient(top, #ffd7d0, #f09999);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#ffd7d0', EndColorStr='#f09999');
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.5); }

a.footer-button {
  background: #fff;
  padding: 10px;
  border-radius: 15px;
  color: #595447;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25);
  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out; }

a.footer-button:hover {
  background: #595447;
  color: #fff; }

a.fancy-button {
  background: #418339;
  border: 2px solid #ccbf81;
  padding: 10px;
  font-weight: 600;
  border-radius: 2px;
  color: #fff;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.3);
  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
  box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2); }
  @media screen and (max-width: 600px) {
    a.fancy-button {
      margin: auto;
      display: block;
      width: 90%;
      text-align: center; } }

a.fancy-button:hover {
  background: #ffb400;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.7);
  color: #fff;
  box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.5); }

blockquote {
  margin: 25px 10px 25px 50px;
  padding: 10px 10px 10px 20px;
  border-left: 2px solid #d74343;
  font-size: 120%; }
  blockquote h2 {
    color: #ebc58a;
    padding: 5px; }
  blockquote p {
    color: #cfad77;
    padding: 5px;
    font-style: italic; }

h1 {
  font-size: 2.4em;
  padding: 10px 20px 20px 20px;
  font-weight: 400;
  color: #3a302b;
  font-family: 'Merriweather', serif; }

h2 {
  font-size: 2em;
  padding: 5px 20px;
  font-weight: 400;
  color: #418339; }

h3 {
  padding: 10px 20px 5px 20px;
  font-size: 1.6em;
  font-weight: 300;
  color: #222; }

h4 {
  padding: 10px 20px 5px 20px;
  color: #222;
  font-size: 1.4em;
  font-weight: 300; }

p {
  padding: 5px 20px 20px 20px;
  line-height: 1.5;
  color: #79645a;
  font-size: 1em; }

p.intro {
  font-size: 1.6em;
  font-weight: 400px;
  color: #3a302b;
  font-family: 'Merriweather', serif; }

hr {
  border-bottom: 1px solid #eee;
  border-left: none;
  border-right: none;
  border-top: none;
  width: 50%;
  margin: 20px auto; }

strong {
  font-weight: bold;
  font-weight: 600; }

a {
  text-decoration: none;
  color: #52aa3e; }

a:hover {
  color: #ffa200; }

.video-wrapper {
  width: 100%;
  background: #2e2e2e;
  box-shadow: inset 0px 0px 150px #000; }

.video-container {
  position: relative;
  width: 90%;
  margin: auto;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden; }
  .video-container iframe, .video-container object, .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.homebox-container {
  width: 100%; }

.homepage-plant-of-the-day {
  height: 400px;
  width: 100%;
  position: relative; }
  @media screen and (max-width: 600px) {
    .homepage-plant-of-the-day {
      border-top: 2px solid #fff; } }

.potd-infobox {
  position: absolute;
  width: 600px;
  background: rgba(0, 0, 0, 0.5);
  padding: 15px;
  right: 0px;
  top: 100px;
  text-align: right; }
  .potd-infobox h1, .potd-infobox h2, .potd-infobox h3, .potd-infobox h4, .potd-infobox p {
    color: #fff; }
  @media screen and (max-width: 900px) {
    .potd-infobox {
      top: 50px;
      font-size: 90%;
      width: 500px; } }
  @media screen and (max-width: 600px) {
    .potd-infobox {
      top: 50px;
      font-size: 75%;
      width: 300px;
      text-align: center; } }

.homepage-box {
  width: 25%;
  position: relative;
  min-height: 250px;
  overflow: hidden;
  float: left; }
  @media screen and (max-width: 900px) {
    .homepage-box {
      width: 50%;
      min-height: 200px; } }
  .homepage-box a {
    color: #fff;
    border-bottom: 3px solid rgba(255, 255, 255, 0.1);
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out; }
  .homepage-box a:hover {
    color: #fff;
    border-bottom: 3px solid rgba(255, 255, 255, 0.5); }
  .homepage-box img {
    filter: brightness(50%);
    height: auto;
    width: 100%;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    position: absolute;
    top: 0px;
    left: 0px; }
    @media screen and (max-width: 1520px) {
      .homepage-box img {
        height: 100%;
        width: auto; } }
    @media screen and (max-width: 900px) {
      .homepage-box img {
        width: 100%;
        height: auto; } }
    @media screen and (max-width: 600px) {
      .homepage-box img {
        width: auto;
        height: 100%; } }
  .homepage-box h3 {
    z-index: 100;
    position: absolute;
    width: 100%;
    color: #fff;
    text-align: center;
    top: 50%;
    font-size: 2em; }
    @media screen and (max-width: 900px) {
      .homepage-box h3 {
        top: 40%;
        font-size: 2.4em; } }
    @media screen and (max-width: 600px) {
      .homepage-box h3 {
        top: 30%;
        font-size: 1.8em; } }

.homepage-box:hover img {
  transform: scale(1.1, 1.1); }

.datebox {
  width: 120px;
  height: 120px;
  background: #661a1a;
  border-radius: 50%;
  text-align: center;
  margin: 0px 30px 30px 30px;
  float: left;
  color: #fff;
  font-size: .8em;
  overflow: hidden;
  padding: 15px 0 0 0;
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.75); }

.map {
  width: 100%;
  border: 5px solid #fff;
  box-shadow: 0px 5px 10px #000;
  height: 400px;
  overflow: hidden; }

.grid {
  text-align: center; }

img.staff {
  width: 90%;
  margin: 10px;
  height: auto;
  border: 4px solid #fff;
  box-shadow: 0px 0px 15px #000; }

.gallery-slider {
  margin: 0 0 60px 0;
  width: 100%;
  height: auto; }
  .gallery-slider img {
    width: 100%;
    height: auto;
    border: 5px solid #fff;
    box-shadow: 0px 0px 15px #000; }
  .gallery-slider ul {
    margin: 0px;
    padding: 0px; }
  .gallery-slider li {
    padding: 0px;
    list-style-type: none; }

ul.landscape-categories {
  margin: 0 0 0 20px; }
  ul.landscape-categories li {
    list-style-type: none;
    margin: 0 0 1px 0;
    padding: 0px; }
    ul.landscape-categories li a {
      display: block;
      width: 90%;
      -webkit-transition: all .25s ease-in-out;
      -moz-transition: all .25s ease-in-out;
      -o-transition: all .25s ease-in-out;
      transition: all .25s ease-in-out;
      background: #f6f2ea;
      padding: 8px; }
    ul.landscape-categories li a:hover {
      background: #eee8dc; }

ul.gallery {
  margin: 0 0 0 20px;
  padding: 0px; }
  ul.gallery li {
    list-style-type: none;
    padding: 0px;
    width: 20%;
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: top;
    margin: 0px 1px 1px 0px; }
    @media screen and (max-width: 900px) {
      ul.gallery li {
        width: 30%; } }
    ul.gallery li img {
      width: 100%;
      height: auto;
      display: block;
      -webkit-transition: all .25s ease-in-out;
      -moz-transition: all .25s ease-in-out;
      -o-transition: all .25s ease-in-out;
      transition: all .25s ease-in-out;
      filter: brightness(1); }
    ul.gallery li img:hover {
      filter: brightness(1.1); }

.plant-search-form {
  margin: 10px; }

input[type=search] {
  padding: 10px;
  font-size: 1.2em;
  border: 1px solid #ccc;
  background: #fff;
  border-radius: 3px;
  padding: 5px; }

.gform_wrapper {
  margin: 0 0 0 20px !important; }

input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none; }

input[type=text],
input[type=url],
input[type=tel],
input[type=number],
input[type=color],
input[type=email],
input[type=password],
textarea {
  border: 1px solid #ccc;
  background: #fff;
  border-radius: 3px;
  padding: 5px; }

input[type=submit] {
  font-size: 1em;
  padding: 8px;
  color: #fff;
  border-radius: 2px;
  background: #4cb534;
  text-shadow: 0px 1px 1px #17757b;
  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
  border: none; }

input[type=submit]:hover {
  background: #222; }

table {
  color: #222;
  border-collapse: collapse;
  border-spacing: 0;
  margin-left: 20px; }

td, th {
  border: 1px solid #ccc;
  padding: 10px;
  transition: all 0.3s; }

th {
  background: #DFDFDF;
  font-weight: bold; }

td {
  background: #fafafa; }

tr:hover, td:hover {
  background: #d3d3d3; }

/* Even Cells */
tr:nth-child(even) td {
  background: #F1F1F1; }

/* Odd Cells */
tr:nth-child(odd) td {
  background: #FEFEFE; }

/*# sourceMappingURL=style.css.map */

/* Added 2023-06-05 */
.tribe-compatibility-container h2 {
    /* margin-left: 1em; */
    font-size: 1.2em !important;
    font-weight: bold !important;
    color: #418339 !important;
}

a.tribe-events-widget-events-list__view-more-link.tribe-common-anchor-thin {
    display: inline-block;
    background-color: #52aa3d;
    color: #fff !important;
    padding: 4px 12px;
    border-radius: 4px;
    box-shadow: 1px 1px 5px #aaa;
    border-bottom-color: transparent !important;
}

.tribe-compatibility-container {
    padding: 1em;
}

.tribe-common.tribe-events.tribe-events-view.tribe-events-view--widget-events-list.tribe-events-widget.tribe-common--breakpoint-xsmall {
    background-color: #e8f5de;
    padding: 1em;
    border-radius: 8px;
}

article.tribe-events-widget-events-list__event {
    background-color: #d5e7c7;
    padding: 7px !important;
    border-radius: 5px;
}

/* Added 2024-01-12 */
.brochure-shortcode {
    display: inline-grid;
    grid-template-columns: 90px 1fr;
    max-width: 568px;
    grid-gap: 20px;
    padding: 10px;
    margin: 10px;
    background-color: #f3f3f3;
    border-radius: 6px;
    width: 100%;
    box-sizing: border-box;
	vertical-align: top;
}

.brochure-shortcode img {
    width: 100%;
}

.brochure-shortcode .buttons a {
    display: inline-block;
    background-color: #348545;
    padding: 5px 14px;
    border-radius: 30px;
    color: #fff;
    margin: 0px 2px;
    box-shadow: 0px 1px 4px rgba(0,0,0,0.4);
    cursor: pointer;
}

.brochure-shortcode .buttons a:hover {
    background-color: #429b55;
}

.brochure-shortcode .details {
    align-self: center;
}

.brochure-shortcode .title {
    margin-bottom: 10px;
    margin-left: 2px;
    font-size: 18px;
    font-weight: bold;
}