/*=============================================================
Variables
=============================================================*/
/*=============================================================
Container // Grid
=============================================================*/
/*=============================================================
Body background-color
=============================================================*/
/*=============================================================
Base colors
=============================================================*/
/*=============================================================
Widget colors
=============================================================*/
/*=============================================================
Featured widget colors
=============================================================*/
/*=============================================================
Collection widget colors
=============================================================*/
/*=============================================================
Job widget colors
=============================================================*/
/*=============================================================
Tags background colors
=============================================================*/
/*=============================================================
Typeface
=============================================================*/
/*=============================================================
Alternate text colors
=============================================================*/
/*=============================================================
Buttons
=============================================================*/
/*=============================================================
Textareas
=============================================================*/
/*=============================================================
Border-color
=============================================================*/
/*==============================================================
1.1 Typography
==============================================================*/
body,
button,
input,
select,
textarea {
  color: #222222;
  font-family: "Forza SSm A", "Forza SSm B", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.6em;
  font-weight: 400;
  line-height: 1.5;
  background: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  margin-top: 0;
  margin-bottom: 2rem;
  font-weight: 400;
}

h1 {
  font-size: 2.8rem;
  line-height: 1.2;
  letter-spacing: -0.04rem;
}

h2 {
  font-size: 2.5rem;
  line-height: 1.25;
  letter-spacing: -0.04rem;
}

h3 {
  font-size: 2rem;
  line-height: 1.3;
  letter-spacing: -0.04rem;
}

h4 {
  font-size: 1.7rem;
  line-height: 1.35;
  letter-spacing: -0.02rem;
}

h5 {
  font-size: 1.3rem;
  line-height: 1.5;
  letter-spacing: -0.01rem;
}

h6 {
  font-size: 1rem;
  line-height: 1.6;
  letter-spacing: 0;
}

.singular h1 {
  font-size: 4rem;
}

.singular h2 {
  font-size: 3.6rem;
}

.singular h3 {
  font-size: 3rem;
}

.singular h4 {
  font-size: 2.4rem;
}

.singular h5 {
  font-size: 1.5rem;
}

.singular h6 {
  font-size: 1rem;
}

/*==============================================================
Larger than phablet
==============================================================*/
@media (min-width: 640px) {
  h1 {
    font-size: 4rem;
  }
  h2 {
    font-size: 3.6rem;
  }
  h3 {
    font-size: 3rem;
  }
  h4 {
    font-size: 2.4rem;
  }
  h5 {
    font-size: 1.5rem;
  }
  h6 {
    font-size: 1rem;
  }
  .singular h1 {
    font-size: 5rem;
  }
  .singular h2 {
    font-size: 4.2rem;
  }
  .singular h3 {
    font-size: 3.6rem;
  }
  .singular h4 {
    font-size: 3rem;
  }
  .singular h5 {
    font-size: 2.4rem;
  }
  .singular h6 {
    font-size: 1.5rem;
  }
}
/*==============================================================
Larger than desktop
==============================================================*/
@media (min-width: 960px) {
  h1 {
    font-size: 5rem;
  }
  h2 {
    font-size: 4.2rem;
  }
  h3 {
    font-size: 3.6rem;
  }
  h4 {
    font-size: 3rem;
  }
  h5 {
    font-size: 2.4rem;
  }
  h6 {
    font-size: 1.5rem;
  }
  .singular h1 {
    font-size: 7rem;
  }
  .singular h2 {
    font-size: 5.8rem;
  }
  .singular h3 {
    font-size: 5rem;
  }
  .singular h4 {
    font-size: 4.2rem;
  }
  .singular h5 {
    font-size: 3.6rem;
  }
  .singular h6 {
    font-size: 2.1rem;
  }
}
p {
  margin-top: 0;
  margin-bottom: 1em;
}

b,
strong {
  font-weight: 900;
}

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: 1.5rem;
  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: 1.5rem;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

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

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

sup {
  bottom: 1ex;
}

sub {
  top: 0.5ex;
}

small {
  font-size: 75%;
}

big {
  font-size: 125%;
}

h1.entry-title {
  font-family: "Chivo", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, serif;
}

.page-header,
.single-post .entry-subtitle,
h1.widget-title,
.featured-zone .entry-title-primary,
.featured-widget .entry-title-primary,
.team-member,
.related-posts h6,
.admanager-helper h6,
.comments-title,
.comment-reply-title,
#primary-menu ul > li {
  font-family: "Vitesse A", "Vitesse B", Georgia, serif;
}

.entry-meta {
  font-family: "Vitesse SSm A", "Vitesse SSm B", Georgia, serif;
}

h1.entry-title {
  font-weight: 900;
  line-height: 1;
}

.single-post h1.entry-title {
  border-bottom: 1px solid #d4d4d4;
  padding-bottom: 2rem;
  display: inline-block;
}

h1.entry-title > a {
  text-decoration: none;
  color: #222;
}

@media (max-width: 460px) {
  span.entry-title-primary {
    /* Warning: Needed for oldIE support, but words are broken up letter-by-letter */
    -ms-word-break: break-all;
    word-break: break-word;
    overflow-wrap: break-word;
    -webkit-hyphens: auto;
            hyphens: auto;
  }
}
span.entry-subtitle {
  color: #222;
  display: block;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.4;
  margin-top: 1rem;
  padding-top: 0.5rem;
  background: transparent;
}

body.home span.entry-subtitle,
body.archive span.entry-subtitle {
  font-family: "Forza SSm A", "Forza SSm B", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.single-post span.entry-subtitle {
  font-size: 1.6rem;
  margin-top: 1.5rem;
}

@media (min-width: 640px) {
  .single-post span.entry-subtitle,
.events-single span.entry-subtitle {
    font-size: 2rem;
  }
}
.comments-link {
  font-size: 10px;
  position: relative;
  background: #0091ae;
  background-color: var(--brand_colour);
  color: #ffffff;
  padding: 2.5px 5px;
  border-radius: 3px;
  vertical-align: middle;
}
.comments-link:after {
  content: "";
  border-top: 6px solid #0091ae;
  border-top-color: var(--brand_colour);
  border-left: 4px solid transparent;
  position: absolute;
  right: 3px;
  bottom: -3px;
  width: 0px;
  height: 0px;
}
.comments-link:hover {
  text-decoration: none;
  opacity: 0.8;
}

img.emoji {
  height: 1.6rem;
  display: inline;
}

#entry-categories {
  margin-bottom: 2rem;
}

#cat-meta {
  margin-bottom: 1rem;
}

.cat-links {
  font-size: 1.4rem;
  font-weight: 700;
  text-transform: uppercase;
}

.entry-meta {
  line-height: 1;
}

.entry-content h2,
.entry-content h3,
.entry-content h4 {
  font-size: 1.6rem;
  margin-bottom: 0;
}

.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
  font-weight: 700;
}

.posted-on .entry-date {
  opacity: 0.6;
}

.posted-on .entry-date:before {
  content: "|";
  margin: 0 5px;
}

.archive-newsletterglue .posted-on {
  margin-top: 0.5rem;
  display: block;
  font-size: 1.4rem;
  line-height: 1.4rem;
}
.archive-newsletterglue .posted-on .entry-date:before {
  content: "";
  margin: 0;
}

img#wpstats {
  clip: rect(1px, 1px, 1px, 1px);
  height: 0;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  visibility: hidden;
  width: 0;
}

#login {
  width: 100%;
  padding: 0;
  margin: auto;
}

.login h1 {
  background-color: var(--brand_colour);
  padding-top: 30px;
}

.login #loginform,
.login #nav,
.login #backtoblog,
.login .privacy-policy-page-link {
  width: 320px !important;
  margin: 0 auto !important;
  padding: 1rem 24px 0;
}

.login #loginform {
  padding-bottom: 2rem;
}

.login form .input, .login form input[type=checkbox], .login input[type=text] {
  display: inline-block;
}

.login .forgetmenot label, .login .pw-weak label {
  vertical-align: middle;
}

#login form p.submit {
  margin-top: 5px;
}

.login .button-primary {
  background-color: var(--brand_colour) !important;
  border: 1px solid var(--brand_colour) !important;
  border-radius: 0 !important;
}

.login .button.wp-hide-pw .dashicons {
  color: var(--brand_colour);
}

.login .language-switcher {
  display: none;
}

.login .privacy-policy-page-link {
  text-align: unset;
  font-size: 13px;
}

.login a {
  color: var(--link_colour);
  text-decoration: underline;
}

.login #backtoblog a, .login #nav a {
  color: var(--link_colour);
  text-decoration: underline;
}

.login a:hover,
.login a:active {
  color: var(--brand_colour);
}

.login a:visited {
  color: var(--dark_widget_background_colour);
}

.login #login_error, .login .message, .login .success {
  border-left: none;
  padding: 0;
  margin: 20px auto;
  box-shadow: none;
  text-align: center;
}

/*=============================================================
Custom properties (variables)
=============================================================*/
:root {
  --background_colour: #fff;
  --brand_colour: #0091ae;
  --light_background_colour: #f2ede5;
  --dark_background_colour: #00667b;
  --regular_widget_background_colour: #e5f4f7;
  --light_widget_background_colour: #f2ede5;
  --dark_widget_background_colour: #00667b;
  --featured_widget_background_colour: #005869;
  --light_widget_title_background_colour: #a19271;
  --dark_widget_title_background_colour: #8e1975;
  --tags_background_colour: #0091ae;
  --button_background_colour: #0091ae;
  --button_featured_colour: #ca1e24;
  --button_light_colour: #d4d4d4;
  --button_dark_colour: #005869;
  --link_colour: #0091ae;
  --alt_text_colour: #a19271;
  --border_light_colour: #5dbacd;
  --border_dark_colour: #223344;
}

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