/* GANTRY5 DEVELOPMENT MODE ENABLED.
 *
 * WARNING: This file is automatically generated by Gantry5. Any modifications to this file will be lost!
 *
 * For more information on modifying CSS, please read:
 *
 * http://docs.gantry.org/gantry5/configure/styles
 * http://docs.gantry.org/gantry5/tutorials/adding-a-custom-style-sheet
 */

/* ##########################  Classes  ########################### */
.trainer-img {
  margin-left: auto;
  margin-right: auto;
  border-radius: 50%;
  box-shadow: 0px 3px 6px #888888;
}
/* ##########################  Basic Style Tweaks  ########################### */
/* Main menu   */
.g-main-nav .g-toplevel > li > .g-menu-item-container, .g-main-nav .g-sublevel > li > .g-menu-item-container {
  font-size: 1.2rem;
}
/* Removal of sidebar menu borders  */
.moduletable .nav.menu, .moduletable .category-module {
  border: none !important;
  padding: 0.2rem;
}
.moduletable .nav.menu li, .moduletable .category-module li {
  border-bottom: none;
  padding-bottom: 0.2rem;
  margin-bottom: 0.2rem;
}
/* Links */
p a {
  border-bottom: 1px solid #DCDCDC;
}
p a:hover {
  border-bottom: 1px solid #682664;
}
.list-links a {
  border-bottom: 1px solid #DCDCDC;
}
.list-links a:hover {
  border-bottom: 1px solid #682664;
}
/* Link colour in Utility */
#g-utility a {
  color: #ffffff;
}
/* Link colour in Navigation */
#g-navigation a {
  color: #ffffff;
}
/* Blockquote */
blockquote {
  border-left: 10px solid #e59d68;
}
blockquote p {
  color: #3d3d3d;
  font-weight: 400;
}
table, td {
  border: 0px;
}
.g-home-particles.g-helium-style .fp-features .g-block .card .card-block .card-title {
  line-height: 2rem;
}
/* Nav-Pills menu */
.nav-pills > .active > a, .nav-pills > .active > a:hover, .nav-pills > .active > a:focus {
  background: #e59d68 !important;
}
.nav-pills > li > a {
  color: #682664 !important;
}
/* Table styling */
.table-striped tbody tr:nth-child(2n+1) th {
  background: #f3eecd !important;
}
/* fix textarea resizing to allow horizontal */
textarea {
  resize: both !important;
  width: 80%;
  height: auto;
}
/* ##########################  Legacy Module Class Suffixes  ########################### */
._mybreadcrumbs {
  font-size: 0.8rem;
  margin: 0px;
  padding: 8px 0px;
}
._mybreadcrumbs > li > .divider {
  padding: 0px 5px;
}
._mynewsflashfrontpage {
  border-left: solid 5px #e59d68;
  background: url('../../images/custom/pbs_peekaboo_background.png') right bottom no-repeat #ffdabf;
  color: #5c5c5c;
  padding-right: 15px;
  margin-bottom: 15px;
}
._mynewsflash {
  border-left: solid 5px #e59d68;
  background: #e59d68;
  color: #ffffff;
  padding-right: 15px;
}
/* ##########################  Community Builder overrides  ########################### */
.cbUserListFC_cb_full_name {
  font-size: 1.2rem;
}
.list_centering .cb_template .row {
  align-items: center !important;
}
.cb_template {
  font-family: inherit !important;
}
/* ##########################  Kunena Forum overrides  ########################### */
#kunena.layout .kicon-profile-gender-unknown {
  display: none;
}
#kunena.layout .kicon-profile-gender-male {
  display: none;
}
#kunena.layout .kicon-profile-gender-female {
  display: none;
}
#kunena.layout COM_KUNENA_VIEW_DISABLED {
  display: none;
}
#kunena.layout .kwholegend {
  display: none;
}
#kunena.layout .kwho-admin, #kunena.layout a.kwho-admin {
  color: #5388B4 !important;
}
#kunena.layout .fa-feed:before, .fa-rss:before {
  display: none;
}
/* ##########################  nav-pills  ########################### */
.nav-pills > li > a {
  padding-top: 8px;
  padding-bottom: 8px;
  margin-top: 2px;
  margin-bottom: 2px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding-right: 12px;
  padding-left: 12px;
  margin-right: 2px;
  line-height: 14px;
}
.nav-pills li.active > a {
  text-decoration: none;
}
.nav-pills li a:hover {
  text-decoration: none;
}
ul.nav-pills {
  margin: 0 !important;
}
.nav-pills {
  flex-direction: row !important;
}
/* ##########################  nav-tabs  ########################### */
.nav-tabs > li > a {
  background: #eeeeee;
}
ul.nav-tabs {
  margin: 10px 0;
}
.nav-tabs > li > a {
  padding-top: 8px;
  padding-bottom: 8px;
  line-height: 20px;
  border: 1px solid transparent;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
  padding-right: 12px;
  padding-left: 12px;
  margin-right: 2px;
}
.nav-tabs > .active > a {
  color: #555555;
  cursor: default;
  background-color: #ffffff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}
.nav-tabs li.active > a {
  text-decoration: none;
}
.nav-tabs li a:hover {
  text-decoration: none;
}
.nav-tabs {
  flex-direction: row !important;
}
/* ##########################  cards  ########################### */
.card {
  background-color: inherit;
  border: none;
}
/* ##########################  module menus  ########################### */
.nav {
  flex-direction: column;
}
/*# sourceMappingURL=custom_28.css.map */