.table,
table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  background-color: transparent;
}
.table td,
.table th,
table td,
table th {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}
.table thead th,
table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}
.table tbody + tbody,
table tbody + tbody {
  border-top: 2px solid #dee2e6;
}
.table .table,
.table table,
table .table,
table table {
  background-color: #fff;
}
.table-sm td,
.table-sm th {
  padding: 0.3rem;
}
.table-bordered {
  border: 1px solid #dee2e6;
}
.table-bordered td,
.table-bordered th {
  border: 1px solid #dee2e6;
}
.table-bordered thead td,
.table-bordered thead th {
  border-bottom-width: 2px;
}
.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}
.table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.075);
}
.table-primary,
.table-primary > td,
.table-primary > th {
  background-color: #b8daff;
}
.table-hover .table-primary:hover {
  background-color: #9fcdff;
}
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #9fcdff;
}
.table-secondary,
.table-secondary > td,
.table-secondary > th {
  background-color: #d6d8db;
}
.table-hover .table-secondary:hover {
  background-color: #c8cbcf;
}
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #c8cbcf;
}
.table-success,
.table-success > td,
.table-success > th {
  background-color: #c3e6cb;
}
.table-hover .table-success:hover {
  background-color: #b1dfbb;
}
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #b1dfbb;
}
.table-info,
.table-info > td,
.table-info > th {
  background-color: #bee5eb;
}
.table-hover .table-info:hover {
  background-color: #abdde5;
}
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #abdde5;
}
.table-warning,
.table-warning > td,
.table-warning > th {
  background-color: #ffeeba;
}
.table-hover .table-warning:hover {
  background-color: #ffe8a1;
}
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #ffe8a1;
}
.table-danger,
.table-danger > td,
.table-danger > th {
  background-color: #f5c6cb;
}
.table-hover .table-danger:hover {
  background-color: #f1b0b7;
}
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #f1b0b7;
}
.table-light,
.table-light > td,
.table-light > th {
  background-color: #fdfdfe;
}
.table-hover .table-light:hover {
  background-color: #ececf6;
}
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #ececf6;
}
.table-dark,
.table-dark > td,
.table-dark > th {
  background-color: #c6c8ca;
}
.table-hover .table-dark:hover {
  background-color: #b9bbbe;
}
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #b9bbbe;
}
.table-active,
.table-active > td,
.table-active > th {
  background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}
.table .thead-dark th,
table .thead-dark th {
  color: #fff;
  background-color: #212529;
  border-color: #32383e;
}
.table .thead-light th,
table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.table-dark {
  color: #fff;
  background-color: #212529;
}
.table-dark td,
.table-dark th,
.table-dark thead th {
  border-color: #32383e;
}
.table-dark.table-bordered {
  border: 0;
}
.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}
.table-dark.table-hover tbody tr:hover {
  background-color: rgba(255, 255, 255, 0.075);
}
@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
.table-responsive > .table-bordered {
  border: 0;
}
.container,
.woocommerce .content-area {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container,
  .woocommerce .content-area {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container,
  .woocommerce .content-area {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container,
  .woocommerce .content-area {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container,
  .woocommerce .content-area {
    max-width: 1140px;
  }
}
.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}
.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.col-auto {
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}
.col-1 {
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  -ms-flex: 0 0 8.33333%;
  flex: 0 0 8.33333%;
  max-width: 8.33333%;
}
.col-2 {
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  -ms-flex: 0 0 16.66667%;
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}
.col-3 {
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
.col-4 {
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}
.col-5 {
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  -ms-flex: 0 0 41.66667%;
  flex: 0 0 41.66667%;
  max-width: 41.66667%;
}
.col-6 {
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.col-7 {
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  -ms-flex: 0 0 58.33333%;
  flex: 0 0 58.33333%;
  max-width: 58.33333%;
}
.col-8 {
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  -ms-flex: 0 0 66.66667%;
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
}
.col-9 {
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}
.col-10 {
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  -ms-flex: 0 0 83.33333%;
  flex: 0 0 83.33333%;
  max-width: 83.33333%;
}
.col-11 {
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  -ms-flex: 0 0 91.66667%;
  flex: 0 0 91.66667%;
  max-width: 91.66667%;
}
.col-12 {
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.order-first {
  -webkit-box-ordinal-group: 0;
  -moz-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}
.order-last {
  -webkit-box-ordinal-group: 14;
  -moz-box-ordinal-group: 14;
  -ms-flex-order: 13;
  order: 13;
}
.order-0 {
  -webkit-box-ordinal-group: 1;
  -moz-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
}
.order-1 {
  -webkit-box-ordinal-group: 2;
  -moz-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
.order-2 {
  -webkit-box-ordinal-group: 3;
  -moz-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
.order-3 {
  -webkit-box-ordinal-group: 4;
  -moz-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}
.order-4 {
  -webkit-box-ordinal-group: 5;
  -moz-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4;
}
.order-5 {
  -webkit-box-ordinal-group: 6;
  -moz-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5;
}
.order-6 {
  -webkit-box-ordinal-group: 7;
  -moz-box-ordinal-group: 7;
  -ms-flex-order: 6;
  order: 6;
}
.order-7 {
  -webkit-box-ordinal-group: 8;
  -moz-box-ordinal-group: 8;
  -ms-flex-order: 7;
  order: 7;
}
.order-8 {
  -webkit-box-ordinal-group: 9;
  -moz-box-ordinal-group: 9;
  -ms-flex-order: 8;
  order: 8;
}
.order-9 {
  -webkit-box-ordinal-group: 10;
  -moz-box-ordinal-group: 10;
  -ms-flex-order: 9;
  order: 9;
}
.order-10 {
  -webkit-box-ordinal-group: 11;
  -moz-box-ordinal-group: 11;
  -ms-flex-order: 10;
  order: 10;
}
.order-11 {
  -webkit-box-ordinal-group: 12;
  -moz-box-ordinal-group: 12;
  -ms-flex-order: 11;
  order: 11;
}
.order-12 {
  -webkit-box-ordinal-group: 13;
  -moz-box-ordinal-group: 13;
  -ms-flex-order: 12;
  order: 12;
}
.offset-1 {
  margin-left: 8.33333%;
}
.offset-2 {
  margin-left: 16.66667%;
}
.offset-3 {
  margin-left: 25%;
}
.offset-4 {
  margin-left: 33.33333%;
}
.offset-5 {
  margin-left: 41.66667%;
}
.offset-6 {
  margin-left: 50%;
}
.offset-7 {
  margin-left: 58.33333%;
}
.offset-8 {
  margin-left: 66.66667%;
}
.offset-9 {
  margin-left: 75%;
}
.offset-10 {
  margin-left: 83.33333%;
}
.offset-11 {
  margin-left: 91.66667%;
}
@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-sm-9 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -webkit-box-ordinal-group: 0;
    -moz-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-sm-last {
    -webkit-box-ordinal-group: 14;
    -moz-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
    -moz-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
    -moz-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
    -moz-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
    -moz-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
    -moz-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
    -moz-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
    -moz-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
    -moz-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
    -moz-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
    -moz-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
    -moz-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333%;
  }
  .offset-sm-2 {
    margin-left: 16.66667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333%;
  }
  .offset-sm-5 {
    margin-left: 41.66667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333%;
  }
  .offset-sm-8 {
    margin-left: 66.66667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333%;
  }
  .offset-sm-11 {
    margin-left: 91.66667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -webkit-box-ordinal-group: 0;
    -moz-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-md-last {
    -webkit-box-ordinal-group: 14;
    -moz-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-md-0 {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
    -moz-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
    -moz-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
    -moz-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
    -moz-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
    -moz-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
    -moz-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
    -moz-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
    -moz-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-md-10 {
    -webkit-box-ordinal-group: 11;
    -moz-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-md-11 {
    -webkit-box-ordinal-group: 12;
    -moz-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-md-12 {
    -webkit-box-ordinal-group: 13;
    -moz-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333%;
  }
  .offset-md-2 {
    margin-left: 16.66667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333%;
  }
  .offset-md-5 {
    margin-left: 41.66667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333%;
  }
  .offset-md-8 {
    margin-left: 66.66667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333%;
  }
  .offset-md-11 {
    margin-left: 91.66667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -webkit-box-ordinal-group: 0;
    -moz-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-lg-last {
    -webkit-box-ordinal-group: 14;
    -moz-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
    -moz-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
    -moz-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
    -moz-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
    -moz-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
    -moz-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
    -moz-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
    -moz-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
    -moz-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
    -moz-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
    -moz-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
    -moz-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333%;
  }
  .offset-lg-2 {
    margin-left: 16.66667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333%;
  }
  .offset-lg-5 {
    margin-left: 41.66667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333%;
  }
  .offset-lg-8 {
    margin-left: 66.66667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333%;
  }
  .offset-lg-11 {
    margin-left: 91.66667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-xl-3 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-xl-6 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-xl-9 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-xl-12 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -webkit-box-ordinal-group: 0;
    -moz-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-xl-last {
    -webkit-box-ordinal-group: 14;
    -moz-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
    -moz-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
    -moz-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
    -moz-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
    -moz-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
    -moz-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
    -moz-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
    -moz-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
    -moz-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
    -moz-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
    -moz-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
    -moz-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333%;
  }
  .offset-xl-2 {
    margin-left: 16.66667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333%;
  }
  .offset-xl-5 {
    margin-left: 41.66667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333%;
  }
  .offset-xl-8 {
    margin-left: 66.66667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333%;
  }
  .offset-xl-11 {
    margin-left: 91.66667%;
  }
}
.card {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  -moz-background-clip: border-box;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  -moz-border-radius: 0.25rem;
  border-radius: 0.25rem;
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group:first-child .list-group-item:first-child {
  -moz-border-radius-topleft: 0.25rem;
  border-top-left-radius: 0.25rem;
  -moz-border-radius-topright: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.card > .list-group:last-child .list-group-item:last-child {
  -moz-border-radius-bottomright: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  -moz-border-radius-bottomleft: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.card-body {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1.25rem;
}
.card-title {
  margin-bottom: 0.75rem;
}
.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}
.card-text:last-child {
  margin-bottom: 0;
}
.card-link:hover {
  text-decoration: none;
}
.card-link + .card-link {
  margin-left: 1.25rem;
}
.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.card-header:first-child {
  -moz-border-radius: -moz-calc(0.25rem - 1px) -moz-calc(0.25rem - 1px) 0 0;
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}
.card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}
.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.card-footer:last-child {
  -moz-border-radius: 0 0 -moz-calc(0.25rem - 1px) -moz-calc(0.25rem - 1px);
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}
.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}
.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}
.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}
.card-img {
  width: 100%;
  -moz-border-radius: -moz-calc(0.25rem - 1px);
  border-radius: calc(0.25rem - 1px);
}
.card-img-top {
  width: 100%;
  -moz-border-radius-topleft: -moz-calc(0.25rem - 1px);
  border-top-left-radius: calc(0.25rem - 1px);
  -moz-border-radius-topright: -moz-calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.card-img-bottom {
  width: 100%;
  -moz-border-radius-bottomright: -moz-calc(0.25rem - 1px);
  border-bottom-right-radius: calc(0.25rem - 1px);
  -moz-border-radius-bottomleft: -moz-calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}
.card-deck {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.card-deck .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .card-deck {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .card-deck .card {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}
.card-group {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.card-group > .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .card-group {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .card-group > .card {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:first-child {
    -moz-border-radius-topright: 0;
    border-top-right-radius: 0;
    -moz-border-radius-bottomright: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:first-child .card-header,
  .card-group > .card:first-child .card-img-top {
    -moz-border-radius-topright: 0;
    border-top-right-radius: 0;
  }
  .card-group > .card:first-child .card-footer,
  .card-group > .card:first-child .card-img-bottom {
    -moz-border-radius-bottomright: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:last-child {
    -moz-border-radius-topleft: 0;
    border-top-left-radius: 0;
    -moz-border-radius-bottomleft: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:last-child .card-header,
  .card-group > .card:last-child .card-img-top {
    -moz-border-radius-topleft: 0;
    border-top-left-radius: 0;
  }
  .card-group > .card:last-child .card-footer,
  .card-group > .card:last-child .card-img-bottom {
    -moz-border-radius-bottomleft: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:only-child {
    -moz-border-radius: 0.25rem;
    border-radius: 0.25rem;
  }
  .card-group > .card:only-child .card-header,
  .card-group > .card:only-child .card-img-top {
    -moz-border-radius-topleft: 0.25rem;
    border-top-left-radius: 0.25rem;
    -moz-border-radius-topright: 0.25rem;
    border-top-right-radius: 0.25rem;
  }
  .card-group > .card:only-child .card-footer,
  .card-group > .card:only-child .card-img-bottom {
    -moz-border-radius-bottomright: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    -moz-border-radius-bottomleft: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) {
    -moz-border-radius: 0;
    border-radius: 0;
  }
  .card-group
    > .card:not(:first-child):not(:last-child):not(:only-child)
    .card-footer,
  .card-group
    > .card:not(:first-child):not(:last-child):not(:only-child)
    .card-header,
  .card-group
    > .card:not(:first-child):not(:last-child):not(:only-child)
    .card-img-bottom,
  .card-group
    > .card:not(:first-child):not(:last-child):not(:only-child)
    .card-img-top {
    -moz-border-radius: 0;
    border-radius: 0;
  }
}
.card-columns .card {
  margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
  .card-columns {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}
.error404 #not-found h1 {
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  font-size: 6.583rem;
  letter-spacing: -0.1974rem;
  line-height: 1;
}
#header-image .site-title,
h1 {
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  font-size: 3.247rem;
  letter-spacing: -0.09741rem;
  line-height: 1.15;
}
@media (max-width: 991.98px) {
  #header-image .site-title,
  h1 {
    font-family: Montserrat, sans-serif;
    font-weight: 700;
    font-size: 2.281rem;
    letter-spacing: -0.06843rem;
    line-height: 1.15;
  }
}
@media (max-width: 767.98px) {
  #header-image .site-title,
  h1 {
    font-family: Montserrat, sans-serif;
    font-weight: 700;
    font-size: 1.424rem;
    letter-spacing: -0.04272;
    line-height: 1.25;
  }
}
.billio-classic-layout main#content #archive-post .format-quote blockquote p,
.billio-classic-layout main#content #blog-entries .format-quote blockquote p,
.billio-classic-layout main#content #category-post .format-quote blockquote p,
h2 {
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  font-size: 2.281rem;
  letter-spacing: -0.06843rem;
  line-height: 1.15;
}
@media (max-width: 767.98px) {
  .billio-classic-layout main#content #archive-post .format-quote blockquote p,
  .billio-classic-layout main#content #blog-entries .format-quote blockquote p,
  .billio-classic-layout main#content #category-post .format-quote blockquote p,
  h2 {
    font-family: Montserrat, sans-serif;
    font-weight: 700;
    font-size: 1.424rem;
    letter-spacing: -0.04272;
    line-height: 1.25;
  }
}
#comments .comments-title,
.error404 #not-found h2,
.related-posts h3,
.single-product div.product .related.products h2,
.single-product div.product .upsells.products h2,
.billio-masonry-layout .billio-grid article .uf-card .uf-card-body h2,
.woocommerce-cart .cart_totals h2,
.woocommerce-cart .cross-sells h2,
.woocommerce-order-received .woocommerce-column__title,
.woocommerce-order-received .woocommerce-order-details__title,
h3 {
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  font-size: 1.424rem;
  letter-spacing: -0.04272;
  line-height: 1.25;
}
h4 {
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  font-size: 1.266rem;
  line-height: 1.5;
}
h5 {
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.5;
}
#comments .comment-form .form-submit input,
#footer .widget-title,
.content-button a,
.kc-blog-posts .kc-post-2-button,
.single-product div.product form.cart .button,
.uf-buttons,
.uf-buttons-secondary,
.billio-classic-layout main#content #archive-post .format-quote blockquote cite,
.billio-classic-layout main#content #blog-entries .format-quote blockquote cite,
.billio-classic-layout
  main#content
  #category-post
  .format-quote
  blockquote
  cite,
.widget .widget-title,
.widget .widget-title .rsswidget,
.woocommerce-MyAccount-content .button,
.woocommerce-account .button,
.woocommerce-account .woocommerce h2,
.woocommerce-account .woocommerce-form.login .button.woocommerce-Button,
.woocommerce-account .woocommerce-form.login a.button.woocommerce-Button,
.woocommerce-cart .cart_totals .wc-proceed-to-checkout .checkout-button,
.woocommerce-cart
  .cart_totals
  table.shop_table.shop_table_responsive
  .shipping
  td
  .shipping-calculator-form
  .button,
.woocommerce-cart
  .cart_totals
  table.shop_table.shop_table_responsive
  .shipping
  td
  a.shipping-calculator-button,
.woocommerce-cart table.shop_table tr td.actions .button,
.woocommerce-cart table.shop_table tr th,
.woocommerce-checkout .checkout #order_review #payment #place_order,
.woocommerce-checkout .checkout .woocommerce-billing-fields h3,
.woocommerce-checkout .checkout h3#order_review_heading,
.woocommerce-checkout .checkout_coupon .button,
.woocommerce-lost-password .lost_reset_password .button,
.woocommerce-order-received
  .table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details
  th,
.woocommerce-order-received
  table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details
  th,
a.kc-read-more,
a.uf-buttons,
a.uf-buttons-secondary,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  font-size: 0.889rem;
  line-height: 1.5;
  text-transform: uppercase;
  letter-spacing: 2px;
}
#comments .comment-content .comment-meta,
#comments .comment-form .form-submit input,
.comment-list .comment-respond .comment-form p.form-submit a,
.uf-buttons-sm,
.billio-classic-layout main#content #archive-post a.more-link,
.billio-classic-layout main#content #blog-entries a.more-link,
.billio-classic-layout main#content #category-post a.more-link,
.widget #wp-calendar caption,
.widget #wp-calendar tfoot,
.widget #wp-calendar thead {
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  font-size: 0.702rem;
  line-height: 1.5;
  text-transform: uppercase;
  letter-spacing: 1.6px;
}
.custom-logo-link,
.custom-logo-sticky-link,
.page-links a,
.page-links span,
.related-posts .card-title,
.woocommerce ul.products li.product h2.woocommerce-loop-product__title,
.woocommerce-order-received p,
h6 {
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.5;
}
.post-navigation .nav-links,
.uf-breadcrumbs {
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  font-size: 0.702rem;
  line-height: 1.5;
}
.error404 #not-found p,
body {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.5;
}
.single-product div.product p.price .woocommerce-Price-amount.amount,
.single-product div.product p.price ins {
  font-family: Lato, sans-serif;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.5;
}
#comments .comment-content .comment-card .comment-author .comment-link p,
.single-product div.product .woocommerce-Tabs-panel .shop_attributes td p,
.single-product div.product .woocommerce-Tabs-panel--description p,
.single-product div.product .woocommerce-product-details__short-description p,
.woocommerce ul.products li.product .added_to_cart,
p {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5;
}
.woocommerce .comment_container .woocommerce-review__author,
.woocommerce ul.products li.product .price,
.woocommerce-cart
  .cart_totals
  table.shop_table.shop_table_responsive
  .cart-subtotal
  td
  .amount,
.woocommerce-cart
  .cart_totals
  table.shop_table.shop_table_responsive
  .cart-subtotal
  th,
.woocommerce-cart
  .cart_totals
  table.shop_table.shop_table_responsive
  .order-total
  td
  .amount,
.woocommerce-cart
  .cart_totals
  table.shop_table.shop_table_responsive
  .shipping
  td
  .amount,
.woocommerce-cart
  .cart_totals
  table.shop_table.shop_table_responsive
  .shipping
  th {
  font-family: Lato, sans-serif;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.5;
}
#author-bio .author-bio__content,
#mobile_navigation .menu-item a.nav-link,
#mobile_navigation .page_item a.nav-link,
.navbar-light .navbar-nav .dropdown-menu .nav-link,
.selectize-control.single .selectize-input,
.selectize-control.single .selectize-input > input,
.single-product .woocommerce-message,
.single-product div.product p.price del .woocommerce-Price-amount.amount,
.uf-checkbox .uf-checkbox-label,
.uf-radio .uf-radio-label,
.widget,
.widget .rssSummary,
.widget.uf-dark-scheme .textwidget p,
.woocommerce .woocommerce-info,
.woocommerce ul.products li.product .price del .woocommerce-Price-amount.amount,
.woocommerce-account .woocommerce-form.login .lost_password a,
.woocommerce-cart .woocommerce-message,
.woocommerce-checkout .checkout #order_review,
.woocommerce-checkout .checkout ul.woocommerce-error,
.woocommerce-lost-password .lost_reset_password p,
.woocommerce-order-received
  .table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details
  tfoot
  td,
.woocommerce-order-received
  .table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details
  tfoot
  th,
.woocommerce-order-received
  table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details
  tfoot
  td,
.woocommerce-order-received
  table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details
  tfoot
  th,
input,
textarea {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 0.889rem;
  line-height: 1.5;
}
#author-bio .author-bio__content .author-bio__name,
#mobile_navigation > .menu-item > a.nav-link,
#mobile_navigation > .page_item > a.nav-link,
.navbar-light .navbar-nav .nav-link,
.navbar-light .navbar-nav a,
.related-posts .meta-author,
.single-product .uf-single-post__content a,
.single-product div.product .product_meta .posted_in,
.single-product div.product .product_meta .sku_wrapper .sku,
.single-product div.product .product_meta .tagged_as,
.single-product div.product .woocommerce-tabs ul.tabs li,
.topbar-desktop,
.uf-checkbox .uf-checkbox-label label,
.uf-mobile-nav-close-submenu,
.uf-single-post .post-meta-author,
.billio-classic-layout
  main#content
  #archive-post
  .entry__meta-author__info
  .meta-author,
.billio-classic-layout
  main#content
  #blog-entries
  .entry__meta-author__info
  .meta-author,
.billio-classic-layout
  main#content
  #category-post
  .entry__meta-author__info
  .meta-author,
.billio-masonry-layout #archive-post .entry__meta-author__info .meta-author,
.billio-masonry-layout #blog-entries .entry__meta-author__info .meta-author,
.billio-masonry-layout #category-post .entry__meta-author__info .meta-author,
.widget .recentcomments .comment-author-link,
.widget .rsswidget,
.widget cite,
.woocommerce .comment-respond .comment-reply-title,
.woocommerce-MyAccount-content #billing_address_1_field label,
.woocommerce-MyAccount-content #billing_address_2_field label,
.woocommerce-MyAccount-content #billing_city_field label,
.woocommerce-MyAccount-content #billing_company_field label,
.woocommerce-MyAccount-content #billing_country_field label,
.woocommerce-MyAccount-content #billing_email_field label,
.woocommerce-MyAccount-content #billing_first_name_field label,
.woocommerce-MyAccount-content #billing_last_name_field label,
.woocommerce-MyAccount-content #billing_phone_field label,
.woocommerce-MyAccount-content #billing_postcode_field label,
.woocommerce-MyAccount-content #billing_state_field label,
.woocommerce-MyAccount-content #shipping_address_1_field label,
.woocommerce-MyAccount-content #shipping_address_2_field label,
.woocommerce-MyAccount-content #shipping_city_field label,
.woocommerce-MyAccount-content #shipping_company_field label,
.woocommerce-MyAccount-content #shipping_country_field label,
.woocommerce-MyAccount-content #shipping_email_field label,
.woocommerce-MyAccount-content #shipping_first_name_field label,
.woocommerce-MyAccount-content #shipping_last_name_field label,
.woocommerce-MyAccount-content #shipping_phone_field label,
.woocommerce-MyAccount-content #shipping_postcode_field label,
.woocommerce-MyAccount-content #shipping_state_field label,
.woocommerce-MyAccount-content .woocommerce-form-row label,
.woocommerce-account .woocommerce-form.login,
.woocommerce-checkout
  .checkout
  #customer_details
  .woocommerce-additional-fields
  .notes
  label,
.woocommerce-checkout
  .checkout
  .woocommerce-billing-fields
  #billing_address_1_field
  label,
.woocommerce-checkout
  .checkout
  .woocommerce-billing-fields
  #billing_city_field
  label,
.woocommerce-checkout
  .checkout
  .woocommerce-billing-fields
  #billing_company_field
  label,
.woocommerce-checkout
  .checkout
  .woocommerce-billing-fields
  #billing_country_field
  label,
.woocommerce-checkout
  .checkout
  .woocommerce-billing-fields
  #billing_email_field
  label,
.woocommerce-checkout
  .checkout
  .woocommerce-billing-fields
  #billing_first_name_field
  label,
.woocommerce-checkout
  .checkout
  .woocommerce-billing-fields
  #billing_last_name_field
  label,
.woocommerce-checkout
  .checkout
  .woocommerce-billing-fields
  #billing_phone_field
  label,
.woocommerce-checkout
  .checkout
  .woocommerce-billing-fields
  #billing_postcode_field
  label,
.woocommerce-checkout
  .checkout
  .woocommerce-billing-fields
  #billing_state_field
  label,
.woocommerce-checkout
  .checkout
  .woocommerce-shipping-fields
  .shipping_address
  #shipping_address_1_field
  label,
.woocommerce-checkout
  .checkout
  .woocommerce-shipping-fields
  .shipping_address
  #shipping_city_field
  label,
.woocommerce-checkout
  .checkout
  .woocommerce-shipping-fields
  .shipping_address
  #shipping_company_field
  label,
.woocommerce-checkout
  .checkout
  .woocommerce-shipping-fields
  .shipping_address
  #shipping_country_field
  label,
.woocommerce-checkout
  .checkout
  .woocommerce-shipping-fields
  .shipping_address
  #shipping_first_name_field
  label,
.woocommerce-checkout
  .checkout
  .woocommerce-shipping-fields
  .shipping_address
  #shipping_last_name_field
  label,
.woocommerce-checkout
  .checkout
  .woocommerce-shipping-fields
  .shipping_address
  #shipping_postcode_field
  label,
.woocommerce-checkout
  .checkout
  .woocommerce-shipping-fields
  .shipping_address
  #shipping_state_field
  label,
.woocommerce-lost-password .lost_reset_password label,
label,
select ~ label {
  font-family: Lato, sans-serif;
  font-weight: 700;
  font-size: 0.889rem;
  line-height: 1.5;
}
#comments .comment-form-author input::-webkit-input-placeholder,
#comments .comment-form-comment textarea::-webkit-input-placeholder,
#comments .comment-form-email input::-webkit-input-placeholder,
#comments .comment-form-url input::-webkit-input-placeholder,
.single-product div.product form.cart .variations select,
.uf-input-group .uf-group-field::-webkit-input-placeholder,
.uf-input-group-sm .uf-group-field::-webkit-input-placeholder,
.uf-single-post .post-meta,
.uf-single-post .wp-caption-text,
.uf-single-post .wp-caption-text a,
.widget .recentcomments,
.widget .rss-date,
.widget.widget_archive input::-webkit-input-placeholder,
.wp-caption-text,
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  font-family: Lato, sans-serif;
  font-style: italic;
  font-weight: 400;
  font-size: 0.889rem;
  line-height: 1.5;
}
#comments .comment-form-author input:-moz-placeholder,
#comments .comment-form-comment textarea:-moz-placeholder,
#comments .comment-form-email input:-moz-placeholder,
#comments .comment-form-url input:-moz-placeholder,
.single-product div.product form.cart .variations select,
.uf-input-group .uf-group-field:-moz-placeholder,
.uf-input-group-sm .uf-group-field:-moz-placeholder,
.uf-single-post .post-meta,
.uf-single-post .wp-caption-text,
.uf-single-post .wp-caption-text a,
.widget .recentcomments,
.widget .rss-date,
.widget.widget_archive input:-moz-placeholder,
.wp-caption-text,
input:-moz-placeholder,
textarea:-moz-placeholder {
  font-family: Lato, sans-serif;
  font-style: italic;
  font-weight: 400;
  font-size: 0.889rem;
  line-height: 1.5;
}
#comments .comment-form-author input::-moz-placeholder,
#comments .comment-form-comment textarea::-moz-placeholder,
#comments .comment-form-email input::-moz-placeholder,
#comments .comment-form-url input::-moz-placeholder,
.single-product div.product form.cart .variations select,
.uf-input-group .uf-group-field::-moz-placeholder,
.uf-input-group-sm .uf-group-field::-moz-placeholder,
.uf-single-post .post-meta,
.uf-single-post .wp-caption-text,
.uf-single-post .wp-caption-text a,
.widget .recentcomments,
.widget .rss-date,
.widget.widget_archive input::-moz-placeholder,
.wp-caption-text,
input::-moz-placeholder,
textarea::-moz-placeholder {
  font-family: Lato, sans-serif;
  font-style: italic;
  font-weight: 400;
  font-size: 0.889rem;
  line-height: 1.5;
}
#comments .comment-form-author input:-ms-input-placeholder,
#comments .comment-form-comment textarea:-ms-input-placeholder,
#comments .comment-form-email input:-ms-input-placeholder,
#comments .comment-form-url input:-ms-input-placeholder,
.single-product div.product form.cart .variations select,
.uf-input-group .uf-group-field:-ms-input-placeholder,
.uf-input-group-sm .uf-group-field:-ms-input-placeholder,
.uf-single-post .post-meta,
.uf-single-post .wp-caption-text,
.uf-single-post .wp-caption-text a,
.widget .recentcomments,
.widget .rss-date,
.widget.widget_archive input:-ms-input-placeholder,
.wp-caption-text,
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  font-family: Lato, sans-serif;
  font-style: italic;
  font-weight: 400;
  font-size: 0.889rem;
  line-height: 1.5;
}
#comments .comment-form-author input::-ms-input-placeholder,
#comments .comment-form-comment textarea::-ms-input-placeholder,
#comments .comment-form-email input::-ms-input-placeholder,
#comments .comment-form-url input::-ms-input-placeholder,
.single-product div.product form.cart .variations select,
.uf-input-group .uf-group-field::-ms-input-placeholder,
.uf-input-group-sm .uf-group-field::-ms-input-placeholder,
.uf-single-post .post-meta,
.uf-single-post .wp-caption-text,
.uf-single-post .wp-caption-text a,
.widget .recentcomments,
.widget .rss-date,
.widget.widget_archive input::-ms-input-placeholder,
.wp-caption-text,
input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  font-family: Lato, sans-serif;
  font-style: italic;
  font-weight: 400;
  font-size: 0.889rem;
  line-height: 1.5;
}
#comments .comment-form-author input::placeholder,
#comments .comment-form-comment textarea::placeholder,
#comments .comment-form-email input::placeholder,
#comments .comment-form-url input::placeholder,
.single-product div.product form.cart .variations select,
.uf-input-group .uf-group-field::placeholder,
.uf-input-group-sm .uf-group-field::placeholder,
.uf-single-post .post-meta,
.uf-single-post .wp-caption-text,
.uf-single-post .wp-caption-text a,
.widget .recentcomments,
.widget .rss-date,
.widget.widget_archive input::placeholder,
.wp-caption-text,
input::placeholder,
textarea::placeholder {
  font-family: Lato, sans-serif;
  font-style: italic;
  font-weight: 400;
  font-size: 0.889rem;
  line-height: 1.5;
}
.uf-single-post__content a,
.uf-single-post__content li,
.uf-single-post__content p {
  font-family: Merriweather, serif;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.9;
}
.uf-single-post__content blockquote,
.uf-single-post__content blockquote p,
blockquote p {
  font-family: Merriweather, serif;
  font-style: italic;
  font-weight: 400;
  font-size: 1.424rem;
  line-height: 1.5;
}
#comments .comment-content .comment-date,
#comments .comment-form .comment-notes,
#footer #legal,
.form-text,
.pagination .page-numbers,
.pills,
.post-navigation .nav-links .nav-next .billio_nav_text span:first-child,
.post-navigation .nav-links .nav-previous .billio_nav_text span:first-child,
.related-posts .meta-date,
.single-product div.product .product_meta .posted_in a,
.single-product div.product .product_meta .tagged_as a,
.single-product div.product .woocommerce-product-rating,
.single-product
  div.product
  .woocommerce-product-rating
  .woocommerce-review-link,
.billio-classic-layout
  main#content
  #archive-post
  .entry__meta-author__info
  .meta-date,
.billio-classic-layout
  main#content
  #blog-entries
  .entry__meta-author__info
  .meta-date,
.billio-classic-layout
  main#content
  #category-post
  .entry__meta-author__info
  .meta-date,
.billio-masonry-layout #archive-post .entry__meta-author__info .meta-date,
.billio-masonry-layout #blog-entries .entry__meta-author__info .meta-date,
.billio-masonry-layout #category-post .entry__meta-author__info .meta-date,
.widget #wp-calendar tbody,
.widget.uf-dark-scheme.widget_tag_cloud .tag-cloud-link,
.widget.widget_recent_entries .post-date,
.widget.widget_tag_cloud .tag-cloud-link,
.woocommerce .comment_container .woocommerce-review__published-date,
.woocommerce .woocommerce-pagination ul.page-numbers,
.woocommerce-checkout
  .checkout
  #order_review
  #payment
  .woocommerce-privacy-policy-text
  p,
.woocommerce-pagination .page-numbers {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 0.702rem;
  letter-spacing: 0.01875rem;
  line-height: 1.5;
}
#comments .comment-form-author input,
#comments .comment-form-comment textarea,
#comments .comment-form-email input,
#comments .comment-form-url input,
.selectize-control.single .selectize-dropdown,
.selectize-control.single .selectize-input {
  -moz-border-radius: 3px;
  border-radius: 3px;
}
#comments .comment-content .comment-card,
.pagination .page-numbers,
.uf-card,
.billio-masonry-layout .billio-grid article .uf-card,
.woocommerce .comment_container .comment-text,
.woocommerce .woocommerce-pagination ul.page-numbers li,
.woocommerce-pagination .page-numbers {
  -moz-border-radius: 5px;
  border-radius: 5px;
}
#author-bio .author-bio__avatar img,
#comments .comment-body img.avatar,
.mejs-container * .mejs-controls .mejs-horizontal-volume-slider,
.mejs-container * .mejs-controls .mejs-time-rail .mejs-time-current,
.mejs-container * .mejs-controls .mejs-time-rail .mejs-time-total,
.mejs-container * .mejs-controls .mejs-time-rail span,
.mejs-container * .mejs-controls .mejs-volume-button .mejs-volume-current,
.mejs-container * .mejs-controls .mejs-volume-button .mejs-volume-handle,
.mejs-container * .mejs-controls .mejs-volume-button .mejs-volume-total,
.related-posts .meta-entries img.avatar,
.uf-input-group,
.uf-input-group-sm,
.billio-classic-layout
  main#content
  #archive-post
  .entry__meta-author__gravatar
  img,
.billio-classic-layout
  main#content
  #blog-entries
  .entry__meta-author__gravatar
  img,
.billio-classic-layout
  main#content
  #category-post
  .entry__meta-author__gravatar
  img,
.billio-masonry-layout #archive-post .entry__meta-author__gravatar img,
.billio-masonry-layout #blog-entries .entry__meta-author__gravatar img,
.billio-masonry-layout #category-post .entry__meta-author__gravatar img,
.woocommerce-cart
  .cart_totals
  table.shop_table.shop_table_responsive
  .shipping
  td
  .shipping-calculator-form
  .button,
.woocommerce-cart
  .cart_totals
  table.shop_table.shop_table_responsive
  .shipping
  td
  a.shipping-calculator-button,
.woocommerce-cart table.shop_table tr td.actions .coupon .input-text {
  -moz-border-radius: 100px;
  border-radius: 100px;
}
.related-posts .card,
.uf-card {
  -webkit-box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.08);
}
.related-posts .card:hover,
.billio-masonry-layout .billio-grid article .uf-card:hover,
.woocommerce ul.products li.product:hover {
  -webkit-box-shadow: 0 64px 64px 0 rgba(35, 35, 35, 0.05),
    0 32px 32px 0 rgba(49, 49, 49, 0.05), 0 16px 16px 0 rgba(32, 32, 32, 0.05),
    0 8px 8px 0 rgba(32, 32, 32, 0.05), 0 4px 4px 0 rgba(49, 49, 49, 0.05),
    0 2px 2px 0 rgba(45, 45, 45, 0.05);
  -moz-box-shadow: 0 64px 64px 0 rgba(35, 35, 35, 0.05),
    0 32px 32px 0 rgba(49, 49, 49, 0.05), 0 16px 16px 0 rgba(32, 32, 32, 0.05),
    0 8px 8px 0 rgba(32, 32, 32, 0.05), 0 4px 4px 0 rgba(49, 49, 49, 0.05),
    0 2px 2px 0 rgba(45, 45, 45, 0.05);
  box-shadow: 0 64px 64px 0 rgba(35, 35, 35, 0.05),
    0 32px 32px 0 rgba(49, 49, 49, 0.05), 0 16px 16px 0 rgba(32, 32, 32, 0.05),
    0 8px 8px 0 rgba(32, 32, 32, 0.05), 0 4px 4px 0 rgba(49, 49, 49, 0.05),
    0 2px 2px 0 rgba(45, 45, 45, 0.05);
}
#comments .comment-form-author input,
#comments .comment-form-comment textarea,
#comments .comment-form-email input,
#comments .comment-form-url input,
.pagination .page-numbers,
.uf-input-group,
.uf-input-group-sm,
.woocommerce-pagination .page-numbers,
input[type="email"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="url"],
textarea {
  border: 1px solid #e3e3e3;
}
#author-bio,
.billio-classic-layout main#content #archive-post .entry__meta-author,
.billio-classic-layout main#content #blog-entries .entry__meta-author,
.billio-classic-layout main#content #category-post .entry__meta-author,
.widget #wp-calendar caption,
.widget #wp-calendar thead {
  border-top: 1px solid #e3e3e3;
}
#comments .comment-body,
#header,
#mobile_navigation .menu-item,
#mobile_navigation .page_item,
.widget #wp-calendar tfoot,
.widget #wp-calendar thead th,
.widget .recentcomments,
.widget ul li > a,
.widget.widget_archive ul li,
.widget.widget_recent_entries ul li {
  border-bottom: 1px solid #e3e3e3;
}
.uf-mobile-nav-expand-submenu {
  border-left: 1px solid #e3e3e3;
}
.widget.uf-dark-scheme #wp-calendar caption,
.widget.uf-dark-scheme #wp-calendar thead th {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.widget.uf-dark-scheme #wp-calendar tfoot,
.widget.uf-dark-scheme .recentcomments,
.widget.uf-dark-scheme ul li a,
.widget.uf-dark-scheme.widget_archive ul li,
.widget.uf-dark-scheme.widget_recent_entries ul li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
blockquote {
  border-style: solid;
  border-width: 0 0 0 3px;
  border-color: #e5a300;
}
body {
  -webkit-font-smoothing: antialiased;
  text-align: left;
  -moz-osx-font-smoothing: grayscale;
  color: #6b6b6b;
}
p {
  color: #6b6b6b;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #333;
}
a {
  color: #333;
  -webkit-transition: color 0.15s ease-out;
  -moz-transition: color 0.15s ease-out;
  transition: color 0.15s ease-out;
}
a:hover {
  color: #e5a300;
  text-decoration: none;
  -webkit-transition: color 0.15s ease-out;
  -moz-transition: color 0.15s ease-out;
  transition: color 0.15s ease-out;
}
img {
  max-width: 100%;
  height: auto;
}
iframe {
  max-width: 100%;
}
pre {
  white-space: pre-wrap;
  word-wrap: break-word;
}
table {
  margin-bottom: 24px;
}
@media (max-width: 991.98px) {
  table td,
  table th {
    padding: 3px;
  }
}
blockquote {
  display: inline-block;
  width: 100%;
  margin: 12px 0 36px;
  padding: 0 0 0 24px;
}
blockquote p {
  margin: 0;
}
.form-group {
  margin-bottom: 24px;
  width: 100%;
}
select {
  width: 100%;
}
input::-webkit-input-placeholder {
  line-height: 1.5;
}
input:-moz-placeholder {
  line-height: 1.5;
}
input::-moz-placeholder {
  line-height: 1.5;
}
input:-ms-input-placeholder {
  line-height: 1.5;
}
input::-ms-input-placeholder {
  line-height: 1.5;
}
input::placeholder {
  line-height: 1.5;
}
input[type="email"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="url"] {
  width: 100%;
  padding: 12px 24px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  outline: 0;
  color: #6b6b6b;
}
input[type="email"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="text"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder {
  opacity: 0.6;
}
input[type="email"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
input[type="search"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
input[type="text"]:-moz-placeholder,
input[type="url"]:-moz-placeholder {
  opacity: 0.6;
}
input[type="email"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="text"]::-moz-placeholder,
input[type="url"]::-moz-placeholder {
  opacity: 0.6;
}
input[type="email"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="text"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder {
  opacity: 0.6;
}
input[type="email"]::-ms-input-placeholder,
input[type="password"]::-ms-input-placeholder,
input[type="search"]::-ms-input-placeholder,
input[type="tel"]::-ms-input-placeholder,
input[type="text"]::-ms-input-placeholder,
input[type="url"]::-ms-input-placeholder {
  opacity: 0.6;
}
input[type="email"]::placeholder,
input[type="password"]::placeholder,
input[type="search"]::placeholder,
input[type="tel"]::placeholder,
input[type="text"]::placeholder,
input[type="url"]::placeholder {
  opacity: 0.6;
}
textarea {
  width: 100%;
  padding: 12px 24px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  outline: 0;
  color: #6b6b6b;
}
textarea::-webkit-input-placeholder {
  opacity: 0.6;
}
textarea:-moz-placeholder {
  opacity: 0.6;
}
textarea::-moz-placeholder {
  opacity: 0.6;
}
textarea:-ms-input-placeholder {
  opacity: 0.6;
}
textarea::-ms-input-placeholder {
  opacity: 0.6;
}
textarea::placeholder {
  opacity: 0.6;
}
label {
  margin-bottom: 6px;
}
.wpcf7 {
  color: #333;
}
.wpcf7-acceptance-missing,
.wpcf7-validation-errors {
  background-color: #f7e700;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.wpcf7-mail-sent-ok {
  background-color: #28a745;
  border-color: #28a745 !important;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.wpcf7-list-item {
  margin: 0 !important;
}
.wpcf7-list-item > input[type="checkbox"] {
  margin-right: 6px;
}
.wpcf7-response-output {
  text-align: center;
}
.uf-subscribe-large input {
  width: auto !important;
  -moz-border-radius: 100px !important;
  border-radius: 100px !important;
  margin-right: 6px;
}
@font-face {
  font-family: uf-font;
  src: url(../fonts/uf-font-v1027a45.eot?zfb0uc);
  src: url(../fonts/uf-font-v1027a45.eot?zfb0uc#iefix)
      format("embedded-opentype"),
    url(../fonts/uf-font-v1027a45.ttf?zfb0uc) format("truetype"),
    url(../fonts/uf-font-v1027a45.woff?zfb0uc) format("woff"),
    url(../fonts/uf-font-v1027a45.svg?zfb0uc#uf-font) format("svg");
  font-weight: 400;
  font-style: normal;
}
[class*=" icon-"],
[class^="icon-"] {
  font-family: uf-font !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-arrow-left::before {
  content: "\e91f";
}
.icon-arrow-right::before {
  content: "\e920";
}
.icon-caret-left::before {
  content: "\e921";
}
.icon-caret-right::before {
  content: "\e922";
}
.icon-menu-open::before {
  content: "\e923";
}
.icon-menu-unopen::before {
  content: "\e924";
}
.icon-star-full::before {
  content: "\e9d9";
}
.icon-search2::before {
  content: "\f002";
}
.icon-heart2::before {
  content: "\f004";
}
.icon-user2::before {
  content: "\f007";
}
.icon-search-plus::before {
  content: "\f00e";
}
.icon-search-minus::before {
  content: "\f010";
}
.icon-lock::before {
  content: "\f023";
}
.icon-volume-off::before {
  content: "\f026";
}
.icon-volume-up::before {
  content: "\f028";
}
.icon-bookmark2::before {
  content: "\f02e";
}
.icon-map-marker::before {
  content: "\f041";
}
.icon-play::before {
  content: "\f04b";
}
.icon-pause::before {
  content: "\f04c";
}
.icon-expand::before {
  content: "\f065";
}
.icon-compress::before {
  content: "\f066";
}
.icon-eye2::before {
  content: "\f06e";
}
.icon-comment::before {
  content: "\f075";
}
.icon-shopping-cart2::before {
  content: "\f07a";
}
.icon-thumb-tack::before {
  content: "\f08d";
}
.icon-phone2::before {
  content: "\f095";
}
.icon-twitter::before {
  content: "\f099";
}
.icon-facebook::before {
  content: "\f09a";
}
.icon-facebook-f::before {
  content: "\f09a";
}
.icon-feed::before {
  content: "\f09e";
}
.icon-rss::before {
  content: "\f09e";
}
.icon-globe2::before {
  content: "\f0ac";
}
.icon-bars::before {
  content: "\f0c9";
}
.icon-navicon::before {
  content: "\f0c9";
}
.icon-reorder::before {
  content: "\f0c9";
}
.icon-google-plus::before {
  content: "\f0d5";
}
.icon-caret-down::before {
  content: "\f0d7";
}
.icon-caret-up::before {
  content: "\f0d8";
}
.icon-caret-left2::before {
  content: "\f0d9";
}
.icon-caret-right2::before {
  content: "\f0da";
}
.icon-envelope::before {
  content: "\f0e0";
}
.icon-quote-left::before {
  content: "\f10d";
}
.icon-unlock-alt::before {
  content: "\f13e";
}
.icon-play-circle::before {
  content: "\f144";
}
.icon-fax::before {
  content: "\f1ac";
}
.icon-building::before {
  content: "\f1ad";
}
.icon-life-buoy::before {
  content: "\f1cd";
}
.icon-life-buoy2::before {
  content: "\f1cd";
}
.icon-life-ring::before {
  content: "\f1cd";
}
.icon-life-saver::before {
  content: "\f1cd";
}
.icon-support::before {
  content: "\f1cd";
}
.icon-share-alt::before {
  content: "\f1e0";
}
.icon-pause-circle::before {
  content: "\f28b";
}
.icon-shopping-bag::before {
  content: "\f290";
}
.icon-question-circle-o::before {
  content: "\f29c";
}
.icon-user-circle-o::before {
  content: "\f2be";
}
.icon-bookmark::before {
  content: "\e900";
}
.icon-calendar::before {
  content: "\e901";
}
.icon-check-square::before {
  content: "\e902";
}
.icon-chevron-down::before {
  content: "\e903";
}
.icon-chevron-left::before {
  content: "\e904";
}
.icon-chevron-right::before {
  content: "\e905";
}
.icon-chevron-up::before {
  content: "\e906";
}
.icon-clock::before {
  content: "\e907";
}
.icon-eye::before {
  content: "\e908";
}
.icon-globe::before {
  content: "\e909";
}
.icon-heart::before {
  content: "\e90a";
}
.icon-help-circle::before {
  content: "\e90b";
}
.icon-home::before {
  content: "\e90c";
}
.icon-image::before {
  content: "\e90d";
}
.icon-life-bouy::before {
  content: "\e90e";
}
.icon-link-2::before {
  content: "\e90f";
}
.icon-mail::before {
  content: "\e910";
}
.icon-map-pin::before {
  content: "\e911";
}
.icon-maximize::before {
  content: "\e912";
}
.icon-menu::before {
  content: "\e913";
}
.icon-message-square::before {
  content: "\e914";
}
.icon-minimize::before {
  content: "\e915";
}
.icon-phone::before {
  content: "\e916";
}
.icon-search::before {
  content: "\e917";
}
.icon-share-2::before {
  content: "\e918";
}
.icon-shopping-cart::before {
  content: "\e919";
}
.icon-tag::before {
  content: "\e91a";
}
.icon-user::before {
  content: "\e91b";
}
.icon-x::before {
  content: "\e91c";
}
.icon-x-circle::before {
  content: "\e91d";
}
.icon-zoom-in::before {
  content: "\e91e";
}
.icon-zoom-out::before {
  content: "\e925";
}
* {
  -webkit-font-smoothing: antialiased;
}
body {
  font-size: 16px;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0 0 24px;
}
.form-text {
  margin-top: 3px;
}
.text-success-color {
  color: #28a745;
}
.text-error-color {
  color: #dc3545;
}
.sticky {
  visibility: visible;
}
.bypostauthor {
  visibility: visible;
}
.alignleft {
  margin: 0 24px 0 0;
  float: left;
}
.alignright {
  float: right;
  margin: 0 0 0 24px;
}
.aligncenter {
  display: block;
  visibility: visible;
  margin: 0 auto;
}
.wp-caption {
  visibility: visible;
  max-width: 100%;
}
.wp-caption img {
  padding: 0 0 6px;
}
.wp-caption-text {
  visibility: visible;
  color: #6b6b6b;
}
.gallery-caption {
  visibility: visible;
}
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.uf-card {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  margin-bottom: 24px;
  background-color: #fff;
  -moz-background-clip: border-box;
  background-clip: border-box;
}
.uf-card-header {
  width: 100%;
  position: relative;
  margin-bottom: 36px;
}
.uf-card-header.thumbnail {
  background-position: center center;
  -moz-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  height: 385px;
  -moz-border-radius-topright: 5px;
  border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  border-top-left-radius: 5px;
}
@media (max-width: 991.98px) {
  .uf-card-header.thumbnail {
    height: 238px;
  }
}
@media (max-width: 767.98px) {
  .uf-card-header.thumbnail {
    height: 150px;
  }
}
.uf-card-image {
  width: 100%;
  -moz-border-radius-topleft: 5px;
  border-top-left-radius: 5px;
  -moz-border-radius-topright: 5px;
  border-top-right-radius: 5px;
}
.uf-card-body {
  position: relative;
  padding: 0 48px;
  margin-bottom: 24px;
}
.uf-card-body h1 img,
.uf-card-body h2 img,
.uf-card-body h3 img,
.uf-card-body h4 img {
  margin-bottom: 24px;
}
.uf-card-body strong {
  color: #333;
}
.uf-card-body hr {
  margin-top: 12px;
  margin-bottom: 24px;
  border: 0.5px solid #e3e3e3;
}
.uf-card-body .entry__content a {
  color: #e5a300;
}
.uf-card-body .entry__content a:hover {
  color: #d19500;
}
.uf-card-body .entry__content a.more-link {
  color: #333;
  display: block;
  margin-top: 24px;
}
@media (max-width: 991.98px) {
  .uf-card-body {
    padding: 0 24px;
  }
}
.uf-card-footer {
  padding: 0 48px 48px 48px;
}
@media (max-width: 991.98px) {
  .uf-card-footer {
    padding: 0 24px 24px 24px;
  }
}
.gallery dl img {
  border: 0 !important;
}
.gallery .gallery-item {
  padding: 6px;
}
@media (max-width: 425px) {
  .gallery .gallery-item {
    width: 100% !important;
  }
}
#comments .comment-form .form-submit input,
.content-button a,
.kc-blog-posts .kc-post-2-button,
.kc-blog-posts a.kc-post-2-button,
.single-product div.product form.cart .button,
.single-product div.product form.cart a.button,
.uf-buttons,
.uf-buttons-secondary,
.woocommerce-account .button,
.woocommerce-account .woocommerce-form.login .button.woocommerce-Button,
.woocommerce-account .woocommerce-form.login a.button.woocommerce-Button,
.woocommerce-account a.button,
.woocommerce-cart .cart_totals .wc-proceed-to-checkout .checkout-button,
.woocommerce-cart .cart_totals .wc-proceed-to-checkout a.checkout-button,
.woocommerce-cart table.shop_table tr td.actions .button,
.woocommerce-cart table.shop_table tr td.actions a.button,
.woocommerce-checkout .checkout #order_review #payment #place_order,
.woocommerce-checkout .checkout #order_review #payment a#place_order,
.woocommerce-checkout .checkout_coupon .button,
.woocommerce-checkout .checkout_coupon a.button,
.woocommerce-lost-password .lost_reset_password .button,
.woocommerce-lost-password .lost_reset_password a.button,
a.kc-read-more,
a.uf-buttons,
a.uf-buttons-secondary,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  text-align: center;
  vertical-align: middle;
  text-transform: uppercase;
  border: none;
  color: #fff;
  background: #e5a300;
  padding: 12px 48px;
  -moz-border-radius: 75px;
  border-radius: 75px;
  cursor: pointer;
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  transition: all 250ms ease;
}
#comments .comment-form .form-submit input:hover,
.content-button a:hover,
.kc-blog-posts .kc-post-2-button:hover,
.kc-blog-posts a.kc-post-2-button:hover,
.single-product div.product form.cart .button:hover,
.single-product div.product form.cart a.button:hover,
.uf-buttons-secondary:hover,
.uf-buttons:hover,
.woocommerce-account .button:hover,
.woocommerce-account .woocommerce-form.login .button.woocommerce-Button:hover,
.woocommerce-account .woocommerce-form.login a.button.woocommerce-Button:hover,
.woocommerce-account a.button:hover,
.woocommerce-cart .cart_totals .wc-proceed-to-checkout .checkout-button:hover,
.woocommerce-cart .cart_totals .wc-proceed-to-checkout a.checkout-button:hover,
.woocommerce-cart table.shop_table tr td.actions .button:hover,
.woocommerce-cart table.shop_table tr td.actions a.button:hover,
.woocommerce-checkout .checkout #order_review #payment #place_order:hover,
.woocommerce-checkout .checkout #order_review #payment a#place_order:hover,
.woocommerce-checkout .checkout_coupon .button:hover,
.woocommerce-checkout .checkout_coupon a.button:hover,
.woocommerce-lost-password .lost_reset_password .button:hover,
.woocommerce-lost-password .lost_reset_password a.button:hover,
a.kc-read-more:hover,
a.uf-buttons-secondary:hover,
a.uf-buttons:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  background: #d19500;
}
#comments .comment-form .form-submit input:disabled,
.content-button a:disabled,
.kc-blog-posts .kc-post-2-button:disabled,
.kc-blog-posts a.kc-post-2-button:disabled,
.single-product div.product form.cart .button:disabled,
.single-product div.product form.cart a.button:disabled,
.uf-buttons-secondary:disabled,
.uf-buttons:disabled,
.woocommerce-account .button:disabled,
.woocommerce-account
  .woocommerce-form.login
  .button.woocommerce-Button:disabled,
.woocommerce-account
  .woocommerce-form.login
  a.button.woocommerce-Button:disabled,
.woocommerce-account a.button:disabled,
.woocommerce-cart
  .cart_totals
  .wc-proceed-to-checkout
  .checkout-button:disabled,
.woocommerce-cart
  .cart_totals
  .wc-proceed-to-checkout
  a.checkout-button:disabled,
.woocommerce-cart table.shop_table tr td.actions .button:disabled,
.woocommerce-cart table.shop_table tr td.actions a.button:disabled,
.woocommerce-checkout .checkout #order_review #payment #place_order:disabled,
.woocommerce-checkout .checkout #order_review #payment a#place_order:disabled,
.woocommerce-checkout .checkout_coupon .button:disabled,
.woocommerce-checkout .checkout_coupon a.button:disabled,
.woocommerce-lost-password .lost_reset_password .button:disabled,
.woocommerce-lost-password .lost_reset_password a.button:disabled,
a.kc-read-more:disabled,
a.uf-buttons-secondary:disabled,
a.uf-buttons:disabled,
input[type="button"]:disabled,
input[type="reset"]:disabled,
input[type="submit"]:disabled {
  background: #fababb;
}
#comments .comment-form .form-submit input:focus,
.content-button a:focus,
.kc-blog-posts .kc-post-2-button:focus,
.kc-blog-posts a.kc-post-2-button:focus,
.single-product div.product form.cart .button:focus,
.single-product div.product form.cart a.button:focus,
.uf-buttons-secondary:focus,
.uf-buttons:focus,
.woocommerce-account .button:focus,
.woocommerce-account .woocommerce-form.login .button.woocommerce-Button:focus,
.woocommerce-account .woocommerce-form.login a.button.woocommerce-Button:focus,
.woocommerce-account a.button:focus,
.woocommerce-cart .cart_totals .wc-proceed-to-checkout .checkout-button:focus,
.woocommerce-cart .cart_totals .wc-proceed-to-checkout a.checkout-button:focus,
.woocommerce-cart table.shop_table tr td.actions .button:focus,
.woocommerce-cart table.shop_table tr td.actions a.button:focus,
.woocommerce-checkout .checkout #order_review #payment #place_order:focus,
.woocommerce-checkout .checkout #order_review #payment a#place_order:focus,
.woocommerce-checkout .checkout_coupon .button:focus,
.woocommerce-checkout .checkout_coupon a.button:focus,
.woocommerce-lost-password .lost_reset_password .button:focus,
.woocommerce-lost-password .lost_reset_password a.button:focus,
a.kc-read-more:focus,
a.uf-buttons-secondary:focus,
a.uf-buttons:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
  outline: 0;
}
.uf-buttons-sm {
  padding: 6px 24px;
}
.uf-buttons-md {
  padding: 6px 24px;
}
.uf-buttons-secondary,
a.uf-buttons-secondary {
  border: 1px solid #e3e3e3;
  background-color: #fff;
  color: #333;
}
.uf-buttons-secondary:hover,
a.uf-buttons-secondary:hover {
  background: #e6e6e6;
}
.uf-buttons-secondary:disabled,
a.uf-buttons-secondary:disabled {
  background: #fff;
}
.uf-buttons-secondary:focus,
a.uf-buttons-secondary:focus {
  outline: 0;
}
input[type="button"],
input[type="reset"],
input[type="submit"] {
  font-style: normal;
}
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  -webkit-box-shadow: inset 0 0 100px 100px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 0 100px 100px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 0 100px 100px rgba(0, 0, 0, 0.1);
}
.uf-carousel {
  margin-bottom: 24px;
}
.uf-input-group {
  width: 100%;
  padding: 0 0 0 24px;
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.uf-input-group .uf-group-field {
  border: none;
  color: #6b6b6b;
  padding: 0 24px 0 0;
  background: 0 0;
  outline: 0;
  line-height: 42px;
}
.uf-input-group .uf-group-field::-webkit-input-placeholder {
  color: 0.6;
  line-height: 3;
}
.uf-input-group .uf-group-field:-moz-placeholder {
  color: 0.6;
  line-height: 3;
}
.uf-input-group .uf-group-field::-moz-placeholder {
  color: 0.6;
  line-height: 3;
}
.uf-input-group .uf-group-field:-ms-input-placeholder {
  color: 0.6;
  line-height: 3;
}
.uf-input-group .uf-group-field::-ms-input-placeholder {
  color: 0.6;
  line-height: 3;
}
.uf-input-group .uf-group-field::placeholder {
  color: 0.6;
  line-height: 3;
}
.uf-input-group .uf-group-btn-icon {
  border: none;
  background: 0 0;
  padding: 12px 24px;
  -moz-border-radius: 75px;
  border-radius: 75px;
  cursor: pointer;
  outline: 0;
}
.uf-input-group-sm {
  width: 100%;
  padding: 0 0 0 24px;
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.uf-input-group-sm .uf-group-field {
  border: none;
  color: #6b6b6b;
  padding: 0 24px 0 0;
  background: 0 0;
  outline: 0;
}
.uf-input-group-sm .uf-group-field::-webkit-input-placeholder {
  color: 0.6;
}
.uf-input-group-sm .uf-group-field:-moz-placeholder {
  color: 0.6;
}
.uf-input-group-sm .uf-group-field::-moz-placeholder {
  color: 0.6;
}
.uf-input-group-sm .uf-group-field:-ms-input-placeholder {
  color: 0.6;
}
.uf-input-group-sm .uf-group-field::-ms-input-placeholder {
  color: 0.6;
}
.uf-input-group-sm .uf-group-field::placeholder {
  color: 0.6;
}
.uf-input-group-sm .uf-group-btn-icon {
  border: none;
  background: 0 0;
  padding: 6px 24px;
  -moz-border-radius: 75px;
  border-radius: 75px;
  cursor: pointer;
  outline: 0;
}
.uf-checkbox {
  display: inline;
}
.uf-checkbox .uf-checkbox-label {
  margin-right: 24px;
  color: #6b6b6b;
  display: inline;
  position: relative;
  padding-left: 18px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.uf-checkbox .uf-checkbox-label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.uf-checkbox .uf-checkbox-label .checkmark {
  position: absolute;
  top: 3px;
  left: 0;
  height: 12px;
  width: 12px;
  border: solid 1px #e3e3e3;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #fff;
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  transition: all 250ms ease;
}
.uf-checkbox .uf-checkbox-label .checkmark::after {
  content: "";
  position: absolute;
  display: none;
  left: 4px;
  top: 1px;
  width: 4px;
  height: 8px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}
.uf-checkbox .uf-checkbox-label input:checked ~ .checkmark {
  background-color: #e5a300;
  border: none;
}
.uf-checkbox .uf-checkbox-label input:disabled ~ .checkmark {
  background-color: #f5f5f5;
  border: none;
}
.uf-checkbox .uf-checkbox-label input:checked ~ .checkmark::after {
  display: block;
}
.uf-radio {
  display: inline;
  position: relative;
  margin-right: 24px;
}
.uf-radio input {
  position: absolute;
  opacity: 0;
  bottom: 0;
}
.uf-radio .uf-radio-label {
  margin: 0;
  color: #6b6b6b;
}
.uf-radio .uf-radio-label::before {
  content: "";
  background: #fff;
  -moz-border-radius: 100%;
  border-radius: 100%;
  border: 1px solid #e3e3e3;
  display: inline-block;
  width: 12px;
  height: 12px;
  position: relative;
  margin-right: 6px;
  cursor: pointer;
  text-align: center;
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  transition: all 250ms ease;
}
.uf-radio .uf-radio-label:hover {
  cursor: pointer;
}
.uf-radio input:checked ~ .uf-radio-label::before {
  background-color: #fff;
  -webkit-box-shadow: inset 0 0 0 3px #e5a300;
  -moz-box-shadow: inset 0 0 0 3px #e5a300;
  box-shadow: inset 0 0 0 3px #e5a300;
  border: none;
}
.uf-radio input:disabled ~ .uf-radio-label::before {
  background-color: #f5f5f5;
  border: none;
}
.uf-radio input:checked:disabled ~ .uf-radio-label::before {
  background-color: #fff;
  -webkit-box-shadow: inset 0 0 0 3px #f5f5f5;
  -moz-box-shadow: inset 0 0 0 3px #f5f5f5;
  box-shadow: inset 0 0 0 3px #f5f5f5;
  border: none;
}
.pills,
.single-product div.product .product_meta .posted_in a,
.single-product div.product .product_meta .tagged_as a,
.widget.uf-dark-scheme.widget_tag_cloud .tag-cloud-link,
.widget.widget_tag_cloud .tag-cloud-link {
  display: inline-block;
  padding: 3px 12px;
  text-align: center;
  -moz-border-radius: 40px;
  border-radius: 40px;
  margin-right: 3px;
  margin-bottom: 6px;
  cursor: pointer;
}
.pills.pills-default,
.single-product
  div.product
  .product_meta
  .posted_in
  .widget.widget_tag_cloud
  a.tag-cloud-link,
.single-product div.product .product_meta .posted_in a.pills-default,
.single-product div.product .product_meta .tagged_as a,
.widget.uf-dark-scheme.widget_tag_cloud .tag-cloud-link,
.widget.widget_tag_cloud
  .single-product
  div.product
  .product_meta
  .posted_in
  a.tag-cloud-link,
.widget.widget_tag_cloud .tag-cloud-link {
  background: #e3e3e3;
  color: #333;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.pills.pills-default:hover,
.single-product
  div.product
  .product_meta
  .posted_in
  .widget.widget_tag_cloud
  a.tag-cloud-link:hover,
.single-product div.product .product_meta .posted_in a.pills-default:hover,
.single-product div.product .product_meta .tagged_as a:hover,
.widget.widget_tag_cloud
  .single-product
  div.product
  .product_meta
  .posted_in
  a.tag-cloud-link:hover,
.widget.widget_tag_cloud .tag-cloud-link:hover {
  color: #333;
  background: #cacaca;
}
.pills.pills-primary,
.single-product div.product .product_meta .posted_in a,
.single-product div.product .product_meta .tagged_as a.pills-primary,
.widget.widget_tag_cloud .pills-primary.tag-cloud-link {
  background: #e5a300;
  color: #fff !important;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.pills.pills-primary:hover,
.single-product div.product .product_meta .posted_in a:hover,
.single-product div.product .product_meta .tagged_as a.pills-primary:hover,
.widget.widget_tag_cloud .pills-primary.tag-cloud-link:hover {
  background: #d19500;
  text-decoration: none !important;
}
.pills.pills-secondary,
.single-product
  div.product
  .product_meta
  .posted_in
  .widget.uf-dark-scheme.widget_tag_cloud
  a.tag-cloud-link,
.single-product div.product .product_meta .posted_in a.pills-secondary,
.single-product
  div.product
  .product_meta
  .tagged_as
  .widget.uf-dark-scheme.widget_tag_cloud
  a.tag-cloud-link,
.single-product div.product .product_meta .tagged_as a.pills-secondary,
.widget.uf-dark-scheme.widget_tag_cloud
  .single-product
  div.product
  .product_meta
  .posted_in
  a.tag-cloud-link,
.widget.uf-dark-scheme.widget_tag_cloud
  .single-product
  div.product
  .product_meta
  .tagged_as
  a.tag-cloud-link,
.widget.uf-dark-scheme.widget_tag_cloud .tag-cloud-link,
.widget.widget_tag_cloud .pills-secondary.tag-cloud-link {
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.pills.pills-secondary:hover,
.single-product div.product .product_meta .posted_in a.pills-secondary:hover,
.single-product div.product .product_meta .tagged_as a.pills-secondary:hover,
.widget.uf-dark-scheme.widget_tag_cloud .tag-cloud-link:hover,
.widget.widget_tag_cloud .pills-secondary.tag-cloud-link:hover {
  background: rgba(230, 230, 230, 0.2);
}
.comment-list {
  list-style: none;
  margin: 0 0 24px;
  padding: 0;
}
.comment-list ol,
.comment-list ul {
  margin-bottom: 1rem;
}
.comment-list ol ol,
.comment-list ul ul {
  margin-bottom: 0;
}
.comment-list li.comment {
  padding: 24px 0 0 0;
}
.comment-list li.comment:last-child {
  padding-bottom: 0;
  border: none;
}
.comment-list li.comment .children {
  list-style: none;
  padding-left: 48px;
}
@media (max-width: 991.98px) {
  .comment-list li.comment .children {
    padding-left: 12px;
  }
}
@media (max-width: 767.98px) {
  .comment-list li.comment .children {
    padding-left: 12px;
  }
}
.comment-list .comment-respond .comment-notes,
.comment-list .comment-respond .comment-reply-title {
  display: none;
}
.comment-list .comment-respond .comment-form p.form-submit {
  text-align: right !important;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.comment-list .comment-respond .comment-form p.form-submit .submit {
  -webkit-box-ordinal-group: 3;
  -moz-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
.comment-list .comment-respond .comment-form p.form-submit a {
  padding-right: 12px;
  padding-top: 6px;
  -webkit-box-ordinal-group: 2;
  -moz-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
#comments {
  clear: both;
  margin: 0;
}
#comments .comments-title {
  margin-bottom: 0;
  padding: 24px 0 0;
}
#comments .comment-body {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 0 24px;
}
#comments .comment-body img.avatar {
  height: 45px;
  width: auto;
  margin: 0 12px 0 0;
}
#comments .comment-content {
  width: 100%;
  color: #6b6b6b;
}
#comments .comment-content .comment-card {
  background: #f5f5f5;
  padding: 12px 24px;
  margin: 0 0 12px;
}
#comments .comment-content .comment-card .comment-author {
  color: #333;
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  text-transform: capitalize;
}
#comments .comment-content .comment-card .comment-author .comment-link p {
  color: #6b6b6b;
  text-transform: none;
}
#comments .comment-content .comment-date {
  color: #6b6b6b;
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#comments .comment-content .comment-meta {
  color: #333;
}
#comments .comment-content .comment-meta .dot {
  height: 3px;
  width: 3px;
  background-color: #aeaeae;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
  margin: 3px 6px;
}
#comments .comment-respond {
  clear: both;
  padding: 12px 0 96px;
}
#comments .comment-respond .logged-in-as {
  width: 100%;
  text-align: left;
}
#comments .comment-respond .comment-reply-title {
  margin: 0;
  padding-bottom: 6px;
  text-align: center;
}
#comments .comment-form {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#comments .comment-form .comment-row {
  width: 100%;
}
@media (max-width: 767.98px) {
  #comments .comment-form .comment-row .comment {
    padding: 0;
  }
}
#comments .comment-form .comment-row .comment:first-child {
  padding-right: 0;
  padding-left: 0;
}
#comments .comment-form .comment-row .comment:last-child {
  padding-left: 0;
  padding-right: 0;
}
#comments .comment-form .comment-notes {
  -webkit-box-ordinal-group: 1;
  -moz-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
  text-align: center;
  margin: 0 0 24px;
  width: 100%;
}
#comments .comment-form-author,
#comments .comment-form-email,
#comments .comment-form-url {
  -webkit-box-ordinal-group: 2;
  -moz-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
@media (max-width: 767.98px) {
  #comments .comment-form-author,
  #comments .comment-form-email,
  #comments .comment-form-url {
    margin: 0 0 12px;
    width: 100%;
  }
}
#comments .comment-form-author input,
#comments .comment-form-email input,
#comments .comment-form-url input {
  width: 100%;
  padding: 12px 24px;
}
#comments .comment-form-author input::-webkit-input-placeholder,
#comments .comment-form-email input::-webkit-input-placeholder,
#comments .comment-form-url input::-webkit-input-placeholder {
  color: 0.6;
}
#comments .comment-form-author input:-moz-placeholder,
#comments .comment-form-email input:-moz-placeholder,
#comments .comment-form-url input:-moz-placeholder {
  color: 0.6;
}
#comments .comment-form-author input::-moz-placeholder,
#comments .comment-form-email input::-moz-placeholder,
#comments .comment-form-url input::-moz-placeholder {
  color: 0.6;
}
#comments .comment-form-author input:-ms-input-placeholder,
#comments .comment-form-email input:-ms-input-placeholder,
#comments .comment-form-url input:-ms-input-placeholder {
  color: 0.6;
}
#comments .comment-form-author input::-ms-input-placeholder,
#comments .comment-form-email input::-ms-input-placeholder,
#comments .comment-form-url input::-ms-input-placeholder {
  color: 0.6;
}
#comments .comment-form-author input::placeholder,
#comments .comment-form-email input::placeholder,
#comments .comment-form-url input::placeholder {
  color: 0.6;
}
#comments .comment-form-url {
  margin-right: 0;
}
#comments .comment-form-cookies-consent {
  -webkit-box-ordinal-group: 4;
  -moz-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
  margin: 12px 0 0;
}
#comments .comment-form-cookies-consent input {
  margin-left: 0;
  margin-right: 6px;
}
#comments .comment-form-comment {
  width: 100%;
  -webkit-box-ordinal-group: 3;
  -moz-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  margin: 12px 0 0;
}
@media (max-width: 767.98px) {
  #comments .comment-form-comment {
    margin-top: 0;
    width: 100%;
  }
}
#comments .comment-form-comment textarea {
  width: 100%;
  padding: 12px 24px;
}
#comments .comment-form-comment textarea::-webkit-input-placeholder {
  color: 0.6;
}
#comments .comment-form-comment textarea:-moz-placeholder {
  color: 0.6;
}
#comments .comment-form-comment textarea::-moz-placeholder {
  color: 0.6;
}
#comments .comment-form-comment textarea:-ms-input-placeholder {
  color: 0.6;
}
#comments .comment-form-comment textarea::-ms-input-placeholder {
  color: 0.6;
}
#comments .comment-form-comment textarea::placeholder {
  color: 0.6;
}
#comments .comment-form-author label,
#comments .comment-form-comment label,
#comments .comment-form-email label,
#comments .comment-form-url label {
  display: none;
}
#comments .comment-form .form-submit {
  width: 100%;
  -webkit-box-ordinal-group: 4;
  -moz-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
  margin: 12px 0 0;
  text-align: center;
}
#comments .comment-form .form-submit input {
  font-style: normal;
  padding: 6px 24px;
}
.comment-navigation {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.pagination,
.woocommerce-pagination {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 12px;
}
.pagination .nav-links,
.woocommerce-pagination .nav-links {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.pagination .page-numbers,
.woocommerce-pagination .page-numbers {
  margin: 0 12px 0 0;
  background: #fff;
  min-width: 31px;
  height: 31px;
  text-align: center;
  display: inline-block;
  color: #333;
  font-weight: 700;
  line-height: 30px;
}
.pagination .next,
.pagination .prev,
.woocommerce-pagination .next,
.woocommerce-pagination .prev {
  padding: 0;
  color: #333;
}
.pagination a,
.woocommerce-pagination a {
  color: #6b6b6b;
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  transition: all 250ms ease;
}
.pagination a:hover,
.woocommerce-pagination a:hover {
  background: #f5f5f5;
}
.pagination .current,
.woocommerce-pagination .current {
  color: #fff;
  background: #e5a300;
  border-color: #e5a300;
}
.breadcrumbs {
  background-color: #f5f5f5;
  margin-bottom: 48px;
}
.page .breadcrumbs {
  margin-bottom: 0;
}
.uf-breadcrumbs {
  padding: 24px 12px;
  text-transform: capitalize;
}
.uf-breadcrumbs > span {
  padding: 0 12px 0 0;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.uf-breadcrumbs > span::after {
  content: " / ";
  line-height: 8px;
  font-size: 8px;
  color: #aeaeae;
  padding: 0 0 0 12px;
}
.uf-breadcrumbs > span:last-child::after {
  content: "";
  padding: 0;
}
.uf-breadcrumbs > span > span {
  color: #e5a300;
}
.widget {
  padding-bottom: 24px;
  margin-bottom: 12px;
}
.widget a {
  padding-bottom: 12px;
  display: block;
}
.widget a.mejs-horizontal-volume-slider {
  padding: 0;
}
.widget ul {
  list-style: none;
  padding: 0 0 12px;
}
.widget ul li {
  padding: 12px 3px;
  margin: 0;
  padding-right: 0;
  padding-left: 0;
  padding-bottom: 0;
}
.widget ul li:first-child {
  padding-top: 0;
}
.widget ul li ul.children {
  margin: 0 0 0 6px;
  padding: 0;
}
.widget ul li ul.children li.page_item:first-child {
  margin-top: 12px;
  padding-top: 12px;
}
.widget ul li ul.children li.page_item:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
.widget ul li ul.children li.cat-item:first-child {
  padding-top: 12px;
}
.widget ul li ul.children li.cat-item:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
.widget.widget_tag_cloud .tag-cloud-link {
  font-size: 11px !important;
  display: inline-block;
  margin-right: 6px;
  margin-bottom: 6px;
}
.widget .rsswidget {
  padding-bottom: 6px;
  display: inline;
  margin: 0;
}
.widget .widget-title {
  padding-bottom: 24px;
  position: relative;
}
.widget .widget-title::before {
  content: "";
  position: absolute;
  background: #e5a300;
  height: 2px;
  width: 48px;
  bottom: 0;
  left: 0;
  display: block;
  z-index: 1;
}
.widget .recentcomments {
  padding-bottom: 12px;
}
.widget .recentcomments a {
  font-style: normal;
  border-bottom: 0;
  display: inline;
}
.widget .recentcomments .comment-author-link {
  font-style: normal;
}
.widget.widget_recent_entries ul li {
  padding-bottom: 12px;
}
.widget.widget_recent_entries ul li a {
  border-bottom: 0;
  padding-bottom: 0;
  display: inline;
}
.widget.widget_recent_entries .post-date {
  display: block;
  padding-top: 3px;
  margin: 0;
}
.widget.widget_archive input::-webkit-input-placeholder {
  color: #aeaeae;
}
.widget.widget_archive input:-moz-placeholder {
  color: #aeaeae;
}
.widget.widget_archive input::-moz-placeholder {
  color: #aeaeae;
}
.widget.widget_archive input:-ms-input-placeholder {
  color: #aeaeae;
}
.widget.widget_archive input::-ms-input-placeholder {
  color: #aeaeae;
}
.widget.widget_archive input::placeholder {
  color: #aeaeae;
}
.widget.widget_archive ul li {
  padding-bottom: 12px;
}
.widget.widget_archive ul li a {
  border-bottom: 0;
  display: inline;
}
.widget.widget_nav_menu .nav-item {
  padding-top: 0;
}
.widget.widget_nav_menu .nav-item .sub-menu {
  margin: 0 0 0 6px;
  padding-bottom: 0;
  padding-left: 6px;
}
.widget.widget_nav_menu .nav-link {
  padding-left: 0;
}
.widget.widget_nav_menu ul li a {
  border-bottom: 0;
}
.widget .rss-date {
  padding-bottom: 6px;
  padding-left: 6px;
  margin: 0;
}
.widget .rssSummary {
  margin: 0;
  overflow-wrap: break-word;
}
.widget cite {
  font-style: normal;
  padding-top: 6px;
  margin: 0;
}
.widget #wp-calendar {
  width: 100%;
}
.widget #wp-calendar thead {
  text-align: center;
}
@media (max-width: 991.98px) {
  .widget #wp-calendar thead th {
    padding: 12px;
  }
}
.widget #wp-calendar tfoot td a {
  padding-bottom: 0;
}
@media (max-width: 991.98px) {
  .widget #wp-calendar tfoot td {
    padding: 12px;
  }
}
.widget #wp-calendar tfoot #prev {
  padding-left: 0;
}
.widget #wp-calendar tfoot #next {
  text-align: right;
  padding-right: 0;
}
.widget #wp-calendar tbody .pills-calendar,
.widget #wp-calendar tbody tr #today,
.widget #wp-calendar tr tbody #today {
  text-align: center;
  -moz-border-radius: 100px;
  border-radius: 100px;
}
.widget #wp-calendar tbody td {
  border-top: 0;
  text-align: center;
  padding-top: 3px;
  padding-bottom: 3px;
}
.widget #wp-calendar tbody td a {
  padding-bottom: 0;
}
.widget #wp-calendar tbody td a:hover {
  cursor: pointer;
}
.widget #wp-calendar tbody::before {
  content: "";
  display: block;
  height: 12px;
}
.widget #wp-calendar tbody::after {
  content: "";
  display: block;
  height: 12px;
}
.widget #wp-calendar caption {
  caption-side: top;
  text-align: center;
  padding: 12px;
}
.widget ul li ul.children li.page_item:first-child {
  margin: 0;
}
.widget.widget_tag_cloud .tag-cloud-link:hover {
  color: #333;
}
.widget .rsswidget {
  color: #333;
  border-bottom: 0;
}
.widget .rsswidget:hover {
  color: #e5a300;
}
.widget .rsswidget img.rss-widget-icon {
  width: 16px;
  height: 17px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.widget.widget_recent_entries .post-date {
  color: #6b6b6b;
}
.widget .recentcomments {
  color: #aeaeae;
}
.widget .recentcomments .comment-author-link .url {
  color: #333;
}
.widget .recentcomments .comment-author-link .url:hover {
  color: #e5a300;
}
.widget .rss-date {
  color: #6b6b6b;
}
.widget .rssSummary {
  color: #6b6b6b;
}
.widget cite {
  color: #6b6b6b;
}
.widget #wp-calendar tbody {
  color: #aeaeae;
}
.widget #wp-calendar tbody td a {
  color: #333;
}
.widget #wp-calendar tbody td a:hover {
  color: #e5a300;
}
.widget #wp-calendar tr #today {
  color: #fff;
  background-color: #e5a300;
}
.widget #wp-calendar tr #today a {
  color: #fff;
}
.widget #wp-calendar caption {
  color: #333;
}
.widget.uf-dark-scheme ul li ul.children li.page_item:first-child {
  margin: 0;
}
.widget.uf-dark-scheme.widget_tag_cloud .tag-cloud-link:hover {
  color: #fff !important;
}
.widget.uf-dark-scheme .rsswidget {
  color: #333;
  border-bottom: 0;
}
.widget.uf-dark-scheme .rsswidget:hover {
  color: #e5a300;
}
.widget.uf-dark-scheme .rsswidget img.rss-widget-icon {
  width: 16px;
  height: 17px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.widget.uf-dark-scheme .recentcomments {
  color: rgba(255, 255, 255, 0.4);
}
.widget.uf-dark-scheme .recentcomments a {
  border-bottom: 0;
}
.widget.uf-dark-scheme.widget_recent_entries ul li a {
  border-bottom: 0;
}
.widget.uf-dark-scheme.widget_recent_entries .post-date {
  color: rgba(255, 255, 255, 0.6);
}
.widget.uf-dark-scheme .rss-date {
  color: rgba(255, 255, 255, 0.6);
}
.widget.uf-dark-scheme .rssSummary {
  color: rgba(255, 255, 255, 0.6);
}
.widget.uf-dark-scheme cite {
  color: rgba(255, 255, 255, 0.6);
}
.widget.uf-dark-scheme .calendar_wrap {
  width: 100%;
}
@media (max-width: 991.98px) {
  .widget.uf-dark-scheme .calendar_wrap {
    width: 100%;
  }
}
.widget.uf-dark-scheme #wp-calendar thead th {
  border-bottom: 1px solid #5c5c5c;
}
.widget.uf-dark-scheme #wp-calendar tfoot td {
  border-top: 1px solid #5c5c5c;
}
.widget.uf-dark-scheme #wp-calendar tbody {
  color: rgba(255, 255, 255, 0.4);
}
.widget.uf-dark-scheme #wp-calendar tbody tr td a {
  color: #fff;
}
.widget.uf-dark-scheme #wp-calendar tbody tr td a:hover {
  color: #e5a300;
}
.widget.uf-dark-scheme #wp-calendar tbody tr td#today {
  color: #fff;
  background-color: #e5a300;
}
.widget.uf-dark-scheme #wp-calendar tbody tr td#today a {
  color: #fff;
}
.widget.uf-dark-scheme #wp-calendar caption {
  color: #fff;
}
.widget.uf-dark-scheme .search-form .uf-input-group {
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: #1a1a1a;
}
.widget.uf-dark-scheme .search-form input {
  color: rgba(255, 255, 255, 0.6);
}
.widget.uf-dark-scheme .search-form input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.4);
}
.widget.uf-dark-scheme .search-form input:-moz-placeholder {
  color: rgba(255, 255, 255, 0.4);
}
.widget.uf-dark-scheme .search-form input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.4);
}
.widget.uf-dark-scheme .search-form input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.4);
}
.widget.uf-dark-scheme .search-form input::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.4);
}
.widget.uf-dark-scheme .search-form input::placeholder {
  color: rgba(255, 255, 255, 0.4);
}
.widget.uf-dark-scheme .search-form button {
  color: #fff;
}
.widget.uf-dark-scheme .wp-caption-text {
  color: rgba(255, 255, 255, 0.6);
}
.widget.uf-dark-scheme .textwidget p {
  color: rgba(255, 255, 255, 0.6);
}
#navigation {
  position: absolute;
  right: 0;
  height: 100%;
  -webkit-transform: translateY(-24px);
  -moz-transform: translateY(-24px);
  transform: translateY(-24px);
}
.navbar-light .navbar-nav {
  height: 100%;
}
.navbar-light .navbar-nav ul {
  margin: auto;
}
.navbar-light .navbar-nav li.page_item {
  display: -webkit-box !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center !important;
  -moz-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  list-style: none;
}
.navbar-light .navbar-nav .nav-link,
.navbar-light .navbar-nav a {
  color: #333;
  padding: 6px 12px;
}
.navbar-light .navbar-nav .menu-item-has-children,
.navbar-light .navbar-nav .page_item_has_children {
  padding-right: 24px;
}
.navbar-light .navbar-nav .menu-item-has-children::before,
.navbar-light .navbar-nav .page_item_has_children::before {
  position: absolute;
  right: 12px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 14px;
}
.navbar-light .navbar-nav .dropdown-item:focus,
.navbar-light .navbar-nav .dropdown-item:hover {
  background-color: transparent;
}
.navbar-light .navbar-nav .current-menu-ancestor::after,
.navbar-light .navbar-nav .current-menu-item::after,
.navbar-light .navbar-nav .current-menu-parent::after,
.navbar-light .navbar-nav .current_page_ancestor::after,
.navbar-light .navbar-nav .current_page_item::after,
.navbar-light .navbar-nav .current_page_parent::after {
  content: "";
  position: absolute;
  background: #e5a300;
  height: 2px;
  width: 24px;
  margin-bottom: 16px;
  bottom: -1px;
  left: 12px;
  display: block;
  z-index: 1;
}
.navbar-light .navbar-nav .current-menu-ancestor,
.navbar-light .navbar-nav .current-menu-ancestor > .nav-link,
.navbar-light .navbar-nav .current-menu-item,
.navbar-light .navbar-nav .current-menu-item > .nav-link,
.navbar-light .navbar-nav .current-menu-parent,
.navbar-light .navbar-nav .current-menu-parent > .nav-link,
.navbar-light .navbar-nav .current_page_ancestor,
.navbar-light .navbar-nav .current_page_ancestor > .nav-link,
.navbar-light .navbar-nav .current_page_item,
.navbar-light .navbar-nav .current_page_item > .nav-link,
.navbar-light .navbar-nav .current_page_parent,
.navbar-light .navbar-nav .current_page_parent > .nav-link {
  color: #e5a300;
  position: relative;
}
.navbar-light .navbar-nav .menu-item:hover::before,
.navbar-light .navbar-nav .menu-item:hover > .nav-link,
.navbar-light .navbar-nav .page_item:hover::before,
.navbar-light .navbar-nav .page_item:hover > .nav-link {
  color: #e5a300;
}
.navbar-light .navbar-nav .dropdown-menu {
  -webkit-transform: translateX(-12px);
  -moz-transform: translateX(-12px);
  transform: translateX(-12px);
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
  padding: 12px;
  border: none;
  white-space: nowrap;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.08);
  background-color: #eee;
  margin: 1px 0 0;
}
.navbar-light .navbar-nav .dropdown-menu .menu-item,
.navbar-light .navbar-nav .dropdown-menu .page_item {
  text-align: left;
}
.navbar-light .navbar-nav .dropdown-menu .nav-item:hover,
.navbar-light .navbar-nav .dropdown-menu .page_item:hover {
  background-color: #f5f5f5;
}
.navbar-light .navbar-nav .dropdown-menu .nav-link {
  color: #333;
}
.navbar-light .navbar-nav .dropdown-menu .menu-item::before,
.navbar-light .navbar-nav .dropdown-menu .page_item::before {
  color: #333;
}
.navbar-light .navbar-nav .dropdown-menu .menu-item:hover::before,
.navbar-light .navbar-nav .dropdown-menu .page_item:hover::before {
  color: #e5a300;
}
.navbar-light .navbar-nav .dropdown-menu .menu-item:hover > .nav-link,
.navbar-light .navbar-nav .dropdown-menu .page_item:hover > .nav-link {
  color: #e5a300;
}
.navbar-light
  .navbar-nav
  .dropdown-menu
  .current-menu-ancestor.current-menu-parent::after,
.navbar-light .navbar-nav .dropdown-menu .current-menu-item::after,
.navbar-light
  .navbar-nav
  .dropdown-menu
  .current_page_ancestor.current_page_parent::after,
.navbar-light .navbar-nav .dropdown-menu .current_page_item::after {
  content: none;
}
.navbar-light .navbar-nav .dropdown-toggle::after {
  content: none;
}
.home .navbar-light .navbar-nav .menu-item-has-children:hover::before,
.home .navbar-light .navbar-nav .page_item_has_children:hover::before {
  color: #e5a300;
}
.uf-submenu {
  left: 0;
  right: initial;
}
.uf-submenu-right.dropdown-menu {
  top: -0.7rem;
  left: 100%;
  margin-left: 0;
  -webkit-transform: translateX(18px) !important;
  -moz-transform: translateX(18px) !important;
  transform: translateX(18px) !important;
}
.uf-submenu-left.dropdown-menu {
  top: -0.7rem;
  -webkit-transform: translateX(calc(-100% - 18px)) !important;
  -moz-transform: translateX(-moz-calc(-100% - 18px)) !important;
  transform: translateX(calc(-100% - 18px)) !important;
  margin-left: 0;
}
.arrow_box {
  position: relative;
  background: #fff;
}
.arrow_box::after {
  right: 100%;
  top: 28px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-right-color: #fff;
  border-width: 5px;
  margin-top: -5px;
}
.uf-submenu-left.arrow_box::after {
  left: 100%;
  border-left-color: #fff;
}
.custom-logo-link {
  font-size: 1.4375em;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 0s, opacity 0.5s linear;
  -moz-transition: visibility 0s, opacity 0.5s linear;
  transition: visibility 0s, opacity 0.5s linear;
}
@media (max-width: 991.98px) {
  .custom-logo-link {
    margin: 0 auto;
  }
}
.custom-logo-sticky-link {
  font-size: 1.4375em;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 0s, opacity 0.5s linear;
  -moz-transition: visibility 0s, opacity 0.5s linear;
  transition: visibility 0s, opacity 0.5s linear;
}
@media (max-width: 991.98px) {
  .custom-logo-sticky-link {
    margin: 0 auto;
  }
}
.sticky--not-top #navigation,
.sticky--not-top .navbar-toggler {
  -webkit-transform: translateY(-12px);
  -moz-transform: translateY(-12px);
  transform: translateY(-12px);
}
.sticky--not-top .custom-logo-link {
  position: absolute;
  visibility: hidden;
  opacity: 0;
}
.sticky--not-top .custom-logo-sticky-link {
  position: relative;
  visibility: visible;
  opacity: 1;
}
.sticky--not-top .navbar-light .navbar-nav .current-menu-ancestor::after,
.sticky--not-top .navbar-light .navbar-nav .current-menu-item::after,
.sticky--not-top .navbar-light .navbar-nav .current-menu-parent::after,
.sticky--not-top .navbar-light .navbar-nav .current_page_parent::after {
  margin-bottom: 0;
}
.archive .sticky--top .custom-logo-link,
.blog .sticky--top .custom-logo-link,
.error404 .sticky--top .custom-logo-link,
.page .sticky--top .custom-logo-link,
.search .sticky--top .custom-logo-link,
.single .sticky--top .custom-logo-link {
  position: absolute;
  visibility: hidden;
  opacity: 0;
}
.archive .sticky--top .custom-logo-sticky-link,
.blog .sticky--top .custom-logo-sticky-link,
.error404 .sticky--top .custom-logo-sticky-link,
.page .sticky--top .custom-logo-sticky-link,
.search .sticky--top .custom-logo-sticky-link,
.single .sticky--top .custom-logo-sticky-link {
  position: relative;
  visibility: visible;
  opacity: 1;
}
.home .sticky--top .custom-logo-sticky-link,
.home.page .sticky--top .custom-logo-sticky-link {
  position: relative;
  visibility: hidden;
  opacity: 0;
}
.home .sticky--top .custom-logo-link,
.home.page .sticky--top .custom-logo-link {
  position: relative;
  visibility: visible;
  opacity: 1;
}
.billio-scroll.archive #header .custom-logo-link,
.billio-scroll.blog #header .custom-logo-link,
.billio-scroll.error404 #header .custom-logo-link,
.billio-scroll.page #header .custom-logo-link,
.billio-scroll.search #header .custom-logo-link,
.billio-scroll.single #header .custom-logo-link {
  position: absolute;
  visibility: hidden;
  opacity: 0;
}
.billio-scroll.archive #header .custom-logo-sticky-link,
.billio-scroll.blog #header .custom-logo-sticky-link,
.billio-scroll.error404 #header .custom-logo-sticky-link,
.billio-scroll.page #header .custom-logo-sticky-link,
.billio-scroll.search #header .custom-logo-sticky-link,
.billio-scroll.single #header .custom-logo-sticky-link {
  position: relative;
  visibility: visible;
  opacity: 1;
}
.billio-scroll.home #header .custom-logo-sticky-link,
.billio-scroll.home.page #header .custom-logo-sticky-link {
  position: absolute;
  visibility: hidden;
  opacity: 0;
}
.billio-scroll.home #header .custom-logo-link,
.billio-scroll.home.page #header .custom-logo-link {
  position: relative;
  visibility: visible;
  opacity: 1;
}
.modal-backdrop.show {
  opacity: 0.6;
}
.uf-mobile-nav-modal-dialog {
  margin: 0;
  top: 0;
  height: 100%;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(-100%, 0);
  -moz-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
  opacity: 0;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -moz-transition-property: opacity, transform, -moz-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform, -moz-transform;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
.modal.fade.show .modal-dialog {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
}
.admin-bar .uf-mobile-nav-modal-dialog {
  top: 32px;
}
@media (max-width: 783px) {
  .admin-bar .uf-mobile-nav-modal-dialog {
    top: 46px;
  }
}
.uf-mobile-nav-content {
  border: none;
  -moz-border-radius: 0;
  border-radius: 0;
  max-width: 273px;
  height: 100%;
}
.uf-mobile-nav-content button.close {
  position: absolute;
  right: 0;
  top: 0;
  border: none;
  background: 0 0;
  color: #fff;
  cursor: pointer;
  font-size: 23px;
  padding: 6px 12px;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  transform: translateX(100%);
  line-height: 1.2;
}
.uf-mobile-nav-content button:focus {
  outline: 0;
}
.uf-mobile-nav-body {
  padding: 0;
  overflow-x: hidden;
}
.uf-mobile-nav-expand-submenu {
  position: absolute;
  right: 0;
  cursor: pointer;
  padding: 12px;
  line-height: 21px;
  width: 45px;
  text-align: center;
  margin: 0;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  transform: translateY(-100%);
  background-color: #f5f5f5;
}
.uf-mobile-nav-expand-submenu:hover {
  color: #e5a300;
}
.uf-mobile-nav-close-submenu {
  padding: 12px 0;
  margin: 0;
  max-width: 210px;
  cursor: pointer;
}
.uf-mobile-nav-close-submenu:hover {
  color: #e5a300;
}
#mobile_navigation {
  padding: 0 0 0 24px;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -moz-transition-property: transform, -moz-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform, -moz-transform;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
#mobile_navigation .menu-item a.nav-link,
#mobile_navigation .page_item a.nav-link {
  padding: 12px 0;
  max-width: 210px;
}
#mobile_navigation .sub-menu {
  padding: 0 0 0 24px;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  list-style: none;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  transform: translateX(100%);
  width: 273px;
  max-width: 273px;
  background-color: #fff;
  height: 100%;
  z-index: 1000;
  display: none;
}
#mobile_navigation .sub-menu.open {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
#dt_fullscreen_modal {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999999;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(0.7);
  -moz-transform: scale(0.7);
  transform: scale(0.7);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
#dt_fullscreen_modal.dt_show_popup {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  visibility: visible;
}
.dt_close_fullscreen_button,
.dt_show_fullscreen_button {
  cursor: pointer;
}
.billio-masonry-layout.no-sidebar .grid-item,
.billio-masonry-layout.no-sidebar .grid-sizer {
  width: 31%;
  float: left;
}
@media (max-width: 991.98px) {
  .billio-masonry-layout.no-sidebar .grid-item,
  .billio-masonry-layout.no-sidebar .grid-sizer {
    width: 46%;
    float: left;
  }
}
@media (max-width: 767.98px) {
  .billio-masonry-layout.no-sidebar .grid-item,
  .billio-masonry-layout.no-sidebar .grid-sizer {
    width: 96%;
    float: left;
  }
}
.billio-masonry-layout.has-sidebar .grid-item,
.billio-masonry-layout.has-sidebar .grid-sizer {
  float: left;
  width: 46%;
}
@media (max-width: 991.98px) {
  .billio-masonry-layout.has-sidebar .grid-item,
  .billio-masonry-layout.has-sidebar .grid-sizer {
    width: 96%;
    float: left;
  }
}
@media (max-width: 767.98px) {
  .billio-masonry-layout.has-sidebar .grid-item,
  .billio-masonry-layout.has-sidebar .grid-sizer {
    width: 96%;
    float: left;
  }
}
.billio-masonry-layout #archive-post,
.billio-masonry-layout #blog-entries,
.billio-masonry-layout #category-post {
  padding: 0;
}
.billio-masonry-layout #archive-post .entry__meta-category,
.billio-masonry-layout #blog-entries .entry__meta-category,
.billio-masonry-layout #category-post .entry__meta-category {
  display: inline;
}
.billio-masonry-layout #archive-post .entry__meta-category ul.post-categories,
.billio-masonry-layout #blog-entries .entry__meta-category ul.post-categories,
.billio-masonry-layout #category-post .entry__meta-category ul.post-categories {
  list-style: none;
  padding: 24px;
  margin: 0;
  padding-bottom: 0;
}
.billio-masonry-layout
  #archive-post
  .entry__meta-category
  ul.post-categories
  li,
.billio-masonry-layout
  #blog-entries
  .entry__meta-category
  ul.post-categories
  li,
.billio-masonry-layout
  #category-post
  .entry__meta-category
  ul.post-categories
  li {
  display: inline-block;
}
.billio-masonry-layout #archive-post .entry__meta-author,
.billio-masonry-layout #blog-entries .entry__meta-author,
.billio-masonry-layout #category-post .entry__meta-author {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 24px;
}
.billio-masonry-layout #archive-post .entry__meta-author__gravatar,
.billio-masonry-layout #blog-entries .entry__meta-author__gravatar,
.billio-masonry-layout #category-post .entry__meta-author__gravatar {
  margin-left: 0;
  margin-right: 12px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.billio-masonry-layout #archive-post .entry__meta-author__gravatar img,
.billio-masonry-layout #blog-entries .entry__meta-author__gravatar img,
.billio-masonry-layout #category-post .entry__meta-author__gravatar img {
  width: 32px;
  height: 32px;
}
.billio-masonry-layout #archive-post .entry__meta-author__info,
.billio-masonry-layout #blog-entries .entry__meta-author__info,
.billio-masonry-layout #category-post .entry__meta-author__info {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  width: 100%;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.billio-masonry-layout #archive-post .entry__meta-author__info .meta-author,
.billio-masonry-layout #blog-entries .entry__meta-author__info .meta-author,
.billio-masonry-layout #category-post .entry__meta-author__info .meta-author {
  margin-bottom: 3px;
}
.billio-masonry-layout #archive-post .entry__meta-author__info .meta-date,
.billio-masonry-layout #blog-entries .entry__meta-author__info .meta-date,
.billio-masonry-layout #category-post .entry__meta-author__info .meta-date {
  color: #6b6b6b;
}
@media (max-width: 991.98px) {
  .billio-masonry-layout #archive-post .entry__meta-author__info,
  .billio-masonry-layout #blog-entries .entry__meta-author__info,
  .billio-masonry-layout #category-post .entry__meta-author__info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: auto;
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
.billio-masonry-layout #archive-post .pagination,
.billio-masonry-layout #blog-entries .pagination,
.billio-masonry-layout #category-post .pagination {
  margin-left: 12px;
}
.billio-masonry-layout .billio-grid article.entry.format-gallery .gallery {
  display: none;
}
.billio-masonry-layout .billio-grid article.entry.format-video iframe {
  height: 200px;
}
.billio-masonry-layout .billio-grid article .sticky-icon span.icon-bookmark2 {
  z-index: 1;
}
.billio-masonry-layout .billio-grid article .uf-card {
  display: inline-block;
  border: 0;
  width: 100%;
  margin: 0 0 1em;
  -webkit-box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.08);
  background-color: #fff;
  -webkit-transition: opacity 0.2s ease-out, -webkit-box-shadow 0.3s ease-out,
    -webkit-transform 0.3s ease-out;
  transition: opacity 0.2s ease-out, -webkit-box-shadow 0.3s ease-out,
    -webkit-transform 0.3s ease-out;
  -moz-transition: box-shadow 0.3s ease-out, transform 0.3s ease-out,
    opacity 0.2s ease-out, -moz-box-shadow 0.3s ease-out,
    -moz-transform 0.3s ease-out;
  transition: box-shadow 0.3s ease-out, transform 0.3s ease-out,
    opacity 0.2s ease-out;
  transition: box-shadow 0.3s ease-out, transform 0.3s ease-out,
    opacity 0.2s ease-out, -webkit-box-shadow 0.3s ease-out,
    -moz-box-shadow 0.3s ease-out, -webkit-transform 0.3s ease-out,
    -moz-transform 0.3s ease-out;
  -webkit-transition-delay: 0.1s;
  -moz-transition-delay: 0.1s;
  transition-delay: 0.1s;
  overflow: hidden;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  transform: translateZ(0);
  margin-bottom: 0;
}
.billio-masonry-layout .billio-grid article .uf-card:hover {
  opacity: 1 !important;
  -webkit-transform: translate(0, -4px);
  -moz-transform: translate(0, -4px);
  transform: translate(0, -4px);
  z-index: 999;
  -webkit-transition: opacity 0.2s ease-out, -webkit-box-shadow 0.3s ease-out,
    -webkit-transform 0.3s ease-out;
  transition: opacity 0.2s ease-out, -webkit-box-shadow 0.3s ease-out,
    -webkit-transform 0.3s ease-out;
  -moz-transition: box-shadow 0.3s ease-out, transform 0.3s ease-out,
    opacity 0.2s ease-out, -moz-box-shadow 0.3s ease-out,
    -moz-transform 0.3s ease-out;
  transition: box-shadow 0.3s ease-out, transform 0.3s ease-out,
    opacity 0.2s ease-out;
  transition: box-shadow 0.3s ease-out, transform 0.3s ease-out,
    opacity 0.2s ease-out, -webkit-box-shadow 0.3s ease-out,
    -moz-box-shadow 0.3s ease-out, -webkit-transform 0.3s ease-out,
    -moz-transform 0.3s ease-out;
  -webkit-transition-delay: 0.1s;
  -moz-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.billio-masonry-layout .billio-grid article .uf-card .uf-card-header {
  margin-bottom: 24px;
}
.billio-masonry-layout
  .billio-grid
  article
  .uf-card
  .uf-card-header
  .post-categories {
  padding-left: 24px !important;
}
.billio-masonry-layout .billio-grid article .uf-card .uf-card-header.thumbnail {
  height: 237px;
}
.billio-masonry-layout .billio-grid article .uf-card .uf-card-body {
  padding: 0 24px;
}
.billio-masonry-layout
  .billio-grid
  article
  .uf-card
  .uf-card-body
  .entry__content {
  color: #6b6b6b;
}
.billio-masonry-layout
  .billio-grid
  article
  .uf-card
  .uf-card-body
  .entry__content
  .mejs-container {
  margin-bottom: 12px;
}
.billio-masonry-layout
  .billio-grid
  article
  .uf-card
  .uf-card-body
  .entry__meta-tags {
  display: none;
}
.billio-masonry-layout .billio-grid article .uf-card .uf-card-footer {
  padding: 24px;
  padding-top: 0;
}
.billio-masonry-layout
  .billio-grid
  article
  .uf-card
  .uf-card-footer
  .entry__meta-author {
  padding-top: 0 !important;
  border-top: 0 !important;
}
.billio-masonry-layout
  .billio-grid
  article
  .uf-card
  .uf-card-footer
  .entry__meta-author__gravatar {
  margin-right: 0;
}
.billio-masonry-layout
  .billio-grid
  article
  .uf-card
  .uf-card-footer
  .entry__meta-author__gravatar
  img {
  max-width: 1000%;
  width: 40px !important;
  height: 40px !important;
}
.billio-masonry-layout
  .billio-grid
  article
  .uf-card
  .uf-card-footer
  .entry__meta-author__info {
  display: block !important;
  margin-left: 12px;
}
.billio-masonry-layout
  .billio-grid
  article.format-quote
  .uf-card
  .uf-card-body
  .entry__content {
  display: block;
  line-height: 1.3;
  max-height: 1000px;
}
.billio-masonry-layout
  .billio-grid
  article.format-quote
  .uf-card
  .uf-card-body
  .entry__content
  .blockquoteimportant,
.billio-masonry-layout
  .billio-grid
  article.format-quote
  .uf-card
  .uf-card-body
  .entry__content
  blockquote
  p {
  font-size: 1.424rem !important;
}
.billio-masonry-layout .billio-grid .grid-item {
  opacity: 1;
  margin: 9px 12px;
  -webkit-animation-duration: 0s !important;
  -moz-animation-duration: 0s !important;
  animation-duration: 0s !important;
  -webkit-transition-duration: 0s !important;
  -moz-transition-duration: 0s !important;
  transition-duration: 0s !important;
  -webkit-transform: scale(1) !important;
  -moz-transform: scale(1) !important;
  transform: scale(1) !important;
}
.billio-masonry-layout .no-cssanimations .billio-grid article,
.billio-masonry-layout .no-js .billio-grid article,
.billio-masonry-layout .billio-grid article.shown {
  opacity: 1;
}
.billio-masonry-layout .billio-grid.flip-effect article.animate {
  -webkit-transform: scale(0.6);
  -moz-transform: scale(0.6);
  transform: scale(0.6);
  -webkit-animation: scaleUp 0.65s ease-in-out forwards;
  -moz-animation: scaleUp 0.65s ease-in-out forwards;
  animation: scaleUp 0.65s ease-in-out forwards;
}
@-webkit-keyframes scaleUp {
  0% {
    color: #fff;
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 1;
  }
}
@-moz-keyframes scaleUp {
  0% {
    color: #fff;
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes scaleUp {
  0% {
    color: #fff;
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
.billio-layout-boxed {
  background-color: #f5f5f5;
}
.billio-layout-boxed #page {
  margin: 0 auto;
  background-color: #fff;
  -webkit-box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.08);
  width: 552px;
}
@media (min-width: 576px) {
  .billio-layout-boxed #page {
    width: 732px;
  }
}
@media (min-width: 768px) {
  .billio-layout-boxed #page {
    width: 732px;
  }
}
@media (min-width: 992px) {
  .billio-layout-boxed #page {
    width: 1140px;
  }
}
.billio-layout-boxed #content .container,
.billio-layout-boxed #content .woocommerce .content-area,
.woocommerce .billio-layout-boxed #content .content-area {
  max-width: 100%;
}
.billio-layout-boxed header#header {
  padding: 0 12px;
}
.billio-layout-boxed #header.sticky {
  max-width: 552px;
}
@media (min-width: 576px) {
  .billio-layout-boxed #header.sticky {
    max-width: 732px;
  }
}
@media (min-width: 768px) {
  .billio-layout-boxed #header.sticky {
    max-width: 732px;
  }
}
@media (min-width: 992px) {
  .billio-layout-boxed #header.sticky {
    max-width: 1140px;
  }
}
.billio-layout-boxed #header-image .header-overlay {
  padding-left: 48px;
  padding-right: 48px;
}
.billio-layout-boxed #header-image .container,
.billio-layout-boxed #header-image .woocommerce .content-area,
.woocommerce .billio-layout-boxed #header-image .content-area {
  padding: 0;
  margin: 0;
  max-width: initial;
}
#navbar {
  width: 100%;
  padding: 24px 12px;
  -webkit-transition: padding 0.3s ease-in-out;
  -moz-transition: padding 0.3s ease-in-out;
  transition: padding 0.3s ease-in-out;
}
#navbar img {
  width: auto;
}
@media (max-width: 991.98px) {
  #navbar {
    padding: 24px 0;
  }
}
#navbardesktop {
  width: 100%;
  padding: 24px 12px;
  -webkit-transition: padding 0.3s ease-in-out;
  -moz-transition: padding 0.3s ease-in-out;
  transition: padding 0.3s ease-in-out;
}
#navbardesktop img {
  width: auto;
}
@media (max-width: 991.98px) {
  #navbardesktop {
    padding: 24px 0;
  }
}
#header-image {
  overflow: hidden;
  position: relative;
}
#header-image-bg {
  min-height: 192px;
  -moz-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
#header-image .header-overlay {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 96px 0;
  color: #fff;
}
#header-image .header-overlay::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}
#header-image .header-overlay a {
  color: #fff;
}
#header-image .header-overlay .post-meta {
  margin: 0 0 24px;
  color: rgba(255, 255, 255, 0.4);
  z-index: 1;
}
#header-image .header-overlay .post-meta-author {
  color: #fff;
}
#header-image .header-overlay .post-meta-date {
  color: rgba(255, 255, 255, 0.6);
}
#header-image .header-overlay .uf-single-post__meta-category {
  z-index: 1;
}
#header-image .header-overlay h1 {
  margin: 0;
}
#header-image .site-title {
  z-index: 1;
  color: #fff;
}
.home.paged #header-image {
  margin: 0;
}
.home.billio-header-image-hide #header-image {
  display: none;
}
.home.billio-header-image-show #header-image {
  display: block;
}
.hide-title .entry-title {
  display: none;
}
.topbar-mobile .topbar-content {
  padding: 24px 24px 0 24px;
}
.topbar-mobile .topbar-content ul {
  padding: 0;
  list-style: none;
  display: block;
  margin-bottom: 0;
}
.topbar-mobile .topbar-content ul li {
  margin-bottom: 12px;
}
.topbar-mobile .topbar-content ul li * {
  margin-right: 12px;
}
.single-product
  div.product
  .product_meta
  .posted_in
  .topbar-mobile
  .topbar-content
  a,
.single-product
  div.product
  .product_meta
  .tagged_as
  .topbar-mobile
  .topbar-content
  a,
.topbar-mobile .topbar-content .pills,
.topbar-mobile
  .topbar-content
  .single-product
  div.product
  .product_meta
  .posted_in
  a,
.topbar-mobile
  .topbar-content
  .single-product
  div.product
  .product_meta
  .tagged_as
  a,
.topbar-mobile .topbar-content .widget.widget_tag_cloud .tag-cloud-link,
.widget.widget_tag_cloud .topbar-mobile .topbar-content .tag-cloud-link {
  margin: 0;
}
.topbar-mobile .topbar-content .topbar-left,
.topbar-mobile .topbar-content .topbar-right {
  padding: 0 0 12px 0;
}
.topbar-desktop {
  width: 100%;
  background-color: #f5f5f5;
  color: #6b6b6b;
}
.topbar-desktop .topbar-content {
  padding: 12px;
  border-bottom: 1px solid rgba(227, 227, 227, 0);
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.topbar-desktop .topbar-content ul {
  padding: 0;
  list-style: none;
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-bottom: 0;
}
.topbar-desktop .topbar-content ul li {
  margin-right: 12px;
}
.topbar-desktop .topbar-content ul li * {
  margin-right: 7px;
}
.topbar-desktop .topbar-content ul li:last-child {
  margin-right: 0;
}
.topbar-desktop .topbar-content ul li:last-child :last-child {
  margin-right: 0;
}
.single-product
  div.product
  .product_meta
  .posted_in
  .topbar-desktop
  .topbar-content
  a,
.single-product
  div.product
  .product_meta
  .tagged_as
  .topbar-desktop
  .topbar-content
  a,
.topbar-desktop .topbar-content .pills,
.topbar-desktop
  .topbar-content
  .single-product
  div.product
  .product_meta
  .posted_in
  a,
.topbar-desktop
  .topbar-content
  .single-product
  div.product
  .product_meta
  .tagged_as
  a,
.topbar-desktop .topbar-content .widget.widget_tag_cloud .tag-cloud-link,
.widget.widget_tag_cloud .topbar-desktop .topbar-content .tag-cloud-link {
  margin: 0;
}
.topbar-desktop .topbar-content .topbar-right {
  text-align: right;
}
.sticky--top #topbar {
  visibility: visible;
  height: auto;
}
.sticky--not-top #topbar {
  visibility: hidden;
  height: 0;
}
.home .topbar-desktop a:hover {
  color: #e5a300;
}
#header {
  background-color: #fff;
  width: 100%;
  position: relative;
}
@media (max-width: 991.98px) {
  #header .container,
  #header .woocommerce .content-area,
  .woocommerce #header .content-area {
    width: 100%;
    max-width: none;
  }
}
#header.sticky {
  position: fixed;
  z-index: 999;
  top: 0;
  will-change: transform;
  -webkit-transition: -webkit-transform 0.2s linear;
  transition: -webkit-transform 0.2s linear;
  -moz-transition: transform 0.2s linear, -moz-transform 0.2s linear;
  transition: transform 0.2s linear;
  transition: transform 0.2s linear, -webkit-transform 0.2s linear,
    -moz-transform 0.2s linear;
}
#header.navbar-shrink #navbar {
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
  padding: 12px 0;
}
#header.sticky--not-top {
  -webkit-transition: position 5s ease;
  -moz-transition: position 5s ease;
  transition: position 5s ease;
}
#header.sticky--not-top #navbar,
#header.sticky--not-top #navbardesktop {
  padding: 12px;
}
#header.sticky.sticky--not-top
  .navbar-light
  .navbar-nav
  .current-menu-item
  > .nav-link,
#header.sticky.sticky--not-top
  .navbar-light
  .navbar-nav
  .current_page_item
  > .nav-link,
#header.sticky.sticky--not-top
  .navbar-light
  .navbar-nav
  .current_page_parent
  > .nav-link {
  color: #e5a300;
}
.home #header.sticky--top {
  border-bottom: 1px solid #e3e3e3;
}
.admin-bar #header.sticky {
  top: 32px;
}
@media (max-width: 783px) {
  .admin-bar #header.sticky {
    top: 46px;
  }
}
@media (max-width: 600px) {
  .admin-bar #header.sticky.sticky--not-top {
    top: 0;
  }
}
#page {
  width: 100%;
}
#content {
  margin: 0;
}
@media (max-width: 991.98px) {
  #content {
    margin-top: 0;
  }
}
@media (max-width: 767.98px) {
  #content {
    margin-bottom: 0;
  }
}
.home.blog #content {
  margin: 48px 0 0;
}
.billio-classic-layout main#content #archive-post .uf-card,
.billio-classic-layout main#content #blog-entries .uf-card,
.billio-classic-layout main#content #category-post .uf-card {
  margin-bottom: 48px;
}
.billio-classic-layout main#content #archive-post .entry__header h2,
.billio-classic-layout main#content #blog-entries .entry__header h2,
.billio-classic-layout main#content #category-post .entry__header h2 {
  margin: 0 0 12px;
}
.billio-classic-layout main#content #archive-post .entry__meta-category,
.billio-classic-layout main#content #blog-entries .entry__meta-category,
.billio-classic-layout main#content #category-post .entry__meta-category {
  display: inline;
  z-index: 9;
}
.billio-classic-layout
  main#content
  #archive-post
  .entry__meta-category
  ul.post-categories,
.billio-classic-layout
  main#content
  #blog-entries
  .entry__meta-category
  ul.post-categories,
.billio-classic-layout
  main#content
  #category-post
  .entry__meta-category
  ul.post-categories {
  list-style: none;
  padding: 48px 24px 6px 48px;
  margin: 0;
}
@media (max-width: 991.98px) {
  .billio-classic-layout
    main#content
    #archive-post
    .entry__meta-category
    ul.post-categories,
  .billio-classic-layout
    main#content
    #blog-entries
    .entry__meta-category
    ul.post-categories,
  .billio-classic-layout
    main#content
    #category-post
    .entry__meta-category
    ul.post-categories {
    padding: 24px 24px 6px 24px;
  }
}
.billio-classic-layout
  main#content
  #archive-post
  .entry__meta-category
  ul.post-categories
  li,
.billio-classic-layout
  main#content
  #blog-entries
  .entry__meta-category
  ul.post-categories
  li,
.billio-classic-layout
  main#content
  #category-post
  .entry__meta-category
  ul.post-categories
  li {
  display: inline-block;
}
.billio-classic-layout main#content #archive-post .entry__meta-tags,
.billio-classic-layout main#content #blog-entries .entry__meta-tags,
.billio-classic-layout main#content #category-post .entry__meta-tags {
  margin-top: 12px;
}
.billio-classic-layout main#content #archive-post .entry__meta-author,
.billio-classic-layout main#content #blog-entries .entry__meta-author,
.billio-classic-layout main#content #category-post .entry__meta-author {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 24px;
}
.billio-classic-layout main#content #archive-post .entry__meta-author__gravatar,
.billio-classic-layout main#content #blog-entries .entry__meta-author__gravatar,
.billio-classic-layout
  main#content
  #category-post
  .entry__meta-author__gravatar {
  margin-left: 0;
  margin-right: 12px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.billio-classic-layout
  main#content
  #archive-post
  .entry__meta-author__gravatar
  img,
.billio-classic-layout
  main#content
  #blog-entries
  .entry__meta-author__gravatar
  img,
.billio-classic-layout
  main#content
  #category-post
  .entry__meta-author__gravatar
  img {
  width: 32px;
  height: 32px;
}
.billio-classic-layout main#content #archive-post .entry__meta-author__info,
.billio-classic-layout main#content #blog-entries .entry__meta-author__info,
.billio-classic-layout main#content #category-post .entry__meta-author__info {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  width: 100%;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.billio-classic-layout
  main#content
  #archive-post
  .entry__meta-author__info
  .meta-author,
.billio-classic-layout
  main#content
  #blog-entries
  .entry__meta-author__info
  .meta-author,
.billio-classic-layout
  main#content
  #category-post
  .entry__meta-author__info
  .meta-author {
  margin-bottom: 3px;
}
.billio-classic-layout
  main#content
  #archive-post
  .entry__meta-author__info
  .meta-date,
.billio-classic-layout
  main#content
  #blog-entries
  .entry__meta-author__info
  .meta-date,
.billio-classic-layout
  main#content
  #category-post
  .entry__meta-author__info
  .meta-date {
  color: #6b6b6b;
}
@media (max-width: 991.98px) {
  .billio-classic-layout main#content #archive-post .entry__meta-author__info,
  .billio-classic-layout main#content #blog-entries .entry__meta-author__info,
  .billio-classic-layout main#content #category-post .entry__meta-author__info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: auto;
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
.billio-classic-layout main#content #archive-post a.more-link,
.billio-classic-layout main#content #blog-entries a.more-link,
.billio-classic-layout main#content #category-post a.more-link {
  color: #333;
}
.billio-classic-layout main#content #archive-post a.more-link::after,
.billio-classic-layout main#content #blog-entries a.more-link::after,
.billio-classic-layout main#content #category-post a.more-link::after {
  position: absolute;
  content: "";
  height: 2px;
  background-color: #333;
  width: 24px;
  margin-left: 6px;
  -webkit-transform: translateY(7px);
  -moz-transform: translateY(7px);
  transform: translateY(7px);
}
.billio-classic-layout main#content #archive-post a.more-link:hover,
.billio-classic-layout main#content #blog-entries a.more-link:hover,
.billio-classic-layout main#content #category-post a.more-link:hover {
  color: #e5a300;
}
.billio-classic-layout main#content #archive-post a.more-link:hover::after,
.billio-classic-layout main#content #blog-entries a.more-link:hover::after,
.billio-classic-layout main#content #category-post a.more-link:hover::after {
  background-color: #e5a300;
}
.billio-classic-layout main#content #archive-post p:last-child,
.billio-classic-layout main#content #blog-entries p:last-child,
.billio-classic-layout main#content #category-post p:last-child {
  margin: 0;
}
.billio-classic-layout
  main#content
  #archive-post
  .has-thumbnail
  .entry__meta-category,
.billio-classic-layout
  main#content
  #blog-entries
  .has-thumbnail
  .entry__meta-category,
.billio-classic-layout
  main#content
  #category-post
  .has-thumbnail
  .entry__meta-category {
  position: absolute;
  padding-left: 48px;
  bottom: -16px;
}
.billio-classic-layout
  main#content
  #archive-post
  .has-thumbnail
  .entry__meta-category
  ul.post-categories,
.billio-classic-layout
  main#content
  #blog-entries
  .has-thumbnail
  .entry__meta-category
  ul.post-categories,
.billio-classic-layout
  main#content
  #category-post
  .has-thumbnail
  .entry__meta-category
  ul.post-categories {
  padding: 0;
}
@media (max-width: 991.98px) {
  .billio-classic-layout
    main#content
    #archive-post
    .has-thumbnail
    .entry__meta-category,
  .billio-classic-layout
    main#content
    #blog-entries
    .has-thumbnail
    .entry__meta-category,
  .billio-classic-layout
    main#content
    #category-post
    .has-thumbnail
    .entry__meta-category {
    padding-left: 24px;
  }
}
.billio-classic-layout main#content #archive-post .format-quote blockquote,
.billio-classic-layout main#content #blog-entries .format-quote blockquote,
.billio-classic-layout main#content #category-post .format-quote blockquote {
  border: none;
  padding: 0;
  margin: 0;
}
.billio-classic-layout
  main#content
  #archive-post
  .format-quote
  blockquote::before,
.billio-classic-layout
  main#content
  #blog-entries
  .format-quote
  blockquote::before,
.billio-classic-layout
  main#content
  #category-post
  .format-quote
  blockquote::before {
  content: "\f10d";
  font-family: uf-font, sans-serif;
  margin-right: 12px;
  font-size: 36px;
}
.billio-classic-layout main#content #archive-post .format-quote blockquote p,
.billio-classic-layout main#content #blog-entries .format-quote blockquote p,
.billio-classic-layout main#content #category-post .format-quote blockquote p {
  font-style: normal;
  margin: -50px 0 0 48px;
}
.billio-classic-layout main#content #archive-post .format-quote blockquote cite,
.billio-classic-layout main#content #blog-entries .format-quote blockquote cite,
.billio-classic-layout
  main#content
  #category-post
  .format-quote
  blockquote
  cite {
  position: relative;
  display: block;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  padding: 12px 16px 0 16px;
  font-style: normal;
}
.billio-classic-layout
  main#content
  #archive-post
  .format-quote
  blockquote
  cite::before,
.billio-classic-layout
  main#content
  #blog-entries
  .format-quote
  blockquote
  cite::before,
.billio-classic-layout
  main#content
  #category-post
  .format-quote
  blockquote
  cite::before {
  position: absolute;
  left: 0;
  content: "\2014";
}
.billio-classic-layout
  main#content
  #archive-post
  .format-quote
  blockquote
  cite::after,
.billio-classic-layout
  main#content
  #blog-entries
  .format-quote
  blockquote
  cite::after,
.billio-classic-layout
  main#content
  #category-post
  .format-quote
  blockquote
  cite::after {
  position: absolute;
  right: 0;
  content: "\2014";
}
.billio-classic-layout main#content #archive-post .pagination,
.billio-classic-layout main#content #blog-entries .pagination,
.billio-classic-layout main#content #category-post .pagination {
  padding: 0;
}
.billio-classic-layout .uf-card-header {
  margin-bottom: 24px;
}
@media (max-width: 991.98px) {
  .billio-classic-layout .uf-card-header {
    margin-bottom: 12px;
  }
}
.billio-classic-layout .uf-card-header.thumbnail {
  margin-bottom: 48px;
}
@media (max-width: 991.98px) {
  .billio-classic-layout .uf-card-header.thumbnail {
    margin-bottom: 36px;
  }
}
.uf-single-post__content {
  padding: 12px 0 0;
}
.uf-single-post__content h1 img,
.uf-single-post__content h2 img,
.uf-single-post__content h3 img,
.uf-single-post__content h4 img {
  margin-bottom: 24px;
}
.uf-single-post__content ol {
  padding: 0 0 0 43px;
  margin: 0 0 24px;
}
.uf-single-post__content li,
.uf-single-post__content p {
  color: #333;
}
.uf-single-post__content hr {
  margin-top: 12px;
  margin-bottom: 24px;
  border: 0.5px solid #e3e3e3;
}
.uf-single-post__content a {
  color: #e5a300;
}
.uf-single-post__content a:hover {
  color: #d19500;
}
.uf-single-post__content blockquote {
  color: #333;
}
.uf-single-post__content blockquote p {
  color: #333;
}
.uf-single-post__content .mejs-container {
  margin-bottom: 24px;
}
.uf-single-post__content .gallery-icon img {
  padding: 0 0 6px;
}
.uf-single-post__tags {
  display: inline-block;
  padding: 0 0 18px;
}
.uf-single-post__tags a:hover {
  color: #333;
}
.uf-single-post__meta-category ul.post-categories {
  list-style: none;
  padding: 0;
  margin: 0 0 0 18px 0;
}
.uf-single-post__meta-category ul.post-categories li {
  display: inline-block;
}
.uf-single-post .post-meta {
  margin: 0 0 24px;
  color: #aeaeae;
}
.uf-single-post .post-meta-author {
  color: #333;
  font-style: normal;
  text-transform: capitalize;
}
.uf-single-post .post-meta-date {
  color: #6b6b6b;
  font-style: normal;
}
.uf-single-post__title .wp-post-image {
  margin: 0 0 24px;
}
.uf-single-post-title {
  margin: 0 0 24px;
}
.uf-single-post .wp-caption-text {
  color: #6b6b6b;
}
.uf-single-post .wp-caption-text a:hover {
  color: #e5a300;
}
#author-bio {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 24px 0;
}
#author-bio .author-bio__avatar img {
  margin-right: 24px;
  height: 85px;
  width: auto;
}
#author-bio .author-bio__content {
  color: #6b6b6b;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 1.125rem;
}
#author-bio .author-bio__content .author-bio__name {
  text-transform: capitalize;
  font-size: 1.125rem;
  margin-bottom: 3px;
}
.page-links {
  margin: 30px 0;
  color: #e5a300;
  clear: both;
  float: left;
  width: 100%;
}
.page-links span {
  padding: 0 6px;
}
.page-links a {
  color: #333;
  font-size: 0.889rem;
  padding: 0 6px;
}
.page-links a:hover {
  color: #e5a300;
}
.page-links a:first-child,
.page-links span:first-child {
  padding-left: 0;
}
.page-links a:last-child,
.page-links span:last-child {
  padding-right: 0;
}
.post-navigation .nav-links {
  padding: 36px 0;
  border-top: 1px solid #e3e3e3;
  border-bottom: 1px solid #e3e3e3;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #333;
  font-weight: 700;
}
.post-navigation .nav-links i {
  width: 30px;
  height: 30px;
  border: 1px solid #e3e3e3;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.post-navigation .nav-links .nav-previous {
  text-align: left;
}
.post-navigation .nav-links .nav-previous i {
  position: absolute;
  left: 0;
}
.post-navigation .nav-links .nav-previous i::before {
  position: absolute;
  -webkit-transform: translate(8px, 9px);
  -moz-transform: translate(8px, 9px);
  transform: translate(8px, 9px);
}
.post-navigation .nav-links .nav-next {
  text-align: right;
}
.post-navigation .nav-links .nav-next i {
  position: absolute;
  left: 100%;
  margin-left: -30px;
}
.post-navigation .nav-links .nav-next i::before {
  position: absolute;
  -webkit-transform: translate(-19px, 9px);
  -moz-transform: translate(-19px, 9px);
  transform: translate(-19px, 9px);
}
.post-navigation .nav-links .nav-next,
.post-navigation .nav-links .nav-previous {
  padding: 0 42px;
  position: relative;
}
.post-navigation .nav-links .nav-next .billio_nav_text,
.post-navigation .nav-links .nav-previous .billio_nav_text {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: -3px;
}
.post-navigation .nav-links .nav-next .billio_nav_text span:first-child,
.post-navigation .nav-links .nav-previous .billio_nav_text span:first-child {
  font-style: italic;
  color: #aeaeae;
}
.post-navigation .nav-links .nav-next:hover i,
.post-navigation .nav-links .nav-previous:hover i {
  border-color: #e5a300;
  background-color: #e5a300;
  color: #fff;
}
.pingback {
  padding: 24px 0;
  border-bottom: 1px solid #e3e3e3;
}
.pingback p {
  margin-bottom: 0;
}
.pingback span {
  margin: 0 0 0 12px;
}
.pingback span.edit-link {
  margin: 0 0 0 6px;
}
.pingback a {
  font-weight: 700;
}
.related-posts {
  font-size: 14px;
  margin: 0 0 48px;
  padding: 48px 0 0;
}
.related-posts .card {
  -webkit-transition: opacity 0.2s ease-out, -webkit-box-shadow 0.3s ease-out,
    -webkit-transform 0.3s ease-out;
  transition: opacity 0.2s ease-out, -webkit-box-shadow 0.3s ease-out,
    -webkit-transform 0.3s ease-out;
  -moz-transition: box-shadow 0.3s ease-out, transform 0.3s ease-out,
    opacity 0.2s ease-out, -moz-box-shadow 0.3s ease-out,
    -moz-transform 0.3s ease-out;
  transition: box-shadow 0.3s ease-out, transform 0.3s ease-out,
    opacity 0.2s ease-out;
  transition: box-shadow 0.3s ease-out, transform 0.3s ease-out,
    opacity 0.2s ease-out, -webkit-box-shadow 0.3s ease-out,
    -moz-box-shadow 0.3s ease-out, -webkit-transform 0.3s ease-out,
    -moz-transform 0.3s ease-out;
  -webkit-transition-delay: 0.1s;
  -moz-transition-delay: 0.1s;
  transition-delay: 0.1s;
  border: 0;
}
.related-posts .card:hover {
  -webkit-transform: translate(0, -4px);
  -moz-transform: translate(0, -4px);
  transform: translate(0, -4px);
}
.related-posts .card-title {
  overflow: hidden;
  max-height: 3rem;
  -webkit-line-clamp: 2;
  overflow-wrap: break-word;
  word-wrap: break-word;
  margin-bottom: 1.5rem;
}
.related-posts .card-body {
  padding: 24px;
  min-height: 10rem;
}
.related-posts .card-img-top {
  height: 151px;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (max-width: 991.98px) {
  .related-posts .card-img-top {
    height: 197px;
  }
}
@media (max-width: 991.98px) {
  .related-posts .card-col {
    margin: 0 0 24px;
  }
  .related-posts .card-col:last-child {
    margin: 0;
  }
}
.related-posts .card .featured-image {
  width: 100%;
  height: 151px;
  background-position: center;
  -moz-background-size: cover;
  background-size: cover;
}
.related-posts .meta-entries {
  margin-top: auto;
}
.related-posts .meta-entries__author-date {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.related-posts .meta-entries__author-date__gravatar {
  margin: 0 12px 0 0;
}
.related-posts .meta-entries__author-date__info {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.related-posts .meta-entries img.avatar {
  width: 41px;
  height: 41px;
}
.related-posts .meta-author {
  line-height: normal;
  margin-bottom: 0 0 3px;
}
.related-posts .meta-author a {
  line-height: normal;
}
.related-posts .meta-date {
  line-height: normal;
  color: #6b6b6b;
}
.related-posts-disabled .related-posts {
  display: none;
}
@media (max-width: 767.98px) {
  #blog-entries {
    padding: 0;
  }
}
.billio-content {
  padding: 0 24px;
}
.blog .billio-content,
.single-post .billio-content {
  padding: 0 24px 96px;
}
@media (max-width: 767.98px) {
  .billio-content {
    margin: 0 0 48px;
  }
}
@media (max-width: 767.98px) {
  .billio-content#single-page {
    margin: 0;
  }
}
body.blog.billio-header-image-hide > div > main > div > .row {
  margin-top: 48px;
}
.entry-header {
  margin-top: 48px;
  margin-bottom: 96px;
}
.home .entry-header {
  margin-bottom: 0;
}
.hide-title .entry-header {
  margin-bottom: 0;
}
#footer .widget {
  color: #fff;
}
#footer .widget a {
  color: #fff;
}
#footer .widget a:hover {
  color: #e5a300;
}
#footer .widget-title {
  color: #fff;
}
#footer #legal {
  padding-top: 24px;
  padding-bottom: 24px;
  background-color: rgba(0, 0, 0, 0.1);
  text-align: center;
}
#footer #bottom {
  padding: 48px 24px;
  padding-bottom: 0;
}
@media (max-width: 991.98px) {
  #footer #bottom .col-md-6:only-of-type {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
#footer #builder .row {
  margin-left: 0;
  margin-right: 0;
}
#footer {
  background-color: #000;
  color: rgba(255, 255, 255, 0.6);
  padding: 0;
}
@media (max-width: 783px) {
  #footer .row > div:last-child > section:last-child {
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
  }
}
#sidebar {
  padding: 0;
}
@media (max-width: 991.98px) {
  #sidebar {
    padding: 0;
  }
}
#sidebar .widget_archive ul,
#sidebar .widget_categories ul,
#sidebar .widget_meta ul,
#sidebar .widget_nav_menu ul,
#sidebar .widget_pages ul,
#sidebar .widget_recent_comments ul,
#sidebar .widget_recent_entries ul,
#sidebar .widget_rss ul {
  padding: 0;
  margin-bottom: 0;
}
#sidebar .widget_calendar table {
  margin-bottom: 0;
}
#sidebar .widget_tag_cloud .tagcloud {
  margin-bottom: -6px;
}
#sidebar .widget_text form {
  margin-bottom: -22px;
}
.billio-sidebar {
  padding: 0 24px;
  padding-bottom: 48px;
}
.error404 #not-found {
  height: 80vh;
}
.error404 #not-found h1 {
  color: #e5a300;
  margin: 0 0 12px;
}
.error404 #not-found h2 {
  color: #333;
  margin: 0 0 12px;
}
.error404 #not-found p {
  color: #6b6b6b;
  margin: 0 0 24px;
}
@media (max-width: 767.98px) {
  .error404 #not-found {
    padding: 0 12px;
  }
}
.error404 .search-form-wrapper {
  width: 350px;
}
@media (max-width: 767.98px) {
  .error404 .search-form-wrapper {
    width: 100%;
  }
}
article.sticky {
  position: relative;
}
article.entry.sticky::before {
  content: "\f02e";
  position: absolute;
  top: -10px;
  left: initial;
  right: 24px;
  font-family: uf-font !important;
  font-size: 23px;
  color: #e5a300;
}
article.entry.grid-item.sticky::before {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  -moz-transition: transform 0.3s ease-out, -moz-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out,
    -moz-transform 0.3s ease-out;
  -webkit-transition-delay: 0.1s;
  -moz-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
article.entry.grid-item.sticky:hover::before {
  -webkit-transform: translateY(-6px);
  -moz-transform: translateY(-6px);
  transform: translateY(-6px);
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  -moz-border-radius: 75px;
  border-radius: 75px;
  word-wrap: break-word;
  background-color: #f5f5f5;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
  border: none;
}
.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}
.popover .arrow::after,
.popover .arrow::before {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}
.bs-popover-auto[x-placement^="top"],
.bs-popover-top {
  margin-bottom: 0.5rem;
}
.bs-popover-auto[x-placement^="top"] .arrow,
.bs-popover-top .arrow {
  bottom: -moz-calc((0.3rem + 1px) * -1);
  bottom: calc((0.3rem + 1px) * -1);
}
.bs-popover-auto[x-placement^="top"] .arrow::after,
.bs-popover-auto[x-placement^="top"] .arrow::before,
.bs-popover-top .arrow::after,
.bs-popover-top .arrow::before {
  border-width: 0.5rem 0.5rem 0;
}
.bs-popover-auto[x-placement^="top"] .arrow::before,
.bs-popover-top .arrow::before {
  bottom: 0;
  border-top-color: #f5f5f5;
}
.bs-popover-auto[x-placement^="top"] .arrow::after,
.bs-popover-top .arrow::after {
  bottom: 1px;
  border-top-color: #f5f5f5;
}
.bs-popover-auto[x-placement^="right"],
.bs-popover-right {
  margin-left: 0.5rem;
}
.bs-popover-auto[x-placement^="right"] .arrow,
.bs-popover-right .arrow {
  left: -moz-calc((0.3rem + 1px) * -1);
  left: calc((0.3rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.bs-popover-auto[x-placement^="right"] .arrow::after,
.bs-popover-auto[x-placement^="right"] .arrow::before,
.bs-popover-right .arrow::after,
.bs-popover-right .arrow::before {
  border-width: 0.5rem 0.5rem 0.5rem 0;
}
.bs-popover-auto[x-placement^="right"] .arrow::before,
.bs-popover-right .arrow::before {
  left: 0;
  border-right-color: #f5f5f5;
}
.bs-popover-auto[x-placement^="right"] .arrow::after,
.bs-popover-right .arrow::after {
  left: 1px;
  border-right-color: #f5f5f5;
}
.bs-popover-auto[x-placement^="bottom"],
.bs-popover-bottom {
  margin-top: 0.5rem;
}
.bs-popover-auto[x-placement^="bottom"] .arrow,
.bs-popover-bottom .arrow {
  top: -moz-calc((0.3rem + 1px) * -1);
  top: calc((0.3rem + 1px) * -1);
}
.bs-popover-auto[x-placement^="bottom"] .arrow::after,
.bs-popover-auto[x-placement^="bottom"] .arrow::before,
.bs-popover-bottom .arrow::after,
.bs-popover-bottom .arrow::before {
  border-width: 0 0.5rem 0.5rem 0.5rem;
}
.bs-popover-auto[x-placement^="bottom"] .arrow::before,
.bs-popover-bottom .arrow::before {
  top: 0;
  border-bottom-color: #f5f5f5;
}
.bs-popover-auto[x-placement^="bottom"] .arrow::after,
.bs-popover-bottom .arrow::after {
  top: 1px;
  border-bottom-color: #f5f5f5;
}
.bs-popover-auto[x-placement^="bottom"] .popover-header::before,
.bs-popover-bottom .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}
.bs-popover-auto[x-placement^="left"],
.bs-popover-left {
  margin-right: 0.5rem;
}
.bs-popover-auto[x-placement^="left"] .arrow,
.bs-popover-left .arrow {
  right: -moz-calc((0.3rem + 1px) * -1);
  right: calc((0.3rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.bs-popover-auto[x-placement^="left"] .arrow::after,
.bs-popover-auto[x-placement^="left"] .arrow::before,
.bs-popover-left .arrow::after,
.bs-popover-left .arrow::before {
  border-width: 0.5rem 0 0.5rem 0.5rem;
}
.bs-popover-auto[x-placement^="left"] .arrow::before,
.bs-popover-left .arrow::before {
  right: 0;
  border-left-color: #f5f5f5;
}
.bs-popover-auto[x-placement^="left"] .arrow::after,
.bs-popover-left .arrow::after {
  right: 1px;
  border-left-color: #f5f5f5;
}
.popover-header {
  margin: 0;
}
.popover-body {
  padding: 6px 12px;
}
.popover-body a,
.popover-body span {
  margin-right: 6px;
  cursor: pointer;
}
.popover-body a:last-child,
.popover-body span:last-child {
  margin-right: 0;
}
.popover-body span.icon-facebook {
  color: #3b5998;
}
.popover-body span.icon-facebook:hover {
  color: #2d4373;
}
.popover-body span.icon-twitter {
  color: #1da1f2;
}
.popover-body span.icon-twitter:hover {
  color: #0c85d0;
}
.popover-body span.icon-google-plus {
  color: #f12f26;
}
.popover-body span.icon-google-plus:hover {
  color: #d6170e;
}
#sosial-share-content {
  display: none;
}
.carousel-control-next,
.carousel-control-prev {
  opacity: 1;
}
.carousel-control-next span,
.carousel-control-prev span {
  color: rgba(255, 255, 255, 0.2);
  font-size: 46px;
}
.carousel-control-next span:hover,
.carousel-control-prev span:hover {
  color: rgba(255, 255, 255, 0.6);
}
.content-button a,
a.kc-read-more {
  color: #fff !important;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.content-button a:hover,
a.kc-read-more:hover {
  background: #d19500;
  -webkit-box-shadow: inset 0 0 100px 100px rgba(0, 0, 0, 0.1) !important;
  -moz-box-shadow: inset 0 0 100px 100px rgba(0, 0, 0, 0.1) !important;
  box-shadow: inset 0 0 100px 100px rgba(0, 0, 0, 0.1) !important;
}
.kc-ui-progress,
.kc_button {
  background-color: #dc3545 !important;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.kc-ui-progress:hover,
.kc_button:hover {
  -webkit-box-shadow: inset 0 0 100px 100px rgba(0, 0, 0, 0.1) !important;
  -moz-box-shadow: inset 0 0 100px 100px rgba(0, 0, 0, 0.1) !important;
  box-shadow: inset 0 0 100px 100px rgba(0, 0, 0, 0.1) !important;
}
@media (max-width: 783px) {
  .kc-ui-progress,
  .kc_button {
    white-space: normal !important;
  }
}
.kc-blog-posts .kc-post-2-button {
  color: #fff !important;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.kc-blog-posts .kc-post-2-button:hover {
  background: #d19500;
  -webkit-box-shadow: inset 0 0 100px 100px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 0 100px 100px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 0 100px 100px rgba(0, 0, 0, 0.1);
}
.list-item .kc-entry_meta > span i {
  color: #e5a300;
}
.kc-team .content-socials a {
  border: 0 !important;
  background: #e5a300;
}
.kc_tabs_nav li.ui-tabs-active a,
.kc_tabs_nav li.ui-tabs-active a:hover,
.owl-theme .owl-controls .owl-page span {
  color: #e5a300 !important;
}
.owl-theme .owl-controls .owl-page span {
  background-color: #e5a300 !important;
}
.list-item .kc-entry_meta > span a:hover {
  color: #e5a300;
}
.post-grid > div > .content > .entry-meta > span > a {
  color: #e5a300;
}
.post-grid > div > .content > .post-title-alt > a:hover {
  color: #e5a300;
}
.list-post-type > .list-item > .post-content > h3 > a:hover {
  color: #e5a300;
}
.billio-content .kc-container {
  padding-left: 0;
  padding-right: 0;
}
.kc_column_inner {
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 768px) {
  .page.kingcomposer .entry-content > :nth-child(2) {
    margin-top: -48px;
  }
}
.unflash_fullwidth {
  width: 100vw;
  position: relative;
  padding-left: -moz-calc((100vw - 1060px)/ 2);
  padding-left: calc((100vw - 1060px) / 2);
  padding-right: -moz-calc((100vw - 1060px)/ 2);
  padding-right: calc((100vw - 1060px) / 2);
  left: -moz-calc(-100vw / 2 + 1060px / 2);
  left: calc(-100vw / 2 + 1060px / 2);
  right: -moz-calc(-100vw / 2 + 1060px / 2);
  right: calc(-100vw / 2 + 1060px / 2);
}
.page .entry-content > p:nth-child(1) {
  margin-top: -48px !important;
}
.woocommerce-cart .woocommerce-message {
  border: 0;
}
.woocommerce-cart table.shop_table {
  border: 0;
  padding-top: 24px;
}
.woocommerce-cart table.shop_table tr th {
  color: #333;
  border: 0;
  padding-bottom: 24px;
  padding-top: 0;
}
.woocommerce-cart table.shop_table tr td {
  padding-top: 24px;
  padding-bottom: 24px;
}
.woocommerce-cart table.shop_table tr td.actions .coupon {
  padding-bottom: 0;
}
.woocommerce-cart table.shop_table tr td.actions .coupon .input-text {
  border: 1px solid #e3e3e3;
  height: 45px;
  width: 320px !important;
  padding: 12px 48px;
}
@media (max-width: 783px) {
  .woocommerce-cart table.shop_table tr td.actions .coupon .input-text {
    width: 100% !important;
  }
}
.woocommerce-cart table.shop_table tr td.actions .coupon .button {
  padding: 12px 48px;
  color: #fff;
}
@media (max-width: 783px) {
  .woocommerce-cart table.shop_table tr td.actions .coupon .button {
    width: 100% !important;
    margin-top: 12px;
  }
}
.woocommerce-cart table.shop_table tr td.product-remove {
  width: 24px;
}
@media (max-width: 783px) {
  .woocommerce-cart table.shop_table tr td.product-remove {
    width: 100%;
  }
}
.woocommerce-cart table.shop_table tr td.product-thumbnail {
  width: 88px;
}
.woocommerce-cart table.shop_table tr td .quantity .qty {
  height: 45px;
  width: 100px;
}
.woocommerce-cart table.shop_table .product-thumbnail a img {
  width: 64px;
}
.woocommerce-cart .cart_totals h2 {
  text-transform: capitalize;
}
.woocommerce-cart
  .cart_totals
  table.shop_table.shop_table_responsive
  .cart-subtotal
  th {
  text-transform: none;
  letter-spacing: normal;
  padding-top: 24px;
}
.woocommerce-cart
  .cart_totals
  table.shop_table.shop_table_responsive
  .cart-subtotal
  td {
  padding-top: 24px;
}
.woocommerce-cart
  .cart_totals
  table.shop_table.shop_table_responsive
  .cart-subtotal
  td
  .amount {
  color: #e5a300;
}
.woocommerce-cart
  .cart_totals
  table.shop_table.shop_table_responsive
  .shipping
  th {
  text-transform: none;
  letter-spacing: normal;
  padding-top: 24px;
}
.woocommerce-cart
  .cart_totals
  table.shop_table.shop_table_responsive
  .shipping
  td {
  padding-top: 24px;
}
.woocommerce-cart
  .cart_totals
  table.shop_table.shop_table_responsive
  .shipping
  td
  .woocommerce-shipping-calculator
  p {
  margin-bottom: 0;
}
.woocommerce-cart
  .cart_totals
  table.shop_table.shop_table_responsive
  .shipping
  td
  .amount {
  color: #e5a300;
}
.woocommerce-cart
  .cart_totals
  table.shop_table.shop_table_responsive
  .shipping
  td
  a.shipping-calculator-button {
  background-color: rgba(0, 0, 0, 0.1);
  text-transform: uppercase;
  display: block;
  text-align: center;
  padding: 12px 0 12px 0;
}
.woocommerce-cart
  .cart_totals
  table.shop_table.shop_table_responsive
  .shipping
  td
  a.shipping-calculator-button:hover {
  color: #333;
  background-color: rgba(0, 0, 0, 0.2);
}
.woocommerce-cart
  .cart_totals
  table.shop_table.shop_table_responsive
  .shipping
  td
  #shipping_method {
  margin-bottom: 12px;
}
.woocommerce-cart
  .cart_totals
  table.shop_table.shop_table_responsive
  .shipping
  td
  .shipping-calculator-form
  p {
  margin-bottom: 0;
}
.woocommerce-cart
  .cart_totals
  table.shop_table.shop_table_responsive
  .shipping
  td
  .shipping-calculator-form
  #calc_shipping_country_field {
  margin-top: 12px;
}
.woocommerce-cart
  .cart_totals
  table.shop_table.shop_table_responsive
  .shipping
  td
  .shipping-calculator-form
  .selectize-control.country_to_state.country_select.single {
  width: 100%;
}
.woocommerce-cart
  .cart_totals
  table.shop_table.shop_table_responsive
  .shipping
  td
  .shipping-calculator-form
  .selectize-control.country_to_state.country_select.single::after {
  margin: 0;
}
.woocommerce-cart
  .cart_totals
  table.shop_table.shop_table_responsive
  .shipping
  td
  .shipping-calculator-form
  #calc_shipping_state_field
  span {
  width: 100%;
}
.woocommerce-cart
  .cart_totals
  table.shop_table.shop_table_responsive
  .shipping
  td
  .shipping-calculator-form
  #calc_shipping_state_field
  span::after {
  margin: 0;
}
.woocommerce-cart
  .cart_totals
  table.shop_table.shop_table_responsive
  .shipping
  td
  .shipping-calculator-form
  .selectize-control.single::after {
  margin: 0;
}
.woocommerce-cart
  .cart_totals
  table.shop_table.shop_table_responsive
  .shipping
  td
  .shipping-calculator-form
  #calc_shipping_state {
  margin-bottom: 12px;
}
.woocommerce-cart
  .cart_totals
  table.shop_table.shop_table_responsive
  .shipping
  td
  .shipping-calculator-form
  .button {
  background-color: #fff;
  border: solid 1px #e3e3e3;
  color: #333;
  width: 100%;
  margin-top: 12px;
}
.woocommerce-cart
  .cart_totals
  table.shop_table.shop_table_responsive
  .shipping
  td
  .shipping-calculator-form
  .button:hover {
  background: rgba(0, 0, 0, 0.1);
}
.woocommerce-cart
  .cart_totals
  table.shop_table.shop_table_responsive
  .shipping
  td::before {
  content: "";
}
.woocommerce-cart
  .cart_totals
  table.shop_table.shop_table_responsive
  .order-total
  th {
  padding-top: 24px;
}
.woocommerce-cart
  .cart_totals
  table.shop_table.shop_table_responsive
  .order-total
  td
  .amount {
  color: #e5a300;
}
.woocommerce-cart .cross-sells .onsale {
  background-color: #e5a300;
  top: 12px;
  left: 12px;
  min-width: 50px;
  line-height: 3.3;
}
.woocommerce-cart .cross-sells h2 {
  color: #333;
  text-transform: capitalize;
}
.woocommerce .cart-collaterals .cross-sells ul.products li,
.woocommerce-page .cart-collaterals .cross-sells ul.products li {
  width: 45%;
}
ul.product_list_widget li img.attachment-woocommerce_thumbnail {
  width: 48px;
  margin-bottom: 12px;
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .woocommerce ul.products li.product {
    margin: 12px 7px !important;
  }
}
.kc-raw-code .woocommerce ul.products {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.kc-raw-code .woocommerce ul.products::after,
.kc-raw-code .woocommerce ul.products::before {
  display: none;
}
.product_list_widget li {
  border-bottom: 1px solid rgba(51, 51, 51, 0.1);
}
.product_list_widget li a {
  padding-bottom: 0;
  font-family: Montserrat, sans-serif;
  margin-top: 12px;
  margin-bottom: 6px;
  border-bottom: none !important;
}
.product_list_widget li .star-rating {
  margin-bottom: 6px;
}
.product_list_widget li ins {
  text-decoration: none;
}
.woocommerce .woocommerce-ordering ul.products li.product,
.woocommerce-page ul.products li.product {
  width: 22.75%;
}
.woocommerce .woocommerce-ordering .woocommerce-ordering,
.woocommerce .woocommerce-ordering .woocommerce-result-count,
.woocommerce-page .woocommerce-ordering,
.woocommerce-page .woocommerce-result-count {
  float: inherit;
}
.grid-item .added_to_cart {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  line-height: 3.9em !important;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 10;
}
.woocommerce-product-search {
  position: relative;
}
.woocommerce-product-search .search-field {
  -moz-border-radius: 100px;
  border-radius: 100px;
  padding: 12px 24px 12px 24px;
}
.woocommerce-product-search .search-field::before {
  content: "\e917";
  color: #333;
}
.woocommerce-product-search button {
  border: none;
  background: 0 0;
  -moz-border-radius: 75px;
  border-radius: 75px;
  cursor: pointer;
  outline: 0;
  font-family: uf-font !important;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  top: 15px;
  right: -20px;
  z-index: 999999;
  color: transparent;
}
.woocommerce-product-search button::before {
  content: "\e917";
  color: #333;
}
footer .woocommerce .tagcloud a {
  font-size: 11px !important;
  background-color: #6b6b6b;
  color: #fff !important;
}
footer .woocommerce .tagcloud a:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
footer .woocommerce p.woocommerce-mini-cart__total.total {
  color: #fff;
}
footer .woocommerce .price_slider {
  background-color: rgba(255, 255, 255, 0.6);
}
footer .woocommerce a.button {
  width: 100%;
  -moz-border-radius: 40px;
  border-radius: 40px;
  border: none;
  background-color: #fff;
  padding: 12px;
  text-align: center;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 2px;
  color: #333 !important;
}
footer .woocommerce a.button:hover {
  background-color: #e6e6e6;
  color: #333 !important;
}
footer .woocommerce a.button.checkout {
  background-color: #e5a300;
  color: #fff !important;
}
footer .woocommerce a.button.checkout:hover {
  background-color: #d19500;
  color: #fff !important;
}
footer .woocommerce .product_list_widget li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.woocommerce-MyAccount-content .woocommerce-Message a.button {
  width: auto;
}
.woocommerce-MyAccount-content .woocommerce-form-row {
  display: block;
}
.woocommerce-MyAccount-content .woocommerce-form-row label {
  color: #333;
}
.woocommerce-MyAccount-content .button {
  text-align: center;
  vertical-align: middle;
  text-transform: uppercase;
  border: none;
  color: #fff !important;
  background: #e5a300 !important;
  padding: 12px 48px !important;
  -moz-border-radius: 75px !important;
  border-radius: 75px !important;
  cursor: pointer;
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  transition: all 250ms ease;
  margin-top: 12px !important;
}
.woocommerce-MyAccount-content .button:hover {
  background: #d19500 !important;
}
.woocommerce-MyAccount-content .button:disabled {
  background: #fababb !important;
}
.woocommerce-MyAccount-content .button:focus {
  outline: 0 !important;
}
.woocommerce-MyAccount-content #billing_address_1_field,
.woocommerce-MyAccount-content #billing_address_2_field,
.woocommerce-MyAccount-content #billing_city_field,
.woocommerce-MyAccount-content #billing_company_field,
.woocommerce-MyAccount-content #billing_country_field,
.woocommerce-MyAccount-content #billing_email_field,
.woocommerce-MyAccount-content #billing_first_name_field,
.woocommerce-MyAccount-content #billing_last_name_field,
.woocommerce-MyAccount-content #billing_phone_field,
.woocommerce-MyAccount-content #billing_postcode_field,
.woocommerce-MyAccount-content #billing_state_field,
.woocommerce-MyAccount-content #shipping_address_1_field,
.woocommerce-MyAccount-content #shipping_address_2_field,
.woocommerce-MyAccount-content #shipping_city_field,
.woocommerce-MyAccount-content #shipping_company_field,
.woocommerce-MyAccount-content #shipping_country_field,
.woocommerce-MyAccount-content #shipping_email_field,
.woocommerce-MyAccount-content #shipping_first_name_field,
.woocommerce-MyAccount-content #shipping_last_name_field,
.woocommerce-MyAccount-content #shipping_phone_field,
.woocommerce-MyAccount-content #shipping_postcode_field,
.woocommerce-MyAccount-content #shipping_state_field {
  display: block;
}
.woocommerce-MyAccount-content #billing_address_1_field label,
.woocommerce-MyAccount-content #billing_address_2_field label,
.woocommerce-MyAccount-content #billing_city_field label,
.woocommerce-MyAccount-content #billing_company_field label,
.woocommerce-MyAccount-content #billing_country_field label,
.woocommerce-MyAccount-content #billing_email_field label,
.woocommerce-MyAccount-content #billing_first_name_field label,
.woocommerce-MyAccount-content #billing_last_name_field label,
.woocommerce-MyAccount-content #billing_phone_field label,
.woocommerce-MyAccount-content #billing_postcode_field label,
.woocommerce-MyAccount-content #billing_state_field label,
.woocommerce-MyAccount-content #shipping_address_1_field label,
.woocommerce-MyAccount-content #shipping_address_2_field label,
.woocommerce-MyAccount-content #shipping_city_field label,
.woocommerce-MyAccount-content #shipping_company_field label,
.woocommerce-MyAccount-content #shipping_country_field label,
.woocommerce-MyAccount-content #shipping_email_field label,
.woocommerce-MyAccount-content #shipping_first_name_field label,
.woocommerce-MyAccount-content #shipping_last_name_field label,
.woocommerce-MyAccount-content #shipping_phone_field label,
.woocommerce-MyAccount-content #shipping_postcode_field label,
.woocommerce-MyAccount-content #shipping_state_field label {
  color: #333;
}
.woocommerce-account .woocommerce-Address {
  max-width: 48%;
}
.woocommerce-account .woocommerce-form.login {
  color: #333;
  padding: 0;
  margin-top: 0;
  border: 0;
}
.woocommerce-account .woocommerce-form.login .button.woocommerce-Button.button {
  margin-right: 24px;
}
.woocommerce-account .woocommerce-form.login .form-row {
  margin: 0;
  padding: 0;
  margin-bottom: 12px;
}
.woocommerce-account .woocommerce-form.login .form-row button {
  margin-top: 12px;
}
.woocommerce-account .woocommerce-form.login .form-row label {
  line-height: 3;
  margin-bottom: 0;
  margin-top: auto;
  text-transform: capitalize;
  color: #333;
}
.woocommerce-account .woocommerce-form.login .form-row label input {
  margin-right: 6px;
}
.woocommerce-account .woocommerce-form.login .lost_password a {
  text-decoration: underline;
}
.woocommerce-account .button {
  margin-top: 12px;
}
.woocommerce-lost-password .lost_reset_password p {
  color: #333;
  padding: 0;
}
.woocommerce-lost-password .lost_reset_password p.form-row-first {
  margin-bottom: 24px;
}
.woocommerce-lost-password .lost_reset_password label {
  color: #333;
}
.woocommerce ul.products li.product {
  background-color: #fff;
  -webkit-transition: opacity 0.2s ease-out, -webkit-box-shadow 0.3s ease-out,
    -webkit-transform 0.3s ease-out;
  transition: opacity 0.2s ease-out, -webkit-box-shadow 0.3s ease-out,
    -webkit-transform 0.3s ease-out;
  -moz-transition: box-shadow 0.3s ease-out, transform 0.3s ease-out,
    opacity 0.2s ease-out, -moz-box-shadow 0.3s ease-out,
    -moz-transform 0.3s ease-out;
  transition: box-shadow 0.3s ease-out, transform 0.3s ease-out,
    opacity 0.2s ease-out;
  transition: box-shadow 0.3s ease-out, transform 0.3s ease-out,
    opacity 0.2s ease-out, -webkit-box-shadow 0.3s ease-out,
    -moz-box-shadow 0.3s ease-out, -webkit-transform 0.3s ease-out,
    -moz-transform 0.3s ease-out;
  -webkit-transition-delay: 0.1s;
  -moz-transition-delay: 0.1s;
  transition-delay: 0.1s;
  overflow: hidden;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  transform: translateZ(0);
  display: inline-block;
  border: 0;
  margin: 12px;
  -webkit-box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.08);
}
.woocommerce ul.products li.product:hover {
  opacity: 1 !important;
  -webkit-transform: translate(0, -4px);
  -moz-transform: translate(0, -4px);
  transform: translate(0, -4px);
  -webkit-transition: opacity 0.2s ease-out, -webkit-box-shadow 0.3s ease-out,
    -webkit-transform 0.3s ease-out;
  transition: opacity 0.2s ease-out, -webkit-box-shadow 0.3s ease-out,
    -webkit-transform 0.3s ease-out;
  -moz-transition: box-shadow 0.3s ease-out, transform 0.3s ease-out,
    opacity 0.2s ease-out, -moz-box-shadow 0.3s ease-out,
    -moz-transform 0.3s ease-out;
  transition: box-shadow 0.3s ease-out, transform 0.3s ease-out,
    opacity 0.2s ease-out;
  transition: box-shadow 0.3s ease-out, transform 0.3s ease-out,
    opacity 0.2s ease-out, -webkit-box-shadow 0.3s ease-out,
    -moz-box-shadow 0.3s ease-out, -webkit-transform 0.3s ease-out,
    -moz-transform 0.3s ease-out;
  -webkit-transition-delay: 0.1s;
  -moz-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.woocommerce ul.products li.product .onsale {
  background-color: #e5a300;
  color: #fff;
  top: 12px;
  right: auto;
  left: 12px;
  min-width: 50px;
  line-height: 3.3;
}
.woocommerce ul.products li.product h2.woocommerce-loop-product__title {
  padding: 0 24px 12px;
  text-align: center;
}
.woocommerce ul.products li.product h2.woocommerce-loop-product__title:hover {
  color: #e5a300;
}
.woocommerce ul.products li.product .star-rating {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 12px;
}
.woocommerce ul.products li.product .price {
  margin: 0 24px 12px;
  color: #e5a300;
  text-align: center;
}
.woocommerce ul.products li.product .price .woocommerce-Price-amount.amount,
.woocommerce ul.products li.product .price ins,
.woocommerce
  ul.products
  li.product
  .price
  ins
  .woocommerce-Price-amount.amount {
  color: #e5a300;
  text-decoration: none;
}
.woocommerce
  ul.products
  li.product
  .price
  del
  .woocommerce-Price-amount.amount {
  color: #6b6b6b;
  text-decoration: line-through;
  -webkit-text-decoration-style: initial;
  -moz-text-decoration-style: initial;
  text-decoration-style: initial;
  -webkit-text-decoration-color: #6b6b6b;
  -moz-text-decoration-color: #6b6b6b;
  text-decoration-color: #6b6b6b;
}
.woocommerce ul.products li.product .button {
  width: auto;
  margin: 24px;
}
.woocommerce ul.products li.product .added_to_cart {
  padding: 0;
  text-align: center;
  display: block;
  margin-bottom: 24px;
}
@media (max-width: 425px) {
  .woocommerce ul.products li.product {
    width: 100% !important;
    margin-bottom: 24px !important;
  }
}
.woocommerce .woocommerce-pagination {
  text-align: left !important;
  margin-bottom: 24px;
  padding-left: 12px;
}
.woocommerce .woocommerce-pagination::after {
  content: "";
  display: table;
  clear: both;
}
.woocommerce .woocommerce-pagination ul.page-numbers {
  border: none;
}
.woocommerce .woocommerce-pagination ul.page-numbers li {
  border: none;
  margin: 0 12px 0 0;
}
.woocommerce .woocommerce-pagination ul.page-numbers li a.page-numbers,
.woocommerce .woocommerce-pagination ul.page-numbers li span.page-numbers {
  height: 31px;
  min-width: 31px;
  font-weight: 700;
  line-height: 30px;
  padding: 0;
}
.woocommerce .woocommerce-pagination ul.page-numbers li a.current.page-numbers,
.woocommerce
  .woocommerce-pagination
  ul.page-numbers
  li
  span.page-numbers.current {
  background-color: #e5a300;
  color: #fff;
}
.woocommerce .woocommerce-pagination ul.page-numbers li a.page-numbers {
  color: #6b6b6b;
}
.woocommerce .woocommerce-pagination ul.page-numbers li a.page-numbers:hover {
  color: #6b6b6b;
}
.woocommerce .before-shop-loop {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 12px;
}
.woocommerce .before-shop-loop .woocommerce-notices-wrapper {
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
}
.woocommerce .before-shop-loop .woocommerce-result-count {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1 0 80%;
  flex: 1 0 80%;
}
.woocommerce .before-shop-loop .woocommerce-ordering {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1 0 20%;
  flex: 1 0 20%;
}
.woocommerce .woocommerce-products-header {
  padding: 0 15px;
}
.woocommerce ul.products.columns-1 li.product,
.woocommerce-page ul.products.columns-1 li.product {
  width: 97.5%;
}
.woocommerce ul.products.columns-2 li.product,
.woocommerce-page ul.products.columns-2 li.product {
  width: 47.5%;
}
.woocommerce ul.products.columns-3 li.product,
.woocommerce-page ul.products.columns-3 li.product {
  width: 31%;
}
.woocommerce ul.products.columns-4 li.product,
.woocommerce-page ul.products.columns-4 li.product {
  width: 22.75%;
}
.woocommerce ul.products.columns-5 li.product,
.woocommerce-page ul.products.columns-5 li.product {
  width: 17.75%;
}
.woocommerce ul.products.columns-6 li.product,
.woocommerce-page ul.products.columns-6 li.product {
  width: 14.5%;
}
.woocommerce .comments-rating {
  border: none;
  padding: 0;
  margin-left: 0;
}
.woocommerce .comments-rating label {
  display: inline-block;
}
.woocommerce .comments-rating .oke {
  display: none;
}
.woocommerce .rating-container {
  font-size: 0;
  unicode-bidi: bidi-override;
  direction: rtl;
}
.woocommerce .rating-container * {
  font-size: 1.4rem;
}
.woocommerce .rating-container > input {
  display: none;
}
.woocommerce .rating-container > input + label {
  font-family: dashicons;
  display: inline-block;
  overflow: hidden;
  text-indent: 9999px;
  width: 1em;
  white-space: nowrap;
  cursor: pointer;
  margin: 0;
}
.woocommerce .rating-container > input + label::before {
  display: inline-block;
  text-indent: -9999px;
  content: "\f154";
  color: #febc00;
}
.woocommerce .rating-container > .star-cb-clear + label::before {
  width: 0.5em;
}
.woocommerce .rating-container:hover > input + label::before {
  content: "\f154";
  color: #febc00;
  text-shadow: none;
}
.woocommerce .rating-container > input + label:hover::before,
.woocommerce .rating-container > input + label:hover ~ label::before,
.woocommerce .rating-container > input:checked ~ label::before {
  content: "\f155";
  color: #febc00;
  text-shadow: 0 0 1px #febc00;
}
.woocommerce .rating-container > .star-cb-clear + label {
  text-indent: -9999px;
  width: 0.5em;
  margin-left: -0.5em;
}
.woocommerce .rating-container:hover > input + label:hover::before,
.woocommerce .rating-container:hover > input + label:hover ~ label::before {
  content: "\f155";
  color: #febc00;
  text-shadow: 0 0 1px #febc00;
}
.woocommerce .commentlist {
  padding-left: 0;
}
.woocommerce .comment_container .avatar {
  width: 45px !important;
  border: 0 !important;
  -moz-border-radius: 100px !important;
  border-radius: 100px !important;
  background: 0 0 !important;
}
.woocommerce .comment_container .comment-text {
  background-color: #f5f5f5;
}
.woocommerce .comment_container .woocommerce-review__author {
  color: #333;
}
.woocommerce .comment_container .woocommerce-review__published-date {
  color: #333;
}
.woocommerce .comment-respond .comment-reply-title {
  color: #333;
}
.woocommerce .comment-respond input.submit {
  -moz-border-radius: 100px !important;
  border-radius: 100px !important;
  text-align: center;
  vertical-align: middle;
  text-transform: uppercase;
  border: none !important;
  color: #fff !important;
  background-color: #e5a300 !important;
  padding: 12px 48px !important;
  cursor: pointer;
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  transition: all 250ms ease;
}
.woocommerce .comment-respond input.submit:hover {
  -webkit-box-shadow: inset 0 0 100px 100px rgba(0, 0, 0, 0.1) !important;
  -moz-box-shadow: inset 0 0 100px 100px rgba(0, 0, 0, 0.1) !important;
  box-shadow: inset 0 0 100px 100px rgba(0, 0, 0, 0.1) !important;
}
.single-product .post-meta {
  display: none;
}
.single-product .woocommerce-message {
  border: 0;
}
.single-product .woocommerce-message a.button.wc-forward {
  width: auto;
  padding: 12px 24px;
}
.single-product div.product .woocommerce-product-rating {
  margin-bottom: 12px;
}
.single-product
  div.product
  .woocommerce-product-rating
  .woocommerce-review-link {
  color: #6b6b6b;
  line-height: 1.9;
}
.single-product div.product p.price {
  color: #6b6b6b;
}
.single-product div.product p.price .woocommerce-Price-amount.amount,
.single-product div.product p.price ins {
  color: #e5a300;
  text-decoration: none;
}
.single-product div.product p.price del .woocommerce-Price-amount.amount {
  color: #6b6b6b;
}
.single-product div.product .woocommerce-product-details__short-description p {
  color: #6b6b6b;
}
.single-product div.product form.cart {
  margin-bottom: 24px;
}
.single-product div.product form.cart .quantity .qty {
  height: 45px;
}
.single-product div.product form.cart .variations select {
  -webkit-appearance: none;
  border-color: #e3e3e3;
  background-color: transparent;
  padding: 12px 24px;
  margin-top: -12px;
  color: #6b6b6b;
}
.single-product div.product .product_meta .sku_wrapper {
  display: block;
  color: #333;
  margin-bottom: 12px;
}
.single-product div.product .product_meta .sku_wrapper .sku {
  color: #6b6b6b;
}
.single-product div.product .product_meta .posted_in {
  display: block;
  color: #333;
  margin-bottom: 12px;
}
.single-product div.product .product_meta .tagged_as {
  display: block;
  color: #333;
  margin-bottom: 12px;
}
.single-product div.product .product_meta .tagged_as a {
  margin-left: -8px;
}
.single-product div.product .product_meta .tagged_as a:first-child {
  margin-left: 0;
}
.single-product div.product .onsale {
  background-color: #e5a300;
  top: 12px;
  left: 12px;
  min-width: 50px;
  line-height: 3.3;
}
.single-product div.product .woocommerce-tabs ul.tabs {
  border-bottom: 1px solid #e3e3e3;
  padding-left: 0;
}
.single-product div.product .woocommerce-tabs ul.tabs::after,
.single-product div.product .woocommerce-tabs ul.tabs::before {
  border: none;
}
.single-product div.product .woocommerce-tabs ul.tabs li {
  background-color: #fff;
  padding-bottom: 24px;
  padding-left: 6px;
  padding-right: 48px;
  margin-left: 0;
  margin-right: 0;
  border: none;
}
.single-product div.product .woocommerce-tabs ul.tabs li::after,
.single-product div.product .woocommerce-tabs ul.tabs li::before {
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.single-product div.product .woocommerce-tabs ul.tabs li:hover {
  color: #e5a300;
}
.single-product div.product .woocommerce-tabs ul.tabs li.active {
  color: #e5a300;
}
.single-product div.product .woocommerce-Tabs-panel--description {
  margin-bottom: 48px;
}
.single-product div.product .woocommerce-Tabs-panel h2 {
  display: none;
}
.single-product div.product .woocommerce-Tabs-panel .shop_attributes {
  border: none;
}
.single-product div.product .woocommerce-Tabs-panel .shop_attributes th {
  background-color: #f5f5f5;
  padding: 12px;
  text-transform: capitalize;
  border: 1px solid #e3e3e3;
}
.single-product div.product .woocommerce-Tabs-panel .shop_attributes td {
  border: 1px solid #e3e3e3;
}
.single-product div.product .woocommerce-Tabs-panel .shop_attributes td p {
  padding: 12px 12px 12px 24px;
}
.single-product div.product .related.products .onsale,
.single-product div.product .upsells.products .onsale {
  background-color: #e5a300;
  top: 12px;
  left: 12px;
  min-width: 50px;
  line-height: 3.3;
}
.single-product div.product .related.products h2,
.single-product div.product .upsells.products h2 {
  color: #333;
  text-transform: capitalize;
}
.single-product #author-bio,
.single-product .comments-area,
.single-product .related-posts {
  display: none;
}
@media (max-width: 768px) and (min-width: 426px) {
  .woocommerce ul.products.columns-4 li.product,
  .woocommerce-page ul.products.columns-4 li.product {
    width: 48%;
  }
}
.woocommerce-checkout .checkout ul.woocommerce-error {
  border-top: none;
}
.woocommerce-checkout .checkout .col-1 {
  max-width: 100%;
  padding: 0;
}
.woocommerce-checkout .checkout #customer_details {
  margin-bottom: 48px;
}
.woocommerce-checkout
  .checkout
  #customer_details
  .woocommerce-additional-fields
  .notes
  label {
  color: #333;
}
.woocommerce-checkout
  .checkout
  #customer_details
  .woocommerce-additional-fields
  .notes
  .woocommerce-input-wrapper {
  width: 100%;
}
.woocommerce-checkout .checkout .col-2 {
  max-width: 100%;
  padding: 0;
}
.woocommerce-checkout
  .checkout
  .woocommerce-shipping-fields
  h3#ship-to-different-address {
  margin-bottom: 12px;
}
.woocommerce-checkout
  .checkout
  .woocommerce-shipping-fields
  h3#ship-to-different-address
  #ship-to-different-address-checkbox {
  margin-right: 6px;
}
.woocommerce-checkout
  .checkout
  .woocommerce-shipping-fields
  .shipping_address
  .woocommerce-invalid
  input.input-text {
  border-color: #dc3545;
}
.woocommerce-checkout
  .checkout
  .woocommerce-shipping-fields
  .shipping_address
  .woocommerce-validated
  input.input-text {
  border-color: #28a745;
}
.woocommerce-checkout
  .checkout
  .woocommerce-shipping-fields
  .shipping_address
  #shipping_address_1_field,
.woocommerce-checkout
  .checkout
  .woocommerce-shipping-fields
  .shipping_address
  #shipping_city_field,
.woocommerce-checkout
  .checkout
  .woocommerce-shipping-fields
  .shipping_address
  #shipping_company_field,
.woocommerce-checkout
  .checkout
  .woocommerce-shipping-fields
  .shipping_address
  #shipping_country_field,
.woocommerce-checkout
  .checkout
  .woocommerce-shipping-fields
  .shipping_address
  #shipping_first_name_field,
.woocommerce-checkout
  .checkout
  .woocommerce-shipping-fields
  .shipping_address
  #shipping_last_name_field,
.woocommerce-checkout
  .checkout
  .woocommerce-shipping-fields
  .shipping_address
  #shipping_postcode_field,
.woocommerce-checkout
  .checkout
  .woocommerce-shipping-fields
  .shipping_address
  #shipping_state_field {
  display: block;
}
.woocommerce-checkout
  .checkout
  .woocommerce-shipping-fields
  .shipping_address
  #shipping_address_1_field
  label,
.woocommerce-checkout
  .checkout
  .woocommerce-shipping-fields
  .shipping_address
  #shipping_city_field
  label,
.woocommerce-checkout
  .checkout
  .woocommerce-shipping-fields
  .shipping_address
  #shipping_company_field
  label,
.woocommerce-checkout
  .checkout
  .woocommerce-shipping-fields
  .shipping_address
  #shipping_country_field
  label,
.woocommerce-checkout
  .checkout
  .woocommerce-shipping-fields
  .shipping_address
  #shipping_first_name_field
  label,
.woocommerce-checkout
  .checkout
  .woocommerce-shipping-fields
  .shipping_address
  #shipping_last_name_field
  label,
.woocommerce-checkout
  .checkout
  .woocommerce-shipping-fields
  .shipping_address
  #shipping_postcode_field
  label,
.woocommerce-checkout
  .checkout
  .woocommerce-shipping-fields
  .shipping_address
  #shipping_state_field
  label {
  color: #333;
}
.woocommerce-checkout
  .checkout
  .woocommerce-shipping-fields
  .shipping_address
  #shipping_address_1_field
  #shipping_state,
.woocommerce-checkout
  .checkout
  .woocommerce-shipping-fields
  .shipping_address
  #shipping_city_field
  #shipping_state,
.woocommerce-checkout
  .checkout
  .woocommerce-shipping-fields
  .shipping_address
  #shipping_company_field
  #shipping_state,
.woocommerce-checkout
  .checkout
  .woocommerce-shipping-fields
  .shipping_address
  #shipping_country_field
  #shipping_state,
.woocommerce-checkout
  .checkout
  .woocommerce-shipping-fields
  .shipping_address
  #shipping_first_name_field
  #shipping_state,
.woocommerce-checkout
  .checkout
  .woocommerce-shipping-fields
  .shipping_address
  #shipping_last_name_field
  #shipping_state,
.woocommerce-checkout
  .checkout
  .woocommerce-shipping-fields
  .shipping_address
  #shipping_postcode_field
  #shipping_state,
.woocommerce-checkout
  .checkout
  .woocommerce-shipping-fields
  .shipping_address
  #shipping_state_field
  #shipping_state {
  margin-bottom: 12px;
}
.woocommerce-checkout .checkout #order_review th.product-name,
.woocommerce-checkout .checkout #order_review th.product-total {
  color: #333;
}
.woocommerce-checkout .checkout #order_review table.shop_table {
  border-collapse: collapse;
}
.woocommerce-checkout .checkout #order_review .cart-subtotal th {
  background-color: #f5f5f5;
  border: solid 1px #e3e3e3;
  text-transform: unset;
  color: #333;
}
.woocommerce-checkout .checkout #order_review .shipping th {
  background-color: #f5f5f5;
  border: solid 1px #e3e3e3;
  text-transform: unset;
  color: #333;
}
.woocommerce-checkout .checkout #order_review .shipping td p {
  margin-bottom: 0;
}
.woocommerce-checkout .checkout #order_review .order-total th {
  background-color: #f5f5f5;
  border: solid 1px #e3e3e3;
  text-transform: unset;
  color: #333;
}
.woocommerce-checkout
  .checkout
  #order_review
  .order-total
  span.woocommerce-Price-amount.amount {
  color: #e5a300;
}
.woocommerce-checkout .checkout #order_review #payment {
  background: #fff;
}
.woocommerce-checkout
  .checkout
  #order_review
  #payment
  .woocommerce-privacy-policy-text {
  display: none;
  padding: 24px 48px;
  background-color: #f5f5f5;
  margin-bottom: 12px;
  padding-bottom: 6px;
}
.woocommerce-checkout .checkout #order_review #payment ul.payment_methods {
  padding: 0;
}
.woocommerce-checkout .checkout #order_review #payment div.form-row {
  padding: 1em 0;
}
.woocommerce-checkout
  .checkout
  .woocommerce-billing-fields
  .woocommerce-invalid
  input.input-text {
  border-color: #dc3545;
}
.woocommerce-checkout
  .checkout
  .woocommerce-billing-fields
  .woocommerce-validated
  input.input-text {
  border-color: #28a745;
}
.woocommerce-checkout
  .checkout
  .woocommerce-billing-fields
  #billing_first_name_field
  label {
  color: #333;
}
.woocommerce-checkout
  .checkout
  .woocommerce-billing-fields
  #billing_last_name_field
  label {
  color: #333;
}
.woocommerce-checkout
  .checkout
  .woocommerce-billing-fields
  #billing_company_field {
  display: block;
}
.woocommerce-checkout
  .checkout
  .woocommerce-billing-fields
  #billing_company_field
  label {
  color: #333;
}
.woocommerce-checkout
  .checkout
  .woocommerce-billing-fields
  #billing_country_field {
  display: block;
}
.woocommerce-checkout
  .checkout
  .woocommerce-billing-fields
  #billing_country_field
  label {
  color: #333;
}
.woocommerce-checkout
  .checkout
  .woocommerce-billing-fields
  #billing_address_1_field {
  display: block;
}
.woocommerce-checkout
  .checkout
  .woocommerce-billing-fields
  #billing_address_1_field
  label {
  color: #333;
}
.woocommerce-checkout
  .checkout
  .woocommerce-billing-fields
  #billing_address_2_field {
  display: block;
}
.woocommerce-checkout
  .checkout
  .woocommerce-billing-fields
  #billing_city_field {
  display: block;
}
.woocommerce-checkout
  .checkout
  .woocommerce-billing-fields
  #billing_city_field
  label {
  color: #333;
}
.woocommerce-checkout
  .checkout
  .woocommerce-billing-fields
  #billing_state_field {
  display: block;
}
.woocommerce-checkout
  .checkout
  .woocommerce-billing-fields
  #billing_state_field
  label {
  color: #333;
}
.woocommerce-checkout
  .checkout
  .woocommerce-billing-fields
  #billing_state_field
  #billing_state {
  margin-bottom: 12px;
}
.woocommerce-checkout
  .checkout
  .woocommerce-billing-fields
  #billing_postcode_field {
  display: block;
}
.woocommerce-checkout
  .checkout
  .woocommerce-billing-fields
  #billing_postcode_field
  label {
  color: #333;
}
.woocommerce-checkout
  .checkout
  .woocommerce-billing-fields
  #billing_phone_field {
  display: block;
}
.woocommerce-checkout
  .checkout
  .woocommerce-billing-fields
  #billing_phone_field
  label {
  color: #333;
}
.woocommerce-checkout
  .checkout
  .woocommerce-billing-fields
  #billing_email_field {
  display: block;
}
.woocommerce-checkout
  .checkout
  .woocommerce-billing-fields
  #billing_email_field
  label {
  color: #333;
}
.woocommerce-order-received p {
  color: #333;
}
.woocommerce-order-received .date,
.woocommerce-order-received .email,
.woocommerce-order-received .method,
.woocommerce-order-received .order,
.woocommerce-order-received .total {
  color: #333;
}
.woocommerce-order-received .woocommerce-column__title,
.woocommerce-order-received .woocommerce-order-details__title {
  text-transform: capitalize;
}
.woocommerce-order-received
  .table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details,
.woocommerce-order-received
  table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details {
  border: 0;
}
.woocommerce-order-received
  .table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details
  th,
.woocommerce-order-received
  table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details
  th {
  color: #333;
  border: 0;
}
.woocommerce-order-received
  .table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details
  tfoot
  th,
.woocommerce-order-received
  table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details
  tfoot
  th {
  text-transform: capitalize;
  letter-spacing: normal;
}
.woocommerce-order-received .woocommerce-customer-details address {
  border: 0;
}
.woocommerce-order-received
  .woocommerce-customer-details
  .woocommerce-column.woocommerce-column--1.woocommerce-column--billing-address.col-1,
.woocommerce-order-received
  .woocommerce-customer-details
  .woocommerce-column.woocommerce-column--2.woocommerce-column--shipping-address.col-2 {
  max-width: 100%;
  padding: 0;
}
.woocommerce-cart .entry-header {
  margin-bottom: 24px;
}
.woocommerce {
  width: auto;
}
.woocommerce .woocommerce-breadcrumb {
  display: none;
}
.woocommerce .woocommerce-info {
  border-top-color: #f5f5f5;
}
.woocommerce .star-rating span::before,
.woocommerce .star-rating::before {
  color: #febc00;
}
.woocommerce .star-rating.left {
  float: left;
  width: 100%;
  margin-top: 12px;
  margin-bottom: 12px;
}
.woocommerce .tagcloud a {
  display: inline-block;
  -moz-border-radius: 100px;
  border-radius: 100px;
  font-size: 11px !important;
  background-color: #e3e3e3;
  padding: 3px 12px;
  line-height: 1.15;
  letter-spacing: 0.3px;
  margin-right: 6px;
  margin-bottom: 6px;
  color: #333;
}
.woocommerce .tagcloud a:hover {
  background-color: rgba(0, 0, 0, 0.4);
}
.woocommerce .billio-grid {
  clear: both;
}
.woocommerce ul.products {
  height: 100%;
}
.woocommerce p.woocommerce-mini-cart__total.total {
  border-top: none !important;
  font-family: Montserrat, sans-serif;
  text-align: center;
  font-weight: 400;
  color: #333;
  padding-top: 8px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding-bottom: 8px;
}
.woocommerce
  .price_slider.ui-slider.ui-slider-horizontal.ui-widget.ui-widget-content.ui-corner-all {
  background-color: rgba(255, 255, 255, 0.2);
}
.woocommerce
  .price_slider.ui-slider.ui-slider-horizontal.ui-widget.ui-widget-content.ui-corner-all
  .ui-slider-range {
  background-color: #e5a300;
}
.woocommerce
  .price_slider.ui-slider.ui-slider-horizontal.ui-widget.ui-widget-content.ui-corner-all
  .ui-slider-handle {
  background-color: #e3e3e3;
  border: solid 1.7px #e5a300;
}
.woocommerce a.button {
  display: block;
  width: 100%;
  -moz-border-radius: 40px;
  border-radius: 40px;
  border: 1px solid #e3e3e3;
  background-color: #fff;
  padding: 12px;
  text-align: center;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 2px;
  color: #333;
}
.woocommerce a.button:hover {
  background: #e6e6e6;
}
.woocommerce a.button.checkout {
  background-color: #e5a300;
  color: #fff;
}
.woocommerce a.button.checkout:hover {
  background: #d19500;
}
.woocommerce .price_slider_amount button {
  background-color: #e5a300;
  color: #fff;
  -moz-border-radius: 100px;
  border-radius: 100px;
  padding: 6px 24px;
  line-height: 1.5;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.woocommerce .price_slider_amount button:hover {
  background-color: #d19500;
  color: #fff;
}
.woocommerce .comments-area {
  display: none;
}
.woocommerce .comment-respond .rating-container > input + label {
  text-indent: -9999px;
}
.woocommerce .comment-respond .rating-container > .star-cb-clear + label,
.woocommerce .comment-respond .rating-container > input + label::before {
  text-indent: 9999px;
}
.woocommerce div.product form.cart .group_table td {
  vertical-align: middle;
}
.woocommerce div.product form.cart .group_table td label {
  margin-bottom: 0;
}
.woocommerce div.product form.cart div.quantity {
  margin-right: 24px;
}
.mejs-container * {
  font-family: Lato, sans-serif !important;
  line-height: 1.5 !important;
}
.mejs-container * .mejs-mediaelement {
  background: url("") !important;
  background-color: #6b6b6b !important;
}
.mejs-container * .mejs-controls {
  background: rgba(0, 0, 0, 0.6) !important;
}
.mejs-container * .mejs-controls .mejs-time {
  padding: 12px 3px;
}
.mejs-container * .mejs-controls .mejs-time-rail .mejs-time-loaded {
  background: rgba(255, 255, 255, 0.4);
  height: 5px;
}
.mejs-container * .mejs-controls .mejs-time-rail .mejs-time-current {
  background: #e5a300;
  height: 5px;
}
.mejs-container * .mejs-controls .mejs-time-rail .mejs-time-total {
  background: rgba(255, 255, 255, 0.4);
  margin: 8px 0 0;
  height: 5px;
}
.mejs-container * .mejs-controls .mejs-time-rail .mejs-time-buffering {
  height: 5px;
}
.mejs-container * .mejs-controls .mejs-time-rail .mejs-time-handle-content {
  top: -6px;
}
.mejs-container * .mejs-controls .mejs-time-rail .mejs-time-hovered {
  height: 5px;
}
.mejs-container * .mejs-controls .mejs-volume-button a:hover {
  color: #e5a300;
}
.mejs-container
  *
  .mejs-controls
  .mejs-volume-button
  .mejs-volume-slider
  .mejs-volume-total {
  width: 5px;
}
.mejs-container * .mejs-controls .mejs-volume-button .mejs-volume-handle {
  background: #fff;
  width: 9px;
  height: 9px;
}
.mejs-container * .mejs-controls .mejs-volume-button .mejs-volume-current {
  background: #e5a300;
}
.mejs-container * .mejs-controls .mejs-horizontal-volume-slider {
  background: rgba(255, 255, 255, 0.4);
  height: 0;
}
.mejs-container * .mejs-controls .mejs-horizontal-volume-current {
  -moz-border-radius: 100px !important;
  border-radius: 100px !important;
  background: #e5a300 !important;
}
.mejs-container * .mejs-controls .mejs-horizontal-volume-total {
  -moz-border-radius: 100px !important;
  border-radius: 100px !important;
  height: 5px;
  top: 18px;
}
#header.sticky.sticky--top {
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  transition: all 1s ease;
}
#header.sticky.sticky--not-top {
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  transition: all 1s ease;
}
@media (min-width: 991px) {
  #quadmenu.quadmenu-align-right {
    margin: auto 0;
  }
}
@media (max-width: 991px) {
  #quadmenu.quadmenu-align-right {
    margin: 12px;
  }
}
#quadmenu.quadmenu-default_theme {
  background-color: transparent;
}
#quadmenu:not(.quadmenu-is-horizontal).quadmenu-mobile-shadow-show {
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}
#header
  #quadmenu.detheme_default_menu
  .quadmenu-navbar-nav
  > li
  > a
  > .quadmenu-item-content,
#header
  #quadmenu.quadmenu-default_theme
  .quadmenu-navbar-nav
  > li:not(.quadmenu-item-type-button)
  > a
  > .quadmenu-item-content,
.uf-mobile-nav-modal
  #quadmenu.detheme_default_menu
  .quadmenu-navbar-nav
  > li
  > a
  > .quadmenu-item-content,
.uf-mobile-nav-modal
  #quadmenu.quadmenu-default_theme
  .quadmenu-navbar-nav
  > li:not(.quadmenu-item-type-button)
  > a
  > .quadmenu-item-content {
  color: #333;
}
.home
  #header.sticky.sticky--top
  #quadmenu.detheme_default_menu
  .quadmenu-navbar-nav
  > li
  > a
  > .quadmenu-item-content {
  color: #f5f5f5;
}
.home
  #header.sticky.sticky--not-top
  #quadmenu.detheme_default_menu
  .quadmenu-navbar-nav
  > li
  > a
  > .quadmenu-item-content {
  color: #333;
}
.selectize-control.single::after {
  content: " ";
  display: block;
  margin: 0;
}
.selectize-control.single .selectize-input {
  border-color: #e3e3e3;
  padding: 12px 24px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  margin-bottom: 1px;
  display: -webkit-box !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.selectize-control.single .selectize-input > .item {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  max-width: 95%;
}
.selectize-control.single .selectize-input > input::-webkit-input-placeholder {
  color: #b8b8b8;
  opacity: 1;
}
.selectize-control.single .selectize-input > input:-moz-placeholder {
  color: #b8b8b8;
  opacity: 1;
}
.selectize-control.single .selectize-input > input::-moz-placeholder {
  color: #b8b8b8;
  opacity: 1;
}
.selectize-control.single .selectize-input > input:-ms-input-placeholder {
  color: #b8b8b8;
  opacity: 1;
}
.selectize-control.single .selectize-input > input::-ms-input-placeholder {
  color: #b8b8b8;
  opacity: 1;
}
.selectize-control.single .selectize-input > input::placeholder {
  color: #b8b8b8;
  opacity: 1;
}
.selectize-control.single .selectize-input.dropdown-active::after {
  border-color: transparent transparent #333 transparent;
}
.selectize-control.single .selectize-input::after {
  border-color: #333 transparent transparent transparent;
  right: 24px;
}
.selectize-control.single .selectize-dropdown {
  border-color: #e3e3e3;
  border-top-width: 1px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.selectize-control.single .selectize-dropdown .option {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #6b6b6b;
  padding: 12px 24px;
}
.selectize-control.single .selectize-dropdown .option.active {
  background-color: #e5a300;
  color: #fff;
}
.widget
  .selectize-control.single
  .selectize-input
  input::-webkit-input-placeholder {
  color: #aeaeae;
}
.widget .selectize-control.single .selectize-input input:-moz-placeholder {
  color: #aeaeae;
}
.widget .selectize-control.single .selectize-input input::-moz-placeholder {
  color: #aeaeae;
}
.widget .selectize-control.single .selectize-input input:-ms-input-placeholder {
  color: #aeaeae;
}
.widget
  .selectize-control.single
  .selectize-input
  input::-ms-input-placeholder {
  color: #aeaeae;
}
.widget .selectize-control.single .selectize-input input::placeholder {
  color: #aeaeae;
}
.widget.uf-dark-scheme .selectize-control.single .selectize-input {
  border-color: rgba(255, 255, 255, 0.2);
  background: rgba(0, 0, 0, 0.4);
}
.widget.uf-dark-scheme .selectize-control.single .selectize-input > input {
  color: #fff;
}
.widget.uf-dark-scheme
  .selectize-control.single
  .selectize-input
  > input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.4);
  opacity: 1;
}
.widget.uf-dark-scheme
  .selectize-control.single
  .selectize-input
  > input:-moz-placeholder {
  color: rgba(255, 255, 255, 0.4);
  opacity: 1;
}
.widget.uf-dark-scheme
  .selectize-control.single
  .selectize-input
  > input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.4);
  opacity: 1;
}
.widget.uf-dark-scheme
  .selectize-control.single
  .selectize-input
  > input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.4);
  opacity: 1;
}
.widget.uf-dark-scheme
  .selectize-control.single
  .selectize-input
  > input::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.4);
  opacity: 1;
}
.widget.uf-dark-scheme
  .selectize-control.single
  .selectize-input
  > input::placeholder {
  color: rgba(255, 255, 255, 0.4);
  opacity: 1;
}
.widget.uf-dark-scheme
  .selectize-control.single
  .selectize-input.dropdown-active::after {
  border-color: transparent transparent #fff transparent;
}
.widget.uf-dark-scheme .selectize-control.single .selectize-input::before {
  background: rgba(255, 255, 255, 0.2);
}
.widget.uf-dark-scheme .selectize-control.single .selectize-input::after {
  border-color: #fff transparent transparent transparent;
}
.widget.uf-dark-scheme .selectize-control.single .selectize-dropdown {
  background: #1a1a1a;
  border-color: rgba(255, 255, 255, 0.2);
}
.widget.uf-dark-scheme .selectize-control.single .selectize-dropdown .option {
  color: #fff;
}
.widget.uf-dark-scheme
  .selectize-control.single
  .selectize-dropdown
  .option.active {
  background-color: #e5a300;
  color: #fff;
}
.wp-block-quote.is-style-large {
  border-width: 0;
  padding: 0;
}
.wp-block-quote.is-style-large p {
  font-size: 26px;
}
.wp-block-pullquote {
  border-top: 4px solid #e5a300;
  border-bottom: 4px solid #e5a300;
}
.wp-block-pullquote blockquote {
  border: none;
}
.wp-block-gallery.alignfull {
  position: relative;
  padding: 0 !important;
}
#blog-entries .alignfull {
  padding-left: -moz-calc(10% + 58px + (2 * 1rem));
  padding-left: calc(10% + 58px + (2 * 1rem));
  padding-right: -moz-calc(10% + 58px + (2 * 1rem));
  padding-right: calc(10% + 58px + (2 * 1rem));
  margin-top: -moz-calc(2 * 1rem);
  margin-top: calc(2 * 1rem);
  margin-bottom: -moz-calc(2 * 1rem);
  margin-bottom: calc(2 * 1rem);
}
.wp-block-columns {
  position: relative;
  padding: 0 !important;
}
/*# sourceMappingURL=theme.min.css.map */

/* New Css By: Bikash Bhandari (bikash.433@gmail.com) 2021-11-24 */
.quote {
  padding: 30px 0px;
}
.quote label {
  color: #000;
}
.quote label em {
  font-size: 24px;
  font-style: normal;
  color: red;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  line-height: 10px;
}
select {
  border: 1px solid #e3e3e3 !important;
  padding-left: 24px !important;
  padding-right: 24px !important;
  width: 100%;
}
select,
select.custom-file-control,
select.form-control {
  -moz-appearance: auto !important;
  -webkit-appearance: auto !important;
}
.custom-file-control,
.form-control,
.is-focused .custom-file-control,
.is-focused .form-control {
  background-image: linear-gradient(0deg, #009688 2px, rgba(0, 150, 136, 0) 0),
    linear-gradient(0deg, rgba(0, 0, 0, 0.26) 1px, transparent 0) !important;
}
.form-control:focus {
  border-color: #00ffe7 !important;
}
select.form-control {
  font-size: 14px;
}
.product-single {
  -webkit-box-shadow: 0 5px 15px rgb(0 0 0 / 15%);
  box-shadow: 0 5px 15px rgb(0 0 0 / 15%);
}
.product-single ul {
  list-style-type: none;
  padding-left: 0px;
}
.product-single ul li {
  font-size: 14px;
  border-bottom: 1px solid #ddd;
  padding: 7px 15px;
}
.product-single ul li em,
.product-single ul li span {
  display: inline-block;
  position: relative;
  font-style: normal;
  color: #333;
}
.product-single ul li span {
  float: right;
  color: #e53d22;
}
.product-single:hover .product-des {
  background: #e53d22 !important;
}
.product-single:hover img {
  -webkit-transform: scale(1.3) rotate(4deg);
  transform: scale(1.3) rotate(4deg);
}

.dropdown-submenu {
  position: relative;
}

.dropdown-submenu .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -1px;
}
   
