@charset "UTF-8";
/*
 * Theme Name:  Barcelona. Child
 * Theme URI:   http://themeforest.net/item/barcelona-clean-news-magazine-wordpress-theme/13308848
 * Description: Child theme of Barcelona theme.
 * Author:      Aggressive Motions
 * Author URI:  http://www.aggressivemotions.com
 * Template:    barcelona
 * Template Version: 1.2.4
 * Version: 1.2.5
 */
.supporter-image .avatar {
	background-color: #fff;
}
.widget_content .supporter-image img{
	background-color: #0d7eb2;
}
.widget_ressupwdgt_widget  .supporter-info {
  display: block;
  margin-left: 125px;
  padding-bottom:  30px;
}


 /* Featured Supporters Page  */
.introcontent {
  margin-bottom: 25px;
}
.onesupporter .supporter-image {
   display: block;
   float: left;
   margin: 0px 25px 0 0;
}
.onesupporter .supporter-image img {
  border-radius: 100%;
  max-height: 150px;
  max-width: 150px;
 }
aside .supporter-image img {
  border-radius: 100%;
  max-height: 100px;
  max-width: 100px;
 }
aside .supporter-image {
  float: left;
}
.post-content .onesupporter h2,
.post-content .onesupporter {
  color: #fff;
}

.onesupporter {
   background: #0d7eb2;
   padding: 20px;
   border: 1px solid #054c6c;
   color: #fff;
   position: relative;
   width: 100%;
   display: block;
 }
.onesupporter .supporter-info {
  display: block;
  margin-left: 175px;
}
.onesupporter span {
  display: block;
}

.onesupporter span.location {
  font-size: 18px;
  font-weight: bold;
}
.onesupporter span.supportsince {
  font-size: 16px;
  font-weight: bold;
  font-style: italic;
  margin-bottom: 20px;
}

.onesupporter span.answer {
  font-size: 14px;
  font-style: italic;
  margin-bottom: 15px;
}
.onesupporter span.question {
  font-size: 16px;
  font-weight: bold;
}
.supportsince {
  font-style: italic;
}
h2.supporter-name {
  font-size: 24px;
  margin: 0;
  font-weight: bold;
}
.sidebar-widget .onesupporter {
  background: transparent;
}
.sidebar-widget .onesupporter .supporter-image {
   display: block;
   float: left;
   margin: 0px 25px 0 0;
}
.sidebar-widget .onesupporter .supporter-image img {
   max-width: 100px;
   max-height: 100px;
}
.widget_ressupwdgt_widget {
  display: block;
}
.page-id-3472018 .widget_ressupwdgt_widget {
  display: block;
}
.page-id-3472018 .widget_ressupwdgt_widget .onesupporter {
  color: #000;
}
.widget_ressupwdgt_widget .widget_content::after {
  content: "";
  display: block;
  clear: both;
}
.widget_ressupwdgt_widget  .supporter-info {
  display: block;
  margin-left: 125px;
}
.widget_ressupwdgt_widget  h2.supporter-name {
  font-size: 20px;
  margin: 0 0 1rem 0;
  font-weight: bold;
}

.author-details:after {
  content: "";
  display: table;
  clear: both;
}

/*!
 * Pikaday
 * Copyright © 2014 David Bushell | BSD & MIT license | http://dbushell.com/
 */
.pika-single {
  z-index: 9999;
  display: block;
  position: relative;
  color: #333;
  background: #fff;
  border: 1px solid #ccc;
  border-bottom-color: #bbb;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; }

/*
clear child float (pika-lendar), using the famous micro clearfix hack
http://nicolasgallagher.com/micro-clearfix-hack/
*/
.pika-single:before,
.pika-single:after {
  content: " ";
  display: table; }

.pika-single:after {
  clear: both; }

.pika-single {
  *zoom: 1; }

.pika-single.is-hidden {
  display: none; }

.pika-single.is-bound {
  position: absolute;
  box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.5); }

.pika-lendar {
  float: left;
  width: 240px;
  margin: 8px; }

.pika-title {
  position: relative;
  text-align: center; }

.pika-label {
  display: inline-block;
  *display: inline;
  position: relative;
  z-index: 9999;
  overflow: hidden;
  margin: 0;
  padding: 5px 3px;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  background-color: #fff; }

.pika-title select {
  cursor: pointer;
  position: absolute;
  z-index: 9998;
  margin: 0;
  left: 0;
  top: 5px;
  filter: alpha(opacity=0);
  opacity: 0; }

.pika-prev,
.pika-next {
  display: block;
  cursor: pointer;
  position: relative;
  outline: none;
  border: 0;
  padding: 0;
  width: 20px;
  height: 30px;
  /* hide text using text-indent trick, using width value (it's enough) */
  text-indent: 20px;
  white-space: nowrap;
  overflow: hidden;
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 75% 75%;
  opacity: .5;
  *position: absolute;
  *top: 0; }

.pika-prev:hover,
.pika-next:hover {
  opacity: 1; }

.pika-prev,
.is-rtl .pika-next {
  float: left;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAUklEQVR42u3VMQoAIBADQf8Pgj+OD9hG2CtONJB2ymQkKe0HbwAP0xucDiQWARITIDEBEnMgMQ8S8+AqBIl6kKgHiXqQqAeJepBo/z38J/U0uAHlaBkBl9I4GwAAAABJRU5ErkJggg==");
  *left: 0; }

.pika-next,
.is-rtl .pika-prev {
  float: right;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAU0lEQVR42u3VOwoAMAgE0dwfAnNjU26bYkBCFGwfiL9VVWoO+BJ4Gf3gtsEKKoFBNTCoCAYVwaAiGNQGMUHMkjGbgjk2mIONuXo0nC8XnCf1JXgArVIZAQh5TKYAAAAASUVORK5CYII=");
  *right: 0; }

.pika-prev.is-disabled,
.pika-next.is-disabled {
  cursor: default;
  opacity: .2; }

.pika-select {
  display: inline-block;
  *display: inline; }

.pika-table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border: 0; }

.pika-table th,
.pika-table td {
  width: 14.285714285714286%;
  padding: 0; }

.pika-table th {
  color: #999;
  font-size: 12px;
  line-height: 25px;
  font-weight: bold;
  text-align: center; }

.pika-button {
  cursor: pointer;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  outline: none;
  border: 0;
  margin: 0;
  width: 100%;
  padding: 5px;
  color: #666;
  font-size: 12px;
  line-height: 15px;
  text-align: right;
  background: #f5f5f5; }

.pika-week {
  font-size: 11px;
  color: #999; }

.is-today .pika-button {
  color: #009BC5;
  font-weight: bold; }

.is-selected .pika-button {
  color: #fff;
  font-weight: bold;
  background: #009BC5;
  box-shadow: inset 0 1px 3px #178fe5;
  border-radius: 3px; }

.is-inrange .pika-button {
  background: #D5E9F7; }

.is-startrange .pika-button {
  color: #fff;
  background: #78AD68;
  box-shadow: none;
  border-radius: 3px; }

.is-endrange .pika-button {
  color: #fff;
  background: #009BC5;
  box-shadow: none;
  border-radius: 3px; }

.is-disabled .pika-button,
.is-outside-current-month .pika-button {
  pointer-events: none;
  cursor: default;
  color: #999;
  opacity: .3; }

.pika-button:hover {
  color: #fff;
  background: #007fa1;
  box-shadow: none;
  border-radius: 3px; }

/* styling for abbr */
.pika-table abbr {
  border-bottom: none;
  cursor: help; }

.navbar-partner {
  display: none; }
  @media screen and (min-width: 768px) {
    .navbar-partner {
      display: block;
      position: absolute;
      top: 0;
      right: 0; } }

.navbar-header .mc4wp-form,
.navbar-header .mc5wp-form {
  display: none;
  position: relative;
  float: right;
  margin-top: 30px;
  text-align: right; }
  @media screen and (min-width: 768px) {
    .navbar-header .mc4wp-form,
    .navbar-header .mc5wp-form {
      display: block; } }

@media only screen and (min-width: 992px) {
  .has-nav-menu .container > .navbar-header {
    padding-bottom: 15px; } }

.navbar-form-newsletter label {
  display: block; }

.navbar-form-newsletter .btn,
.navbar-form-newsletter .togglelistbtn {
  padding-top: 6px;
  padding-bottom: 6px;
  color: #fff;
  background: #009BC5;
  border-color: #009BC5; }
  .navbar-form-newsletter .btn:hover,
  .navbar-form-newsletter .togglelistbtn:hover {
    background: #007fa1; }

.navbar-form-newsletter .togglelistbtn {
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
  cursor: pointer; }

.navbar-form-newsletter #maillistsbox {
  display: none;
  position: absolute;
  padding: 10px;
  right: 0;
  border: 1px solid #d2d2d2;
  background: #fff;
  text-align: left; }

.bbp-login-links a{
	margin-top: 10px;
	float: none;
	}

.bbp-login-links:before{
	content: "";
	display: block;
	clear: both;
	}


@media screen and (min-width: 768px) {
  .navbar-form-newsletter .form-control {
    width: 250px; } }

@media only screen and (min-width: 992px) {
  .navbar-nav > li.search > .btn {
    height: 36px; } }

@media only screen and (min-width: 992px) {
  .navbar-nav > li > a {
    padding-top: 13px;
    padding-bottom: 13px; } }

.navbar-nav > li.home-icon > a {
  font-size: 0;
  line-height: 0;
  color: transparent !important;
  background: transparent url(assets/images/res-home-icon.png) no-repeat 13px center;
  background-size: 15px auto; }
  .navbar-nav > li.home-icon > a:hover {
    background: transparent url(assets/images/res-home-icon.png) no-repeat center;
    background-size: 15px auto; }
  @media only screen and (min-width: 768px) {
    .navbar-nav > li.home-icon > a {
      margin-left: 10px;
      padding: 18px 15px;
      background-position: center; } }

@media only screen and (min-width: 768px) {
  .navbar-stuck .navbar-nav > li.home-icon > a {
    padding: 23px 20px; } }

.navbar-form-newsletter-bottom {
  width: 250px;
  position: relative;
  z-index: 10;
  margin-top: 5px; }

.navbar-form-newsletter-label {
  position: relative;
  width: 100%;
  padding-left: 12px;
  padding-right: 22px;
  border: 1px solid #d2d2d2;
  text-align: left;
  height: 34px;
  line-height: 34px;
  color: #5b5b5b;
  font-weight: normal; }
  .navbar-form-newsletter-label .fa {
    position: absolute;
    right: 10px;
    top: 50%;
    pointer-events: none;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }
  .navbar-form-newsletter-label.is-open .fa:before {
    content: "\f106"; }

.navbar-form-newsletter-list {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  background: #fff;
  border: 1px solid #d2d2d2;
  margin-top: -1px;
  padding: 10px 12px;
  text-align: left;
  overflow-y: auto;
  max-height: 200px; }
  .navbar-form-newsletter-list.is-open {
    display: block; }
  .navbar-stuck .navbar-form-newsletter-list {
    display: none; }
  .navbar-form-newsletter-list input {
    position: absolute;
    top: 0;
    left: 0; }
  .navbar-form-newsletter-list label {
    position: relative;
    padding-left: 20px;
    font-weight: normal; }

.footer .social-icons {
  list-style: none;
  padding: 0;
  font-size: 2.2rem;
  line-height: 12px;
  text-align: center; }
  .footer .social-icons li {
    display: inline-block;
    padding-left: 7px;
    padding-right: 8px; }

@media screen and (min-width: 992px) {
  .footer .social-icons {
    text-align: right; }
    .footer .social-icons li:last-child {
      padding-right: 0; } }

.main > .btn:last-child {
  margin-bottom: 60px; }

.has-sidebar #main {
  padding-bottom: 60px; }

.posts-box + .pagination:last-child {
  margin-bottom: 0; }

#sidebar,
#sidebar * {
  -webkit-backface-visibility: visible;
  backface-visibility: visible; }

.row-eq-height {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .row-eq-height > .col {
    float: none;
    height: auto !important; }
  .row-eq-height:before, .row-eq-height:after {
    display: none; }

a:hover {
  color: #009BC5; }

@media screen and (max-width: 767px) {
  .navbar-dark .navbar-inner,
  .navbar-dark .navbar-inner > .container {
    background: #009BC5; } }

.navbar-dark .navbar-nav {
  border-color: #009BC5;
  background: #009BC5; }

.btn.active, .btn:hover,
.nav > li:hover > a,
.nav > .current-menu-item > a,
.nav > .menu-item-hover > a {
  background: #009BC5; }

.navbar-collapse {
  box-shadow: none; }

@media screen and (min-width: 768px) {
  .navbar-stuck.navbar-dark .navbar-inner {
    background-color: #009BC5 !important; }
  .navbar-nav > li > .sub-menu {
    color: rgba(255, 255, 255, 0.9);
    border-color: #009BC5;
    background: #009BC5; }
  .sub-menu > li > a:hover,
  .sub-menu > li:hover > a {
    color: #fff;
    background: #007fa1; } }

.in-search-box {
  background-color: #009BC5; }
  .in-search-box .btn {
    background-color: #007fa1; }
    .in-search-box .btn:hover {
      background-color: #003e4f; }

.checkbox label {
  display: block;
  position: relative;
  min-height: 34px;
  padding-top: 7px;
  padding-left: 44px !important;
  text-align: left; }
  .checkbox label:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f00c";
    position: absolute;
    top: 8px;
    left: 8px;
    z-index: 1;
    font-size: 1.8rem;
    opacity: 0;
    -webkit-transition: opacity 0.1s ease-in-out;
    transition: opacity 0.1s ease-in-out; }
  .checkbox label:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    display: block;
    width: 34px;
    height: 34px;
    border: 1px solid #d2d2d2;
    background: #fff; }

.checkbox input[type=checkbox] {
  display: none; }

.checkbox input[type=checkbox]:checked + label:before {
  opacity: 1; }

.btn.is-loading > .btn-loader {
  display: inline-block; }

.post audio {
  width: 100%;
  box-shadow: 0px 0px 0px 1px #aeaeae; }

.post-content {
  color: #141414; }
  .post-content a {
    color: #009BC5; }
    .post-content a:hover {
      color: #003e4f; }

.no-featured-header {
  margin-bottom: 35px; }
  .no-featured-header a {
    color: #009BC5; }
    .no-featured-header a:hover {
      color: #003e4f; }
  .no-featured-header .box-header {
    margin-bottom: 10px; }

.post-content blockquote {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAC4AAAAuCAIAAADY27xgAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpGOEE4MjVGOTk1MTUxMUU2OTJFNkRGRkRBMDE3MjhCQiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpGOEE4MjVGQTk1MTUxMUU2OTJFNkRGRkRBMDE3MjhCQiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkY4QTgyNUY3OTUxNTExRTY5MkU2REZGREEwMTcyOEJCIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkY4QTgyNUY4OTUxNTExRTY5MkU2REZGREEwMTcyOEJCIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+OwnCIgAAAQJJREFUeNpiZFp6hmFwACaGQQNGnTLqlFGnjDpl1CmjThl1ymByCgsZes55aOoLceFRcPHdN6Md1+nhFKA7Oi4/u/LhO1ZZHQHOCl0pOoUKEBx69WXny89Ypdx//a0YTbajThl1CtGAh40ZiAbeKUBHHHJSAyLKXcNEuTskOFiBiHLXkO8UNham3fYqQEc47r0JREDGXgdVoCC9ncLNwrTPQUWVj8N1362bn38CEZChzMsOFOQm1zVkaptiKq/Bz+m279bVTz8gIkAGkAsUBErRzynAipeRkQFo8bn3KDUikAsU/A9WQIaxjKODGqNOGXXKqFNGnTLqlFGnjDoFGwAIMAC3+UpyvxvfjgAAAABJRU5ErkJggg=="); }

.post-summary .post-meta {
  overflow: hidden; }

.post-summary .post-excerpt {
  color: #2f2f2f; }

.post-summary .resources-list {
  float: right; }
  .post-summary .resources-list a {
    width: 37px; }

.psum-small .post-title {
  font-weight: bold; }

.psum-horizontal—half .post-image {
  width: 50%; }

.psum-horizontal—half .post-details {
  width: 50%; }

.featured-image-credit {
  display: block;
  position: static;
  background: transparent;
  font-size: 13px; }
  .featured-image-credit a {
    color: #fff;
    text-decoration: underline; }
    .featured-image-credit a:hover {
      text-decoration: none; }

@media screen and (min-width: 992px) {
  .fptype-horizontal .owl-stage {
    width: 100% !important; }
  .fptype-horizontal .owl-item {
    width: 100% !important; } }

.page-template-page-authors .author-box-blue,
.page-template-page-authors .author-box-blue a,
.page-template-page-authors .author-box-blue .author-title,
.page-template-page-authors .author-box-green,
.page-template-page-authors .author-box-green a,
.page-template-page-authors .author-box-green .author-title {
  color: #fff; }

.page-template-page-authors .author-box-blue a:not(.btn):hover,
.page-template-page-authors .author-box-green a:not(.btn):hover {
  color: #010101; }

.page-template-page-authors .author-box-blue .btn,
.page-template-page-authors .author-box-green .btn {
  border-color: #fff; }
  .page-template-page-authors .author-box-blue .btn:hover,
  .page-template-page-authors .author-box-green .btn:hover {
    border-color: #010101; }

.page-template-page-authors .author-box-blue {
  background: #009BC5; }

.page-template-page-authors .author-box-green {
  background: #78AD68; }

.page-template-page-authors .author-box-square .author-image img {
  border-radius: 0; }

.author-more {
  display: none; }
  @media screen and (min-width: 768px) {
    .author-more {
      display: block;
      float: right;
      margin-top: 4px; } }

.post .author-name a {
  text-decoration: underline; }
  .post .author-name a:hover {
    text-decoration: none; }

@media screen and (min-width: 992px) {
  .sidebar-widget .author-box .author-image {
    width: 33.33%; }
    .sidebar-widget .author-box .author-image img {
      max-width: 100%;
      height: auto; }
  .sidebar-widget .author-box .author-details {
    padding-left: calc(33.33% + 30px); } }

.widget_partner-image {
  display: block;
  text-align: center; }
  .widget_partner-image img {
    max-width: 100%;
    height: auto; }

.search-form-full {
  right: 0;
  width: auto; }
  .search-form-full .input-group {
    margin-top: 0; }
  .search-form-full .search-form-filters-field select {
    border-radius: 4px;
    border: 0;
    font-size: 14px;
    height: auto; }

.search-form {
  margin-bottom: 40px; }
  .search-form .checkbox {
    margin-right: 25px; }
  @media screen and (min-width: 768px) {
    .search-form .form-group:not(:first-child) {
      margin-left: 35px; } }

.in-search-box {
  display: table;
  margin-bottom: 20px; }

.search-form-filters-label {
  margin-bottom: 0;
  margin-right: 10px;
  text-transform: uppercase;
  vertical-align: middle; }

.search-form-filters-field {
  display: inline-block;
  position: relative;
  width: 150px;
  vertical-align: middle; }
  .search-form-filters-field select {
    width: 100% !important;
    padding-right: 22px;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none; }
    .search-form-filters-field select + .fa {
      display: block; }
  .search-form-filters-field .fa {
    display: none;
    position: absolute;
    right: 10px;
    top: 50%;
    pointer-events: none;
    color: #5b5b5b;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }

.search-form-date-range {
  margin-top: 15px; }
  .search-form-date-range label {
    text-transform: uppercase;
    font-size: 1.2rem; }

.bbp-search-form .search-form .btn,
.sidebar-widget .search-form .btn,
.footer-widget .search-form .btn,
.nf-wrapper .search-form .btn {
  border-color: #139bc4;
  background-color: #139bc4; }

.bbp-search-form .search-form .form-control,
.sidebar-widget .search-form .form-control,
.footer-widget .search-form .form-control,
.nf-wrapper .search-form .form-control {
  border-color: #139bc4; }

.search-form-filters {
  display: none; }

.resources-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0;
  padding: 0;
  list-style: none; }
  .resources-list a {
    display: block;
    width: 40px;
    -webkit-transition: 0.1s ease-in-out;
    transition: 0.1s ease-in-out; }
    .resources-list a:hover {
      opacity: .75; }
  .resources-list img {
    max-width: 100%; }
  @media screen and (min-width: 768px) {
    .resources-list {
      float: right;
      margin-left: 15px; } }

.resources-list__item + .resources-list__item {
  margin-left: 5px; }

.video-player {
  margin: 15px 0;
  position: relative;
  height: 0;
  padding-bottom: 56.25%; }
  .video-player > iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
