/*
 Theme Name:   NSM Child Theme
 Description:  National Sports Museum
 Author:       Adelphi Digital
 Author URI:   http://http://adelphi.digital
 Template:     preservarium
 Version:      0.1.0
*/
@import url("../preservarium/style.css");
body.nsm-theme {
  font-family: Arial, sans-serif; }
  body.nsm-theme .site {
    word-wrap: normal;
    -webkit-hyphens: none;
    -moz-hyphens: none;
    hyphens: none;
    -ms-hyphens: none;
    -o-hyphens: none; }

.nsm-theme div.top-panel__message {
  color: #FFFFFF;
  font-weight: bold; }
.nsm-theme .site-header.transparent .header-container {
  background-color: #005587; }
.nsm-theme .site-footer {
  background-color: #005587; }
.nsm-theme #tm_builder_outer_content .tm_pb_toggle_close h5.tm_pb_toggle_title {
  background-color: #E6EBF5;
  color: #333333; }
.nsm-theme #tm_builder_outer_content .tm_pb_toggle_open h5.tm_pb_toggle_title {
  background-color: #007dc8; }
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .nsm-theme #tm_builder_outer_content .tm_pb_link_box_content {
    word-wrap: break-word;
    -ms-word-wrap: break-word;
    height: 120px; }
    .nsm-theme #tm_builder_outer_content .tm_pb_link_box_content .tm_pb_blurb_content {
      word-wrap: break-word;
      -ms-word-wrap: break-word; }
      .nsm-theme #tm_builder_outer_content .tm_pb_link_box_content .tm_pb_blurb_content h3 {
        -ms-word-wrap: break-word;
        max-width: 360px;
        /* Non standard for WebKit */
        word-break: break-word; } }
.nsm-theme .wpcf7 .wpcf7-form-control-wrap .wpcf7-list-item {
  margin: 0px;
  width: 100%; }
  .nsm-theme .wpcf7 .wpcf7-form-control-wrap .wpcf7-list-item input[type="checkbox"], .nsm-theme .wpcf7 .wpcf7-form-control-wrap .wpcf7-list-item input[type="radio"] {
    width: 5%;
    display: block;
    float: left;
    margin: 5px auto; }
    @media (min-width: 480px) {
      .nsm-theme .wpcf7 .wpcf7-form-control-wrap .wpcf7-list-item input[type="checkbox"], .nsm-theme .wpcf7 .wpcf7-form-control-wrap .wpcf7-list-item input[type="radio"] {
        margin: 10px auto; } }
.nsm-theme .wpcf7 .required {
  color: #cd0000; }
@media (min-width: 1200px) {
  .nsm-theme .container.nsm-footer-wrapper {
    max-width: 100%; } }
.nsm-theme .footer-full-width-area-wrap #footer-full-width-area aside.widget_text {
  margin: 0;
  box-sizing: border-box;
  overflow: hidden; }
  @media only screen and (min-width: 768px) {
    .nsm-theme .footer-full-width-area-wrap #footer-full-width-area aside.widget_text {
      padding: 40px 80px; } }
  .nsm-theme .footer-full-width-area-wrap #footer-full-width-area aside.widget_text:first-child {
    background-color: #007dc8; }
    .nsm-theme .footer-full-width-area-wrap #footer-full-width-area aside.widget_text:first-child h4 {
      text-align: center; }
      @media only screen and (min-width: 768px) {
        .nsm-theme .footer-full-width-area-wrap #footer-full-width-area aside.widget_text:first-child h4 {
          text-align: left; } }
  .nsm-theme .footer-full-width-area-wrap #footer-full-width-area aside.widget_text:last-child {
    background-color: #006464; }
.nsm-theme .footer-full-width-area-wrap #footer-full-width-area .tm_pb_social_media_follow {
  display: block;
  width: 100px;
  margin: 0 auto; }
  .nsm-theme .footer-full-width-area-wrap #footer-full-width-area .tm_pb_social_media_follow .tm_pb_social_icon {
    float: left; }
    .nsm-theme .footer-full-width-area-wrap #footer-full-width-area .tm_pb_social_media_follow .tm_pb_social_icon a {
      font-size: 12px;
      font-size: 0.75rem;
      border: 2px solid;
      width: 32px;
      height: 32px;
      margin-right: 5px;
      display: flex;
      text-align: center;
      align-items: center; }
      .nsm-theme .footer-full-width-area-wrap #footer-full-width-area .tm_pb_social_media_follow .tm_pb_social_icon a.icon.rounded_rectangle {
        border-radius: 20px; }
      .nsm-theme .footer-full-width-area-wrap #footer-full-width-area .tm_pb_social_media_follow .tm_pb_social_icon a .tm-pb-tooltip {
        display: none; }
      .nsm-theme .footer-full-width-area-wrap #footer-full-width-area .tm_pb_social_media_follow .tm_pb_social_icon a .tm-pb-icon {
        display: block;
        margin: 0 auto; }
        .nsm-theme .footer-full-width-area-wrap #footer-full-width-area .tm_pb_social_media_follow .tm_pb_social_icon a .tm-pb-icon:before {
          display: inline-block;
          font: normal normal normal 14px/1 FontAwesome;
          font-size: inherit;
          text-rendering: auto;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          content: attr(data-icon); }
@media (min-width: 1200px) {
  .nsm-theme #tm_builder_outer_content .tm_pb_slider .tm_pb_slide .tm_pb_container .tm_pb_slide_description h1 {
    font-size: 170px; } }

/*--------------------------------------------------------------
# Styling only for non-home pages
--------------------------------------------------------------*/
body:not(.home) #tm_builder_outer_content .tm_pb_section {
  margin-bottom: 25px; }
  body:not(.home) #tm_builder_outer_content .tm_pb_section .tm_pb_link_box {
    margin-bottom: 25px; }

/*--------------------------------------------------------------
# Styling only for search result page
--------------------------------------------------------------*/
body.search-results .entry-header .entry-title {
  margin-bottom: 0.5em; }
body.search-results .entry-content a.more-link {
  display: block;
  margin-top: 1em;
  text-transform: capitalize; }

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