/*
 Theme Name:   The Lawrence Look
 Theme URI:    http://www.lawrence.edu
 Description:  The standard Lawrence University theme.
 Author:       Jay Dansand
 Author URI:   http://www.lawrence.edu
 Template:     twentyfifteen
 Version:      2.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  twenty-fifteen-child
*/

body:before {
  content: normal;
  display: none;
}

.site {
  max-width: none;
}

.site-content {
  display: block;
  float: none;
  margin-left: 0;
  width: auto;
}

.site-main {
  padding: 0;
}

.hentry {
  margin: 0;
  padding: 0.5rem;
}

.hentry + .hentry,
.page-header + .hentry,
.page-header + .page-content {
  margin-top: 1.5rem;
}

.page-header {
  border-left: none;
  box-shadow: none;
}

.site-footer {
  float: none;
  box-shadow: none;
}

/* .sidebar {
  float: none;
  margin-right: 0;
  max-width: none;
  position: relative;
  width: 29.4118%;
} */

.main-navigation ul ul {
  display: block;
  margin-left: 0;
}
.main-navigation ul.sub-menu {
  display: block;
}
.main-navigation .menu-item > .dropdown-toggle {
  display: none;
}

.secondary {
  display: block;
  margin: 0;
  padding: 0;
  background: transparent none;
}

.main-navigation {
  font-size: inherit;
  line-height: inherit;
  margin: 0;
}

.entry-title {
  font-family: Georgia,Times,Times New Roman, serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.2308;
  margin-bottom: 0.333em;
}

.entry-content, .entry-summary {
  padding: 0;
}

.entry-content h1,
.entry-summary h1,
.page-content h1,
.comment-content h1 {
  font-size: 1.4rem; /* 22px */
  line-height: 30 / 22;
  margin-top: 10px;
  margin-bottom: 20px;
}

.entry-content h2,
.entry-summary h2,
.page-content h2,
.comment-content h2 {
  font-size: 1.4rem; /* 22px */
  line-height: 30 / 22;
  margin-top: 10px;
  margin-bottom: 20px;
}

.entry-content h3,
.entry-summary h3,
.page-content h3,
.comment-content h3 {
  font-size: 1.25rem; /* 20px */
  line-height: 28 / 20;
  margin-top: 10px;
  margin-bottom: 20px;
}

.entry-content h4,
.entry-summary h4,
.page-content h4,
.comment-content h4 {
  font-size: 1.125rem; /* 18px */
  line-height: 26 / 18;
  margin-top: 10px;
  margin-bottom: 20px;
}

.entry-content h5,
.entry-content h6,
.entry-summary h5,
.entry-summary h6,
.page-content h5,
.page-content h6,
.comment-content h5,
.comment-content h6 {
  font-size: 100%; /* 16px */
  line-height: 23 / 16;
  margin-top: 10px;
  margin-bottom: 20px;
}

.entry-footer {
  padding: 1rem;
}

/* Remove underlining from A's that get a border (from TwentyFifteen) on hover. */
.author-description a:hover,
.comment-author a:hover,
.comment-content a:hover,
.comment-metadata a:hover,
.entry-content a:hover,
.entry-summary a:hover,
.entry-footer a:hover,
.logged-in-as a:hover,
.page-content a:hover,
.pingback .comment-body > a:hover,
.pingback .edit-link a:hover,
.site-info a:hover,
.taxonomy-description a:hover,
.textwidget a:hover {
	text-decoration: none;
}
/* Change border-bottom color to use text color. */
.author-description a,
.comment-author a,
.comment-content a,
.comment-metadata a,
.entry-content a,
.entry-summary a,
/* .entry-footer a, */
.logged-in-as a,
.page-content a,
.pingback .comment-body > a,
.pingback .edit-link a,
/* .site-info a, */
.taxonomy-description a,
.textwidget a {
	border-bottom-color: #428bca;
	border-bottom-color: currentColor;
}

.more-link {
  white-space: nowrap;
}

.post-password-form label, .post-navigation .meta-nav, .comment-navigation, .image-navigation, .author-heading, .author-bio, .entry-footer, .page-links a, .page-links span, .comment-metadata, .pingback .edit-link, .comment-list .reply, .comment-notes, .comment-awaiting-moderation, .logged-in-as, .comment-form label, .form-allowed-tags, .site-info, .wp-caption-text, .gallery-caption, .entry-caption {
  font-size: inherit;
}

.widget-area {
  margin: 0;
}

.widget {
  font-size: inherit;
  padding: 0;
  margin: 0;
}

.widget + .widget {
  margin-top: 1rem;
}

.widget-title {
  margin: 0 0 1.5em;
}

.widget-title {
  color: inherit;
  font-family: Georgia,Times,Times New Roman, ​serif;
  letter-spacing: inherit;
  margin: 0;
  text-transform: none;
}

.pagination .prev, .pagination .next {
  position: relative;
  vertical-align: middle;
}

.post-navigation a {
  padding: 0.5rem;
}
.page-title, .comments-title, .comment-reply-title, .post-navigation .post-title {
  font-size: inherit;
  line-height: inherit;
}

/* Hacky disabling of our main site's nav styles */
.menu-interior .expanded .expanded > a:after {
  display: none;
}
/* .menu-interior .expanded li.active > a, */
/* .menu-interior .expanded li.expanded > a {
  color: #333;
  background-color: transparent;
  font-weight: inherit;
}
.menu-interior .expanded li.expanded > a:hover {
  color: #fff;
  background-color: #4786a6;
}
.menu-interior .expanded li.active > a,
.menu-interior .expanded li.active-trail > a {
  color: #fff;
  background-color: #4786a6;
}
.menu-interior .expanded li.active > a:hover,
.menu-interior .expanded li.active-trail > a:hover {
  background-color: #005988;
}
.menu-interior .expanded li.here > a:after,
.menu-interior .expanded li.active-trail > a:after {
  display: inline-block;
} */
/* 
@media screen and (max-width: 991px) {
  .region-sidebar-first {
    color: #ccc;
  }
  .region-sidebar-first a {
    color: #fff;
  }
  .region-sidebar-first .widget-title {
    font-size: 90%;
    font-weight: 700;
    font-family: "Roboto", serif;
    color: #78a2ce;
    text-transform: uppercase;
  }
  .menu-interior .expanded li.expanded > a {
    color: #fff;
    background-color: transparent;
    font-weight: inherit;
  }
  .widget {
    padding: .5rem 1rem;
    color: #ccc;
  }
  .widget_archive li, .widget_categories li, .widget_links li, .widget_meta li, .widget_nav_menu li, .widget_pages li, .widget_recent_comments li, .widget_recent_entries li {
    border-top-color: rgba(255, 255, 255, 0.1);
  }
} */

/* Undo some nastiness from Twenty Fifteen */
.widget_nav_menu .sub-menu {
    margin: 0;
    padding-top: 0;
}
.menu-interior a {
  border-bottom: none;
}
.widget button, .widget input, .widget select, .widget textarea {
  font-size: 16px;
  font-size: 1rem;
}

.region-header .widgettitle {
  display: none;
}


@media screen and (min-width: 77.5em) {
  .wp-block-button .wp-block-button__link {
    font-size: 16px;
    font-size: 1rem;
    padding: 0.8125em 1.625em;
  }
}

.hentry, .page-header, .page-content {
  box-shadow: none;
}

*::-webkit-input-placeholder  { font-family: inherit; }
::-webkit-input-placeholder  { font-family: inherit; }
::-moz-placeholder  { font-family: inherit; }
:-ms-input-placeholder { font-family: inherit; } /* IE */
::-ms-input-placeholder { font-family: inherit; } /* Edge */
input:-moz-placeholder { font-family: inherit; }
*::-moz-placeholder { font-family: inherit; }
*::placeholder { font-family: inherit; }
::placeholder { font-family: inherit; }


/* Match styles of .page-header and .page-header-spacer from base theme
  so they line up in desktop AND MOBILE (different styles)! */
.page-tagline {
  display: block;
  width: 100%;
  max-width: 1200px;
  text-align: left;
  /* -.75rem places us at +0.25rem below the h1 */
  margin: -.75rem auto;
  padding: 0 .5rem 1rem;
  font-size: 1.25em;
}

@media (min-width:992px) {
  .page-tagline {
    padding: 0 25px;
    /* -1.45rem places us at +0.25rem below the h1 */
    margin: -1.45rem auto 1.7rem;
  }
}
