@charset "UTF-8";
/*
Theme Name: Firmament Child
Theme URI: https://mereagency.com/
description: A simple child theme for the Firmament framework
Author: Andrew Joyce
Author URI: https://mereagency.com/
Template: firmament
Version: 1.0.0
Tags: firmament, clean, basic, responsive-layout
Text Domain: firmament-child
*/
/* -------------------------------------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------------------------------------- */
/* COLOR AND FONT VARIABLES																										*/
/* -------------------------------------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------------------------------------- */
/* Standard greyscale gradient */
:root {
  /* Site width, used in helpers.less */
  --site-width: 1100px;
}

/* Set your fonts here. I'm just using arial but you could set up webfonts.
/* LESS mixins let you use this snippet throughout the entire site: nifty! */
body.post-type-archive-tribe_events #tribe-events-content table.tribe-events-calendar div.type-tribe_events h3 a {
  font-family: Arial, Helvetica, Tahoma, sans-serif;
}

/* HEADINGS */
/* Here's some ground rules -- if you need a heading to "look" important, but it's actually not: use a class. h5.beta conveys that you want this h5 to LOOK like an h2, but semantically it's still an H5. Useful stuff! */
/* Also, these are super basic heading styles -- fill in your own! */
h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
  margin-bottom: 1rem;
}

/* Let's define some simple button styles */
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt, body.post-type-archive-tribe_events ul.tribe-events-sub-nav li a {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  font-family: "myriad-pro", "Myriad Pro", "lucida grande", "lucida sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 6px 13.8px;
  font-size: 13px;
  line-height: 2.052;
  border-radius: 2px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: all 0.3s;
  color: #fff;
  background-color: #BC6930;
  border-color: #b4642e;
  /* a .small helper class */
  /* a clear helper class - for making buttons that have a colored border and transparent center */
}
.woocommerce #respond input#submit.alt:after,
.woocommerce a.button.alt:after,
.woocommerce button.button.alt:after,
.woocommerce input.button.alt:after, body.post-type-archive-tribe_events ul.tribe-events-sub-nav li a:after {
  content: " ›";
}
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover, body.post-type-archive-tribe_events ul.tribe-events-sub-nav li a:hover, .woocommerce #respond input#submit.alt:focus,
.woocommerce a.button.alt:focus,
.woocommerce button.button.alt:focus,
.woocommerce input.button.alt:focus, body.post-type-archive-tribe_events ul.tribe-events-sub-nav li a:focus {
  color: #978872;
  text-decoration: none;
}
.woocommerce #respond input#submit.alt:active,
.woocommerce a.button.alt:active,
.woocommerce button.button.alt:active,
.woocommerce input.button.alt:active, body.post-type-archive-tribe_events ul.tribe-events-sub-nav li a:active {
  outline: 0;
  background-image: none;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.woocommerce #respond input#submit.alt:last-child,
.woocommerce a.button.alt:last-child,
.woocommerce button.button.alt:last-child,
.woocommerce input.button.alt:last-child, body.post-type-archive-tribe_events ul.tribe-events-sub-nav li a:last-child {
  margin-bottom: 0;
}
.woocommerce #respond input.small#submit.alt,
.woocommerce a.small.button.alt,
.woocommerce button.small.button.alt,
.woocommerce input.small.button.alt, body.post-type-archive-tribe_events ul.tribe-events-sub-nav li a.small {
  height: 1.953rem;
  line-height: 1.953rem;
}
.woocommerce #respond input.clear#submit.alt,
.woocommerce a.clear.button.alt,
.woocommerce button.clear.button.alt,
.woocommerce input.clear.button.alt, body.post-type-archive-tribe_events ul.tribe-events-sub-nav li a.clear {
  background: transparent;
  border: 2px solid #787573;
  color: #5f5b58;
  line-height: 2.302rem;
}
.woocommerce #respond input.clear#submit.alt:hover,
.woocommerce a.clear.button.alt:hover,
.woocommerce button.clear.button.alt:hover,
.woocommerce input.clear.button.alt:hover, body.post-type-archive-tribe_events ul.tribe-events-sub-nav li a.clear:hover {
  background: #5f5b58;
  border-color: #5f5b58;
  color: #fff;
}
.woocommerce #respond input.clear.clear#submit.alt,
.woocommerce a.clear.clear.button.alt,
.woocommerce button.clear.clear.button.alt,
.woocommerce input.clear.clear.button.alt, body.post-type-archive-tribe_events ul.tribe-events-sub-nav li a.clear.clear {
  border-color: #fff;
  color: #fff;
}
.woocommerce #respond input.clear.clear#submit.alt:hover,
.woocommerce a.clear.clear.button.alt:hover,
.woocommerce button.clear.clear.button.alt:hover,
.woocommerce input.clear.clear.button.alt:hover, body.post-type-archive-tribe_events ul.tribe-events-sub-nav li a.clear.clear:hover {
  background: #972220;
  border-color: #972220;
}

/* role=button: basic button styles */
body {
  padding-right: 0 !important;
}

div#productModal {
  max-width: 400px;
  overflow: visible;
}

button.close:after {
  content: "";
}

#mc-embedded-subscribe, #subscribeNowBtn {
  height: 41px;
}

.resource-library__sidebar--menu {
  padding: 0;
}

.collection__scriptures .collection__item__title {
  margin: 0 !important;
}

div.quotes-wrap blockquote p {
  display: inline;
}

.resource-library__header--breadcrumbs {
  padding: 0;
  background: transparent;
  border: 0;
}

.resource-library__header--breadcrumbs li {
  display: inline-block;
  width: auto;
}

a.scripture_reference {
  text-transform: capitalize;
}

div.post div.col-sm-12 {
  white-space: pre-line;
}

ul#input_3_7 {
  display: flex;
  justify-content: space-between;
  padding-left: 25px;
  padding-right: 25px;
}

ul#input_3_7 li {
  flex-grow: 2;
  overflow: visible;
  padding: 8px 14px;
  font-size: 19px;
  line-height: 1.33333;
  border-radius: 3px;
}
ul#input_3_7 li label {
  background-color: #FAF7F3;
  color: #978872;
  padding: 10px;
  text-align: center;
  position: relative;
  border-radius: 3px;
  z-index: 5;
}
ul#input_3_7 li label:hover {
  background-color: #ebdfcf;
}

ul#input_3_7 li input {
  opacity: 0;
  z-index: 1;
}

ul#input_3_7 input:checked + label {
  background: #fff;
  border-color: #5cb85c !important;
  color: #5cb85c;
}

ul#input_3_7 input:checked + label:before {
  right: 3px;
  top: 1px;
}

#field_3_11 label.gfield_label,
#field_3_14 label.gfield_label {
  display: none;
}

body.tax-mere_photo_albums div.audio img,
body.tax-mere_photo_albums div.caption img[src=""] {
  display: none;
}

.scripture_reference {
  text-transform: capitalize;
}

#gform_confirmation_wrapper_1 {
  padding-top: 20px;
}

body.postid-49394 div.quantity {
  opacity: 0;
  visibility: hidden;
  width: 0;
  overflow: hidden;
}
body.postid-49394 .woocommerce-product-gallery, body.postid-49394 .product_meta {
  display: none;
}
body.postid-49394 div.entry-summary {
  width: 100% !important;
}
body.postid-49394 .woocommerce-product-details__short-description {
  margin-bottom: 2rem;
}

button.button, a.checkout-button {
  transition: 0.3s all;
}

button.button:hover, a.checkout-button:hover {
  background: #d6844d !important;
  color: #fff !important;
}

body.woocommerce-cart .product-name span {
  display: none;
}

/* Comment out un-needed plugin includes */
/**
 * Custom CSS Styling for the Eden Resource Library.
 * We made this plugin, so there's not too much styling you will need to put here.
 *
 * @subpackage 	Firmament
 * @since 	Firmament 1.0
 */
.collection__count {
  margin-bottom: calc(var(--standard-site-gutter-gap) / 12);
}

/* Eden Resource Library plugin styling */
/**
 * Custom CSS Styling for the Events Calendar by Modern Tribe
 *
 * @subpackage 	Firmament
 * @since 	Firmament 1.0
 */
body.post-type-archive-tribe_events h2.tribe-events-page-title {
  width: 100%;
}
body.post-type-archive-tribe_events ul.tribe-events-sub-nav li a {
  margin: 0 0 1rem 0;
  transition: 0.3s all;
}
body.post-type-archive-tribe_events ul.tribe-events-sub-nav li a:hover {
  background: #be2f2d;
  color: #fff;
}
body.post-type-archive-tribe_events ul.tribe-events-sub-nav li a:before, body.post-type-archive-tribe_events ul.tribe-events-sub-nav li a:after {
  content: "";
}
body.post-type-archive-tribe_events ul.tribe-events-sub-nav li a:visited {
  color: gray;
}
body.post-type-archive-tribe_events ul.tribe-events-sub-nav li a:hover:visited {
  color: #fff;
}
body.post-type-archive-tribe_events ul.tribe-events-sub-nav li {
  margin: 0 !important;
  float: right;
}
body.post-type-archive-tribe_events ul.tribe-events-sub-nav li:before {
  display: none;
}
body.post-type-archive-tribe_events ul.tribe-events-sub-nav li:first-child {
  float: left;
}
body.post-type-archive-tribe_events #tribe-events-content table.tribe-events-calendar {
  border: 0px solid;
  margin-bottom: 1.602rem;
}
body.post-type-archive-tribe_events #tribe-events-content table.tribe-events-calendar thead {
  background: #46423e;
}
body.post-type-archive-tribe_events #tribe-events-content table.tribe-events-calendar thead th {
  text-transform: none;
  color: #cccccc;
}
body.post-type-archive-tribe_events #tribe-events-content table.tribe-events-calendar td {
  position: relative;
}
body.post-type-archive-tribe_events #tribe-events-content table.tribe-events-calendar div.type-tribe_events {
  background: #43758e;
  border-radius: 1px;
  float: left;
  margin: 5% 5% 0 20%;
  padding: 0.6rem;
  width: 75%;
}
body.post-type-archive-tribe_events #tribe-events-content table.tribe-events-calendar div.type-tribe_events:last-child {
  margin-bottom: 5%;
}
body.post-type-archive-tribe_events #tribe-events-content table.tribe-events-calendar div.type-tribe_events:hover {
  cursor: pointer;
}
body.post-type-archive-tribe_events #tribe-events-content table.tribe-events-calendar div.type-tribe_events h3 {
  font-size: 0.79rem;
  margin-bottom: 0;
}
body.post-type-archive-tribe_events #tribe-events-content table.tribe-events-calendar div.type-tribe_events h3 a {
  color: white;
  font-size: 0.79rem;
  line-height: 1.424;
  border-bottom: 0;
}
body.post-type-archive-tribe_events #tribe-events-content table.tribe-events-calendar td {
  transition: 0.2s all;
}
body.post-type-archive-tribe_events #tribe-events-content table.tribe-events-calendar td > div:first-child {
  background: transparent;
  color: #b3b3b3;
  display: block;
  float: left;
  font-weight: 800;
  height: 20%;
  padding-top: 5%;
  position: absolute;
  text-align: center;
  width: 20%;
}
body.post-type-archive-tribe_events #tribe-events-content table.tribe-events-calendar td > div:first-child a {
  background: none !important;
}
body.post-type-archive-tribe_events #tribe-events-content table.tribe-events-calendar td.tribe-events-has-events > div:first-child a {
  color: #2f5a6f;
}
body.post-type-archive-tribe_events #tribe-events-content table.tribe-events-calendar td.tribe-events-othermonth {
  opacity: 0.4;
  background: #cccccc;
}
body.post-type-archive-tribe_events #tribe-events-content table.tribe-events-calendar td.tribe-events-othermonth:hover {
  opacity: 1;
}
body.post-type-archive-tribe_events #tribe-events-content table.tribe-events-calendar .tribe-events-tooltip {
  border-radius: 2px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}
body.post-type-archive-tribe_events #tribe-events-content {
  margin-bottom: 0;
}
body.post-type-archive-tribe_events #tribe-events-footer {
  margin-bottom: 0;
}
body.post-type-archive-tribe_events #tribe-events-footer a {
  margin-bottom: 0;
}
body.post-type-archive-tribe_events #tribe-events-content div.tribe-events-tooltip {
  padding: 1.802rem;
  border-radius: 4px;
  border: 0px solid;
  box-shadow: #aaaaaa 0px 2px 5px;
}
body.post-type-archive-tribe_events #tribe-events-content div.tribe-events-tooltip h4.entry-title {
  font-weight: 600;
  letter-spacing: 0;
  padding: 0;
  font-size: 1.424rem;
  line-height: 1.266;
  margin-bottom: 0.889rem;
  color: #666666;
}
body.post-type-archive-tribe_events #tribe-events-content div.tribe-events-tooltip div.tribe-events-event-body {
  padding: 0;
  margin-top: 0.889rem;
}
body.post-type-archive-tribe_events #tribe-events-content div.tribe-events-tooltip div.tribe-events-event-body span.tribe-events-arrow {
  display: none;
}
body.post-type-archive-tribe_events #tribe-events-content div.tribe-events-tooltip div.tribe-events-event-body div.tribe-event-duration {
  color: #999999;
  font-style: italic;
  font-size: 0.889rem;
  margin-bottom: 1.125rem;
}
body.post-type-archive-tribe_events #tribe-events-content div.tribe-events-tooltip div.tribe-events-event-body div.tribe-event-description p {
  color: #999999;
}

/* The Events Calendar plugin styling */
/**
 * Custom CSS Styling for WooCommerce
 *
 * @subpackage 	Firmament
 * @since 	Firmament 1.0
 */
/* WooCommerce plugin styling */
/**
 * Custom CSS Styling for SearchWP/FacetWP/Yoast
 *
 * @subpackage 	Firmament
 * @since 	Firmament 1.0
 */
/* FacetWP/SearchWP/Yoast plugin styling */

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