    /*
Theme Name: World Federation for Mental Health
Author: c|change
Author URI: http://cchangeinc.com/
Description: The 2013 WordPress theme for the World Federation for Mental Health (WFMH).
Version: 1.1
Text Domain: wfmh

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
@font-face {
  font-family: 'AvenirLight';
  src: url('fonts/AvenirLight.eot');
  src: url('fonts/AvenirLight.eot?#iefix') format('embedded-opentype'),
       url('fonts/AvenirLight.woff') format('woff'),
       url('fonts/AvenirLight.ttf') format('truetype'),
       url('fonts/AvenirLight.svg#AvenirLight') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'AvenirMed';
  src: url('fonts/AvenirMed.eot');
  src: url('fonts/AvenirMed.eot?#iefix') format('embedded-opentype'),
       url('fonts/AvenirMed.woff') format('woff'),
       url('fonts/AvenirMed.ttf') format('truetype'),
       url('fonts/AvenirMed.svg#AvenirMed') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'AvenirHeavy';
  src: url('fonts/AvenirHeavy.eot');
  src: url('fonts/AvenirHeavy.eot?#iefix') format('embedded-opentype'),
       url('fonts/AvenirHeavy.woff') format('woff'),
       url('fonts/AvenirHeavy.ttf') format('truetype'),
       url('fonts/AvenirHeavy.svg#AvenirHeavy') format('svg');
  font-weight: normal;
  font-style: normal;
}

html {
  background:#333;
}

body {
  font-family: Helvetica, Arial, sans-serif;
  font-size:16px;
  line-height:18px;
  color:#666;
  background:#333;
  min-width:1024px;
}

.clearfix, .cf { *zoom: 1; }

.clearfix:before,
.clearfix:after,
.cf:before,
.cf:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after,
.cf:after { clear: both; }

hr {
  margin:16px 0;
  border:0;
  border-top:1px solid #ccc;
  height: 0;
}

/****************** Type */

h1,h2,h3,h4,h5,h6 {
  font-family: 'AvenirMed',Helvetica,Arial,sans-serif;
  font-weight: 400;
  font-style: normal;
}

h1, .heading_large {
  font-size:20px;
  line-height: 22px;
  color:#000;
}

h3, .heading {
  font-family: 'AvenirLight',Helvetica,Arial,sans-serif;
  font-size:20px;
  line-height: 22px;
  color:#4c3f31;
  text-transform:uppercase;
}

h5, .heading_small {
  font-size:16px;
  line-height: 18px;
  color:#000;
}

.heading_news {
  font-family: 'AvenirHeavy',Helvetica,Arial,sans-serif;
  font-size:14px;
  line-height: 18px;
  color:#d1a62b;
  text-transform:uppercase;
}

.heading_news_date,
.heading_calendar_feed {
  font-family: 'AvenirHeavy',Helvetica,Arial,sans-serif;
  font-size:14px;
  line-height: 18px;
  color:#999;
  text-transform:uppercase;
}

.page_title {
  font-family: 'AvenirMed',Helvetica,Arial,sans-serif;
  font-size:46px;
  line-height: 48px;
  color:#699;
  margin:20px 0;
}

ul li {
  margin-bottom: 10px;
}

/****************** Type Utilities */

.text-left           { text-align: left; }
.text-right          { text-align: right; }
.text-center         { text-align: center; }
.text-uppercase      { text-transform: uppercase; }

.no-break {white-space: nowrap;}

/****************** Links */

a:link,a:visited,a:active {
  text-decoration:none;
  font:16px 'AvenirLight',Helvetica,Arial,sans-serif;
  color:#d1a62b;
  transition:all .5s ease-in-out;
}

a:hover {
  text-decoration:none;
  color:#000;
  transition:all .5s ease-in-out;
}

.top {
  margin-top:40px;
  margin-bottom:10px;
  float:left;
  clear:both;
  width:100%;
}

.top a {
  font-size:12px;
  color:#d1a62b;
}

.top a:hover {
  color:#000;
}

.more-link a {
  text-decoration:none;
  font:10px Helvetica,Arial,sans-serif;
  color:#d1a62b;
  transition:all .5s ease-in-out;
}

.more-link a:hover {
  text-decoration:none;
  font:10px Helvetica,Arial,sans-serif;
  color:#000;
  transition:all .5s ease-in-out;
}

/****************** Tables */

/* BASE TABLES */

table {
  max-width: 100%;
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0;
}

/* BASELINE STYLES */

.table {
  width: 100%;
  margin-bottom: 16px;
}

/* Cells */
.table th,
.table td {
  padding: 8px;
  line-height: 16px;
  text-align: left;
  vertical-align: top;
  border-top: 1px solid #ccc;
}
.table th {
  font-weight: bold;
}
/* Bottom align for column headings */
.table thead th {
  vertical-align: bottom;
}
/* Remove top border from thead by default */
.table caption + thead tr:first-child th,
.table caption + thead tr:first-child td,
.table colgroup + thead tr:first-child th,
.table colgroup + thead tr:first-child td,
.table thead:first-child tr:first-child th,
.table thead:first-child tr:first-child td {
  border-top: 0;
}
/* Account for multiple tbody instances */
.table tbody + .table tbody {
  border-top: 2px solid #ccc;
}

/* Nesting */
.table .table {
  background-color: transparent;
}



/* CONDENSED TABLE W/ HALF PADDING */

.table-condensed th,
.table-condensed td {
  padding: 4px 5px;
}

/* BORDERED VERSION */

.table-bordered {
  border: 1px solid #ccc;
  border-collapse: separate; /* Done so we can round those corners! */
  *border-collapse: collapse; /* IE7 can't round corners anyway */
  border-left: 0;
}

.table-bordered th,
.table-bordered td {
    border-left: 1px solid #ccc;
  }
  /* Prevent a double border */
.table-bordered caption + thead tr:first-child th,
.table-bordered caption + tbody tr:first-child th,
.table-bordered caption + tbody tr:first-child td,
.table-bordered colgroup + thead tr:first-child th,
.table-bordered colgroup + tbody tr:first-child th,
.table-bordered colgroup + tbody tr:first-child td,
.table-bordered thead:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child td {
    border-top: 0;
  }

/* HOVER EFFECT */
.table tbody tr:hover > td,
.table tbody tr:hover > th {
      background-color: #eee;
}


/* TABLE CELL SIZING */

/* Reset default grid behavior */
table td[class*="span"],
table th[class*="span"],
.row-fluid table td[class*="span"],
.row-fluid table th[class*="span"] {
  display: table-cell;
  float: none; /* undo default grid column styles */
  margin-left: 0; /* undo default grid column styles */
}



/* TABLE BACKGROUNDS */
/* Exact selectors below required to override .table-striped */

.table tbody tr {
  &.success > td {
    background-color: @successBackground;
  }
  &.error > td {
    background-color: @errorBackground;
  }
  &.warning > td {
    background-color: @warningBackground;
  }
  &.info > td {
    background-color: @infoBackground;
  }
}

/* Hover states for .table-hover */
.table-hover tbody tr {
  &.success:hover > td {
    background-color: darken(@successBackground, 5%);
  }
  &.error:hover > td {
    background-color: darken(@errorBackground, 5%);
  }
  &.warning:hover > td {
    background-color: darken(@warningBackground, 5%);
  }
  &.info:hover > td {
    background-color: darken(@infoBackground, 5%);
  }
}

/****************** Structure Utilities*/

.margin-top          { margin-top: 30px !important; }
.margin-bottom       { margin-bottom: 30px !important; }
.margin-none         { margin: 0 !important; }
.padding-left        { padding-left: 30px !important; }

.fixed               { position: fixed !important; z-index: 99999; }
.sticky-wrapper      { position: absolute; width: 100%; }

/* Hide from screenreaders and browsers
   Credit: HTML5 Boilerplate */
.hidden {
  display: none;
  visibility: hidden;
}

/****************** Structure */

.container {
  padding: 12px;
  margin: 0 auto;
  width: 1000px;
}

.row {
  width: 100%;
  *zoom: 1;
}
.row:before,
.row:after {
  display: table;
  content: "";
}
.row:after {
  clear: both;
}
.row [class*="span"] {
  display: block;
  min-height: 28px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin-left: 2.127659574%;
  *margin-left: 2.0744680846382977%;
}
.row [class*="span"]:first-child {
  margin-left: 0;
}
.row .span12 {
  width: 99.99999998999999%;
  *width: 99.94680850063828%;
}
.row .span11 {
  width: 91.489361693%;
  *width: 91.4361702036383%;
}
.row .span10 {
  width: 82.97872339599999%;
  *width: 82.92553190663828%;
}
.row .span9 {
  width: 74.468085099%;
  *width: 74.4148936096383%;
}
.row .span8 {
  width: 65.95744680199999%;
  *width: 65.90425531263828%;
}
.row .span7 {
  width: 57.446808505%;
  *width: 57.3936170156383%;
}
.row .span6 {
  width: 48.93617020799999%;
  *width: 48.88297871863829%;
}
.row .span5 {
  width: 40.425531911%;
  *width: 40.3723404216383%;
}
.row .span4 {
  width: 31.914893614%;
  *width: 31.8617021246383%;
}
.row .span3 {
  width: 23.404255317%;
  *width: 23.3510638276383%;
}
.row .span2 {
  width: 14.89361702%;
  *width: 14.8404255306383%;
}
.row .span1 {
  width: 6.382978723%;
  *width: 6.329787233638298%;
}

#sitewrapper_outside {
  margin-top: 48px;
}

#sitewrapper_outside {}

#sitewrapper_inside {
  background-color:white;
  background-attachment:fixed;
  background-repeat:no-repeat;
}

/****************** Header */

#header {
  width:100%;
  
  position: fixed;
  top:0;
  z-index: 9999;
}

.header-logo {
  display: block;
  height: 48px;
  margin-right: 0px;
  float: left;
  
  z-index: 100;
}

.header-logo img {
  display: block;
  height: 100%;
}

.logged-in #header {
  top: 32px;
}

/************************** Menu Calls */

#menu_bar {
  background-color:#4c3f31;
  width:100%;
  height:48px;
}

#menu {
  margin-left:auto;
  margin-right:auto;
  padding-top:0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  
  position: relative;
}

.menu-main-menu-container {
  float: left;
}

#menu_bar_links {
  text-align:center;
  color:#fd0;
  
  position: absolute;
  top:0;
  right: 0;
  
  z-index: 100;
}

#menu_bar_links li a {
  background:#427d81;
  display:block;
  font:12px/48px 'AvenirHeavy',Helvetica,Arial;
  color:#fd0;
  text-align:center;
}

#menu_bar_links a:hover {
  background:#D1A62B;
  color:#fff;
}

#menu_bar_links li:hover > a {
  color:#FFF;
  background-color:#d1a62b;
}

#menu_bar_links li ul li {
  width:200px;
}

#menu_bar_links li li a {
  font:11px/48px 'AvenirLight',Helvetica,Arial,sans-serif;
  text-decoration:none;
  color:#FFF;
  background-color:#d1a62b;
  display:block;
  height:48px;
  margin:0;
  padding:0 10px;
  transition:all .2s ease-in;
  text-align:left;
  text-transform:uppercase;
  vertical-align:middle;
}

#menu_bar_links li li a:hover {
  color:#FFF;
  background-color:#b65027;
}

.menu,.menu ul,.menu li,.menu a {
  margin:0;
  padding:0;
  border:none;
  outline:none;
  letter-spacing:1px;
}

.menu {
  height:48px;
  width:100%;
  z-index:10;
}

.menu li {
  position:relative;
  list-style:none;
  float:left;
  display:block;
  z-index:11;
  margin-top:0;
}

.menu li:first-child {
  position:relative;
  list-style:none;
  float:left;
  display:block;
  z-index:11;
}

.menu li a {
  font:11px/48px 'AvenirLight',Helvetica,Arial,sans-serif;
  text-decoration:none;
  color:#FFF;
  background-color:#4c3f31;
  display:block;
  height:48px;
  margin:0;
  padding:0 6px;
  transition:all .2s ease-in;
  text-transform:uppercase;
  vertical-align:middle;
}

.menu li.menu-item-911 a,
.menu li.menu-item-759 a {
  line-height: 17px;
  padding-top: 7px !important;
  height: auto;
}

.menu li.menu-item-911 > a,
.menu li.menu-item-759 > a {
  line-height: 17px;
  padding-top: 7px !important;
  height: 41px;
}

.menu li:hover > a {
  color:#FFF;
  background-color:#d1a62b;
}

.menu li li a {
  line-height: 18px !important;
}

/*#menu-item-738 a {
  background:#427d81;
  display:block;
  font:12px/17px 'AvenirHeavy',Helvetica,Arial !important;
  color:#fd0;
  padding-top: 7px !important;
  height:41px !important;
  text-align:center;
}*/

#menu-item-977 a {
  text-indent: -9999px;
  background-image: url('images/donate.png') !important;
  background-repeat: no-repeat !important;
  background-position: 50% 11px !important;
  background-color:#427d81 !important;
  width: 95px;
}

/************************** Sub Menu Calls */
.menu ul {
  position:absolute;
  top:48px;
  left:0;
  opacity:0;
  display:none;
  transition:opacity .25s ease .1s;
  background-color:#d1a62b;
  z-index:100;
}

.menu ul li ul {
  top:0;
  left:240px;
  z-index:200;
}

.menu li:hover > ul {
  opacity:1;
  display:block;
}

.menu ul li {
  width:240px;
  height:auto;
  background-color:#d1a62b;
  text-align:left;
  z-index:30;
  transition:height .25s ease .1s;
  padding: 0;
  margin: 0;
  position:relative;
}

.menu ul:last-child,.menu ul li:last-child {
  border-radius:0 0 10px 10px;
}

.menu ul li a {
  display:block;
  padding-top:10px;
  height:auto;
  font:11px/13px 'AvenirLight',Helvetica,Arial,sans-serif;
  text-decoration:none;
  padding:10px;
  color:#000;
  background-color:#d1a62b;
  transition:all .2s ease-in;
}

.menu ul li a:hover {
  font-size:11px;
  color:#FFF;
  background-color:#b65027;
}

.menu ul .menu-item-has-children a:after {
    content: "\0020"; 
    float: right;
    width: 5px; 
	height: 0; 
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	
	border-left: 3px solid #000;
}

.menu ul .menu-item-has-children ul li a:after {
    content: "\0020"; 
    width: 0; 
	height: 0; 
	border: 0px solid transparent;
}

.menu ul ul .menu-item-has-children a:after {
    content: "\0020"; 
    float: right;
    width: 5px !important; 
	height: 0; 
	border-top: 5px solid transparent !important;
	border-bottom: 5px solid transparent !important;
	border-right:0 solid transparent !important;
	border-left: 3px solid #000 !important;
}

.menu ul ul ul li.menu-item a:after {
    content: "" !important; 
    width: 0; 
	height: 0; 
	border-left: none !important;
	border-right: none !important;
	border-bottom: none !important;
	border-top: none !important;
}

#carousel {
  height:330px;
  overflow:hidden;
}

#content_wrapper {
  width:100%;
  position:relative;
  clear:both;
}

#content {
  margin-left:auto;
  margin-right:auto;
  padding-bottom: 25px;
  text-align:left;
}

#page_content_wrapper {
  min-height: 768px;
}

#page_content {
  width:800px;
  float:left;
  padding-top:15px;
  margin-bottom:25px;
  padding-bottom:25px;
  text-align:left;
}

#calendar_content {
  width:800px;
  float:left;
  padding-top:15px;
  margin-bottom:25px;
  padding-bottom:25px;
  text-align:left;
}

.content_column {
  width:300px;
  max-width:300px;
  padding-right:15px;
  float:left;
  clear:none;
  color:#999;
  line-height:17px;
  margin-bottom:15px;
}

.content_column_calendar {
  width:185px;
  padding-right:15px;
  float:left;
  clear:none;
  color:#999;
  line-height:17px;
  margin-bottom:15px;
}

.home_calendar_link a {
  font-size:14px;
  line-height:14px;
  text-transform:uppercase;
  font:14px 'AvenirHeavy',Helvetica,Arial;
  color:#fd0;
}

.home_calendar_link a:hover {
  font-size:14px;
  line-height:14px;
  text-transform:uppercase;
  font:14px 'AvenirHeavy',Helvetica,Arial;
  color:#000;
}

.submit,a.submit {
  background-color:#b54e23;
  color:#FFF;
  border:0;
  font:11px 'AvenirLight',Helvetica,Arial,sans-serif;
  padding:5px;
  border-radius:5px;
}

a.submit:hover {
  background-color:#b54e23;
  color:#000;
  border:0;
  font:11px 'AvenirLight',Helvetica,Arial,sans-serif;
  padding:5px;
  border-radius:5px;
}


#footer_links_wrapper {
  padding:16px 16px 48px;
  background:#333;
  text-align:center;
}

#footer_links {
  font:12px 'AvenirLight',Helvetica,Arial,sans-serif;
  width:1100px;
  margin-left:auto;
  margin-right:auto;
  color:#999;
}

#footer_colors_wrapper {
  background: transparent url(images/footer_color-bars.png) center top;
  padding:0;
  margin:0;
  height:40px;
  overflow:hidden;
  position:relative;
}

.footer_colors {
  width:200px;
  height:40px;
  min-height:40px;
  position:absolute;
}

.padded-table TD {
  padding:8px;
}

.links-padded-table TD {
  margin-bottom:15px;
  padding:10px;
}

/****************** Blog Calls */
.blogDate {
  width:50px;
  height:45px;
  border-radius:5px;
  background-color:#97DAF2;
  float:left;
  clear:none;
  padding:15px 10px;
  text-align:center;
}

.blogMonth {
  font-family:'Avenir',Helvetica,Arial,sans-serif;
  color:#000;
  font-size:18px;
}

.blogYear {
  font-family:'Avenir',Helvetica,Arial,sans-serif;
  color:#FFF;
  font-size:28px;
}

.blogTitle {
  min-height:75px;
  float:left;
  clear:none;
  width:545px;
  padding-left:10px;
}

.blogTitle a {
  text-decoration:none;
  font-family:'Avenir',Helvetica,Arial,sans-serif;
  font-size:36px;
  color:#000;
  transition:all .5s ease-in-out;
  letter-spacing:.5px;
}

.blogTitle a:hover {
  text-decoration:none;
  font-family:'Avenir',Helvetica,Arial,sans-serif;
  font-size:36px;
  color:#888;
  transition:all .5s ease-in-out;
  letter-spacing:.5px;
}

.postmetadata {
  font-family:'Avenir',Helvetica,Arial,sans-serif;
  color:#000;
  font-size:18px;
}

.postmetadata a {
  font-family:'Avenir',Helvetica,Arial,sans-serif;
  color:#F15B40;
  font-size:18px;
  text-decoration:none;
  transition:all .5s ease-out;
}

.postmetadata a:hover {
  font-family:'Avenir',Helvetica,Arial,sans-serif;
  color:#888;
  font-size:18px;
  text-decoration:none;
  transition:all .5s ease-out;
}

.news-dotted-spacer {
  width:80%;
  border-top:1px DOTTED #999;
  float:left;
  margin-top:10px;
  margin-bottom:10px;
  display:block;
}

/****************** Footer Calls */
.footer {
  margin-top:0;
}

.footer li {
  position:relative;
  list-style:none;
  float:left;
  display:inline;
  clear:both;
  padding:0;
  margin-left:-40px;
}

.footer li a {
  font-size:18px;
  text-decoration:none;
  font-family:'Avenir',Helvetica,Arial,sans-serif;
  color:#FFF;
  padding:2px;
  transition:all .2s ease-in;
}

.footer li:first-child a {
}

.footer li:last-child a {
}

.footer li:hover > a {
  color:#C5D880;
}

.footerHeading {
  font-family:'Avenir',Helvetica,Arial,sans-serif;
  color:#FFF;
  font-size:24px;
}

/****************** WP Alignment Calls */
img.size-full,img.size-large,img.wp-post-image {
  height:auto;
  max-width:100%;
}

/* Make sure videos and embeds fit their containers. */
embed,iframe,object,video {
  max-width:100%;
}

/* Override the Twitter embed fixed width. */
.entry-content .twitter-tweet-rendered {
  max-width:100%!important;
}

/* Images */
.alignleft {
  display:inline;
  float:left;
  clear:none;
  margin:0 15px 10px 0;
}

.alignright {
  display:inline;
  float:right;
  clear:none;
  margin:0 0 10px 15px;
}

.aligncenter {
  clear:both;
  display:block;
  margin-left:auto;
  margin-right:auto;
}

img.alignleft {
  margin:0 15px 10px 0;
}

.wp-caption.alignleft {
  margin:5px 10px 5px 0;
}

img.alignright {
  margin:5px 0 5px 20px;
}

.wp-caption.alignright {
  margin:0 0 10px 15px;
}

img.aligncenter {
  margin:5px auto;
}

img.alignnone {
  margin:5px 0;
}

.wp-caption .wp-caption-text,.entry-caption,.gallery-caption {
  color:#220e10;
  font-size:18px;
  font-style:italic;
  font-weight:300;
}

img.wp-smiley,.rsswidget img {
  border:0;
  border-radius:0;
  box-shadow:none;
  margin-bottom:0;
  margin-top:0;
  padding:0;
}

.wp-caption.alignleft + ul,.wp-caption.alignleft + ol {
  list-style-position:inside;
}

/****************** Slide Deck */
.lens-half-moon.sd2-light dl {
  border:0!important;
}

/****************** Membership Plugin */
.membership-coupon {
  margin: 30px 0;
}

/****************** Calendar */
.events-list .tribe-events-loop, .tribe-events-day .tribe-events-loop, .single-tribe_venue .tribe-events-loop, .single-tribe_organizer .tribe-events-loop {
  text-align: center;
}

/*
@media screen and (min-width: 1025px) {
  #menu_bar .container {
    padding: 0 1%;
    width: 98%;
  }
}
*/


.bottombar.odd {
  background-color: #dcdcdc !important; 
}

.pricebox .bottombar span.price {
  line-height: 38px;
  color: #789798;
}

.submenu {
  list-style: none;
  padding-left: 0px;
}

.submenu li a {
  color:#c4581d;
}

.orangetext {
  color:#c4581d;
}

#new_content_wrapper {
  opacity: 0;
}

#new_membership-wrapper2 fieldset {
  border: none;
}

.orange-btn {  position: relative;
  vertical-align: top;
  width: 100%;
  height: 60px;
  padding: 0;
  font-size: 22px;
  color: white;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
  background: #e67e22;
  border: 0;
  border-bottom: 2px solid #da751c;
  cursor: pointer;
  -webkit-box-shadow: inset 0 -2px #da751c;
  box-shadow: inset 0 -2px #da751c;
}

.tribe-events-notices {
display:none!important;
}

ul.social-media {
margin: 0px; 
padding: 0px;
}

ul.social-media li {
display: inline-block;
padding-right: 5px;
}

ul.social-media li a{
width: 45px;
height: 45px;
display: block;
}