body {
  font-family: "Poppins", sans-serif;
  font-weight: 400; }

.page-header, .sidebar .widget-title {
  margin-top: 0;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 16px;
  background: #143B7D;
  padding: 10px 15px;
  line-height: 16px;
  color: #fff;
  margin-bottom: 20px;
  position: relative; }

.sidebar .widget-title::after {
  content: "";
  border-bottom: 15px solid #ffffff;
  border-left: 15px solid transparent;
  position: absolute;
  bottom: 0;
  right: 0; }

.right-sidebar .widget_media_image img {
  width: 100%; }

.ed-container-home {
  margin: 0 auto;
  width: 95%; }

.ed-container {
  margin: 0 auto;
  width: 86%; }

header#masthead {
  padding-left: 20px;
  padding-right: 20px;
  border-bottom: 1px solid #1f4688;
  background-color: #1f4688;
  color: #ffffff; }

.slider-caption {
  background: #ffffff none repeat scroll 0 0;
  padding: 30px;
  width: 70%; }

.bx-wrapper img {
  margin: 0 auto;
  display: inherit; }

.slider-title {
  color: #1F4688;
  display: inline-block;
  font-family: "Poppins", sans-serif;
  font-size: 35px;
  font-weight: 700;
  line-height: 40px;
  margin-bottom: 15px; }

.caption-wrapper {
  position: absolute;
  bottom: 100px;
  left: 0;
  right: 0;
  width: 53%;
  color: #000000; }

h1.page-title, .sidebar .widget-title {
  font-family: "Poppins", sans-serif; }

/*  LATEST NEWS SECTION */
.news-block figure.news-image {
  margin: 0 0 20px 0;
  position: relative; }

.news-block figure.news-image img {
  filter: grayscale(60%);
  -webkit-filter: grayscale(60%);
  -moz-filter: grayscale(60%);
  transition: all ease 0.4s;
  -webkit-transition: all ease 0.4s; }

.news-block figure.news-image:hover img {
  filter: grayscale(0%);
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%); }

.latest-news .news-date {
  background: #2b98fc none repeat scroll 0 0;
  color: #fff;
  left: 0;
  line-height: 1;
  min-height: 68px;
  min-width: 68px;
  padding: 10px;
  position: absolute;
  text-align: center;
  top: 0;
  transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s; }

.latest-news .news-date span {
  display: block;
  font-size: 2.2em;
  font-family: "Poppins", sans-serif;
  font-weight: 600; }

.latest-news figure.news-image:hover .news-date {
  background: #2b98fc; }

.latest-news .news-single-title {
  font-size: 18px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  margin-bottom: 5px; }

.latest-news .news-single-title a {
  color: #555555; }

.latest-news .news-single-title a:after {
  display: none; }

.latest-news .news-single-title a:hover {
  color: #2b98fc; }

.latest-news .news-text {
  line-height: 25px;
  color: #555555;
  margin-bottom: 10px; }

.latest-news a {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  position: relative; }

.latest-news a.btn {
  font-weight: 400; }

.latest-news a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  border-bottom: 1px solid #2b98fc;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: all ease 0.4s;
  -webkit-transition: all ease 0.4s; }

.latest-news a:hover {
  color: #2b98fc; }

.latest-news a:hover:after {
  opacity: 1;
  filter: Alpha(opacity=100);
  visibility: visible;
  bottom: -2px; }

/*  SPONSERS SECTION */
section.our-sponsers {
  margin-top: 50px; }

.sponsers-block {
  float: none !important;
  display: inline-block;
  vertical-align: middle; }

.our-sponsers .bx-wrapper .bx-controls-direction a {
  top: 30%; }

.our-sponsers figure.sponsers-image {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  transition: all ease 0.4s;
  -webkit-transition: all ease 0.4s; }

.our-sponsers figure.sponsers-image:hover {
  filter: grayscale(0%);
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  transform: scale(1.05);
  -webkit-transform: scale(1.05); }

/* ABOUT SECTION */
.about figure.about-img {
  margin: 0;
  float: left;
  width: 45%;
  overflow: hidden;
  line-height: 0;
  height: 300px;
  display: flex;
  align-items: center;
  justify-content: center; }

.about .about-excerpt.home-description {
  color: #000; }

.about h2.title.home-title {
  color: #000000;
  text-align: left; }

.about .about-content {
  float: right;
  width: 55%;
  background: #ffffff;
  overflow: hidden;
  padding: 42px 90px 42px 50px;
  height: 300px; }

.about .btn {
  color: #000;
  padding: 10px 20px;
  margin-left: 6px;
  border: 1px solid transparent;
  box-shadow: 0 0 0 0px #fff;
  transition: all ease 0.2s;
  -webkit-transition: all ease 0.2s; }

input[type="submit"]:hover {
  background: #1f4688;
  box-shadow: 0 0 0 5px #1f4688; }

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
  box-shadow: 0 0 0 5px #1f4688;
  background: #1f4688; }

.main-footer {
  text-align: center;
  background: #1f4688;
  padding-top: 20px;
  padding-bottom: 20px; }

.widget ul {
  padding: 0;
  text-align: left;
  margin: 0 0 0 25px;
  list-style: none; }
  @media screen and (max-width: 480px) {
    .widget ul {
      text-align: center; } }
  .widget ul li {
    background: url("assets/img/email.png") left no-repeat no-repeat;
    padding-left: 25px; }

.single_page_left {
  float: left;
  width: 50%;
  padding-right: 20px; }

.single_page_right {
  float: left;
  width: 50%; }
  .single_page_right .content {
    margin-bottom: 2rem; }

.single figure {
  margin-bottom: 30px;
  text-align: center; }

.single_content {
  display: block;
  width: 100%;
  clear: both; }

.elementor .elementor-widget:not(.elementor-widget-text-editor):not(.elementor-widget-theme-post-content) figure {
  margin: 0;
  opacity: 20%; }

body .elementor .elementor-566 .elementor-element.elementor-element-cd7b7ec .elementor-post__thumbnail__link {
  width: auto; }

.category-doctors h1.entry-title {
  font-family: "Poppins", sans-serif;
  font-weight: 600; }

.site-branding h1.site-title {
  font-family: "Poppins", sans-serif; }

.main-navigation .nav-menu li.current-menu-item a,
.main-navigation .nav-menu li.current_page_item a {
  font-family: "Poppins", sans-serif;
  line-height: 20px; }

.main-navigation .nav-menu li.current-menu-item .sub-menu li a,
.main-navigation .nav-menu li.current_page_item .sub-menu li a,
.main-navigation .nav-menu li.current-menu-item .children li a,
.main-navigation .nav-menu li.current_page_item .children li a {
  font-family: "Poppins", sans-serif;
  font-weight: 400; }

.featured-block.featured-post-3 a {
  color: #626364;
  font-family: "Poppins", sans-serif;
  font-weight: 600; }

.title {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 30px;
  margin: 0;
  text-align: center;
  color: #646463;
  margin-bottom: 25px; }

.latest-news .news-date span {
  display: block;
  font-size: 2.2em;
  font-family: "Poppins", sans-serif;
  font-weight: 600; }

.top-footer .widget-title {
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 22px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  line-height: initial; }

.top-footer .widget {
  display: inline-block;
  vertical-align: middle;
  width: 24.6%;
  margin-bottom: 0;
  padding: 0 15px;
  text-align: center; }
  @media screen and (max-width: 768px) {
    .top-footer .widget {
      display: inline; } }

.wpcf7-form p {
  display: inline-block;
  width: 100%;
  padding-right: 20px;
  vertical-align: top; }

/** General **/
#primary, #secondary-left, #secondary-right {
  margin-top: 30px; }

/** Top menu **/
.site-branding {
  width: 20%; }

nav#site-navigation {
  width: 79%; }
  nav#site-navigation .menu-toggle {
    background: transparent;
    border: 0;
    box-shadow: none; }

#primary-menu {
  background: #1E4688; }
  #primary-menu li.current-menu-item a {
    color: #fff !important;
    text-decoration: underline;
    text-decoration-color: #2b98fc;
    text-underline-offset: 2px; }
    #primary-menu li.current-menu-item a li a {
      text-decoration: none; }
  #primary-menu > li:nth-last-child(2) a {
    color: #fff !important;
    background: #2b98fc;
    padding: 10px 25px;
    border-radius: 5px; }
  #primary-menu > li:last-child a {
    color: #fff !important;
    padding: 10px 10px;
    border-radius: 5px; }
    #primary-menu > li:last-child a img {
      display: block;
      width: 40px;
      height: 40px;
      padding-left: 40px;
      background: url("assets/img/search.png") 0 0 no-repeat;
      background-position: center;
      background-size: contain; }
  @media screen and (max-width: 980px) {
    #primary-menu {
      z-index: 1; } }

.main-navigation .nav-menu li {
  font-size: 14px; }
  .main-navigation .nav-menu li ul.sub-menu {
    background-color: #2A97FC; }
    .main-navigation .nav-menu li ul.sub-menu:before {
      color: #2A97FC;
      background-color: #2A97FC; }
  @media screen and (min-width: 981px) and (max-width: 1049px) {
    .main-navigation .nav-menu li a {
      font-size: 12px !important; } }

@media screen and (max-width: 980px) {
  .main-navigation .nav-menu {
    z-index: 1; } }

@media screen and (max-width: 980px) {
  .main-navigation ul {
    z-index: 1; } }

#tribe-events .tribe-events-button, .wpcf7-form .wpcf7-submit, .post-grid-search input[type="submit"],
.edit-link a, .reply a, .entry-footer .edit-link a, .entry-footer .reply a {
  background-color: #2b98fc;
  padding: 10px 25px;
  border-radius: 5px; }

/** Header */
.page-header:before {
  background: url("assets/img/two_squares_blue.png") 0 0 no-repeat;
  content: "";
  display: inline-block;
  height: 16px;
  vertical-align: middle;
  width: 6px; }

.title-wrapper {
  padding-left: 25px;
  margin-bottom: 1rem; }
  @media screen and (max-width: 480px) {
    .title-wrapper {
      padding-left: 0; } }
  .title-wrapper h1.page-title, .title-wrapper a.go-back {
    display: inline;
    vertical-align: middle; }
  .title-wrapper a.go-back {
    font-size: 32px; }
  .title-wrapper h1.page-title {
    margin: 0;
    padding: 0;
    background: transparent;
    color: #143B7D; }
    .title-wrapper h1.page-title:after {
      border: 0; }

@media screen and (max-width: 480px) {
  .entry-content .single_page_left, .entry-content .single_page_right, .entry-content .single_content {
    width: 100%;
    padding: 10px 25px; } }

.entry-content h3 {
  color: #143B7D;
  margin: 0 0 0.5rem; }
  .entry-content h3.about {
    margin-top: 0; }

.entry-content .run-information ul {
  list-style: none;
  padding-left: 0;
  margin-left: 0; }

.entry-content .single_page_left img {
  width: 100%; }

.entry-content .download-link i.fa {
  color: #2b98fc;
  font-size: 1.4rem;
  margin-right: 10px; }

/** Pagination */
.nav-links .nav-previous a, .nav-links .nav-next a {
  background: transparent;
  color: #143B7D; }
  .nav-links .nav-previous a:focus, .nav-links .nav-next a:focus {
    background: transparent;
    outline: none; }

/** Sidebar */
.custom-html-widget .contact hr {
  margin: 0.5rem 0; }

.custom-html-widget .contact i.fa {
  color: #2b98fc; }

@media screen and (max-width: 480px) {
  .custom-html-widget .contact {
    text-align: center; } }

/** Compartir redes sociales **/
.social-share-buttons {
  padding-bottom: 10px; }
  .social-share-buttons p {
    font-size: 14px;
    color: #5f5f5f; }
  .social-share-buttons a {
    margin-right: 10px; }
    .social-share-buttons a:last-child {
      margin-right: 0; }
    .social-share-buttons a img {
      width: 35px;
      border: 0;
      box-shadow: none;
      display: inline-block; }
  .social-share-buttons button.copy {
    display: inline-block;
    margin: 0;
    vertical-align: top;
    padding: 7px 10px; }

/** Pagina de busqueda */
.page-header {
  margin-bottom: 0;
  line-height: 2rem; }
  .page-header h1.page-title {
    background: transparent;
    color: #fff;
    display: inline-block;
    margin: 0;
    padding: 0;
    font-size: 16px; }
    .page-header h1.page-title:after {
      border: 0; }

.page-description {
  background: #fafafa;
  margin-bottom: 2rem;
  padding: 1rem 1.5rem; }

.row-filters i.fa {
  color: #2b98fc;
  font-size: 1.5rem;
  vertical-align: middle;
  margin-right: 5px; }

.row-filters .btn-filter {
  float: right;
  margin: 0;
  padding: 5px 20px;
  background: #2b98fc;
  border-radius: 5px; }
  @media screen and (max-width: 1023px) {
    .row-filters .btn-filter {
      float: none;
      margin-top: 15px;
      margin-left: 27px; } }

.row-filters .field {
  background: white;
  border-radius: 5px;
  border: 1px solid #5f5f5f;
  color: #5f5f5f;
  padding: 8px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px; }
  .row-filters .field textarea {
    font-family: "Poppins", sans-serif !important;
    font-weight: 400; }
  .row-filters .field.with-select2 {
    padding: 0;
    border: 0; }
  .row-filters .field .select2-selection__choice__remove {
    margin: 0; }
    .row-filters .field .select2-selection__choice__remove:hover {
      box-shadow: none !important; }
  .row-filters .field .select2-container--default .select2-selection {
    border-color: #000;
    font-size: 13px;
    min-height: 32px; }
  @media screen and (max-width: 768px) {
    .row-filters .field {
      margin-top: 1rem;
      padding-left: 1rem; } }
  @media screen and (max-width: 480px) {
    .row-filters .field:not(:nth-child(2)) {
      margin-left: 28px; }
    .row-filters .field:last-child {
      margin-left: 12px; } }
  .row-filters .field:last-child {
    margin-right: 0; }
  .row-filters .field i.fa {
    font-size: 1rem;
    color: #5f5f5f; }
  .row-filters .field select, .row-filters .field input, .row-filters .field ul {
    border: 0;
    padding: 0;
    margin: 0;
    font-size: 13px; }
  .row-filters .field .select2-search, .row-filters .field .select2-results__options {
    font-size: 13px; }

.row-filters select {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fff;
  margin-right: 1.5rem;
  border: 0; }

.row-filters input {
  -webkit-appearance: none; }

.row-filters .field-order {
  border: 0;
  margin-top: 1rem;
  font-size: 14px;
  width: 100%; }
  .row-filters .field-order input.btn {
    float: right;
    background: #2b98fc;
    border: 0;
    border-radius: 5px;
    padding: 10px 25px; }
    @media screen and (max-width: 480px) {
      .row-filters .field-order input.btn {
        float: none;
        display: block;
        margin-top: 1rem; } }

.no-results {
  font-size: 1.5rem;
  margin: 2rem 0; }

.display-posts-listing {
  max-width: 100%;
  margin: 1rem 0 1rem;
  padding: 0; }
  .display-posts-listing article {
    margin-top: 2rem;
    border-bottom: 1px solid #f0f0f0;
    padding-bottom: 0.5rem;
    display: inline-block;
    vertical-align: top;
    padding-right: 15px;
    width: 23%; }
    @media screen and (max-width: 640px) {
      .display-posts-listing article {
        width: 100%; } }
    .display-posts-listing article > .date {
      line-height: 0;
      font-size: 14px; }
    .display-posts-listing article .thumbnail {
      min-height: 200px;
      min-width: 200px; }
  .display-posts-listing .post-title h2 {
    font-size: 14px;
    color: #5f5f5f;
    margin-bottom: 0; }
  .display-posts-listing .excerpt {
    margin-top: 1rem; }
  .display-posts-listing .wp-post-image {
    width: 100%; }
  .display-posts-listing .read-more {
    color: #2b98fc;
    font-size: 18px; }
    .display-posts-listing .read-more .caret {
      margin-left: 10px; }

.nav-links {
  text-align: center; }
  .nav-links .page-numbers, .nav-links a.page-numbers {
    padding: 5px 15px;
    border: 1px solid #5f5f5f;
    border-radius: 4px;
    color: #5f5f5f;
    background: transparent;
    display: inline-block;
    font-size: 14px; }
  .nav-links .current {
    background-color: #143B7D;
    color: #fff; }

/** Events */
.tribe_events .tribe-events-event-meta::before {
  border-top: 0; }

.single-tribe_events .tribe-events-meta-group dt {
  float: none !important;
  margin-bottom: 0 !important; }

.single-tribe_events .tribe-events-meta-group dd {
  float: none !important;
  margin-left: 0 !important; }

.single-tribe_events .tribe-events-event-meta {
  margin: 0;
  background: transparent;
  border: 0; }
  .single-tribe_events .tribe-events-event-meta .tribe-events-meta-group {
    background-color: transparent;
    padding: 0;
    margin: 0;
    width: 100%;
    float: none; }
    .single-tribe_events .tribe-events-event-meta .tribe-events-meta-group h2 {
      color: #143B7D; }
    .single-tribe_events .tribe-events-event-meta .tribe-events-meta-group dt {
      clear: both;
      float: left;
      margin-bottom: 1.2rem; }
    .single-tribe_events .tribe-events-event-meta .tribe-events-meta-group dd {
      margin: 0 0 1.2rem 10px;
      float: left; }
  .single-tribe_events .tribe-events-event-meta .tribe-events-meta-group-details .tribe-events-single-section-title {
    display: none; }
  .single-tribe_events .tribe-events-event-meta .tribe-events-meta-group-venue {
    width: 33%; }
    .single-tribe_events .tribe-events-event-meta .tribe-events-meta-group-venue dt {
      margin-left: 0; }
  .single-tribe_events .tribe-events-event-meta .tribe-events-meta-group-organizer {
    margin: 0;
    padding: 0;
    float: none;
    width: 100%; }
  .single-tribe_events .tribe-events-event-meta .tribe-events-meta-group-organizer dd, .single-tribe_events .tribe-events-event-meta .tribe-events-meta-group-venue dd {
    margin-left: 0; }

#tribe-events article {
  width: 74%;
  display: inline-block; }
  #tribe-events article > header.page-header {
    display: none; }

#gallery {
  display: flex;
  flex-wrap: wrap;
  align-items: end; }

.affiliates-wrapper .display-posts-listing {
  display: flex;
  flex-wrap: wrap;
  max-width: 100%;
  align-items: start; }
  .affiliates-wrapper .display-posts-listing .affiliate-list {
    width: 23%;
    min-width: 23%;
    margin-right: 1rem;
    margin-bottom: 2rem; }
    .affiliates-wrapper .display-posts-listing .affiliate-list .img-wrapper {
      min-height: 180px;
      max-height: 180px;
      overflow: hidden;
      display: flex;
      align-items: center; }
    @media screen and (max-width: 768px) {
      .affiliates-wrapper .display-posts-listing .affiliate-list {
        width: 45%; } }
    .affiliates-wrapper .display-posts-listing .affiliate-list:nth-child(4n) {
      margin-right: 0; }

footer .top-footer {
  padding-top: 30px 0; }
  footer .top-footer .wow.fadeInLeft.columns-3 {
    padding: 2rem 0;
    color: #fff; }

footer#colophon .footer-wrap {
  background-color: #143B7D; }

#custom_html-6 h3 {
  margin: 0.5rem 0;
  text-align: left; }
  @media screen and (max-width: 768px) {
    #custom_html-6 h3 {
      text-align: center; } }

#custom_html-6 .column-1, #custom_html-6 .column-2 {
  display: flex;
  align-items: center; }
  @media screen and (max-width: 768px) {
    #custom_html-6 .column-1, #custom_html-6 .column-2 {
      flex-direction: column; } }
  #custom_html-6 .column-1 .logo, #custom_html-6 .column-2 .logo {
    margin-right: 2rem; }

.display-posts-listing .event-line {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
  width: 100%; }
  .display-posts-listing .event-line .date {
    background-color: #31cefd;
    color: #fff;
    line-height: 1;
    padding: 5px 10px;
    text-align: center;
    align-self: normal; }
    .display-posts-listing .event-line .date .day {
      font-weight: bold;
      font-size: 18px; }
    .display-posts-listing .event-line .date .month {
      font-size: 10px; }
  .display-posts-listing .event-line .name, .display-posts-listing .event-line .time {
    background: #efefef;
    flex-grow: 1;
    min-width: 30%;
    font-size: 14px;
    padding: 9px;
    align-self: normal; }
  .display-posts-listing .event-line .time {
    text-align: right; }
  .display-posts-listing .event-line .url {
    background: #143B7D;
    border-radius: 5px;
    color: #fff;
    float: right;
    font-size: 10px;
    padding: 3px;
    padding: 2px;
    vertical-align: middle; }

.sanpop-search-box .search-btn {
  background: #2b98fc;
  border: 0;
  border-radius: 5px;
  padding: 10px 25px; }
  .sanpop-search-box .search-btn:hover {
    border: 0;
    box-shadow: 0;
    color: #2b98fc; }

/* Extra padding at events */
article.page #tribe-events {
  padding: 0; }

.sanpop-modal #searchform input, .sanpop-modal #searchform input:focus {
  color: #fff; }

li.social-networks {
  margin-top: 1rem; }
  li.social-networks img {
    display: inline;
    width: 30px;
    margin-right: 5px; }

.page-content .error-404-section {
  background: none; }
