/*
 Theme Name:     JASI
 Theme URI:      http://jasi.outreach.psu.edu
 Description:    Penn State JASI Child Theme using the PSUOutreachMarketing parent theme
 Author:         Penn State Outreach and Online Education
 Author URI:     http://www.outreach.psu.edu
 Template:       PSUOutreachMarketing
 Version:        2.5.4
*/

/* Training Programs Category Pages */
.psu-page-training-programs .colortable ul, .single-event .colortable ul {
  margin: 0;
}
.psu-page-training-programs .colortable ul li, .single-event .colortable ul li {
  padding: 4px 0;
}
.psu-page-training-programs #main .all-events-link a, .psu-page-training-programs .all-events-link a:visited {
  font-size: 0.85rem;
  margin: 0 0 2em;
  padding: 0.5em 3em;
}

/* Events Manager Coupon Code Field - Show Only for Logged in Users */
.em-booking-form-details .em-bookings-form-coupon {
  display: none;
}
.logged-in .em-booking-form-details .em-bookings-form-coupon {
  display: block;
}

/* Gravity Form */
#gform_wrapper_2 .ginput_container_select select {
  background-color: #ffffff;
}

/* Customize Constant Contact Form on newsletter page */
.psu-page-newsletters .ctct-form-embed.form_0 .ctct-form-custom .ctct-form-button {
  max-width: 180px;
  border-radius: 25px;
  margin-top: 24px;
  text-transform: uppercase;
  font-size: .85rem;
}
.psu-page-newsletters .ctct-form-embed.form_0 .ctct-form-custom .ctct-form-button:hover {
  background-color: #1e407c;
}
.psu-page-newsletters .ctct-form-defaults {
  padding-left: 10px !important;
}

/* Homepage */
.home #sidebar-body {
  margin-top: 10px;
}
.home #sidebar-body .sidebar-wysiwyg {
  padding-bottom: 0;
}
.home #sidebar-body .sidebar-wysiwyg blockquote{
  margin-bottom: 0;
}
@media screen and (min-width: 810px) {
  h3.slider-title {
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 1024px) {
  .sidebar-right #sidebar-body {
    max-width: 400px;
  }
  .sidebar-right .site-main {
    max-width: calc(100% - 450px);
  }
  .home #sidebar-body {
    margin-top: 0;
  }
  .home blockquote {
    margin: 0;
  }
}

/* Fix for Sign-up Sheet CTA button - gray color in parent theme */
.pta-sus-sheets.signup-form input:read-only {
  background-color: #376ad3;
}
.pta-sus-sheets.signup-form input:read-only:hover {
  background-color: #1e407c;
}

/* Constable Program hide sign up heading */
h3.pta-sus.sign-up-header {
  display: none;
}

/* Statistics on PACSETI page */
#statistics h2 {
  font-size: 1.625rem;
}

/* Reduce title length on CJPT and Constable Program pages */
@media screen and (min-width: 1024px) {
  .page-id-1700.page-template-level1-page .level1-title .entry-header, 
  .page-id-618.page-template-level1-page .level1-title .entry-header {
    max-width: 590px;
  }
}

/* Statistics on PACSETI page */
#statistics h2 {
  font-size: 1.625rem;
}

/* Reduce title length on CJPT and Constable Program pages */
@media screen and (min-width: 1024px) {
  .page-id-1700.page-template-level1-page .level1-title .entry-header, .page-id-618.page-template-level1-page .level1-title .entry-header {
    max-width: 590px;
  }
}

/* Constable Program Sign Up CTA/link styles - Used in the call-out box on the Constable Program page */
.sign-up i {
  font-size: .9rem;
}
.sign-up p {
  font-size: 1rem;
}
.sign-up a {
  text-decoration: none;
}
.sign-up a:hover {
  text-decoration: underline;
}
@media screen and (min-width: 1024px) {
  .sign-up {
    max-width: 350px;
  }
}

/* Fix for Sign-up Sheet CTA button - gray color in parent theme */
.pta-sus-sheets.signup-form input:read-only {
  background-color: #376ad3;
}
.pta-sus-sheets.signup-form input:read-only:hover {
  background-color: #1e407c;
}

/* Constable Program hide sign up heading */
h3.pta-sus.sign-up-header {
  display: none;
}

/* Constable Program item descriptions */
.pta-sus.task-description p {
  margin: 0;
  font-size: 0.875rem;
}
