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

@charset "UTF-8";
.alert {
  border-radius: 0.1875rem;
  padding: 0.938rem;
  margin-bottom: 1.5rem;
  text-shadow: none;
}
.alert {
  background-color: #fcf8e3;
  border: 1px solid #fbeed5;
  border-radius: 4px;
}
.alert, .alert h4 {
  color: #c09853;
}
.alert h4 {
  margin: 0;
}
.alert .close {
  top: -2px;
  right: -21px;
  line-height: 20px;
}
.alert-success {
  color: #468847;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.alert-success h4 {
  color: #468847;
}
.alert-danger, .alert-error {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #eed3d7;
}
.alert-danger h4, .alert-error h4 {
  color: #b94a48;
}
.alert-info {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.alert-info h4 {
  color: #3a87ad;
}
.alert-block {
  padding-top: 14px;
  padding-bottom: 14px;
}
.alert-block > p, .alert-block > ul {
  margin-bottom: 0;
}
.alert-block p + p {
  margin-top: 5px;
}
legend {
  font-size: 1.3rem;
  line-height: 1.5;
}
legend small {
  font-size: 0.8rem;
}
.btn {
  display: inline-block;
  font-family: "Inter";
  font-weight: 700;
  color: #ffffff;
  font-size: 0.8rem;
  background: #ff5e14;
  text-align: center;
  margin: 0 0 0.5rem 0;
  padding: 0.4rem 1.5rem;
  border-radius: 0.4rem;
  border: 2px solid transparent;
  vertical-align: middle;
  text-shadow: none;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}
.btn:hover, .btn:active, .btn:focus {
  background: #ffffff;
  color: #ff5e14;
  border: 2px solid #ff5e14;
  cursor: pointer;
}
#g-page-surround .nav {
  margin-bottom: 20px;
  margin-left: 0;
  list-style: none;
}
#g-page-surround .nav > li > a {
  display: block;
}
#g-page-surround .nav > li > a:hover, #g-page-surround .nav > li > a:focus {
  text-decoration: none;
}
#g-page-surround .nav > li > a > img {
  max-width: none;
}
#g-page-surround .platform-content .entries {
  margin: -0.938rem;
}
#g-page-surround .platform-content .entries .g-block {
  padding: 0 0.938rem;
}
#g-page-surround .platform-content .entries .g-block .tease {
  margin: 0;
  padding: 0;
}
#g-page-surround .platform-content .entries .g-block .tease.sticky {
  padding: 0.469rem 0.938rem;
  background-color: #eceff3;
  border-radius: 0.1875rem;
}
#g-page-surround .platform-content form.password-form .password-box {
  margin: 0.625rem 0;
}
#g-page-surround .search-form input.search-field {
  color: #444444;
}
table.table-bordered {
  border-collapse: separate;
  *border-collapse: collapse;
}
table.table-bordered th {
  background-color: #f2f2f2;
}
table.table-bordered thead th {
  background-color: #d9d9d9;
}
.table-striped tbody tr:nth-child(2n+1) td, .table-striped tbody tr:nth-child(2n+1) th {
  background: #f2f2f2;
}
.table-hover tbody tr:hover > td, .table-hover tbody tr:hover > th {
  background: #ebebeb;
}
.table, .table-bordered {
  border-color: rgba(231, 232, 234, 0.25) rgba(231, 232, 234, 0.25) rgba(231, 232, 234, 0.25) transparent;
}
.table th, .table td, .table-bordered th, .table-bordered td {
  border-left: 1px solid rgba(231, 232, 234, 0.25);
  border-right: 0;
  border-bottom: 0;
}
.list-striped, .row-striped {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.list-striped li, .list-striped dd, .row-striped .row, .row-striped .row-fluid {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.list-striped li:nth-child(odd), .list-striped dd:nth-child(odd), .row-striped .row:nth-child(odd), .row-striped .row-fluid:nth-child(odd) {
  background-color: #f9fafb;
}
.list-striped li:hover, .list-striped dd:hover, .row-striped .row:hover, .row-striped .row-fluid:hover {
  background-color: #edf0f3;
}
.list-bordered, .row-bordered {
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.row-even, .row-odd {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.row-even {
  background-color: #f9fafb;
}
.iframe-bordered {
  border: 1px solid rgba(0, 0, 0, 0.1);
}
legend {
  line-height: 1.5;
  margin: 1rem 0;
}
.form-actions {
  background: none;
  border: 0;
}
textarea, 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"], .uneditable-input {
  height: 40px;
  padding: 0.375rem 0.875rem;
  vertical-align: middle;
  display: inline-block;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0;
  box-sizing: border-box;
  -webkit-transition: border 0.2s linear, box-shadow 0.2s linear;
  -moz-transition: border 0.2s linear, box-shadow 0.2s linear;
  transition: border 0.2s linear, box-shadow 0.2s linear;
}
textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus {
  border-color: #8894aa;
}
textarea {
  width: 100%;
}
.wpcf7-form-control-wrap .jl-textarea {
  border: 1px solid #ced4da;
}
.wpcf7-form-control-wrap .jl-textarea:focus {
  border-color: #8894aa;
}
.wpcf7-textarea.jl-textarea {
  background-color: #e9ecef;
}
.dir-rtl .form-horizontal .control-label {
  float: right;
  text-align: left;
}
.dir-rtl .form-horizontal .controls {
  margin-left: 0;
  margin-right: 180px;
}
select {
  color: #444444;
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.btn span {
  padding: 0;
  margin: 0;
}
.btn-mini {
  margin: 0.5rem 0;
}
textarea {
  height: auto;
  min-height: calc(1.5em + 1.2rem + 1px * 2);
}
.jl-select {
  max-width: 100%;
  width: 100%;
  border: 0 none;
  padding: 0 10px;
  background: #fff;
  color: #666;
  border-radius: 0;
  box-sizing: border-box;
  -webkit-transition: border 0.2s linear, box-shadow 0.2s linear;
  -moz-transition: border 0.2s linear, box-shadow 0.2s linear;
  transition: border 0.2s linear, box-shadow 0.2s linear;
}
.jl-select:focus {
  border-color: #8894aa;
}
.jl-select:not([multiple]):not([size]) {
  height: 40px;
  vertical-align: middle;
  display: inline-block;
}
.jl-select:not(select) {
  line-height: 38px;
}
.jl-select[multiple], .jl-select[size] {
  padding-top: 6px;
  padding-bottom: 6px;
  vertical-align: top;
}
.jl-select[multiple], .jl-select[size] {
  resize: vertical;
}
.jl-select:focus {
  outline: 0;
  background-color: #fff;
}
.jl-select:disabled {
  background-color: #f8f8f8;
  color: #868686;
  border-color: #e8e8e8;
}
.jl-select:not([multiple]):not([size]) {
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-right: 20px;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  background-image: url('data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2224%22%20height%3D%2216%22%20viewBox%3D%220%200%2024%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23666%22%20points%3D%2212%201%209%206%2015%206%22%20%2F%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23666%22%20points%3D%2212%2013%209%208%2015%208%22%20%2F%3E%0A%3C%2Fsvg%3E%0A');
  background-repeat: no-repeat;
  background-position: 100% 50%;
}
.jl-light .jl-select:not([multiple]):not([size]) {
  background-color: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.7);
  background-clip: padding-box;
  border-color: rgba(255, 255, 255, 0.2);
}
.wpcf7-form-control-wrap .jl-margin {
  margin-bottom: 20px;
}
#g-page-surround .entry-meta {
  margin-top: 0;
  margin-bottom: 2rem;
}
#g-page-surround .entry-meta > div[class^="meta-"] {
  display: inline-block;
  margin: 0;
  font-family: "Inter";
  text-transform: uppercase;
  font-size: 0.85rem;
  line-height: 1.35;
}
#g-page-surround .entry-meta > div[class^="meta-"]:not(:last-child):after {
  content: "/";
  margin: 0 5px;
  color: #e7e8ea;
}
.g-loginform .login-pretext {
  margin-bottom: 1rem;
}
.g-loginform fieldset.login-data #login-username {
  margin-top: 0;
}
.g-loginform .login-extra {
  list-style-type: none;
  margin-left: 0;
}
.widget.widget_archive ul, .widget.widget_categories ul, .widget.widget_meta ul, .widget.widget_pages ul, .widget.widget_recent_comments ul, .widget.widget_recent_entries ul {
  list-style-type: none;
  margin: 0;
}
.widget.widget_archive ul ul, .widget.widget_categories ul ul, .widget.widget_meta ul ul, .widget.widget_pages ul ul, .widget.widget_recent_comments ul ul, .widget.widget_recent_entries ul ul {
  list-style-type: none;
}
.widget.widget_archive ul ul.children, .widget.widget_categories ul ul.children, .widget.widget_meta ul ul.children, .widget.widget_pages ul ul.children, .widget.widget_recent_comments ul ul.children, .widget.widget_recent_entries ul ul.children {
  margin-left: 1.5rem;
}
.widget.widget_search input.search-field {
  margin-bottom: 10px;
}
.widget.widget_tag_cloud a {
  display: inline-block;
  font-family: "Inter";
  border-radius: 0.1875rem;
  background: #ff5e14;
  color: #ffffff;
  padding: 5px 8px;
  margin: 0 4px 8px 0;
  vertical-align: bottom;
}
.widget.widget_tag_cloud a:before {
  font-family: FontAwesome;
  margin-right: 5px;
  content: "";
}
.widget.widget_tag_cloud a:hover {
  background: #e04700;
  color: #ffffff;
}
.widget.widget_calendar {
  margin-bottom: 1.5rem;
}
#g-mainbar .moduletable {
  margin: -0.625rem;
}
/*# sourceMappingURL=balder-wordpress.css.map */