/*/////////////////////////////////////////////////////////////////////
 //
 // 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
 *--------------------------------------------------
 */
/* Begin the custom style for GreenTree event
 * --------------------------------------------------
 * upper header and buttons must have 131c42
 * title text and donate buttons have AF0B24
 *
*/
body .header-upper {
  background: #131c42;
  /* primary colour */
}
body .header {
  border-bottom-color: #AF0B24;
  /* primary colour */
}
.header {
    background: #fff;
    background-color: rgba(255,255,255,0.9);
    border-bottom: 1px solid #AF0B24;
}
body .header .navbar-brand {
  color: #AF0B24;
  /* primary colour */
}

@media (min-width: 992px){
  .navbar-nav>li.home-link a i, #main-menu>li.home-link a i, .navbar-nav>li.home-link a:link i, #main-menu>li.home-link a:link i, .navbar-nav>li.home-link a:focus i, #main-menu>li.home-link a:focus i {
      margin: 0;
      display: block;
      text-align: center;
      color: #AF0B24;
      font-size: 20px;
      padding: 16px 20px;
  }
}
#jPanelMenu-menu .navbar-nav li.home-link a i, #jPanelMenu-menu #main-menu li.home-link a i, #jPanelMenu-menu .navbar-nav li.home-link a:link i, #jPanelMenu-menu #main-menu li.home-link a:link i, #jPanelMenu-menu .navbar-nav li.home-link a:focus i, #jPanelMenu-menu #main-menu li.home-link a:focus i {
    margin: 0;
    display: block;
    text-align: center;
    color: #AF0B24;
    font-size: 20px;
    padding: 16px 20px;
}
.btn-navbar.open, .navbar-btn.open, .btn-navbar:hover, .navbar-btn:hover {
    background: #AF0B24;
    color: #fff;
    cursor: pointer;
    text-decoration: none;
}
#footer {
    background: #333;
    min-height: 200px;
    padding: 30px 0;
    color: #a2a2a2;
    color: rgba(255,255,255,0.6);
    border-top: 2px solid #AF0B24;
}
#footer #toplink i {
    color: #AF0B24;
}
a, a:hover, a:focus {
    color: #AF0B24;
}
.btn-success {
    color: #fff;
    background-color: #AF0B24;
    border-color: #732512;
}
.btn-primary {
  color: #ffffff;
  background-color: #AF0B24;
  border-color: #a8371a;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #9b3218;
  border-color: #732512;
}
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-image: none;
}
ul.nav-tabs li.active a, ul.nav-tabs li.open.active a, ul.nav-tabs li.active a:hover, ul.nav-tabs li.open.active a:hover {
    color: #AF0B24;
    border: 1px solid #e6e6e6;
    border-top: 4px solid #AF0B24;
    border-radius: 0 !important;
}
.section-menu ul.nav-list li a:hover i {
    color: #AF0B24;
}
.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .open .dropdown-toggle.btn-success {
    color: #fff;
    background-color: #AF0B24;
    border-color: #a8371a;

  }
@media (min-width: 992px){
.navbar-nav>li.hidden-item-menu, #main-menu>li.hidden-item-menu {
    display: none !important;
  }
}

@media (min-width: 992px){
  .navbar-nav>li.hidden-item-menu, #main-menu>li.hidden-item-menu {
      display: none !important;
  }
}

#jPanelMenu-menu .navbar-nav li.home-link.hidden-item-menu, #jPanelMenu-menu #main-menu li.home-link.hidden-item-menu {
    display: block;
    padding: 15px;
}

.new-share{
    display: none;
}
.btn-WYWYG{
    word-break: break-all !important;
    white-space: normal !important;
}
.btn-WYWYG-default{
    font-size: 16px;
    padding: 10px 20px;
}
.btn-WYWYG-lg{
    font-size: 24px;
}
.fixed-footer{
    position: fixed;
    width: 100%;
    bottom: 0;
}
.fixed-footer{
    position: fixed;
    width: 100%;
    bottom: 0;
}
.btn-nowrap{
    white-space: normal !important;
    text-align: left;
}
 /*Really small devices */
@media (max-width: 450px) {
  .fixed-footer{
    width: 100%;
    position: relative;
    bottom: auto;
  }
}