
.arm-df__form-control-submit-btn.is-disabled,
.arm-df__form-control-submit-btn:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  pointer-events: none;
}



/*   Colors  */
.whiteShadowFont {
  text-shadow: 1px 1px #FFFFFF;
}
.lightGrayFont {
  color: #959595;
}
.lighterGrayFont {
  color: #454545;
}
.mediumGrayFont {
  color: #525252;
}
.normalFontColor {
  color: #3e3e3e;
}
.darkGrayFont {
  color: #2A2A2A;
}
.lightGrayBackground {
  background-color: #f2f2f2;
}
.transparentLightGreenBackground {
  background-color: #0ea80052;
  padding: 5px;
  border-radius: 5px;
}
/*  Formatting  */
.noWrap {
  white-space: nowrap;
}
.noPadding {
  padding: 0px !important;
}
.underlineFont {
  text-decoration: underline !important;
}
.doNotUnderlineFont {
  text-decoration: none !important;
}
.italicFont {
  font-style: italic;
}
.boldFont {
  font-weight: 700;
}
.indent {
  text-indent: 5%;
}
.imageResponsive {
  width: 100%;
  height: auto;
}
.imageMaxWidthSmall {
  max-width: 250px;
}
.borderRadiusSmall {
  border-radius: 4px;
}
.bg-heading-image {
  /* for small devices */
  /* lt ie8 */
  -ms-background-position-x: center;
  -ms-background-position-y: center;
  background-position: center center;
  /* scale bg image proportionately */
  background-size: cover;
  /* ie8 workaround - http://louisremi.github.io/background-size-polyfill/ */
  -ms-behavior: url("/wp-content/themes/AllianceDesign/js/backgroundsize.min.htc");
  /* prevent scaling past src width (or not) */
  /* max-width: 1200px; */
}
body {
  background-color: #FFFFFF;
  /*	color:#000000; */
  color: #525252;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 150%;
  /*
	font-size: calc([minimum size] + ([maximum size] - [minimum size]) * ((100vw - [minimum viewport width]) / ([maximum viewport width] - [minimum viewport width])));
	*/
  /* line-height: 16px; */
  margin: 0;
  position: relative;
  /*	
	a:link { color: #389e45; }
	a:visited { color: #389e45;	}
	a:hover {	color: #42c554;	}
	a:active { color: #389e45; }
*/
}
body h1 {
  font-size: 24px;
  font-weight: 700;
  /*
		font-size: $mod_1*$mod_1*$mod_1 *1rem; 
		@include fluid-type($min_width, $max_width, $mod_1*$mod_1*$mod_1 *$min_font, $mod_2*$mod_2*$mod_2 *$min_font);
		font-family: Arial, Helvetica, sans-serif;
		*/
}
body h2 {
  font-size: 20px;
  font-weight: 700;
  /*
		font-size: $mod_1*$mod_1 *1rem; 
  		@include fluid-type($min_width, $max_width, $mod_1*$mod_1 *1.1 *$min_font, $mod_2*$mod_2 *1.1 *$min_font);
		font-family: Arial, Helvetica, sans-serif;
		*/
}
body h3 {
  font-size: 18px;
  font-weight: 700;
  /*
		font-size: $mod_1 *1rem;
  		@include fluid-type($min_width, $max_width, $mod_1*$mod_1  *$min_font, $mod_2*$mod_2 *$min_font);
		font-family: Arial, Helvetica, sans-serif;*/
}
body h4 {
  font-size: 16px;
  /*
		font-size: $mod_1 *.8rem;
  		@include fluid-type($min_width, $max_width, $mod_1 *$min_font * .8, $mod_2 *.8 *$min_font);
		font-family: Arial, Helvetica, sans-serif;
		line-spacing:1.5em;*/
}
body h5 {
  font-size: 14px;
  /*
		font-size: $mod_1 *.8rem;
  		@include fluid-type($min_width, $max_width, $mod_1 *$min_font * .8, $mod_2 *.8 *$min_font);
		font-family: Arial, Helvetica, sans-serif;
		line-spacing:1.5em;*/
}
body p {
  font-size: 16px;
  /*
		font-size: $mod_1 *1rem;
		line-height: 1.65em;
  		@include fluid-type($min_width, $max_width, $mod_1 * .9 *$min_font, $mod_2 *.9 *$min_font);
		font-family: Arial, Helvetica, sans-serif;*/
}
body .widget-title {
  margin-top: 30px;
  font-size: 20px;
  /*
		font-size: $mod_1*$mod_1 *1rem; 
		@include fluid-type($min_width, $max_width, $mod_1*$mod_1 *$min_font, $mod_2*$mod_2 *$min_font);
		font-family: Arial, Helvetica, sans-serif;
		color:#darkGrayColor;*/
}
body .widget-title h2 {
  font-weight: 700;
}
body .widgets a:link {
  color: #499D4A;
}
body .widgets a:visited {
  color: #499D4A;
}
body .widgets a:hover {
  color: #499D4A;
}
body .widgets a:active {
  color: #525252;
}
body .widgets h2 {
  margin-bottom: 1rem;
}
body .textShadowFont {
  text-shadow: 2px 2px 2px #000000;
}
body .boldFont {
  font-weight: 700;
}
body .whiteFont {
  color: #FFFFFF;
}
body a:link {
  color: #499D4A;
}
body a:visited {
  color: #499D4A;
}
body a:hover {
  color: #499D4A;
}
body a:active {
  color: #525252;
}
.entry-title a:link {
  color: #525252;
  text-decoration: none;
}
.entry-title a:visited {
  color: #525252;
}
.entry-title a:hover {
  color: #499D4A;
  text-decoration: underline;
}
.entry-title a:active {
  color: #499D4A;
}
/* green */
.newsArticle .articleTitleLink:link {
  color: #2A2A2A;
  text-decoration: none;
}
.newsArticle .articleTitleLink:visited {
  color: #2A2A2A;
}
.newsArticle .articleTitleLink:hover {
  color: #499D4A;
  text-decoration: underline;
}
.newsArticle .articleTitleLink:active {
  color: defaultGreen;
}
.floatImageLeft {
  float: left;
  padding: 0 20px 20px 0;
}
#header {
  color: #F6F6F6;
  background-color: #181818;
}
#header a:link {
  color: #F6F6F6;
}
#header a:visited {
  color: #F6F6F6;
}
#header a:hover {
  color: #F6F6F6;
  text-decoration: none;
}
#header a:active {
  color: #F6F6F6;
}
footer h2 {
  font-size: 18px;
  /*
		font-size: $mod_1*$mod_1 *1rem; 
  		@include fluid-type($min_width, $max_width, $mod_1*$mod_1 *.95 *$min_font, $mod_2*$mod_2 *.95 *$min_font);
		font-family: Arial, Helvetica, sans-serif;
		*/
}
footer h3 {
  font-size: 14px;
  /*
		font-size: $mod_1 *1rem;
  		@include fluid-type($min_width, $max_width, $mod_1*$mod_1*.6*$min_font, $mod_2*$mod_2*.6 *$min_font);
		font-family: Arial, Helvetica, sans-serif;
		*/
}
.navbar {
  background: tranparent;
  border-radius: 5px;
  z-index: 800;
  margin-top: 0px !important;
  margin-bottom: 0px !important;
  padding: 0px !important;
}
/*
.navbar .navbar-nav > li+li 
{ 
	border-left: 1px solid #FFFFFF;
}
*/
.navbar .navbar-nav {
  width: 100%;
}
.navbar .navbar-nav .menu-item {
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .navbar .navbar-nav > li {
    color: #FFFFFF !important;
    transition: all 0.3s;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
  }
}
@media only screen and (min-width: 768px) {
  .navbar .navbar-nav > li {
    font-size: 1.2;
    font-weight: 600;
  }
  .navbar .navbar-nav > li {
    font-size: 12.96px;
  }
}
@media only screen and (min-width: 768px) and (min-width: 160px) {
  .navbar .navbar-nav > li {
    font-size: calc(12.96px + 4.32 * ((100vw - 160px) / 1040));
  }
}
@media only screen and (min-width: 768px) and (min-width: 1200px) {
  .navbar .navbar-nav > li {
    font-size: 17.28px;
  }
}
.navbar .navbar-nav > li > a {
  color: #AAAAAA !important;
  transition: all 0.3s;
}
.navbar .navbar-nav > li > a:hover, .navbar .navbar-nav > li > a:focus, .navbar .navbar-nav > li > a:active, .navbar .navbar-nav > li.active > a {
  background-color: #499D4A;
  color: #FFFFFF !important;
}
header .navbar-nav .dropdown-menu {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  border-radius: 0px;
  /*
	font-size: $mod_1 *1.2rem;
	@include fluid-type($min_width, $max_width, $mod_1 * 1.2 * $min_font, $mod_2 * 1.2 * $min_font);
	*/
  border: solid 0px #FFFFFF;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.55);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.55);
}
header .navbar-nav .dropdown-menu .dropdown-item {
  padding-top: 10px;
  padding-bottom: 10px;
  color: #181818 !important;
}
header .navbar-nav .dropdown-item:hover {
  background-color: #499D4A !important;
  color: #FFFFFF !important;
}
header .navbar-nav .dropdown-item:active {
  background-color: #499D4A !important;
  color: #FFFFFF !important;
}
header .navbar-nav .dropdown-item.active {
  background-color: #499D4A !important;
  color: #FFFFFF !important;
}
.btn.greenButton {
  background-color: #499D4A;
  color: #FFFFFF !important;
  border: 1px solid #499D4A;
  outline: none !important;
  box-shadow: none;
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
  padding-left: 5px;
  padding-right: 5px;
  border-radius: 5px;
  font-size: 16px;
}
.btn.greenButton h4 {
  font-size: 16px;
  margin-top: 0px;
  margin-bottom: 0px;
}
.btn.greenButton:hover {
  background-color: #FFFFFF;
  color: #499D4A !important;
  border: 1px solid #499D4A;
}
.btn.greenButton:active, .btn.greenButton:focus {
  background-color: #499D4A;
  color: #FFFFFF !important;
  border: 1px solid #499D4A;
  outline: none;
}
.btn.greenButton.active {
  background-color: #FFFFFF;
  color: #499D4A !important;
  border: 1px solid #499D4A;
  outline: none;
}
.btn.announcementButton {
  background-color: #0000008c;
  color: #404040 !important;
  border: 1px solid #499D4A;
  outline: none !important;
  box-shadow: none;
  padding-bottom: 0px;
  padding-top: 8px;
}
.btn.announcementButton:hover {
  background-color: #ed0d0e;
  color: #FFFFFF !important;
  border: 1px solid #FFFFFF;
}
.btn.announcementButton:active, .btn.announcementButton:focus {
  background-color: #FFFFFF;
  color: #499D4A !important;
  border: 1px solid #499D4A;
  outline: none;
}
.btn.announcementButton.active {
  background-color: #FFFFFF;
  color: #499D4A !important;
  border: 1px solid #499D4A;
  outline: none;
}
.easy-notification-bar-button > a {
  background-color: #ed0d0e;
  color: #FFFFFF !important;
  border: 0px;
  outline: none !important;
  box-shadow: none;
}
.easy-notification-bar-button > a:hover {
  background-color: #FFFFFF;
  color: #ed0d0e !important;
}
.easy-notification-bar-button > a:active, .easy-notification-bar-button > a:focus {
  color: #ed0d0e !important;
  background-color: #FFFFFF !important;
  outline: none;
}
.easy-notification-bar-button > a:active {
  color: #ed0d0e !important;
  background-color: #FFFFFF !important;
  outline: none;
}
a[data-toggle="collapse"] {
  position: relative;
}
.dropdown-toggle::after {
  display: block;
  position: absolute;
  top: 50%;
  right: 5px;
  transform: translateY(-50%);
}
.secondNav .collapse {
  height: unset;
  overflow: visible;
}
/*
.display-posts-listing img:first-of-type
{
	width:100%;
	height:auto;
}
*/
ul {
  padding-inline-start: 0px;
}
/* ******************************************
 *        Announcements List 
 * ******************************************/
.announcementsList {
  margin-left: 0px;
  list-style: none;
  font-size: 14px;
}
.announcementsList h2 {
  margin-bottom: 1rem;
}
.announcementsList li {
  list-style: none;
  background: url(https://indiancreekcommunity.org/wp-content/themes/AllianceDesign/img/bullet.png) no-repeat top left;
  background-position: 0px 10px;
  padding: 0 0 0px 25px;
  line-height: 2em;
  color: #525252;
}
.announcementsList > li + li:before {
  content: "";
  display: block;
  margin-top: 5px;
  padding-bottom: 5px;
  border-top: 2px solid #e6e6e6;
}
/* sidebarList  */
.sidebarList {
  margin-left: 0px;
  list-style: none;
  font-size: 16px;
}
.sidebarList h2 {
  margin-bottom: 1rem;
}
.sidebarList li {
  list-style: none;
  background: url(https://indiancreekcommunity.org/wp-content/themes/AllianceDesign/img/bullet.png) no-repeat top left;
  background-position: 0px 5px;
  padding: 0 0 0px 25px;
  line-height: 125%;
  color: #525252;
}
.sidebarList li a {
  font-weight: 700;
}
.sidebarList li a link {
  color: #525252;
}
.sidebarList li a visited {
  color: #525252;
}
.sidebarList li a hover {
  color: #499D4A;
}
.sidebarList li a active {
  color: #525252;
}
.sidebarList li p {
  margin-top: 0.25rem;
}
/* Helpful Links */
.helpfulLinks {
  margin-left: 0px;
  list-style: none;
  font-weight: 600;
}
.helpfulLinks > li + li > a:before {
  content: "";
  display: block;
  margin-top: 5px;
  padding-bottom: 5px;
  margin-left: -25px;
  border-top: 1px solid #e6e6e6;
}
.helpfulLinks li a:link, .helpfulLinks li a:visited {
  color: #499D4A;
}
.helpfulLinks li a:hover, .helpfulLinks li a:active {
  color: #499D4A;
}
.helpfulLinks li {
  list-style: none;
  background: url(https://indiancreekcommunity.org/wp-content/themes/AllianceDesign/img/bullet.png) no-repeat top left;
  background-position: 0px 10px;
  padding: 0 0 0px 25px;
  line-height: 2em;
}
.helpfulLinks li + li {
  background: url(https://indiancreekcommunity.org/wp-content/themes/AllianceDesign/img/bullet.png) no-repeat top left;
  background-position: 0px 16px;
  padding: 0 0 0px 25px;
  line-height: 2em;
}
.cat-post-widget .category-posts-internal .cat-post-item {
  padding-left: 25px !important;
  padding-bottom: 15px !important;
}
.cat-post-widget .category-posts-internal .cat-post-item .cat-post-title {
  /* font-size: 13px !important;  */
  font-size: 14px;
}
.cat-post-widget .category-posts-internal li {
  list-style: none;
  background: url(https://indiancreekcommunity.org/wp-content/themes/AllianceDesign/img/bullet.png) no-repeat top left;
  background-position: 0px 13px;
  padding-left: 25px;
  line-height: 1em;
}
.cat-post-widget .category-posts-internal li a:link, .cat-post-widget .category-posts-internal li a:visited {
  color: #525252;
}
.cat-post-widget .category-posts-internal li a:hover, .cat-post-widget .category-posts-internal li a:active {
  color: #499D4A;
}
.widget-container {
  list-style: none;
}
.ee-event-datetimes-li {
  width: 100% !important;
}
.ticket-selector-submit-btn {
  visibility: hidden;
}
.linksList h4 {
  margin-top: 10px;
  font-size: 14px;
  line-spacing: 3em !important;
}
.linksList > li + li {
  border-top: 1px solid #cfcfcf;
}
.linksList li {
  padding-bottom: 12px;
  padding-top: 12px;
}
.linksList li a {
  margin-bottom: 10px;
}
.entry-title {
  font-size: 24px;
  font-family: Arial, Helvetica, sans-serif;
  /*
	font-size: $mod_1*$mod_1 *1rem; 
	@include fluid-type($min_width, $max_width, $mod_1*$mod_1 * 1.2 * $min_font, $mod_2 * 1.2 * $mod_2 *$min_font);
	*/
  font-weight: 700;
  margin-bottom: 0.25rem;
}
.blogExercept {
  font-family: Arial, Helvetica, sans-serif !important;
  /* font-size: $normalFont !important; */
  font-size: 16px;
  line-height: 150%;
  color: #525252;
}
/* ee-upcomming events?? */
.ee-upcoming-events-widget-title-h5 {
  margin: 0px !important;
  font-size: 0.8em;
}
.ee-upcoming-events-widget-ul > li + li {
  padding-top: 20px;
  border-top: 1px solid #cfcfcf;
}
.ee-upcoming-events-widget-li {
  margin-top: 20px;
}
.ee-event-datetimes-li {
  list-style-type: none;
  font-size: 0.8em;
}
.widget_ee-upcoming-events-widget p {
  margin: 0px !important;
}
.croppedFrontImage {
  width: 100%;
  /* width of container */
  height: 250px;
  /* height of container */
  object-fit: cover;
}
/* ******************************************
 *       Events widget settings 
 * ******************************************/
.tribe-events-event-image img {
  width: 250px;
  /* width of container */
  height: 250px;
  /* height of container */
  object-fit: cover;
}
.tribe-events-calendar-month__header-column-title .tribe-common-b3 {
  font-weight: 700;
  color: #FF0000;
  /* color:#FFFFFF;  */
}
.tribe-events-list-widget-events {
  /* -padding:0px !important; */
  list-style: none;
  padding: 0px;
  line-height: 100%;
}
.tribe-events-list-widget-events p {
  color: #525252;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 0.25rem;
}
.tribe-events-list-widget-events a {
  font-size: 16px;
  font-weight: 600;
}
.tribe-events-list-widget-events > li + li:before {
  content: "";
  display: block;
  margin-top: 5px;
  padding-bottom: 20px;
  border-top: 1px solid #e6e6e6;
}
/* Images */
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0px auto;
}
.img-circle {
  border-radius: 50%;
}
/* Comments */
textarea, input {
  border: 1px solid #e4e4e4;
}
textarea {
  width: 100%;
}
.comment-list, .children {
  list-style: none;
}
ul.children {
  list-style: none;
  padding-left: 0px;
  margin-left: 0px;
}
.comment-wrap {
  padding-bottom: 20px;
  position: relative;
}
.comment-wrap .comments-title {
  padding-top: 60px;
}
.comment-wrap .comment-img {
  float: left;
  margin-right: 20px;
  padding-bottom: 25px;
}
.comment-author {
  text-align: left;
}
.comment-reply {
  position: absolute;
  top: 0px;
  right: 0px;
  font-style: italic;
  padding: 5px 5px;
  background: #f5f5f5;
}
.comment-author, .comment-author a {
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 2px;
}
.comment-date {
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-style: italic;
  display: block;
  padding-bottom: 7px;
}
.comment-body {
  background-color: #ddddd8;
  border-radius: 50px;
  padding: 20px;
}
.depth-2 .comment-wrap {
  padding-left: 30px;
}
.depth-3 .comment-wrap {
  padding-left: 60px;
}
.depth-4 .comment-wrap {
  padding-left: 90px;
}
.depth-5 .comment-wrap {
  padding-left: 120px;
}
.depth-6 .comment-wrap {
  padding-left: 150px;
}
.depth-7 .comment-wrap {
  padding-left: 180px;
}
.depth-8 .comment-wrap {
  padding-left: 210px;
}
.depth-9 .comment-wrap {
  padding-left: 240px;
}
.depth-10 .comment-wrap {
  padding-left: 270px;
}
#commentform #comment, #commentform #author, #commentform #email, #commentform #url {
  display: block;
  width: 100%;
}
#commentform input[type="submit"] {
  display: inline-block;
  padding: 8px 15px;
  border: 1px solid #e4e4e4;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 3px;
  background: #fff;
  margin-top: 15px;
}
#commentform input[type="submit"]:hover {
  background: #e2fcff;
}
.title-line {
  border-top: 1px dotted #ccc;
  display: block;
  max-width: 30%;
  margin: 0 auto 25px;
}
/* Responsive */
@media (max-width: 767px) {
  .comment-list, .children {
    padding-left: 0px;
  }
  .comment-wrap .comment-img {
    float: none;
    margin: 0px;
    width: 100%;
    padding-bottom: 0px;
  }
  .comment-img > img {
    display: block;
    margin: 0px auto;
  }
  .comment-author, .comment-author a, .comment-date {
    text-align: center;
  }
  .depth-2 .comment-wrap, .depth-3 .comment-wrap, .depth-4 .comment-wrap, .depth-5 .comment-wrap, .depth-6 .comment-wrap, .depth-7 .comment-wrap, .depth-8 .comment-wrap, .depth-9 .comment-wrap, .depth-10 .comment-wrap {
    padding-left: 0px;
  }
  .comment-reply {
    position: relative;
    text-align: center;
    display: block;
    margin-top: 25px;
  }
}
.comment-respond {
  color: #444;
  padding: 20px 45px 40px 45px;
  border: 1px solid #ccc;
  overflow: hidden;
  background: #fff;
  -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
  margin-bottom: 50px;
}
#wp-calendar {
  width: 100%;
  font-size: 12px;
  font-weight: 300;
  border-collapse: separate;
  border-spacing: 8px;
  margin-left: -2px;
}
#wp-calendar caption {
  display: none;
}
#wp-calendar tbody td {
  margin-bottom: 10px;
  text-align: center;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  border: 1px solid #f4f4f4;
  padding: 6px;
}
#wp-calendar tbody td:hover {
  border-color: #e2e2e2;
}
#wp-calendar tbody td.pad {
  border: 0;
}
#wp-calendar tbody td#today {
  color: #389e45;
  border-color: #389e45;
}
#wp-calendar tfoot td#prev a, #wp-calendar tfoot td#next a {
  color: #888;
  font-size: 12px;
  font-weight: 400;
  position: relative;
  text-transform: uppercase;
  bottom: -9px;
  margin-bottom: 1px;
}
#wp-calendar tfoot td#prev {
  text-align: left;
}
#wp-calendar tfoot td#next {
  text-align: right;
}
#wp-calendar thead th {
  font-size: 13px;
  font-weight: 400;
  color: #888;
  text-align: center;
  padding-bottom: 10px;
}
#wp-calendar tbody td a, #wp-calendar tfoot td#prev a:hover, #wp-calendar tfoot td#next a:hover {
  color: #389e45;
}
/* Contact Form 7 Form text size and color
 -----------------------------------------------*/
.wpcf7 p {
  font-size: 16px;
  font-weight: 600;
  color: #525252;
}
.wpcf7 input, .wpcf7 textarea {
  color: #3E3E3E;
}
.wpcf7 input.wpcf7-submit {
  font-size: 1.25rem;
}
/* TablePress Css
 * --------------------------------------*/
.tablepress {
  font-size: 0.875em;
  font-family: Arial, Helvetica, sans-serif;
  color: #3E3E3E;
}
.tablepress a {
  color: #499D4A;
}
/* Events Page Css
 * --------------------------------------*/
.epta-all-events {
  font-size: 18px;
  font-weight: 700;
}
.tribe-events .tribe-events-calendar-month__calendar-event {
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 5px;
}
.tribe-events .tribe-events-calendar-month__calendar-event a:link {
  color: #499D4A;
  font-weight: 700;
}
.tribe-events .tribe-events-calendar-month__calendar-event a:visited {
  color: #499D4A;
}
.tribe-event-tags a:link {
  color: #3E3E3E;
}
.tribe-event-tags a:visited {
  color: #3E3E3E;
}
/* Event Page CSS
 * --------------------------------------*/
.epta-image-area .epta-title-date h2 {
  margin-bottom: 0px;
}
.tecset-date {
  display: none;
}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-list__event-title, .tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-list__event-datetime-wrapper {
  margin-bottom: 0px !important;
}
/* Make current date on calendar a blue Number */
.tribe-events .tribe-events-calendar-month__day--current .tribe-events-calendar-month__day-date, .tribe-events .tribe-events-calendar-month__day--current .tribe-events-calendar-month__day-date-link {
  color: #334aff;
}
/* Make mobile selected cell white */
.tribe-events .tribe-events-calendar-month__day-cell--selected, .tribe-events .tribe-events-calendar-month__day-cell--selected:hover, .tribe-events .tribe-events-calendar-month__day-cell--selected:focus {
  color: #fff;
}
.tribe-events .tribe-events-calendar-month__day-cell--selected .tribe-events-calendar-month__day-date {
  /*	color: $mediumGrayColor; */
  color: #fff;
}
/* .tribe-common a:link { color: $mediumGrayColor; font-weight:700; }
.tribe-common a:visited { color: $mediumGrayColor;	}
*/
.tribe-common a:link {
  color: #499D4A;
  font-weight: 700;
}
.tribe-common a:visited {
  color: #499D4A;
}
.tribe-common-c-btn a.trive-common-c-btn {
  Background-color: #499D4A;
}
/*   Awsome Weather Plugin   
 * -----------------------------*/
.awesome-weather-wrap {
  background-color: #389e45 !important;
}
/*     Tablepress
*--------------------------------*/
@media only screen and (max-width: 540px) {
  .tablepress {
    font-size: 0.5em;
  }
}
@media only screen and (min-width: 541px) and (max-width: 768px) {
  .tablepress {
    font-size: 0.7em;
  }
}
/* Fix for ARMember not putting label on one line */
.arm_module_forms_main_container .arm_form_inner_container .arm_form_wrapper_container .arm_form_label_wrapper {
  width: 100%;
}
.triangle {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #777777;
}
#menu-primary-menu li ul li {
  float: none;
  border: 0;
  min-width: 3em;
}
#menu-primary-menu li ul li ul {
  top: 0;
  left: 99%;
}
#menu-primary-menu .dropdown-menu {
  overflow: visible;
}
/*# sourceMappingURL=style.css.map */