/* ==========================================================================
   Fonts
   ========================================================================== */
/* ==========================================================================
   Helper classes
   ========================================================================== */
.container {
  margin: 0 auto;
  position: relative;
  width: 1170px;
  max-width: 100%;
  padding: 0 15px;
}

.container:before,
.container:after {
  content: " ";
  display: table;
}

.container:after {
  clear: both;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  opacity: 1;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  opacity: 1;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  opacity: 1;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  opacity: 1;
}

/* ==========================================================================
       Responsive helpers
       ========================================================================== */
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* ==========================================================================
       General styles
       ========================================================================== */
img {
  max-width: 100%;
  height: 100%;
  height: auto;
}

ul,
li {
  margin: 0;
}

blockquote {
  margin: 0;
  padding: 0;
}

figure {
  margin: 0;
  padding: 0;
}

p {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  margin: 0;
  line-height: 1em;
  padding: 0;
}

a {
  text-decoration: none;
}

input[type="text"],
input[type="email"] {
  -webkit-appearance: none;
  border-radius: 0;
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

/* ==========================================================================
       Original Theme
       ========================================================================== */
a {
  color: #0063a8;
}

a:hover {
  color: #fec52e;
}

a:focus,
a:active {
  color: #0063a8;
}


hr {
  margin: 22.5px auto;
}




/* ==========================================================================
       Sections
       ========================================================================== */
/* Homepage Hero */
.hero .hero-inner {
  position: relative;
  overflow: hidden;
}

.hero .hero-inner.hero-inner--overflow-visible {
  overflow: visible;
}

.hero .hero-image {
  overflow: hidden;
}

.hero .hero-image img {
  display: block;
  min-height: 250px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.hero .hero-content {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.hero .hero-content.show-from-down {
  top: 100%;
}

.hero-content .container {
	background-color: rgba(255, 255, 255, 0.5);
    padding: 20px;
    border-radius: 20px;
    border: 2px solid #fff;
}

.hero .hero-text {
  display: block;
  font-size: 36px;
  line-height: 2;
  margin-bottom: 30px;
  text-align: center;
}

.hero img {
	max-height: 600px;
}

.hero .hero-btn {
  overflow: hidden;
  text-align: center;
}

.hero .hero-btn a,
.hero .hero-btn button {
  background-color: transparent;
  border: 1px solid #000;
  border-radius: 3px;
  color: #000;
  cursor: pointer;
  display: inline-block;
  font-size: 20px;
  font-weight: 700;
  line-height: 55px;
  padding: 0px 40px;
  text-align: center;
  text-transform: uppercase;
}

.hero .hero-btn button:hover {
  background-color: #f3bd2e;
  color: #0063a8;
  opacity: 0.9;
}

.hero .hero-btn a.show-from-up {
  opacity: 0;
  -webkit-transform: translate(0, -100%);
  -ms-transform: translate(0, -100%);
  transform: translate(0, -100%);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

/* Page Header */
.page-header {
  padding: 15px 0;
}

.page-header--inner, .page-header--inner h1 {
  font-weight: 300;
  color: var(--e-global-color-primary);
}

form.woocommerce-ordering {
  margin: 10px 0 30px 0;
  overflow: hidden;
  background: #f8f7f7;
  position: relative;
  border-radius: 3px;
  padding: 0 5px;
}

form.woocommerce-ordering:after {
  content: "";
  position: absolute;
  z-index: 1;
  width: 5px;
  height: 5px;
  border: solid #333;
  border-width: 1px 1px 0 0;
  right: 15px;
  top: 50%;
  -ms-transform: translateY(-50%) rotate(135deg);
  transform: translateY(-50%) rotate(135deg);
  -webkit-transform: translateY(-50%) rotate(135deg);
}

@media (max-width: 600px) {
  form.woocommerce-ordering {
    float: none;
  }

  form.woocommerce-ordering {
    max-width: 300px;
  }
}

/* Blog Post */
.blog-post {
  background: #f8f8f8;
  border-radius: 1px;
  margin-bottom: 40px;
  overflow: hidden;
}

.blog-post .blog-post__inner {
  padding: 0 20px 20px 20px;
}

.blog-post .blog-post__thumbnail img {
  display: block;
  width: 100%;
  height: 300px;
  -o-object-fit: cover;
  object-fit: cover;
}

.blog-post .blog-post__title a {
  color: #1f1f1f;
  display: block;
  font-size: 20px;
  line-height: 30px;
  margin: 20px 0 10px;
}

.blog-post .blog-post__excerpt {
  margin: 15px 0;
}

/* ==========================================================================
       Media Queries
       ========================================================================== */
/* Tablet */
@media only screen and (max-width: 1170px) {
  .hero .hero-btn a {
    font-size: 16px;
    line-height: 55px;
    padding: 0px 15px;
  }
}

/* ==========================================================================
       Basic Print styles
       ========================================================================== */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /* * Don't show links that are fragment identifiers,
         * or use the `javascript:` pseudo protocol */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /* * Printing Tables:
         * http://css-discuss.incutio.com/wiki/Printing_Tables */
  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes scaleIn {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  100% {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
  }
}

@keyframes scaleIn {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  100% {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
  }
}

@-webkit-keyframes showFromDown {
  0% {
    top: 100%;
  }

  100% {
    top: 0;
  }
}

@keyframes showFromDown {
  0% {
    top: 100%;
  }

  100% {
    top: 0;
  }
}

@-webkit-keyframes showFromUp {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, -100%);
    transform: translate(0, -100%);
  }

  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

@keyframes showFromUp {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, -100%);
    transform: translate(0, -100%);
  }

  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

/* Custom Dropdown */
.custom-dropdown {
  display: inline-block;
  position: relative;
}

.custom-dropdown-active {
  background-color: #f3bd2e;
  border-radius: 8px;
  cursor: pointer;
  color: #0063a8;
  display: inline-block;
  line-height: 1;
  padding: 10px 35px 10px 20px;
}

.custom-dropdown-active::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 6px 0 6px;
  border-color: #0063a8 transparent transparent transparent;
  transform: translate(0, -50%);
}

.custom-dropdown-options {
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translate(-50%, 15px);
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s ease;
  background-color: #0063a8;
  border-radius: 8px;
  font-size: 24px;
  line-height: 1.5625;
  min-width: 320px;
  padding: 10px 0;
  width: auto;
  z-index: 1;
  max-height: 300px;
  overflow: auto;
}

.custom-dropdown-options::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  height: 0;
  width: 0;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #0063a8 transparent;
  transform: translate(-50%, -100%);
}

.custom-dropdown.active .custom-dropdown-options {
  opacity: 1;
  pointer-events: all;
}

.custom-dropdown-options .custom-dropdown-option {
  color: #fff;
  cursor: pointer;
  display: block;
  padding: 0 36px;
  position: relative;
  transition: all 0.3s ease;
  width: 100%;
}

.custom-dropdown-options .custom-dropdown-option::before {
  content: "";
  color: inherit;
  font-family: "Font Awesome 5 Free";
  font-size: 18px;
  font-weight: 900;
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease;
  opacity: 0;
  pointer-events: none;
}

.custom-dropdown-options .custom-dropdown-option.active::before {
  opacity: 1;
}

.custom-dropdown-options .custom-dropdown-option.active {
  color: #f3bd2e;
}

.custom-dropdown-options .custom-dropdown-option:hover {
  color: #f3bd2e;
}

/* Search Results */
.search-results {

}

.search-results-inner .sr-item {
  margin-bottom: 30px;
}

.search-results-inner .sr-item:last-child {
  margin-bottom: 0;
}

.single-post__subtitle {
  display: block;
  font-size: 26px;
  font-weight: 400;
  color: #000000;
}
.single-post__info {
  display: block;
  font-size: 20px;
  font-weight: 400;
  color: #000000;
}
.single-post__speciality,
.single-post__website {
  display: block;
  font-size: 21px;
  font-weight: 400;
  color: #000000;
  word-break: break-word;
  margin-bottom: 15px;
}
.single-post__website {
  display: inline-block;
}
.mb-100 {
  margin-bottom: 100px;
}
.single-post__more {
  margin-top: 20px;
}



.sr-item {
  border-bottom: 1px solid;
  display: block;
  padding-bottom: 10px;
}

.sr-item.hidden {
  display: none;
}

.sr-item-header {
  margin-bottom: 10px;
}

.sr-item-title {
  font-size: 28px;
}

.sr-item-content {
  font-size: 18px;
  margin-bottom: 10px;
}

.sr-item-text .read-more {
  border-bottom: 1px dashed;
}

.sr-item-footer {
  font-size: 16px;
}

/* .sr-item-meta-wrapper .sr-item-meta {
  margin-bottom: 5px;
}
.sr-item-meta-wrapper .sr-item-meta:last-child {
  margin-bottom: 0;
} */
.sr-item-meta {
  display: flex;
  align-items: center;
}

.sr-item-meta .sr-item-meta-title {
  margin-right: 10px;
}

.sr-item-meta-title {
  display: flex;
  align-items: center;
  min-width: 160px;
}

.sr-item-meta-title i {
  font-size: 13px;
  margin-right: 5px;
}

.sr-item-meta-items {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: 14px;
}

.sr-item-meta-items a {
  border: 1px solid;
  border-radius: 8px;
  display: block;
  margin: 5px 5px 5px 0;
  padding: 3px 6px;
  width: auto;
}

.sr-item-meta-items a:last-child {
  margin-right: 0;
}

/* Filter Widgets */
.filter-widget {
  margin-bottom: 30px;
}

.filter-widget-title {
  border-bottom: 1px solid;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 10px;
}

.filter-widget-items {
  max-height: 300px;
  overflow: auto;
}

.filter-widget-item {
  cursor: pointer;
  display: flex;
  align-items: center;
  font-size: 18px;
  padding: 5px 0;
}

.filter-widget-item::before {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-size: 13px;
  font-weight: 900;
  margin-right: 5px;
  opacity: 0;
  pointer-events: none;
}

.filter-widget-item.active {
  color: #0063a8;
}

.filter-widget-item.active::before {
  opacity: 1;
  pointer-events: all;
}

.filter-widget-item:hover {
  color: #0063a8;
}

.no-results {
  display: none;
}

.no-results.show {
  display: block;
}

@media only screen and (max-width: 500px) {
  .sr-item-meta {
    flex-direction: column;
    align-items: baseline;
  }
}

@media only screen and (max-width: 768px) {
  .resource-hero .hero-text {
    font-size: 22px;
    margin-bottom: 15px;
  }

  .resource-hero .hero-text p {
    display: flex;
    flex-direction: column;
  }

  .resource-hero .hero-btn a,
  .resource-hero .hero-btn button {
    font-size: 18px;
    font-weight: 700;
    padding: 0px 29px;
    line-height: 42px;
  }

  .resource-hero .custom-dropdown {
    width: fit-content;
    margin: 0 auto;
  }

  .search-results {
    border-left: none;
    padding-left: 0;
    padding-top: 15px;
    border-top: 2px solid;
  }

  .sidebar .filter-widget:first-of-type {
    display: none;
  }

  .filter-widget-item {
    font-size: 16px;
    padding: 0;
  }

  .page-header--inner h1 {
    font-size: 30px;
    line-height: 33px;
  }

  .filter-widget-title {
    font-size: 20px;
  }

  .filter-widget {
    margin-bottom: 10px;
  }

  span.single-post__website {
    display: none;
  }
}

.col-1 {
    -ms-flex: 0 0 8.333333%;
    flex: initial;
    max-width: initial;
}


