/* phpcs:ignore */

/* Resource listing shortcode */
.resource-filter {
  background: #f4f4f4;
  font-size: 17px;
  padding: 0.5em 1em;
}
.resource-filter.empty-filter {
  height: 4em;
  background: none;
  padding: 0.5em 1em;
}
.resource-filter a {
  color: #262626 !important;
  font-weight: bold;
}
.filter-icon {
  font-family: ETmodules !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  -webkit-font-feature-settings: normal;
  font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-shadow: 0 0;
}
.filter-handle:before {
  font-family: ETmodules !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  -webkit-font-feature-settings: normal;
  font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-shadow: 0 0;
  content: "\61";
  font-size: 32px;
  position: relative;
  left: 0;
  top: 0;
  cursor: pointer;
}
.filter-handle:after {
  content: "Show filters";
  font-weight: 600;
  text-transform: capitalize;
  position: relative;
  top: -0.5em;
  left: 0.5em;
}
.filter-container {
  background: #eeeeee;
  padding: 1em 2em;
  width: 50%;
  position: absolute;
  left: 0;
  top: 3em;
  z-index: 100;
  border-top: 2px solid #cb190f;
}

.filter-section-handle {
  cursor: pointer;
  font-weight: bold;
  padding: 0.5em 0;
}
.plus:after {
  font-family: ETmodules !important;
  speak: none;
  font-style: normal;
  font-weight: bold;
  -webkit-font-feature-settings: normal;
  font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-shadow: 0 0;
  position: absolute;
  right: 1em;
  content: "L";
}
.minus:after {
  content: "K";
}
.filter-hidden {
  display: none;
}
.filter-container ul li {
  list-style: none;
}
.filter-container input[type="submit"] {
  float: right;
  font-size: 15px;
}
.resource .et_overlay:before {
  content: "\e022";
}
.resource-category {
  padding-top: 0.5em;
  padding-bottom: 0;
}
.resource-category a {
  color: #666 !important;
}
.resource-category-icon {
  min-width: 16px;
  text-align: center;
}
.resource-list-pagination {
  margin-top: 2em;
}
.resource-list-pagination .pagination {
  padding-top: 2em;
  border-top: 1px solid #c0c0c0;
}
.resource-list-pagination .et_pb_button:after {
  content: "";
}
/* Resource Summary shortcode styles*/
.resource-summary.et_pb_tabs {
  border: none;
}
.resource-summary .resource-filter.empty-filter {
  height: 0;
}
.resource-summary .et_pb_tabs_controls {
  background-color: transparent;
  border: none;
}
.resource-summary.et_pb_tabs .et_pb_tabs_controls li {
  border: none;
}
.resource-summary ul.et_pb_tabs_controls:after {
  border-top: none;
}
.resource-summary.et_pb_tabs .et_pb_tabs_controls li,
.resource-summary.et_pb_tabs .et_pb_tabs_controls li a {
  font-family: "Raleway", Helvetica, Arial, Lucida, sans-serif;
  text-transform: uppercase;
  font-size: 16px;
}
.resource-summary.et_pb_tabs .et_pb_tabs_controls li.et_pb_tab_active a {
  color: #6d6f72 !important;
}
.resource-summary.et_pb_tabs .et_pb_tabs_controls li.et_pb_tab_active {
  border-bottom: 1px solid #ffa500;
}
/* Post listing shortcode styles*/
.post-filter h2 {
  font-family: "Raleway", Helvetica, Arial, Lucida, sans-serif !important;
  font-weight: 600 !important;
}
.post-filter .post-meta {
  font-size: 17px !important;
  font-weight: 500 !important;
}
.post-filter .post-content {
  font-size: 17px !important;
  font-weight: 300 !important;
}
.post-filter .more-link {
  font-weight: 700;
  font-variant: small-caps;
  color: #c5310d !important;
  letter-spacing: 1px;
  line-height: 2em;
  clear: both;
  display: block;
  float: right;
}
@media only screen and (min-width: 981px) {
  .post-filter img {
    height: 256px !important;
    width: 386px;
    float: left;
    left: 0;
    margin-right: 1.5em;
  }
}
@media only screen and (max-width: 767px) {
  .filter-container {
    width: 100%;
  }
  .filter-container ul {
    padding-left: 0.5em !important;
  }
}
