/*!
Theme Name: hamptheme_2015
Theme URI: http://underscores.me/
Author: Vincent Abruzzo
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: hamptheme_2015
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

hamptheme_2015 is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

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:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
    ## Posts and pages
	## Asides
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
# Gradients
# Site Styles
--------------------------------------------------------------*/
/* Typography */
/*
  
  $line-height: Used for centering the line vertcally
  $max-length: Used for imposing a limit. Default ( 600px ) is based on half 1200px inner container max

*/
/* ========== PADDING ==========*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

a:active,
a:hover {
  outline: 0; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
@font-face {
  font-family: hampshire-icons;
  src: url("./fonts/Hampshire-Icons.ttf"); }

body,
button,
input,
select,
textarea {
  color: #404040;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5; }

h1, h2, h3, h4, h5, h6 {
  clear: both; }

h1 {
  font-family: "adelle", serif;
  font-size: 3.750em;
  line-height: 1.2em;
  font-weight: 400;
  letter-spacing: 0;
  margin: .4em 0; }

h2 {
  font-family: "adelle", serif;
  font-size: 1.85em;
  line-height: 1.2em;
  font-weight: 400;
  letter-spacing: 0;
  margin: .3em 0; }

h3 {
  font-family: "adelle", serif;
  font-size: 2em;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 0;
  margin: .25em 0; }

h4 {
  font-family: "adelle", serif;
  font-size: 1.4em;
  line-height: 1.2;
  font-weight: 400;
  letter-spacing: 0;
  margin: .1em 0; }

h5 {
  font-family: "Open Sans", sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin: .1em 0; }

h6 {
  font-family: "Open Sans", sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 14px;
  font-weight: 600;
  line-height: 21px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin: .1em 0; }

p {
  margin-bottom: 1.5em; }

dfn, cite, em, i {
  font-style: italic; }

blockquote {
  margin: 0 1.5em; }

address {
  margin: 0 0 1.5em; }

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em; }

code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem; }

mark, ins {
  background: #fff9c0;
  text-decoration: none; }

big {
  font-size: 125%; }

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box; }

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit; }

body {
  background: #a39e97;
  /* Fallback for when there is no custom background color defined. */ }

blockquote, q {
  quotes: "" ""; }
  blockquote:before, blockquote:after, q:before, q:after {
    content: ""; }

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em; }

li {
  font-family: "Open Sans", sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.25em;
  letter-spacing: 0;
  color: #2a2727;
  list-style-type: disc;
  margin: .5em 0; }
  li ul {
    padding: 0 0 0 20px; }
  li li {
    list-style-type: circle; }

ul {
  padding: 0 0 0 20px;
  margin: 0; }

ol {
  position: relative;
  counter-reset: section;
  padding: 0 0 0 25px;
  margin: 0; }
  ol > li {
    list-style-type: none; }
    ol > li:before {
      position: absolute;
      left: 0;
      counter-increment: section;
      content: counters(section, ".") " ";
      font-weight: 600;
      padding: 0 5px;
      background: #2a2727;
      border-radius: 9px;
      min-width: 18px;
      height: 18px;
      font-size: 10px;
      line-height: 18px;
      text-align: center;
      color: #fff; }

li ol {
  padding: 0 0 0 30px; }
  li ol ol {
    padding: 0 0 0 40px; }

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */ }

table {
  margin: 0 0 1.5em;
  width: 100%; }

caption {
  font-family: "Open Sans", sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 16px;
  line-height: 18px;
  text-transform: uppercase;
  letter-spacing: .05em;
  color: #2a2727;
  text-align: left;
  padding: 10px 20px; }

table {
  font-family: "Open Sans", sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  color: #5e5b57;
  width: 100%; }

th {
  text-align: left;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 5px 20px;
  border: 1px solid #e3ddd5; }

td {
  padding: 10px 20px;
  border: 1px solid #e3ddd5; }

thead {
  background: rgba(227, 221, 213, 0.5); }
  thead.table-caption--red {
    background: #eb6971; }
  thead.table-caption--purple {
    background: #ae87b9; }
  thead.table-caption--blue {
    background: #7bc7c7; }

tbody tr:nth-child(odd) {
  background: rgba(227, 221, 213, 0.25); }

tbody tr:nth-child(even) {
  background: #ffffff; }

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 2px;
  border-color: black;
  border-radius: 0px;
  color: #202020;
  background: #EB6971;
  font-size: 1rem;
  line-height: 1;
  padding: .6em 1em .4em; }
  button:hover,
  input[type="button"]:hover,
  input[type="reset"]:hover,
  input[type="submit"]:hover {
    border-color: #ccc #bbb #aaa; }
  button:active, button:focus,
  input[type="button"]:active,
  input[type="button"]:focus,
  input[type="reset"]:active,
  input[type="reset"]:focus,
  input[type="submit"]:active,
  input[type="submit"]:focus {
    border-color: #aaa #bbb #bbb; }


.btn {
  font-family: "Open Sans", sans-serif;
  -webkit-font-smoothing: antialiased;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: .1em;
  display: inline-block;
  padding: 10px 15px;
  background: #2a2727;
  color: #e3ddd5;
  border: none;
  text-decoration: none;
  transition: background .5s ease-in-out; }
  
  .btn:hover,
  .btn .is-hovered {
    border: none;
    color: #e3ddd5; }
  
  .btn.btn--small {
    font-family: "Open Sans", sans-serif;
    -webkit-font-smoothing: antialiased;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 10px;
    letter-spacing: .1em;
    padding: 7px 8px; }
  
  .btn.lime {
    background: #e0ec5b;
    color: #2a2727; }
    
    .btn.lime:hover,
    .btn.lime:focus,
    .btn.lime.is-hovered {
      background: #e9f189;
      color: #2a2727; }
  
  .btn.tang {
    background: #f7b245;
    color: #2a2727; }
    
    .btn.tang:hover,
    .btn.tang:focus,
    .btn.tang.is-hovered {
      background: #f9c676;
      color: #2a2727; }
  
  .btn.btn--action,
  .btn.red {
    background: #eb6971;
    color: #2a2727; }
    
    .btn.btn--action:hover,
    .btn.btn--action:focus,
    .btn.btn--action.is-hovered,
    .btn.red:hover,
    .btn.red:focus,
    .btn.red.is-hovered {
      background: #f1969c;
      color: #2a2727; }
  
  .btn.blue {
    background: #7bc7c7;
    color: #2a2727; }
    
    .btn.blue:hover,
    .btn.blue:focus,
    .btn.blue.is-hovered {
      background: #9fd6d6;
      color: #2a2727; }
  
  .btn.purple {
    background: #ae87b9;
    color: #2a2727; }
    
    .btn.purple:hover,
    .btn.purple:focus,
    .btn.purple.is-hovered {
      background: #c4a7cc;
      color: #2a2727; }
  
  .btn.offwhite {
    background: #e3ddd5;
    color: #2a2727; }
    
    .btn.offwhite:hover,
    .btn.offwhite:focus,
    .btn.offwhite.is-hovered {
      background: #ffffff;
      color: #2a2727; }
  
  .btn.black {
    background: #2a2727;
    color: #e3ddd5; }
    
    .btn.black:hover,
    .btn.black:focus,
    .btn.black.is-hovered {
      background: #5e5b57;
      color: #ffffff; }
  
  .btn.white {
    background: #ffffff;
    color: #5e5b57; }
    
    .btn.white:hover,
    .btn.white:focus,
    .btn.white.is-hovered {
      background: #e3ddd5;
      color: #2a2727; }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
  color: #666;
  border: 1px solid #87817d;
  border-radius: 3px; }
  input[type="text"]:focus,
  input[type="email"]:focus,
  input[type="url"]:focus,
  input[type="password"]:focus,
  input[type="search"]:focus,
  textarea:focus {
    color: #111; }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
  padding: 3px; }

textarea {
  padding-left: 3px;
  resize: none;
  width: 92%; }

.basic-form {
  padding: 20px;
  max-width: 320px;
  margin: 0 auto; }

.basic-form input[type="text"],
.basic-form input[type="password"],
.basic-form input[type="email"],
.basic-form input[type="url"],
.basic-form textarea {
  width: 100%; }

.basic-form select.fluid {
  width: 100%; }

.basic-form textarea {
  min-height: 120px; }

.basic-form input[type="text"],
.basic-form input[type="password"],
.basic-form input[type="email"],
.basic-form input[type="url"],
.basic-form input[type="date"],
.basic-form input[type="month"],
.basic-form input[type="time"],
.basic-form input[type="datetime"],
.basic-form input[type="datetime-local"],
.basic-form input[type="week"],
.basic-form input[type="number"],
.basic-form input[type="search"],
.basic-form input[type="tel"],
.basic-form input[type="color"],
.basic-form select,
.basic-form textarea {
  padding: .5em .6em;
  display: inline-block;
  border: 1px solid #87817d;
  border-radius: 0px;
  vertical-align: middle;
  box-sizing: border-box; }
  .basic-form input[type="text"]:focus,
  .basic-form input[type="password"]:focus,
  .basic-form input[type="email"]:focus,
  .basic-form input[type="url"]:focus,
  .basic-form input[type="date"]:focus,
  .basic-form input[type="month"]:focus,
  .basic-form input[type="time"]:focus,
  .basic-form input[type="datetime"]:focus,
  .basic-form input[type="datetime-local"]:focus,
  .basic-form input[type="week"]:focus,
  .basic-form input[type="number"]:focus,
  .basic-form input[type="search"]:focus,
  .basic-form input[type="tel"]:focus,
  .basic-form input[type="color"]:focus,
  .basic-form select:focus,
  .basic-form textarea:focus {
    outline: 0;
    border-color: #3b8a8a;
    box-shadow: inset 0 1px 2px #7bc7c7; }
  .basic-form input[type="text"][disabled],
  .basic-form input[type="password"][disabled],
  .basic-form input[type="email"][disabled],
  .basic-form input[type="url"][disabled],
  .basic-form input[type="date"][disabled],
  .basic-form input[type="month"][disabled],
  .basic-form input[type="time"][disabled],
  .basic-form input[type="datetime"][disabled],
  .basic-form input[type="datetime-local"][disabled],
  .basic-form input[type="week"][disabled],
  .basic-form input[type="number"][disabled],
  .basic-form input[type="search"][disabled],
  .basic-form input[type="tel"][disabled],
  .basic-form input[type="color"][disabled],
  .basic-form select[disabled],
  .basic-form textarea[disabled] {
    cursor: not-allowed;
    color: #a39e97;
    border-color: #a39e97; }

.basic-form input:focus:invalid,
.basic-form textarea:focus:invalid,
.basic-form select:focus:invalid {
  color: #e33440;
  border-color: #e33440;
  box-shadow: inset 0 1px 2px #eb6971; }

.basic-form input[readonly],
.basic-form select[readonly],
.basic-form textarea[readonly] {
  color: #87817d;
  border-color: #a39e97; }
  .basic-form input[readonly]:focus,
  .basic-form select[readonly]:focus,
  .basic-form textarea[readonly]:focus {
    border-color: #a39e97;
    box-shadow: none; }

input[type="checkbox"],
input[type="radio"] {
  padding: 0; }

input[type="checkbox"]:checked {
  background: #7bc7c7;
  border-color: #3b8a8a; }

.basic-form input[type="file"]:focus,
.basic-form input[type="radio"]:focus,
.basic-form input[type="checkbox"]:focus {
  outline: thin solid #3b8a8a;
  outline: 1px auto #7bc7c7; }

.basic-form .form-row {
  margin: 1em 0; }

.basic-form input[type="checkbox"] + label,
.basic-form input[type="radio"] + label {
  margin-left: 4px; }

.basic-form .basic-radio,
.basic-form .basic-checkbox {
  display: inline-block; }

.basic-form .basic-label,
.basic-form label {
  font-family: "Open Sans", sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 12px;
  font-weight: 600;
  line-height: 24px;
  color: #5e5b57;
  display: block; }

.basic-form select {
  height: 2.25em;
  border: 1px solid #a39e97;
  background-color: #ffffff;
  background-image: image-url("select-arrows-2x.png");
  background-repeat: no-repeat;
  background-size: 18px 14px;
  background-position: right center;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-right: 25px; }
  .basic-form select[disabled] {
    background-image: image-url("select-arrows-disabled-2x.png"); }

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  text-decoration: none;
  color: inherit; }
  a.icon-link {
    border: none; }
    a.icon-link:hover {
      border: none; }

article .entry-meta a,
article .entry-content a,
article .entry-footer a,
#secondary a {
  border-bottom: 1px dotted; }
  article .entry-meta a:hover,
  article .entry-content a:hover,
  article .entry-footer a:hover,
  #secondary a:hover {
    border-bottom: 1px dashed; }

#secondary li {
  list-style-type: none; }

aside a {
  color: #b11030; }

aside a:hover {
  color: #820c23; }

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
nav button:hover {
  border-color: #5e5b57; }

.nav-container {
  background-color: #5e5b57;
  height: 40px;
  width: 100%;
  z-index: 1000; }

.main-navigation {
  background: transparent;
  clear: both;
  display: block;
  margin: 0 auto;
  padding: 0 12px;
  max-width: 1048px; }
  .main-navigation ul {
    display: none;
    list-style: none;
    margin: 0;
    padding-left: 0; }
    @media screen and (max-width: 768px) {
      .main-navigation ul {
        position: fixed;
        left: 0;
        width: 100%; } }
    .main-navigation ul li {
      list-style-type: none; }
    .main-navigation ul ul {
      background-color: #5e5b57;
      box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
      color: #e3ddd5;
      float: left;
      list-style: none;
      position: absolute;
      top: 40px;
      left: -999em;
      z-index: 99999; }
      .main-navigation ul ul ul {
        left: -999em;
        top: 0; }
      .main-navigation ul ul li:hover > ul,
      .main-navigation ul ul li.focus > ul {
        left: 100%; }
      .main-navigation ul ul a {
        padding: 8px 12px;
        height: auto;
        width: 200px; }
    .main-navigation ul li:hover > ul,
    .main-navigation ul li.focus > ul {
      left: auto; }
  .main-navigation li {
    float: left;
    height: 100%;
    margin: 0;
    position: relative; }
    .main-navigation li:hover > a,
    .main-navigation li.focus > a {
      background-color: #e3ddd5;
      color: #2a2727;
      transition: all .1s ease-in; }
  .main-navigation a {
    color: #e3ddd5;
    display: block;
    font-weight: 600;
    height: 40px;
    padding: 12px 12px 0px 12px;
    text-decoration: none;
    text-transform: uppercase; }
    @media screen and (max-width: 768px) {
      .main-navigation a {
        padding-top: 14px; } }
  .main-navigation .current_page_item > a,
  .main-navigation .current-menu-item > a,
  .main-navigation .current_page_ancestor > a {
    color: #fff; }

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block; }
  .menu-toggle li,
  .main-navigation.toggled ul li {
    background: #2a2727;
    display: block;
    width: 100%; }
  .menu-toggle ul,
  .main-navigation.toggled ul ul {
    box-shadow: 0 0 0;
    display: block;
    left: auto;
    position: relative;
    top: 0;
    width: 100%; }
    .menu-toggle ul li:hover > ul,
    .menu-toggle ul li.focus > ul,
    .main-navigation.toggled ul ul li:hover > ul,
    .main-navigation.toggled ul ul li.focus > ul {
      left: 0; }
    .menu-toggle ul a,
    .main-navigation.toggled ul ul a {
      padding-left: 24px;
      height: auto;
      width: 100%; }
    .menu-toggle ul ul li a,
    .main-navigation.toggled ul ul ul li a {
      padding-left: 36px; }
    .menu-toggle ul ul ul li a,
    .main-navigation.toggled ul ul ul ul li a {
      padding-left: 48px; }

.main-navigation.toggled li:hover > a,
.main-navigation.toggled li.focus > a {
  background-color: #87817d;
  color: #ffffff; }

.menu-toggle {
  background: #2a2727;
  border-bottom: 1px solid #5E5B57;
  border-radius: 0;
  color: white;
  font-size: 14px;
  font-weight: 600;
  height: 64px;
  letter-spacing: .2em;
  margin: 0;
  padding: 0 24px 0 0;
  text-align: right;
  text-transform: uppercase;
  width: 100%; }

@media screen and (min-width: 768px) {
  .menu-toggle {
    display: none; }
  .main-navigation ul {
    display: block; } }

@media (max-width: 768px) {
  .main-navigation {
    padding: 0; }
  .nav-container {
    position: fixed;
    top: 0;
    right: 0;
    width: 96px; } }

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden; }

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%; }

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%; }

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden; }
  .screen-reader-text:hover, .screen-reader-text:active, .screen-reader-text:focus {
    background-color: #a39e97;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */ }

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em; }

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em; }

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table; }

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both; }

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */ }
  .widget select {
    max-width: 100%; }

/* Search widget. */
.widget_search {
  margin-top: .5em; }
  .widget_search .search-field {
    width: 90%; }
  .widget_search .search-submit {
    display: none; }

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
html, body {
  height: 100%;
  width: 100%; }

#page {
  background-color: white;
  min-height: 100%;
  margin: 0 auto;
  position: relative;
  width: 100%; }

.site-content {
  margin: 16px auto 0;
  max-width: 1048px;
  padding: 0 12px 72px;
  width: 100%; }

.content-area {
  float: left;
  margin: 0;
  padding: 12px;
  width: 75%; }

.content-area:last-child {
  width: 100% !important; }

.site-main {
  padding: 0; }

.site-content .widget-area {
  float: right;
  overflow: hidden;
  padding: 24px 12px;
  width: 25%; }

.search-no-results .widget_search {
  display: none; }

@media (max-width: 768px) {
  .content-area {
    float: none;
    padding: 12px;
    width: 100%; }
  .site-content {
    padding-bottom: 168px; }
  .site-content .widget-area {
    display: block;
    float: none;
    padding: 0 12px;
    text-align: center;
    width: 100%; }
  .widget-area aside ul {
    padding: 0; }
  .widget-area aside .search-field {
    width: 66%; }
  footer.footer {
    height: 168px; } }

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block; }

.hentry {
  margin: 0 0 36px; }

.byline,
.updated:not(.published) {
  display: none; }

.single .byline,
.group-blog .byline {
  display: inline; }

.page-content,
.entry-content,
.entry-summary {
  margin: 0.5em 0 0; }

.page-links {
  clear: both;
  margin: 0 0 1.5em; }

/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
  display: none; }

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-list {
  margin: 2.5em 0; }

.comment {
  margin-bottom: 2.5em; }

.comment-content a {
  word-wrap: break-word; }

.bypostauthor {
  display: block; }

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none; }

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block; }

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0; }

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%; }

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%; }
  .wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto; }
  .wp-caption .wp-caption-text {
    margin: 0.8075em 0; }

.wp-caption-text {
  text-align: center; }

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em; }

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%; }
  .gallery-columns-2 .gallery-item {
    max-width: 50%; }
  .gallery-columns-3 .gallery-item {
    max-width: 33.33%; }
  .gallery-columns-4 .gallery-item {
    max-width: 25%; }
  .gallery-columns-5 .gallery-item {
    max-width: 20%; }
  .gallery-columns-6 .gallery-item {
    max-width: 16.66%; }
  .gallery-columns-7 .gallery-item {
    max-width: 14.28%; }
  .gallery-columns-8 .gallery-item {
    max-width: 12.5%; }
  .gallery-columns-9 .gallery-item {
    max-width: 11.11%; }

.gallery-caption {
  display: block; }

/*--------------------------------------------------------------
# Gradients
--------------------------------------------------------------*/
.gradient-h--tang-to-red {
  background: #f7b245;
  background: linear-gradient(90deg, #f7b245, #eb6971); }
  .gradient-h--tang-to-red.gradient-reverse {
    background: #eb6971;
    background: linear-gradient(90deg, #eb6971, #f7b245); }

.gradient-h--purple-to-red {
  background: #ae87b9;
  background: linear-gradient(90deg, #ae87b9, #eb6971); }
  .gradient-h--purple-to-red.gradient-reverse {
    background: #eb6971;
    background: linear-gradient(90deg, #eb6971, #ae87b9); }

.gradient-h--purple-to-blue {
  background: #ae87b9;
  background: linear-gradient(90deg, #ae87b9, #7bc7c7); }
  .gradient-h--purple-to-blue.gradient-reverse {
    background: #7bc7c7;
    background: linear-gradient(90deg, #7bc7c7, #ae87b9); }

.gradient-h--blue-to-lime {
  background: #7bc7c7;
  background: linear-gradient(90deg, #7bc7c7, #e0ec5b); }
  .gradient-h--blue-to-lime.gradient-reverse {
    background: #e0ec5b;
    background: linear-gradient(90deg, #e0ec5b, #7bc7c7); }

.gradient-v--tang-to-red {
  background: #f7b245;
  background: linear-gradient(0deg, #f7b245, #eb6971); }
  .gradient-v--tang-to-red.gradient-reverse {
    background: #eb6971;
    background: linear-gradient(0deg, #eb6971, #f7b245); }

.gradient-v--purple-to-red {
  background: #ae87b9;
  background: linear-gradient(0deg, #ae87b9, #eb6971); }
  .gradient-v--purple-to-red.gradient-reverse {
    background: #eb6971;
    background: linear-gradient(0deg, #eb6971, #ae87b9); }

.gradient-v--purple-to-blue {
  background: #ae87b9;
  background: linear-gradient(0deg, #ae87b9, #7bc7c7); }
  .gradient-v--purple-to-blue.gradient-reverse {
    background: #7bc7c7;
    background: linear-gradient(0deg, #7bc7c7, #ae87b9); }

.gradient-v--blue-to-lime {
  background: #7bc7c7;
  background: linear-gradient(0deg, #7bc7c7, #e0ec5b); }
  .gradient-v--blue-to-lime.gradient-reverse {
    background: #e0ec5b;
    background: linear-gradient(0deg, #e0ec5b, #7bc7c7); }

/*--------------------------------------------------------------
# Site Styles
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
header {
  height: auto; }

header .site-branding {
  background: #2a2727;
  color: #ffffff;
  overflow: hidden; }
  header .site-branding .header-logo {
    background: #2a2727;
    height: 64px;
    z-index: 999; }
    @media screen and (max-width: 767px) {
      header .site-branding .header-logo {
        border-bottom: 1px solid #5E5B57;
        position: fixed;
        width: 100%; } }
  header .site-branding #hampshire-logo {
    background-image: url("./images/hamplogo.png");
    background-size: 50%;
    background-repeat: no-repeat;
    width: 510px;
    height: 40px;
    background-position: left top;
    display: block;
    position: relative;
    top: 22px;
    left: 26px;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap; }
    @media screen and (max-width: 767px) {
      header .site-branding #hampshire-logo {
        background-size: 320px 30px;
        top: 19px;
        width: 62px; } }
  header .site-branding .title {
    height: auto;
    min-height: 96px; }
    @media screen and (max-width: 767px) {
      header .site-branding .title {
        margin-top: 64px; } }
  header .site-branding h1 {
    font-family: "adelle", serif;
    font-size: 2em;
    line-height: 1;
    font-weight: 400;
    letter-spacing: 0;
    margin: 0;
    padding: 8px 75px 0; }
    @media screen and (max-width: 768px) {
      header .site-branding h1 {
        padding-top: 16px; } }
  header .site-branding h3 {
    font-family: "Open Sans", sans-serif;
    -webkit-font-smoothing: antialiased;
    font-size: 14px;
    font-weight: 600;
    line-height: 21px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin: .1em 0;
    padding: 8px 75px 12px; }
  header .site-branding .header-image {
    height: auto;
    width: 100%; }
    header .site-branding .header-image img {
      display: block;
      height: auto;
      width: 100%; }
      @media screen and (max-width: 767px) {
        header .site-branding .header-image img {
          border-bottom: 1px solid #5E5B57; } }

#menu-btn {
  height: 63px; }

.main-menu-btn {
  right: 0; }
  .main-menu-btn .icon-hamburger {
    position: relative;
    left: 50%;
    display: inline-block;
    text-align: center;
    width: 36px;
    height: 2px;
    margin: 8px 0 8px -19px;
    background: #fff; }
    .main-menu-btn .icon-hamburger:before {
      top: -7px; }
    .main-menu-btn .icon-hamburger:after {
      top: 7px; }
  .main-menu-btn .icon-hamburger:before, .main-menu-btn .icon-hamburger:after {
    content: "";
    position: absolute;
    width: 36px;
    height: 2px;
    background: #fff;
    display: block; }
  .main-menu-btn .icon-hamburger {
    margin-top: 12px; }
    .main-menu-btn .icon-hamburger:before, .main-menu-btn .icon-hamburger:after {
      transition: all 350ms ease-in-out; }
  .main-menu-btn.is-hovered .icon-hamburger:before {
    top: -10px; }
  .main-menu-btn.is-hovered .icon-hamburger:after {
    top: 10px; }

.main-find-btn,
.main-menu-btn {
  position: absolute;
  top: 0;
  z-index: 10;
  width: 96px;
  height: 100%;
  max-height: 96px;
  border-left: 1px solid #5e5b57;
  padding: 15px 0;
  overflow: hidden; }
  .main-find-btn__label,
  .main-menu-btn__label {
    font-family: "Open Sans", sans-serif;
    -webkit-font-smoothing: antialiased;
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .2em;
    text-align: center;
    color: #ffffff;
    display: block; }
  .main-find-btn .icon,
  .main-menu-btn .icon {
    display: block;
    text-align: center;
    color: #ffffff;
    font-size: 28px; }

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer {
  background: #2a2727;
  bottom: 0;
  height: 72px;
  position: absolute;
  width: 100%; }

.footer-address {
  text-align: center; }

.footer-address:before, .footer-address:after {
  content: " ";
  display: table; }

.footer-address:after {
  clear: both; }

.footer-address__contact a {
  color: #e3ddd5;
  text-decoration: none; }

@media (min-width: 768px) {
  .footer-address {
    text-align: left; } }

@media (min-width: 768px) {
  .footer-address__contact, .footer-address__address, .footer-address__logo {
    float: left; } }

.footer-address__contact, .footer-address__address {
  font-family: "Open Sans", sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 12px;
  line-height: 16px;
  font-weight: 600;
  color: #e3ddd5;
  margin-top: 20px; }

@media (min-width: 768px) {
  .footer-address__address {
    margin-top: 0;
    margin-left: 5%;
    padding-left: 5%;
    border-left: 1px solid #5e5b57; } }

@media (min-width: 768px) {
  .footer-address__contact {
    margin-top: 0;
    margin-left: 20px; } }

.footer-address__logo {
  position: relative;
  top: 8px;
  display: inline-block;
  background: transparent url("images/hamplogo.png") no-repeat;
  background-size: 100% 100%;
  width: 167px;
  height: 15px; }

@media (min-width: 768px) {
  .footer-address__logo {
    display: block; } }

.footer-links {
  text-align: center; }

@media (min-width: 768px) {
  .footer-links {
    text-align: left; } }

.footer-links__list {
  padding: 0;
  margin-bottom: 40px; }

.footer-links__list:last-child {
  margin-bottom: 0; }

@media (min-width: 64em) {
  .footer-links__list {
    margin-bottom: 0; } }

.footer__row-inner {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px; }

.footer__row-inner:before, .footer__row-inner:after {
  content: " ";
  display: table; }

.footer__row-inner:after {
  clear: both; }

.footer__row-inner:before, .footer__row-inner:after {
  content: " ";
  display: table; }

.footer__row-inner:after {
  clear: both; }

.visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
