/*!
Theme Name: New History
Author: Jon Jennings
Description: A custom child theme for New History
Template: jj-starter-theme
Version: 1.0.0
Text Domain: newhistory

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Site Specific
# Homepage Elements
# Subpage Template Elements
# Subpage Templates
# Responsive ( may move to individual files at a later time TBD)
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Site Specific
--------------------------------------------------------------*/
html body {
  -webkit-font-smoothing: antialiased;
  font-family: "Roboto", sans-serif; }
  html body a {
    color: inherit;
    text-decoration: none; }
    html body a:visited {
      color: inherit; }
    html body a:hover {
      color: #000000; }

H1 {
  font: bold 32px "Roboto", sans-serif;
  text-transform: uppercase;
  color: #727272; }

H2 {
  font: bold 28px "Roboto", sans-serif;
  text-transform: uppercase;
  color: #727272; }

H3 {
  font: bold 22px "Roboto", sans-serif;
  color: #727272; }

H4 {
  font: bold 24px "Roboto Condensed", sans-serif;
  color: #727272; }

H5 {
  font: 22px "Roboto Condensed", sans-serif;
  color: #727272; }

p {
  font: 20px "Roboto", sans-serif; }

.slanted-strikethrough {
  position: relative; }
  .slanted-strikethrough:before {
    position: absolute;
    content: "";
    left: 0;
    top: 40%;
    right: 0;
    border-top: 3px solid;
    border-color: inherit;
    transform: rotate(-5deg); }

body button {
  border: 2px solid black;
  padding: 10px;
  margin-top: 10px; }
  body button a {
    font-size: 24px;
    font-weight: bold;
    color: #000000; }

body .button {
  border: 2px solid black;
  padding: 10px;
  margin-top: 10px;
  display: inline-block; }
  body .button a {
    font-size: 24px;
    font-weight: bold;
    color: #000000; }

.w-100 {
  width: 100% !important; }

.edit-link {
  display: none; }

.parallax {
  /* Set a specific height */
  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
#masthead {
  position: absolute;
  z-index: 1000;
  width: 100%;
  background: #C0C0C0;
  font: bold 16px "Roboto", sans-serif;
  text-transform: uppercase; }
  #masthead.glass {
    background-color: rgba(192, 192, 192, 0.5); }
  #masthead #site-navigation {
    color: #000000; }
  #masthead #site-navigation {
    clear: both;
    display: block;
    float: left;
    width: 100%;
    margin-top: 18px; }
  #masthead .search {
    padding-top: 20px;
    cursor: pointer; }
    #masthead .search form {
      display: none;
      float: right; }
    #masthead .search .fa-search {
      color: red; }
    #masthead .search .search-field {
      padding: 5px;
      margin-bottom: 10px; }
  #masthead li a {
    padding: 20px 20px; }

#content.no-header-image {
  padding-top: 250px; }

#masthead #main-navigation-block {
  position: static; }
  #masthead #main-navigation-block .site-branding {
    margin-top: 0px; }
    #masthead #main-navigation-block .site-branding .site-title {
      margin-top: 0;
      margin-bottom: 0.25em;
      margin-left: 20px;
      width: 450px; }
  #masthead #main-navigation-block .main-navigation {
    position: static; }

#masthead .mobile-main-navigation.col {
  max-height: none; }

#masthead #mobile-navigation {
  display: none; }

#masthead #mobile-primary-menu {
  list-style: none;
  margin: 0;
  padding: 20px 0; }
  #masthead #mobile-primary-menu li {
    padding: 10px 0;
    text-align: center; }
    #masthead #mobile-primary-menu li a {
      font-size: 30px; }

footer .footer-map {
  background-size: cover; }

footer .footer-contact {
  background-color: #f8f8f8;
  padding: 25px;
  padding-left: 90px; }
  footer .footer-contact p {
    font: 14px "Roboto", sans-serif;
    margin: 10px 0; }

footer .footer-social {
  display: block; }
  footer .footer-social a {
    margin-right: 10px; }
  footer .footer-social img {
    width: 28px; }

footer .footer-menu li {
  display: inline; }

footer #footer-menu {
  text-align: right;
  padding: 20px 0 0 0;
  margin: 0;
  text-transform: uppercase; }
  footer #footer-menu li a {
    padding: 0 10px; }

footer .footer-lower {
  font: 14px "Roboto", sans-serif;
  margin: 20px 0; }

.entry-footer .cat-links {
  display: none; }

.single-post .post-navigation {
  display: none; }

.site-footer {
  margin-top: 30px; }

.site-info {
  display: none; }

.footer-widgets {
  padding: 35px 0; }

.footer-widgets, .footer-copyright-line {
  background: #f8f8f8; }

.footer-back-to-top {
  position: relative;
  top: 16px;
  padding: 0;
  margin: 0; }
  .footer-back-to-top i {
    color: #059ed7;
    line-height: 1px;
    font-size: 2em; }
  .footer-back-to-top div {
    line-height: 1px;
    font-size: 0.75em;
    font-weight: bold; }
  .footer-back-to-top a {
    background: #f8f8f8;
    margin: 0 auto;
    text-align: center;
    padding: 5px 13px;
    border-radius: 50%; }
    .footer-back-to-top a:visited {
      color: inherit; }

.footer-widgets li {
  list-style-type: none; }

.footer-widgets .widgettitle {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 600;
  font-size: 22px;
  text-transform: uppercase; }

.footer-widgets .widget ul {
  margin-left: 0;
  padding-left: 0; }
  .footer-widgets .widget ul li a {
    color: #000000;
    font-size: 18px; }

.footer-widgets .widget_text a {
  color: #000000;
  text-decoration: underline; }

.footer-copyright-line li {
  list-style-type: none; }

.footer-copyright-line a {
  text-decoration: underline; }

.footer-copyright-line ul {
  padding: 0;
  margin: 0;
  text-align: right; }
  .footer-copyright-line ul li {
    display: inline-block;
    margin: 0 4px; }
    .footer-copyright-line ul li:after {
      content: ' | ';
      display: inline-block;
      padding-left: 10px;
      color: #717070; }
    .footer-copyright-line ul li:last-child:after {
      display: none; }
    .footer-copyright-line ul li a {
      text-decoration: none;
      text-transform: uppercase; }

/*--------------------------------------------------------------
# Subpage Template Elements
--------------------------------------------------------------*/
.page-banner {
  position: relative; }
  .page-banner .container-fluid {
    padding-left: 0;
    padding-right: 0; }
  .page-banner img {
    width: 100%; }
  .page-banner .overlay {
    position: absolute;
    top: 30%;
    text-align: right;
    right: 13%;
    color: #ffffff; }
  .page-banner .title {
    font-size: 40px;
    font-weight: bold;
    text-transform: uppercase; }
  .page-banner .subtitle {
    font-size: 28px; }
  .page-banner .overlay button {
    background-color: #39C3D6;
    padding: 15px 30px; }
    .page-banner .overlay button a {
      color: #ffffff; }

.page-banner.has-image .banner-title {
  position: absolute;
  bottom: 50px;
  left: 15px;
  width: auto;
  padding: 20px;
  color: #ffffff;
  text-transform: uppercase;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 33px;
  line-height: 1.5em; }

.button-row button {
  background: #059ed7;
  text-transform: uppercase;
  font-weight: bold;
  display: block;
  padding: 20px;
  border: none;
  color: #ffffff;
  border-radius: 0;
  -webkit-appearance: none;
  font-size: 1em;
  width: 100%;
  margin: 20px auto;
  font-family: "Roboto", sans-serif; }

.button-row .logo {
  max-height: 65px; }

.button-row.count-2 .button-wrapper {
  width: 40%;
  margin-right: 10%;
  float: left;
  text-align: center; }

aside .sfsi {
  list-style-type: none;
  position: fixed;
  right: 80px;
  top: 33%; }
  aside .sfsi .gpls_tool_bdr .sfsi_inside .icon3 {
    width: 61px; }

.widget_categories,
.widget_events_categories {
  background: #f7f7f7;
  border-radius: 4px;
  list-style-type: none; }
  .widget_categories .widgettitle,
  .widget_events_categories .widgettitle {
    width: 100%;
    background: #0e2b54;
    text-align: left;
    font-weight: bold;
    padding: 15px;
    color: #ffffff;
    text-transform: uppercase;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    font-size: 1em;
    line-height: 1em;
    margin: 0; }
    .widget_categories .widgettitle a,
    .widget_events_categories .widgettitle a {
      color: #ffffff; }
  .widget_categories ul,
  .widget_events_categories ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    width: 100%; }
    .widget_categories ul li,
    .widget_events_categories ul li {
      padding: 0 20px; }
      .widget_categories ul li a,
      .widget_events_categories ul li a {
        border-bottom: 1px solid #f8f8f8;
        font-weight: bold;
        padding: 12px 0;
        display: block; }
        .widget_categories ul li a:hover,
        .widget_events_categories ul li a:hover {
          text-decoration: underline;
          color: #059ed7; }
    .widget_categories ul li:last-child a,
    .widget_events_categories ul li:last-child a {
      border-bottom: none; }

.widget-content {
  display: block; }

.widget .widget-content {
  display: block; }

.widget_media_image {
  display: block;
  list-style-type: none; }

.locations-widget {
  border: 1px solid #f8f8f8;
  padding: 0 10px 20px 10px;
  border-radius: 8px; }
  .locations-widget .location-block {
    margin-top: 20px;
    display: block; }
    .locations-widget .location-block:hover .image-block img {
      opacity: 0.6; }
    .locations-widget .location-block:hover .title {
      color: #059ed7;
      text-decoration: underline; }
  .locations-widget .widgettitle {
    background: #0e2b54;
    text-align: left;
    color: #ffffff;
    font-weight: bold;
    padding: 10px 20px;
    margin-left: -10px;
    margin-right: -10px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px; }
  .locations-widget .image-block {
    position: relative; }
  .locations-widget .location-type.letter-H {
    background: #0e2b54; }
  .locations-widget .location-type.letter-O {
    background: #F49431; }
  .locations-widget .location-type.letter-C {
    background: #8fbd38; }
  .locations-widget .location-type {
    position: absolute;
    right: 0;
    top: 0;
    background: #0e2b54;
    color: #ffffff;
    padding: 1px 9px;
    font-size: 22px;
    font-weight: bold; }
  .locations-widget .image-block {
    font-size: 1px;
    text-align: left; }
    .locations-widget .image-block .title {
      color: #000000; }
    .locations-widget .image-block img {
      max-height: 320px;
      width: 100%;
      object-fit: cover;
      border-bottom: 8px solid #059ed7; }
    .locations-widget .image-block .caption {
      font-size: 17px;
      background: #f7f7f7;
      border: 1px solid #f8f8f8;
      padding-left: 18px;
      padding-bottom: 20px;
      padding-right: 38px;
      padding-top: 15px; }
    .locations-widget .image-block .sub-title {
      color: #8a8989;
      font-weight: normal;
      font-size: 17px; }

.wpcf7 {
  width: 100%; }

.wpcf7-form input[type="text"], .wpcf7-form input[type="email"], .wpcf7-form input[type="url"], .wpcf7-form input[type="password"], .wpcf7-form input[type="search"], .wpcf7-form input[type="number"], .wpcf7-form input[type="tel"], .wpcf7-form input[type="range"], .wpcf7-form input[type="date"], .wpcf7-form input[type="month"], .wpcf7-form input[type="week"], .wpcf7-form input[type="time"], .wpcf7-form input[type="datetime"], .wpcf7-form input[type="datetime-local"], .wpcf7-form input[type="color"], .wpcf7-form textarea {
  width: 100%; }

.wpcf7-form label {
  color: black;
  font-size: 12px;
  font-weight: bold; }

.wpcf7-form p {
  margin: 8px 0;
  font-size: 13px; }

.wpcf7-form .wpcf7-submit {
  border-radius: 0;
  background-color: #000000;
  color: white;
  padding: 12px; }

.wpcf7-form .form-bottom {
  clear: both;
  padding-top: 7px; }

.wpcf7-form .required {
  font-size: 12px;
  display: inline; }

.wpcf7-form .wpcf7-recaptcha {
  float: left; }

.wpcf7-form .spacer {
  clear: both; }

.wpcf7-form .wpcf7-response-output {
  clear: both;
  margin: 10px 0 1em; }

.callout-box {
  padding: 20px 30px; }
  .callout-box .shortcode-button {
    margin-top: 20px;
    background: transparent; }

.shortcode-button {
  background: #059ed7;
  text-transform: uppercase;
  display: block;
  padding: 10px 20px;
  font-weight: bold;
  border: 2px solid #ffffff;
  color: #ffffff;
  border-radius: 0;
  -webkit-appearance: none;
  font-size: 1em;
  width: auto;
  font-family: "Roboto", sans-serif; }

.accordion h3 {
  height: auto !important;
  background: #059ed7;
  color: #ffffff;
  padding: 7px 20px;
  margin: 10px 0 0 0; }
  .accordion h3:after {
    content: '\f107';
    font-family: 'FontAwesome';
    padding-left: 10px;
    float: right;
    font-size: 2em;
    font-weight: normal;
    line-height: 0.75em; }

.accordion h3[aria-expanded="true"]:after {
  content: '\f106'; }

.accordion .ui-accordion-content {
  background: #f7f7f7;
  padding: 20px; }

#breadcrumb {
  padding: 10px 15px 20px 15px; }
  #breadcrumb .trail-browse {
    display: none; }
  #breadcrumb .trail-end span {
    text-decoration: underline;
    color: #000000; }
  #breadcrumb .trail-items li::after {
    content: '\f105';
    font-family: 'FontAwesome'; }

/*--------------------------------------------------------------
# Subpage Templates
--------------------------------------------------------------*/
.page-template-template-splitpage #secondary {
  padding-top: 105px; }

.entry-content ul,
.entry-content ol {
  margin-left: 1em; }

.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 {
  clear: none; }

#primary .entry-content {
  margin-top: 0; }

body.home .box {
  height: 300px;
  position: relative;
  text-align: center;
  background-size: cover; }

body.home .box-3 {
  height: 400px; }

body.home .button {
  margin: 30px auto;
  background-color: #e7e7e7;
  font-size: 24px;
  border: 2px solid #8a8989;
  border-radius: 10px; }
  body.home .button:hover {
    color: #ffffff;
    background: #000000; }

body.home .youtube img {
  width: 50px;
  display: block;
  margin: 15px auto; }

body.home .lower-buttons .button {
  color: #000000;
  background-color: #ffffff;
  border: 2px solid #000000;
  font-size: 24px;
  padding: 10px 80px;
  margin-top: 30px;
  min-width: 300px; }
  body.home .lower-buttons .button:hover {
    color: #ffffff;
    background-color: #000000; }

/*--------------------------------------------------------------
# Responsive
--------------------------------------------------------------*/
@media (max-width: 1200px) {
  #masthead li a {
    padding: 10px 10px; }
  #masthead .search {
    padding-top: 10px; }
  footer {
    font-size: 12px; }
    footer #footer-menu li {
      font-size: 12px; }
      footer #footer-menu li a {
        padding: 0 5px; } }

@media (max-width: 992px) {
  #masthead li a {
    padding: 10px 5px;
    font-size: 12px; }
  #masthead .search {
    float: right; } }

/* mobile main nav - now use at all widths */
#masthead {
  color: #000000; }
  #masthead .search {
    display: none; }
  #masthead #main-navigation-block .main-navigation a.burger-trigger {
    top: 50px; }
  #masthead #mobile-navigation a:hover {
    color: #39C3D6; }

#primary-menu {
  display: none; }

header #main-navigation-block .main-navigation {
  position: relative; }

#main-navigation-block .main-navigation a.burger-trigger {
  display: block;
  float: right;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin-top: 17px;
  right: 35px; }
  #main-navigation-block .main-navigation a.burger-trigger span {
    background: #000000;
    height: 8px;
    width: 80%; }

header #main-navigation-block .mobile-main-navigation.open {
  max-height: 100%; }

@media (max-width: 768px) {
  .page-banner .title {
    font-size: 30px; }
  .page-banner .subtitle {
    font-size: 20px; }
  .page-banner .overlay button {
    margin-top: 15px; }
  .hide-on-mobile {
    display: none; }
  body .container {
    max-width: 450px; }
  .site-footer {
    margin-top: 15px; }
    .site-footer .footer-copyright-line {
      text-align: center; }
      .site-footer .footer-copyright-line ul {
        text-align: center; }
        .site-footer .footer-copyright-line ul li a {
          font-size: 0.5em; }
  .page-banner.has-image .banner-title,
  .page-banner.has-image .logo {
    bottom: 0;
    font-size: 14px;
    padding: 10px;
    max-height: 76px; }
  .page-banner.no-image .banner-title {
    font-size: 20px;
    min-height: 80px;
    padding-left: 0; }
  .slick-slider .slick-arrow {
    display: none !important; }
  body.home .row {
    margin: 0; }
  .page-template-template-splitpage #secondary {
    padding-top: 0; }
  .blog .right {
    margin-left: 0; } }

@media (max-width: 576px) {
  #masthead #main-navigation-block .site-branding .site-title {
    margin: 12px 0 10px; }
    #masthead #main-navigation-block .site-branding .site-title img {
      width: 75%; }
  #masthead #main-navigation-block .main-navigation a.burger-trigger {
    top: 20px;
    right: 5px; }
  .page-banner .overlay {
    top: 35%;
    right: 5%; }
  .page-banner .title {
    font-size: 25px; }
  .page-banner .subtitle {
    font-size: 15px; }
  .page-banner .overlay button {
    margin-top: 15px; }
  footer .footer-map {
    height: 225px; }
  footer .footer-contact {
    padding-left: 25px; }
  footer #footer-menu {
    margin-top: 20px;
    line-height: 2; }
    footer #footer-menu li {
      font-size: 15px; }
      footer #footer-menu li a {
        padding: 0 10px 0 0; } }

@media (max-width: 414px) {
  .page-banner .overlay {
    top: 33%;
    right: 5%; }
  .page-banner .title {
    font-size: 20px; }
  .page-banner .subtitle {
    font-size: 13px; }
  .page-banner .overlay button {
    padding: 10px 20px; } }

/*# sourceMappingURL=style.css.map */
