/*!
 *  ScoliCare 0.1.0
 *  Copyright (C) 2021 PBWebDev
 *  Licensed under GPL-2.0-only.
 */

/*!
 *  genetiks 1.5.0 (https://github.com/kermage/genetiks)
 *  Copyright (C) 2017-2020 Gene Alyson Fortunado Torcende
 *  Licensed under MIT.
 */
/* SEE BOOTSTRAP-VARIABLES */
.btn {
  border-radius: 0;
  padding: 1rem 4rem;
  border: 0;
}

.btn.btn-primary {
  background: #003a76;
}

input,
select,
optgroup,
textarea,
[type='button']:not(:disabled),
[type='reset']:not(:disabled),
[type='submit']:not(:disabled),
button:not(:disabled) {
  padding: 1rem 1rem;
}

@media screen and (max-width: 47.9375em) {
  input,
  select,
  optgroup,
  textarea,
  [type='button']:not(:disabled),
  [type='reset']:not(:disabled),
  [type='submit']:not(:disabled),
  button:not(:disabled) {
    width: 100%;
  }
}

header .container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center;
}

.navbar {
  padding-right: 0;
  padding-left: 0;
  -ms-flex-positive: 1;
      flex-grow: 1;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.navbar .menu {
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
}

.navbar .menu > li {
  display: block;
  margin-left: 1rem;
  padding-right: 0;
}

.navbar .menu > li > a {
  color: #003a76;
  text-transform: capitalize;
  font-size: 0.95rem;
  display: inline-block;
}

.navbar .menu > li > a:hover {
  color: #13b0d9;
}

.navbar .menu > li.active a {
  color: #13b0d9;
}

.navbar .menu a:hover {
  text-decoration: none;
}

.navbar .menu.inline li {
  display: inline-block;
  margin-right: 1rem;
  margin-bottom: 0;
}

.navbar .menu.inline li:last-child {
  margin-right: 0;
}

.navbar .menu .has-sub {
  position: relative;
  z-index: 10;
}

.navbar .menu .has-sub li {
  padding-left: 0;
  margin-left: 0;
}

.navbar .menu .has-sub li a {
  color: #fff;
  text-align: left;
  font-size: 0.95rem;
}

.navbar .menu .has-sub li a:hover {
  text-decoration: underline;
}

.navbar .menu .has-sub:hover > .sub-menu, .navbar .menu .has-sub:active > .sub-menu, .navbar .menu .has-sub:focus > .sub-menu {
  opacity: 1;
  transform: scale(1, 1);
  background: #003a76;
}

@media screen and (max-width: 47.9375em) {
  .navbar .menu .has-sub:hover > .sub-menu, .navbar .menu .has-sub:active > .sub-menu, .navbar .menu .has-sub:focus > .sub-menu {
    position: relative;
    width: 100%;
  }
}

.navbar .menu .has-sub:hover > .sub-menu li, .navbar .menu .has-sub:active > .sub-menu li, .navbar .menu .has-sub:focus > .sub-menu li {
  visibility: visible;
}

.navbar .menu .sub-menu {
  margin: 0 0 0 -0.5rem;
  padding: 0.5rem 0 0;
  list-style: none;
  opacity: 0;
  transform: scale(1, 0);
  transform-origin: top;
  transition: opacity 0.1s, transform 0.2s linear;
  position: absolute;
  z-index: 1000;
}

.navbar .menu .sub-menu li {
  visibility: hidden;
  width: 100%;
  margin-right: 0;
  padding-right: 0;
}

.navbar .menu .sub-menu a {
  color: #fff;
  white-space: nowrap;
  display: block;
  padding: 0.25rem 0.5rem;
}

.content {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  -webkit-clip-path: none;
          clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

.post-type-archive-clinics {
  background-color: #ebebeb;
}

.content-location input[type='text'],
.content-location .facetwp-search,
.content-location .facetwp-dropdown,
.content-location .fs-label-wrap {
  width: 100%;
  padding: 1rem;
  background-color: #fff !important;
  color: #003a76 !important;
}

.content-location input[type='text']:focus,
.content-location .facetwp-search:focus,
.content-location .facetwp-dropdown:focus,
.content-location .fs-label-wrap:focus {
  outline: 1px solid #003a76;
}

.content-location .fs-wrap,
.content-location .fs-dropdown {
  width: 100% !important;
}

.content-location .fs-wrap {
  position: relative;
  line-height: inherit;
}

.content-location .fs-dropdown {
  margin-top: 0;
}

.content-location .fs-label-wrap {
  padding: 0;
  border: 0;
}

.content-location .fs-label {
  cursor: pointer;
  padding: 1rem 2.5rem 1rem 1rem !important;
}

.content-location .fs-arrow {
  right: 1rem;
}

.content-location .fs-search {
  display: none;
}

.content-location .fs-option {
  border: 0;
}

.content-location .map-list {
  background-color: #fff;
  padding: 1rem;
  margin: 2rem 0;
}

.content-location .scolicare-map {
  width: 100%;
  height: 550px;
  border: #ccc solid 1px;
  margin: 1rem 0;
}

.content-location table th {
  background: #003a76;
  position: relative;
  color: #fff;
}

.content-location table th::after {
  content: '';
  width: 1px;
  background-color: #fff;
  left: 0;
  position: absolute;
  top: 0;
  padding-top: 4rem;
}

.content-location table th h2 {
  font-size: 1rem;
  margin: 0;
  color: #fff;
}

.content-location table td {
  border-top: 1px solid #003a76;
}

.content-location .facetwp-facet {
  margin-bottom: 0;
}

.content-location .facetwp-facet:focus {
  outline: 1px solid #003a76;
}

.content-location .facetwp-template .details {
  display: -ms-flexbox;
  display: flex;
}

.content-location .facetwp-template .details svg {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.content-location .facetwp-template .details a {
  margin-left: 0.5rem;
}

.content-location .ajax-loading {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 40;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  background-color: rgba(0, 58, 118, 0.2);
}

footer.site-footer {
  background: #003a76;
  color: #fff;
  padding: 3rem 0;
}

footer.site-footer a {
  color: #fff;
  text-decoration: underline;
}

footer.site-footer a:hover {
  text-decoration: none;
}

/*# sourceMappingURL=scolicare.css.map */
