/*
Dark Orange: #FF8C00
Light Orange: #FFB900

Dark blue/gray: 2c3e50
Light gray: bdc3c7
Super light gray: ecf0f1
*/
/************ GRID SYSTEM *************/
/* for larger screens */
/************ GLOBAL *************/
/* for larger screens */
/************ TYPOGRAPHY *************/
/* for larger screens */
/************ HEADER BAR *********************/
/************ HEADER ALERT *********************/
/***************** MENU ICON *****************/
/* for larger screens */
/***************** NOTIFICATIONS *****************/
/************ SINGLE POST ************/
/************* PAGE ***********/
/************* ARCHIVE ***********/
/************* POPULAR POSTS ***********/
/************* STORY OF THE WEEK ***********/
/************* SINGLE PAGE NAV ***********/
/**************** PRIMARY BUTTON ****************/
/**************** SOCIAL ICONS ****************/
/**************** FOOTER ****************/
/* Default button states */
/* Default image state */
/* Focus button states */
/* Focus image states */
/* Hover button states */
/* Hover image state */
/* Active button states */
/* Active image state*/
/*************** SEARCH FORM ***************/
/********** SUBSCRIBE FORM **********/
/********** ARCHIVE FOOTER **********/
/************ SIDEBAR ************/
/* for larger screens */
/* feedblitz confirmation */
html {
  box-sizing: border-box;
  height: 100%;
  margin: 0;
  padding: 0;
  background-color: white;
}

* {
  box-sizing: inherit;
}
*:before {
  box-sizing: inherit;
}
*:after {
  box-sizing: inherit;
}

.wrapper {
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}

body {
  height: 100%;
  font-family: "PT Serif", serif;
  font-size: 100%;
  line-height: 1.6;
  margin: 0;
  font-kerning: normal;
  text-rendering: optimizeLegibility;
}

input {
  font-kerning: normal;
  text-rendering: optimizeLegibility;
  font-family: "Source Sans Pro", sans-serif;
}

button {
  font-kerning: normal;
  text-rendering: optimizeLegibility;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 0.75em;
  cursor: pointer;
}

img {
  max-width: 100%;
}

h1 {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 900;
  letter-spacing: -0.02em;
  word-spacing: 0.05em;
  line-height: 1.1em;
}

h2 {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 900;
  letter-spacing: -0.02em;
  word-spacing: 0.05em;
  line-height: 1.1em;
  font-size: 1.8em;
  margin-top: 1em;
  margin-bottom: 0em;
}
h2 a:link {
  text-decoration: none;
  color: black;
}
h2 a:visited {
  text-decoration: none;
  color: black;
}
h2 a:hover {
  text-decoration: underline;
  color: black;
}
h2 a:active {
  text-decoration: underline;
  color: black;
}
h2 + .search-form {
  margin-top: 1em;
}
h2 + .subscribe-form {
  margin-top: 1em;
}

h3 {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 900;
  letter-spacing: -0.02em;
  word-spacing: 0.05em;
  line-height: 1.1em;
  font-size: 1.4em;
  margin-top: 1.4em;
  margin-top: 0;
  margin-bottom: 0em;
}
h3 a:link {
  text-decoration: none;
  color: black;
}
h3 a:visited {
  text-decoration: none;
  color: black;
}
h3 a:hover {
  text-decoration: underline;
  color: black;
}
h3 a:active {
  text-decoration: underline;
  color: black;
}
h3 + ul {
  padding-top: 0.4em;
}
h3 + ol {
  padding-top: 0.4em;
}

h4 {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 900;
  letter-spacing: -0.02em;
  word-spacing: 0.05em;
  line-height: 1.1em;
}
h4 a:link {
  text-decoration: none;
  color: black;
}
h4 a:visited {
  text-decoration: none;
  color: black;
}
h4 a:hover {
  text-decoration: underline;
  color: black;
}
h4 a:active {
  text-decoration: underline;
  color: black;
}

h5 {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 900;
  letter-spacing: -0.02em;
  word-spacing: 0.05em;
  line-height: 1.1em;
}

h6 {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 900;
  letter-spacing: -0.02em;
  word-spacing: 0.05em;
  line-height: 1.1em;
}

label {
  font-family: "Source Sans Pro", sans-serif;
}

textarea {
  font-family: "Source Sans Pro", sans-serif;
}

select {
  font-family: "Source Sans Pro", sans-serif;
}

p {
  font-family: "PT Serif", serif;
  font-size: 1.1em;
  margin: 1.1em 0;
  color: #2c3e50;
}

li {
  font-family: "PT Serif", serif;
  font-size: 1.1em;
  line-height: 1.45;
  margin-bottom: 0.8em;
  color: #2c3e50;
}
li li {
  font-size: inherit;
}

ul {
  font-family: "PT Serif", serif;
  margin-left: 0;
}
ul li {
  padding-left: 0;
  margin-left: 0;
}

ol {
  font-family: "PT Serif", serif;
  margin-left: 0;
}

.unstyled-list li {
  list-style: none;
}

.toc {
  font-family: "Source Sans Pro", sans-serif;
  letter-spacing: -0.02em;
  word-spacing: 0.05em;
  line-height: 1.1em;
}
.toc li {
  font-family: "Source Sans Pro", sans-serif;
  letter-spacing: -0.02em;
  word-spacing: 0.05em;
  line-height: 1.1em;
  margin: 0;
  margin-bottom: 0.25em;
}
.toc li a {
  font-family: "Source Sans Pro", sans-serif;
  letter-spacing: -0.02em;
  word-spacing: 0.05em;
  line-height: 1.1em;
}
.toc a:link {
  text-decoration: none;
  color: black;
}
.toc a:visited {
  text-decoration: none;
  color: black;
}
.toc a:hover {
  text-decoration: none;
  color: #ffb900;
}
.toc a:active {
  text-decoration: none;
  color: #ffb900;
}

a {
  color: #003eff;
  text-decoration: none;
  cursor: pointer;
}
a:link {
  color: #003eff;
  text-decoration: none;
}
a:visited {
  color: #9709b2;
  text-decoration: none;
}
a:hover {
  color: #003eff;
  text-decoration: underline;
}
a:active {
  color: #003eff;
  text-decoration: underline;
}

input[type=submit] {
  cursor: pointer;
}

a.evergreen:visited {
  color: #ffb900;
}
a.evergreen:hover {
  color: black;
}
a.evergreen:active {
  color: black;
}

.clearfix {
  clear: both;
}

#notifications {
  position: fixed;
  right: 10px;
  top: 10px;
  background-color: transparent;
  border: none;
  color: white;
  border-radius: 0;
  font-size: 12px;
  width: 24px;
  height: 25px;
  padding: 4px 8px;
  z-index: 4;
  cursor: pointer;
  background-color: #ffb900;
  border: 1px solid #ffb900;
  border-radius: 0;
  transition: border-radius 1s ease-in-out;
}
#notifications:focus {
  background-color: #1e2b38;
  border: 2px solid #ffb900;
  outline: none;
  background-color: #ff8c00;
  border: 1px solid #ff8c00;
  margin-top: 6px;
}
#notifications:hover {
  background-color: #ff8c00;
  border: 1px solid #ff8c00;
}
#notifications:active {
  background-color: #ff8c00;
  border: 1px solid #ff8c00;
  margin-top: 6px;
}

#notifications-dropdown {
  display: none;
  background: #ffb900;
  float: right;
  position: fixed;
  right: 0px;
  margin-right: 10px;
  top: 51px;
  padding: 5px;
  list-style: none;
  -webkit-box-shadow: 1px 1px 6px 1px #ccc;
  -moz-box-shadow: 1px 1px 6px 1px #ccc;
  box-shadow: 1px 1px 6px 1px #ccc;
}
#notifications-dropdown li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
#notifications-dropdown li a {
  color: #fff;
  font-size: 12px;
  text-decoration: none;
}

.post {
  padding-bottom: 35px;
  padding-top: 30px;
  clear: both;
}
.post h2 {
  margin-top: 5px;
}

.post.single {
  border-bottom: none;
  padding-bottom: 35px;
}
.post.single .byline {
  display: inline-block;
}

.byline {
  font-family: "Source Sans Pro", sans-serif;
  border-top: 1px solid black;
  width: 100%;
  font-size: 0.8em;
  font-weight: 600;
  color: black;
}
.byline .date {
  text-transform: uppercase;
  line-height: 1.75;
}
.byline .author a {
  text-transform: uppercase;
  line-height: 1.75;
}
.byline .search-text {
  text-transform: uppercase;
  line-height: 1.75;
  text-transform: none;
  font-size: 0.9em;
  font-weight: 400;
}
.byline a:link {
  text-decoration: underline;
}
.byline a:visited {
  text-decoration: underline;
}
.byline a:hover {
  color: black;
}
.byline a:active {
  color: black;
}

.byline.search-byline {
  margin: 30px 0;
  line-height: 1.25;
  padding-top: 5px;
}

.page {
  padding-bottom: 80px;
}
.page h4 {
  font-size: 17px;
  margin-bottom: 0;
  margin-top: 30px;
}

.archive {
  padding-bottom: 35px;
  padding-top: 30px;
  border-bottom: 1px solid #ecf0f1;
}
.archive .post {
  margin: 0;
}
.archive > h3 {
  color: #ffb900;
  font-size: 0.8em;
  text-transform: uppercase;
  display: inline-block;
  padding-bottom: 0px;
}

.archive.popular span.popular {
  color: #ffb900;
}

.nav {
  height: 160px;
  clear: both;
}
.nav > div {
  display: inline-block;
  width: 30%;
  margin: 0 1%;
}
.nav button {
  font-size: 0.9em;
  font-weight: bold;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  text-align: center;
  cursor: pointer;
  color: white;
  background-color: #2c3e50;
  box-shadow: 0 2px #ecf0f1;
  border: 1px solid #2c3e50;
  border-radius: 8px;
  padding: 10px 20px;
  background-color: black;
  width: 100%;
}
.nav button:focus {
  background-color: #1e2b38;
  border: 2px solid #ffb900;
  outline: none;
}
.nav button:hover {
  background-color: #1e2b38;
  z-index: 6;
}
.nav button:active {
  box-shadow: 0 1px #ecf0f1;
  transform: translateY(1px);
}

.button button {
  font-size: 0.9em;
  font-weight: bold;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  text-align: center;
  cursor: pointer;
  color: white;
  background-color: #2c3e50;
  box-shadow: 0 2px #ecf0f1;
  border: 1px solid #2c3e50;
  border-radius: 8px;
  padding: 10px 20px;
  background-color: black;
}
.button button:focus {
  background-color: #1e2b38;
  border: 2px solid #ffb900;
  outline: none;
}
.button button:hover {
  background-color: #1e2b38;
  z-index: 6;
}
.button button:active {
  box-shadow: 0 1px #ecf0f1;
  transform: translateY(1px);
}

.button-primary button {
  background-color: #ffb900;
  box-shadow: 0 2px #ecf0f1;
  border: 1px solid #ffb900;
}
.button-primary button:focus {
  background-color: #ff8c00;
  border: 2px solid #ffb900;
}
.button-primary button:hover {
  background-color: #ff8c00;
}
.button-primary button:active {
  box-shadow: 0 1px #ecf0f1;
}

ul.social-icons {
  max-width: 60%;
  padding: 0;
  float: right;
  list-style: none;
  margin-top: 7px;
}
ul.social-icons li {
  float: left;
  margin-right: 12px;
  padding: 0;
}
ul.social-icons img {
  width: 20px;
}
ul.social-icons svg {
  width: 20px;
}

.highlight-and-share-wrapper > div {
  min-width: 42px;
  min-height: 42px;
  padding: 7px !important;
}
.highlight-and-share-wrapper > div > a,
.highlight-and-share-wrapper > div > a:hover {
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  min-height: 25px;
  padding: 0 !important;
}
.highlight-and-share-wrapper .has-icon {
  width: 21px;
  height: 16px;
  color: #fff;
}

.js-copy-url,
#searchlink {
  position: relative;
}

.js-copy-url:before,
#searchlink:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 9998;
  top: -8px;
  left: 6px;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid rgba(0, 0, 0, 0.72);
  visibility: hidden;
  transition: all 0.5s;
  opacity: 0;
}

.js-copy-url:after,
#searchlink:after {
  content: "Link Copied";
  font-family: "Source Sans Pro", sans-serif;
  display: block;
  position: absolute;
  z-index: 9999;
  top: -38px;
  left: -40px;
  width: 100px;
  height: 30px;
  color: #fff;
  font-size: 10px;
  line-height: 30px;
  text-align: center;
  background: rgba(0, 0, 0, 0.72);
  border-radius: 3px;
  visibility: hidden;
  transition: all 0.5s;
  opacity: 0;
}

.js-copy-url.copied:before,
.js-copy-url.copied:after,
#searchlink.copied:before,
#searchlink.copied:after {
  visibility: visible;
  opacity: 1;
}

.search-results {
  font-size: 15px;
  font-family: Source Sans Pro, Regular;
}
.search-results h2 {
  font-size: 15px;
}
.search-results h2 + p {
  margin-top: 0.1em;
}
.search-results p {
  font-size: 15px;
  font-family: Source Sans Pro, Regular;
}

mark {
  background-color: #ffb900;
}

.search-form {
  margin-bottom: 30px;
}
.search-form span.search-message {
  font-family: "Source Sans Pro", sans-serif;
  text-align: center;
  display: block;
  margin-top: -5px;
  margin-bottom: 10px;
  color: #2c3e50;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 0.8em;
}
.search-form input {
  background: inherit;
}

.subscribe-form {
  margin-top: 20px;
  max-width: 400px;
}
.subscribe-form .form-group {
  margin-bottom: 20px;
}
.subscribe-form span.subscribe-message {
  font-family: "Source Sans Pro", sans-serif;
  text-align: center;
  display: block;
  margin-top: -5px;
  margin-bottom: 10px;
  color: #2c3e50;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 0.8em;
}
.subscribe-form input {
  background: inherit;
}
.subscribe-form input[type=checkbox] {
  visibility: hidden;
}

.sub-email-field {
  border: 1px solid #ffb900;
  border-radius: 5px;
  background-color: transparent;
  height: 35px;
  width: 100%;
  padding: 5px;
  outline: none;
  font-size: 14px;
}

.squared {
  display: block;
  position: relative !important;
  padding-left: 30px;
  margin: 0 5px 5px 10px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.squared input[type=checkbox] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  visibility: visible;
}
.squared:hover input ~ .checkmark {
  opacity: 0.8;
}
.squared:hover input:checked ~ .checkmark {
  opacity: 1;
}
.squared input:checked ~ .checkmark {
  background-color: #ffb900;
}
.squared input:checked ~ .checkmark:after {
  display: block;
}
.squared .checkmark:after {
  top: 3px;
  left: 6px;
  width: 7px;
  height: 12px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #ffb900;
}
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

span.check-label {
  font-family: "Source Sans Pro", sans-serif;
  line-height: 20px;
  vertical-align: top;
}

input.subscribe-submit {
  display: block;
  height: 35px;
  width: auto;
  min-width: 150px;
  margin: 0 auto;
  background-color: #ffb900;
  border: none;
  border-radius: 3px;
  color: black;
  font-size: 14px;
  padding: 5px 20px;
  font-weight: bold;
}

div.feedblitz-credit {
  text-align: left;
  margin-top: -20px;
}
div.feedblitz-credit a {
  margin: 0;
}

td.feedblitz-credit {
  text-align: center;
}

.feedblitz-credit a {
  display: inline-block;
  margin: 10px auto;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 12px;
  color: grey;
}

#subscribe-rss {
  margin-top: 30px;
}
#subscribe-rss a {
  font-family: "PT Serif", serif;
  font-size: 1em;
  margin: 10px 0 15px;
  display: block;
}
#subscribe-rss a.rss-link {
  color: #ffb900;
  display: flex;
  align-items: center;
}
#subscribe-rss a.rss-link svg {
  height: 20px;
  margin-right: 5px;
}
#subscribe-rss a.rss-link svg #background {
  fill: #ffb900;
}

.search-view .wrapper {
  max-width: 100%;
}

#flex-container {
  display: flex;
  flex-direction: row;
}

#sidebar {
  left: 0;
  top: 0;
  bottom: 0;
  position: fixed;
  overflow-y: auto;
  overflow-x: hidden;
  width: 320px;
  border-right: black 2px solid;
}

#content-container {
  width: calc(100% - 320px);
  margin-left: 320px;
  padding: 0 120px;
}
#content-container .wrapper {
  margin-left: 0;
  margin-right: auto;
}
#content-container .post {
  max-width: 740px;
  margin: 0 auto;
}
#content-container .notification.post {
  border: none;
  margin: 30px 0;
  padding: 0px;
}

#header-border {
  min-height: 8px;
  width: 100%;
  background-color: #ffb900;
  border-top: 8px solid #ff8c00;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 2;
  box-sizing: content-box;
}

#header-top {
  display: block;
  overflow: auto;
  text-decoration: none;
  padding: 0;
}

.logo {
  float: left;
}

.logo-img {
  width: 80px;
  margin-top: 30px;
  margin-right: 15px;
  margin-left: 20px;
  float: left;
}

.logo-title {
  display: inline-block;
  margin-top: 55px;
  max-width: 200px;
  width: calc(100% - 115px);
}
.logo-title > svg {
  display: block;
  width: 100%;
}

.mobile-actions {
  display: none;
  float: right;
}
.mobile-actions img {
  width: 30px;
}
.mobile-actions svg {
  width: 30px;
  display: block;
}

.open #menu-alert {
  display: none !important;
}
.open #menu-close {
  display: block;
}
.open #menu-open {
  display: none;
}

#menu-alert {
  position: absolute;
  right: 30px;
  top: 20px;
  display: none;
}

#menu-close {
  display: none;
  margin-top: -5px;
}

.sidebar-content {
  clear: both;
  padding: 30px;
}

.sidebar-widget {
  margin-bottom: 30px;
}
.sidebar-widget:first-of-type {
  margin-bottom: 20px;
}
.sidebar-widget .widgettitle {
  margin: 0;
  font-size: 16px;
  margin-bottom: 5px;
}
.sidebar-widget ul {
  list-style: none;
  padding: 0;
  margin-top: 0;
}
.sidebar-widget li {
  margin-bottom: 5px;
  line-height: 1;
}
.sidebar-widget li a {
  font-size: 15px;
  color: black;
  text-decoration: none;
  font-family: "Source Sans Pro", sans-serif;
}
.sidebar-widget li a:hover {
  color: #003eff;
  text-decoration: underline;
}

.sidebar-widget.widget_text {
  margin-bottom: 30px;
}

#searchform label {
  display: none;
}
#searchform > div {
  border: 1px solid black;
  width: auto;
  border-radius: 5px;
}

input#s {
  border: none;
  background-color: transparent;
  height: 35px;
  width: 75%;
  max-width: calc(100% - 62px);
  padding: 5px;
  outline: none;
  font-size: 14px;
}

input#input-field {
  border: none;
  background-color: transparent;
  height: 35px;
  width: 75%;
  max-width: calc(100% - 62px);
  padding: 5px;
  outline: none;
  font-size: 14px;
  width: 85%;
}

#searchsubmit {
  background-color: black;
  border: none;
  border-radius: 0 0 3px;
  color: white;
  float: right;
  height: 35px;
  width: 25%;
  min-width: 62px;
  background-image: url("../img/search.svg");
  background-repeat: no-repeat;
  background-position-x: 50%;
  background-position-y: 50%;
  background-size: 25px;
}

button#searchsubmit {
  width: 15%;
}

#search-share {
  margin-top: 10px;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 14px;
}
#search-share span {
  display: block;
  float: left;
  margin-top: -2px;
  margin-right: 5px;
}
#search-share svg {
  display: inline-block;
  height: 15px;
  width: 15px;
}

#subscribeform div.sidebar-sub-container {
  border: 1px solid #ffb900;
  width: auto;
  border-radius: 5px;
  overflow: visible;
  position: relative;
}

input#e {
  border: none;
  background-color: transparent;
  height: 35px;
  width: 75%;
  max-width: calc(100% - 62px);
  padding: 5px;
  outline: none;
  font-size: 14px;
  overflow: visible;
  display: inline-block;
}

input.feedblitz-email {
  border: none;
  background-color: transparent;
  height: 35px;
  width: 75%;
  max-width: calc(100% - 62px);
  padding: 5px;
  outline: none;
  font-size: 14px;
  overflow: visible;
  display: inline-block;
}

input.feedblitz-email-submit {
  background-color: #ffb900;
  border: none;
  border-radius: 0 0 3px;
  color: black;
  float: right;
  height: 35px;
  width: 25%;
  min-width: 62px;
  font-weight: bold;
  font-size: 14px;
}

input.subscribesubmit {
  background-color: #ffb900;
  border: none;
  border-radius: 0 0 3px;
  color: black;
  float: right;
  height: 35px;
  width: 25%;
  min-width: 62px;
  font-weight: bold;
  font-size: 14px;
}

.feedblitz-privacy-links {
  opacity: 0.7;
  float: right;
  margin-right: 25%;
}

a.feedblitz-terms-privacy {
  text-decoration: none;
  color: inherit;
}

input.feedblitz-email-error {
  color: rgb(0, 0, 0);
  border: 3px solid rgb(255, 136, 0);
}

#notifications-notice {
  background-color: #ffb900;
  padding: 5px 30px 0;
  margin-top: 30px;
  margin-bottom: 15px;
  height: 50px;
  width: 100%;
  display: none;
}

.notification-count {
  display: none;
}

.exclamation {
  display: inline-block;
  width: 30px;
  padding-top: 5px;
  margin-right: 5px;
  line-height: 0.9;
}
.exclamation svg {
  display: block;
}

.notice-message {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 18px;
  color: black;
  display: inline-block;
  line-height: 1;
  height: 30px;
  vertical-align: text-bottom;
  text-decoration: none;
}
.notice-message:visited {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 18px;
  color: black;
  display: inline-block;
  line-height: 1;
  height: 30px;
  vertical-align: text-bottom;
  text-decoration: none;
}
.notice-message:active {
  color: #003eff !important;
  text-decoration: underline;
}
.notice-message:hover {
  color: #003eff !important;
  text-decoration: underline;
}

.archive.notifications-archive {
  border-bottom: none;
}

#category-header {
  padding: 30px;
  border: 2px solid #ffb900;
  margin: 0 -30px 20px;
}
#category-header .page-title {
  font-size: 17px;
}
#category-header .taxonomy-description {
  font-size: 16px;
}

.mark-read {
  border: black 1px solid;
  background-color: transparent;
  border-radius: 5px;
  margin-left: 5px;
  font-size: 14px;
  color: black;
  float: right;
  height: 35px;
}

.read-notification .mark-read {
  opacity: 0.35;
  cursor: not-allowed;
}

.highlight-and-share-wrapper div.has_facebook {
  margin-bottom: 0 !important;
  margin-right: 0 !important;
  max-width: 42px;
  max-height: 42px;
  overflow: hidden;
}
.highlight-and-share-wrapper div.has_twitter {
  margin-bottom: 0 !important;
  margin-right: 0 !important;
  max-width: 42px;
  max-height: 42px;
  overflow: hidden;
}
.highlight-and-share-wrapper a {
  padding: 2px 5px 0 5px !important;
}
.highlight-and-share-wrapper a i.fa {
  font-size: 18px;
}
.highlight-and-share-wrapper a:hover {
  padding: 2px 5px 0 5px !important;
}
.highlight-and-share-wrapper a:visited {
  padding: 2px 5px 0 5px !important;
}
.highlight-and-share-wrapper .has_twitter a {
  padding: 2px 3px 0 !important;
}
.highlight-and-share-wrapper .has_twitter a:hover {
  padding: 2px 3px 0 !important;
}
.highlight-and-share-wrapper .has_twitter a:visited {
  padding: 2px 3px 0 !important;
}
.highlight-and-share-wrapper span.has-text {
  display: none;
}

.single-update h2 {
  margin-top: 5px;
}

.notification h2 {
  margin-top: 5px;
}

.post-type-header {
  color: #ffb900;
  font-size: 0.8em;
  text-transform: uppercase;
  display: block;
  padding-bottom: 0px;
}
.post-type-header a {
  color: #ffb900 !important;
}
.post-type-header a:hover {
  text-decoration: none;
}

#subscription-nudge {
  background-color: #ffb900;
  padding: 20px;
  margin: 30px 0px 0px;
  position: relative;
  max-width: 512px;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 900;
  letter-spacing: -0.02em;
  word-spacing: 0.05em;
  display: none;
}
#subscription-nudge span {
  font-size: 18px;
  letter-spacing: 0em;
}
#subscription-nudge p {
  color: black;
  margin: 10px 0;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 2.2em;
  line-height: 1.2;
}

#nudge-close {
  width: 20px;
  position: absolute;
  right: 15px;
  top: 15px;
}

.more-page h3 {
  font-size: 17px;
  margin-top: 30px;
}
.more-page p {
  margin-top: 5px;
}

.top100 h4 {
  font-size: 17px;
  margin-bottom: 0;
  margin-top: 30px;
}
.top100 > p {
  font-size: 15px;
  margin-top: 5px;
}

ul.recap-posts {
  padding-left: 20px;
  margin-top: 20px;
}
ul.recap-posts li {
  margin-bottom: 0;
}

ul.collapsing.archives {
  padding-left: 0;
}
ul.collapsing.archives ul {
  padding-left: 15px;
}

.story-of-the-week-header p {
  color: #ffb900;
  font-size: 16px;
  font-family: "Source Sans Pro", sans-serif;
  margin-top: 0px;
  margin-bottom: 0px;
}

#recent-posts {
  margin-bottom: 60px;
}

#feedblitz-form-errors {
  width: 100%;
}
#feedblitz-form-errors div {
  border: 1px solid #ff8c00;
  padding: 5px;
  margin: 5px 0;
  width: 400px;
}
#feedblitz-form-errors div#F11917_page_fbz_status {
  display: none;
}

.F11917_fbz_page {
  background-color: white !important;
}

.F11917_fbz_title {
  display: none;
}

p.F11917_fbz_label {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 15px;
  margin: 0;
}

.F11917_fbz_label u {
  font-weight: bold;
  text-decoration: none;
  color: #ffb900;
  text-transform: uppercase;
  font-size: 15px;
}

.F11917_fbz_footer {
  display: none;
}

@media (min-width: 640px) {
  .wrapper {
    max-width: 32em;
  }
  .woocommerce-cart .wrapper, .woocommerce-checkout .wrapper {
    max-width: 55em;
  }
  body {
    line-height: 1.55;
  }
  h2 {
    font-size: 2.2em;
  }
  #menu-icon {
    right: 20px;
    bottom: 20px;
  }
  .search-view .wrapper {
    max-width: 750px;
  }
}
.footer-widget.widget_eu_cookie_law_widget {
  right: auto;
  font-family: "Source Sans Pro", sans-serif;
}
@media (max-width: 769px) {
  .footer-widget.widget_eu_cookie_law_widget {
    right: 1em;
  }
}

#eu-cookie-law {
  border: 1px solid black;
  position: fixed;
  bottom: 0;
  left: -1%;
  width: 102%;
  padding: 20px 40px;
  z-index: 9999;
  box-shadow: 0px 16px 24px 2px rgba(0, 0, 0, 0.14), 0px 6px 30px 5px rgba(0, 0, 0, 0.12), 0px 8px 10px -7px rgba(0, 0, 0, 0.2);
}

.widget_eu_cookie_law_widget #eu-cookie-law input,
.widget_eu_cookie_law_widget #eu-cookie-law input:hover {
  background: rgb(255, 185, 0);
  border: 1px solid rgb(255, 185, 0);
  font-weight: bold;
}

@media (max-width: 600px) {
  #eu-cookie-law input.accept {
    position: initial;
  }
}
#coupon_code {
  min-width: 105px;
}

.page .wrapper .page .has-content-area .single-product .entry-title,
.page .wrapper .page .has-content-area .single-product .woocommerce-tabs,
.page .wrapper .page .has-content-area .single-product .product_meta,
.page .wrapper .page .has-content-area .single-product .quantity {
  display: none;
}

.footer-widget #eu-cookie-law {
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
}
@media (max-width: 665px) {
  .footer-widget #eu-cookie-law {
    flex-direction: column-reverse !important;
    padding-bottom: 0px !important;
    text-align: center !important;
  }
  .footer-widget #eu-cookie-law input.accept {
    position: relative !important;
    margin-left: 0px !important;
    margin-top: 0.5em !important;
    bottom: 0px !important;
    margin-bottom: 0.5em !important;
  }
}
.footer-widget #eu-cookie-law input[type=submit] {
  margin-left: 2em;
}
.footer-widget #eu-cookie-law a {
  display: contents;
  font-weight: bold;
}