/*/////////////////////////////////////////////////////////////////////
 // 
 // Custom theme code styles
 // Written by Themelize.me (http://themelize.me)
 // 
 // This is an empty starter template for overriding styles
 // set by Bootstrap & the theme
 // 
 // ----------------------------------------------------
 // 
 // Remove unused code for better performances
 // 
 // ----------------------------------------------------
 // 
 // @see - Usefuls tools online for editing
 // 1. http://charliepark.org/bootstrap_buttons/ - Button style generator
 // 2. http://www.colorzilla.com/gradient-editor/ - CSS3 gradient maker
 // 
 // @note
 // To ensure custom styles are picked up
 // wrap definitions in body tag
 // ie.
 // body .navbar-inner {
 //   background: #ff0000;
 // }
 // 
 /////////////////////////////////////////////////////////////////////*/
/*
 * --------------------------------------------------
 * 1. General Elements
 *--------------------------------------------------
 */
#navigation {
  /* 1. Navigation wrapper */
}
#highlighted {
  /* 2. Highlighted (below header) wrapper */
}
#content {
  /* 3. Content wrapper */
}
#content-below {
  /* 4. Content Below wrapper */
}
#footer {
  /* 5. Footer wrapper */
}
/*
 * --------------------------------------------------
 * 2. Colours
 *-------------------------------------------------- 
 */
/*
 * --------------------------------------------------
 * 3. Responsiveness/media queries
 *--------------------------------------------------
 */
/* Extra small devices (phones, less than 768px) */
/* No media query since this is the default in Bootstrap */
@media (min-width: 768px) {
  /* Small devices (tablets, 768px and up) */
}
@media (min-width: 992px) {
  /* Medium devices (desktops, 992px and up) */
}
@media (min-width: 1200px) {
  /* Large devices (large desktops, 1200px and up) */
}
/*
 * --------------------------------------------------
 * 4. Misc
 * Other stuff
 *--------------------------------------------------
 */
			  div #page_children h3 {
				  line-height: 1.0
				  }
			  div #page_children p {
				  margin-left: 24px;
	}
#content img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left:10px;
  margin-right:10px;
  margin-top:10px;
  margin-bottom:10px;
}

.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.pagination {
  margin-top: 20px;
}
.pagination ul {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
  margin: 0;
  padding: 0;
  @include border-radius(3px);
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.pagination ul > li {
  display: inline;
}

.pagination ul > li > a, 
.pagination ul > li > span {
  float: left;
  padding: 2px 10px;
  font-size: 11.9px;
  line-height: 20px;
  text-decoration: none;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-left-width: 0;
}
.pagination ul > li > a:hover,
.pagination ul > li > a:focus,
.pagination ul > .active > a,
.pagination ul > .active > span {
  background-color: #f5f5f5;
}
.pagination ul > .active > a,
.pagination ul > .active > span {
  color: #999999;
  cursor: default;
}
.pagination ul > .disabled > span,
.pagination ul > .disabled > a,
.pagination ul > .disabled > a:hover,
.pagination ul > .disabled > a:focus {
  color: #999999;
  background-color: white;
  cursor: default;
}
.pagination ul > li:first-child > a,
.pagination ul > li:first-child > span {
  @include border-radius-top-left(3px);
  @include border-radius-bottom-left(3px);
  border-left-width: 1px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pagination ul > li:last-child > a,
.pagination ul > li:last-child > span {
  @include border-radius-top-right(3px);
  @include border-radius-bottom-right(3px);
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pagination-centered {
  text-align: center;
}
.pagination-right {
  text-align: right;
}

  
  .tags {
  list-style: none;
  margin: 0;
  overflow: hidden; 
  padding: 0;
}

.tags li {
  /* float: left; */
}

.tag {
  background: #eee;
  border-radius: 3px 0 0 3px;
/*  color: #999; */
  color: #333;
  display: inline-block;
  height: 26px;
  line-height: 26px;
  padding: 0 20px 0 23px;
  position: relative;
  margin: 0 10px 10px 0;
  text-decoration: none;
  -webkit-transition: color 0.2s;
}

.tag::before {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 1px rgba(0, 0, 0, 0.25);
  content: '';
  height: 6px;
  left: 10px;
  position: absolute;
  width: 6px;
  top: 10px;
}

.tag::after {
  background: #fff;
  border-bottom: 13px solid transparent;
  border-left: 10px solid #eee;
  border-top: 13px solid transparent;
  content: '';
  position: absolute;
  right: 0;
  top: 0;
}

.tag .page-excerpt:first-child {
  position: relative;
  top: 20px;
}

.tag .page-excerpt > h3 {
  background-color: #482777;
  padding: 8px 14px;
}

.tag .page-excerpt > h3 a {
  color: white !important;
}
/*
.tag:hover {
  background-color: #482777;
  color: white;
}

.tag:hover::after {
   border-left-color: #482777; 
}
*/

#fb-root {
    display: none;
}

.fb_iframe_widget, .fb_iframe_widget span, .fb_iframe_widget span iframe[style] {
    width: 100% !important;
}

#content #content p, #content #content li {line-height: 1.5 !important; font-size:18px !important;}

.social-button {padding-right:10px; padding-left:10px}


/* Template tweaks by PM */

form.order_form input.form-control {	
  width: 5em !important;										/* fix 100% input width */
  display: inline;																/* so the next item will be on the same line (in ticket orders) */
}

form.order_form input.btn-primary {	 
  display: block;																/* fix placement of button */
  margin-top: 8px;
}

div.col-md-1 a.linked-signup-name {
  font-size: 67%;															/* shrink font for name, which is running over it's div for long names */
}

div.header div.topspacer {
  display:block;
  height:67px;						/* set spacer above sitewide signup form in header */
}
/**********************************************************************/

span.order_review {
  font-size: 120%;
  font-weight: bold;
  color: #800000;			/* make order review stand out on donation page for ticket purchases (to avoid ppl buying 25 $25 tickets accidentally) */
}

div.ticket_block {
  border-bottom: 1px #ddd solid;
  margin-bottom: 6px;
  padding-bottom: 2px;
}


h2.title-divider span {
  display: block; 						/* when page title is long, the wrapped portion covers part of the unwrapped portion. Not any more.  */
}

h2.title-divider {
  margin-bottom: 10px !important;   /* fixes too much space between title header and content */
}

a.paulbutton {
  	border-radius: 6px;
  	-moz-border-radius: 6px;
  	background-color: #ddd;
  	border: 1px solid #47277a;
}

a.paulbutton:hover {
  	background-color: #fff;
}

/**************** modifications for membership pages **********/
.pricing-stack div.well.active {
  border-color: #cdcdcd !important;
  background-color: #efefef;
}
.pricing-stack div.well.active h3.title {
  font-size: 24px !important;
}

/**************** modifications for a2la registration **********/
form#a2la_pfc_event_page_new_order_form div.ticket_block input.quantity {
	width: 60px;
}

/**************** modifications for all event tickets **********/
div.ticket_block input.quantity {
  width: 10%;
  padding-left: 4px;
}

div.member_inactive { 	/* if it's in a custom-created div.member_inactive */
color: #999;
}

/* asa_sponsors */
div.spons {
  clear: both;
}

div.spons_image img {
	width: 220px;
}

div.spons_image_right {
	float: right;
}

div.spons_image_left {
	float: left;
}
