@charset "UTF-8";
/*
Theme Name: Autostraddle
Theme URI: http://www.autostraddle.com/
Author: Cee (code) & Alex and Sarah (design) + YIKES, Inc. (flair)
Description: The custom Theme for Autostraddle.
Version: 5.1.5
*/
/* =Color Variables for our theme
----------------------------------------------- */
/* ==========================================================================
   Typography
   ========================================================================== */
/* =Typography
----------------------------------------------- */
/* ==========================================================================
   Site Globals
   ========================================================================== */
/* =Globals
----------------------------------------------- */
/* =Reset
-------------------------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

html {
  font-size: 62.5%;
  /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
  overflow-y: scroll;
  /* Keeps page centred in all browsers regardless of content height */
  -webkit-text-size-adjust: 100%;
  /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
  -ms-text-size-adjust: 100%;
  /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
  scroll-behavior: smooth;
}

body {
  background: #fff;
}

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

ol, ul {
  list-style: none;
}

table {
  /* tables still need 'cellspacing="0"' in the markup */
  border-collapse: separate;
  border-spacing: 0;
}

caption, th, td {
  font-weight: normal;
  text-align: left;
}

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

blockquote, q {
  quotes: "" "";
}

a:focus {
  outline: thin dotted;
}

a:hover,
a:active {
  /* Improves readability when focused and also mouse hovered in all browsers people.opera.com/patrickl/experiments/keyboard/test */
  outline: 0;
}

a img {
  border: 0;
}

/* The following code forces padding to be within the element's width */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* =Globals
----------------------------------------------- */
html {
  font-size: 16px;
  margin-top: 0px !important;
}

body,
button,
input,
select,
textarea {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-font-smoothing: antialiased !important;
  font-smooth: always;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: none;
  color: #373d3e;
  font-size: 16px;
  font-size: 1rem;
  line-height: 100%;
}

body,
body.custom-background {
  background-color: #f3f3f3;
  color: #455c62;
  font-family: 'Roboto', sans-serif;
  margin: 0;
}

blockquote {
  font-style: italic;
  font-size: 1.125rem;
  color: #9b9b9b;
  color: #777;
  line-height: 2.125rem;
  border-left: 5px solid #ccc;
  padding-left: 35px;
  margin: 30px 0 40px 0;
}
blockquote p:last-child {
  margin: 0;
}
blockquote.dialog {
  font-style: normal;
  color: #373d3e;
  border: 0;
  padding-left: 30px;
  margin: 0 0 20px 0;
}
blockquote.pullquote {
  font-family: 'Roboto', sans-serif;
  font-size: 1.625rem;
  line-height: 2.5rem;
  font-weight: 300;
  border-top: 3px solid;
  border-bottom: 3px solid;
  border-left: 0;
  color: #66cccc;
  font-style: normal;
  padding: 20px 5px 20px 20px;
}
blockquote.annotation {
  width: 40%;
  float: left;
  text-align: right;
  border-left: 0;
  border-right: 5px solid #ccc;
  padding: 0 20px 0 0;
  margin: 40px 0;
}
blockquote.annotation p, .entry-content blockquote.annotation p {
  text-align: right !important;
}

div.annotation {
  width: 60%;
  float: right;
  padding-left: 50px;
  margin: 40px 0;
}
div.annotation + p, div.annotation + div, div.annotation + img, div.annotation + blockquote, div.annotation + hr {
  clear: both;
}

code {
  border-left: 5px solid #ccc;
  display: block;
  background: #e9e9e9;
  padding: 20px;
  text-shadow: none;
}

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

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  width: 100%;
  margin-bottom: 1.75em;
  margin-top: 1.75em;
}

/* Text elements */
p {
  margin-bottom: 1.25rem;
}

ul, ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

ul ul, ol ol, ul ol, ol ul {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

b, strong {
  font-weight: bold;
}

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

address {
  margin: 0 0 1.5em;
}

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

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

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

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

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

sup {
  bottom: 1ex;
}

sub {
  top: .5ex;
}

small,
.smalltext,
.small,
.footnote,
p small.footnote {
  font-size: 0.8125rem;
  line-height: 1.5rem;
  display: block;
}

big {
  font-size: 125%;
}

figure {
  margin: 0;
}

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

th {
  font-weight: bold;
}

.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

.seperator {
  border-bottom: 1px solid #9b9b9b;
}

/* Text meant only for screen readers */
.assistive-text {
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
}

/* Tag fades */
.tags a:hover,
.post-categories a:hover,
.post-tags a:hover {
  background: #1c2021;
}

#backtotop {
  text-align: right;
  margin: 0 36px 20px 0;
  font-family: 'Montserrat', sans-serif;
  font-family: 'IBM Plex Sans', sans-serif;
}

/* =Infinite Scroll
----------------------------------------------- */
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll #nav-above,
.infinite-scroll #nav-below,
.infinite-scroll.neverending #colophon {
  /* 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 #colophon {
  display: block;
}

.entry-content #drag-drop-inside,
.entry-content #drag-drop-inside p,
.drag-drop .drag-drop-inside p,
.drag-drop-inside p.drag-drop-buttons {
  text-align: center !important;
}

/* =Links
----------------------------------------------- */
/* Links */
a,
a:visited,
a:hover,
a:focus,
a:active {
  color: #66cccc;
  text-decoration: none;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  transition: all .2s ease;
}

#comments a,
a.hover,
#author-info ul li a {
  text-decoration: none;
}

#backtotop a,
#leaveareply a,
footer#bottomlinks a,
footer .menu a {
  text-decoration: none;
}

#comments a:hover,
#comments a:active,
#backtotop a:hover,
#backtotop a:active,
footer .menu a:hover,
footer .menu a:active,
footer#bottomlinks a:hover,
footer#bottomlinks a:active,
p.author a:hover,
p.author a:active,
a.hover:hover,
a.hover:active,
#author-info ul li a:hover,
#author-info ul li a:active {
  border-bottom: 1px solid #66cccc;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  transition: all .2s ease;
}

body.author .entry-content a,
#comments a.noborder,
a.noborder,
a.noborder:hover,
a.noborder:active {
  border-bottom: 0px !important;
}

/* black links with teal hover, no underlines */
/* p.author a, */
.posted-on a,
.author-bio h3 a[rel=author],
#comments ol.commentlist a,
#comments ol.commentlist a cite {
  color: #000;
  text-shadow: none;
  border-bottom: 0px;
}

/* p.author a:hover,
p.author a:active, */
.posted-on a:hover,
.posted-on a:active,
.author-bio h3 a[rel=author]:hover,
.author-bio h3 a[rel=author]:active,
#comments ol.commentlist a:hover cite,
#comments ol.commentlist a:active cite {
  color: #66cccc;
  border-bottom: 0px;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  transition: all .2s ease;
}

/* black links with teal underline, teal hover w/teal underline */
body.single .entry-content a,
body.page .entry-content a,
.author-bio a, #respond a,
#comments ol.commentlist .comment-content a {
  color: #000;
  border: 0;
  border-bottom: 1px solid #66cccc;
}

/* quiet links */
a.quiet,
a.quiet:hover {
  color: #455c62 !important;
  text-decoration: none;
  border: 0;
}

body.buddypress .entry-content a {
  background: transparent;
}

.entry-content a:hover,
.entry-content a:active,
.author-bio a:hover,
.author-bio a:active,
#respond a:hover,
#respond a:active,
#comments ol.commentlist .comment-content a:hover,
#comments ol.commentlist .comment-content a:active {
  color: #66cccc;
  border: 0;
}

/* teal links with no underline, teal border on hover */
div.commentmetadata a {
  color: #66cccc !important;
}

div.commentmetadata a:hover,
div.commentmetadata a:active {
  color: #66cccc;
  border-bottom: 1px solid #66cccc !important;
}

/* =Forms
----------------------------------------------- */
button,
input,
select,
textarea {
  font-size: 100%;
  /* Corrects font size not being inherited in all browsers */
  margin: 0;
  /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
  vertical-align: baseline;
  /* Improves appearance and consistency in all browsers */
  *vertical-align: middle;
  /* Improves appearance and consistency in all browsers */
}

button,
input {
  line-height: normal;
  /* Addresses FF3/4 setting line-height using !important in the UA stylesheet */
  *overflow: visible;
  /* Corrects inner spacing displayed oddly in IE6/7 */
}

button,
a.button,
html input[type="button"],
input[type="reset"],
ul.button-nav li a,
div.generic-button a,
.comment-reply-link,
input[type="submit"],
#comments div.reply a,
#comments div.reply a.comment-reply-link,
#comments p.form-submit #submit,
#comments a.jcollapsible,
#secondary aside#text-379545835 a,
a.buttonRed,
input#mc-embedded-subscribe,
.gform_wrapper .gform_footer input.button,
.gform_wrapper .gform_footer input[type="submit"],
#buddypress button,
#buddypress a.button,
#buddypress input[type=submit],
#buddypress input[type=button],
#buddypress input[type=reset],
#buddypress ul.button-nav li a,
#buddypress .comment-reply-link,
#buddypress div.generic-button a,
#buddypress ul.button-nav li a,
.beautiful-taxonomy-filters-clear-all {
  box-shadow: none;
  background: #66cccc;
  border-radius: 20px;
  color: #fff !important;
  cursor: pointer;
  /* Improves usability and consistency of cursor style between image-type 'input' and others */
  -webkit-appearance: button;
  /* Corrects inability to style clickable 'input' types in iOS */
  -webkit-appearance: none;
  font-family: Roboto, sans-serif;
  border: 0 !important;
  font-size: 14px;
  font-size: .875rem !important;
  font-weight: 400;
  padding: 10px 23px;
  letter-spacing: 2px;
  line-height: 1;
  text-shadow: none;
  text-transform: uppercase;
  -webkit-transition: background-color .2s ease;
  -moz-transition: background-color .2s ease;
  transition: background-color .2s ease;
}
button:hover, button:focus,
a.button:hover,
a.button:focus,
html input[type="button"]:hover,
html input[type="button"]:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
ul.button-nav li a:hover,
ul.button-nav li a:focus,
div.generic-button a:hover,
div.generic-button a:focus,
.comment-reply-link:hover,
.comment-reply-link:focus,
input[type="submit"]:hover,
input[type="submit"]:focus,
#comments div.reply a:hover,
#comments div.reply a:focus,
#comments div.reply a.comment-reply-link:hover,
#comments div.reply a.comment-reply-link:focus,
#comments p.form-submit #submit:hover,
#comments p.form-submit #submit:focus,
#comments a.jcollapsible:hover,
#comments a.jcollapsible:focus,
#secondary aside#text-379545835 a:hover,
#secondary aside#text-379545835 a:focus,
a.buttonRed:hover,
a.buttonRed:focus,
input#mc-embedded-subscribe:hover,
input#mc-embedded-subscribe:focus,
.gform_wrapper .gform_footer input.button:hover,
.gform_wrapper .gform_footer input.button:focus,
.gform_wrapper .gform_footer input[type="submit"]:hover,
.gform_wrapper .gform_footer input[type="submit"]:focus,
#buddypress button:hover,
#buddypress button:focus,
#buddypress a.button:hover,
#buddypress a.button:focus,
#buddypress input[type=submit]:hover,
#buddypress input[type=submit]:focus,
#buddypress input[type=button]:hover,
#buddypress input[type=button]:focus,
#buddypress input[type=reset]:hover,
#buddypress input[type=reset]:focus,
#buddypress ul.button-nav li a:hover,
#buddypress ul.button-nav li a:focus,
#buddypress .comment-reply-link:hover,
#buddypress .comment-reply-link:focus,
#buddypress div.generic-button a:hover,
#buddypress div.generic-button a:focus,
#buddypress ul.button-nav li a:hover,
#buddypress ul.button-nav li a:focus,
.beautiful-taxonomy-filters-clear-all:hover,
.beautiful-taxonomy-filters-clear-all:focus {
  background: #578e9e;
  border: 0 !important;
  -webkit-transition: background-color .2s ease;
  -moz-transition: background-color .2s ease;
  transition: background-color .2s ease;
  outline: none;
  outline: 0;
}

#comments div.reply a {
  white-space: nowrap;
}

input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
  background-color: #fff !important;
  -webkit-box-shadow: 0 0 0px 1000px white inset;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* Addresses box sizing set to content-box in IE8/9 */
  padding: 0;
  /* Addresses excess padding in IE8/9 */
}

input[type="search"] {
  -webkit-appearance: textfield;
  /* Addresses appearance set to searchfield in S5, Chrome */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-decoration {
  /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
  border: 0;
  padding: 0;
}

input[type=text],
input[type=email],
input[type=password],
textarea {
  color: #9b9b9b;
  font-weight: normal;
  border: 1px solid #ccc;
  border-radius: 3px;
  outline: none;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=password]:focus,
textarea:focus {
  color: #000;
  border-color: #578e9e;
  outline: none;
}

input[type=text],
input[type=email],
input[type=password] {
  padding: 3px;
  outline: none;
}

input:-webkit-autofill,
input:autofill {
  background-color: #fff !important;
}

textarea {
  overflow: auto;
  /* Removes default vertical scrollbar in IE6/7/8/9 */
  padding-left: 3px;
  vertical-align: top;
  /* Improves readability and alignment in all browsers */
  width: 100% !important;
}

/* Gravity Forms Styles */
.gform_wrapper .gform_body input[type=text]
input[type=url]
input[type=email]
input[type=tel]
input[type=number]
input[type=password],
.gform_wrapper .gform_body select,
.gform_wrapper .gform_body option {
  font-size: 1rem;
}
.gform_wrapper .gform_body .gfield_required {
  color: #66cccc;
}
.gform_wrapper .gform_body .gfield_radio .gchoice,
.gform_wrapper .gform_body .gfield_checkbox .gchoice {
  margin-bottom: 0.4rem;
}
.gform_wrapper .gform_body .gfield_radio .gchoice input[type="radio"],
.gform_wrapper .gform_body .gfield_radio .gchoice label,
.gform_wrapper .gform_body .gfield_radio .gchoice .field-choice-input,
.gform_wrapper .gform_body .gfield_radio .gchoice .gfield-choice-input + label,
.gform_wrapper .gform_body .gfield_checkbox .gchoice input[type="radio"],
.gform_wrapper .gform_body .gfield_checkbox .gchoice label,
.gform_wrapper .gform_body .gfield_checkbox .gchoice .field-choice-input,
.gform_wrapper .gform_body .gfield_checkbox .gchoice .gfield-choice-input + label {
  vertical-align: top;
}
.gform_wrapper .gform_body .gfield_radio .gchoice input[type="radio"],
.gform_wrapper .gform_body .gfield_checkbox .gchoice input[type="radio"] {
  margin-top: 6px;
}
.gform_wrapper .gform_body .gfield_radio .gchoice label,
.gform_wrapper .gform_body .gfield_checkbox .gchoice label {
  line-height: 1.6;
  margin: 0;
}
.gform_wrapper.as-quiz_wrapper .gform_body .ginput_container.ginput_container_radio {
  margin-bottom: 40px;
}
.gform_wrapper.as-quiz_wrapper .gform_body .gfield_radio li {
  margin-bottom: 10px;
}

.gform_footer img#gform_ajax_spinner_2:nth-child(3),
.gform_footer img#gform_ajax_spinner_2:nth-child(2) {
  display: none;
}

/* Contact form */
#gform_2 li.largeDropDown select {
  margin-top: 20px;
  font-size: 1.25rem !important;
  background: #fff;
  border: 1px solid #ccc;
}

#ui-datepicker-div.ui-datepicker {
  font-size: 1em;
  font-size: 1rem !important;
}

body div#ui-datepicker-div[style] {
  z-index: 99 !important;
}

/* =Shared components
----------------------------------------------- */
.breadcrumb {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.breadcrumb li {
  display: inline-block;
}
.breadcrumb li:not(:last-child):after {
  content: '>';
  font-weight: bold;
}

.lightmode-toggle {
  margin-bottom: 3rem;
  text-align: center;
}
.lightmode-toggle a.lightmode-link {
  display: inline-block;
  border: 0 !important;
  color: none;
}
.lightmode-toggle a.lightmode-link .lightmode-toggle-icon {
  background: url("images/bulb_dark_mode_off.svg") no-repeat;
  background-position: center bottom;
  cursor: pointer;
  height: 100px;
  margin: 0 auto;
  width: 150px;
}
.lightmode-toggle a.lightmode-link .lightmode-on,
.lightmode-toggle a.lightmode-link .lightmode-off {
  border-bottom: 1px solid #bca6fb;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.1;
  text-transform: uppercase;
}
.lightmode-toggle a.lightmode-link:hover .lightmode-toggle-icon {
  background: url("images/bulb_dark_mode_hover.svg") no-repeat;
  background-position: center;
}
.lightmode-toggle a.lightmode-link:hover .lightmode-on,
.lightmode-toggle a.lightmode-link:hover .lightmode-off {
  border-bottom: 1px solid #9b9b9b;
}
.lightmode-toggle .lightmode-off {
  display: inline-block;
}
.lightmode-toggle .lightmode-on {
  display: none;
}
.light-mode .lightmode-toggle a.lightmode-link .lightmode-toggle-icon {
  background: url("images/bulb_regular_mode_on.svg") no-repeat;
  background-position: center;
}
.light-mode .lightmode-toggle a.lightmode-link:hover .lightmode-toggle-icon {
  background: url("images/bulb_regular_mode_hover.svg") no-repeat;
  background-position: center;
}
.light-mode .lightmode-toggle a.lightmode-link:hover .lightmode-on,
.light-mode .lightmode-toggle a.lightmode-link:hover .lightmode-off {
  color: #9b9b9b;
  border-bottom: 1px solid #9b9b9b;
}
.light-mode .lightmode-toggle .lightmode-on,
.light-mode .lightmode-toggle .lightmode-off {
  color: #bca6fb;
  border-bottom: 1px solid #bca6fb;
}
.light-mode .lightmode-toggle .lightmode-off {
  display: none;
}
.light-mode .lightmode-toggle .lightmode-on {
  display: inline-block;
}

.three-column-list {
  -webkit-columns: 3 100px;
  -moz-columns: 3 100px;
  columns: 3 100px;
}

/* Testimonials */
#testimonials-block {
  background-color: #bca6fb;
  padding: 60px 120px;
}
#testimonials-block .testimonial-quote-container {
  background-color: #fff;
  border-radius: 72px;
  margin-right: -190px;
  padding: 60px 120px 60px 60px;
}
#testimonials-block .testimonial-quote-container .testimonial-quote {
  color: #000;
  font-family: "IBM Plex Sans";
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
}
#testimonials-block .testimonial-person {
  display: grid;
  justify-items: end;
}
#testimonials-block .testimonial-photo {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50%;
  height: 254px;
  margin-top: 28px;
  position: relative;
  width: 254px;
  z-index: 9;
}
#testimonials-block .testimonial-name {
  font-family: "IBM Plex Sans";
  font-weight: bold;
  letter-spacing: 1.5px;
  line-height: 1;
  text-align: right;
}
#testimonials-block .testimonial-member-since {
  font-family: "IBM Plex Sans";
  font-weight: bold;
  letter-spacing: .83px;
  font-size: 10px;
  font-size: 0.625rem;
  text-align: right;
}

/* FAQ */
.yikes-faq-shortcode .faq-filters {
  display: none;
}

/* Bootstrap JavaScript-related styles */
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}

.collapse:not(.show) {
  display: none;
}

.accordion-button, .accordion-button:visited, .accordion-button:focus {
  align-items: center;
  background-color: #fff;
  border: 2px solid #bca6fb !important;
  border-radius: 0;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  color: #000 !important;
  display: flex;
  font-family: "IBM Plex Sans";
  font-size: 18px !important;
  font-weight: bold;
  letter-spacing: 1px;
  overflow-anchor: none;
  padding: 1rem 1.25rem;
  position: relative;
  text-align: left;
  text-transform: none !important;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,border-radius .15s ease;
  width: 100%;
}
.accordion-button:after {
  color: #bca6fb;
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: auto;
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  content: "\f067";
  transition: transform .2s ease-in-out;
}
.accordion-button:hover, .accordion-button:active {
  background-color: #bca6fb;
  border: 2px solid #bca6fb !important;
}
.accordion-button:hover:after, .accordion-button:active:after {
  color: #fff;
}
.accordion-button:not(.collapsed) {
  background-color: #bca6fb;
  border: 2px solid #bca6fb !important;
}
.accordion-button:not(.collapsed):after {
  color: #fff;
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  content: "\f068";
}

.carousel {
  position: relative;
}
.carousel .carousel-inner {
  overflow: hidden;
  padding-bottom: 40px;
  position: relative;
  width: 100%;
}
.carousel .carousel-inner:after {
  display: block;
  clear: both;
  content: "";
}
.carousel .carousel-inner .carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: transform .6s ease-in-out;
}
.carousel .carousel-inner .carousel-item.active {
  display: block;
}
.carousel .carousel-inner .carousel-item-next,
.carousel .carousel-inner .carousel-item-prev {
  display: block;
}
.carousel .carousel-inner .carousel-item-next:not(.carousel-item-start),
.carousel .carousel-inner .active.carousel-item-end {
  transform: translateX(100%);
}
.carousel .carousel-inner .carousel-item-prev:not(.carousel-item-end),
.carousel .carousel-inner .active.carousel-item-start {
  transform: translateX(-100%);
}
.carousel .carousel-control-next, .carousel .carousel-control-prev {
  align-items: center;
  border-bottom: 0 !important;
  bottom: 0;
  color: #fff;
  display: flex;
  font-size: 14px;
  font-size: 0.875rem;
  justify-content: center;
  opacity: .5;
  position: absolute;
  text-align: center;
  text-decoration: underline;
  transition: opacity .15s ease;
  width: 15%;
  z-index: 1;
}
.carousel .carousel-control-prev {
  left: 110px;
}
.carousel .carousel-control-next {
  right: 326px;
}

.carousel.pointer-event {
  touch-action: pan-y;
}

/* Cards */
.card {
  background-color: transparent;
  border: 0;
}
.card .card-body {
  padding: 0;
}
.card .card-footer {
  background-color: transparent;
  border: 0;
  padding: 0;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}
.hover-fade:hover {
  opacity: .8;
}

.hover-white {
  border-bottom: 0 !important;
}
.hover-white a {
  border-bottom: 0 !important;
}
.hover-white:hover {
  color: #fff !important;
}
.hover-white:hover a {
  border-bottom: 0 !important;
  color: #fff !important;
}

.as-button, .as-button:visited,
input#mc-embedded-subscribe.as-button,
input#mc-embedded-subscribe.as-button:visited {
  align-content: center;
  background-color: transparent;
  border: 2px solid #000 !important;
  border-radius: 20px;
  color: #000 !important;
  display: inline-grid;
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: bold;
  height: 42px;
  justify-content: center;
  justify-items: center;
  margin-bottom: 0 auto 12px;
  padding-left: 40px;
  padding-right: 40px;
  white-space: nowrap;
}
.as-button:hover, .as-button:active,
input#mc-embedded-subscribe.as-button:hover,
input#mc-embedded-subscribe.as-button:active {
  background-color: #000;
  color: #fff !important;
}

a.as-black-link, a.as-black-link:active, a.as-black-link:focus, a.as-black-link:hover, a.as-black-link:visited {
  color: #000;
}

/* =Responsive
----------------------------------------------- */
@media only screen and (min-width: 801px) and (max-width: 1300px) {
  #testimonials-block {
    padding: 60px;
  }
}
@media screen and (max-width: 801px) {
  #testimonials-block {
    padding: 36px 16px;
  }
  #testimonials-block .testimonial-quote-container {
    border: 4px solid #bca6fb;
    margin-right: 0;
    padding: 60px;
  }
  #testimonials-block .testimonial-person {
    justify-items: start;
    margin-top: -60px;
  }
  #testimonials-block .carousel .carousel-control-prev {
    left: 80px;
  }
  #testimonials-block .carousel .carousel-control-next {
    right: 80px;
  }

  .accordion-button, .accordion-button:focus, .accordion-button:visited,
  .yikes-faq-item-a {
    font-size: 14px !important;
  }

  .yikes-faq-item-a {
    line-height: 1.4;
  }
}
@media all and (max-width: 500px) {
  #testimonials-block .testimonial-quote-container {
    padding: 40px;
  }
  #testimonials-block .testimonial-quote-container .testimonial-quote {
    line-height: 1.2;
  }
  #testimonials-block .testimonial-person {
    align-items: center;
    column-gap: 14px;
    display: grid;
    grid-template-areas: "photo name" "photo year";
    justify-content: start;
  }
  #testimonials-block .testimonial-photo {
    grid-area: photo;
    height: 180px;
    margin-top: 10px;
    width: 180px;
  }
  #testimonials-block .testimonial-name {
    grid-area: name;
    align-self: end;
    padding-top: 2rem;
  }
  #testimonials-block .testimonial-member-since {
    align-self: start;
    grid-area: year;
  }

  .accordion-button::after {
    right: 10px;
    position: absolute;
  }
}
/* =Media
----------------------------------------------- */
/* =Media
----------------------------------------------- */
/* Random Bingo Image */
#gallery-1.galleryid-511975 .gallery-item {
  display: none;
  float: none;
}
#gallery-1.galleryid-511975 .gallery-item:first-of-type {
  display: block;
}

/* Image fades */
article a img,
aside a img {
  opacity: 1;
  -webkit-transition: opacity .2s ease;
  -moz-transition: opacity .2s ease;
  transition: opacity .2s ease;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -backface-visibility: hidden;
  -webkit-transform: translateZ(0) scale(1, 1);
  -moz-transform: translateZ(0) scale(1, 1);
  transform: translateZ(0);
}
article a img:hover,
aside a img:hover {
  opacity: 0.8;
  -webkit-transition: opacity .2s ease;
  -moz-transition: opacity .2s ease;
  transition: opacity .2s ease;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -backface-visibility: hidden;
  -webkit-transform: translateZ(0) scale(1, 1);
  -moz-transform: translateZ(0) scale(1, 1);
  transform: translateZ(0);
}

/* Alignment */
img.size-full {
  height: auto;
  max-width: 100%;
  width: auto;
}
img.size-full.alignleft, img.size-full.alignright {
  width: auto;
}

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

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

.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto;
}

.site-header img,
.entry-content img,
.featured-image img,
.comment-content img,
.widget img {
  max-width: 100%;
  /* Fluid images for posts, comments, and widgets */
}

.site-header img,
.entry-content img,
.comment-content img[height],
img[class*="align"],
img[class*="wp-image-"] {
  height: auto;
  /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}

.site-header img,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

.wp-caption {
  margin-bottom: 30rem;
  max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
  display: block;
}

.wp-caption-text {
  text-align: left;
  font-weight: 400;
  font-size: 0.75rem;
  color: #777;
  line-height: 170%;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
  text-align: center !important;
}

.site-content .gallery {
  margin-bottom: 1.5em;
}

.gallery-caption,
.jp-carousel-image-meta {
  display: none;
}

.site-content .gallery a img {
  border: none;
  height: auto;
  max-width: 90%;
}

iframe.instagram-media {
  position: relative !important;
}

.site-content .gallery dd {
  margin: 0;
}

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

img#wpstats {
  height: 0;
  width: 0;
}

/* Attachment pages */
.image-attachment .entry-header h1.entry-title {
  margin-bottom: 1.6rem;
}

#image-navigation .previous-image {
  float: left;
}
#image-navigation .next-image {
  float: right;
}

/* =Layout
----------------------------------------------- */
/* =Layout styles
----------------------------------------------- */
#primary {
  width: 65%;
  float: left;
}
body.page #primary, body.error404 #primary, body.buddypress #primary, body.single-attachment #primary {
  width: 100%;
  float: none;
  border: 0;
}

#secondary {
  width: 33%;
  float: right;
  padding: 0;
}
body.buddypress #secondary {
  display: none;
}

#main {
  width: 1300px;
  max-width: 1300px;
  margin: 0 auto;
  padding-top: 30px;
}

/* ==========================================================================
   Header
   ========================================================================== */
/* Nav menus */
/* =Navigation Menus
----------------------------------------------- */
#masthead,
#masthead-mobile {
  background: #fff;
}

#navBar {
  clear: both;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 7px 0 4px 0;
  height: 34px;
}

#navBarInner {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
}

#mobile-header {
  display: none;
}

#mobile-menu:not(.mm-menu) {
  display: none;
}

#logo-top-nav-bar,
#logo-top-nav-bar-mobile {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
}

#logo,
#logo-mobile {
  width: 20%;
  float: left;
}

/* Top navigation */
#desktop-header #top-menu {
  margin: 0;
  padding-top: 13px;
}
#desktop-header .top-navigation {
  float: right;
  display: block;
  width: 80%;
  text-align: right;
  margin-top: 7px;
}
#desktop-header .top-navigation a, #desktop-header .top-navigation span {
  font-family: 'Montserrat', sans-serif;
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 400;
  color: #9b9b9b;
  display: block;
  text-decoration: none;
}
#desktop-header .top-navigation span {
  cursor: pointer;
}
#desktop-header .top-navigation form#searchform {
  display: inline;
}
#desktop-header .top-navigation ul {
  float: right;
  padding: 0;
}
#desktop-header .top-navigation ul > li {
  float: left;
  list-style-type: none;
  margin: 0;
  padding: 0;
  position: relative;
}
#desktop-header .top-navigation .sub-menu {
  background: #fff;
  border: 1px solid #9b9b9b;
  border-radius: 5px;
  color: #58585b;
  text-shadow: none;
  padding: 14px 24px;
  text-align: left;
}
#desktop-header .top-navigation .sub-menu li {
  padding: 5px 0;
}
#desktop-header .top-navigation .sub-menu a, #desktop-header .top-navigation .sub-menu a:visited {
  color: #58585b;
  text-transform: uppercase;
  padding: 8px 0;
}
#desktop-header .top-navigation .sub-menu a:hover, #desktop-header .top-navigation .sub-menu a:focus, #desktop-header .top-navigation .sub-menu a:visited:hover, #desktop-header .top-navigation .sub-menu a:visited:focus {
  color: #66cccc;
}
#desktop-header .top-navigation ul ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
  float: left;
  position: absolute;
  top: 23px;
  left: -999em;
  z-index: 99999;
}
#desktop-header .top-navigation ul ul a {
  width: 200px;
}
#desktop-header .top-navigation ul ul ul {
  left: -999em;
  top: 0;
}

#desktop-header .top-navigation > ul > li {
  margin-left: 25px;
}

#desktop-header .top-navigation > ul > li:first-child {
  margin-left: 20px;
}

/* Log in */
#desktop-header .top-navigation ul.logInMenu.sub-menu form#loginform label, #desktop-header .top-navigation ul.logInMenu.sub-menu form#loginform input {
  line-height: 30px;
  margin: 0;
  width: 100%;
}
#desktop-header .top-navigation ul.logInMenu.sub-menu form#loginform input[type=submit] {
  margin-top: 15px;
  background-color: #58585b;
  font-size: 12px;
  font-size: 0.75rem;
  border-radius: 4px;
}
#desktop-header .top-navigation ul.logInMenu.sub-menu form#loginform p {
  margin: 0;
}
#desktop-header .top-navigation ul.logInMenu.sub-menu form#loginform p.login-remember label input {
  width: auto;
}
#desktop-header .top-navigation ul.logInMenu.sub-menu form#loginform p.login-remember label {
  font-size: 14px;
  font-size: 0.875rem;
}
#desktop-header .top-navigation ul.logInMenu.sub-menu li.register,
#desktop-header .top-navigation ul.logInMenu.sub-menu li.forgotpass {
  line-height: 34px;
  text-align: center;
}
#desktop-header .top-navigation ul.logInMenu.sub-menu li.register a {
  background-color: #66cccc;
  border-radius: 4px;
  color: #fff !important;
  margin-top: 10px !important;
  padding: 3px 15px !important;
}
#desktop-header .top-navigation ul.logInMenu.sub-menu li.forgotpass a {
  padding: 0 !important;
}
#desktop-header .top-navigation ul.logInMenu.sub-menu li.adminlink {
  border-top: 2px solid #333;
  margin-top: 5px !important;
  padding-top: 5px !important;
}

#desktop-header #top-menu > li > span {
  padding-bottom: 10px;
}

#desktop-header .top-navigation li#menu-item-338904 span {
  background: #fc4865;
  padding: 8px 16px !important;
  border-radius: 25px;
  color: #fff;
  text-shadow: none;
  margin-top: -8px;
}

#desktop-header .top-navigation li#menu-item-338904 span:hover {
  background: #ccc;
  background: #58585b;
}

#desktop-header .top-navigation ul li:not(.sign-in):hover > ul,
#desktop-header .top-navigation ul li:not(.sign-in).focus > ul {
  left: -96px;
}

#desktop-header .top-navigation .logInMenu.show {
  left: -96px;
}

#desktop-header .top-navigation ul ul li:hover > ul,
#desktop-header .top-navigation ul ul li.focus > ul {
  left: 100%;
}

/* Search */
#desktop-header .top-navigation #s {
  background-color: transparent;
  background-image: url(images/icon_search_desktop.svg);
  background-position: 5px center;
  background-repeat: no-repeat;
  background-size: 19px 19px;
  border: none;
  cursor: pointer;
  height: 37px;
  margin: 3px 0;
  padding: 0 0 0 34px;
  position: relative;
  -webkit-transition: width 400ms ease, background 400ms ease;
  transition: width 400ms ease, background 400ms ease;
  width: 0;
}

#desktop-header .top-navigation #s:focus {
  background-color: #fff;
  border: 2px solid #ccc;
  cursor: text;
  outline: 0;
  width: 230px;
}

#desktop-header .top-navigation #searchform .search-submit {
  display: none;
}

/* Main Nav */
#desktop-header .main-navigation {
  clear: both;
  display: inline-block;
  float: left;
  font-family: 'Montserrat', sans-serif;
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 0.6875rem;
  font-weight: 400;
  letter-spacing: 0.9px;
  padding-top: 2px;
  text-transform: uppercase;
  width: 83%;
}
#desktop-header .main-navigation ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
}
#desktop-header .main-navigation ul li {
  float: left;
  position: relative;
}
#desktop-header .main-navigation ul.menu > li {
  margin-right: 24px;
}
#desktop-header .main-navigation a {
  display: block;
  text-decoration: none;
  color: #66cccc;
}
#desktop-header .main-navigation > div > ul > li > span {
  color: #66cccc;
  cursor: pointer;
}
#desktop-header .main-navigation > div > ul > li:hover > span, #desktop-header .main-navigation > div > ul > li:hover > a, #desktop-header .main-navigation > div > ul > li:focus > span, #desktop-header .main-navigation > div > ul > li:focus > a, #desktop-header .main-navigation > div > ul > li:active > span, #desktop-header .main-navigation > div > ul > li:active > a, #desktop-header .main-navigation > div > ul > li.active > span, #desktop-header .main-navigation > div > ul > li.active > a {
  border-bottom: 4px solid #66cccc;
  padding-bottom: 4px;
  transition: none;
}
#desktop-header .main-navigation ul ul {
  float: left;
  position: absolute;
  top: 23px;
  z-index: 999999;
  visibility: hidden;
  left: auto;
  opacity: 0;
  transition: all 0.1s ease .3s;
}
#desktop-header .main-navigation ul ul ul {
  left: -999em;
  top: 0;
}
#desktop-header .main-navigation ul ul a {
  width: 230px;
}
#desktop-header .main-navigation ul li:hover > ul,
#desktop-header .main-navigation ul li.focus > ul {
  left: auto;
  visibility: visible;
  opacity: 1;
  transition: all 0.1s ease 0s;
}
#desktop-header .main-navigation ul ul li:hover > ul,
#desktop-header .main-navigation ul ul li.focus > ul {
  left: 100%;
}
#desktop-header .main-navigation .sub-menu {
  background: #58585b;
  border: 1px solid #333;
  padding: 10px;
  text-align: center;
  text-shadow: none;
}
#desktop-header .main-navigation .sub-menu li {
  padding: 5px 0;
}
#desktop-header .main-navigation .sub-menu li a {
  color: #fff;
  line-height: 1.6;
  padding: 5px 0;
  text-transform: none;
  font-weight: normal;
}
#desktop-header .main-navigation .sub-menu li a:hover {
  color: #66cccc;
}

/* More menu */
#desktop-header button#more, #desktop-header button#more:hover {
  font-family: 'Montserrat', sans-serif !important;
  font-family: 'IBM Plex Sans', sans-serif !important;
  font-weight: 400;
  letter-spacing: 0.9px;
  font-size: 11px !important;
  text-transform: uppercase;
  background: transparent;
  border: 0 !important;
  cursor: pointer;
  color: #66cccc !important;
  border-radius: 0;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  transition: all .2s ease;
  background-repeat: repeat-x;
  background-position: left 0px bottom 5px;
}
#desktop-header button#more {
  padding: 0;
  padding-bottom: 15px;
  position: relative;
}
#desktop-header button#more:hover, #desktop-header button#more:focus, #desktop-header button#more:active, #desktop-header button#more.active {
  background-color: #fff !important;
  border-bottom: 4px solid #66cccc !important;
  padding-bottom: 4px;
  transition: none;
}

#desktop-header #moreMenu {
  background: #58585b;
  border: 1px solid #333;
  color: #fff;
  line-height: 26px;
  margin-top: 0px;
  max-width: 1300px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  text-shadow: none;
  text-align: center;
  visibility: hidden;
  width: 100%;
  z-index: 999;
}
#desktop-header #moreMenu table, #desktop-header #moreMenu tr, #desktop-header #moreMenu td {
  margin: 0;
  padding: 0;
}
#desktop-header #moreMenu td {
  width: 20%;
  border-right: 1px solid #ccc;
  height: 100%;
  padding: 15px;
  text-align: center;
}
#desktop-header #moreMenu td:last-child {
  border: 0;
}
#desktop-header #moreMenu a {
  color: #fff;
  text-transform: none;
}
#desktop-header #moreMenu a:hover {
  color: #66cccc;
}
#desktop-header #moreMenu h3 {
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 0.75rem;
  display: inline-block;
}
#desktop-header #moreMenu li {
  float: none;
  display: block;
  margin: 0 0 20px 0;
  line-height: 130%;
}

/* Social media icons */
/* =Social Menus
----------------------------------------------- */
#desktop-header #follow-social-buttons {
  width: 17%;
  float: right;
  text-align: right;
}

#desktop-header #follow-social-buttons a {
  color: #58585b;
  font-size: 1.125rem;
  margin-left: 11px;
}

#desktop-header #follow-social-buttons a:first-child {
  margin-left: 0;
}

#desktop-header #follow-social-buttons a:hover {
  color: #333;
}

#follow-social-buttons .fa {
  display: inline;
}

li.socialbuttons {
  margin-top: 20px;
}

li.socialbuttons a {
  display: inline;
  padding: 0 2px !important;
}

li.socialbuttons a:hover {
  background-color: transparent !important;
}

li.socialbuttons img {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  transition: all .2s ease;
}

li.socialbuttons img:hover {
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  filter: grayscale(0%);
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  transition: all .2s ease;
}

/* jetpack overrides for icon + text social media buttons */
.sd-content ul {
  margin: 0 !important;
}

.sd-content ul li {
  margin: 0 !important;
  width: 35px !important;
}

.sd-content ul li a.sd-button {
  border: 0 !important;
  box-shadow: none !important;
  padding: 8px 13px !important;
}

.sd-social .sd-button .share-count {
  background: transparent !important;
  color: inherit !important;
}

.sd-social .sd-content ul {
  margin: 5px 0 0 0 !important;
}

/* jetpack overrides for icon only social media buttons */
.sd-social-icon .sd-content ul li[class*=share-] a {
  background: transparent !important;
}

.sd-content ul li a::before {
  color: #000 !important;
}

.sd-content ul li a.sd-button::before {
  font-size: 24px !important;
}

.sd-content ul li.share-print a.sd-button {
  margin-right: 0 !important;
}

/* Search */
/* =Search
----------------------------------------------- */
.main-navigation .top-navigation ul.searchMenu {
  width: 245px;
  left: -135px;
}

button.searchButton {
  background: url(images/nav-search-2x.png) 0 0 no-repeat;
  background-size: 55px 44px;
  border: 0;
  border-bottom: 3px solid #66cccc !important;
  border-radius: 0;
  border-right: 1px solid #66cccc;
  height: 46px;
  padding: 10px 19px;
  text-indent: -9999px;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  transition: all .2s ease;
  width: 55px;
}
button.searchButton:hover, button.searchButton.selected {
  border: 0;
  border-right: 1px solid #e9e9e9;
  background: url(images/nav-search-over-2x.png) 0 0 no-repeat !important;
  background-size: 55px 44px !important;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  transition: all .2s ease;
}
button.searchButton.selected {
  border-bottom: 3px solid #fff !important;
}

.searchMenu input#s,
.searchMenu input[type=text] {
  background: url(images/nav-search-black.gif) 10px center no-repeat;
  padding: 10px 10px 10px 45px;
  width: 200px;
}

ul.searchMenu {
  position: absolute;
  right: 0;
  width: 500px;
}

/* Search results */
body.search-results #primary.search-content-area,
body.search-results.category #primary.search-content-area,
body.search-results.tag #primary.search-content-area {
  float: left;
  width: 70%;
}
body.search-results #primary.search-content-area .page-header,
body.search-results.category #primary.search-content-area .page-header,
body.search-results.tag #primary.search-content-area .page-header {
  margin-bottom: 0;
  padding-top: 0;
  text-align: left;
}
body.search-results #primary.search-content-area h1.page-title,
body.search-results.category #primary.search-content-area h1.page-title,
body.search-results.tag #primary.search-content-area h1.page-title {
  font-family: 'IBM Plex Sans',sans-serif;
  font-size: 32px;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
  color: #000;
  letter-spacing: -.05rem;
  margin-top: 5px;
}
body.search-results #secondary.search-widget-area,
body.search-results.category #secondary.search-widget-area,
body.search-results.tag #secondary.search-widget-area {
  width: 25%;
}
body.search-results #secondary.search-widget-area img,
body.search-results.category #secondary.search-widget-area img,
body.search-results.tag #secondary.search-widget-area img {
  max-width: 250px !important;
}
body.search-results #article-list,
body.search-results.category #article-list,
body.search-results.tag #article-list {
  display: block !important;
}
body.search-results .search-results-list,
body.search-results.category .search-results-list,
body.search-results.tag .search-results-list {
  margin: 1rem 0 0 0;
  padding: 0;
}
body.search-results .search-results-list li,
body.search-results.category .search-results-list li,
body.search-results.tag .search-results-list li {
  position: relative;
}
body.search-results .search-results-list li:not(:last-child),
body.search-results.category .search-results-list li:not(:last-child),
body.search-results.tag .search-results-list li:not(:last-child) {
  margin-bottom: 1rem;
}
body.search-results .search-results-list .search-thumbnail,
body.search-results.category .search-results-list .search-thumbnail,
body.search-results.tag .search-results-list .search-thumbnail {
  padding-top: 6px;
}
body.search-results .search-results-list .featured-image,
body.search-results.category .search-results-list .featured-image,
body.search-results.tag .search-results-list .featured-image {
  display: block;
}
body.search-results .search-results-list .featured-image img,
body.search-results.category .search-results-list .featured-image img,
body.search-results.tag .search-results-list .featured-image img {
  display: block;
  height: auto;
}
body.search-results .search-results-list .featured-image img:hover,
body.search-results.category .search-results-list .featured-image img:hover,
body.search-results.tag .search-results-list .featured-image img:hover {
  opacity: .8;
}
body.search-results .search-results-list .featured-image.category-a-plus,
body.search-results.category .search-results-list .featured-image.category-a-plus,
body.search-results.tag .search-results-list .featured-image.category-a-plus {
  border: 3px solid #bca6fb;
  overflow: hidden;
}
body.search-results .search-results-list .featured-image.category-a-plus img,
body.search-results.category .search-results-list .featured-image.category-a-plus img,
body.search-results.tag .search-results-list .featured-image.category-a-plus img {
  margin-top: 0;
}
body.search-results .search-results-list .featured-image.category-a-plus::after,
body.search-results.category .search-results-list .featured-image.category-a-plus::after,
body.search-results.tag .search-results-list .featured-image.category-a-plus::after {
  background-image: url("images/corner-plus.svg");
  background-size: 40px 40px;
  content: "";
  position: absolute;
  height: 40px;
  left: 12px;
  top: 6px;
  width: 40px;
}
body.search-results .search-results-list .featured-image.tag-longread:after,
body.search-results.category .search-results-list .featured-image.tag-longread:after,
body.search-results.tag .search-results-list .featured-image.tag-longread:after {
  content: url(images/triangle-longread-article.png);
  position: absolute;
  top: 6px;
}
body.search-results .search-results-list .featured-image.tag-sponsored:after,
body.search-results.category .search-results-list .featured-image.tag-sponsored:after,
body.search-results.tag .search-results-list .featured-image.tag-sponsored:after {
  content: url(images/triangle-sponsored-article.png);
  position: absolute;
  top: 6px;
}
body.search-results .search-results-list .featured-image.tag-featured:after,
body.search-results.category .search-results-list .featured-image.tag-featured:after,
body.search-results.tag .search-results-list .featured-image.tag-featured:after {
  content: url(images/triangle-featured-article.png);
  position: absolute;
  top: 6px;
}
body.search-results .search-results-list .entry-title,
body.search-results.category .search-results-list .entry-title,
body.search-results.tag .search-results-list .entry-title {
  font-family: 'Karla', sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: -0.5px;
  line-height: 23px;
  margin-bottom: 0 !important;
  margin-top: 0 !important;
}
body.search-results .search-results-list .entry-title a,
body.search-results.category .search-results-list .entry-title a,
body.search-results.tag .search-results-list .entry-title a {
  color: #000;
  text-decoration: none;
  text-shadow: none;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  transition: all .2s ease;
}
body.search-results .search-results-list .entry-title a:hover, body.search-results .search-results-list .entry-title a:active,
body.search-results.category .search-results-list .entry-title a:hover,
body.search-results.category .search-results-list .entry-title a:active,
body.search-results.tag .search-results-list .entry-title a:hover,
body.search-results.tag .search-results-list .entry-title a:active {
  color: #66cccc;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  transition: all .2s ease;
}
body.search-results .search-results-list .entry-meta,
body.search-results.category .search-results-list .entry-meta,
body.search-results.tag .search-results-list .entry-meta {
  text-transform: uppercase;
  font-family: Roboto,sans-serif;
  font-size: 11px;
  font-size: 0.6875rem;
  letter-spacing: .5px;
  line-height: 20px;
  color: #000;
}
body.search-results .search-results-list .entry-excerpt,
body.search-results.category .search-results-list .entry-excerpt,
body.search-results.tag .search-results-list .entry-excerpt {
  color: #000;
  font-family: Roboto,sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.2rem;
}

#secondary .jetpack-search-form label {
  margin: 1rem 0 0.2rem 0;
  display: block;
  font-size: 16px;
}
#secondary .jetpack-search-filters-widget__sub-heading {
  font-size: 16px;
  margin: 1rem 0 .5em;
}
#secondary .jetpack-search-filters-widget__filter-list li {
  font-size: 14px;
  font-size: 0.875rem;
  margin-bottom: 0.2rem !important;
}

/* =Responsive
----------------------------------------------- */
@media (max-width: 800px) {
  body.search-results #primary.search-content-area,
  body.search-results #secondary.search-widget-area,
  body.search-results.category #primary.search-content-area,
  body.search-results.category #secondary.search-widget-area,
  body.search-results.tag #primary.search-content-area,
  body.search-results.tag #secondary.search-widget-area {
    float: none;
    width: 100%;
  }
}
/* Header */
/* =Header styles
----------------------------------------------- */
header hgroup {
  display: table;
  margin: 0 auto;
  width: 1300px;
  max-width: 1300px;
}

.site-header {
  padding-top: 8px;
}
.site-header img.header-logo-white,
.site-header img.header-logo-aplus,
.site-header img.header-logo-aplus-white {
  display: none;
}
.a-plus-member .site-header img.header-logo-aplus {
  display: block;
}
.a-plus-member .site-header img.header-logo-black {
  display: none;
}

.site-header h2 {
  display: none;
}

.site-title {
  display: inline;
}
.site-title img {
  max-width: 216px;
  width: 216px;
  height: 60px;
  margin: 1px 0 7px 0;
}

#announcementBar {
  width: 100%;
  margin: 0 auto;
  clear: both;
  font-family: 'IBM Plex Sans', sans-serif;
  display: none;
}

#announcementBar .widget {
  margin: 0;
}

#announcementBar h1.widget-title {
  display: none;
}

#announcementBar div.textwidget {
  background: #66cccc;
  text-shadow: none;
  line-height: 170%;
  display: block;
  height: 100%;
  color: #fff;
  padding: 8px 10px;
  text-align: center;
  font-family: 'IBM Plex Sans', sans-serif;
  font-weight: 700;
  font-size: 1rem;
}

#announcementBar div.textwidget a {
  color: #fff;
}

#announcementBar div.textwidget p {
  margin: 0;
}

#announcementBar div.textwidget p::after {
  content: ' ➡';
}

html.has-cookie-bar.cookie-bar-top-bar,
#catapult-cookie-bar,
#catapult-cookie-bar .x_close {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  transition: none !important;
}

#catapult-cookie-bar .x_close span {
  display: none;
}

.cookie-bar-bar .use_x_close .x_close {
  -webkit-transform: translateY(-30%) !important;
  transform: translateY(-30%) !important;
}

#catapult-cookie-bar {
  font-family: 'IBM Plex Sans', sans-serif;
  text-shadow: none;
  font-weight: 700;
  font-size: .75rem !important;
  text-shadow: none !important;
  text-transform: uppercase !important;
  padding: 0 15px !important;
  position: relative !important;
}

#catapult-cookie-bar a {
  text-decoration: underline;
}

#catapult-cookie-bar .ctcc-left-side {
  margin: 0 auto;
  padding: 8px 25px 5px 0px;
  line-height: 120%;
}

#catapult-cookie-bar .x_close::after {
  font-family: "Font Awesome 5 Pro";
  content: "\f057";
  font-size: 20px;
  font-weight: 100;
  color: #fff;
  text-shadow: none !important;
}

#catapult-cookie-bar .x_close:hover {
  transform: none;
}

aside.a-plus-ad .textwidget a {
  border-bottom: 0;
}

.site-header .adinjwidget {
  float: right;
}

/* Ads */
/* =Ad styles
----------------------------------------------- */
#blogherads-branding-container.bhbranding-badge,
.blogherads-branding-parent-container.bhbranding-badge {
  display: none !important;
}

#leaderboard,
#in-post-leaderboard,
#leaderboard-bottom,
.in-post-banner-ad {
  background: #e9e9e9;
  clear: both;
  display: block;
  max-width: 1300px;
  margin: 20px auto 0 auto;
  overflow: hidden;
  padding: 20px 0;
  width: 100%;
}
#leaderboard div,
#leaderboard iframe,
#in-post-leaderboard div,
#in-post-leaderboard iframe,
#leaderboard-bottom div,
#leaderboard-bottom iframe,
.in-post-banner-ad div,
.in-post-banner-ad iframe {
  float: none;
  margin: 0 auto;
  text-align: center;
}

#leaderboard img.adcreative {
  max-width: 100% !important;
}

#in-post-leaderboard {
  margin-bottom: 20px;
  margin-top: 10px;
}

.sidebar-issues-desktop,
#sidebar-ad-container {
  background: #e9e9e9;
  clear: both;
  display: block;
}

#leaderboard-mobile,
#in-post-leaderboard-mobile,
#leaderboard-bottom-mobile,
.sidebar-issues-mobile {
  display: none;
  background: #e9e9e9;
  clear: both;
  margin: 10px auto 0;
  max-width: 100% !important;
  overflow: hidden;
  padding: 10px 0;
  width: 100%;
}

#in-post-leaderboard-mobile {
  margin-bottom: 10px;
  margin-top: 0;
}

.sidebar-issues-mobile {
  padding-top: 20px;
}
.sidebar-issues-mobile .widget:last-of-type {
  margin-bottom: 0;
}

/* Sidebar Ads */
#secondary .sidebar-ad {
  text-align: center;
  margin-bottom: 20px;
  background: #e9e9e9;
  padding: 20px 0;
}
#secondary .sidebar-ad div, #secondary .sidebar-ad div div {
  text-align: center;
  margin: 0 auto;
}

/* Ad Inserter in article ads */
div.code-block {
  margin: 50px auto;
  display: block;
  clear: both;
  padding: 0;
}
div.code-block .as-ad-inserter-ad {
  background-color: #f9f9f9;
  border-radius: 5.4rem;
  font-family: "IBM Plex Sans";
  font-size: 18px;
  padding: 1.5rem;
}
div.code-block .as-ad-inserter-ad .as-ad-inserter-image {
  max-width: 174px;
}
div.code-block .as-ad-inserter-ad .as-ad-inserter-image img {
  height: auto;
  margin-right: 24px;
  max-width: 150px;
}
div.code-block .as-ad-inserter-ad .as-ad-inserter-ad-content {
  color: #000;
}
div.code-block .as-ad-inserter-ad .as-ad-inserter-ad-copy {
  margin-bottom: 1.5rem;
}
div.code-block .as-ad-inserter-ad .highlight {
  background-color: #ececec;
  padding-left: 0.2rem;
  padding-right: 0.2rem;
}
div.code-block .as-ad-inserter-ad a:not(.wp-block-button__link) {
  color: #000 !important;
  border-bottom: 1px solid #000 !important;
}
div.code-block .as-ad-inserter-ad .wp-block-buttons > .wp-block-button,
div.code-block .as-ad-inserter-ad .wp-block-button a.wp-block-button__link {
  margin-bottom: 0;
}

/* Ads at the bottom of posts */
.end-of-article-ads {
  background: #fff;
  display: grid;
  grid-column-gap: 25px;
  grid-template-columns: 300px 300px;
  justify-content: center;
  margin-bottom: 20px;
  padding: 20px 40px;
  width: 100%;
}
.post-template-single-fullscreen .end-of-article-ads, .post-template-single-roundtables .end-of-article-ads, .post-template-default.a-plus .end-of-article-ads, .post-template-default.queer-girl-city-guide .end-of-article-ads {
  grid-template-columns: 300px 300px 300px;
}
.end-of-article-ads .end-of-article-ad1,
.end-of-article-ads .end-of-article-ad2,
.end-of-article-ads .end-of-article-ad3 {
  height: 250px;
  width: 300px;
}

/* hide party in my pants archive author page ads from google */
body.author-partyinmypants #leaderboard,
body.author-partyinmypants #secondary .bsap {
  display: none;
}

ins.adsbygoogle {
  background: transparent !important;
}

/* ad units */
.dfw-unit.display-block::before {
  display: none !important;
}

/* =Responsive
----------------------------------------------- */
@media (max-width: 990px) {
  .end-of-article-ads {
    grid-column-gap: 10px;
  }

  .post-template-single-fullscreen .end-of-article-ads,
  .post-template-single-roundtables .end-of-article-ads,
  .post-template-default.a-plus .end-of-article-ads,
  .post-template-default.queer-girl-city-guide .end-of-article-ads {
    grid-template-columns: 300px 300px;
    grid-column-gap: 25px;
  }
  .post-template-single-fullscreen .end-of-article-ads .end-of-article-ad3,
  .post-template-single-roundtables .end-of-article-ads .end-of-article-ad3,
  .post-template-default.a-plus .end-of-article-ads .end-of-article-ad3,
  .post-template-default.queer-girl-city-guide .end-of-article-ads .end-of-article-ad3 {
    display: none;
  }
}
@media (max-width: 800px) {
  div.code-block .as-ad-inserter-ad .as-ad-inserter-image {
    display: block;
    max-width: 100%;
  }
  div.code-block .as-ad-inserter-ad .as-ad-inserter-image img {
    display: block;
    margin: 0 auto 10px;
  }
  div.code-block .as-ad-inserter-ad .as-ad-inserter-ad-content {
    margin-bottom: 2rem;
  }
}
@media all and (max-width: 500px) {
  #leaderboard,
  #in-post-leaderboard,
  #leaderboard-bottom,
  .in-post-banner-ad,
  .sidebar-issues-desktop {
    display: none;
  }

  #leaderboard-mobile,
  #in-post-leaderboard-mobile,
  #leaderboard-bottom-mobile,
  .sidebar-issues-mobile {
    display: block;
  }

  .end-of-article-ads {
    grid-column-gap: 0;
    grid-template-columns: 300px;
  }
  .end-of-article-ads .end-of-article-ad2 {
    display: none;
  }

  .post-template-single-fullscreen .end-of-article-ads,
  .post-template-single-roundtables .end-of-article-ads,
  .post-template-default.a-plus .end-of-article-ads,
  .post-template-default.queer-girl-city-guide .end-of-article-ads {
    grid-template-columns: 300px;
  }
}
/* Popup styles */
/* ==========================================================================
   Posts and Pages
   ========================================================================== */
/* Default post and page template */
/* =Post and Page styles
----------------------------------------------- */
.entry-header {
  padding: 20px 120px 30px;
  margin-bottom: 10px;
  background: #fff;
}
.post-template-default .entry-header, .author .entry-header {
  padding: 20px 40px 30px;
}

.entry-header .entry-title,
.page-title {
  font-family: 'IBM Plex Sans', sans-serif;
  font-weight: 700;
  font-size: 32px;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
  color: #000;
  letter-spacing: -.05rem;
  margin-top: 5px;
}

.page-title {
  margin-bottom: 20px;
}

.entry-header .entry-title a,
#nav-above a {
  color: #000;
  text-decoration: none;
  text-shadow: none;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  transition: all .2s ease;
}
.entry-header .entry-title a:hover, .entry-header .entry-title a:active,
#nav-above a:hover,
#nav-above a:active {
  color: #66cccc;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  transition: all .2s ease;
}

.entry-content {
  padding: 40px 120px;
  word-wrap: break-word;
}
.post-template-default .entry-content, .author .entry-content {
  padding: 40px;
}
.entry-content h2 span, .entry-content h3 span, .entry-content h4 span, .entry-content h5 span, .entry-content h6 span {
  text-decoration: none !important;
}
.entry-content h4 {
  line-height: 140%;
  margin-bottom: 10px;
}
.entry-content .watch-action {
  display: none;
}
.entry-content div.bsap {
  text-align: center;
  margin-top: 55px;
  padding-top: 25px;
  border-top: 3px solid #e9e9e9;
}
.entry-content div.bsap a {
  border: 0;
}

body.single div.entry-content .lead-in {
  font-weight: 600;
  font-style: italic;
  font-size: 1.063rem;
}

body.page div.entry-content,
body.archive div.entry-content,
body.error404 div.entry-content,
body.single div.entry-content,
body.buddypress div.entry-content {
  line-height: 1.875rem;
  color: #000;
  background: #fff;
  margin-bottom: 20px;
  font-size: 1.063rem;
  display: block;
}
body.page h2,
body.archive h2,
body.error404 h2,
body.single h2,
body.buddypress h2 {
  margin: 30px 0 15px 0 !important;
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 1.2;
  color: #000;
  text-align: left;
}

body.page div.entry-content h3,
body.single div.entry-content h3,
div.author-bio h3 {
  margin: 15px 0;
  font-family: 'IBM Plex Sans', sans-serif;
  text-transform: none;
  font-size: 1.5rem;
  line-height: 2rem;
  color: #000;
  text-align: left !important;
}

.hentry {
  margin: 0 0 1.5em;
}

.entry-meta {
  clear: both;
}

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

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

body.single article div.featured-image img {
  width: 100%;
  height: auto;
}

nav.post-navigation {
  margin: 0;
  background: #fff;
  width: 100%;
  min-height: 90px;
  font-family: 'Merriweather', serif;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-size: 1.25rem;
  line-height: 120%;
  text-transform: capitalize;
  color: #1c2021;
  margin-bottom: 20px;
}
nav.post-navigation a {
  color: #1c2021;
  text-decoration: none;
}

div.nav-previous,
div.nav-next {
  width: 300px;
  padding: 20px;
  min-height: 90px;
}

div.nav-previous a {
  background: url(images/arrow-previous.png) left center no-repeat;
  padding-left: 35px;
  display: inline-block;
  min-height: 40px;
}

div.nav-next a {
  background: url(images/arrow-next.png) right center no-repeat;
  padding-right: 35px;
  display: inline-block;
  min-height: 40px;
}

div.posted-on {
  align-content: center;
  color: #000;
  display: grid;
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: .75rem;
  font-weight: 400;
  grid-column-gap: 20px;
  grid-template-areas: "pics meta";
  justify-content: start;
  line-height: 1.25rem;
  margin: 40px 0 20px 0;
  text-transform: uppercase;
}
div.posted-on .coauthors-avatars {
  white-space: nowrap;
}
div.posted-on .coauthors-avatars img.avatar {
  border: 2px solid #fff;
  border-radius: 50%;
  height: 60px;
  width: 60px;
}
div.posted-on .coauthors-avatars a {
  position: relative;
}
div.posted-on .coauthors-avatars a:not(:first-of-type) {
  margin-left: -10px;
}
div.posted-on .coauthors-avatars a:first-of-type {
  z-index: 9;
}
div.posted-on .coauthors-avatars a:nth-child(2) {
  z-index: 8;
}
div.posted-on .coauthors-avatars a:nth-child(3) {
  z-index: 7;
}
div.posted-on .coauthors-avatars a:nth-child(4) {
  z-index: 6;
}
div.posted-on .coauthors-avatars a:nth-child(5) {
  z-index: 5;
}
div.posted-on .coauthors-meta {
  display: grid;
  align-content: center;
  line-height: 1.2;
}
div.posted-on .coauthors-meta a, div.posted-on .coauthors-meta a:hover, div.posted-on .coauthors-meta a:visited {
  text-decoration: underline;
}

ul.post-categories,
ul.post-tags {
  display: inline;
  padding-left: 4px;
}

ul.post-categories li,
ul.post-tags li {
  display: inline-block;
  list-style-type: none;
}

div.tags,
ul.post-categories,
ul.post-tags,
div.categories {
  font-family: 'Montserrat', sans-serif;
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 0.7143rem;
  letter-spacing: 0.1rem;
  font-weight: 300;
  text-shadow: none !important;
  text-transform: uppercase;
  margin: 0 0 20px 0;
  line-height: 220%;
}

div.categories {
  margin-bottom: 0;
  position: relative;
}

div.tags a,
div.categories a,
div.tags strong {
  background: #ccc;
  color: #fff;
  text-decoration: none;
  padding: 2px 5px;
  margin-right: 4px;
  text-shadow: none !important;
  float: left;
  margin-top: 2px;
  margin-bottom: 2px;
  line-height: 150%;
}

div.categories a {
  float: none;
  background: transparent;
  color: #000;
  text-decoration: underline;
}

div.tags {
  text-shadow: none !important;
  padding: 25px 40px;
  background: #e9e9e9;
  overflow: hidden;
}
div.tags strong {
  font-weight: normal;
  background: #1c2021;
}
div.tags a {
  background: #ccc;
  text-shadow: none;
}

div.entry-meta .edit-link {
  padding: 0;
  position: absolute;
  top: 25px;
  right: -25px;
  text-align: right;
}
div.entry-meta .edit-link a {
  background: url(images/icon-edit.png) top right no-repeat;
  padding: 10px 30px 10px 10px;
}

div.error {
  text-shadow: none;
}

.quote-center,
.quote-left,
.quote-right {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 1.75rem;
  color: #66cccc;
  line-height: 150%;
  text-shadow: 0px 2px 0px #fff;
}

.quote-center {
  margin: 25px 60px 40px 25px;
}

.quote-left {
  width: 200px;
  float: left;
  margin: 10px 20px 20px 0;
}

.quote-right {
  width: 200px;
  float: right;
  margin: 10px 0 20px 20px;
}

/* related posts  */
div.related-posts {
  margin-bottom: 20px;
}
div.related-posts h3 {
  font-family: 'IBM Plex Sans', sans-serif;
  color: #fff;
  padding: 0 0 0 15px !important;
  margin-bottom: 20px;
  line-height: 200%;
  background: #66cccc;
  font-size: 1rem;
  text-shadow: none;
  font-weight: 700;
}
div.related-posts #jp-relatedposts .jp-relatedposts-items-visual {
  display: grid;
  grid-gap: 16px;
  grid-template-columns: 1fr 1fr 1fr;
  margin-right: 0px;
}
div.related-posts #jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post {
  background: #fff;
  float: none;
  margin: 0;
  opacity: 1;
  padding-right: 0;
  width: 100%;
}
div.related-posts #jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post img.jp-relatedposts-post-img {
  height: auto;
  opacity: 1;
  width: 100%;
}
div.related-posts #jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post img.jp-relatedposts-post-img:hover {
  opacity: .8;
}
div.related-posts #jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post .jp-relatedposts-post-title {
  padding: 10px;
}
div.related-posts #jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post .jp-relatedposts-post-title:hover, div.related-posts #jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post .jp-relatedposts-post-title a, div.related-posts #jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post .jp-relatedposts-post-title a:hover {
  text-decoration: none;
  font-weight: 700;
  color: #333;
}

/* Author bio on posts*/
div.author-bio {
  padding: 20px 40px;
  line-height: 1.65rem;
  font-size: 0.8125rem;
  background: #fff;
  margin-bottom: 20px;
  border-left: 5px solid #66cccc;
  border: 0;
  display: inline-block;
  width: 100%;
}
div.author-bio h3 {
  clear: none;
  font-weight: 700;
  padding-top: 5px;
  margin: 0 0 5px 150px;
}
div.author-bio p {
  line-height: 200%;
  clear: none;
  margin-left: 150px;
}
div.author-bio p:last-child {
  margin-bottom: 0;
}
div.author-bio img.avatar {
  border-radius: 50%;
  float: left;
  margin-right: 25px;
}

/* Sharing block above and below posts. */
div.share-comment-etc {
  padding: 20px 120px;
  display: inline-block;
  margin-bottom: 10px;
  background: #fff;
  width: 100%;
}
.post-template-default div.share-comment-etc {
  padding: 20px 40px;
}

ul.share-this {
  padding: 0;
  margin: 0;
}
ul.share-this li {
  list-style-type: none;
  display: inline-block;
  padding-right: 20px;
}
ul.share-this li.commentCount {
  margin-top: 20px;
  margin-bottom: 20px;
}
ul.share-this li.commentCount a.comments {
  background-color: #373d3e;
  font-family: 'Open Sans', 'Montserrat', 'IBM Plex Sans', sans-serif;
  font-weight: 400;
  font-size: 1.25rem;
  letter-spacing: 1px;
  color: #fff;
  position: relative;
  border-radius: 7px;
  padding: 7px 15px;
}
ul.share-this li.commentCount a.comments:after {
  content: "";
  position: absolute;
  bottom: -12px;
  left: 16px;
  border-width: 18px 0 0 18px;
  border-style: solid;
  border-color: #373d3e transparent;
  display: block;
  width: 0;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  transition: all .2s ease;
}
ul.share-this li.commentCount a.comments:hover {
  background-color: #66cccc;
}
ul.share-this li.commentCount a.comments:hover:after {
  border-color: #66cccc transparent;
}
ul.share-this li.sharing {
  margin-top: -8px;
  margin-top: 2px;
}
ul.share-this li.sharing .sd-content ul {
  display: inline-block;
}
ul.share-this li:last-child {
  padding-right: 0;
}
ul.share-this li.upvote {
  font-weight: 400 !important;
}
ul.share-this ul.social-buttons li.facebook {
  overflow: hidden;
}

table.pluginConnectButtonLayoutRoot + div {
  border: 10px solid #f00;
}

table.pluginConnectButtonLayoutRoot {
  border: 10px solid #f0f;
}

button.on,
button.on:hover {
  border: 1px solid #ccc !important;
  border-bottom: 1px solid #fff !important;
  border-radius: 0px;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  background: #fff url(images/icon-share-this.png) no-repeat !important;
  background-position: 95% -53px !important;
  color: #373d3e !important;
  transition: none;
  position: relative;
  z-index: 56;
}

ul.share-this .shareDiv {
  display: none;
  background: #fff;
  position: absolute;
  z-index: 55;
  margin-top: -1px;
  border: 1px solid #ccc;
  border-radius: 4px;
  width: 375px;
  padding: 20px;
}

.shareDiv ul.social-buttons {
  margin: 0;
  padding: 0;
}

.shareDiv ul.social-buttons li {
  float: left;
  display: inline-block;
  padding: 10px;
  margin: 2%;
  text-align: center;
  background: #f3f3f3;
  border: 1px solid #e9e9e9;
  border-radius: 4px;
}

.shareDiv ul.social-buttons li.tumblr,
.shareDiv ul.social-buttons li.reddit {
  width: 46%;
  min-height: 44px;
}

.shareDiv ul.social-buttons li.tumblr,
.shareDiv ul.social-buttons li.shortlink {
  clear: left;
}

.shareDiv ul.social-buttons li.shortlink {
  width: 100%;
  font-size: 80%;
  padding-left: 20px;
  background: url(images/icon-link-chain.png) 10px 8px no-repeat;
}

.shareDiv ul.social-buttons li.pinterest {
  padding-top: 40px;
}

/* upvoting posts button */
div.watch-action div.status {
  margin: 10px 0 0 -33px;
  white-space: nowrap;
}

div.watch-position {
  float: none;
}

/* the button */
div.action-like {
  position: relative;
  letter-spacing: 1px;
  background: #66cccc;
  padding: 9px 5px 9px 5px;
  font-family: 'Merriweather', serif !important;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-size: 1.25rem;
  white-space: nowrap;
  border-radius: 4px;
  transition: all .2s ease;
}

div.action-like:hover {
  background: #578e9e;
  transition: all .2s ease;
}

div.action-like img:hover {
  opacity: 1;
}

div.action-like a.lbg-style1 img {
  background-repeat: no-repeat !important;
  background-position: 0px 1px !important;
  width: 30px;
  height: 30px;
  margin: 0;
  float: right !important;
}

.lc,
.unlc {
  line-height: 140% !important;
  float: none !important;
  color: #fff !important;
  text-shadow: none;
  font-size: 1.375rem !important;
  font-weight: 400 !important;
  padding: 20px 0 0 5px !important;
  margin-right: 20px;
}

.entry-content .embed-youtube {
  text-align: center !important;
  float: none !important;
  margin: 0 auto !important;
  display: block;
}
.entry-content div.wp-caption {
  margin-bottom: 1.5rem !important;
  display: block;
}
.entry-content img.aligncenter,
.entry-content img.alignleft {
  margin-top: 20px !important;
}
.entry-content p {
  text-align: left !important;
}

/* shop style madness */
.entry-content table div,
.entry-content .ShopStyleSpreadLook,
.entry-content .ShopStyleSpreadLook div {
  text-align: left !important;
  position: relative !important;
}

.grid-sizer {
  width: 48%;
  width: 47%;
}

.gutter-sizer {
  width: 4%;
}

/* Article Lists - Future Grid version */
/* body.home {
	#article-list {
		display: grid;
		grid-gap: 20px;
		grid-template-columns: 50% 50%;
		grid-template-rows: masonry;
		justify-items: stretch;

		.hentry {
			margin-bottom: 0;
		}
	}
} */
body.home-page article,
body.search article,
body.archive article {
  background: #fff;
  color: #000;
  position: relative;
  margin-bottom: 20px;
  width: 48%;
  /* Featured Posts */
  /* Sponsored Posts */
  /* Longread Posts */
}
body.home-page article .featured-image img,
body.search article .featured-image img,
body.archive article .featured-image img {
  display: block;
  width: 100%;
  height: auto;
  transition: none;
}
body.home-page article .post,
body.search article .post,
body.archive article .post {
  padding: 0;
  box-shadow: none;
}
body.home-page article .entry-header,
body.search article .entry-header,
body.archive article .entry-header {
  padding: 0px 30px;
}
body.home-page article .entry-summary,
body.search article .entry-summary,
body.archive article .entry-summary {
  padding: 0px 30px;
  line-height: 180%;
  font-size: 0.9375rem;
  line-height: 1.5rem;
  display: inline-block;
  color: #000;
}
body.home-page article.tag-featured:after,
body.search article.tag-featured:after,
body.archive article.tag-featured:after {
  content: url(images/triangle-featured-article.png);
  position: absolute;
  top: 0px;
  left: 0px;
}
body.home-page article.tag-sponsored:after,
body.search article.tag-sponsored:after,
body.archive article.tag-sponsored:after {
  content: url(images/triangle-sponsored-article.png);
  position: absolute;
  top: 0px;
}
body.home-page article.tag-longread:after,
body.search article.tag-longread:after,
body.archive article.tag-longread:after {
  content: url(images/triangle-longread-article.png);
  position: absolute;
  top: 0px;
}
body.home-page article .entry-footer,
body.search article .entry-footer,
body.archive article .entry-footer {
  padding: 0 30px 30px 30px;
}
body.home-page article .entry-footer a,
body.search article .entry-footer a,
body.archive article .entry-footer a {
  color: #000;
  text-decoration: underline;
}
body.home-page article .entry-footer span.posted-time,
body.home-page article .entry-footer span.comment-count,
body.home-page article .entry-footer .author,
body.search article .entry-footer span.posted-time,
body.search article .entry-footer span.comment-count,
body.search article .entry-footer .author,
body.archive article .entry-footer span.posted-time,
body.archive article .entry-footer span.comment-count,
body.archive article .entry-footer .author {
  text-transform: uppercase;
  font-family: 'IBM Plex Sans', sans-serif;
  font-family: 'Roboto', sans-serif;
  font-size: 0.6875rem;
  letter-spacing: .5px;
  line-height: 20px;
  text-shadow: none;
  color: #000;
}
body.home-page article .entry-footer span.posted-time a:hover, body.home-page article .entry-footer span.posted-time a:active,
body.home-page article .entry-footer span.comment-count a:hover,
body.home-page article .entry-footer span.comment-count a:active,
body.home-page article .entry-footer .author a:hover,
body.home-page article .entry-footer .author a:active,
body.search article .entry-footer span.posted-time a:hover,
body.search article .entry-footer span.posted-time a:active,
body.search article .entry-footer span.comment-count a:hover,
body.search article .entry-footer span.comment-count a:active,
body.search article .entry-footer .author a:hover,
body.search article .entry-footer .author a:active,
body.archive article .entry-footer span.posted-time a:hover,
body.archive article .entry-footer span.posted-time a:active,
body.archive article .entry-footer span.comment-count a:hover,
body.archive article .entry-footer span.comment-count a:active,
body.archive article .entry-footer .author a:hover,
body.archive article .entry-footer .author a:active {
  color: #66cccc;
}

.entry-footer .pipe {
  margin: 0 6px;
}

.cat-links {
  margin: 25px 0 17px 0;
  display: inline-block;
}
.cat-links a {
  color: #000;
  font-size: 0.75rem;
  font-family: 'IBM Plex Sans', sans-serif;
  font-weight: 700;
  letter-spacing: 1px;
  margin: 0 5px 0 0;
  position: relative;
  text-decoration: underline;
  text-shadow: none;
  text-transform: uppercase;
}
.cat-links a:hover, .cat-links a:active {
  color: #66cccc;
}

body.single .cat-links a {
  position: static;
}

body.single.longread #secondary,
body.single.photoessay #secondary,
body.single.fullscreen #secondary,
body.post-template-single-fullscreen #secondary,
body.single.queer-girl-city-guide #secondary {
  display: none;
}
body.single.longread #primary,
body.single.photoessay #primary,
body.single.fullscreen #primary,
body.post-template-single-fullscreen #primary,
body.single.queer-girl-city-guide #primary {
  width: 100%;
}
body.single.longread div.entry-content,
body.single.photoessay div.entry-content,
body.single.fullscreen div.entry-content,
body.post-template-single-fullscreen div.entry-content,
body.single.queer-girl-city-guide div.entry-content {
  padding: 40px 120px;
}

/* Roundtable Posts */
body.post-template-single-roundtables .rountable-person .who img {
  border-radius: 50%;
  float: left;
}
body.post-template-single-roundtables .rountable-person .who h2 {
  clear: none;
  padding: 25px 0 0 120px;
}
body.post-template-single-roundtables .rountable-person .what {
  clear: both;
  padding-top: 15px;
}
body.post-template-single-roundtables .rountable-person:first-of-type {
  margin-top: 50px;
}
body.post-template-single-roundtables .rountable-person:last-of-type {
  margin-bottom: 50px;
}
body.post-template-single-roundtables .rountable-person:last-of-type hr, body.post-template-single-roundtables .rountable-person:last-of-type img.hr {
  display: none;
}
body.post-template-single-roundtables img.hr {
  display: block;
  margin: 30px auto;
  transform: scale(0.5);
}
body.post-template-single-roundtables .roundtable-header p.wp-caption-text, body.post-template-single-roundtables .roundtable-footer p.wp-caption-text {
  text-align: center !important;
  margin-bottom: 50px;
}
body.post-template-single-roundtables .roundtable-header img {
  width: 100%;
  max-width: 250px;
  height: auto;
}
body.post-template-single-roundtables .roundtable-footer {
  margin-top: 50px;
  margin-bottom: 0;
}
body.post-template-single-roundtables .roundtable-footer img {
  width: 100%;
  max-width: 450px;
}

/* Archive Articles */
body.home-page article img.avatar, body.search article img.avatar, body.archive article img.avatar {
  position: absolute;
  top: 10px;
  right: 10px;
}
body.home-page h1.entry-title, body.search h1.entry-title, body.archive h1.entry-title {
  font-size: 1.875rem;
  line-height: 110%;
  color: #000;
  margin-bottom: 10px;
  letter-spacing: -.05rem;
}
body.home-page article.tag-archive::after, body.search article.tag-archive::after, body.archive article.tag-archive::after {
  content: url(images/triangle-archive-article.png);
  position: absolute;
  top: 0px;
}

/** Author Pages **/
body.archive.author .entry-header {
  margin: 0;
}
body.archive.author .entry-header h1.entry-title {
  font-size: 1.125rem;
  margin: 0 0 5px 0;
}
body.archive.author .entry-header .cat-links {
  margin: 0 0 5px 0;
  display: block;
  line-height: 1;
}
body.archive.author .entry-header .cat-links ul.post-categories {
  display: block;
  line-height: 1;
  margin: 0 0 16px;
  padding-left: 0;
}
body.archive.author .entry-header .cat-links a {
  margin: 0 5px 0 0;
}
body.archive.author .entry-footer {
  clear: none;
}
body.archive.author #content {
  -webkit-columns: 1;
  -moz-columns: 1;
  columns: 1;
  -webkit-column-gap: 0px;
  -moz-column-gap: 0px;
  column-gap: 0px;
}
body.archive.author #content #articles {
  margin-top: 30px;
}
body.archive.author #content #articles article {
  background: #fff;
  clear: both;
  color: #000;
  display: grid;
  grid-template-areas: "image post";
  grid-template-columns: 30% 70%;
  margin: 10px 0 40px;
  width: 100%;
}
body.archive.author #content #articles article .featured-image,
body.archive.author #content #articles article .post-details {
  display: grid;
  align-content: center;
}
body.archive.author #content #articles article .featured-image {
  grid-area: image;
  width: 100%;
}
body.archive.author #content #articles article .featured-image img {
  width: 100%;
  transition: none;
}
body.archive.author #content #articles article .post-details {
  grid-area: post;
}
body.archive.author #content #articles article.category-a-plus {
  border: 0;
}
body.archive.author #content #articles article.category-a-plus .featured-image img {
  border: 3px solid #bca6fb;
}
body.archive.author #content #articles article .entry-header, body.archive.author #content #articles article .entry-footer {
  width: 100%;
}
body.archive.author #content #articles article .entry-title {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.2;
  margin: 0 0 5px 0 !important;
}
body.archive.author #content #articles article .entry-footer {
  padding: 0 30px;
}
body.archive.author article.tag-featured-post::after {
  content: "";
}
body.archive.author .entry-content img.avatar {
  border-radius: 50%;
  float: right;
  margin-top: 10px;
}
body.archive.author #author-info {
  margin-top: 20px;
}
body.archive.author #author-info p, body.archive.author #author-info ul {
  margin: 0;
}
body.archive.author #author-info ul {
  margin-top: 10px;
}
body.archive.author #author-info li {
  list-style-type: none;
}
body.archive.author #author-info h2, body.archive.author #author-info h3, body.archive.author #author-info h4 {
  clear: none;
}
body.archive.author #author-info h2 {
  margin: 0 0 10px 0 !important;
}
body.archive.author #author-info article {
  max-width: 100%;
}

/* Meet the Team page  */
body.page-id-128730 div.entry-content .wp-block-columns .wp-block-column {
  margin-bottom: 1rem;
}
body.page-id-128730 div.entry-content .wp-block-columns .wp-block-column .wp-block-image {
  margin: 0;
}
body.page-id-128730 div.entry-content .wp-block-columns .wp-block-column h3 {
  font-family: 'IBM Plex Sans',sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.4;
  margin: 0;
}
body.page-id-128730 div.entry-content .wp-block-columns .wp-block-column p {
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 1.4;
  margin-bottom: 0;
}
body.page-id-128730 div.entry-content .wp-block-columns .wp-block-column .social-icons a {
  border-bottom: none;
}
body.page-id-128730 div.entry-content .wp-block-columns .wp-block-column .social-icons a:hover, body.page-id-128730 div.entry-content .wp-block-columns .wp-block-column .social-icons a:active, body.page-id-128730 div.entry-content .wp-block-columns .wp-block-column .social-icons a:focus {
  color: #66cccc;
}
body.page-id-128730 div.entry-content .wp-block-columns .wp-block-column:not(:first-child) {
  margin-left: 24px !important;
}

/*  404  */
body.error404 .itdept img {
  max-width: 240px;
}

/* =Responsive
----------------------------------------------- */
@media only screen and (max-width: 1024px) {
  div.related-posts #jp-relatedposts .jp-relatedposts-items-visual {
    grid-gap: 10px;
  }
}
@media screen and (max-width: 799px) {
  .post-template-single-fullscreen:not(.s-l-i-c-k) .entry-header,
  .post-template-single-fullscreen:not(.s-l-i-c-k) div.share-comment-etc {
    padding-left: 40px;
  }

  div.related-posts #jp-relatedposts .jp-relatedposts-items-visual {
    padding: 0 10px;
  }
}
@media all and (max-width: 600px) {
  body.post-template-single-roundtables .rountable-person .who h2 {
    padding-top: 15px;
  }

  body.post-template-single-roundtables .rountable-person .who h2 .title {
    display: block;
    font-size: 1.125rem;
    line-height: 125%;
    margin-top: 5px;
  }

  body.post-template-single-roundtables .rountable-person .who .comma {
    display: none;
  }
}
@media all and (max-width: 500px) {
  .post-template-single-fullscreen:not(.s-l-i-c-k) .entry-header,
  .post-template-single-fullscreen:not(.s-l-i-c-k) div.share-comment-etc {
    padding-left: 20px;
  }

  body.archive.author #content #articles article {
    grid-template-columns: 40% 60%;
  }
  body.archive.author #content #articles article .entry-header,
  body.archive.author #content #articles article .entry-footer {
    padding: 0 10px;
  }
  body.archive.author #content #articles article .entry-title {
    font-size: 18px;
    font-size: 1.125rem;
  }
  body.archive.author .entry-content img.avatar {
    float: none;
  }

  div.posted-on {
    grid-column-gap: 10px;
  }

  div.related-posts #jp-relatedposts .jp-relatedposts-items-visual {
    grid-gap: 8px;
    padding: 0 8px;
  }
  div.related-posts #jp-relatedposts .jp-relatedposts-items-visual h4.jp-relatedposts-post-title {
    line-height: 1.2;
  }

  body.page-id-128730 div.entry-content .wp-block-columns .wp-block-column {
    display: grid;
    grid-template-areas: "image title" "image paragraph" "image social";
    grid-template-columns: 120px auto;
    margin-left: 0 !important;
  }
  body.page-id-128730 div.entry-content .wp-block-columns .wp-block-column .wp-block-image {
    grid-area: image;
    margin-top: 6px;
  }
  body.page-id-128730 div.entry-content .wp-block-columns .wp-block-column h3 {
    font-size: 20px;
    font-size: 1.25rem;
    grid-area: title;
  }
  body.page-id-128730 div.entry-content .wp-block-columns .wp-block-column p {
    font-size: 14px;
    font-size: 0.875rem;
    grid-area: paragraph;
  }
  body.page-id-128730 div.entry-content .wp-block-columns .wp-block-column .social-icons {
    grid-area: social;
  }
  body.page-id-128730 div.entry-content .wp-block-columns .wp-block-column:not(:first-child) {
    margin-left: 0 !important;
  }
}
/* =Archive styles
----------------------------------------------- */
body.category,
body.tag {
  background: #fff;
  overflow-x: hidden;
}
body.category #leaderboard-bottom,
body.tag #leaderboard-bottom {
  display: none;
}
body.category #primary,
body.tag #primary {
  float: none;
  width: 100%;
}
body.category .seperator,
body.tag .seperator {
  margin-bottom: 40px;
}
body.category .page-header,
body.tag .page-header {
  margin-bottom: 40px;
  padding-top: 30px;
  text-align: center;
}
body.category .page-header .page-title,
body.tag .page-header .page-title {
  font-size: 50px;
  font-size: 3.125rem;
  font-family: 'Karla', sans-serif;
  text-transform: capitalize;
}
body.category .term-description,
body.tag .term-description {
  border-bottom: 1px solid #9b9b9b;
  color: #000;
  font-family: Roboto, sans-serif;
  line-height: 23px;
  margin-bottom: 40px;
  padding-bottom: 40px;
  text-align: center;
}
body.category .term-description p:last-of-type,
body.tag .term-description p:last-of-type {
  margin: 0;
}
body.category .term-subcats,
body.tag .term-subcats {
  border-bottom: 1px solid #9b9b9b;
  margin-bottom: 40px;
  padding-bottom: 20px;
}
body.category .term-subcats ul,
body.tag .term-subcats ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
body.category .term-subcats ul li,
body.tag .term-subcats ul li {
  padding-bottom: 20px;
  padding-right: 2rem;
  text-align: center;
  white-space: nowrap;
}
body.category .term-subcats ul li:last-of-type,
body.tag .term-subcats ul li:last-of-type {
  padding-right: 0;
}
body.category .term-subcats ul li a,
body.tag .term-subcats ul li a {
  color: #000;
  font-family: 'Karla', sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  text-decoration: underline;
}
body.category .term-subcats ul li a:hover, body.category .term-subcats ul li a:active, body.category .term-subcats ul li a:focus,
body.tag .term-subcats ul li a:hover,
body.tag .term-subcats ul li a:active,
body.tag .term-subcats ul li a:focus {
  color: #66cccc;
}
body.category .term-title,
body.tag .term-title {
  color: #000;
  font-family: 'Karla', sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  margin: 0 0 40px 0 !important;
  text-align: center;
  text-transform: uppercase;
}
body.category .term-popular-posts,
body.tag .term-popular-posts {
  border-bottom: 1px solid #9b9b9b;
  margin-bottom: 40px;
  padding-bottom: 30px;
}
body.category .term-popular-posts .last-featured-posts-container,
body.tag .term-popular-posts .last-featured-posts-container {
  display: grid;
  grid-column-gap: 20px;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-areas: "post1 post2 post3";
}
body.category .term-popular-posts .last-featured-posts-container .term-featured-post,
body.tag .term-popular-posts .last-featured-posts-container .term-featured-post {
  background-color: #fff;
  max-height: 100%;
}
body.category .term-popular-posts .last-featured-posts-container .term-featured-post-container,
body.tag .term-popular-posts .last-featured-posts-container .term-featured-post-container {
  background-color: #fff;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-areas: "image" "title";
}
body.category .term-popular-posts .last-featured-posts-container .term-featured-post-container .term-featured-post-img,
body.tag .term-popular-posts .last-featured-posts-container .term-featured-post-container .term-featured-post-img {
  grid-area: image;
  max-width: 100%;
}
body.category .term-popular-posts .last-featured-posts-container .term-featured-post-container .term-featured-post-img img,
body.tag .term-popular-posts .last-featured-posts-container .term-featured-post-container .term-featured-post-img img {
  max-width: 100%;
}
body.category .term-popular-posts .last-featured-posts-container .term-featured-post-container .term-featured-post-title,
body.tag .term-popular-posts .last-featured-posts-container .term-featured-post-container .term-featured-post-title {
  font-family: 'Karla', sans-serif;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  grid-area: title;
  line-height: 1.2;
  padding: 20px 0 0;
  text-align: center;
}
body.category .term-popular-posts .last-featured-posts-container .term-featured-post-container .term-featured-post-title a,
body.tag .term-popular-posts .last-featured-posts-container .term-featured-post-container .term-featured-post-title a {
  color: #000;
}
body.category .term-popular-posts .last-featured-posts-container .term-featured-post-container .term-featured-post-title a:hover, body.category .term-popular-posts .last-featured-posts-container .term-featured-post-container .term-featured-post-title a:active, body.category .term-popular-posts .last-featured-posts-container .term-featured-post-container .term-featured-post-title a:focus,
body.tag .term-popular-posts .last-featured-posts-container .term-featured-post-container .term-featured-post-title a:hover,
body.tag .term-popular-posts .last-featured-posts-container .term-featured-post-container .term-featured-post-title a:active,
body.tag .term-popular-posts .last-featured-posts-container .term-featured-post-container .term-featured-post-title a:focus {
  color: #66cccc;
}
body.category .term-popular-posts .term-featured-post-img,
body.tag .term-popular-posts .term-featured-post-img {
  grid-area: image;
  max-width: 300px;
  overflow: hidden;
}
body.category .term-popular-posts .term-featured-post-img img,
body.tag .term-popular-posts .term-featured-post-img img {
  height: auto;
  max-width: 300px;
}
body.category .term-popular-posts .term-featured-post-img img:hover,
body.tag .term-popular-posts .term-featured-post-img img:hover {
  opacity: .8;
}
body.category #article-list,
body.tag #article-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 40px;
  max-width: 100%;
}
body.category #article-list .entry-header,
body.tag #article-list .entry-header {
  margin-bottom: 6px;
  padding: 0;
}
body.category #article-list .entry-header .entry-title,
body.tag #article-list .entry-header .entry-title {
  font-family: 'Karla', sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 23px;
  margin: 10px 0 0 !important;
  text-align: center;
}
body.category #article-list .entry-summary,
body.tag #article-list .entry-summary {
  display: none;
}
body.category #article-list .entry-footer,
body.tag #article-list .entry-footer {
  padding: 0 30px;
  text-align: center;
}
body.category #article-list article.post,
body.tag #article-list article.post {
  align-self: start;
  background: transparent;
  height: auto;
  margin-bottom: 10px;
  width: 100%;
}
body.category.paged .term-subcats,
body.category.paged .term-title,
body.category.paged .term-popular-posts,
body.category.paged .term-content,
body.tag.paged .term-subcats,
body.tag.paged .term-title,
body.tag.paged .term-popular-posts,
body.tag.paged .term-content {
  display: none;
}

/* =Responsive
----------------------------------------------- */
@media (max-width: 1024px) {
  body.category .term-popular-posts .term-featured-post1 .term-featured-post-container .term-featured-post-title,
  body.category .term-popular-posts .term-featured-post2 .term-featured-post-container .term-featured-post-title,
  body.category .term-popular-posts .term-featured-post3 .term-featured-post-container .term-featured-post-title,
  body.tag .term-popular-posts .term-featured-post1 .term-featured-post-container .term-featured-post-title,
  body.tag .term-popular-posts .term-featured-post2 .term-featured-post-container .term-featured-post-title,
  body.tag .term-popular-posts .term-featured-post3 .term-featured-post-container .term-featured-post-title {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.2;
  }
}
@media (max-width: 800px) {
  body.category .page-header,
  body.category .term-description,
  body.category .term-popular-posts,
  body.category .term-subcats,
  body.category #article-list,
  body.tag .page-header,
  body.tag .term-description,
  body.tag .term-popular-posts,
  body.tag .term-subcats,
  body.tag #article-list {
    margin-left: 20px;
    margin-right: 20px;
  }
  body.category .term-subcats ul,
  body.tag .term-subcats ul {
    flex-wrap: wrap;
    justify-content: center;
  }
  body.category .term-subcats ul li,
  body.tag .term-subcats ul li {
    margin-bottom: 20px;
    padding: 0 1rem;
  }
  body.category .term-popular-posts .term-featured-post1 .term-featured-post-container .term-featured-post-title,
  body.category .term-popular-posts .term-featured-post2 .term-featured-post-container .term-featured-post-title,
  body.category .term-popular-posts .term-featured-post3 .term-featured-post-container .term-featured-post-title,
  body.tag .term-popular-posts .term-featured-post1 .term-featured-post-container .term-featured-post-title,
  body.tag .term-popular-posts .term-featured-post2 .term-featured-post-container .term-featured-post-title,
  body.tag .term-popular-posts .term-featured-post3 .term-featured-post-container .term-featured-post-title {
    padding: 10px 0 0;
  }
}
@media (max-width: 768px) {
  body.category #article-list,
  body.tag #article-list {
    grid-template-columns: 1fr 1fr;
    max-width: 100%;
  }
}
@media (max-width: 600px) {
  body.category .term-popular-posts .term-featured-post1 .term-featured-post-container .term-featured-post-title,
  body.category .term-popular-posts .term-featured-post3 .term-featured-post-container .term-featured-post-title,
  body.category .term-popular-posts .term-featured-post3 .term-featured-post-container .term-featured-post-title {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
@media (max-width: 576px) {
  body.category .page-header .page-title,
  body.tag .page-header .page-title {
    margin-bottom: 0;
  }
  body.category .term-popular-posts .last-featured-posts-container,
  body.tag .term-popular-posts .last-featured-posts-container {
    grid-template-columns: 1fr;
    grid-template-areas: "post1" "post2" "post3";
  }
  body.category .term-popular-posts .last-featured-posts-container .term-featured-post1,
  body.category .term-popular-posts .last-featured-posts-container .term-featured-post2,
  body.tag .term-popular-posts .last-featured-posts-container .term-featured-post1,
  body.tag .term-popular-posts .last-featured-posts-container .term-featured-post2 {
    margin-bottom: 30px;
  }
  body.category .term-subcats,
  body.tag .term-subcats {
    padding-bottom: 30px;
  }
  body.category .term-subcats ul li,
  body.tag .term-subcats ul li {
    margin-bottom: 10px;
  }
  body.category .term-subcats ul li a,
  body.tag .term-subcats ul li a {
    font-size: 18px;
    font-size: 1.125rem;
  }
  body.category #article-list,
  body.tag #article-list {
    grid-template-columns: 1fr;
  }
  body.category #article-list .entry-header,
  body.tag #article-list .entry-header {
    margin: 0;
  }
  body.category #article-list .entry-header .entry-title,
  body.tag #article-list .entry-header .entry-title {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.1;
    margin: 20px 0 18px !important;
  }
  body.category #article-list .entry-summary,
  body.tag #article-list .entry-summary {
    padding: 0 15px 7px;
    line-height: 1.4;
    font-size: 14px;
    font-size: 0.875rem;
  }
  body.category #article-list .entry-footer,
  body.tag #article-list .entry-footer {
    padding: 0;
  }
}
/* Affiliates styles */
/* =Affiliates & A+ Marketplace styles
----------------------------------------------- */
.page-template-page-marketplace .marketplace-search .input-group {
  background-color: #fff;
  border: 1px solid #58585b;
  border-radius: 1.2rem;
  color: #58585b;
  line-height: 1;
  padding: 4px 0px 4px 10px;
}
.page-template-page-marketplace .marketplace-search .input-group input[type="text"] {
  background-color: transparent;
  border: 0;
  color: #000;
  font-family: 'Karla', sans-serif;
  font-weight: 200;
}
.page-template-page-marketplace .marketplace-search .input-group button {
  background-color: transparent;
  border: 0;
  padding-right: 13px;
}
.page-template-page-marketplace .marketplace-search .input-group button .far {
  color: #58585b;
}
.page-template-page-marketplace .marketplace-search-filters {
  display: none;
}
.page-template-page-marketplace #marketplace-filters {
  margin-bottom: 48px;
}
.page-template-page-marketplace #marketplace-filters .accordion-button {
  display: none;
}
.page-template-page-marketplace #marketplace-filters .collapse:not(.show) {
  display: block;
}
.page-template-page-marketplace #marketplace-filters .marketplace-terms {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.page-template-page-marketplace #marketplace-filters .marketplace-terms li {
  background-color: #fff;
  border: 1px solid #58585b;
  border-radius: 1.2rem;
  color: #58585b;
  display: inline-block;
  font-family: 'Karla', sans-serif;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 14px;
  padding: 10px 20px;
  text-align: center;
}
.page-template-page-marketplace #marketplace-filters .marketplace-terms li:first-child, .page-template-page-marketplace #marketplace-filters .marketplace-terms li:hover, .page-template-page-marketplace #marketplace-filters .marketplace-terms li:focus, .page-template-page-marketplace #marketplace-filters .marketplace-terms li:active {
  background-color: #bca6fb;
  border: 1px solid #bca6fb;
  color: #000;
  cursor: pointer;
}
.page-template-page-marketplace #marketplace-filters .marketplace-terms li:not(last-child) {
  margin-right: 14px;
}
.page-template-page-marketplace .shop-loop-item {
  margin-bottom: 60px;
}
.page-template-page-marketplace h2.shop-title {
  font-family: 'Karla', sans-serif;
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 200;
  margin: 0 0 14px !important;
}
.page-template-page-marketplace .shop-image {
  height: 168px;
  margin-bottom: 16px;
  overflow: hidden;
}
.page-template-page-marketplace .shop-image img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.page-template-page-marketplace .shop-content {
  font-family: 'Karla', sans-serif;
  font-size: 16px;
}
.page-template-page-marketplace .shop-content .shop-offer {
  font-weight: bold;
}
.page-template-page-marketplace .shop-content .shop-offer p:last-of-type {
  margin-bottom: 0;
}
.page-template-page-marketplace .shop-content p {
  line-height: 1.4;
}
.page-template-page-marketplace .shop-code {
  background-color: #bca6fb;
  font-weight: bold;
  line-height: 1;
  padding: 10px;
  text-align: center;
}
.page-template-page-marketplace .shop-button {
  text-align: center;
}
.page-template-page-marketplace .shop-button a {
  font-size: 16px;
}
.page-template-page-marketplace .shop-nonmember .shop-code {
  margin-bottom: 16px;
}
.page-template-page-marketplace .shop-aplusmember .shop-code {
  margin-bottom: 6px;
}
.page-template-page-marketplace .shop-aplusmember .shop-code-copy {
  color: #58585b;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  margin-bottom: 16px;
  text-align: center;
  text-transform: uppercase;
}

/* =Responsive
----------------------------------------------- */
@media all and (max-width: 500px) {
  .page-template-page-marketplace .marketplace-search-header {
    display: none !important;
  }
  .page-template-page-marketplace .marketplace-search.marketplace-search-filters {
    display: block;
    margin-bottom: 2rem;
  }
  .page-template-page-marketplace .marketplace-search.marketplace-search-filters .input-group {
    display: grid;
    grid-template-columns: auto 34px;
    padding: 4px 16px 4px 10px;
  }
  .page-template-page-marketplace #marketplace-filters .accordion-button {
    display: block;
  }
  .page-template-page-marketplace #marketplace-filters .collapse:not(.show) {
    display: none;
  }
}
/* Comments */
/* =Comments
----------------------------------------------- */
.comment-content a {
  word-wrap: break-word;
}

#comments {
  margin-top: 40px;
}
#comments li.pingback {
  display: none;
}
#comments h2.comments-title,
#comments h3#reply-title {
  font-family: 'Roboto', sans-serif;
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 2.125rem;
  color: #000;
  line-height: 100%;
  font-weight: 700;
}
#comments h3#reply-title {
  margin: 25px 0 5px 0;
}
#comments #leaveareply {
  text-align: right;
  margin-bottom: 5px;
  font-family: 'Montserrat', sans-serif;
  font-family: 'IBM Plex Sans', sans-serif;
}

#comments #leaveareply a,
#backtotop a,
#comments div.comment-meta,
#comments time,
#comments a.jcollapsible {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 0.75rem;
}

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

#comments ol.commentlist ul.children li article {
  border-top: 3px dotted #f3f3f3;
}

#comments ul.children {
  padding-bottom: 1px;
}

#comments ol.commentlist {
  margin: 0;
  padding: 0;
}

#comments ol.commentlist li article {
  padding: 30px 0;
  margin: 0 30px;
}

#comments ol.commentlist li.depth-1,
#comments div#respond {
  background: #fff;
  border-radius: 5px;
  margin-bottom: 20px;
}

#comments li.comment div#respond {
  border: 0;
}

li.bypostauthor > article > footer > div > a > img.avatar {
  box-shadow: inset 0 -3px 0 0 #5eb3b5;
  border: 4px solid #66cccc;
}

#comments ol.commentlist li.bypostauthor ul.children article {
  box-shadow: 0 0 0 0;
}

#comments ol.commentlist img.avatar {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 15px;
  margin-bottom: -30px;
}

#comments ol.commentlist cite {
  font-family: 'Merriweather', serif;
  font-family: 'Roboto', sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.813rem;
  color: #000;
  font-style: normal;
}

#comments div.comment-author {
  margin-top: -5px;
}

#comments div.comment-meta {
  margin: 10px 0 10px 80px;
  font-family: 'IBM Plex Sans', sans-serif;
}

#comments div.comment-content {
  margin: 15px 0 25px 80px;
  word-wrap: break-word;
}

#comments div.comment-content p {
  font-size: 1rem;
  line-height: 1.625rem;
}

#comments div.comment-content p.alert {
  display: none;
}

#comments li.depth-2 div.expand,
#comments li.depth-3 div.expand,
#comments li.depth-4 div.expand,
#comments li.depth-5 div.expand,
#comments li.depth-6 div.expand,
#comments li.depth-7 div.expand,
#comments li.depth-8 div.expand,
#comments li.depth-9 div.expand {
  display: none;
}

#comments div.reply {
  margin-left: 80px;
}

#comments p.guidelines,
#comments p.logged-in-as,
#comments p.must-log-in {
  margin-top: 20px;
  line-height: 200%;
}

/* show/hide threaded comments */
#comments ol.commentlist a.jcollapsible {
  position: absolute;
  outline: 0;
  right: 25px;
  bottom: 25px;
  z-index: 99;
  background: #ccc;
  border: 0;
}

#comments ol.commentlist a.jcollapsible:hover {
  background: #578e9e;
}

#comments ol.commentlist ul.children a.jcollapsible {
  display: none;
}

/* new comment rating */
.wpulike {
  position: absolute;
  overflow: visible !important;
  top: 30px;
  right: 20px;
}

.wpulike .count-box {
  border: 0 !important;
  font-size: 1rem !important;
  background-color: transparent !important;
  box-shadow: none;
}

.wpulike .count-box::before {
  content: none !important;
}

.wpulike .counter a {
  background-color: transparent !important;
  box-shadow: none !important;
}

.counter a {
  border: 0 !important;
  padding: 20px !important;
}

.wpulike .counter a.image,
.wpulike .counter a.image-unlike {
  background-repeat: no-repeat !important;
}

.wpulike-default .wp_ulike_put_image:after {
  width: 32px;
  height: 32px;
}

.wp_ulike_is_liked .wp_ulike_btn.wp_ulike_put_image:after {
  background-image: url(https://www.autostraddle.com/wp-content/uploads/2017/03/like-blue.png) !important;
}

.wpulike .tooltip {
  font-family: 'Open Sans', sans-serif;
  font-size: .75rem;
  filter: alpha(opacity=1);
}

.wpulike .count-box {
  position: absolute;
  left: -50px;
  width: 40px;
  text-align: right;
  top: 7px;
  font-family: 'Montserrat', sans-serif;
  font-family: 'IBM Plex Sans', sans-serif;
  font-weight: bold;
  color: #ccc;
  font-size: 1rem;
  padding: 0;
  margin: 0;
  min-width: auto;
}

.wpulike .wp_ulike_btn {
  background-color: transparent !important;
  border-bottom: 0 !important;
  height: 32px;
}

#comments div#respond {
  padding: 20px 40px;
  width: 100%;
  display: inline-block;
}

#comments p.form-submit #submit,
a.buttonRed {
  padding: 23px 30px;
  border-radius: 8px;
  font-size: 0.875rem;
  line-height: 100%;
  display: block;
}

#comments p.form-allowed-tags,
#comments p.form-allowed-tags code {
  font-size: 0.75rem;
}

#comments label {
  display: block;
  text-transform: uppercase;
  font-weight: 600;
  color: #000;
  font-size: 0.875rem;
  line-height: 1.188rem;
  font-family: 'Montserrat', sans-serif;
  font-family: 'IBM Plex Sans', sans-serif;
}

#comments input#author,
#comments input#email,
#comments input#url,
#comments textarea {
  width: 100% !important;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 10px 10px;
}

#comments input#author:focus,
#comments input#email:focus,
#comments input#url:focus,
#comments input:focus,
#comments textarea:focus {
  border-color: #578e9e;
  outline: none;
}

#comments p.form-submit {
  float: left;
  margin-right: 20px;
  margin-top: 0px;
}

#comments p.comment-subscription-form {
  font-size: 0.75rem;
  margin: 3px 0;
  padding: 3px 0;
  line-height: 100%;
}

#comments p.comment-subscription-form label {
  text-transform: none;
  font-weight: normal;
}

/* comments */
ol.commentlist,
ol.commentlist li {
  position: relative;
}

/* Pagination */
/* =Pagination
----------------------------------------------- */
.site-content .site-navigation {
  overflow: hidden;
  clear: both;
}

.site-content .nav-previous,
nav#nav-below div.nav-previous {
  float: left;
  width: 50%;
}

.site-content .nav-next,
nav#nav-below div.nav-next {
  float: right;
  text-align: right;
  width: 50%;
}

div#archivePaginationSidebar {
  display: none;
}

div#archivePagination,
div#archivePaginationSidebar,
div.pagination-links {
  clear: both;
  float: none !important;
  font-family: 'Montserrat', sans-serif;
  font-family: 'IBM Plex Sans', sans-serif;
  font-weight: 300;
  font-size: 1.5rem !important;
  line-height: 220%;
  width: auto;
  text-align: center;
  margin: 20px auto;
  padding: 30px 0;
  text-shadow: none;
}

/* Within post pagination (when a post is split into multiple pages) */
.pagination a {
  margin-right: 0.4rem;
}
.pagination .post-page-numbers.current {
  margin-right: 0.4rem;
  font-weight: bold;
}
.pagination .see-all {
  margin-left: 1rem;
}

div#archivePagination a.page-numbers,
div#archivePaginationSidebar a.page-numbers,
#buddypress div.pagination .pagination-links span,
#buddypress div.pagination .pagination-links a {
  border: 0;
  color: #333;
  font-family: 'Montserrat', sans-serif;
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 1.5rem !important;
  padding: 2px 12px !important;
  font-weight: 300 !important;
}

div#archivePagination a.page-numbers:hover,
div#archivePaginationSidebar a.page-numbers:hover,
div.pagination-links span.page-numbers:hover,
#buddypress div.pagination .pagination-links a:hover {
  background: #e9e9e9;
  border-radius: 6px;
  font-weight: 300 !important;
  text-decoration: none !important;
  border: 0 !important;
}

div#archivePagination span.current,
div#archivePaginationSidebar span.current,
div.pagination-links span.current,
#buddypress div.pagination .pagination-links span.current:hover {
  padding: 2px 12px !important;
  background: #333;
  border-radius: 6px;
  color: #fff !important;
}

div#archivePagination a.prev,
div#archivePaginationSidebar a.prev,
div#archivePagination a.next,
div#archivePaginationSidebar a.next,
#buddypress div.pagination .pagination-links a.next,
#buddypress div.pagination .pagination-links a.prev {
  background-color: #66cccc;
  color: #fff;
  border-radius: 8px !important;
}

div#archivePagination a.prev:hover,
div#archivePaginationSidebar a.prev:hover,
div#archivePagination a.next:hover,
div#archivePaginationSidebar a.next:hover,
#buddypress div.pagination .pagination-links a.next:hover,
#buddypress div.pagination .pagination-links a.prev:hover {
  background-color: #578e9e !important;
}

div#archivePagination a.prev,
div#archivePaginationSidebar a.prev {
  margin-right: 20px;
}

div#archivePagination a.next,
div#archivePaginationSidebar a.next {
  margin-left: 20px;
}

div#archivePagination a.prev:hover,
div#archivePaginationSidebar a.prev:hover,
div#archivePagination a.next:hover,
div#archivePaginationSidebar a.next:hover {
  background-color: #373d3e;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
  -webkit-backface-visibility: hidden;
}

/* Blocks */
/* =Block Styles
----------------------------------------------- */
ol.table-of-contents, ul.table-of-contents {
  color: #fff;
  column-count: 2;
  background-color: #66cccc;
  line-height: 2;
  margin: 0;
  padding: 25px 30px;
}
ol.table-of-contents:before, ul.table-of-contents:before {
  font-family: 'Shrikhand', cursive !important;
  content: "Table of Contents";
  display: block;
  position: relative;
  font-size: 1.2em;
  -webkit-column-span: all;
  column-span: all;
  margin-bottom: 5px;
}
ol.table-of-contents li, ul.table-of-contents li {
  margin-left: 16px;
}
ol.table-of-contents li a, ul.table-of-contents li a {
  border-bottom: 0;
  color: #000 !important;
  display: block;
  font-size: 20px;
  font-size: 1.25rem;
  padding-left: 15px;
  text-decoration: underline;
}

.wp-block-image figcaption {
  font-weight: 400;
  font-size: .75rem;
  color: #777;
  line-height: 170%;
  margin: .8075em 0;
  text-align: center;
}
body.single.s-l-i-c-k .wp-block-image a, body.single.s-l-i-c-k .wp-block-image a:visited {
  color: #bca6fb;
  border-bottom: 1px solid #bca6fb;
}
body.single.s-l-i-c-k .wp-block-image a:hover, body.single.s-l-i-c-k .wp-block-image a:focus, body.single.s-l-i-c-k .wp-block-image a:active {
  color: #9b9b9b;
  border-bottom: 1px solid #9b9b9b;
}

/* Buttons */
.wp-block-button.wide-button {
  display: block;
  width: 100%;
}
.wp-block-button a.wp-block-button__link, .wp-block-button a.wp-block-button__link:visited {
  background-color: transparent;
  border: 2px solid #000 !important;
  border-radius: 20px;
  color: #000;
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: bold;
  height: 42px;
  display: grid;
  align-content: center;
  margin-bottom: 12px;
  padding-left: 40px;
  padding-right: 40px;
  justify-items: center;
  white-space: nowrap;
  width: 100%;
}
.wp-block-button a.wp-block-button__link.has-black-background-color {
  background-color: #000;
  color: #fff;
}
.wp-block-button a.wp-block-button__link.has-black-background-color:hover, .wp-block-button a.wp-block-button__link.has-black-background-color:active {
  background-color: #fff;
  color: #000;
}
.wp-block-button a.wp-block-button__link:hover, .wp-block-button a.wp-block-button__link:active {
  background-color: #000;
  color: #fff;
}

/* Column Block */
body.page div.entry-content .wp-block-columns .wp-block-column:not(:first-child), body.single div.entry-content .wp-block-columns .wp-block-column:not(:first-child) {
  margin-left: 14px;
}
body.page div.entry-content .wp-block-columns .wp-block-column.alpus-button-column .wp-block-buttons, body.single div.entry-content .wp-block-columns .wp-block-column.alpus-button-column .wp-block-buttons {
  text-align: center;
}
body.page div.entry-content .wp-block-columns.wide-columns, body.single div.entry-content .wp-block-columns.wide-columns {
  padding: 0 120px;
}
body.page div.entry-content .wp-block-columns.wide-columns h3, body.single div.entry-content .wp-block-columns.wide-columns h3 {
  border-bottom: 1px solid #fff;
  font-size: 18px;
  font-size: 1.125rem;
  letter-spacing: 0;
  line-height: 30px;
  padding-bottom: 8px;
  margin-bottom: 22px;
}
body.page div.entry-content .wp-block-columns.wide-columns p, body.single div.entry-content .wp-block-columns.wide-columns p {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 20px;
}
body.page div.entry-content .wp-block-columns.book-list .wp-block-column:not(:first-child), body.single div.entry-content .wp-block-columns.book-list .wp-block-column:not(:first-child) {
  margin-left: 24px;
}
body.page div.entry-content .wp-block-columns.book-list h3, body.single div.entry-content .wp-block-columns.book-list h3 {
  font-size: 17px;
  font-size: 1.0625rem;
  line-height: 1.2;
  margin-bottom: 0;
  margin-top: 0;
}
body.page div.entry-content .wp-block-columns.book-list h3 .book-author, body.single div.entry-content .wp-block-columns.book-list h3 .book-author {
  font-weight: 400;
}
body.page div.entry-content .wp-block-columns.book-list .wp-block-image, body.single div.entry-content .wp-block-columns.book-list .wp-block-image {
  line-height: 1;
  margin-bottom: 0;
}
body.page div.entry-content .wp-block-columns.book-list p, body.page div.entry-content .wp-block-columns.book-list img, body.single div.entry-content .wp-block-columns.book-list p, body.single div.entry-content .wp-block-columns.book-list img {
  margin-bottom: 6px;
}
body.page div.entry-content .wp-block-columns.book-list p.book-emoji, body.single div.entry-content .wp-block-columns.book-list p.book-emoji {
  line-height: 1;
  margin-bottom: 0;
  margin-top: 4px;
}
body.page div.entry-content .wp-block-columns.book-list p.book-excerpt, body.single div.entry-content .wp-block-columns.book-list p.book-excerpt {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 20px;
  margin-top: 8px;
}
body.page div.entry-content .wp-block-columns.book-list p.reader-name, body.single div.entry-content .wp-block-columns.book-list p.reader-name {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 18px;
  margin-bottom: 8px;
  text-transform: uppercase;
}

/* Special Block Classes */
.gradient-block {
  background: linear-gradient(#bca6fb 0%, #66cccc 100%);
}

.purple-block,
.has-as-lavender-background-color {
  background-color: #bca6fb;
}

/* =Responsive
----------------------------------------------- */
@media only screen and (min-width: 801px) and (max-width: 1300px) {
  body.page.page-template-page-join div.entry-content .wp-block-columns.wide-columns {
    padding: 20px 60px;
  }
}
@media screen and (max-width: 810px) {
  ol.table-of-contents,
  ul.table-of-contents {
    margin: 0 -40px 30px;
    padding: 25px 40px;
  }
  ol.table-of-contents li a,
  ul.table-of-contents li a {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 801px) {
  body.page div.entry-content .wp-block-columns, body.single div.entry-content .wp-block-columns {
    display: block;
  }
  body.page div.entry-content .wp-block-columns.wide-columns, body.single div.entry-content .wp-block-columns.wide-columns {
    padding: 20px 60px;
  }
  body.page div.entry-content .wp-block-columns.wide-columns h3, body.single div.entry-content .wp-block-columns.wide-columns h3 {
    border-bottom: 0px;
    border-top: 2px solid #fff;
    padding-top: 20px;
  }
  body.page div.entry-content .wp-block-columns .wp-block-column:not(:first-child), body.single div.entry-content .wp-block-columns .wp-block-column:not(:first-child) {
    margin-left: 0;
  }
  body.page div.entry-content .wp-block-columns.book-list, body.single div.entry-content .wp-block-columns.book-list {
    display: flex;
  }
  body.page div.entry-content .wp-block-columns.book-list .wp-block-column:not(:only-child), body.single div.entry-content .wp-block-columns.book-list .wp-block-column:not(:only-child) {
    flex-basis: calc(50% - 1em) !important;
    flex-grow: 0;
  }
  body.page div.entry-content .wp-block-columns.book-list .wp-block-column:nth-child(odd), body.single div.entry-content .wp-block-columns.book-list .wp-block-column:nth-child(odd) {
    margin-left: 0 !important;
  }
}
@media (max-width: 680px) {
  ol.table-of-contents,
  ul.table-of-contents {
    margin: 0 -40px 30px;
    padding: 25px 40px;
  }
}
@media (max-width: 576px) {
  ol.table-of-contents,
  ul.table-of-contents {
    column-count: 1;
  }
  ol.table-of-contents li a,
  ul.table-of-contents li a {
    font-size: 16px;
  }
}
@media all and (max-width: 500px) {
  body.page div.entry-content .wp-block-columns {
    display: block;
  }
  body.page div.entry-content .wp-block-columns.wide-columns {
    padding: 20px 18px;
  }
  body.page div.entry-content .wp-block-columns.wide-columns.py-5 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
}
@media (max-width: 415px) {
  ol.table-of-contents,
  ul.table-of-contents {
    margin: 0 -20px 30px;
  }
}
/* ==========================================================================
   Sidebars and Widgitized areas
   ========================================================================== */
/* =Sidebars
----------------------------------------------- */
.widget {
  margin: 0 0 1.5em;
}

h2.widget-title {
  font-family: 'IBM Plex Sans', sans-serif;
  font-weight: 700;
  font-size: 26px;
  font-size: 1.625rem;
  font-weight: 700;
  line-height: 1.2;
  color: #000;
  letter-spacing: -.05rem;
  margin-top: 5px;
}

/* Make sure select elements fit in widgets */
.widget select {
  max-width: 100%;
}

/* Search widget */
#searchsubmit {
  display: none;
}

/* Love is a lie widget */
.widget_islovealie_widget .islovealie-widget-inner {
  height: 429px;
  background-color: #fff;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: contain;
  display: grid;
  align-content: end;
}
.widget_islovealie_widget .islovealie-widget-inner.love-is-a-lie {
  background-image: url("images/widgets/love-is-a-lie.svg");
}
.widget_islovealie_widget .islovealie-widget-inner.love-is-not-a-lie {
  background-image: url("images/widgets/love-is-not-a-lie.svg");
}
.widget_islovealie_widget .islovealie-widget-inner.love-is-a-tie {
  background-image: url("images/widgets/love-is-a-tie.svg");
}
.widget_islovealie_widget .islovealie-widget-inner .islovealie-count-container {
  display: grid;
  grid-row-gap: 16px;
  grid-template-areas: "liecount lietext" "notliecount notlietext";
  margin: 0 0 38px 20px;
  width: 50%;
}
.widget_islovealie_widget .islovealie-widget-inner .islovealie-count-container .tag-count {
  align-self: center;
  color: #000;
  font-family: 'Roboto', sans-serif;
  font-size: 32px;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1;
  padding-right: 6px;
  text-align: right;
}
.widget_islovealie_widget .islovealie-widget-inner .islovealie-count-container .tag-count-text {
  align-self: center;
  color: #000;
  font-family: 'Karla', sans-serif;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: bold;
}
.widget_islovealie_widget .islovealie-widget-inner .islovealie-count-container .tag-count-lie {
  grid-area: liecount;
}
.widget_islovealie_widget .islovealie-widget-inner .islovealie-count-container .tag-count-text-lie {
  grid-area: lietext;
}
.widget_islovealie_widget .islovealie-widget-inner .islovealie-count-container .tag-count-notlie {
  grid-area: notliecount;
}
.widget_islovealie_widget .islovealie-widget-inner .islovealie-count-container .tag-count-text-notlie {
  grid-area: notlietext;
}

#secondary .sidebar-issues-desktop aside.widget {
  background: transparent;
  padding: 0;
}
#secondary .sidebar-issues-desktop aside.widget .custom-html-widget {
  max-width: 429px;
  padding: 0;
}

.site-header .sidebar-issues-mobile {
  display: none;
}
.site-header .sidebar-issues-mobile aside.widget,
.site-header .sidebar-issues-mobile aside.widget_text,
.site-header .sidebar-issues-mobile aside.widget_custom_html {
  background: transparent;
  border: 0;
  float: none;
  margin: 10px 0;
  max-width: 100%;
  padding: 0;
}

.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
  display: none;
}

#secondary {
  text-shadow: none;
  font-size: 0.8125rem;
}
#secondary .grid-sizer {
  width: 100%;
}
#secondary .gutter-sizer {
  width: 0;
}
#secondary aside.widget {
  background: #fff;
  margin: 0 0 20px 0;
  position: relative;
  width: 100%;
  font-size: 1rem;
}
#secondary .gform_wrapper .top_label .gfield_label {
  font-weight: 400;
  margin: 10px 0 0 0;
}
#secondary .bsap {
  background: #e9e9e9;
  margin: 0 auto 20px auto;
  min-height: 290px;
  padding: 20px 0;
  text-align: center;
  width: 100%;
}
#secondary .bsap div {
  width: auto !important;
}
#secondary aside.widget_media_image {
  background: transparent;
}

aside.widget_media_image h1 {
  display: none;
}

#mobile-header aside.widget_media_image {
  margin: 0 50px 10px 50px;
}

/* fading titles */
.arpw-title,
.rpwe-title,
h3.rpwe-title {
  clear: none !important;
}

/* YIKES Recent Post widget */
.widget_autostraddle_recent_posts_widget ul {
  padding: 20px !important;
}
.widget_autostraddle_recent_posts_widget ul li {
  align-items: start;
  display: grid;
  grid-template-columns: 100px auto;
}
.widget_autostraddle_recent_posts_widget ul li:not(:last-child) {
  margin-bottom: 30px !important;
}
.widget_autostraddle_recent_posts_widget ul li .yrpw-img {
  border-radius: 50%;
  height: 75px;
  width: 75px;
}
.widget_autostraddle_recent_posts_widget ul li a {
  padding-top: 4px;
}
.widget_autostraddle_recent_posts_widget ul li a, .widget_autostraddle_recent_posts_widget ul li a:visited {
  color: #1c2021;
  font-family: 'IBM Plex Sans',sans-serif;
  font-weight: 700 !important;
  text-decoration: none;
  text-shadow: none;
  transition: all .2s ease;
}

h3.rpwe-title a,
h3.rpwe-title a:hover,
h3.rpwe-title a:active,
h3.rpwe-title a:visited,
a.arpw-title,
a.arpw-title:hover,
a.arpw-title:active,
a.arpw-title:visited,
.widget_upcomingeventswidget h3 a,
.widget_upcomingeventswidget h3 a:hover,
.widget_upcomingeventswidget h3 a:active,
.widget_upcomingeventswidget h3 a:visited {
  color: #1c2021;
  text-decoration: none;
  text-shadow: none;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  transition: all .2s ease;
}

h3.rpwe-title a:hover,
h3.rpwe-title a:active,
a.arpw-title:hover,
a.arpw-title:active,
.widget_upcomingeventswidget h3 a:hover,
.widget_upcomingeventswidget h3 a:active {
  color: #66cccc;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  transition: all .2s ease;
}

#secondary {
  /* Gravity forms */
  /* Better Recent Comments */
}
#secondary aside.widget div.textwidget,
#secondary aside.widget div.rpwe-block,
#secondary aside.widget div.arpw-block,
#secondary aside.widget div.arpw-random-post,
#secondary aside.widget div.gform_wrapper,
#secondary aside.widget div.gform_confirmation_wrapper,
#secondary aside.widget div.avatar-block {
  padding: 20px;
}
#secondary aside.widget div.textwidget img {
  width: 100%;
}
#secondary aside.widget_upcomingeventswidget div {
  padding: 20px;
}
#secondary aside.widget_custom_html {
  font-size: .9375rem;
  line-height: 1.5rem;
  color: #000;
}
#secondary aside.widget_custom_html img + p {
  margin-top: 20px;
}
#secondary h1.widget-title {
  background: #66cccc;
  color: #fff;
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 0.875rem;
  line-height: 120%;
  padding: 6px 15px;
  text-transform: uppercase;
}
#secondary input[type="text"] {
  width: 100%;
}
#secondary aside#text-379545835 {
  background: #fff;
}
#secondary aside.widget_facebook_likebox {
  padding: 0;
  box-shadow: none;
}
#secondary aside.widget_search h1,
#secondary aside#text-379545835 h1,
#secondary aside.widget_facebook_likebox h1 {
  display: none;
}
#secondary aside#text-379545835 a {
  display: block;
  text-align: center;
  padding: 20px;
}
#secondary aside.widget_recent_entries {
  background: #f3f3f3;
  box-shadow: none;
}
#secondary ul, #secondary li {
  list-style-type: none;
  margin: 0;
  padding: 0;
  line-height: 120%;
}
#secondary aside.widget div.gform_wrapper {
  padding: 0 20px;
}
#secondary aside.widget div.gform_wrapper .ginput_container textarea {
  font-size: 14px;
  line-height: 1.25rem;
  height: 90px;
}
#secondary aside.widget div.gform_wrapper .gform_footer {
  margin: 0;
}
#secondary aside.widget #gform_6 .gfield_label {
  margin-top: 20px;
}
#secondary ul.bwp-rc-ulist,
#secondary ul.recent-comments-list {
  margin-top: -20px;
}
#secondary ul.bwp-rc-ulist li .comment-wrap,
#secondary ul.recent-comments-list li .comment-wrap {
  background: #e9e9e9;
  border-radius: 5px;
  color: #373d3e;
  display: grid;
  grid-template-areas: "avatar content";
  grid-template-columns: 58px auto;
  font-size: 0.8125rem;
  line-height: 150%;
  margin-bottom: 5px;
  padding: 8px !important;
  width: 100%;
}
#secondary ul.bwp-rc-ulist li .comment-wrap a,
#secondary ul.recent-comments-list li .comment-wrap a {
  color: #373d3e;
}
#secondary ul.bwp-rc-ulist li .comment-wrap a:hover,
#secondary ul.recent-comments-list li .comment-wrap a:hover {
  color: #777;
}
#secondary ul.bwp-rc-ulist li .comment-wrap:hover,
#secondary ul.recent-comments-list li .comment-wrap:hover {
  color: #777;
}
#secondary ul.bwp-rc-ulist li .comment-wrap .comment-avatar,
#secondary ul.recent-comments-list li .comment-wrap .comment-avatar {
  grid-area: avatar;
  margin-right: 8px;
  position: relative;
  left: auto;
  top: auto;
}
#secondary ul.bwp-rc-ulist li .comment-wrap .comment-avatar img,
#secondary ul.recent-comments-list li .comment-wrap .comment-avatar img {
  border-radius: 50%;
  display: block;
  width: 50px;
}
#secondary ul.bwp-rc-ulist li .comment-wrap .comment-wrap-content,
#secondary ul.recent-comments-list li .comment-wrap .comment-wrap-content {
  grid-area: content;
}
#secondary ul.bwp-rc-ulist li .comment-wrap .comment-author-link,
#secondary ul.recent-comments-list li .comment-wrap .comment-author-link {
  display: block;
  font-weight: bold;
  text-transform: uppercase;
}
#secondary ul.bwp-rc-ulist li .comment-wrap .comment-post,
#secondary ul.recent-comments-list li .comment-wrap .comment-post {
  font-weight: 600;
}
#secondary ul.bwp-rc-ulist li .comment-wrap .comment-wrap-content-comment,
#secondary ul.recent-comments-list li .comment-wrap .comment-wrap-content-comment {
  display: block;
  max-width: 315px;
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-word;
}
#secondary ul.bwp-rc-ulist li .comment-wrap p,
#secondary ul.recent-comments-list li .comment-wrap p {
  margin: 0;
}
#secondary aside.rpwe_widget img,
#secondary aside.arpw-widget-random img {
  border-radius: 50%;
  height: 75px;
  width: 75px;
}
#secondary aside.widget_bp_core_whos_online_widget img {
  border-radius: 50%;
}
#secondary aside.rpwe_widget .rpwe-thumb,
#secondary aside.arpw-widget-random .arpw-alignleft,
#secondary aside.arpw-widget-random img.alignleft {
  border: 0 !important;
  padding: 0 !important;
  margin: 0 20px 0 0 !important;
}
#secondary img.rpwe-alignleft,
#secondary img.arpw-alignleft {
  display: inline;
  float: left;
}
#secondary li.rpwe-clearfix,
#secondary li.arpw-clearfix {
  clear: both;
  display: table;
}

.rpwe-clearfix::after, .rpwe-clearfix::before,
.arpw-clearfix::after,
.arpw-clearfix::before {
  content: "";
  display: table;
}

/* Amazon sidebar widget */
#secondary #text-379545842 .textwidget {
  text-align: center;
}
#secondary #text-379545842 .textwidget iframe {
  min-height: 250px;
}

/* Upcoming events */
#secondary .widget_upcomingeventswidget a.date {
  background: #66cccc;
  color: #fff;
  display: inline-block;
  font-family: 'Montserrat', sans-serif;
  font-family: 'IBM Plex Sans', sans-serif;
  font-weight: 700;
  float: left;
  font-size: 1rem;
  min-height: 70px;
  padding: 25px 15px 15px 15px;
  text-align: center;
  text-transform: uppercase;
  width: 25%;
}
#secondary .widget_upcomingeventswidget h3 {
  clear: none;
  padding: 10px 10px 10px 28%;
  background-color: #f3f3f3;
  min-height: 70px;
}

#secondary aside.rpwe_widget h3 a,
#secondary aside.arpw-widget-random a,
#secondary .widget_upcomingeventswidget h3 a {
  display: inline !important;
  font-family: 'IBM Plex Sans', sans-serif;
  font-weight: 700 !important;
  font-size: 1rem;
  line-height: 140% !important;
}

#secondary aside.rpwe_widget .rpwe-block li,
#secondary aside.arpw-widget-random .arpw-block li,
#secondary aside.arpw-widget-random .arpw-random-post li,
#secondary .widget_upcomingeventswidget li {
  clear: both;
  border: 0;
  width: 100%;
  margin-bottom: 30px;
  overflow: hidden;
}

#secondary .widget_upcomingeventswidget li {
  margin-bottom: 15px;
}

#secondary aside.rpwe_widget .rpwe-block li:last-child,
#secondary aside.arpw-widget-random .arpw-random-post li:last-child {
  margin: 0;
}

/* Featured Posts Pink Color */
#secondary aside#rpwe_widget-2 h1.widget-title {
  background: #fc4865;
}

/* ==========================================================================
   BuddyPress
   ========================================================================== */
/* =BuddyPress
----------------------------------------------- */
body.group-home-page article h1.entry-title {
  padding-top: 30px;
}

body.buddypress div.entry-content {
  background: #fff;
}
body.buddypress article {
  width: 100%;
}
body.buddypress article h1.entry-title {
  font-family: 'IBM Plex Sans', sans-serif;
  font-weight: 700;
  font-size: 3rem;
  line-height: 3.25rem;
  color: #000;
  letter-spacing: -.05rem;
}
body.buddypress article img.avatar {
  left: auto;
  position: relative;
  right: 0px;
  top: auto;
}
body.buddypress #archivePagination {
  display: none;
}

body.buddypress #buddypress {
  background: #fff;
}
body.buddypress #buddypress div#message p,
body.buddypress #buddypress #sitewide-notice p {
  padding: 0 5px !important;
}
body.buddypress #buddypress #groups-order-select {
  margin: 0 80px 0 0;
}
body.buddypress #buddypress .messages .pagination-links {
  margin: 0 0 10px 0;
  padding: 0;
}

div.register-section.wangguard {
  width: 48% !important;
}

body.buddypress #buddypress li.feed {
  margin-bottom: 20px !important;
}

body.buddypress #buddypress a.bp-primary-action span,
body.buddypress #buddypress #reply-title small a:hover span {
  background: #455c62;
}

body.buddypress #buddypress div.pagination .pag-count,
body.buddypress #buddypress span.activity,
body.buddypress #buddypress div.dir-search input[type=text],
body.buddypress #buddypress ul.item-list li div.meta {
  font-family: 'Montserrat', sans-serif !important;
  font-family: 'IBM Plex Sans', sans-serif !important;
}

/* Navs */
body.buddypress #buddypress #object-nav ul {
  margin: 0;
}

body.buddypress #buddypress ul.item-list li div.item-desc {
  font-size: 1rem;
  margin: 30px 0 0 0;
  width: 100%;
  line-height: 120%;
}
body.buddypress #buddypress ul.item-list li div.item-title {
  font-weight: 700;
  font-size: 1.25rem;
}
body.buddypress #buddypress div#item-nav {
  background: #f3f3f3;
  text-shadow: none !important;
}
body.buddypress #buddypress div.item-list-tabs:not(#subnav) {
  padding: 10px 10px 0;
}
body.buddypress #buddypress div.item-list-tabs:not(#subnav) ul {
  margin: 0;
}
body.buddypress #buddypress div.item-list-tabs:not(#subnav) ul li {
  float: left;
  margin: 0px 20px -3px 0px;
  list-style: none;
  font-family: 'Montserrat', sans-serif !important;
  font-family: 'IBM Plex Sans', sans-serif !important;
}
body.buddypress #buddypress div.item-list-tabs:not(#subnav) ul li a {
  border: 0;
  text-shadow: none;
}
body.buddypress #buddypress div.item-list-tabs:not(#subnav) ul li a:hover {
  background-color: #fff;
  opacity: .8;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  border-bottom: 0 !important;
}
body.buddypress #buddypress div.item-list-tabs:not(#subnav) ul li a span, body.buddypress #buddypress div.item-list-tabs:not(#subnav) ul li a:hover span {
  background: #66cccc;
  border-radius: 0%;
  color: #fff;
  display: inline;
  font-size: 60%;
  margin-left: 2px;
  padding: 2px 5px;
  text-align: center;
  vertical-align: middle;
  border: 0;
  border-bottom: 0 !important;
}
body.buddypress #buddypress div.item-list-tabs:not(#subnav) ul li.selected a, body.buddypress #buddypress div.item-list-tabs:not(#subnav) ul li.current a {
  background-color: #fff;
  color: #58585b;
  opacity: .8;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  border-bottom: 0 !important;
}
body.buddypress #buddypress div.item-list-tabs#subnav {
  margin: 8px 12px 40px;
}
body.buddypress #buddypress div.item-list-tabs#subnav ul li {
  margin-right: 10px;
}
body.buddypress #buddypress div.item-list-tabs#subnav ul li span, body.buddypress #buddypress div.item-list-tabs#subnav ul li a {
  background-color: transparent;
  border-bottom: 0 !important;
  color: #66cccc;
  border: 0 !important;
  border-radius: 4px;
  display: inline !important;
  font-size: 16px;
  padding: 2px 8px;
}
body.buddypress #buddypress div.item-list-tabs#subnav ul li span:hover, body.buddypress #buddypress div.item-list-tabs#subnav ul li span:focus, body.buddypress #buddypress div.item-list-tabs#subnav ul li span:active, body.buddypress #buddypress div.item-list-tabs#subnav ul li a:hover, body.buddypress #buddypress div.item-list-tabs#subnav ul li a:focus, body.buddypress #buddypress div.item-list-tabs#subnav ul li a:active {
  background-color: #578e9e;
  color: #fff;
}
body.buddypress #buddypress div.item-list-tabs#subnav ul li.current span, body.buddypress #buddypress div.item-list-tabs#subnav ul li.current a, body.buddypress #buddypress div.item-list-tabs#subnav ul li.selected span, body.buddypress #buddypress div.item-list-tabs#subnav ul li.selected a {
  background-color: #66cccc;
  color: #fff;
  font-weight: normal;
}

body.buddypress #buddypress ul.item-list li div.item-title, body.buddypress #buddypress ul.item-list li h4 {
  line-height: 120% !important;
}
body.buddypress #buddypress ul.item-list li div.action {
  float: right;
}

body.buddypress #buddypress div.messages-options-nav {
  background: #fff;
}

/* Forms */
body.buddypress #buddypress form#whats-new-form textarea {
  width: 100%;
}
body.buddypress #buddypress #item-body form#whats-new-form {
  margin-bottom: 40px;
}
body.buddypress #buddypress a.button {
  background-color: #66cccc;
  color: #fff;
}
body.buddypress #buddypress a.button:hover, body.buddypress #buddypress a.button:focus, body.buddypress #buddypress a.button:active {
  background-color: #578e9e;
}
body.buddypress #buddypress input[type="submit"] {
  background-color: #66cccc;
  color: #fff;
}
body.buddypress #buddypress input[type="submit"]:hover, body.buddypress #buddypress input[type="submit"]:focus, body.buddypress #buddypress input[type="submit"]:active {
  background-color: #578e9e;
}

body.buddypress #buddypress form#standard-form h4, body.buddypress #buddypress form#standard-form h5 {
  font-family: 'Open Sans', sans-serif !important;
  font-family: 'Vesper Libre', serif;
  font-family: 'Merriweather', serif;
  font-family: 'Roboto', sans-serif;
  font-family: 'IBM Plex Sans', sans-serif;
  color: #455c62 !important;
}
body.buddypress #buddypress form#standard-form div.checkbox input {
  margin-right: 15px !important;
}
body.buddypress #buddypress form.standard-form {
  padding: 10px 0;
}
body.buddypress #buddypress form.standard-form input[type=text],
body.buddypress #buddypress form.standard-form input[type=email],
body.buddypress #buddypress form.standard-form input[type=password] {
  width: 100% !important;
}
body.buddypress #buddypress form.standard-form div.submit {
  margin: 0 !important;
  padding: 0 !important;
  float: none !important;
  margin: 25px 0 0 0 !important;
}

.jcrop-holder img.avatar,
#avatar-crop-pane img.avatar {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

input#bps_show {
  margin-bottom: 10px;
}

#bps_auto div.submit {
  margin-bottom: 20px;
}

/* Member and Groups search */
body.buddypress #buddypress div#members-dir-search {
  display: none;
}
body.buddypress #buddypress #group-dir-pag-top {
  display: none;
}
body.buddypress #buddypress div.dir-search {
  margin: 0px 0 20px 0 !important;
}
body.buddypress #buddypress div.dir-search input[type=text] {
  padding: 0px 4px !important;
}
body.buddypress #buddypress .ui-accordion .ui-accordion-header .ui-accordion-header-icon {
  position: relative;
  left: auto;
  top: auto;
  margin-top: -4px;
}
body.buddypress #buddypress .ui-accordion .ui-state-active {
  background-color: #66cccc;
  border: 1px solid #578e9e;
}

/* Activity List */
body.buddypress #buddypress #activity-stream .activity-header img.avatar-20 {
  display: none;
}
body.buddypress #buddypress #item-body .activity #activity-stream,
body.buddypress #buddypress #item-body .groups #groups-list,
body.buddypress #buddypress #item-body #members-list {
  padding: 0;
}
body.buddypress #buddypress div.activity-avatar img.avatar {
  margin-right: 40px !important;
}
body.buddypress #buddypress .activity-list .activity-content .activity-header,
body.buddypress #buddypress .activity-list .activity-content .comment-header {
  line-height: 170% !important;
}
body.buddypress #buddypress .activity-list li.load-more a, body.buddypress #buddypress .activity-list li.load-more a:hover {
  display: block;
  text-decoration: none !important;
  border: 0 !important;
}
body.buddypress #buddypress .activity-list li.load-more .activity-header a,
body.buddypress #buddypress .activity-list li.load-more .comment-meta a,
body.buddypress #buddypress .activity-list li.load-more .acomment-meta a {
  text-decoration: none !important;
}

/* Groups */
body.single-item.groups #buddypress div#item-header #item-header-cover-image #item-header-content {
  margin-top: 0px;
  padding-left: 20px;
}
body.single-item.groups #buddypress div#item-header #item-header-cover-image #item-actions {
  margin-top: 0;
}

body.buddypress #buddypress #group-admins img.avatar,
body.buddypress #buddypress #group-admins ul img.avatar,
body.buddypress #buddypress #group-admins ul.avatars img.avatar, body.buddypress #buddypress div#item-header img.avatar,
body.buddypress #buddypress div#item-header ul img.avatar,
body.buddypress #buddypress div#item-header ul.avatars img.avatar {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

/* Profile pages */
body.buddypress #buddypress div#item-header #cover-image-container #header-cover-image {
  background-color: transparent;
}
body.buddypress #buddypress div#item-header #cover-image-container div#item-header-cover-image h2, body.buddypress #buddypress div#item-header #cover-image-container div#item-header-cover-image h2 a {
  text-shadow: none !important;
}
body.buddypress #buddypress div#item-header #cover-image-container div#item-header-cover-image #item-header-avatar {
  float: none;
  display: inline-block;
  margin-top: 0;
}
body.buddypress #buddypress div#item-header #cover-image-container div#item-header-cover-image #item-header-avatar img.avatar {
  width: 100%;
  float: left;
  height: auto;
  margin: 0 40px 30px 0;
  max-width: 300px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
body.buddypress #buddypress div#item-header #cover-image-container div#item-header-cover-image #item-header-content {
  float: none;
  margin-left: 0;
  margin-top: 0;
  width: auto;
  display: inline-block;
}
body.buddypress #buddypress div#item-header #cover-image-container div#item-header-cover-image #item-header-content h2.user-nicename {
  color: #66cccc;
  font-size: 200%;
}
body.buddypress #buddypress div#item-header #cover-image-container div#item-header-cover-image #item-header-content #latest-update {
  font-size: 150%;
  margin: 0 0 14px;
}
body.buddypress #buddypress .profile h4 {
  font-size: 140%;
  margin: 0 0 20px 0px !important;
}
body.buddypress #buddypress .profile .bp-widget h4 {
  margin: 0 0 10px 5px !important;
}
body.buddypress #buddypress table.profile-fields {
  margin-bottom: 50px !important;
}

/* Profile edit pages */
body.buddypress.my-account #buddypress #profile-edit-form input[type="checkbox"], body.buddypress.my-account #buddypress #profile-edit-form input[type="radio"] {
  margin-right: 8px;
}
body.buddypress.my-account #buddypress #profile-edit-form .input-options.checkbox-options {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
body.buddypress.my-account #buddypress #profile-edit-form .button-nav li a {
  background-color: #66cccc;
  color: #fff;
}
body.buddypress.my-account #buddypress #profile-edit-form .button-nav li a:hover, body.buddypress.my-account #buddypress #profile-edit-form .button-nav li a:focus, body.buddypress.my-account #buddypress #profile-edit-form .button-nav li a:active {
  background-color: #578e9e;
}
body.buddypress.my-account #buddypress .bp-uploader-window input[type="button"] {
  background-color: #66cccc;
  color: #fff;
}
body.buddypress.my-account #buddypress .bp-uploader-window input[type="button"]:hover, body.buddypress.my-account #buddypress .bp-uploader-window input[type="button"]:focus, body.buddypress.my-account #buddypress .bp-uploader-window input[type="button"]:active {
  background-color: #578e9e;
}
body.buddypress.my-account #buddypress .bp-avatar-nav ul.avatar-nav-items li a {
  border-bottom: 1px solid transparent;
}
body.buddypress.my-account #buddypress .bp-avatar-nav ul.avatar-nav-items li a:hover, body.buddypress.my-account #buddypress .bp-avatar-nav ul.avatar-nav-items li a:focus, body.buddypress.my-account #buddypress .bp-avatar-nav ul.avatar-nav-items li a:active {
  border-bottom: 1px solid #66cccc;
}
body.buddypress.my-account #buddypress table.profile-settings th.title {
  padding-left: 8px;
}

/* activity stream */
body.activity-permalink #buddypress div.activity-comments {
  margin-top: 230px;
  clear: both;
  display: block;
  clear: both;
}

body.buddypress #buddypress #whats-new-content {
  margin-bottom: 30px !important;
}
body.buddypress #buddypress #whats-new-textarea textarea {
  height: 100px !important;
}
body.buddypress #buddypress #whats-new-options {
  overflow: visible !Important;
}
body.buddypress #buddypress div.activity-type-tabs {
  clear: both;
  display: block;
}
body.buddypress #buddypress .activity-list li.mini img.avatar,
body.buddypress #buddypress .activity-list li.mini .activity-avatar img.FB_profile_pic {
  height: 50px !important;
  width: 50px !important;
  margin-left: 0 !important;
}

.avatar-nav-items li a,
.avatar-nav-items li a:hover,
.bp-avatar-nav li.current a {
  border-bottom: 0;
}

/* =Responsive
----------------------------------------------- */
@media screen and (max-width: 800px) {
  #buddypress #profile-edit-form .input-options.checkbox-options {
    grid-template-columns: 1fr 1fr;
  }
}
@media all and (max-width: 576px) {
  #buddypress #profile-edit-form .input-options.checkbox-options {
    grid-template-columns: 1fr;
  }
}
/* ==========================================================================
   Autostraddle Plus
   ========================================================================== */
/* =Autostraddle Plus
----------------------------------------------- */
/* Log in Page formatting */
.entry-content #loginform label[for="user_login"],
.entry-content #loginform label[for="user_pass"] {
  display: block;
}

/* header */
hgroup.plus .site-title {
  width: 100%;
}

/* Autostraddle Plus posts */
body.single.bronze-membership #secondary,
body.single.silver-membership #secondary,
body.single.gold-membership #secondary,
body.single.a-plus #secondary {
  display: none;
}
body.single.bronze-membership #primary,
body.single.silver-membership #primary,
body.single.gold-membership #primary,
body.single.a-plus #primary {
  width: 100%;
}
body.single.bronze-membership div.entry-content,
body.single.silver-membership div.entry-content,
body.single.gold-membership div.entry-content,
body.single.a-plus div.entry-content {
  padding: 40px 120px;
}

body.home-page article.category-gold-membership .featured-image,
body.home-page article.category-silver-membership .featured-image,
body.home-page article.category-a-plus .featured-image, body.archive article.category-gold-membership .featured-image,
body.archive article.category-silver-membership .featured-image,
body.archive article.category-a-plus .featured-image, body.search article.category-gold-membership .featured-image,
body.search article.category-silver-membership .featured-image,
body.search article.category-a-plus .featured-image {
  border: 3px solid #bca6fb;
  overflow: hidden;
}
body.home-page article.category-gold-membership .featured-image::after,
body.home-page article.category-silver-membership .featured-image::after,
body.home-page article.category-a-plus .featured-image::after, body.archive article.category-gold-membership .featured-image::after,
body.archive article.category-silver-membership .featured-image::after,
body.archive article.category-a-plus .featured-image::after, body.search article.category-gold-membership .featured-image::after,
body.search article.category-silver-membership .featured-image::after,
body.search article.category-a-plus .featured-image::after {
  background-image: url("images/corner-plus.svg");
  background-size: 60px 60px;
  content: "";
  position: absolute;
  height: 60px;
  left: 0px;
  top: 0;
  width: 60px;
}

body.category article.category-gold-membership .featured-image,
body.category article.category-silver-membership .featured-image,
body.category article.category-a-plus .featured-image {
  max-height: 158px;
}

li.plus-member > article > footer > div > a > img.avatar {
  border: 4px solid #bca6fb;
}

/* sidebar */
#secondary aside.plus-member h1.widget-title {
  background: #bca6fb;
}

#secondary aside.widget_bp_core_whos_online_widget img.user-2-avatar
img.user-3-avatar,
#secondary aside.widget_bp_core_whos_online_widget img.user-5-avatar,
#secondary aside.widget_bp_core_whos_online_widget img.user-268-avatar,
#secondary aside.widget_bp_core_whos_online_widget img.user-8797-avatar,
#secondary aside.widget_bp_core_whos_online_widget img.user-13549-avatar,
#secondary aside.widget_bp_core_whos_online_widget img.user-11-avatar,
#secondary aside.widget_bp_core_whos_online_widget img.user-452-avatar,
#secondary aside.widget_bp_core_whos_online_widget img.user-6185-avatar,
#secondary aside.widget_bp_core_whos_online_widget img.user-3630-avatar,
#secondary aside.widget_bp_core_whos_online_widget img.user-1487-avatar,
#secondary aside.widget_bp_core_whos_online_widget img.user-25557-avatar,
#secondary aside.widget_bp_core_whos_online_widget img.user-3229-avatar,
#secondary aside.widget_bp_core_whos_online_widget img.user-12689-avatar,
#secondary aside.widget_bp_core_whos_online_widget img.user-5421-avatar,
#secondary aside.widget_bp_core_whos_online_widget img.user-3681-avatar,
#secondary aside.widget_bp_core_whos_online_widget img.user-10691-avatar,
#secondary aside.widget_bp_core_whos_online_widget img.user-28083-avatar,
#secondary aside.widget_bp_core_whos_online_widget img.user-14559-avatar,
#secondary aside.widget_bp_core_whos_online_widget img.user-654-avatar,
#secondary aside.widget_bp_core_whos_online_widget img.user-21260-avatar,
#secondary aside.widget_bp_core_whos_online_widget img.user-5798-avatar,
#secondary aside.widget_bp_core_whos_online_widget img.user-15972-avatar,
#secondary aside.widget_bp_core_whos_online_widget img.user-22983-avatar,
#secondary aside.widget_bp_core_whos_online_widget img.user-7879-avatar,
#secondary aside.widget_bp_core_whos_online_widget img.user-4-avatar {
  display: none;
}

/* Join Page */
body.page.page-template-page-join div.entry-content {
  padding: 0;
}
body.page.page-template-page-join div.entry-content > p, body.page.page-template-page-join div.entry-content > h2, body.page.page-template-page-join div.entry-content > h3, body.page.page-template-page-join div.entry-content > h4, body.page.page-template-page-join div.entry-content > .wp-block-buttons {
  margin-left: 120px !important;
  margin-right: 120px !important;
}
body.page.page-template-page-join div.entry-content > p {
  font-size: 14px;
  line-height: 20px;
}
body.page.page-template-page-join div.entry-content h1.entry-title {
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 700;
}
body.page.page-template-page-join div.entry-content .aplus-joinform-container {
  padding: 60px 120px;
  background-color: #bca6fb;
}
body.page.page-template-page-join div.entry-content .aplus-joinform-container .tab-content .wp-block-button a.wp-block-button__link,
body.page.page-template-page-join div.entry-content .aplus-joinform-container .tab-content .wp-block-button a.wp-block-button__link:visited {
  display: none;
  margin-bottom: 0;
  margin-top: 32px;
}
body.page.page-template-page-join div.entry-content .aplus-joinform-container .join-form-levels {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  list-style-type: none;
  margin: 80px 0 0 0;
  padding: 0;
  position: absolute;
  width: 260px;
}
body.page.page-template-page-join div.entry-content .aplus-joinform-container .join-form-levels li a {
  display: grid;
  align-content: center;
  justify-items: center;
}
body.page.page-template-page-join div.entry-content .aplus-joinform-container .join-form-levels li a, body.page.page-template-page-join div.entry-content .aplus-joinform-container .join-form-levels li a:visited, body.page.page-template-page-join div.entry-content .aplus-joinform-container .join-form-levels li a:hover, body.page.page-template-page-join div.entry-content .aplus-joinform-container .join-form-levels li a:active {
  border-radius: 50%;
  border: 2px solid #000;
  height: 40px;
  width: 40px;
  color: #000;
  text-decoration: none;
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: bold;
}
body.page.page-template-page-join div.entry-content .aplus-joinform-container .join-form-levels li a.active, body.page.page-template-page-join div.entry-content .aplus-joinform-container .join-form-levels li a:hover {
  background-color: #fff;
}
body.page.page-template-page-join div.entry-content .aplus-joinform-container .join-form-title {
  border-bottom: 1px solid #fff;
  font-size: 18px;
  font-size: 1.125rem;
  letter-spacing: 0;
  padding-bottom: 8px;
  margin-bottom: 22px;
}
body.page.page-template-page-join div.entry-content .aplus-joinform-container .join-form-title.join-form-title-desktop {
  display: block;
}
body.page.page-template-page-join div.entry-content .aplus-joinform-container .join-form-title.join-form-title-mobile {
  display: none;
}
body.page.page-template-page-join div.entry-content .aplus-joinform-container .join-form-left .join-form-disclaimer {
  font-size: 12px;
  font-size: 0.75rem;
  margin-top: 10px;
}
body.page.page-template-page-join div.entry-content .aplus-joinform-container .join-form-left .join-form-buttons {
  margin-top: 80px;
}
body.page.page-template-page-join div.entry-content .aplus-joinform-container .join-form-left .join-form-buttons a, body.page.page-template-page-join div.entry-content .aplus-joinform-container .join-form-left .join-form-buttons a:visited {
  border: 2px solid #000;
  border-radius: 20px;
  color: #000;
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: bold;
  height: 42px;
  display: grid;
  align-content: center;
  margin-bottom: 12px;
  justify-items: center;
  width: 100%;
}
body.page.page-template-page-join div.entry-content .aplus-joinform-container .join-form-left .join-form-buttons a:first-of-type {
  background-color: #000;
  color: #fff;
}
body.page.page-template-page-join div.entry-content .aplus-joinform-container .join-form-left .join-form-buttons a:hover, body.page.page-template-page-join div.entry-content .aplus-joinform-container .join-form-left .join-form-buttons a:active {
  background-color: #fff;
  color: #000;
}
body.page.page-template-page-join div.entry-content .aplus-joinform-container .join-form-level-details {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 20px;
}
body.page.page-template-page-join div.entry-content .aplus-joinform-container .join-form-perks {
  font-size: 14px;
  font-size: 0.875rem;
  list-style-position: outside;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
body.page.page-template-page-join div.entry-content .aplus-joinform-container .join-form-perks li {
  padding-left: 20px;
}
body.page.page-template-page-join div.entry-content .aplus-joinform-container .join-form-perks li:before {
  color: #fff;
  content: '+';
  margin-left: -20px;
  position: absolute;
}
body.page.page-template-page-join div.entry-content .aplus-joinform-container .join-form-perks li a {
  border-bottom: 1px solid #000;
}
body.page.page-template-page-join div.entry-content #faq {
  padding: 62px 120px;
}
body.page.page-template-page-join #join-ready {
  padding: 108px 0;
  text-align: center;
}
body.page.page-template-page-join #join-ready .join-ready-title {
  text-align: center !important;
  font-family: "IBM Plex Sans";
  font-size: 30px !important;
  font-weight: bold !important;
  letter-spacing: 1.36px;
  margin-bottom: 36px !important;
  margin-top: 0 !important;
  text-transform: none !important;
}
body.page.page-template-page-join #join-ready .wp-block-button a.wp-block-button__link {
  display: inline !important;
}
body.page.page-template-page-join .see-content-button-container {
  margin-top: -2px;
}

/* Notice to use pre-existing username */
div.mepr_signup_table_row.mepr_username::before {
  content: "\AIf you already have an Autostraddle account please use the same username/email/password here\AOR log in first!\A";
  display: block;
  background-color: yellow;
  color: red;
  font-weight: bold;
}

/* Notice to use correct name  */
div.mepr_signup_table_row.mepr_first_name::after {
  content: "\APlease make sure to fill this out with the name you want us to send your items to!\A";
  display: block;
  background-color: yellow;
  color: red;
  font-weight: bold;
}

/* Gift Memberships */
#as-gift-checkout .mepr_price_cell_label,
#as-gift-checkout .mepr_price_cell {
  font-weight: bold;
}
#as-gift-checkout .mp-form-row-checkbox input {
  margin-right: 0.4rem;
}
#as-gift-checkout .mepr_payment_method-stripe {
  margin-bottom: 0 !important;
}
#as-gift-checkout .mepr_payment_method-paypal {
  margin-top: 0 !important;
}

.as-giftcard-display {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
}
.as-giftcard-display .as-gm-discount {
  font-size: 40px;
  border: 2px solid #ccc;
  padding: 10px 12px;
  background: linear-gradient(315deg, rgba(0, 0, 0, 0.06) 10%, rgba(0, 0, 0, 0) 15%, rgba(0, 0, 0, 0) 35%, rgba(0, 0, 0, 0.06) 40%, rgba(0, 0, 0, 0.06) 60%, rgba(0, 0, 0, 0) 65%, rgba(0, 0, 0, 0) 85%, rgba(0, 0, 0, 0.06) 90%) repeat scroll 0 0/6px 6px rgba(0, 0, 0, 0);
  margin-bottom: 0;
}
.as-giftcard-display .as-gm-discount .as-gm-code {
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 40px;
  color: #333;
}

.mp-form-row-checkbox #mepr-gift-field,
.mp-form-row-checkbox #as-anonymous-gift {
  margin-right: 6px;
}

/* Blocked box */
div.mepr-unauthorized-message {
  background: #e9e9e9;
  padding: 20px 50px;
  -webkit-box-shadow: 0px -53px 96px 24px rgba(255, 255, 255, 0.84);
  -moz-box-shadow: 0px -53px 96px 24px rgba(255, 255, 255, 0.84);
  box-shadow: 0px -53px 96px 24px rgba(255, 255, 255, 0.84);
  z-index: 99;
  position: relative;
  text-shadow: none;
  display: inline-block;
}
div.mepr-unauthorized-message div.left {
  width: 65%;
  float: left;
}
div.mepr-unauthorized-message div.right {
  width: 30%;
  float: right;
}
div.mepr-unauthorized-message div.right p {
  text-align: center !important;
}
div.mepr-unauthorized-message a.button {
  font-family: 'Montserrat', sans-serif !important;
  font-family: 'IBM Plex Sans', sans-serif !important;
  padding: 30px;
  font-size: 140%;
  letter-spacing: 1px;
  max-width: 80%;
  float: none;
  display: block;
  line-height: 150%;
  text-align: center;
  margin: 0 auto;
}

body.a-plus div.entry-content div.mepr-unauthorized-message h2 {
  max-width: 600px;
  margin: 0 auto 35px auto !important;
  text-align: center !important;
}

/* body.a-plus .entry-content div.bsap, */
body.a-plus div.mepr-login-form-wrap,
body.single.a-plus #leaderboard,
body.single.a-plus #in-post-leaderboard,
body.single.a-plus #secondary .sidebar-ad {
  display: none !important;
}

/* =Responsive
----------------------------------------------- */
@media only screen and (min-width: 801px) and (max-width: 1300px) {
  body.page.page-template-page-join div.entry-content .aplus-joinform-container,
  body.page.page-template-page-join div.entry-content #faq {
    padding: 60px;
  }
  body.page.page-template-page-join div.entry-content > p, body.page.page-template-page-join div.entry-content > h2, body.page.page-template-page-join div.entry-content > h3, body.page.page-template-page-join div.entry-content > h4, body.page.page-template-page-join div.entry-content > .wp-block-buttons {
    margin-left: 60px !important;
    margin-right: 60px !important;
  }
}
@media screen and (max-width: 801px) {
  body.page.page-template-page-join div.entry-content {
    padding: 0 !important;
  }
  body.page.page-template-page-join div.entry-content h1.entry-title {
    font-size: 24px;
    font-size: 1.5rem;
  }
  body.page.page-template-page-join div.entry-content > p, body.page.page-template-page-join div.entry-content > h2, body.page.page-template-page-join div.entry-content > h3, body.page.page-template-page-join div.entry-content > h4, body.page.page-template-page-join div.entry-content > .wp-block-buttons {
    margin-left: 60px !important;
    margin-right: 60px !important;
  }
  body.page.page-template-page-join div.entry-content .aplus-joinform-container {
    padding: 60px;
  }
  body.page.page-template-page-join div.entry-content .aplus-joinform-container .tab-content .wp-block-button a.wp-block-button__link,
  body.page.page-template-page-join div.entry-content .aplus-joinform-container .tab-content .wp-block-button a.wp-block-button__link:visited {
    display: grid;
  }
  body.page.page-template-page-join div.entry-content .aplus-joinform-container .join-form-title {
    font-size: 16px !important;
    border-bottom: 0;
    border-top: 2px solid #fff;
    padding-top: 10px;
  }
  body.page.page-template-page-join div.entry-content .aplus-joinform-container .join-form-title.join-form-title-desktop {
    display: none;
  }
  body.page.page-template-page-join div.entry-content .aplus-joinform-container .join-form-title.join-form-title-mobile {
    display: block;
  }
  body.page.page-template-page-join div.entry-content #faq {
    padding: 36px 16px;
  }
  body.page.page-template-page-join div.entry-content #exclusive-a-content.wp-block-columns.wide-columns figure.wp-block-image {
    border-top: 2px solid #fff;
    padding-top: 20px;
  }
  body.page.page-template-page-join div.entry-content #exclusive-a-content.wp-block-columns.wide-columns h3 {
    border-top: 0;
    margin-top: 0;
    padding-top: 0;
  }
}
@media all and (max-width: 500px) {
  body.page.page-template-page-join div.entry-content .aplus-joinform-container {
    padding: 20px 18px;
  }
  body.page.page-template-page-join div.entry-content .aplus-joinform-container .join-form-levels {
    width: 97%;
  }
  body.page.page-template-page-join div.entry-content .aplus-joinform-container .join-form-levels li a, body.page.page-template-page-join div.entry-content .aplus-joinform-container .join-form-levels li a:visited, body.page.page-template-page-join div.entry-content .aplus-joinform-container .join-form-levels li a:hover, body.page.page-template-page-join div.entry-content .aplus-joinform-container .join-form-levels li a:active {
    font-size: 14px;
    font-size: 0.875rem;
    height: 50px;
    width: 50px;
  }
  body.page.page-template-page-join div.entry-content > p, body.page.page-template-page-join div.entry-content > h2, body.page.page-template-page-join div.entry-content > h3, body.page.page-template-page-join div.entry-content > h4, body.page.page-template-page-join div.entry-content > .wp-block-buttons {
    margin-left: 18px !important;
    margin-right: 18px !important;
  }
  body.page.page-template-page-join div.entry-content h2.pt-5, body.page.page-template-page-join div.entry-content h3.pt-5, body.page.page-template-page-join div.entry-content h4.pt-5 {
    padding-top: 0 !important;
  }
}
/* ==========================================================================
   Issues
   ========================================================================== */
/* =Issues
----------------------------------------------- */
body.page-template-issues-landing-page {
  background: #fff;
}

body.page-template-issues-landing-page #leaderboard {
  background: #fff;
  display: none;
}

body.page-template-issues-landing-page .entry-header {
  padding: 0;
}

body.page-template-issues-landing-page .issue-description {
  width: 70%;
  padding-right: 20px;
}

body.page-template-issues-landing-page div.entry-content {
  padding: 10px 0 0 0;
}

body.page-template-issues-landing-page .edit-link {
  display: block;
  margin-bottom: 40px;
}

body.page-template-issues-landing-page .entry-content h3.issue-number {
  float: left;
  margin: 0 20px 20px 0;
  text-transform: uppercase !important;
  font-size: 1rem !important;
  line-height: 100% !important;
  font-weight: 700;
  font-family: 'Roboto', sans-serif !important;
}

body.page-template-issues-landing-page h3.issue-number i {
  font-size: .8rem;
  margin: 0 0 0 10px;
  vertical-align: middle;
  display: none;
}

body.page-template-issues-landing-page h3.issue-number .sd-content .share-tumblr,
body.page-template-issues-landing-page h3.issue-number .sd-content .share-pinterest,
body.page-template-issues-landing-page h3.issue-number .sd-content .share-email,
body.page-template-issues-landing-page h3.issue-number .sd-content .share-print {
  display: none;
}

body.page-template-issues-landing-page h3.issue-number .sd-content ul li a.sd-button::before {
  font-size: 18px !important;
}

body.page-template-issues-landing-page h3.issue-number .sd-social-icon .sd-content ul li.share-facebook {
  font-family: FontAwesome;
  font-family: "Font Awesome 5 Free";
}

body.page-template-issues-landing-page h3.issue-number div.sharedaddy {
  clear: none !important;
  float: right;
  margin-top: -10px;
  margin-left: 15px;
}

body.page-template-issues-landing-page h3.issue-number .sd-content ul li a.sd-button {
  padding: 0 !important;
}

body.page-template-issues-landing-page h3.issue-number .sd-content ul li {
  width: 20px !important;
}

body.page-template-issues-landing-page h3.issue-number .sd-social-icon .sd-button span.share-count {
  display: none;
}

body.page-template-issues-landing-page .sponsored-by {
  margin: 10px 0 50px 0;
  font-size: .75rem;
}

body.page-template-issues-landing-page .sponsored-by a {
  border-bottom: 0 !important;
  text-decoration: underline;
}

body.page-template-issues-landing-page .sponsored-by img {
  max-width: 30px;
  width: auto;
  float: left;
  margin-right: 10px;
}

body.page-template-issues-landing-page .sponsored-by i {
  margin-right: 2px;
}

i.fab {
  font-style: normal;
}

.issues-left {
  width: 50%;
  float: left;
  padding-right: 50px;
}

.issues-left-mobile {
  display: none;
}

.issues-right {
  width: 50%;
  float: right;
  line-height: 1.5rem;
}
.issues-right .issue-article {
  display: inline-block;
  width: 100%;
  margin-bottom: 50px;
}
.issues-right .excerpt {
  float: left;
  width: -webkit-calc(100% - 150px);
  width: -moz-calc(100% - 150px);
  width: calc(100% - 150px);
  padding-right: 20px;
}
.issues-right .excerpt p:last-child {
  margin-bottom: 12px;
}
.issues-right .thumbnail {
  float: right;
  overflow: hidden;
  width: 150px;
}
.issues-right ul#editors {
  font-size: .75rem;
  line-height: 1rem;
  margin-top: 40px !important;
  margin-bottom: 40px !important;
  width: 75%;
  margin: 0;
  padding: 0 20px 0 0;
  -webkit-columns: 2;
  -moz-columns: 2;
  columns: 2;
}
.issues-right ul#editors li {
  display: inline-block;
  width: 100%;
  list-style-type: none;
  margin: 0 0 20px 0;
  padding: 0;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
}
.issues-right #editors .editor-name {
  text-decoration: underline;
}
.issues-right #editors img {
  border-radius: 50%;
  width: 30px;
  height: 30px;
  float: left;
  margin-right: 10px;
}
.issues-right #editors .editor-name {
  text-transform: uppercase;
  display: block;
}
.issues-right #editors .editor-title {
  display: block;
  font-style: italic;
}

body.page-template-issues-landing-page div.entry-content .issues-right h2 {
  margin-top: 0 !important;
  margin-bottom: 10px !important;
  line-height: 2.125rem;
}

body.page-template-issues-landing-page div.entry-content .issues-right h2 a {
  border: 0;
}

body.page-template-issues-landing-page div.entry-content .issues-right a:hover {
  color: #66cccc;
}

.issues-right .thumbnail img {
  max-width: 300px;
  height: auto;
  -webkit-clip-path: circle(75px at center);
  -moz-clip-path: circle(75px at center);
  clip-path: circle(75px at center);
  margin-left: -75px;
}

body.page-template-issues-landing-page .author {
  clear: both;
  display: block;
  text-transform: uppercase;
  font-size: 0.75rem;
  letter-spacing: .5px;
  color: #000;
  margin-bottom: 60px;
}

body.page-template-issues-landing-page .author:last-child {
  margin-bottom: 0;
}

body.page-template-issues-landing-page .author a {
  color: #000;
  border: 0;
  text-decoration: underline;
}

body.page-template-issues-landing-page #issues-upcoming-posts h2, body.page-template-issues-landing-page #issues-upcoming-posts h3, body.page-template-issues-landing-page #issues-upcoming-posts h4, body.page-template-issues-landing-page #issues-upcoming-posts p, body.page-template-issues-landing-page #issues-upcoming-posts .author, body.page-template-issues-landing-page #issues-upcoming-posts a {
  color: #9b9b9b !important;
}

body.page-template-issues-landing-page #issues-upcoming-posts a:hover {
  color: #66cccc !important;
}

body.page-template-issues-landing-page .coming-soon-thumbnail {
  width: 150px;
  height: 150px;
  float: right;
  background-color: #9b9b9b;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  text-transform: uppercase;
  padding-top: 56px;
  letter-spacing: 1px;
  font-size: 0.75rem;
  line-height: 1.375rem;
}

body.page-template-issues-landing-page footer.site-footer {
  border-top: 2px solid #9b9b9b;
  border-radius: 0;
  margin-top: 80px;
}

/* ==========================================================================
   Yearbook
   ========================================================================== */
/* =Yearbook Stuff
----------------------------------------------- */
body.single.yearbook {
  background: #f6eadb !important;
}
body.single.yearbook .entry-content {
  background: #f6eadb !important;
  padding: 60px;
}

body.single.yearbook #secondary,
body.single.yearbook .entry-header,
body.single.yearbook div.share-comment-etc,
body.single.yearbook #in-post-leaderboard,
body.single.yearbook div.end-of-article-ads,
body.single.yearbook div.tags,
body.single.yearbook div.author-bio,
body.single.yearbook div.related-posts,
body.single.yearbook .site-content .site-navigation {
  display: none;
}

body.single.yearbook #primary {
  width: 100%;
}

body.single.yearbook div.entry-content ol + .wp-block-image,
body.single.yearbook div.entry-content ul + .wp-block-image,
body.single.yearbook div.entry-content .wp-block-image + .wp-block-image,
body.single.yearbook div.entry-content blockquote + .wp-block-image,
body.single.yearbook div.entry-content .wp-block-image + .wp-block-embed,
body.single.yearbook div.entry-content ul + h3,
body.single.yearbook div.entry-content p + h3,
body.single.yearbook div.entry-content .wp-block-embed + blockquote,
body.single.yearbook div.entry-content blockquote + .wp-block-image,
body.single.yearbook div.entry-content blockquote + .wp-block-columns,
body.single.yearbook div.entry-content .wp-block-columns + .wp-block-embed,
body.single.yearbook div.entry-content ul + .wp-block-columns,
body.single.yearbook div.entry-content .wp-block-columns + .wp-block-embed,
body.single.yearbook div.entry-content .wp-block-columns + .wp-block-columns,
body.single.yearbook div.entry-content figure + h3 {
  margin-top: 100px;
}

body.single.yearbook div.entry-content .wp-block-image img {
  width: 100%;
  height: auto;
}

body.single.yearbook div.entry-content .wp-block-image .aligncenter,
body.single.yearbook div.entry-content .wp-block-image .alignleft,
body.single.yearbook div.entry-content .wp-block-image .alignright,
body.single.yearbook div.entry-content .wp-block-image.is-resized {
  display: block;
}

body.single.yearbook div.entry-content h1,
body.single.yearbook div.entry-content h2,
body.single.yearbook div.entry-content h3 {
  text-align: center !important;
  font-family: 'Shrikhand', cursive !important;
  font-weight: 400 !important;
}

body.single.yearbook div.entry-content h1 {
  position: relative;
  overflow: hidden;
  color: #fff;
  padding: 50px 0;
  transform: rotate(-4deg);
  font-size: 4rem;
}

body.single.yearbook div.entry-content h1:before {
  background: url(images/yearbook-headline-background-h1.svg) center center no-repeat;
  background-size: auto 100px;
  content: "";
  height: 107px;
  margin-left: -163px;
  margin-top: -40px;
  position: absolute;
  transform: rotate(4deg);
  width: 502px;
  z-index: -1;
}

body.single.yearbook div.entry-content h2 {
  background: url(images/yearbook-headline-background-h2.svg) center center no-repeat;
  background-size: auto 100px;
  color: #fff !important;
  font-size: 3.5rem !important;
  line-height: 90% !important;
  padding: 50px;
  position: relative;
}

body.single.yearbook div.entry-content h3 {
  color: #000 !important;
  font-size: 3rem !important;
  text-align: left !important;
  line-height: 100% !important;
}

body.single.yearbook .entry-content a,
body.single.yearbook .entry-content a:hover,
body.single.yearbook .entry-content a:active,
body.single.yearbook .entry-content a:visited {
  border-color: #f00;
  color: #f00;
}

body.single.yearbook .entry-content p,
body.single.yearbook .entry-content li,
body.single.yearbook .entry-content blockquote {
  font-family: 'IBM Plex Mono', monospace;
}

body.single.yearbook .entry-content ol,
body.single.yearbook .entry-content ul {
  margin-top: 40px;
  margin-left: 32px;
}

body.single.yearbook .entry-content li {
  padding-left: 20px;
  margin-bottom: 20px;
}

body.single.yearbook .entry-content ul li {
  list-style: none;
}

body.single.yearbook .entry-content ul li:before {
  content: "+";
  margin-right: 40px;
  margin-left: -50px;
  font-weight: bold;
  color: #f00;
}

body.single.yearbook .wp-block-pullquote {
  font-family: 'IBM Plex Mono', monospace;
  color: #000;
  font-size: 1.625rem;
}

body.single.yearbook .wp-block-pullquote p {
  color: #000;
  font-size: 1.625rem;
  line-height: 180%;
  text-align: center !important;
}

body.single.yearbook .wp-block-pullquote blockquote {
  border: 0;
  text-align: center;
  padding: 0 80px;
  margin: 0px 0 25px 0;
}

body.single.yearbook .wp-block-pullquote cite,
body.single.yearbook .wp-block-quote cite {
  font-style: normal;
  font-size: 1rem;
  color: #000;
  display: block;
}

body.single.yearbook .wp-block-pullquote cite::before,
body.single.yearbook .wp-block-quote cite::before {
  content: "— ";
}

body.single.yearbook .wp-block-quote cite {
  text-align: right;
}

body.single.yearbook .wp-block-quote {
  border: 0;
  display: inline-block;
  position: relative;
  font-family: 'IBM Plex Mono', monospace;
  color: #000;
  padding: 35px 43px;
  margin-top: 0;
  line-height: 150% !important;
}

body.single.yearbook .wp-block-quote:before {
  border-top: 10px solid #f00;
  border-left: 10px solid #f00;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 130px;
  width: 130px;
}

body.single.yearbook .wp-block-quote:after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  width: 130px;
  height: 130px;
  border-bottom: 10px solid #f00;
  border-right: 10px solid #f00;
}

body.single.yearbook .wp-block-embed-spotify iframe {
  width: 100%;
}

body.single.yearbook div.entry-content h3.black-dot {
  background: url(images/yearbook-icon-black-blob-top-2x.png) top center no-repeat;
  background-size: 100%;
  text-align: center !important;
  padding: 60px;
  color: #f3f3f3 !important;
  margin-bottom: 0;
  min-height: 270px;
  display: flex;
  justify-content: center;
  align-items: center;
}

body.single.yearbook div.entry-content ul.black-dot {
  background: url(images/yearbook-icon-black-blob-bottom-2x.png) bottom center no-repeat;
  background-size: 100%;
  color: #fff;
  text-align: center;
  margin: 0;
  min-height: 280px;
  padding: 0px 25px 100px 25px;
}

body.single.yearbook div.entry-content ul.black-dot li {
  line-height: 120%;
  list-style-type: none;
}

body.single.yearbook div.entry-content ul.black-dot li:before {
  content: "";
}

body.single.yearbook div.entry-content ul.wp-block-jetpack-slideshow_swiper-wrappper {
  margin-left: 0;
}

body.single.yearbook div.entry-content ul.wp-block-jetpack-slideshow_swiper-wrappper li {
  padding-left: 0;
}

body.single.yearbook div.entry-content ul.wp-block-jetpack-slideshow_swiper-wrappper li:before {
  content: none;
}

body.single.yearbook div.entry-content .wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_slide {
  background: transparent;
}

body.single.yearbook div.entry-content .wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_slide .gallery-caption {
  display: block;
  text-align: center;
  font-size: .875rem;
}

body.single.yearbook div.entry-content .wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_button-next,
body.single.yearbook div.entry-content .wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_button-pause,
body.single.yearbook div.entry-content .wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_button-prev {
  background-color: #f00;
  background-size: 30px;
  border: 0;
  border-radius: 0;
  height: 35px;
  outline: 0;
  width: 30px;
}

body.single.yearbook div.entry-content .wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_button-prev {
  margin-left: -10px;
  margin-top: 5px;
}

body.single.yearbook div.entry-content .wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_button-next {
  margin-right: -10px;
  margin-top: 5px;
}

body.single.yearbook div.entry-content ul.wp-block-gallery {
  margin-left: 0 !Important;
}

body.single.yearbook div.entry-content ul li.blocks-gallery-item {
  padding-left: 0 !important;
}

body.single.yearbook div.entry-content ul li.blocks-gallery-item:before {
  content: "";
}

body.single.yearbook div.entry-content .flickity-button {
  background: #f00 !important;
  border-radius: 0;
  width: 75px;
  border: 0 !important;
}

body.single.yearbook div.entry-content .flickity-button:active {
  background: #f00 !important;
  opacity: 1;
}

body.single.yearbook div.entry-content .flickity-prev-next-button.previous {
  left: -20px;
}

body.single.yearbook div.entry-content .flickity-prev-next-button.next {
  right: -20px;
}

body.single.yearbook div.entry-content .flickity-button-icon {
  fill: #fff;
}

body.single.yearbook div.entry-content .wp-block-image.memory {
  border: 10px solid #000;
  padding: 30px;
  margin-top: 0px;
  cursor: pointer;
}

body.single.yearbook div.entry-content .wp-block-image.memory figcaption {
  font-family: 'IBM Plex Mono', monospace;
  font-weight: 600;
  font-style: italic;
  color: #000;
  font-size: 1.125rem;
  line-height: 170%;
}

body.single.yearbook div.entry-content .wp-block-image.memory figcaption a {
  font-style: normal;
  font-family: 'IBM Plex Mono', monospace;
  font-weight: normal;
}

body.single.yearbook div.entry-content .wp-block-image.memory + p {
  border: 10px solid #000;
  border-top: 0;
  padding: 30px;
  padding-top: 0;
  display: none;
}

body.single.yearbook div.entry-content .wp-block-gallery .blocks-gallery-image figcaption,
body.single.yearbook div.entry-content .wp-block-gallery .blocks-gallery-item figcaption {
  line-height: 120%;
  background: #f3f3f3;
  padding-top: 10px;
  min-height: 45px;
  color: #000;
}

body.single.yearbook .see-all {
  display: none;
}

body.single.yearbook .pagination {
  text-align: center !important;
}

body.single.yearbook .pagination .pages {
  display: none;
}

@media only screen and (min-width: 600px) and (max-width: 781px) {
  body.single.yearbook div.entry-content .wp-block-columns.has-2-columns .wp-block-column {
    flex-basis: 100%;
  }

  body.single.yearbook div.entry-content .wp-block-columns.has-2-columns .wp-block-column,
  body.single.yearbook div.entry-content .wp-block-columns.has-2-columns .wp-block-column:not(:first-child),
  body.single.yearbook div.entry-content .wp-block-columns.has-2-columns .wp-block-column:nth-child(2n) {
    margin-left: 0;
  }

  body.single.yearbook div.entry-content .wp-block-image img {
    max-width: 500px;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width: 781px) {
  body.single.yearbook .wp-block-pullquote blockquote {
    padding: 0 20px;
  }

  body.single.yearbook .wp-block-pullquote {
    padding: 1.5em 0;
  }

  body.single.yearbook .wp-block-pullquote,
  body.single.yearbook .wp-block-pullquote p {
    font-size: 1.25rem;
  }

  body.single.yearbook div.entry-content h2 {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 2.25rem !important;
  }

  body.single.yearbook div.entry-content h3 {
    font-size: 2.25rem !important;
  }
}
@media (min-width: 900px) {
  body.single.yearbook .wp-block-column:not(:last-child) {
    margin-right: 60px;
  }
}
/* ==========================================================================
   Queer Girl City Guide
   ========================================================================== */
/* =Queer Girl City Guide
----------------------------------------------- */
body.single.queer-girl-city-guide,
body.single.resources {
  /* Blockquote (modified from yearbook) */
  /* Black blob situation (group block) */
}
body.single.queer-girl-city-guide #secondary,
body.single.resources #secondary {
  display: none;
}
body.single.queer-girl-city-guide .entry-header,
body.single.resources .entry-header {
  padding: 20px 120px 30px;
}
body.single.queer-girl-city-guide div.share-comment-etc,
body.single.resources div.share-comment-etc {
  padding-left: 120px;
}
body.single.queer-girl-city-guide .entry-content a,
body.single.resources .entry-content a {
  color: #66cccc;
}
body.single.queer-girl-city-guide .entry-content h1, body.single.queer-girl-city-guide .entry-content h2, body.single.queer-girl-city-guide .entry-content h3,
body.single.resources .entry-content h1,
body.single.resources .entry-content h2,
body.single.resources .entry-content h3 {
  font-family: 'Shrikhand', cursive !important;
  font-weight: 400 !important;
  word-break: break-word;
}
body.single.queer-girl-city-guide .entry-content h2,
body.single.resources .entry-content h2 {
  font-kerning: none;
  letter-spacing: .5px;
  font-size: 2.75rem !important;
  background-color: #000;
  color: #fff !important;
  position: relative;
  padding: 10px 15px;
  line-height: 90% !important;
  display: table;
  margin-top: 30px !important;
  margin-bottom: 30px !important;
  hyphens: auto;
}
body.single.queer-girl-city-guide .entry-content h3,
body.single.resources .entry-content h3 {
  font-size: 2rem !important;
  line-height: auto;
}
body.single.queer-girl-city-guide .entry-content h3 a,
body.single.resources .entry-content h3 a {
  border-bottom: 0;
}
body.single.queer-girl-city-guide .entry-content .wp-block-embed.alignleft,
body.single.queer-girl-city-guide .entry-content .wp-block-embed.alignright,
body.single.resources .entry-content .wp-block-embed.alignleft,
body.single.resources .entry-content .wp-block-embed.alignright {
  max-width: 45%;
}
body.single.queer-girl-city-guide .entry-content .alignleft,
body.single.resources .entry-content .alignleft {
  padding-right: 1em;
}
body.single.queer-girl-city-guide .entry-content .alignright,
body.single.resources .entry-content .alignright {
  padding-left: 1em;
}
body.single.queer-girl-city-guide .entry-content div.wp-block-image + h3,
body.single.resources .entry-content div.wp-block-image + h3 {
  clear: none;
  margin-bottom: 25px;
}
body.single.queer-girl-city-guide .entry-content p.has-drop-cap:first-letter,
body.single.resources .entry-content p.has-drop-cap:first-letter {
  color: #66cccc !important;
  font-family: 'Shrikhand', cursive !important;
  margin-top: -0.1em;
  font-size: 5.75em;
}
body.single.queer-girl-city-guide .entry-content p.has-drop-cap:after,
body.single.resources .entry-content p.has-drop-cap:after {
  content: unset;
}
body.single.queer-girl-city-guide .entry-content hr,
body.single.queer-girl-city-guide .entry-content hr.is-style-default,
body.single.resources .entry-content hr,
body.single.resources .entry-content hr.is-style-default {
  width: 50%;
  height: 2px;
  background-color: #000;
  margin: 50px auto;
}
body.single.queer-girl-city-guide .entry-content hr.is-style-wide,
body.single.resources .entry-content hr.is-style-wide {
  width: 100%;
  height: 3px;
  background-color: #000;
  margin: 50px auto;
}
body.single.queer-girl-city-guide .entry-content hr.is-style-dots,
body.single.resources .entry-content hr.is-style-dots {
  width: auto;
  height: auto;
  background-color: transparent;
}
body.single.queer-girl-city-guide .wp-block-pullquote,
body.single.resources .wp-block-pullquote {
  font-family: 'IBM Plex Mono', monospace;
  color: #000;
  font-size: 1.625rem;
}
body.single.queer-girl-city-guide .wp-block-pullquote p,
body.single.resources .wp-block-pullquote p {
  color: #000;
  font-size: 1.625rem;
  line-height: 180%;
  text-align: center !important;
}
body.single.queer-girl-city-guide .wp-block-pullquote blockquote,
body.single.resources .wp-block-pullquote blockquote {
  border: 0;
  text-align: center;
  padding: 0 80px;
  margin: 0px 0 25px 0;
}
body.single.queer-girl-city-guide .wp-block-pullquote cite,
body.single.queer-girl-city-guide .wp-block-quote cite,
body.single.resources .wp-block-pullquote cite,
body.single.resources .wp-block-quote cite {
  font-style: normal;
  font-size: 1rem;
  font-weight: 700;
  color: #000;
  display: block;
}
body.single.queer-girl-city-guide .wp-block-pullquote cite::before,
body.single.queer-girl-city-guide .wp-block-quote cite::before,
body.single.resources .wp-block-pullquote cite::before,
body.single.resources .wp-block-quote cite::before {
  content: "– ";
}
body.single.queer-girl-city-guide .wp-block-quote cite,
body.single.resources .wp-block-quote cite {
  text-align: right;
}
body.single.queer-girl-city-guide .wp-block-quote,
body.single.resources .wp-block-quote {
  color: #000;
  border: 0;
  font-size: 0.925rem;
  line-height: 150% !important;
  margin-top: 0;
  margin-bottom: 125px;
  padding: 35px 43px;
  position: relative;
}
body.single.queer-girl-city-guide .wp-block-quote:before,
body.single.resources .wp-block-quote:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 75px;
  height: 75px;
  border-top: 12px solid #66cccc;
  border-left: 12px solid #66cccc;
}
body.single.queer-girl-city-guide .wp-block-quote:after,
body.single.resources .wp-block-quote:after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  width: 75px;
  height: 75px;
  border-bottom: 12px solid #66cccc;
  border-right: 12px solid #66cccc;
}
body.single.queer-girl-city-guide .wp-block-group,
body.single.resources .wp-block-group {
  background-color: #000;
  color: #fff;
  padding: 25px 50px;
  margin-left: calc(45% + 1.5rem);
  margin-bottom: 50px;
  font-size: 0.85em;
}
body.single.queer-girl-city-guide .wp-block-group h2, body.single.queer-girl-city-guide .wp-block-group h3, body.single.queer-girl-city-guide .wp-block-group h4,
body.single.resources .wp-block-group h2,
body.single.resources .wp-block-group h3,
body.single.resources .wp-block-group h4 {
  clear: none;
}
body.single.queer-girl-city-guide .wp-block-group h3,
body.single.resources .wp-block-group h3 {
  font-family: 'Shrikhand', cursive !important;
  font-size: 1.5em;
  padding-bottom: -2rem !important;
}
body.single.queer-girl-city-guide .wp-block-group h4,
body.single.resources .wp-block-group h4 {
  color: #fff !important;
}
body.single.queer-girl-city-guide .wp-block-group p,
body.single.resources .wp-block-group p {
  line-height: 1.65;
}
body.single.queer-girl-city-guide .wp-block-group:first-child,
body.single.resources .wp-block-group:first-child {
  margin-top: 0;
  padding-top: 0;
}
body.single.queer-girl-city-guide .wp-block-group:last-child,
body.single.resources .wp-block-group:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
body.single.queer-girl-city-guide iframe.instagram-media,
body.single.resources iframe.instagram-media {
  max-width: 100% !important;
}

/* =Responsive
----------------------------------------------- */
@media screen and (max-width: 810px) {
  body.single.queer-girl-city-guide .entry-header,
  body.single.resources .entry-header {
    padding: 20px 40px 30px;
  }
}
@media (max-width: 576px) {
  body.single.queer-girl-city-guide .entry-header,
  body.single.resources .entry-header {
    padding: 20px;
  }
}
/* ==========================================================================
   S L I C K
   ========================================================================== */
/* =S L I C K
----------------------------------------------- */
/* Both Dark and Light Mode */
body.single.s-l-i-c-k #leaderboard, body.single.s-l-i-c-k #leaderboard-bottom,
body.single.s-l-i-c-k #in-post-leaderboard, body.single.s-l-i-c-k .bottom-banner-ad,
body.single.light-mode #leaderboard,
body.single.light-mode #leaderboard-bottom,
body.single.light-mode #in-post-leaderboard,
body.single.light-mode .bottom-banner-ad {
  display: none;
}
body.single.s-l-i-c-k #catapult-cookie-bar,
body.single.light-mode #catapult-cookie-bar {
  display: none;
}
body.single.s-l-i-c-k #desktop-header .top-navigation li#menu-item-338904 span,
body.single.light-mode #desktop-header .top-navigation li#menu-item-338904 span {
  background: #bca6fb;
}
body.single.s-l-i-c-k .entry-header,
body.single.s-l-i-c-k div.share-comment-etc,
body.single.light-mode .entry-header,
body.single.light-mode div.share-comment-etc {
  text-align: center;
}
body.single.s-l-i-c-k div.share-comment-etc ul.share-this li,
body.single.light-mode div.share-comment-etc ul.share-this li {
  display: inline-block;
  float: none;
}
body.single.s-l-i-c-k .entry-header div.posted-on,
body.single.light-mode .entry-header div.posted-on {
  display: inline-block;
  text-align: left;
  white-space: nowrap;
}
body.single.s-l-i-c-k .entry-header div.posted-on img.avatar,
body.single.light-mode .entry-header div.posted-on img.avatar {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}
body.single.s-l-i-c-k.a-plus div.entry-content div.mepr-unauthorized-message a.button,
body.single.light-mode.a-plus div.entry-content div.mepr-unauthorized-message a.button {
  background: #bca6fb;
}
body.single.s-l-i-c-k.a-plus div.entry-content div.mepr-unauthorized-message a.button:hover, body.single.s-l-i-c-k.a-plus div.entry-content div.mepr-unauthorized-message a.button:focus, body.single.s-l-i-c-k.a-plus div.entry-content div.mepr-unauthorized-message a.button:active,
body.single.light-mode.a-plus div.entry-content div.mepr-unauthorized-message a.button:hover,
body.single.light-mode.a-plus div.entry-content div.mepr-unauthorized-message a.button:focus,
body.single.light-mode.a-plus div.entry-content div.mepr-unauthorized-message a.button:active {
  background: #9b9b9b !important;
}
body.single.s-l-i-c-k .entry-content a, body.single.s-l-i-c-k .entry-content a:visited,
body.single.light-mode .entry-content a,
body.single.light-mode .entry-content a:visited {
  color: #bca6fb;
  border-bottom: 1px solid #bca6fb;
}
body.single.s-l-i-c-k .entry-content a:hover, body.single.s-l-i-c-k .entry-content a:focus, body.single.s-l-i-c-k .entry-content a:active,
body.single.light-mode .entry-content a:hover,
body.single.light-mode .entry-content a:focus,
body.single.light-mode .entry-content a:active {
  color: #9b9b9b;
  border-bottom: 1px solid #9b9b9b;
}
body.single.s-l-i-c-k .entry-content blockquote.pullquote,
body.single.light-mode .entry-content blockquote.pullquote {
  color: #bca6fb;
}
body.single.s-l-i-c-k #comments ol.commentlist img.avatar,
body.single.light-mode #comments ol.commentlist img.avatar {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}
body.single.s-l-i-c-k #comments ol.commentlist a, body.single.s-l-i-c-k #comments ol.commentlist a:visited,
body.single.light-mode #comments ol.commentlist a,
body.single.light-mode #comments ol.commentlist a:visited {
  color: #bca6fb;
}
body.single.s-l-i-c-k #comments ol.commentlist a:hover, body.single.s-l-i-c-k #comments ol.commentlist a:focus, body.single.s-l-i-c-k #comments ol.commentlist a:active,
body.single.light-mode #comments ol.commentlist a:hover,
body.single.light-mode #comments ol.commentlist a:focus,
body.single.light-mode #comments ol.commentlist a:active {
  color: #9b9b9b;
}
body.single.s-l-i-c-k #comments ol.commentlist a cite, body.single.s-l-i-c-k #comments ol.commentlist a cite:visited,
body.single.light-mode #comments ol.commentlist a cite,
body.single.light-mode #comments ol.commentlist a cite:visited {
  color: #bca6fb;
}
body.single.s-l-i-c-k #comments ol.commentlist a cite:hover, body.single.s-l-i-c-k #comments ol.commentlist a cite:focus, body.single.s-l-i-c-k #comments ol.commentlist a cite:active,
body.single.light-mode #comments ol.commentlist a cite:hover,
body.single.light-mode #comments ol.commentlist a cite:focus,
body.single.light-mode #comments ol.commentlist a cite:active {
  color: #9b9b9b;
}
body.single.s-l-i-c-k #comments div.commentmetadata a, body.single.s-l-i-c-k #comments div.commentmetadata a:visited,
body.single.s-l-i-c-k #comments #leaveareply a,
body.single.s-l-i-c-k #comments #leaveareply a:visited,
body.single.light-mode #comments div.commentmetadata a,
body.single.light-mode #comments div.commentmetadata a:visited,
body.single.light-mode #comments #leaveareply a,
body.single.light-mode #comments #leaveareply a:visited {
  color: #bca6fb !important;
}
body.single.s-l-i-c-k #comments div.commentmetadata a:hover, body.single.s-l-i-c-k #comments div.commentmetadata a:focus, body.single.s-l-i-c-k #comments div.commentmetadata a:active,
body.single.s-l-i-c-k #comments #leaveareply a:hover,
body.single.s-l-i-c-k #comments #leaveareply a:focus,
body.single.s-l-i-c-k #comments #leaveareply a:active,
body.single.light-mode #comments div.commentmetadata a:hover,
body.single.light-mode #comments div.commentmetadata a:focus,
body.single.light-mode #comments div.commentmetadata a:active,
body.single.light-mode #comments #leaveareply a:hover,
body.single.light-mode #comments #leaveareply a:focus,
body.single.light-mode #comments #leaveareply a:active {
  color: #9b9b9b !important;
  border-bottom: 1px solid #9b9b9b !important;
}
body.single.s-l-i-c-k #comments ol.commentlist .comment-content a, body.single.s-l-i-c-k #comments ol.commentlist .comment-content a:visited,
body.single.light-mode #comments ol.commentlist .comment-content a,
body.single.light-mode #comments ol.commentlist .comment-content a:visited {
  color: #bca6fb !important;
  border-bottom: 1px solid #bca6fb !important;
}
body.single.s-l-i-c-k #comments ol.commentlist .comment-content a:hover, body.single.s-l-i-c-k #comments ol.commentlist .comment-content a:focus, body.single.s-l-i-c-k #comments ol.commentlist .comment-content a:active,
body.single.light-mode #comments ol.commentlist .comment-content a:hover,
body.single.light-mode #comments ol.commentlist .comment-content a:focus,
body.single.light-mode #comments ol.commentlist .comment-content a:active {
  color: #9b9b9b !important;
  border-bottom: 1px solid #9b9b9b !important;
}
body.single.s-l-i-c-k #comments p.form-submit #submit,
body.single.s-l-i-c-k #comments div.reply a,
body.single.light-mode #comments p.form-submit #submit,
body.single.light-mode #comments div.reply a {
  background: #bca6fb;
}
body.single.s-l-i-c-k #comments p.form-submit #submit:hover, body.single.s-l-i-c-k #comments p.form-submit #submit:focus, body.single.s-l-i-c-k #comments p.form-submit #submit:active,
body.single.s-l-i-c-k #comments div.reply a:hover,
body.single.s-l-i-c-k #comments div.reply a:focus,
body.single.s-l-i-c-k #comments div.reply a:active,
body.single.light-mode #comments p.form-submit #submit:hover,
body.single.light-mode #comments p.form-submit #submit:focus,
body.single.light-mode #comments p.form-submit #submit:active,
body.single.light-mode #comments div.reply a:hover,
body.single.light-mode #comments div.reply a:focus,
body.single.light-mode #comments div.reply a:active {
  background: #9b9b9b !important;
}
body.single.s-l-i-c-k #respond a, body.single.s-l-i-c-k #respond a:visited,
body.single.light-mode #respond a,
body.single.light-mode #respond a:visited {
  color: #bca6fb;
  border-bottom: 1px solid #bca6fb;
}
body.single.s-l-i-c-k #respond a:hover, body.single.s-l-i-c-k #respond a:focus, body.single.s-l-i-c-k #respond a:active,
body.single.light-mode #respond a:hover,
body.single.light-mode #respond a:focus,
body.single.light-mode #respond a:active {
  color: #9b9b9b;
  border-bottom: 1px solid #9b9b9b;
}
body.single.s-l-i-c-k #respond a, body.single.s-l-i-c-k #respond a:visited,
body.single.s-l-i-c-k #backtotop a,
body.single.s-l-i-c-k #backtotop a:visited,
body.single.light-mode #respond a,
body.single.light-mode #respond a:visited,
body.single.light-mode #backtotop a,
body.single.light-mode #backtotop a:visited {
  color: #bca6fb;
}
body.single.s-l-i-c-k #respond a:hover, body.single.s-l-i-c-k #respond a:focus, body.single.s-l-i-c-k #respond a:active,
body.single.s-l-i-c-k #backtotop a:hover,
body.single.s-l-i-c-k #backtotop a:focus,
body.single.s-l-i-c-k #backtotop a:active,
body.single.light-mode #respond a:hover,
body.single.light-mode #respond a:focus,
body.single.light-mode #respond a:active,
body.single.light-mode #backtotop a:hover,
body.single.light-mode #backtotop a:focus,
body.single.light-mode #backtotop a:active {
  color: #9b9b9b;
  border-bottom: 1px solid #9b9b9b;
}
body.single.s-l-i-c-k div.author-bio img.avatar,
body.single.light-mode div.author-bio img.avatar {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}
body.single.s-l-i-c-k div.author-bio a, body.single.s-l-i-c-k div.author-bio a:visited,
body.single.light-mode div.author-bio a,
body.single.light-mode div.author-bio a:visited {
  color: #bca6fb !important;
  border-bottom: 1px solid #bca6fb !important;
}
body.single.s-l-i-c-k div.author-bio a:hover, body.single.s-l-i-c-k div.author-bio a:focus, body.single.s-l-i-c-k div.author-bio a:active,
body.single.light-mode div.author-bio a:hover,
body.single.light-mode div.author-bio a:focus,
body.single.light-mode div.author-bio a:active {
  color: #9b9b9b !important;
  border-bottom: 1px solid #9b9b9b !important;
}
body.single.s-l-i-c-k li.bypostauthor > article > footer > div > a > img.avatar,
body.single.light-mode li.bypostauthor > article > footer > div > a > img.avatar {
  border: 4px solid #bca6fb;
}
body.single.s-l-i-c-k footer#bottomlinks a, body.single.s-l-i-c-k footer#bottomlinks a:visited,
body.single.light-mode footer#bottomlinks a,
body.single.light-mode footer#bottomlinks a:visited {
  color: #bca6fb !important;
}
body.single.s-l-i-c-k footer#bottomlinks a:hover, body.single.s-l-i-c-k footer#bottomlinks a:focus, body.single.s-l-i-c-k footer#bottomlinks a:active,
body.single.light-mode footer#bottomlinks a:hover,
body.single.light-mode footer#bottomlinks a:focus,
body.single.light-mode footer#bottomlinks a:active {
  color: #9b9b9b !important;
  border-bottom: 1px solid #9b9b9b !important;
}

/* Dark Mode */
body.single.s-l-i-c-k.a-plus-member #masthead .site-title img.header-logo-black,
body.single.s-l-i-c-k.a-plus-member #masthead .site-title img.header-logo-aplus,
body.single.s-l-i-c-k.a-plus-member #masthead .site-title img.header-logo-white, body.single.s-l-i-c-k.a-plus-member #masthead-mobile .site-title img.header-logo-black,
body.single.s-l-i-c-k.a-plus-member #masthead-mobile .site-title img.header-logo-aplus,
body.single.s-l-i-c-k.a-plus-member #masthead-mobile .site-title img.header-logo-white {
  display: none;
}
body.single.s-l-i-c-k.a-plus-member #masthead .site-title img.header-logo-aplus-white, body.single.s-l-i-c-k.a-plus-member #masthead-mobile .site-title img.header-logo-aplus-white {
  display: block;
}
body.single.s-l-i-c-k.a-plus-member footer.site-footer div.left a img.header-logo-aplus-white {
  display: block;
}
body.single.s-l-i-c-k.a-plus-member footer.site-footer div.left a img.header-logo-black, body.single.s-l-i-c-k.a-plus-member footer.site-footer div.left a img.header-logo-white, body.single.s-l-i-c-k.a-plus-member footer.site-footer div.left a img.header-logo-aplus {
  display: none;
}

body.single.s-l-i-c-k #masthead .site-title img.header-logo-black,
body.single.s-l-i-c-k #masthead .site-title img.header-logo-aplus-white,
body.single.s-l-i-c-k #masthead .site-title img.header-logo-aplus, body.single.s-l-i-c-k #masthead-mobile .site-title img.header-logo-black,
body.single.s-l-i-c-k #masthead-mobile .site-title img.header-logo-aplus-white,
body.single.s-l-i-c-k #masthead-mobile .site-title img.header-logo-aplus {
  display: none;
}
body.single.s-l-i-c-k #masthead .site-title img.header-logo-white, body.single.s-l-i-c-k #masthead-mobile .site-title img.header-logo-white {
  display: block;
}
body.single.s-l-i-c-k footer.site-footer div.left a img.header-logo-white {
  display: block;
}
body.single.s-l-i-c-k footer.site-footer div.left a img.header-logo-black, body.single.s-l-i-c-k footer.site-footer div.left a img.header-logo-white, body.single.s-l-i-c-k footer.site-footer div.left a img.header-logo-aplus, body.single.s-l-i-c-k footer.site-footer div.left a img.header-logo-aplus-white {
  display: none;
}

body.single.s-l-i-c-k {
  background: #080808;
}
body.single.s-l-i-c-k.a-plus div.entry-content div.mepr-unauthorized-message {
  color: #000;
}
body.single.s-l-i-c-k.a-plus div.entry-content div.mepr-unauthorized-message h2 {
  color: black !important;
}
body.single.s-l-i-c-k .entry-header,
body.single.s-l-i-c-k div.share-comment-etc,
body.single.s-l-i-c-k .entry-content,
body.single.s-l-i-c-k div.author-bio,
body.single.s-l-i-c-k nav.post-navigation,
body.single.s-l-i-c-k div.tags,
body.single.s-l-i-c-k #comments ol.commentlist li.depth-1, body.single.s-l-i-c-k #comments div#respond,
body.single.s-l-i-c-k footer.site-footer {
  color: #fff;
  background: #000;
}
body.single.s-l-i-c-k div.end-of-article-ads {
  background: #080808;
}
body.single.s-l-i-c-k #desktop-header .main-navigation > div > ul > li > span,
body.single.s-l-i-c-k #desktop-header .main-navigation a {
  color: #9b9b9b;
}
body.single.s-l-i-c-k #desktop-header .main-navigation > div > ul > li:hover > span, body.single.s-l-i-c-k #desktop-header .main-navigation > div > ul > li.active > span {
  background-image: none;
}
body.single.s-l-i-c-k #desktop-header button#more {
  color: #9b9b9b !important;
}
body.single.s-l-i-c-k #desktop-header button#more:hover, body.single.s-l-i-c-k #desktop-header button#more.active {
  background-image: none;
}
body.single.s-l-i-c-k #masthead, body.single.s-l-i-c-k #masthead-mobile {
  background: #000;
}
body.single.s-l-i-c-k .entry-header div.categories a, body.single.s-l-i-c-k .entry-header div.categories a:visited {
  color: #fff;
}
body.single.s-l-i-c-k .entry-header div.categories a:hover, body.single.s-l-i-c-k .entry-header div.categories a:focus, body.single.s-l-i-c-k .entry-header div.categories a:active {
  color: #9b9b9b;
}
body.single.s-l-i-c-k .entry-header .entry-title {
  color: #fff;
}
body.single.s-l-i-c-k .entry-header div.posted-on {
  color: #fff;
}
body.single.s-l-i-c-k .entry-header div.posted-on a, body.single.s-l-i-c-k .entry-header div.posted-on a:visited {
  color: #fff;
}
body.single.s-l-i-c-k .entry-header div.posted-on a:hover, body.single.s-l-i-c-k .entry-header div.posted-on a:focus, body.single.s-l-i-c-k .entry-header div.posted-on a:active {
  color: #9b9b9b;
}
body.single.s-l-i-c-k .entry-content h2, body.single.s-l-i-c-k .entry-content h3, body.single.s-l-i-c-k .entry-content h4, body.single.s-l-i-c-k .entry-content h5, body.single.s-l-i-c-k .entry-content h6 {
  color: #fff !important;
}
body.single.s-l-i-c-k .entry-content blockquote, body.single.s-l-i-c-k .entry-content blockquote.dialog {
  color: #fff;
}
body.single.s-l-i-c-k a.comments {
  background: #fff;
  color: #000;
}
body.single.s-l-i-c-k a.comments:hover {
  background: #9b9b9b;
}
body.single.s-l-i-c-k a.comments::after {
  border-color: white transparent;
}
body.single.s-l-i-c-k a.comments:hover::after {
  border-color: #9b9b9b transparent;
}
body.single.s-l-i-c-k .sd-content ul li a::before {
  color: #fff !important;
}
body.single.s-l-i-c-k .author-bio h3 a[rel="author"],
body.single.s-l-i-c-k #comments h3#reply-title,
body.single.s-l-i-c-k #comments label {
  color: #fff;
}
body.single.s-l-i-c-k footer.site-footer h3 {
  color: #9b9b9b;
}
body.single.s-l-i-c-k #nav-above a, body.single.s-l-i-c-k #nav-above a:visited,
body.single.s-l-i-c-k #backtotop a,
body.single.s-l-i-c-k #backtotop a:visited,
body.single.s-l-i-c-k footer .menu a,
body.single.s-l-i-c-k footer .menu a:visited {
  color: #fff;
}
body.single.s-l-i-c-k #nav-above a:hover, body.single.s-l-i-c-k #nav-above a:focus, body.single.s-l-i-c-k #nav-above a:active,
body.single.s-l-i-c-k #backtotop a:hover,
body.single.s-l-i-c-k #backtotop a:focus,
body.single.s-l-i-c-k #backtotop a:active,
body.single.s-l-i-c-k footer .menu a:hover,
body.single.s-l-i-c-k footer .menu a:focus,
body.single.s-l-i-c-k footer .menu a:active {
  color: #9b9b9b;
}
body.single.s-l-i-c-k #comments h2.comments-title {
  color: #fff;
}
body.single.s-l-i-c-k div.related-posts h3 {
  background: #000;
}
body.single.s-l-i-c-k div.related-posts #jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post {
  background: #000 !important;
}
body.single.s-l-i-c-k div.related-posts #jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post .jp-relatedposts-post-title a {
  color: #fff !important;
}
body.single.s-l-i-c-k div.nav-previous a {
  background: url(images/arrows-white-previous.png) left center no-repeat;
}
body.single.s-l-i-c-k div.nav-next a {
  background: url(images/arrows-white-next.png) right center no-repeat;
}

/* =Responsive
----------------------------------------------- */
@media screen and (max-width: 800px) {
  body.single.s-l-i-c-k #hamburger span {
    background: #fff;
  }
  body.single.s-l-i-c-k #logo-mobile .logo-aplus-mobile-black {
    display: none;
  }
  body.single.s-l-i-c-k #logo-mobile .logo-aplus-mobile-white {
    display: block;
  }
}
/* ==========================================================================
   Footer
   ========================================================================== */
/* =Footer
----------------------------------------------- */
footer {
  clear: both;
}

footer.site-footer {
  font-family: 'IBM Plex Sans', sans-serif;
  background: #fff;
  border-radius: 8px;
  display: table;
  box-sizing: border-box;
  width: 1300px;
  max-width: 1300px;
  margin: 20px auto 0 auto;
}
footer.site-footer div.left {
  width: 43%;
  float: left;
  padding: 7px 0 0 0;
  padding: 50px 0 50px 50px;
}
footer.site-footer div.left a {
  margin-top: 40px;
  max-width: 371px;
}
footer.site-footer div.left a img {
  width: 100%;
  max-width: 400px;
  height: auto;
}
footer.site-footer div.left a img.header-logo-white, footer.site-footer div.left a img.header-logo-aplus {
  display: none;
}
.a-plus-member footer.site-footer div.left a img.header-logo-aplus {
  display: block;
}
.a-plus-member footer.site-footer div.left a img.header-logo-black,
.a-plus-member footer.site-footer div.left a img.img.header-logo-aplus-white {
  display: none;
}

footer.site-footer div.right {
  width: 50%;
  float: right;
  padding: 50px 50px 50px 0;
}

footer.site-footer div.right div.one,
footer.site-footer div.right div.two,
footer.site-footer div.right div.three {
  width: 33%;
  float: left;
  text-transform: uppercase;
  font-size: 0.75rem;
  line-height: 1.375rem;
}

footer.site-footer div.right h3 {
  font-size: 0.75rem;
  margin: 0;
  color: #000;
}

footer.site-footer div.right ul,
footer.site-footer div.right li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

footer.site-footer div.newsletter {
  clear: both;
  padding-top: 30px;
}

footer.site-footer div.newsletter input[type="email"] {
  height: 60px;
  width: 70%;
  padding: 0 20px;
  float: left;
}

footer.site-footer div.newsletter input[type="email"]:focus {
  border-color: #578e9e;
}

footer.site-footer div.newsletter input[type="submit"] {
  height: 60px;
  margin-left: 10px;
}

footer#bottomlinks {
  font-size: 0.75rem;
  width: 1300px;
  max-width: 1300px;
  margin: 10px auto 0 auto;
  padding: 0 10px;
  text-shadow: none;
  font-family: 'Montserrat', sans-serif;
  font-family: 'IBM Plex Sans', sans-serif;
}

p.copyright,
p.terms {
  width: 50%;
  float: left;
}

p.terms {
  text-align: right;
}

/* ==========================================================================
   Responsive Styles
   ========================================================================== */
/* =Responsive
----------------------------------------------- */
@media only screen and (min-width: 1301px) and (max-width: 1408px) {
  #logo-top-nav-bar {
    padding-right: 20px;
  }

  #desktop-header .top-navigation ul li:last-child:hover > ul,
  #desktop-header .top-navigation ul li:last-child.focus > ul {
    left: -125px !important;
  }
}
@media only screen and (max-width: 1300px) {
  #main,
  #leaderboard,
  header hgroup,
  footer.site-footer,
  footer#bottomlinks {
    width: 100% !important;
  }

  footer#colophon {
    width: 1300px;
    width: 100%;
  }

  body.home-page #main,
  body.search #main,
  body.archive #main {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 1280px) {
  body.single.queer-girl-city-guide .wp-block-embed.alignleft,
  body.single.queer-girl-city-guide .wp-block-embed.alignright {
    max-width: unset;
    float: none;
  }

  body.single.queer-girl-city-guide div.wp-block-image * {
    width: 100%;
    float: none;
  }

  body.single.queer-girl-city-guide .wp-block-quote {
    margin-left: unset;
    width: 100%;
    clear: both;
  }

  body.single.queer-girl-city-guide .wp-block-group {
    margin-left: unset;
  }
}
@media screen and (max-width: 970px) {
  body.single.queer-girl-city-guide .wp-block-columns {
    flex-wrap: wrap !important;
  }

  body.single.queer-girl-city-guide .wp-block-column {
    flex-basis: 100% !Important;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 50px;
  }

  body.single.queer-girl-city-guide .wp-block-quote {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 801px) and (max-width: 1300px) {
  #desktop-header #navBarInner {
    padding-left: 20px;
    padding-right: 20px;
  }
  #desktop-header #logo {
    padding-left: 20px;
  }
  #desktop-header .top-navigation {
    padding-right: 20px;
  }
  #desktop-header #moreMenu {
    margin-left: -20px;
  }
  #desktop-header .top-navigation ul li:last-child:hover > ul,
  #desktop-header .top-navigation ul li:last-child.focus > ul {
    left: -131px;
  }

  #main {
    padding-left: 20px;
    padding-right: 20px;
  }

  #secondary #searchform.affiliates input[type="text"] {
    width: 75%;
  }

  form.searchandfilter {
    padding: 30px 20px;
  }

  #secondary #searchform.affiliates {
    padding: 50px 20px 30px 20px;
  }
}
@media only screen and (min-width: 801px) and (max-width: 935px) {
  #desktop-header .main-navigation {
    width: 85%;
  }

  #desktop-header #follow-social-buttons {
    width: 15%;
  }

  #desktop-header .main-navigation ul.menu > li {
    margin-right: 12px;
  }

  #desktop-header #follow-social-buttons a {
    margin-left: 5px;
  }

  #secondary #searchform.affiliates input[type="text"] {
    width: 70%;
  }

  .searchandfilter h4 {
    font-size: 1.2rem;
  }
}
@media only screen and (min-width: 801px) and (max-width: 816px) {
  #desktop-header .main-navigation ul.menu > li {
    margin-right: 10px;
  }
}
@media screen and (min-width: 801px) {
  #mm-mobile-menu {
    display: none;
  }

  html.mm-opening .mm-slideout {
    transform: translate3d(0, 0, 0) !important;
  }

  footer.site-footer div.left a img {
    margin-top: 25px;
  }
}
/* Mobile  */
@media all and (max-width: 900px) {
  ul.share-this li {
    padding-right: 5px;
  }

  body.page-id-243659 div.entry-content .membershipOption h4,
  body.page-id-245373 div.entry-content .membershipOption h4 {
    font-size: 3rem !important;
  }

  div.membershipOption header {
    min-height: auto;
  }
}
@media screen and (max-width: 800px) {
  #mobile-header {
    font-family: 'IBM Plex Sans', sans-serif;
    display: block;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999999999999;
  }

  .sidebar-issues-mobile {
    display: block;
  }

  .mobile-subheader {
    margin-top: 82px;
  }

  .has-cookie-bar #catapult-cookie-bar {
    margin-top: 82px;
  }
  .has-cookie-bar .mobile-subheader {
    margin-top: 0;
  }

  #desktop-header {
    display: none;
  }

  #logo-top-nav-bar-mobile {
    padding: 10px 0;
    border-bottom: 1px solid #ccc;
  }

  .site-header {
    padding: 0;
  }

  #logo-mobile {
    width: 100%;
    float: none;
    text-align: center;
    padding-right: 40px;
  }
  #logo-mobile .logo-mobile-white,
  #logo-mobile .logo-aplus-mobile-white,
  #logo-mobile .logo-aplus-mobile-black {
    display: none;
  }

  body.a-plus-member #logo-mobile .logo-mobile-black {
    display: none;
  }
  body.a-plus-member #logo-mobile .logo-aplus-mobile-black {
    display: block;
  }

  .site-title img {
    margin: 0;
  }

  .site-title,
  header hgroup {
    width: auto !important;
  }

  #navBar {
    border-top: 0;
    padding: 0;
    height: 0;
  }

  li.menu-item-338904 {
    background: #fc4865;
    color: #fff;
  }

  #hamburger {
    display: block;
    width: 48px;
    padding: 5px 10px 5px 15px;
    margin: 15px 0 0 0;
    overflow: hidden;
    float: left;
  }
  #hamburger span {
    background: #000;
    display: block;
    height: 3px;
    margin: 3px 0;
    position: relative;
    transform: rotate(0);
    top: 0;
    left: 0;
    opacity: 1;
    transition: none 0.5s ease;
    transition-property: transform, top, left, opacity;
  }

  html.mm-opened #hamburger span.top-bar {
    transform: rotate(45deg);
    top: 6px;
  }

  html.mm-opened #hamburger span.middle-bar {
    opacity: 0;
  }

  html.mm-opened #hamburger span.bottom-bar {
    transform: rotate(-45deg);
    top: -6px;
  }

  html.mm-opened #hamburger span.middle-bar {
    left: -40px;
  }

  .mm-panels {
    background: #58585b !important;
    color: #fff;
    font-family: 'Montserrat', sans-serif !important;
    font-family: 'IBM Plex Sans', sans-serif !important;
    text-shadow: none !important;
    text-transform: capitalize;
  }

  .sub-menu li a {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  .mm-panels > .mm-panel > .mm-navbar + .mm-listview {
    margin-top: 20px;
  }

  li.menu-item-338894 a.mm-next {
    /*border-top: 4px solid $dkgrey;*/
  }

  #mobile-menu #searchform input[type="text"] {
    background-image: url(images/icon_search_desktop.svg);
    background-position: 7px center;
    background-repeat: no-repeat;
    background-size: 16px 16px;
    border: 0;
    border-radius: 0;
    height: 30px;
    margin: 20px 7.5%;
    padding: 2px 5px 2px 30px;
    width: 85%;
  }

  ul.logInMenu li.adminlink {
    border: 0;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-top: 0 !important;
  }

  ul.logInMenu form {
    padding: 20px 20px 0 20px;
  }
  ul.logInMenu form#loginform input[type=submit] {
    background-color: #66cccc;
    border-radius: 4px;
    color: #fff;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    padding: 15px 10px !important;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
  }
  ul.logInMenu form#loginform input[type=submit]:hover, ul.logInMenu form#loginform input[type=submit]:active {
    background-color: #9b9b9b !important;
  }
  ul.logInMenu form p.login-username label, ul.logInMenu form p.login-username input,
  ul.logInMenu form p.login-password label,
  ul.logInMenu form p.login-password input {
    display: block;
  }
  ul.logInMenu form p.login-username label,
  ul.logInMenu form p.login-password label {
    margin-bottom: 0.2rem;
  }
  ul.logInMenu form p.login-username input,
  ul.logInMenu form p.login-password input {
    height: 40px;
    width: 100%;
  }
  ul.logInMenu form p.login-password,
  ul.logInMenu form p.login-remember {
    margin-top: 10px !important;
  }
  ul.logInMenu form p.register,
  ul.logInMenu form p.forgotpass {
    line-height: 120%;
    text-align: center;
    margin: 0 20px 15px 20px;
  }
  ul.logInMenu form p.forgotpass {
    padding-bottom: 5px;
  }
  ul.logInMenu form p.forgotpass a {
    background-color: transparent;
    color: #fff;
    border-radius: 0;
    text-transform: uppercase;
    display: block;
    margin: 5px 5px 30px 5px;
  }
  ul.logInMenu form p.forgotpass a:hover, ul.logInMenu form p.forgotpass a:active {
    background-color: #9b9b9b !important;
  }

  p.register {
    padding: 15px 20px 5px;
  }
  p.register a {
    background-color: #66cccc;
    color: #fff;
    display: block;
    border-radius: 4px;
    padding: 15px 10px !important;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
  }

  #follow-social-buttons {
    margin: 0 0 0 20px;
  }

  .mm-panels i.fab {
    color: #fff;
    font-size: 1.25rem;
    margin: 15px 13px 0 0;
  }

  .mm-listview > li:not(.mm-divider)::after {
    left: 0px !important;
  }

  .mm-listview > li,
  .mm-listview > li .mm-next,
  .mm-listview > li .mm-next::before,
  .mm-listview > li::after,
  .mm-navbar {
    border-color: #333 !important;
  }

  .mm-menu .mm-listview > li .mm-arrow::after,
  .mm-menu .mm-listview > li .mm-next::after,
  .mm-menu .mm-btn::after,
  .mm-menu .mm-btn::before {
    border-color: #fff !important;
  }

  .mm-menu .mm-navbar a,
  .mm-menu .mm-navbar > * {
    color: #fff !important;
  }

  .main-navigation > div > ul > li > a,
  .main-navigation > div > ul > li > a:hover {
    padding: 12px 10px 12px 20px;
    font-size: 0.6875rem;
  }

  .sub-menu {
    text-align: left;
  }

  .sub-menu a {
    padding: 12px 10px 12px 40px !important;
  }

  #leaderboard {
    /*display: none;*/
  }

  body.post-type-archive-affiliates #secondary,
  body.tax-affiliate_category #secondary,
  body.tax-business_type #secondary,
  #secondary.affiliates {
    border-top: 0;
    padding-top: 0;
  }

  #affiliates-menu #searchform.affiliates input[type="text"] {
    width: 75%;
  }

  #affiliates-menu #searchform.affiliates input[type="submit"] {
    width: 10%;
    min-width: 50px;
  }

  #affiliates-menu #searchform.affiliates,
  #beautiful-taxonomy-filters-affiliates {
    padding-left: 30px;
    padding-right: 30px;
  }

  #beautiful-taxonomy-filters-affiliates #beautiful-taxonomy-filters-tax-affiliate_category,
  #beautiful-taxonomy-filters-affiliates #beautiful-taxonomy-filters-tax-business_type {
    display: block;
    margin-bottom: 20px;
    float: none;
  }

  #beautiful-taxonomy-filters-button {
    clear: both;
    float: none;
  }

  .beautiful-taxonomy-filters-select-wrap label {
    display: block;
    margin-bottom: 5px;
  }

  .issues-left {
    display: none;
  }

  .issues-right {
    width: 100%;
    float: none;
  }

  .issues-right .issue-number,
  .issues-right .entry-header {
    display: none;
  }

  .issues-left-mobile {
    display: block;
  }

  .issues-left-mobile .issue-number,
  body.page-template-issues-landing-page .entry-content h3.issue-number {
    float: none;
    margin-right: 0;
  }

  body.page-template-issues-landing-page .sd-content ul li {
    width: auto !important;
  }

  body.page-template-issues-landing-page .sd-content ul li a.sd-button {
    padding: 3px !important;
  }

  body.page-template-issues-landing-page .sd-content ul li a.sd-button span {
    display: none;
  }

  body.page-template-issues-landing-page h3.issue-number div.sharedaddy {
    margin-top: -10px;
  }

  .issues-left {
    padding-right: 0;
  }

  body.page-template-issues-landing-page .issue-description,
  .issues-right ul#editors {
    width: 100%;
    padding-right: 0;
  }

  body.page-template-issues-landing-page .issue-description {
    font-size: 1rem;
    margin-top: 25px;
    line-height: 140%;
  }

  .issues-right .excerpt {
    width: calc(100% - 100px);
    padding-right: 10px;
  }

  .issues-right .thumbnail {
    width: 100px;
    height: auto;
  }

  .issues-right .thumbnail img {
    -webkit-clip-path: circle(50px at center);
    -moz-clip-path: circle(50px at center);
    clip-path: circle(50px at center);
    max-width: 200px;
    margin-left: -50px;
    margin-top: 10px;
  }

  body.page-template-issues-landing-page .coming-soon-thumbnail {
    width: 100px;
    height: 100px;
    padding-top: 32px;
  }

  body.page-template-issues-landing-page #masthead-mobile aside.widget_media_image,
  #secondary aside.widget_media_image {
    display: none;
  }

  body.page-template-issues-landing-page footer.site-footer {
    margin-top: 20px;
  }

  div.mepr-unauthorized-message a.button {
    max-width: 100%;
    font-size: 1.25rem;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media all and (max-width: 800px) {
  #main {
    padding-top: 20px;
  }

  #announcementBar {
    clear: both;
  }

  #announcementBar h2#specialAnnouncement {
    width: 100%;
    float: none;
    margin-bottom: 2px;
  }

  #announcementBar div.textwidget {
    margin: 0;
    text-align: left;
    text-align: center;
    padding: 8px 20px;
  }

  footer#colophon {
    width: 100%;
  }

  footer#colophon img {
    width: 100%;
  }

  #main,
  footer.site-footer,
  footer#bottomlinks {
    width: 100%;
  }

  #primary {
    float: none;
    width: 100%;
  }

  #secondary {
    clear: left;
    float: none;
    width: 100%;
    padding-top: 35px;
    margin-top: 35px;
    padding-left: 0;
  }

  #secondary aside.widget {
    width: 100%;
    width: 48%;
  }

  #secondary .grid-sizer {
    width: 48%;
  }

  body.post-type-archive-affiliates .grid-sizer,
  body.tax-affiliate_category .grid-sizer,
  body.tax-business_type .grid-sizer,
  body.post-type-archive-affiliates article,
  body.tax-affiliate_category article,
  body.tax-business_type article {
    width: 48%;
  }

  #secondary .gutter-sizer {
    width: 4%;
  }

  body.post-type-archive-affiliates .gutter-sizer,
  body.tax-affiliate_category .gutter-sizer,
  body.tax-business_type .gutter-sizer {
    width: 4%;
  }

  div#archivePaginationSidebar {
    display: block;
    padding: 0 5px 40px 5px;
    margin: 0;
  }

  div.entry-content {
    padding: 40px !important;
  }

  #comments {
    width: 100%;
    padding: 0 15px;
  }

  footer.site-footer div.left,
  footer.site-footer div.right {
    padding: 10px;
  }

  footer#colophon div.one,
  footer#colophon div.two,
  footer#colophon div.three {
    clear: both;
    width: 100%;
  }

  footer.site-footer div.right li {
    float: left;
    margin-right: 5px;
  }

  #buddypress #item-header,
  #buddypress #item-body {
    padding: 0;
  }

  #buddypress #item-header-cover-image #item-header-avatar,
  body.profile #buddypress div#item-header #item-header-cover-image #item-header-content {
    float: none;
    margin: 0 !important;
  }

  div.membershipOption {
    width: 100%;
    float: none;
    margin: 0 0 20px 0;
  }

  .searchandfilter {
    margin-bottom: 30px;
  }
}
@media all and (max-width: 600px) {
  div.nav-previous a,
  div.nav-next a {
    min-height: 90px;
  }

  footer.site-footer div.left,
  footer.site-footer div.right {
    float: none;
    width: 100%;
  }

  footer#colophon img {
    width: 100%;
    max-width: 300px;
  }

  #comments div.reply {
    margin: 0;
    text-align: center;
    text-align: right;
  }

  #comments ol.commentlist li article {
    padding-bottom: 60px;
  }

  #comments ol.commentlist a.jcollapsible {
    bottom: 20px;
    right: 20px;
  }

  #comments div.comment-content {
    margin: 25px 0 30px 0;
  }

  body.page-id-243659 div.entry-content div#alreadyMemberForm {
    width: 100%;
    float: none;
  }

  body.page-id-243659 div.entry-content div#signUpContent {
    width: 100%;
  }

  /* Mobile Nav */
  #comments ol.commentlist li article {
    margin: 0 20px;
  }

  div.share-comment-etc button,
  div.share-comment-etc div.action-like {
    padding: 8px 35px 8px 5px;
    font-size: 0.875rem !important;
  }

  div.share-comment-etc button.share,
  div.share-comment-etc button.share:hover {
    background-position: 95% -5px !important;
    background-size: 22px !important;
  }

  div.share-comment-etc button.comments,
  div.share-comment-etc button.comments:hover {
    background-position: 95% 8px !important;
    background-size: 20px !important;
  }

  div.share-comment-etc button.on,
  div.share-comment-etc button.on:hover {
    background-position: 95% -42px !important;
  }

  div.share-comment-etc div.action-like {
    padding: 2px !important;
    min-width: 70px;
  }

  div.action-like a.lbg-style1 img {
    background-position: 0px 4px !important;
    background-size: 70% !important;
  }

  .lc, .unlc {
    margin-right: 10px;
    line-height: 220% !important;
    padding: 10px 0 0 10px !important;
    font-size: 0.875rem !important;
  }

  #buddypress .standard-form #basic-details-section,
  #buddypress .standard-form #profile-details-section {
    float: none;
    width: 100%;
  }

  div.register-section.wangguard {
    width: 100% !important;
  }

  .sd-content ul li a.sd-button::before {
    font-size: 19px !important;
  }

  .sd-content ul li a.sd-button {
    padding: 8px !important;
  }

  blockquote.annotation,
  div.annotation {
    border: 0;
    float: none;
    margin: 20px 0;
    padding: 0;
    text-align: left;
    width: 100%;
  }

  .entry-content blockquote.annotation p {
    text-align: center !important;
  }
}
@media all and (max-width: 500px) {
  header.entry-header,
  div .share-comment-etc,
  div.tags,
  div.author-bio {
    padding: 20px;
  }

  div.entry-content {
    padding: 40px 20px !Important;
  }

  div.entry-meta .edit-link {
    margin: -22px -15px 0 0;
    margin: 0;
    right: 0;
    top: 25px;
  }

  header.entry-header h1.entry-title,
  h1.page-title {
    font-size: 2rem;
    line-height: 1;
  }

  body.home-page article,
  body.search article,
  body.author article,
  body.archive article,
  #secondary .widget {
    width: 100% !important;
  }

  body.home-page article {
    width: 100%;
    float: none;
  }

  body.home-page #content,
  body.archive #content,
  #secondary {
    width: 100%;
    float: none;
  }

  a#aplus {
    font-size: 130%;
    font-weight: 600;
    height: 33px;
    letter-spacing: 2px;
    margin-left: 55px;
  }

  div#archivePagination {
    font-size: 1rem;
  }

  div#archivePagination a.prev,
  div#archivePagination a.next {
    padding: 5px 10px !important;
  }

  body.buddypress .profile .bp-widget h4 {
    margin: 0 0 20px 0 !important;
  }

  #buddypress table.profile-fields table,
  #buddypress table.profile-fields td,
  #buddypress table.profile-fields tr,
  #buddypress table.profile-fields th {
    border: 0 !important;
    display: block;
    width: 100% !important;
  }

  #buddypress table.profile-fields td {
    background: #fff !important;
    padding-left: 0;
  }

  #buddypress table.profile-fields td.label {
    border-bottom: 1px solid #ccc !important;
  }

  footer#bottomlinks p.copyright,
  footer#bottomlinks p.terms {
    float: none;
    font-size: 0.6875rem;
    margin-bottom: .3rem;
    text-align: center;
    width: 100%;
  }

  footer.site-footer div.left {
    padding-top: 40px;
    text-align: center;
  }

  footer.site-footer div.newsletter input[type="email"] {
    font-size: .9rem;
    padding: 0 10px;
    width: 75%;
  }

  div.author-bio p {
    clear: both;
    margin-left: 0;
  }

  div.author-bio img.avatar {
    margin-bottom: 20px;
  }

  div.author-bio h3 {
    margin: 30px 0 5px 150px;
  }

  .site-content .nav-previous,
  nav#nav-below div.nav-previous,
  .site-content .nav-next,
  nav#nav-below div.nav-next {
    width: 100%;
    float: none;
    text-align: left;
    min-height: 20px !important;
  }

  .site-content .nav-previous a,
  nav#nav-below div.nav-previous a,
  .site-content .nav-next a,
  nav#nav-below div.nav-next a {
    min-height: 20px;
  }

  #comments {
    padding: 0;
  }

  #comments .CommentRating p.loggedin {
    margin: -50px -50px 0 0;
  }

  #comments ul {
    margin-left: .5em;
  }

  #comments ul.children .CommentRating {
    margin: -90px 50px 0 0;
  }

  #comments ol.commentlist cite {
    font-size: 1.25rem;
    margin-right: 60px;
    padding-left: 65px;
    display: block;
    margin-top: -30px;
  }

  #comments time {
    font-size: 0.625rem;
    margin-left: -15px;
  }

  ul.share-this {
    margin: 0;
  }
  ul.share-this .shareDiv {
    left: 0px;
    width: 100%;
    padding: 0;
  }

  div.related-posts .yarpp-thumbnails-horizontal .yarpp-thumbnail {
    height: auto !important;
    margin: 0 !important;
    margin-bottom: 10px !important;
    min-height: 0 !important;
    width: 100% !important;
  }

  div.related-posts .yarpp-thumbnails-horizontal .yarpp-thumbnail:last-child,
  div.related-posts .yarpp-thumbnails-horizontal .yarpp-thumbnail:last-child img,
  div.related-posts .yarpp-thumbnails-horizontal .yarpp-thumbnail:last-child {
    margin-right: 0 !important;
    padding: 0 !important;
  }

  .yarpp-thumbnail > img,
  .yarpp-thumbnail-default,
  .yarpp-thumbnail-default > img {
    margin: 0 !important;
    padding: 0 !important;
    float: left;
    width: 25% !important;
  }

  .yarpp-thumbnails-horizontal .yarpp-thumbnail-title {
    color: #333;
    font-size: 90% !important;
    float: right;
    margin: 0 !important;
    padding: 10px !important;
    width: 75% !important;
  }

  div.related-posts .yarpp-thumbnails-horizontal .yarpp-thumbnail-title {
    overflow: visible;
    max-height: 100%;
  }

  #secondary #searchform.affiliates,
  form.searchandfilter {
    padding-left: 20px;
    padding-right: 20px;
  }
}
/* ==========================================================================
   Print Styles
   ========================================================================== */
/* =Print styles
----------------------------------------------- */
@media print {
  #secondary,
  #comments,
  footer.site-footer,
  #backtotop,
  #bottomlinks,
  div.share-comment-etc,
  nav#nav-above,
  nav.main-navigation,
  div#leaderboard,
  div.categories,
  div.tags,
  #announcementBar,
  div.related-posts,
  p.areyoufacebook {
    display: none;
  }
}
/*
                             ,
      ,-.       _,---._ __  / \
     /  )    .-'       `./ /   \
    (  (   ,'            `/    /|
     \  `-"             \'\   / |
      `.              ,  \ \ /  |
       /`.          ,'-`----Y   |
      (            ;        |   '
      |  ,-.    ,-'         |  /
      |  | (   |            | /
      )  |  \  `.___________|/
      `--'   `--'
*/

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