/* 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
 */

/*** Logo Overrides ***/
[id*="logo"] {
  padding: 0;
  margin: 0.25rem;
}
.avatar-logo img {
  width: 50%;
  height: auto;
  padding: 5px;
  margin: 5px 0;
  border: 3px solid #ce7e00;
  border-radius: 50%;
}
img.g-blockcontent-subcontent-img {
  max-width: 300px;
}
/*** End Logo Overrides ***/
.fa, .fab, .far, .fas {
  font-family: "FontAwesome" !important;
  padding-right: 5px;
  font-style: normal;
}
div#verticalmenu-4100-particle {
  /* margin: 0 0 1rem 0; */
  padding: 0 0 1rem 0;
  vertical-align: text-bottom;
}
.menu {
  padding: 1.5rem 0 1rem 0;
  font-size: 0.75rem !important;
}
.section-horizontal-paddings {
  padding-left: 5%;
  padding-right: 5%;
}
.g-simplecontent .g-simplecontent-layout-header {
  width: 100%;
  padding: 0;
}
.g-simplecontent .g-simplecontent-layout-header .g-simplecontent-item-content-title {
  font-size: 3.5rem;
  color: inherit;
}
/*** Popup Module Overrides ***/
#lightcase-content .g-popupmodule-module-wrapper {
  display: inline-table !important;
}
#lightcase-case {
  width: auto !important;
}
.lightcase-contentInner {
  width: auto !important;
  height: auto !important;
  display: inline-table;
}
/*** Membership Pro - Forms Overrides ***/
select, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu) {
  width: auto;
  height: 2rem;
  min-height: 1.5rem !important;
  max-height: 2rem;
  line-height: 1.5rem;
  border-radius: 4px !important;
}
.input-prepend > .add-on, .input-append > .add-on {
  display: inline-flex;
  height: 2rem;
  min-height: 1.5rem;
  max-height: 2rem;
  line-height: 1.5rem;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
}
#login-form #modlgn-secretkey {
  margin-bottom: 10px;
  width: 57%;
}
a.button.login {
  position: absolute;
  bottom: 2.25rem;
  display: block;
  background: unset;
  border: unset;
  margin: 0;
  padding: 0;
  z-index: 9999;
}
#login-form .input-prepend .btn, #login-form .input-append .btn {
  height: 33px;
  margin-left: -2px !important;
}
.btn {
  border-radius: 4px;
  font-size: 1rem;
  background: linear-gradient(180deg, #df0000, #440000) !important;
}
.btn:hover {
  background: linear-gradient(180deg, #440000, #df0000);
  color: #d89701;
  border-color: #d89701;
  cursor: pointer;
}
/*** Slideshow Section Overrides ***/
#g-slideshow {
  height: 450px;
}
#home #g-slideshow {
  height: auto;
}
.g-slideshow .g-slideshow-slider .swiper-slide.overlay::before {
  background-image: linear-gradient(100deg, #000000 30%, rgba(255, 255, 255, 0));
}
h1.g-slideshow-main-title {
  color: #d89701;
}
h3.g-slideshow-top-title {
  color: #DF0000;
}
#g-container-body #g-slideshow::before {
  content: "";
  position: absolute;
  width: 105%;
  height: 100%;
  background-image: linear-gradient(315deg, rgba(84, 0, 0, 0.75), rgba(255, 255, 255, 0) 100%);
}
#g-slideshow .g-simplecontent .g-simplecontent-layout-header {
  position: absolute;
  left: 5%;
  bottom: 1.5rem;
  width: 90%;
  padding: 0;
}
#g-slideshow .g-simplecontent-item-content-title {
  position: relative;
  width: 100%;
  color: #d89700;
  background: rgba(108, 0, 0, 0.5);
  border-radius: 0.75rem 0.75rem 0rem 0rem;
  border: 2px solid #d89700;
  border-bottom: 0px;
}
#g-slideshow .g-simplecontent .g-simplecontent-item-leading-content {
  position: relative;
  color: #d89700;
  text-shadow: none;
  background: rgba(206, 126, 0, 0.25);
  border: 2px solid #d89700;
  border-radius: 0rem 0rem 0.75rem 0.75rem;
  margin-top: 0px;
}
/*** End Slideshow Section Overrides ***/
p.readmore .btn, .content_vote .btn, .contact .form-actions .btn, .login .btn, .logout .btn, .registration .btn, .profile-edit .btn, .remind .btn, .reset .btn, .profile .btn, .search #searchForm .btn, .finder #finder-search .btn, .print-mode #pop-print.btn, .edit.item-page .btn-toolbar .btn, .pager.pagenav a, .moduletable #login-form .control-group .btn, #searchForm .btn, #finder-search .btn, .btn {
  border-radius: 4px;
}
/*** Kunena Forums Overrides ***/
#kunena label.btn.btn-link {
  background: unset !important;
  margin: 0;
  padding: 0;
}
#kunena.layout .kunena-topic-item h1 {
  color: #df0000;
  height: 1.75rem;
  display: inline-flex;
  font-size: 2rem;
  margin: 1rem 0rem 2rem 0rem;
}
h1 i.fa {
  font-size: 2.5rem;
  padding-right: 0.5rem;
  display: flex;
  align-items: center;
}
.form-search .input-append .search-query {
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
  border: 2px solid #df0000;
  padding: 1.02rem;
}
.form-search .input-append .btn {
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
#kunena.layout #btn_thankyou, #kunena.layout #btn_unthankyou {
  margin-top: 0;
  margin-left: 0.25rem;
}
#kunena .btn {
  font-size: 1rem;
  padding: 0.25rem 0.75rem;
  line-height: 1.5rem;
  margin-left: 0rem;
  color: #ffffff;
  /*background: #df0000;*/
}
#kunena .btn:hover {
  color: #d89701;
  /*background: #ffffff;*/
}
#kunena #nav-menu .btn {
  margin-left: 1rem;
  margin-top: -1rem;
  margin-bottom: 0rem;
}
#kunena #nav-menu .btn:hover {
  color: #d89701;
}
#kunena.layout #status-form label.btn a.btn {
  padding: 0.25rem 0.5rem 0.25rem 0.5rem;
  margin-left: -0.75rem;
  margin-top: -0.25rem;
  margin-bottom: 1rem;
}
#kunena.layout #logout-form .btn-link {
  text-decoration: none;
  margin-left: 1rem;
}
#kunena.layout .btn .caret {
  margin-bottom: 0 !important;
  display: inline-block;
}
.navbar-inner {
  min-height: 40px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #3e3e3e;
  background-image: -moz-linear-gradient(top, #ffffff, #f2f2f2);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#df0000), to(#440000));
  background-image: -webkit-linear-gradient(top, #df0000, #440000);
  background-image: -o-linear-gradient(top, #ffffff, #f2f2f2);
  background-image: linear-gradient(to bottom, #df0000, #440000);
  background-repeat: repeat-x;
  border: 1px solid #df0000;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffffff", endColorstr="#fff2f2f2", GradientType=0);
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.07);
}
.navbar .nav > .active > a, .navbar .nav > .active > a:hover, .navbar .nav > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  background-color: unset;
  background-color: #3e3e3e;
  background-image: -moz-linear-gradient(top, #ffffff, #f2f2f2);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#440000), to(#df0000));
  background-image: -webkit-linear-gradient(top, #440000, #df0000);
  background-image: -o-linear-gradient(top, #440000, #df0000);
  background-image: linear-gradient(to bottom, #440000, #df0000);
  background-repeat: repeat-x;
  border: 1px solid #df0000;
  -webkit-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.13);
  -moz-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.13);
}
.navbar .nav li.dropdown.open > .dropdown-toggle, .navbar .nav li.dropdown.active > .dropdown-toggle, .navbar .nav li.dropdown.open.active > .dropdown-toggle {
  color: #eeeeee;
  background: linear-gradient(180deg, #440000, #df0000);
}
.navbar .nav > li > a:focus, .navbar .nav > li > a:hover {
  color: #ffffff;
}
#kunena.layout .kwho-guest {
  color: unset;
}
.navbar .nav > li > a {
  float: none;
  color: #d89701 !important;
  text-decoration: none;
  text-shadow: none;
}
.navbar .nav > li > a:hover {
  color: #fff !important;
}
/*# sourceMappingURL=custom_278.css.map */