/* BEGIN GLOBAL LESS DEFINITIONS */
/* BEGIN VARS */
/* basic design grid unit */
/* main font-family */
/* END VARS */
/* BEGIN MIXINS */
/*
         * For border mixins, I am setting @color as the first param
         * because this will be the most frequently customized, so in
         * most cases we can leave out the other two params in calls
         * to the mixin
         */
/* END MIXINS */
/* END GLOBAL LESS DEFINITIONS */
/* Copied from bootstrap 2.0.4 -- font sizes */
p {
  margin: 0 0 9px;
}
p small {
  font-size: 11px;
  color: #999999;
}
.lead {
  margin-bottom: 18px;
  font-size: 20px;
  font-weight: 200;
  line-height: 27px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: inherit;
  font-weight: bold;
  color: inherit;
  text-rendering: optimizelegibility;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  font-weight: normal;
  color: #999999;
}
h1 {
  font-size: 30px;
  line-height: 36px;
}
h1 small {
  font-size: 18px;
}
h2 {
  font-size: 24px;
  line-height: 36px;
}
h2 small {
  font-size: 18px;
}
h3 {
  font-size: 18px;
  line-height: 27px;
}
h3 small {
  font-size: 14px;
}
h4,
h5,
h6 {
  line-height: 18px;
}
h4 {
  font-size: 14px;
}
h4 small {
  font-size: 12px;
}
h5 {
  font-size: 12px;
}
h6 {
  font-size: 11px;
  color: #999999;
  text-transform: uppercase;
}
.page-header {
  padding-bottom: 17px;
  margin: 18px 0;
  border-bottom: 1px solid #eeeeee;
}
.page-header h1 {
  line-height: 1;
}
ul,
ol {
  padding: 0;
  margin: 0 0 9px 25px;
}
body.gala-foundation-full_width-header {
  margin-top: 0;
  padding-top: 0;
}
body.gala-foundation-full_width-header h1#logo {
  margin-top: 0;
}
h1#logo {
  position: relative;
}
h1#logo img {
  min-width: 100%;
}
h1#logo span#site_title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  line-height: normal;
}
body.gala-foundation-no_hdr_img h1#logo span#site_title {
  position: static;
  padding: 16px 0;
}
hr {
  border: 0;
  border-top-width: 1px;
  border-top-style: dotted;
}
.table-striped tbody tr:nth-child(odd):hover td {
  background-color: #F9F9F9;
}
#global-nav {
  text-align: center;
  float: none;
}
#global-nav > li {
  display: inline-block;
  float: none;
}
#global-nav > li > a {
  display: inline-block;
}
#global-nav li.dropdown:hover ul.dropdown-menu {
  display: block;
  margin-top: 0px;
}
#global-nav li.dropdown:hover ul.dropdown-menu a:hover {
  color: #FFF;
}
#global-nav li a {
  font-size: 1.4em;
  text-decoration: none;
  color: #888;
  text-align: left;
}
#global-nav li a:hover {
  color: #555;
}
#global-nav li:hover a {
  color: #222;
}
/*
.btn-primary {
	padding: (@grid * .5) (@grid);
	background: @bg-color-1;
	color: @font-color-1;
	.border-radius();
	
	&:hover {
		color: @font-color-1;
		text-decoration: none;
	}
}

*/
.schedule .schedule-days .day h3 .date {
  background-color: #666666;
  color: #ffffff;
}
.navigation li a {
  font-size: 1.4em;
  text-decoration: none;
  color: #888;
}
.navigation li a:hover {
  color: #555;
}
.navigation li.active a {
  color: #222 !important;
}
.widget_instagram-widget .follow-ig {
  margin: 9px 0;
  position: relative;
  right: -9px;
}
/*# sourceMappingURL=gala-theme.css.map */