/**
Theme Name: Town of Queensbury
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: town-of-queensbury
Template: astra
*/

.ev-notices-display {

  max-height: 325px;
  overflow-y: scroll;
}
.single-notice{padding: 20px 0;
  border-bottom: solid thin #ccc;}

.ev-notices-display a{
  text-decoration:underline;

}
.notice-title, .notice-title a{
  font-size: 19px;
  font-weight: 500;
  line-height: 25px;
	color:#3A3A3A;
	text-decoration:none;
}
.alert-bar p{padding:0; margin:0;}


.alert-bar-container {
	overflow:hidden;
}

.ev_event_title{
    color: #073350;
    font-family: "Inter", Sans-serif;
    font-size: 25px;
    font-weight: 600;
    text-decoration: none;
    line-height: 35px;	
}

#formTaxMap fieldset, #formLoc fieldset, #formSales fieldset, #formName fieldset{border:none;}
#formTaxMap input[type=text]{min-width:300px;}
#formLoc input[type=text], #formLoc select, #formName input[type=text]{min-width:300px;}
#formSales input[type=date]{min-width:300px; padding:10px;}

.scroll{
  /* animation properties */
  -moz-transform: translateX(90%);
  -webkit-transform: translateX(90%);
  transform: translateX(90%);
	width:auto;
  
  -moz-animation: my-animation 25s linear infinite;
  -webkit-animation: my-animation 25s linear infinite;
  animation: my-animation 25s linear infinite;
}

/* for Firefox */
@-moz-keyframes my-animation {
  from { -moz-transform: translateX(90%); }
  to { -moz-transform: translateX(-90%); }
}

/* for Chrome */
@-webkit-keyframes my-animation {
  from { -webkit-transform: translateX(90%); }
  to { -webkit-transform: translateX(-90%); }
}

@keyframes my-animation {
  from {
    -moz-transform: translateX(90%);
    -webkit-transform: translateX(90%);
    transform: translateX(90%);
  }
  to {
    -moz-transform: translateX(-90%);
    -webkit-transform: translateX(-90%);
    transform: translateX(-90%);
  }
}