/**
 * @file overrides.css
 */

/**
 * HOTFIX 10/09/2019
 *
 * @see XARXANET-271
 */

/* Home */

@media (min-width: 768px) {
  .view.view-xn19-highlights.view-id-xn19_highlights.view-display-id-panel_pane_3 .box .highlights {
    min-height: 410px;
  }
}

@media (min-width: 1200px) {
  .view.view-xn19-highlights.view-id-xn19_highlights.view-display-id-panel_pane_3 .box .highlights {
    min-height: 390px;
  }
}

/* Interviews */

@media (min-width: 768px) {
  .view.view-xn19-interviews-subhome.view-id-xn19_interviews_subhome.view-display-id-panel_pane_3 .box .highlights {
    min-height: 410px;
  }
}

@media (min-width: 1200px) {
  .view.view-xn19-interviews-subhome.view-id-xn19_interviews_subhome.view-display-id-panel_pane_3 .box .highlights {
    min-height: 390px;
  }
}

/* News & Interview resize */

@media (min-width: 1200px){
  #xn19_news_subhome .box .highlights .image {
    width: 100%;
    max-width: 100%;
    height: 154px;
  }
  #xn19_interviews_subhome .box .highlights .image {
    width: 100%;
    max-width: 100%;
    height: 154px;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  #xn19_news_subhome .box .highlights .image {
    width: 100%;
    max-width: 100%;
    height: 124px;
  }
  #xn19_interviews_subhome .box .highlights .image {
    width: 100%;
    max-width: 100%;
    height: 124px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  #xn19_news_subhome .box .highlights .image {
    width: 100%;
    max-width: 100%;
    height: 200px;
  }
  #xn19_interviews_subhome .box .highlights .image {
    width: 100%;
    max-width: 100%;
    height: 200px;
  }
}
@media (max-width: 768px){
  #xn19_news_subhome .box .highlights .image {
    width: 100%;
    max-width: 100%;
    height: auto;
  }
  #xn19_interviews_subhome .box .highlights .image {
    width: 100%;
    max-width: 100%;
    height: auto;
  }
}

/* @Begin XARXANET-542: Canviar color del enllaços de Notícies i Opinions a Nonprofit */

.node-type-opinion .xn19-opinion-main .field-name-body a,
.node-type-article .xn17-standard-main .field-name-body a {
  color: #016580;
  text-decoration: underline;
  -webkit-transition: color 0.2s ease-in-out;
   -moz-transition: color 0.2s ease-in-out;
    -ms-transition: color 0.2s ease-in-out;
        transition: color 0.2s ease-in-out;
}

.node-type-opinion .xn19-opinion-main .field-name-body a:hover,
.node-type-opinion .xn19-opinion-main .field-name-body a:focus,
.node-type-opinion .xn19-opinion-main .field-name-body a:active,
.node-type-article .xn17-standard-main .field-name-body a:hover,
.node-type-article .xn17-standard-main .field-name-body a:focus,
.node-type-article .xn17-standard-main .field-name-body a:active {
  color: #231f20;
  text-decoration: underline;
}

.node-type-opinion .xn19-opinion-main .field-type-taxonomy-term-reference .field-items .field-item a,
.node-type-article .xn17-standard-main .field-type-taxonomy-term-reference .field-items .field-item a {
  color: #016580;
  text-decoration: underline;
  -webkit-transition: color 0.2s ease-in-out;
   -moz-transition: color 0.2s ease-in-out;
    -ms-transition: color 0.2s ease-in-out;
        transition: color 0.2s ease-in-out;
}

.node-type-opinion .xn19-opinion-main .field-type-taxonomy-term-reference .field-items .field-item a:hover,
.node-type-opinion .xn19-opinion-main .field-type-taxonomy-term-reference .field-items .field-item a:focus,
.node-type-opinion .xn19-opinion-main .field-type-taxonomy-term-reference .field-items .field-item a:active,
.node-type-article .xn17-standard-main .field-type-taxonomy-term-reference .field-items .field-item a:hover,
.node-type-article .xn17-standard-main .field-type-taxonomy-term-reference .field-items .field-item a:focus,
.node-type-article .xn17-standard-main .field-type-taxonomy-term-reference .field-items .field-item a:active {
  color: #231f20;
  text-decoration: underline;
}

/* @End XARXANET-542 */


/* @Start XARXANET-549 */

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eee;
}

/* @End XARXANET-549 */
