/**
 * @file
 * Visual styles for AGBU's views.
 */
.views-field-title a {
  display: block;
  text-decoration: none;
}
.views-field-title a:hover {
  text-decoration: underline;
}

/*more links*/
.view > .more-link {
  text-align: center;
}
.view > .more-link a {
  margin: 0 0 10px 0px;
  display: block;
  background-color: transparent;
  padding:0;
  text-align: left;
  text-transform: uppercase;
  border: none;
  font-weight: 300;
  text-decoration: none;
}
.headings-wide-spacing-enabled .view > .more-link a {
  letter-spacing: 0.25em;
  text-transform: uppercase;
}
.view > .more-link a:after {
  content: " \f101";
  font-family: 'FontAwesome';
  font-style: normal;
  font-size: 12px;
}
.col-md-12 .view > .more-link a {
  font-size: 1em;
  text-transform: uppercase;
  padding: 15px 23px;
  text-decoration: none;
  display: inline-block;
  line-height: 1;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  min-width: 200px;
  font-weight: 700;
  border: 1px solid #b2b2b2;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  margin: 20px 0 10px;
  text-align: center;
  background-color: transparent;
}
.col-md-12 .view > .more-link a:hover {
  color: #ffffff;
}
.col-md-12 .view > .more-link a:after {
  content: "";
}
.region--light-typography .col-md-12 .view > .more-link a {
  color: #ffffff;
  border-color: #ffffff;
}
.region--light-typography .col-md-12 .view > .more-link a:hover {
  background-color: #ffffff;
}

/*more links @sidebars and footer regions*/
.footer__section .view > .more-link a {
  margin: 10px 0 0;
  text-transform: none;
}

/*more link @colored regions*/
.region--light-typography .view > .more-link a {
  color: #ffffff;
  text-decoration: none;
  background-color: transparent;
}

/*Views row clear*/
@media (min-width:768px) {
  .views-row.col-sm-6:nth-child(2n+1),
  .views-row.col-sm-4:nth-child(3n+1),
  .views-row.col-sm-3:nth-child(4n+1) {
    clear: both;
  }
}
@media (min-width:992px) {
  .views-row.col-sm-6.col-md-4:nth-child(2n+1),
  .views-row.col-sm-6.col-md-3:nth-child(2n+1),
  .views-row.col-sm-4.col-md-2:nth-child(3n+1),
  .views-row.col-sm-4.col-md-3:nth-child(3n+1),
  .views-row.col-sm-4.col-md-6:nth-child(3n+1),
  .views-row.col-sm-3.col-md-6:nth-child(4n+1),
  .views-row.col-sm-3.col-md-4:nth-child(4n+1) {
    clear: none;
  }
  .views-row.col-md-6:nth-child(2n+1),
  .views-row.col-md-4:nth-child(3n+1),
  .views-row.col-md-3:nth-child(4n+1) {
    clear: both !important;
  }
}
@media (min-width:1200px) {
  .views-row.col-sm-4.col-lg-2:nth-child(3n+1),
  .views-row.col-sm-4.col-lg-3:nth-child(3n+1),
  .views-row.col-sm-4.col-lg-6:nth-child(3n+1),
  .views-row.col-sm-3.col-lg-6:nth-child(4n+1),
  .views-row.col-sm-3.col-lg-4:nth-child(4n+1),
  .views-row.col-sm-3.col-lg-2:nth-child(4n+1),
  .views-row.col-md-4.col-lg-2:nth-child(3n+1),
  .views-row.col-md-4.col-lg-3:nth-child(3n+1),
  .views-row.col-md-4.col-lg-6:nth-child(3n+1),
  .views-row.col-md-3.col-lg-6:nth-child(4n+1),
  .views-row.col-md-3.col-lg-4:nth-child(4n+1),
  .views-row.col-md-3.col-lg-2:nth-child(4n+1) {
    clear: none !important;
  }
  .views-row.col-lg-6:nth-child(2n+1),
  .views-row.col-lg-4:nth-child(3n+1),
  .views-row.col-lg-3:nth-child(4n+1),
  .views-row.col-lg-2:nth-child(6n+1) {
    clear: both !important;
  }
}

/*clear grid floats*/
.view.row .view-content:before,
.view.row .view-content:after {
  display: table;
  content: " ";
}
.view.row .view-content:after {
  clear: both;
}


/* Events landing page view css */
.events-landing {
 margin-top: 20px
}

.event-row .event-item .views-field {
    padding: 0px 20px 0 20px;
    font-weight: 400;
}
.event-row .event-item .views-field-field-category-banner {
    padding: 0;
    padding-bottom: 20px;
}
.event-row .event-item .views-field .event-location {
    position: relative;
    margin-left: 20px;
}
.event-row .event-item .views-field .event-location::before {
  font-size: 30px;
  position: absolute;
  bottom: -75%;
  left: -20px;
  text-align: center;
  font-family: 'FontAwesome';
  content: '\f0da';
  color: #a94442;
}

.event-row .event-item .views-field.views-field-title {
  padding: 0px 20px;
}

.event-row .event-item .views-field.views-field-body {
  padding: 20px 20px 0 20px;
  font-weight: 300;
}

.view nav.pager .pager__items {
  font-size: 1em;
}

.events-landing nav.pager li.pager__item a {
    font-size: 20px;
    font-weight: 600;
}

.events-landing nav.pager li.pager__item.is-active {
    display: none;
}
.event-row .event-item .views-field.views-field-view-node a.button {
 /*   font-size: 16px;
    padding: 15px; */
}
.events-landing .event-row .event-item {
    margin-bottom: 40px;
}

.events-landing .page-title {
  color: #215b91;
  border-bottom: 1px solid #6e6e6e;
  padding: 10px;
}
.events-landing .form--inline {
    float: right;
}
.events-landing .view-content {
    display: inline-block;
}
#views-exposed-form-search-page-2 div[id^='edit-actions'] {
  display: inline;
  vertical-align: text-top;
}
#views-exposed-form-search-page-1 .form-actions {
  display: none;
}
.view-articles-list-2 .item-list .en-font {
  font-family: 'Lato', 'Helvetica Neue', Arial, Sans-serif;
}
.view-articles-list-2 .item-list .hye-font {
  font-family: 'Mardoto Light', Arial, Sans-serif;
}
.hye .event-row .event-item .views-field h3,
.hyw .event-row .event-item .views-field h3,
.hye .event-row .event-item a.button,
.hyw .event-row .event-item a.button {
  font-family: 'Mardoto Regular', Arial, Sans-serif;
}
