/*
Theme Name: HS Today
Description: Child theme for The Fox Theme
Author: Grizzly Ocean
Template: fox

*/

/* Ultimate Membership Pro styles */

.ihc-logout-wrap.ihc-login-template-10 {
    margin: 0 0 24px;
    text-align: left;
}

.category-gtsc-members-only .blog-container {
    display: none;
}

.category-gtsc-members-only.logged-in .blog-container {
    display: block;
}

.button,
.ihc-logout-wrap.ihc-login-template-10 a {
    color: #fff !important;
    width: 100%;
    border: none;
    background-color: #67b1d6;
    box-shadow: none !important;
    font-family: Helvetica, sans-serif, 'Trebuchet MS';
    border-radius: 3px;
    text-transform: capitalize;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
    padding: 10px 30px 11px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    min-height: 45px;
    font-size: 18px;
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
}

/* Adsanity Styles */

.secondary .widget.adsanity-single > div, .secondary .widget.dasanity-single > div {
    text-align: center;
}

body.home #primary .blog-list article + aside.dasanity-single:before {
  background-image: none;
  border-top: 2px solid #333;
  display:block;
  height: 2px;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
html body .wpjb-grid .wpjb-grid-row {
    border: 2px solid #faa532;
    margin-left: -15px;
    margin-bottom: 20px;
    width: calc(100% + 30px);
    padding: 15px 15px 30px 15px;
    position: relative;
}

html body .wpjb-grid .wpjb-grid-row.wpjb-click-area:after {
    content: "GTSC Featured Member";
    position: absolute;
    bottom: 8px;
    right: 15px;
    font-size: 11px;
    font-weight: bold;
    text-align: right;
    color: #004b88;

}


.widget_hstoday_latest_jobs_widget,
.tsd-recent-jobs-sidebar {
    margin-top: 45px;
}

.widget_hstoday_latest_jobs_widget h1,
.tsd-recent-jobs-sidebar h1 {
    color: #004b88;
}

.widget_hstoday_latest_jobs_widget h5,
.tsd-recent-jobs-sidebar h5 {
    font-weight: normal;
    margin: 0 0 15px 0;
}

.widget_hstoday_latest_jobs_widget ul,
.tsd-recent-jobs-sidebar ul {
    list-style: none;
    padding: 0;
}
.widget_hstoday_latest_jobs_widget ul li,
.tsd-recent-jobs-sidebar ul li {
    margin: 0 0 15px 0;
    border-bottom: 1px solid gray;
}

.widget_hstoday_latest_jobs_widget ul li:last-of-type,
.tsd-recent-jobs-sidebar ul li:last-of-type {
    border: none;
}
.widget_hstoday_latest_jobs_widget ul li a,
.tsd-recent-jobs-sidebar ul li a {
    color: black;
}

textarea#job_description {
    color: black;
    font-family: sans-serif;
}

.sponsor {
  text-transform:uppercase;
  font-size:12px;
  padding: 2px 5px;
  font-size:10px;
  display: inline;
  font-weight: bold;
}
.list-title a span.sponsored {color:#f8a531}

.dasanity-single {border-bottom: 1px solid #000000; padding-bottom: 30px;}
.column-2 .dasanity-single {border-bottom: none;}

/* Popular Posts */
aside.tptn_posts_list_widget ul,
aside.tptn_posts_list_widget ul li {
  list-style: none;
  padding-left: 0px;
}
aside.tptn_posts_list_widget ul li {
  margin-bottom:1.5em;
}
.tptn_title {
  font-size: 22px;
  margin: 0 0 24px;
  font-family: Oswald,sans-serif;
  line-height: 1;
  font-weight: 700;
}
.tptn_link {
  margin-bottom:13px;
  display:block;
}
.tptn_after_thumb .tptn_link {
  margin-bottom: 5px;
}
.tptn_excerpt {
  font-size: .9em;
  line-height: 1.3em;
  display: block;
}