@import url(../css/bootstrap.min.css);
@import url(../css/font-awesome.min.css);
@import url(../css/jquery.mmenu.all.css);
/* ------------------------------------
Gravity Forms
---------------------------------------*/
.gform_wrapper ul {
  padding-left: 0;
  list-style: none;
}

.gform_wrapper li {
  margin-bottom: 15px;
}

.gform_wrapper form {
  margin-bottom: 0;
}

.gform_wrapper .gfield_required {
  padding-left: 1px;
  color: #b94a48;
}

.ginput_container input, .ginput_container select, .ginput_container textarea {
  display: block;
  width: 100%;
  font-weight: 600;
  padding: 6px 12px;
  letter-spacing: 0.05rem;
  line-height: 1.428571429;
  color: #333;
  vertical-align: middle;
  background-color: #fff;
  border: none;
  border-radius: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.ginput_container input:-moz-placeholder,
.ginput_container select:-moz-placeholder,
.ginput_container textarea:-moz-placeholder {
  color: #999;
}

.ginput_container input::-moz-placeholder,
.ginput_container select::-moz-placeholder,
.ginput_container textarea::-moz-placeholder {
  color: #999;
}

.ginput_container input:-ms-input-placeholder,
.ginput_container select:-ms-input-placeholder,
.ginput_container textarea:-ms-input-placeholder {
  color: #999;
}

.ginput_container input::-webkit-input-placeholder,
.ginput_container select::-webkit-input-placeholder,
.ginput_container textarea::-webkit-input-placeholder {
  color: #999;
}

.ginput_container input:focus,
.ginput_container select:focus,
.ginput_container textarea:focus {
  border-color: #66afe9;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.ginput_container input[disabled],
.ginput_container select[disabled],
.ginput_container textarea[disabled],
.ginput_container input[readonly],
.ginput_container select[readonly],
.ginput_container textarea[readonly],
fieldset[disabled] .ginput_container input,
fieldset[disabled] .ginput_container select,
fieldset[disabled] .ginput_container textarea {
  cursor: not-allowed;
  background-color: #eee;
}

textarea.ginput_container input, textarea.ginput_container select, textarea.ginput_container textarea {
  height: auto;
}

.ginput_container textarea {
  height: auto;
}

.gform_button {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.428571429;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  background-color: #428bca;
  border: 1px solid transparent;
  border-color: #357ebd;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.gform_button:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.gform_button:hover, .gform_button:focus {
  color: #333;
  text-decoration: none;
}

.gform_button:active, .gform_button.active {
  background-image: none;
  outline: 0;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.gform_button.disabled, .gform_button[disabled], fieldset[disabled] .gform_button {
  pointer-events: none;
  cursor: not-allowed;
  opacity: .65;
  filter: alpha(opacity=65);
  box-shadow: none;
}

.gform_button:hover, .gform_button:focus, .gform_button:active, .gform_button.active, .open .dropdown-toggle.gform_button {
  color: #fff;
  background-color: #3276b1;
  border-color: #285e8e;
}

.gform_button:active, .gform_button.active, .open .dropdown-toggle.gform_button {
  background-image: none;
}

.gform_button.disabled, .gform_button[disabled], fieldset[disabled] .gform_button, .gform_button.disabled:hover, .gform_button[disabled]:hover, fieldset[disabled] .gform_button:hover, .gform_button.disabled:focus, .gform_button[disabled]:focus, fieldset[disabled] .gform_button:focus, .gform_button.disabled:active, .gform_button[disabled]:active, fieldset[disabled] .gform_button:active, .gform_button.disabled.active, .gform_button[disabled].active, fieldset[disabled] .gform_button.active {
  background-color: #428bca;
  border-color: #357ebd;
}

.gform_wrapper .gfield_error .gfield_label {
  color: #b94a48;
}

.gform_wrapper .gfield_error input, .gform_wrapper .gfield_error select, .gform_wrapper .gfield_error textarea {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #eed3d7;
}

.gform_wrapper .gfield_error input:focus, .gform_wrapper .gfield_error select:focus, .gform_wrapper .gfield_error textarea:focus {
  border-color: #b94a48;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(185, 74, 72, 0.6);
}

.validation_error {
  padding: 15px;
  margin-bottom: 20px;
  color: #b94a48;
  background-color: #f2dede;
  border: 1px solid transparent;
  border-color: #eed3d7;
  border-radius: 4px;
}

.validation_error h4 {
  margin-top: 0;
  color: inherit;
}

.validation_error .alert-link {
  font-weight: bold;
}

.validation_error p, .validation_error ul {
  margin-bottom: 0;
}

.validation_error p + p {
  margin-top: 5px;
}

.validation_error hr {
  border-top-color: #e6c1c7;
}

.validation_error .alert-link {
  color: #953b39;
}

#gforms_confirmation_message {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}

#gforms_confirmation_message h4 {
  margin-top: 0;
  color: inherit;
}

#gforms_confirmation_message .alert-link {
  font-weight: bold;
}

#gforms_confirmation_message p, #gforms_confirmation_message ul {
  margin-bottom: 0;
}

#gforms_confirmation_message p + p {
  margin-top: 5px;
}

.mm-opened .mm-page {
  box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.25);
}

#mobile-menu {
  background-color: #fff;
}

#mobile-menu .menu li, #mobile-menu .sub-menu li {
  font-size: 1.6rem;
}

#mobile-menu .menu li a, #mobile-menu .sub-menu li a {
  color: #000;
}

#mobile-menu-bar {
  display: none;
  background-color: #6b3f23;
}

#mobile-menu-bar a {
  display: inline-block;
  color: #fff;
  padding: 1em;
  text-decoration: none;
}

#mobile-menu-bar a:hover, #mobile-menu-bar a:focus, #mobile-menu-bar a:active {
  text-decoration: none;
}

#mobile-menu-bar a i.fa {
  font-size: 2.5rem;
  vertical-align: middle;
  margin-right: 0.2em;
}

#mobile-menu-bar a:first-child {
  padding-right: 1.3em;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}

@media (max-width: 47.9em) {
  #mobile-menu-bar {
    display: block;
  }
}

header {
  background-color: #fff;
}

header #top-bar {
  background-color: #6b3f23;
  color: #fff;
  font-size: 1.6rem;
  text-transform: uppercase;
}

header #top-bar .fa {
  font-size: 2rem;
  vertical-align: middle;
}

header #top-bar .search-form {
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  padding-left: 0.5em;
  margin-left: 0.25em;
  padding-right: 0.5em;
}

header #top-bar .search-form.open {
  background-color: rgba(255, 255, 255, 0.12);
}

header #top-bar .search-form .dropdown-menu {
  border-radius: 0;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
  left: auto;
  right: 0;
  padding: 0;
  width: 21.35em;
}

header #top-bar .search-form .search input {
  color: #444;
  border: 0;
  padding: 0.3em;
  line-height: 1.6;
  display: block;
  float: left;
  width: 15em;
}

header #top-bar .search-form .search button {
  display: block;
  float: left;
  width: 6em;
  padding: 0.4em;
  border: 0;
  background-color: #006f45;
  margin-left: 0.2em;
  border: 0;
}

header #top-bar ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

header #top-bar ul li {
  display: inline-block;
}

header #top-bar a {
  color: #fff;
  display: inline-block;
  padding: 0.5em 0.3em;
  vertical-align: middle;
  text-decoration: none;
}

header #top-bar a .fa {
  font-size: 2rem;
  vertical-align: top;
}

header #top-bar .left li {
  margin-right: 0.75em;
}

header #top-bar .right {
  text-align: right;
}

header #top-bar .phone {
  cursor: text;
}

header #top-bar .phone:hover, header #top-bar .phone:focus, header #top-bar .phone:active {
  text-decoration: none;
}

header .logo {
  width: 100%;
  max-width: 300px;
  height: auto;
  display: block;
}

header .col-logo,
header .col-nav {
  padding-top: 1em;
  padding-bottom: 1em;
}

header .nav {
  text-align: right;
  padding-top: 1.6em;
  position: relative;
  z-index: 20;
}

header .nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 1.8rem;
  position: relative;
}

header .nav ul li {
  text-align: left;
  display: inline-block;
}

header .nav ul li:hover > ul, header .nav ul li:focus > ul {
  display: block;
}

header .nav ul li:hover > a, header .nav ul li:focus > a {
  color: #007549;
  background-color: #f7f7f7;
}

header .nav ul li.menu-item-has-children > a:after {
  content: '\f078';
  color: #007549;
  font-family: 'FontAwesome';
  padding-left: 0.4em;
}

header .nav ul li a {
  display: block;
  padding: 0.5em;
  color: #000;
  -webkit-transition: background-color 0.1s ease-in-out;
  transition: background-color 0.1s ease-in-out;
  text-decoration: none;
}

header .nav ul li a:hover {
  text-decoration: none;
}

header .nav ul ul {
  display: none;
  border-top: 3px solid #ffb819;
  background: #fff;
  box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.1);
  position: absolute;
  top: auto;
}

header .nav ul ul li {
  min-width: 14em;
  float: none;
  display: block;
  position: relative;
}

header .nav ul ul ul {
  position: absolute;
  top: 0;
  left: 100%;
}

html {
  overflow-y: visible;
  font-size: 10px;
  width: 100%;
  height: 100%;
}

body {
  font-family: 'Poppins', Arial, Tahoma, Verdana, sans-serif;
  font-size: 1.7rem;
  background-color: #fff;
  width: 100%;
  height: 100%;
}

#page {
  background-color: #f5f4f2;
}

.banner-box {
  background-color: #6b3f23;
}

h1 {
  color: #007549;
  font-size: 3.8rem;
  font-family: 'Crimson Text', serif;
  font-weight: 600;
}

h2 {
  color: #6b3f23;
  font-size: 2.6rem;
  font-weight: 600;
  margin-top: 0;
}

h3 {
  color: #6b3f23;
  font-size: 2rem;
  font-weight: 600;
  margin-top: 0;
}

p {
  margin: 0 0 2.2rem;
  line-height: 1.5;
}

a {
  color: #006f45;
  text-decoration: underline;
  position: relative;
}

a:hover, a:focus, a:active {
  color: #00905a;
}

a[href^="mailto"] {
  padding-left: 1.4em;
}

a[href^="mailto"]:before {
  content: '\f0e0';
  color: #006f45;
  font-family: 'FontAwesome';
  position: absolute;
  left: 0;
  top: 0.1rem;
}

.affiliates-inline {
  display: inline-block;
  text-align: center;
  margin: 0.5em;
  vertical-align: middle;
}

.affiliates-inline img {
  max-height: 100px;
  max-width: 340px;
}

.text-white {
  color: #fff;
}

.size-256 {
  max-width: 200px;
  margin: 0 auto;
}

#cta-tour {
  overflow: visible;
}

#cta-tour .vc_column-inner {
  padding-top: 0;
}

#cta-tour .wpb_content_element {
  margin-bottom: 0;
}

#home-events {
  background-image: url("../img/bg-chalkboard.jpg");
  position: relative;
}

#home-events .events-inner {
  background-image: url("../img/sign-events.png");
  background-repeat: no-repeat;
  background-position: left 5em;
  padding: 5em 0 2em 370px;
  color: #fff;
}

#home-events h3 {
  font-family: 'Crimson Text', serif;
  color: #fff;
  font-size: 2.4rem;
}

#home-events .media-left a {
  display: block;
  background-color: #fff;
  padding: 1em 1em 0.25em 1em;
  width: 6em;
}

#home-events .media-left span {
  display: block;
  text-align: center;
}

#home-events .day-name {
  text-transform: uppercase;
  font-size: 1.4rem;
  color: #808080;
}

#home-events .month {
  text-transform: uppercase;
  font-size: 3.2rem;
  color: #808080;
  line-height: 0.8;
  font-weight: 300;
}

#home-events .day-number {
  text-transform: uppercase;
  font-size: 4.6rem;
  color: #007046;
  font-family: 'Crimson Text', serif;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1.1;
}

#take-a-tour {
  background-color: #6b3f23;
  color: #fff;
  padding: 1.5em 1.5em 1.5em 8em;
  display: inline-block;
  position: relative;
  margin: -6.6em 0 -1.5em 0;
  z-index: 15;
}

#take-a-tour h2 {
  color: #fff;
  font-family: 'Poppins', Arial, Tahoma, Verdana, sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 2.2rem;
  margin: 0 2em 0 0;
  float: left;
}

#take-a-tour h2 span {
  display: block;
  font-family: 'Crimson Text', serif;
  font-size: 4.6rem;
}

#take-a-tour a {
  color: #6b3f23;
  display: block;
  padding: 0.6em 2em;
  background-color: #ffb819;
  border-radius: 4px;
  text-decoration: none;
  text-transform: uppercase;
  float: right;
  margin-top: 0.7em;
}

#take-a-tour a:hover {
  background-color: #ffc91b;
}

#paypal-buttons {
  margin: 0;
  padding: 0;
  list-style: none;
}

#paypal-buttons li {
  overflow: hidden;
  display: block;
  border-bottom: 1px solid #e2e2e2;
  padding: 1.2em 0.5em 0 0.5em;
}

#paypal-buttons li p {
  float: left;
}

#paypal-buttons li form {
  float: right;
}

.event-header {
  overflow: hidden;
  border-bottom: 1px solid #ccc;
  margin-bottom: 1.5em;
}

.event-header h2 {
  float: left;
  margin-top: 0.95em;
}

.event-info .schedule {
  margin: 0 0 1.5em 0;
  padding: 0;
  list-style: none;
}

.event-info .schedule .session-time {
  display: inline-block;
  width: 5em;
}

.event-info .schedule .session-title {
  display: inline-block;
}

.event-content .post-thumbnail {
  margin-bottom: 2em;
}

.event-content .post-thumbnail img {
  width: 100%;
  max-width: 800px;
  height: auto;
  display: block;
  margin: 0 auto;
}

.event-list {
  margin: 0 0 2em 0;
  padding: 0;
  list-style: none;
}

.event-list .media-left {
  padding-right: 2em;
}

.event-list .event-date {
  display: block;
  margin-bottom: 1em;
}

.event-list h3 {
  margin-bottom: 0;
}

.event-list a {
  text-decoration: none;
}

#page-header-banner {
  padding: 5em 0 1em 0;
  background-size: cover;
  background-repeat: no-repeat;
  margin-bottom: 3em;
  position: relative;
}

#page-header-banner:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url("../img/bg-gradient-green.png");
  background-repeat: repeat-x;
  background-position: bottom center;
  bottom: 0;
  z-index: 10;
}

#page-header-banner h1 {
  color: #fff;
  position: relative;
  z-index: 15;
  font-size: 4.2rem;
  float: left;
}

#page-header-banner.banner-1 {
  background-image: url("../img/page-banner-photo-01.jpg");
}

#page-header-banner.banner-2 {
  background-image: url("../img/page-banner-photo-02.jpg");
}

#page-header-banner.banner-3 {
  background-image: url("../img/page-banner-photo-03.jpg");
}

#page-header-banner.banner-4 {
  background-image: url("../img/page-banner-photo-04.jpg");
}

#page-header-banner.banner-5 {
  background-image: url("../img/page-banner-photo-05.jpg");
}

#page-header-banner.banner-6 {
  background-image: url("../img/page-banner-photo-06.jpg");
}

#page-header-banner.banner-7 {
  background-image: url("../img/page-banner-photo-07.jpg");
}

.event-registration {
  padding-top: 0.5em;
  float: right;
  text-align: right;
  position: relative;
  z-index: 15;
}

.event-registration .registration-btn {
  display: inline-block;
  padding: 0.5em 1.5em 0.3em 1.5em;
  font-size: 2.6rem;
  background-color: #ffb819;
  margin: 0 auto;
  text-decoration: none;
  color: #fff;
  border-radius: 3px;
}

.vc_images_carousel .vc_carousel-control {
  background-color: #fff;
  height: 2em !important;
  text-shadow: none !important;
  margin-top: -2em !important;
}

.yelp-logo {
  width: 100%;
  max-width: 220px;
  height: auto;
}

#yelpwidget #yelpheader {
  display: none;
}

#yelpwidget #recentreviews {
  display: none;
  text-align: left;
  color: #007549;
  font-size: 3.8rem;
  font-family: 'Crimson Text', serif;
  font-weight: 600;
  margin: 1em 0;
}

#yelpwidget .yelpreview {
  overflow: hidden;
}

#yelpwidget .yelpreview .yelpreviewimg {
  border-radius: 0.3em;
  border: 0.2em solid #6b3f23;
  margin: 0 1em 0 0;
}

#yelpwidget .yelpreview .reviewername {
  color: #6b3f23;
  font-size: 2.6rem;
  font-weight: 600;
  margin-top: 0;
}

.kellogg-logo {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  height: auto;
}

.kellogg-chart {
  border: 2px solid #007b3c;
  margin-top: 2em;
}

.kellogg-chart th {
  background-color: #007b3c;
  font-weight: 600;
  color: #fff;
  text-align: center;
}

.kellogg-chart tr {
  text-align: center;
}

.search-results-wrap {
  margin: 2em 0;
}

.search-results-wrap ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.search-results-wrap ul li {
  border-top: 1px solid #ccc;
  margin-bottom: 2em;
  padding-top: 2em;
  padding-bottom: 0;
}

.constant-contact-form {
  float: left;
}

.constant-contact-form img {
  display: inline-block;
  width: 100%;
  max-width: 70px;
  vertical-align: middle;
}

.constant-contact-form form {
  display: inline-block;
  padding-left: 0.5em;
  vertical-align: top;
}

.constant-contact-form p {
  margin-bottom: 0;
}

footer {
  background-color: #fff;
  padding-top: 2em;
  padding-bottom: 1em;
  color: #999;
  font-size: 1.6rem;
  position: relative;
}

footer .copyright {
  margin-top: 1em;
  border-top: 1px solid #eee;
  padding-top: 2em;
  text-align: center;
}

footer .copyright img {
  display: block;
  margin: 0 auto;
}

footer .logo {
  max-width: 170px;
  opacity: 0.4;
  vertical-align: middle;
  margin-right: 1em;
}

footer .right {
  float: right;
  margin: 0;
  padding: 0.7em 0 0 0;
  list-style: none;
}

footer .right li {
  display: inline-block;
  font-size: 1.9rem;
}

footer .right li a {
  display: block;
  padding: 0.2em;
  color: #999;
  text-decoration: none;
}

#home-blog-posts {
  background-color: #fff;
  border-top: 3px solid #eee;
  padding: 2em 0 3em 0;
}

#home-blog-posts .blog-post {
  margin-bottom: 1em;
}

#home-blog-posts .blog-post .post-image {
  width: 10em;
  display: inline-block;
  vertical-align: top;
}

#home-blog-posts .blog-post .post-image img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  border-radius: 0.25em;
}

#home-blog-posts .blog-post .post-info {
  width: calc(100% - 10.5em);
  display: inline-block;
  padding-left: 1.5em;
}

#home-blog-posts .blog-post .date {
  margin-bottom: 0.25em;
}

#home-blog-posts .blog-post .title {
  font-family: 'Crimson Text', serif;
  font-size: 2.4rem;
}

.blog-post-header {
  border-bottom: 3px solid #fff;
  margin-bottom: 2em;
}

.blog-post-header h1 {
  font-size: 3.2rem;
}

.single-post .category-blog {
  overflow: hidden;
  margin-bottom: 4em;
}

.single-post .category-blog .post-thumbnail {
  float: right;
  max-width: 570px;
  margin: 0 0 2em 2em;
}

.single-post .category-blog .post-thumbnail img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
}

.category-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.category-list li {
  list-style: none;
  margin-bottom: 0.75em;
}

.category-list li ul {
  padding-left: 1em;
}

.category-list li ul li {
  margin-bottom: 0;
}

.pagination > li:last-child > a {
  font-family: 'FontAwesome';
}

.pagination > li:first-child > a {
  font-family: 'FontAwesome';
}

.single-post-item {
  background-color: #fff;
  padding: 1em;
  margin-bottom: 2em;
}

.single-post-item .post-image {
  width: 10em;
  display: inline-block;
  vertical-align: top;
}

.single-post-item .post-image img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  border-radius: 0.25em;
}

.single-post-item .post-info {
  width: calc(100% - 10.5em);
  display: inline-block;
  padding-left: 1.5em;
}

.single-post-item .date {
  margin-bottom: 0.25em;
}

.single-post-item .title {
  font-family: 'Crimson Text', serif;
  font-size: 2.6rem;
}

.single-post-item .title a {
  text-decoration: none;
}

/* LARGE (COL-LG) LESS THAN 75 */
@media (max-width: 74.9em) {
  header .nav {
    padding-top: 0.9em;
  }
  header .nav ul li a {
    font-size: 1.7rem;
  }
}

/* MEDIUM (COL-MD) LESS THAN 62 */
@media (max-width: 61.9em) {
  header #top-bar {
    font-size: 1.5rem;
  }
  header #top-bar .left li {
    margin-right: 0.5em;
  }
  header #top-bar .left li:last-child {
    margin-right: 0;
  }
  header #top-bar .left li a {
    padding: 0.5em 0.1em;
  }
  header #top-bar .right li a {
    padding: 0.5em 0.1em;
  }
  header .nav {
    padding-top: 0;
  }
  header .nav ul li a {
    font-size: 1.4rem;
  }
  .category-blog .post-thumbnail {
    max-width: 370px;
  }
}

/* SMALL (COL-SM) LESS THAN 48 */
@media (max-width: 47.9em) {
  header #top-bar {
    display: none;
  }
  header .col-nav {
    display: none;
  }
  header .logo {
    margin: 0 auto;
    max-width: 200px;
  }
  #home-events .events-inner {
    padding-left: 0;
    background-image: none;
  }
  #take-a-tour {
    padding: 1em;
    text-align: center;
  }
  #take-a-tour h2 {
    margin: 0;
    float: none;
  }
  #take-a-tour h2 span {
    font-size: 3.2rem;
  }
  #take-a-tour a {
    float: none;
  }
  .vc_images_carousel .vc_carousel-inner {
    padding-bottom: 4.5em;
  }
  .vc_column-inner {
    padding-top: 0 !important;
  }
  .vc_row {
    position: relative;
  }
  #paypal-buttons li p {
    float: none;
    text-align: center;
    margin-bottom: 0.5em;
  }
  #paypal-buttons li form {
    float: none;
    text-align: center;
    margin-bottom: 1em;
  }
  .event-list .media-left {
    display: block;
    margin-bottom: 1em;
    padding-right: 0;
  }
  .event-list .media-body {
    display: block;
    width: 100%;
  }
  #page-header-banner h2 {
    float: none;
    text-align: center;
    font-size: 3.2rem;
  }
  #page-header-banner .event-registration {
    float: none;
    text-align: center;
  }
  .category-blog .post-thumbnail {
    max-width: 100%;
    float: none;
    margin: 0 0 2em 0;
  }
  footer .constant-contact-form {
    float: none;
    text-align: center;
  }
  footer .right {
    float: none;
    text-align: center;
  }
}

/* EVEN SMALLER! - LESS THAN 34 */
@media (max-width: 33.9em) {
  .single-post-item, #home-blog-posts .blog-post {
    margin-bottom: 2em;
  }
  .single-post-item .post-image, #home-blog-posts .blog-post .post-image {
    display: block;
    margin-bottom: 0.5em;
    text-align: center;
    width: auto;
  }
  .single-post-item .post-image img, #home-blog-posts .blog-post .post-image img {
    margin: 0 auto;
    max-width: 300px;
    width: 100%;
  }
  .single-post-item .post-info, #home-blog-posts .blog-post .post-info {
    width: 100%;
    padding-left: 0;
  }
}

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