/*
 Theme Name:   BikePortland Next
 Theme URI:    https://bozzmedia.com
 Description:  Exclusively for BikePortland
 Author:       Steve Bozzone
 Author URI:   https://bozzmedia.com
 Template:     generatepress
 Version:      2024.5.29
*/


/* global link styles */


    .single-post #content a:link,
    .single-post #content a:visited,
    .single #content p a:link,
    .single #content p a:visited,
    .page #content p a:link,
    .page #content p a:visited,
    .archive .taxonomy-description a:link,
    .archive .taxonomy-description a:visited {
        -webkit-text-decoration-thickness: 3px;
        text-decoration-thickness: 3px;
        -webkit-text-decoration: solid underline;
        text-decoration:  solid underline;
        -webkit-text-decoration-skip: ink;
        color: #000000;
        text-decoration-skip: ink;
        text-decoration-color: var(--global-color-8);
        font-weight: 500;

    }

    /* fix dark links on dark backgrounds */

    .page #content .gb-container-7bc50089 p a:link,
    .page #content .gb-container-7bc50089 p a:visited {color:#ffffff;}


    /* dark mode fix - in progress */

/*    @media (prefers-color-scheme: dark),
    .wp-dark-mode-active,
    html[data-wp-dark-mode-active]  {

        :root {
          --contrast: #f5f5f5;
          --contrast-2: #b2b2be;
          --contrast-3: #aaaab7;
          --base: #222;
          --base-3: #111;
          --accent: #1e73be;
          --global-color-8: #F56302;
          --global-color-9: #1908A3;
          --global-color-10: #3018F0;
          --global-color-11: #2BF018;
          --global-color-12: #F06000;
          --global-color-12: #f5f5f5;
          --base-2: #f5f5f5;
        }

    }
*/

    .single-post #content a:hover, 
    .single #content p a:hover,
    .page #content p a:hover, 
    .archive .taxonomy-description a:hover {
        -webkit-text-decoration-thickness: 3px;
        text-decoration-thickness: 3px;
        -webkit-text-decoration: solid underline;
        text-decoration: solid underline;
        -webkit-text-decoration-skip: ink;
        text-decoration-skip: ink;
        text-decoration-color: #000000;
        color: var(--global-color-8);

    }

    .single-post #content h3 {

        font-size: 26px;

    } 

    #content a.button {
        text-decoration: none;
    }



/* image helper shims */

.wp-block-image {
        margin-bottom:1.5em;
    }

.equal-height-img img {
    max-height: 260px;
    min-height: 260px;
    height: auto;
    object-fit: cover;
}


.image-tame-headline-400 img {
    max-height: 400px;
    height: auto;
    object-fit: cover;

}

.wp-block-image figcaption,
.wp-block-gallery figcaption {
  font-size: 17px;
}

@media(max-width: 750px) {
    .single-post .entry-content img {
        margin-left: -30px;
        margin-right: -30px;
        max-width: 100vw;
    }

    .wp-block-gallery.has-nested-images figure.wp-block-image img {
        margin:auto;
    }
}

/* Author Box */

.saboxplugin-wrap {
    max-width: 660px;
    margin-left: auto;
    margin-right: auto;
}



.single-post .sab-edit-settings {
    display: none;
}

.single-tribe_events .saboxplugin-wrap {
    display: none;
}



/* Events */

.tribe-events-single ul.tribe-related-events li .tribe-related-events-thumbnail img {
  left: unset;
  position: absolute;
  right: unset;
  top: unset;
  transform: none;
  bottom:0;
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-width: 100%;
}

.tribe-events-single ul.tribe-related-events li .tribe-related-event-info {
  padding-left: 1em;
}

.tribe-events-single ul.tribe-related-events li .tribe-related-events-title {
    font-size:22px;
}

.page .tribe-common--breakpoint-medium.tribe-events .tribe-events-l-container {
    padding-top: 5px;
    padding-bottom: 5px;
}

#bikep-187297079 {
    display: none;
}

.home .tribe-events-pro-photo-nav,
.home .tribe-events-header {
    display: none !important;
}

.home .tribe-common {
    padding-top: 20px;
}

.home .tribe-common img {
    border-style: none;
    height: auto;
    -ms-interpolation-mode: bicubic;
    max-width: 100%;
    max-height: 220px;
    object-fit: cover;
    margin-left: auto;
    margin-right: auto;

}

#tribe-events .tribe-events-before-html h1 {
    font-size: 40px;
    line-height: 1.2;
    font-weight: 400;
    margin-bottom: 1px;
}

.entry-content .tribe-events-before-html {
    margin-bottom: 1em;
}

.tribe-events-event-image {
    margin-bottom: var(--tec-spacer-7);
    max-width: 600px;
}


/* fun with text shadows */

.main-title a {
    text-shadow:
        #c95202 1px 1px,
        #c95202 0px 0px,
        #c95202 1px 1px,
        #c95202 2px 2px;
}

/* primary navigation */


.main-navigation .main-nav ul li a {
    text-shadow:
        #c95202 1px 1px,
        #c95202 2px 2px;
}

.main-navigation .main-nav ul li a:hover {

    text-shadow: none;
}

/* nav support button */

@media (min-width:769px) {

    .main-navigation .main-nav ul li.nav-button a {
        background-color: #333;
        border: none;
        color: #fcfcfc;
        padding: 7px 14px 10px 14px;
        line-height: 32px;
        text-shadow: none;
        border-radius: 5px;
        margin-left: 20px;

    }

    .main-navigation .main-nav ul li.nav-button a:hover,
    .main-navigation .main-nav ul li.nav-button a:target {
        background-color: black;
        color: #F7F8F9 !important;

    }
}


.site-logo a img {
    -webkit-filter: drop-shadow(2px 2px 2px #c95202);
    filter: drop-shadow(2px 2px 2px #c95202);

}

.site-logo a img:hover {
    -webkit-filter: brightness(99%);
    filter: brightness(99%);

}

/* single posts */



    /* images */

    .wp-block-image .alignright,
    .wp-block-image .alignleft {
    margin: 1em 2em 1em 2em;
    }

    /* lists */

    .inside-article .entry-content ul li,
    .inside-article .entry-content ol li {
        padding-bottom: 1em;
    }
    
    /* entry meta */

    #nav-below {
    line-height: 1.1;
    }

    .post-navigation {
    display: flex;
    padding-top: 30px;
    }

    .post-navigation .nav-next {
        width: 50%;
        text-align: right;
        display: flex;
        flex-direction: row-reverse;
        padding-right: 10px;
    }

    .post-navigation .nav-previous {
        display: flex;
        width: 50%;
        text-align: left;
        flex-direction: row;
        padding-left: 10px;
    }

    .post-navigation .prev {
        text-align: left;
    }

    .nav-next .gp-icon {
        margin-left: .6em;
        margin-right: 0;
    }

    .cat-links,
    .comments-link,
    .tags-links {
        display: block;
        text-align: center;
        line-height: 1.2;
        }

    /* page inner nav */

    .uagb-post-pagination-wrap a.page-numbers,
    .uagb-post-pagination-wrap .page-numbers.dots {
        display: none;
    }

    .uagb-post-pagination-wrap a.page-numbers.next,
    .uagb-post-pagination-wrap a.page-numbers.previous {
        display: inline-block;
    }

/* contain text widths in body text copy */

.single-post .entry-content>p,
.single-post .entry-content>em p {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.single-post .entry-content>ul,
.single-post .entry-content>ol {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.single-post .entry-content>h1,
.single-post .entry-content>h2,
.single-post .entry-content>h3,
.single-post .entry-content>h4,
.single-post .entry-content>h5,
.single-post .entry-content>h6,
.single-post .site-content h1.entry-title,
.single-post .entry-meta {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}


.single-post .entry-content>blockquote {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;

}

.single-post blockquote {

    border-style: solid;
    border-width: 6px;
/*    border-color: #f2e2d8;*/
    border-color: #f2eae4;
    background-color: #f2eae4;

}

.single-post .wp-block-embed__wrapper blockquote,
.single-post blockquote.wp-block-quote {
    border-width: 0;
    font-style: normal;
    padding: 2em 4em;
    font-family: Merriweather, serif;
    font-size: 0.9em;
    line-height: 1.7;
    font-weight: 300;
}

.single-post .has-small-font-size blockquote {
    font-size: 20px;
}

.single-post .wp-block-pullquote blockquote {
    font-style: normal;
    overflow-wrap: normal;
}

.single-post .wp-block-pullquote blockquote p {
    line-height: 1.45;
}




.spotlight {
    background: #f2f2f2 none repeat scroll 0 0;
    font-size: 1.1em;
    padding: 30px;
    max-width: 860px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 1em;
    margin-bottom: 1em;
}


/* Related Posts */


.crp_related h3 {
    margin-bottom: 8px;
    padding-bottom: 8px;
}

.crp_related ul {
    margin: 0;
    text-indent: 0;
    padding: 0;
}

.crp_related ul li {
    width: 294px;
    list-style: none;
    display: inline-block;
    margin-right: 9px;
    vertical-align: top;
}

.crp_related ul li img {
    margin: 0;
    width: 275px !important;
    height: 275px !important;
}

.crp_title {

    font-size: 18px;
    line-height: 1.25em;
    text-decoration: none;
    margin-bottom: 5px;
    text-indent: 0;
    font-weight: bold;
    margin-top: 0px;
    font-family: Merriweather, serif;
    font-weight: bold;
}

.crp_date {
    font-size: 12px
}

.crp_related figure {
    margin: 0 !important;
    padding: 0 !important;
}

.crp_related.crp-grid {
    clear: both;
    margin: 10px 0;
    max-width: 1600px;
    margin: 2em auto;
}

.crp_related.crp-grid ul li a.crp_link {
  padding: 0px;
}

.crp_related.crp-grid ul li {
    background-color: #fafafa;
  padding: 0.3em;
}

/* callouts needs responsive fixes */

@media (min-width: 769px) {

    .callout,
    .callouts3 {
        font-size: 120%;
        max-width: 60%;
        margin-left: auto;
        margin-right: auto;
        padding: 60px;
        background-color: #fafafa;
        margin-bottom: 30px;
        box-sizing: content-box;
    }
}

/* remove link underline in the following contexts */
.site-footer .menu-item a,
.home .entry-content h2 a {
    text-decoration: none;

}

/* home */

.wp-block-post-title {
    margin-bottom: 24px;
}

.uagb-post-grid .uagb-post-grid-byline {

    font-size: 14px;
    color: #757575;

}

/* author pages */

.author .generate-columns.grid-33 {
    width: 100%;
}


/* footer */



/* Latest Headlines Element Footer */

.gb-container-c1492176 .generate-columns.grid-33,
.grid-sizer.grid-33 {
    width: 100%;
}



.one-container.archive .gb-container-c1492176 .wp-block-query .post:not(:last-child),
.one-container.blog .gb-container-c1492176 .wp-block-query .post:not(:last-child) {
    padding-bottom: 0;
}

.gb-container-c1492176 .generate-columns {
    box-sizing: unset;
}


footer.entry-meta {
    margin-top: 2em;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.footer-widgets {
    background-color: rgba(255, 255, 255, 0.8);
    background-image: url(https://bikeportland.org/wp-content/uploads/2018/05/foster-Gladstone-drawing.jpg);
    background-size: cover;
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.8)), url(https://bikeportland.org/wp-content/uploads/2018/05/foster-Gladstone-drawing.jpg);
    background-position: top center;
    background-repeat: no-repeat;
}


.footer-widgets .widget ul li {
    margin-bottom: 0.2em;
}


.footer-widgets .footer-widget-1 {
    flex-basis: 25%;
}

.footer-widgets .footer-widget-2 {
    flex-basis: 25%;
}

.footer-widgets .footer-widget-3 {
    flex-basis: 25%;
}

.footer-widgets .footer-widget-4 {
    flex-basis: 25%;
}

/* login page */

.tml-login {
    max-width: 600px;
    margin: auto;
}

.login .inside-article .entry-title {
    text-align: center;
}


/* gravity forms */

.gform_wrapper {
    max-width: 800px;
}

#page .gform_wrapper.gravity-theme .gf_hidden {
    display: none;
}

.gform_required_legend {
    display: none;
}

.copy_values_option_container {
    font-size: 15px;
}

.page .gform_wrapper.gravity-theme .gfield_label {
    font-size: 22px;
}

.page .gform_confirmation_message {
    padding: 2em;
    font-weight: bold;
    background-color: #b7f7cf;
}

.page .gform_wrapper.gravity-theme .gfield_checkbox label,
.page .gform_wrapper.gravity-theme .gfield_radio label {
    font-size: 18px;
}

    /* gravity form section titles */

    .gform_wrapper.gravity-theme .gsection h3 {
        padding-bottom: 1px;
        margin-bottom: 1px;
        margin-top: 10px;
    }


    /* center align submit button */

    body .page .gform_wrapper .gform_footer {
        justify-content: center;
    }

    /* gravity forms - horizontal helper styles */

    .gw-horizontal-form_wrapper .ginput_container input,
    .gw-horizontal-form_wrapper .ginput_container select,
    .gw-horizontal-form_wrapper #field_submit input.button {
        height: 2.4rem;
    }

    .gw-horizontal-form_wrapper #field_submit input.button {
        padding: 0 1.4rem;
        background-color: #222;
    }

    .gw-horizontal-form_wrapper .gform_fields {
        grid-column-gap: 1vw !important;
    }

    .gw-horizontal-form_wrapper .ginput_complex span:not(:first-child) {
        padding-left: 1vw !important;
    }


    /* bikeportland email subscriptions */

    #gform_11 .gfield_checkbox .gchoice input {
        vertical-align: top;
        margin-top:7px;
    }

    #gform_11 .gfield_checkbox .gchoice {
        margin-bottom: 1em;
    } 




/* block editor */



/* ads advertisements */

.post-top-ad,
.page-footer-ad {
    text-align: center;
    margin: 20px auto 20px auto;
}

.bikep-article-sponsor div.bikep-article-sponsor{
 /*   height: auto;
    display: block;*/
    margin: 30px auto;
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
    text-align: center;
    padding-bottom: 16px;
    padding-top: 16px;
}

.bikep-adlabel  {
    color: #ccc;
    font-size: 15px;
    padding-bottom: 6px;
}

.ad_mid_post_body div.ad-runner > p:first-child {display:none;}

/* custom ad campaigns*/

.prompt-weekly .gform_wrapper.gravity-theme input[type="color"],
.prompt-weekly .gform_wrapper.gravity-theme input[type="date"],
.prompt-weekly .gform_wrapper.gravity-theme input[type="datetime-local"],
.prompt-weekly .gform_wrapper.gravity-theme input[type="datetime"],
.prompt-weekly .gform_wrapper.gravity-theme input[type="email"],
.prompt-weekly .gform_wrapper.gravity-theme input[type="month"],
.prompt-weekly .gform_wrapper.gravity-theme input[type="number"],
.prompt-weekly .gform_wrapper.gravity-theme input[type="password"],
.prompt-weekly .gform_wrapper.gravity-theme input[type="search"],
.prompt-weekly .gform_wrapper.gravity-theme input[type="tel"],
.prompt-weekly .gform_wrapper.gravity-theme input[type="text"],
.prompt-weekly .gform_wrapper.gravity-theme input[type="time"],
.prompt-weekly .gform_wrapper.gravity-theme input[type="url"],
.prompt-weekly .gform_wrapper.gravity-theme input[type="week"],
.prompt-weekly .gform_wrapper.gravity-theme select,
.prompt-weekly .gform_wrapper.gravity-theme textarea {
    font-size: 24px;
    margin-bottom: 0;
    margin-top: 0;
    padding: 14px;
}

 .post .prompt-weekly .gform_confirmation_message {
     color: #fff;

 }

 .prompt-weekly .gw-horizontal-form_wrapper #field_submit input.button {
     background-color: #02f5cf;
     font-size: 24px;
     line-height: 24px;
     color: #222;
     text-transform: uppercase;
 }

  .prompt-weekly .gform_wrapper.gravity-theme #field_submit {
    display: block;
}

/* legacy article shims and fixes */

    /* define image styles */

    .photo-right p{
        line-height: 1.2em;
        margin: 0 auto;
        padding: 0;
    }

    .photo-right p.wp-caption-text,
    .photo-right-caption,
    .photo-left p.wp-caption-text,
    .photo-right-caption,
    .photo-full p,
    .photo-full p.wp-caption-text,
    .photo-full div {
        color: #5F5F5F;
        font-size: 17px;
        line-height: 20px;
        margin: 0 auto 18px;
        padding-bottom: 15px;
    }

    .photo-full {
        font-size: 0.95em;
        margin-top: 8px;
        text-align: center;
    }

    div.photo-full p:empty {
        display: none;
    }

    .photo-right{
        float: right;
        padding-left: 30px;

        font-size: .95em;
        text-align: center;
    }

    #wrapper #content .photo-right img {
        margin-right: 0;
    }

    #wrapper #content .photo-left img {
        margin-left: 0;
    }

    .photo-left {
        padding-right: 30px;
        float:left;
        font-size: .95em;
        text-align: center;
    }


/* legacy css - bikeportland supporters bikeportlanders */

/* bikeportlander list */


.aa_pageList {
    display: none;
}

.shortcode-author-avatars div.author-list {
    padding: 30px;
    text-align: center;
    display: flex;
    flex-flow: row wrap;
    flex-wrap: wrap;
    flex-direction: row;
    margin: auto;
}

.shortcode-author-avatars div.author-list .user {
    flex: 1;
    float: none !important;
    padding: 0.52em;
    vertical-align: middle;
    min-width: 200px;
    max-width: 200px;
    height: 200px;
    display: block;
    text-align: center;
    margin-top: 20px;
}

.shortcode-author-avatars div.author-list .user .name {
    font-size: 1rem;
}

.shortcode-author-avatars div.author-list .avatar {
    height: 150px;
    width: 150px;
    vertical-align: middle;
}

.shortcode-author-avatars div.author-list .avatar img {
    vertical-align: middle;
}

.shortcode-author-avatars img {
    margin: 0;
}

/* Comments Style */

blockquote {
/*  text-indent: -0.45em; */
}

@supports ( hanging-punctuation: first) {
  blockquote {
    text-indent: 0;
    hanging-punctuation: first allow-end last;
  }
}

.single-post #comments blockquote {
    font-size:18px;
    margin: 5px auto 15px auto;
    padding: 5px 10px 5px 15px;
    border-left:5px solid orange;
    background-color: #fafafa;
    border-right:0;
    border-top:0;
    border-bottom:0;

}

.single-post #comments blockquote p::before {
    content: open-quote;
    padding-right:5px;
}
.single-post #comments blockquote p::after {
    content: close-quote;
    padding-left:5px;
}



/* bikeportlander comment styles */





/* admin and featured comments */

.wpd-comment-right {

scroll-margin-top:100px;

}


/*
#comments li.bypostauthor>.comment-body,
#comments li.comment-author-jonathan-maus>.comment-body,
#comments li.comment-author-jonathan-maus-publishereditor>.comment-body,
#comments li.comment-author-michaela>.comment-body {
    background: #EEF2D7 !important;
    border: 1px solid #999 !important;
}

#content #comments li.role-bikeportlander>.comment-body .comment-author-avatar img.avatar,
#content #comments li.role-business>.comment-body .comment-author-avatar img.avatar {
    border: 1px solid rgba(255, 98, 0, 0.8) !important;
}
*/
.role-administrator .wp-switch-editor,
.role-bikeportlander .wp-switch-editor,
.role-business .wp-switch-editor {}


.wpd-blog-bikeportlander>.wpd-avatar:after {
    background: url('/wp-content/uploads/2015/08/bikeportlander-80-clean.png') no-repeat center;
    background-size: 60px 60px;
    height: 60px;
    width: 60px;
    content: ' ';
    display: block;
}

.role-business>div.comment-body .comment-author-avatar:after {
    background: url('/wp-content/uploads/2015/08/bikeportlander-80-clean.png') no-repeat center;
    background-size: 60px 60px;
    height: 60px;
    width: 60px;
    content: ' ';
    display: block;
}

#comments #commentlist .comment-author-avatar img.avatar {
    width: 60px !important;
    height: 60px !important;
}

#comments #commentlist .children .comment-author-avatar img.avatar {
    width: 30px !important;
    height: 30px !important;
}

#comments .children .role-bikeportlander.comment .comment-author-avatar:after {
    height: 30px;
    width: 30px;
    background-size: 30px 30px;
}

#comments .children .role-business.comment .comment-author-avatar:after {
    height: 30px;
    width: 30px;
    background-size: 30px 30px;
}

#comments .children .role-.comment>.comment-author-avatar:after {
    display: none !important;
}


/* shims */

.wp-block-columns {

    margin-bottom: 0.5em;

}

.footer-widget-4 h2.gb-headline a {
    color: var(--global-color-8);
    font-size: 30px;
}

.wp-block-embed__wrapper {
    max-width: 800px;
    margin: 1em auto 1em auto;
    justify-content: center;
}

iframe {
    margin-left: auto;
    margin-right: auto;
}

#block-30 {
    margin-bottom: 0;
    padding-bottom: 2px
}

#block-38 p {
    margin-bottom: 0em;
}

/* search bar */

.main-navigation:not(.mobile-header-navigation) .search-item {
    display: none;
}

@media (min-width: 769px) {
    .navigation-search.nav-search-active {
        left: 50%;
        width: auto;
    }

    .navigation-search input[type="search"] {
        height: 40px !important;
    }

    .secondary-menu-bar-items .search-item>a:after {
        content: 'Search';
        margin-left: 10px;
        font-size: 17px;
    }

}

.navigation-search input[type="search"],
.navigation-search input[type="search"]:active,
.navigation-search input[type="search"]:focus,
.main-navigation .main-nav ul li.search-item.active>a,
.main-navigation .menu-bar-items .search-item.active>a {
    color: #222;
    background-color: var(--base-2);
}

/* front page style */

.hide-front .gb-headline>.term-frontpage,
.hide-front .gb-headline-text>.term-frontpage {
    display: none;
}

/*.hide-front .gb-headline>.term-frontpage:not(:first-child), .hide-front .gb-headline-text>.term-frontpage:not(:first-child) {
    display: none;
}*/

.hide-front .gb-headline.dynamic-term-class>*:not(:last-of-type):after {
    content: " . "
}

.gb-headline.hide-other-terms > :not(:first-child){
    display:none !important;
}

/* archives */

.dynamic-content-template .gb-headline>.term-frontpage {
    display: none;
}

.dynamic-content-template .gb-headline.dynamic-term-class>*:not(:last-of-type):after {
    content: ", "
}

.one-container.archive .post:not(:last-child):not(.is-loop-template-item) {
    padding-bottom: 0px;
}

/* post meta */

.nav-links {
    text-align: center;
}

.archive #content .inside-article .entry-content {
    display: none;
}

.single-post #content .entry-meta {

    text-align: left;
}


/* community */

.wp-block-rss {
    font-size: 14px;
    margin-left: 0;
}

.wp-block-rss .wp-block-rss__item-title {
    font-size: 18px;
}

.wp-block-rss .wp-block-rss__item {
    margin-bottom: 15px;
}

.wp-block-latest-comments__comment-excerpt p {
    font-size: 14px;
    line-height: 1.4;
    margin: .36em 0 1.4em;
}

.has-excerpts .wp-block-latest-comments__comment {
    line-height: 1.1;
}

.wp-block-latest-comments__comment-link,
.wp-block-latest-comments__comment-meta {
    font-size: 15px;
}

.sb_instagram_header {
    display: none;
}

.wp-block-latest-comments .avatar,
.wp-block-latest-comments__comment-avatar {
    border-radius: 1em;
    display: block;
    float: left;
    height: 1.5em;
    margin-right: .75em;
    width: 1.5em;
}

/* comments */

@media (min-width: 768px) {

    .comments-area {
        max-width: 740px;
        margin-left: auto;
        margin-right: auto;
    }

}



.page .comments-area {
    display: none;
}


#wpdcom .wpd-comment .wpd-avatar {
    padding-top: 0.5em;
}

#wpdcom .wpd-comment .wpd-comment-right {
    padding-bottom: 10px;
    flex-grow: 1;
    width: calc(100% - 8px);
}

#wpdcom .wpd-comment-text * {
    line-height: 1.3;
}

#wpdcom .wpd-comment-text {
    color: #5F5F5F;
    font-size: 19px;
}

#wpdcom .wpd-comment.wpd-reply .wpd-comment-text {
    font-size: 18px;
}

.wpd-vote-down {
    display: none !important;
}

/* search results */

.search .inside-article {
    padding: 2em;
    border-bottom: 1px groove #ccc;
}

body.search .entry-summary,
body.search .entry-content {
    display: none;
}

/* navigation menu */

.main-nav svg {
    height: 1em;
    width: 1em;
    padding: 0px;
    margin-right: 4px;
    top: .125em;
    position: relative;
    fill: currentColor;
}

@media (max-width: 768px) {

    .secondary-navigation {
        display: none;
    }

}



/* mobile and responsive */

@media (max-width: 768px) {

    .secondary-navigation {
        display: none;
    }


    .single-post #content a:link,
    .single-post #content a:hover {
        -webkit-text-decoration-thickness: 1px;
        text-decoration-thickness: 1px;
        -webkit-text-decoration-skip: none;
        text-decoration-skip: none;

    }

    .single-post #content h3 {
        font-size: 22px;

    } 


    .wp-block-image .alignright,
    .wp-block-image .alignleft {
        float:  none;
        margin: 1em auto;
        min-width: 100%;
    }

    .wp-block-image .alignright img,
    .wp-block-image .alignleft img {
        width: 100%;
    }

    .page-numbers{
        display: none;
    }

    .page-numbers.next,
    .page-numbers.prev {
        display: inline;
    }



    .wp-block-pullquote p {
        line-height: 1.2;
        font-size: 1.1em;
    }

    .single-post .wp-block-embed__wrapper blockquote, .single-post blockquote.wp-block-quote {
        padding:2em;
    }

    /* appeal */

    .gb-container-cc6e41aa > .gb-inside-container {padding:20px}

    
    
    /* mobile post meta */

    .entry-meta a {
        line-height: 1.2em;
    }

    .post-navigation .nav-previous,
    .post-navigation .nav-next {
        width: 100%;
    }
}

@media all and (max-width:400px){

  .wp-block-gallery .wp-block-image,
  .alignright img,
  .alignleft img {
    width:100% !important;
  }
  
}


/* photo gallery galleries */

.wp-block-gallery {
    margin-top: 30px;
    margin-bottom: 30px;
}


/* social sharing buttons */

.scriptlesssocialsharing {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
}


.single-post #content .scriptlesssocialsharing h3 {
    font-size: 20px;
    text-align: center;
    font-weight: normal;
    margin-bottom: 8px;
    color: #444;
}

.single-post #content .scriptlesssocialsharing a.button {
    text-decoration: none;
    color: #fff;
    border-radius: 50vh;
    border: 1px;
    font-size: 18px;
    padding: 8px 16px;
}

.scriptlesssocialsharing__buttons {
    justify-content: space-between;
}

/* JOBS */

.page-id-2871 .gb-inside-container>h3 {
    margin-bottom: 0
}


/* Society */

.no-indent {
    margin: 0 0 1.5em 0;
}

.single-post h1.entry-title {
    line-height: 1.35
}


/* New Supporters List */

.supporters-list li {list-style: none; line-height:34px; }

.supporters-list li:nth-child(1n) {color:var(--accent);}
.supporters-list li:nth-child(2n) {color:var(--global-color-9);}
.supporters-list li:nth-child(3n) {color:var(--global-color-10);}