/**
Theme Name: GU PR
Author: Sasquatch Agency
Author URI: https://www.sasquatchagency.com/
Description: A PR recap site for GU PR.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: gu-pr
Template: astra
*/

body.ast-separate-container {
  background-color: #fff;
}

.ast-separate-container #primary {
  margin: 0!important;
}

.ast-separate-container .ast-article-single {
  padding-top: 0!important;
}

.wp-block-cover, .wp-block-cover-image {
  min-height: 300px!important;
  height: 300px;
}

.filters {
  display: block!important;
  opacity: 1!important;
}

.filters .uagb-section__inner-wrap {
  height: 100%;
}

.filters .uagb-section__inner-wrap div {
  width: 100%;
  display: flex;
}

.filters ul {
  background-color: #fff;
  padding: 0 3.67em;
  display: flex;
  margin: 0;
  height: 100%;
      width: 100%;
      flex-wrap: wrap;
}

.filters li {
  padding: 10px 25px;
  background-color: #04bbd3;
  color: #fff;
  cursor: pointer;
  transition: 0.3s;
  font-weight: 500;
  margin: auto;
  display: inline-block;
  list-style: none;
  letter-spacing: .5px;
  margin-top: 15px;
  margin-bottom: 15px;
  width: 30%;
    text-align: center;
    min-width: 150px;
}

.filters li:hover,
.filters li.active {
  background-color: #fdb522;
  color: #000;
}

.ast-separate-container .ast-article-post, .ast-separate-container .ast-article-single {
    padding: 2.34em 3.67em;
  }

.ast-separate-container .ast-article-post, .ast-separate-container .ast-article-single {
  background-color: unset;
}

.wp-block-uagb-section {
      background-color: #fff;
      border-bottom: 2px solid #000;
}

h2 a {
  font-size: 22px;
}

a:hover {
  color: #04bbd3!important;
}

a {
  color: #000;
}

i.fa-external-link-alt {
  font-size: 13px;
  vertical-align: super;
  margin-left: 6px;
}

.menu-item i.fa-external-link-alt {
  font-size: 9px;
  margin-left: 3px;
}

.menu-item i.fab {
  font-size: 18px;
}

.menu-item a {
  font-weight: 500;
  transition: 0s;
}

.spacer {
  width: 20px;
  display: inline-block;
}





.blogpostitem p {
  margin-bottom: 0em;
}

.blogpostitem p:last-child {
  margin-bottom: 10px;
}

#content .ast-container {
  max-width: unset;
  padding: 0;
}

.ast-no-sidebar.ast-separate-container .entry-content .alignfull {
      margin-left: 0!important;
    margin-right: 0!important;
    position: absolute;
    left: 0;
    width: 100vw;
}

.wp-block-toolset-view {
      padding-top: 310px;
}

.js-wpv-layout-responsive, .js-wpv-filter-form {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  margin-right: auto;
  margin-left: auto;
  max-width: 1100px;
  clear: both;
}

.blogpostitem img {
  height: 35px;
  width: auto;
  margin-bottom: 10px;
  display: none;
}

.blogpostitem .pub-image {
	height: 40px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left center;
}

.bold {
  font-weight: bold;
}

.ui-datepicker .ui-widget-header {
  border: 1px solid #fdb522!important;
}

.ui-datepicker .ui-state-hover, .ui-datepicker .ui-state-highlight, .ui-datepicker.ui-widget-content .ui-state-highlight, .ui-datepicker .ui-widget-header .ui-state-highlight, .ui-datepicker .ui-state-active, .ui-datepicker.ui-widget-content .ui-state-active, .ui-datepicker .ui-widget-header .ui-state-active {
  border: 1px solid #fdb522!important;
  background: #fff!important;
  color: #fdb522!important;
}

.radio label,
.checkbox label {
  padding: 15px 30px 15px 30px!important;
  display: block;
    position: relative;
    margin: 10px;
    padding: 15px 30px 15px 62px;
    border: none;
    border-radius: 0;
    color: #fff;
    background-color: #04bbd3;
    box-shadow: 0 0 20px rgba(0, 0, 0, .2);
    white-space: nowrap;
    cursor: pointer;
    user-select: none;
    transition: background-color .2s, box-shadow .2s;
    float: left;
    width: 23%;
}

.radio label:hover, .checkbox label:hover {
  background-color: #fdb522;
}

input[type="radio"],
input[type="checkbox"] {
      position: absolute;
    right: 20px;
    top: calc(50% - 6.5px);
    height: 15px;
    width: 15px;
}

.form-group {
  margin-left: -10px;
  margin-right: -10px;
  float: left;
  width: 100%;
  width: calc(100% + 30px);
}

label h2 {
  margin-left: 9px;
  margin-top: 30px;
  margin-bottom: 10px!important;
}

label[for=wpv-wpcf-article-date_min],
label[for=wpv-wpcf-article-date_max] {
  margin-left: 10px;
}

.js-wpv-filter-form>h2 {
  margin-top: 30px;
  float: left;
}

.form-group:last-of-type {
  margin-bottom: 75px;
}

.blogpostitem {
    border-top: 2px solid #000000;
    padding: 20px;
}




/*PRINT*/
@media print {
  @page {
    size: auto;
    margin: 0mm;
  }

  .wp-block-toolset-view {
      padding-top: 0;
  }

  i.fa-external-link-alt {
    display: none;
  }

  .wpv-filter-form {
    display: none;
  }

  .blogpostitem:nth-of-type(8n+1) {
    page-break-before: always;
  }

  /*.blogpostitem:first-of-type {
    margin-top: -10px;
    border-top: none;
  }*/


  .blogpostitem {
    display: inline-block;
    width: calc(25% - 15px);
    flex-wrap: wrap;
    margin-left: 5px;
    margin-right: 5px;
    vertical-align: top;
    margin-top: 15px;
  }

  .blogpostitem img {
    height: 18px;
    display: block;
  }

  .blogpostitem .pub-image {
    display: none;
  }

  .entry-content h2, h2 {
    line-height: 14px;
  }

  h2 a {
    font-size: 14px;
  }

  .wp-block-cover {
    display: none;
  }
  p {
    font-size: 11px;
    line-height: 14px;
  }
  .site-header {
    position: fixed;
    top: 0;
  }

  .main-header-bar {
    background-color: unset;
  }

  #masthead .site-logo-img img {
    height: 30px;
  }

  footer {
    display: none;
  }
}
